.shg-box {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  flex-direction: column;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  /**
   * While `flex: 1` is enough here, we need to supply the rest
   * of the parameters (`1 auto`) to keep compatibility with IE11.
   * Otherwise, IE11 flex would break.
   */
  flex: 1 1 auto;
}

.shg-box > .shg-box-content {
  z-index: 4;
  position: relative;
  /**
   * This is part of an IE11 fallback to avoid flex introducing
   * huge amount of weird space on the bottom on the section element.
   */
  min-height: 1px;
}

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

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

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

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

.shg-box-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  pointer-events: none;
}

.shg-box-video-wrapper {
  /*
    It's very important we don't create a new containing block for shg-box-video-wrapper
    Jarallax uses transforms + position: fixed to achieve it's parallaxing effect

    https://developer.mozilla.org/en-US/docs/Web/CSS/position

    position: fixed
    The element is removed from the normal document flow, and no space is created for the element in the page layout. 
    It is positioned relative to the initial containing block established by the viewport, 

    *
      except when one of its ancestors has a transform, perspective, or filter property set to something other than none 
      (see the CSS Transforms Spec), or the will-change property is set to transform, 
      in which case that ancestor behaves as the containing block. 
    *
  */

  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}

#s-2e1cabc4-4928-4d4d-9881-01031b2d0c1f {
  background-repeat: no-repeat;
background-size: cover;
margin-top: -5%;
margin-left: auto;
margin-bottom: -3%;
margin-right: auto;
min-height: 500px;
max-width: 1800px;
background-position: center center;
}
@media (max-width: 767px){#s-2e1cabc4-4928-4d4d-9881-01031b2d0c1f {
  display: none;
}
#s-2e1cabc4-4928-4d4d-9881-01031b2d0c1f, #wrap-s-2e1cabc4-4928-4d4d-9881-01031b2d0c1f { display:none !important; }}
#s-2e1cabc4-4928-4d4d-9881-01031b2d0c1f {
  background-image: url(https://i.shgcdn.com/c9cb6615-e864-4df0-a14d-5750a0b00169/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-2e1cabc4-4928-4d4d-9881-01031b2d0c1f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2e1cabc4-4928-4d4d-9881-01031b2d0c1f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shg-row {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  min-height: inherit;
  max-height: inherit;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.shg-row > * {
  min-height: inherit;
  max-height: inherit;
}

[class*=shg-c-xs],
[class*=shg-c-sm],
[class*=shg-c-md],
[class*=shg-c-lg] {
  position: relative;
}

#s-2fd417eb-f8e3-4dbb-9562-f10ce24ee1ba {
  margin-left: auto;
margin-right: auto;
padding-left: 10%;
padding-right: 10%;
max-width: 1800px;
background-color: rgba(255, 255, 255, 0);
}
@media (min-width: 768px) and (max-width: 991px){#s-2fd417eb-f8e3-4dbb-9562-f10ce24ee1ba {
  padding-left: 5%;
padding-right: 5%;
}
}@media (max-width: 767px){#s-2fd417eb-f8e3-4dbb-9562-f10ce24ee1ba {
  padding-left: 20px;
padding-right: 20px;
}
}
@media (min-width: 0px) {
[id="s-2fd417eb-f8e3-4dbb-9562-f10ce24ee1ba"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2fd417eb-f8e3-4dbb-9562-f10ce24ee1ba"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-2fd417eb-f8e3-4dbb-9562-f10ce24ee1ba"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-2fd417eb-f8e3-4dbb-9562-f10ce24ee1ba"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-2fd417eb-f8e3-4dbb-9562-f10ce24ee1ba"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-2fd417eb-f8e3-4dbb-9562-f10ce24ee1ba"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-2fd417eb-f8e3-4dbb-9562-f10ce24ee1ba"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

#s-bb185e0c-90a2-4393-a651-19b37ff48dc2 {
  min-height: 50px;
}








#s-bb185e0c-90a2-4393-a651-19b37ff48dc2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bb185e0c-90a2-4393-a651-19b37ff48dc2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8f148409-4dd2-4569-a922-565b6c77d340 {
  margin-top: auto;
margin-bottom: auto;
padding-top: 25px;
min-height: 50px;
}








#s-8f148409-4dd2-4569-a922-565b6c77d340 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8f148409-4dd2-4569-a922-565b6c77d340.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

.shogun-heading-component h1,
.shogun-heading-component h2,
.shogun-heading-component h3,
.shogun-heading-component h4,
.shogun-heading-component h5,
.shogun-heading-component h6 {
  margin: 0;
  padding: 0;
  display: block;
  color: ;
  font-family: ;
  text-transform: none;
  font-weight: ;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
}

.shogun-heading-component a {
  text-decoration: none !important;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
}

#s-8012e222-99af-45ed-8da0-291204f15fdb {
  margin-bottom: 10px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-8012e222-99af-45ed-8da0-291204f15fdb .shogun-heading-component h2 {
  color: #000;
  font-weight:  700 ;
  font-family: "Lato";
  font-style:  normal ;
  font-size: 23px;
  line-height: 1.25em;
  letter-spacing: -1px;
  text-align: left;
}


@media (max-width: 767px){#s-8012e222-99af-45ed-8da0-291204f15fdb .shogun-heading-component h2 {
  color: #000;
  font-weight:  700 ;
  font-family: "Lato";
  font-style:  normal ;
  font-size: 21px;
  line-height: 1.25em;
  letter-spacing: -1px;
  text-align: left;
}


}
#s-35e36cdc-bb7b-4d9f-8d44-e95bb8f225cd {
  margin-bottom: 10px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-35e36cdc-bb7b-4d9f-8d44-e95bb8f225cd .shogun-heading-component h2 {
  color: #000;
  font-weight:  700 ;
  font-family: "Lato";
  font-style:  normal ;
  font-size: 61px;
  line-height: 1.25em;
  letter-spacing: -2px;
  text-align: left;
}


@media (max-width: 767px){#s-35e36cdc-bb7b-4d9f-8d44-e95bb8f225cd .shogun-heading-component h2 {
  color: #000;
  font-weight:  700 ;
  font-family: "Lato";
  font-style:  normal ;
  font-size: 50px;
  line-height: 1.25em;
  letter-spacing: -2px;
  text-align: left;
}


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

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

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

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

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

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

.shg-default-text-content h1,
.shg-default-text-content h2,
.shg-default-text-content h3,
.shg-default-text-content h4,
.shg-default-text-content h5,
.shg-default-text-content h6 {
  color: ;
  font-family: ;
  font-weight: ;
}

.shg-default-text-content a {
  background-color: inherit;
  color: inherit;
  cursor: pointer;
  font-family: inherit;
  font-style: inherit;
  text-decoration: underline;
  text-transform: inherit;
}

.shg-default-text-content strong,
.shg-default-text-content em {
  background-color: inherit;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  text-align: inherit;
  text-transform: inherit;
}

.shg-default-text-content em {
  font-weight: inherit;
}

.shg-default-text-content strong {
  font-style: inherit;
  font-weight: 700;
}

/* https://stackoverflow.com/a/16094931/3696652 */
.shg-default-text-content ::selection,
.shg-default-text-content *::selection {
  background: #accef7;
}

.shg-default-text-content p {
  font-size: 1em;
  font-weight: ;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 0.6em;
  color: ;
  font-family: ;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.shg-theme-text-content h1,
.shg-theme-text-content h2,
.shg-theme-text-content h3,
.shg-theme-text-content h4,
.shg-theme-text-content h5,
.shg-theme-text-content h6 {
  color: ;
  font-family: ;
  font-weight: ;
}

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

#s-ae0d7a40-601e-4be0-a566-065f2f39e610 {
  min-height: 550px;
}
@media (max-width: 767px){#s-ae0d7a40-601e-4be0-a566-065f2f39e610 {
  display: none;
}
#s-ae0d7a40-601e-4be0-a566-065f2f39e610, #wrap-s-ae0d7a40-601e-4be0-a566-065f2f39e610 { display:none !important; }}







#s-ae0d7a40-601e-4be0-a566-065f2f39e610 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ae0d7a40-601e-4be0-a566-065f2f39e610.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c22bcd78-c239-4013-80d0-9961b2f378de {
  min-height: 50px;
}








#s-c22bcd78-c239-4013-80d0-9961b2f378de > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c22bcd78-c239-4013-80d0-9961b2f378de.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-da119c82-2a4c-4685-99a9-ba3bf4ba4b99 {
  min-height: 50px;
}








#s-da119c82-2a4c-4685-99a9-ba3bf4ba4b99 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-da119c82-2a4c-4685-99a9-ba3bf4ba4b99.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-30d69d73-bb98-42b7-aa07-f8b29f49601a {
  min-height: 50px;
}








#s-30d69d73-bb98-42b7-aa07-f8b29f49601a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-30d69d73-bb98-42b7-aa07-f8b29f49601a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f50068ac-80e7-43a4-b231-3f0386f9e0d3 {
  margin-left: auto;
margin-right: auto;
padding-left: 200px;
padding-right: 200px;
max-width: 1800px;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-f50068ac-80e7-43a4-b231-3f0386f9e0d3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f50068ac-80e7-43a4-b231-3f0386f9e0d3"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-f50068ac-80e7-43a4-b231-3f0386f9e0d3"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-f50068ac-80e7-43a4-b231-3f0386f9e0d3"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-f50068ac-80e7-43a4-b231-3f0386f9e0d3"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-f50068ac-80e7-43a4-b231-3f0386f9e0d3"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-f50068ac-80e7-43a4-b231-3f0386f9e0d3"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-f50068ac-80e7-43a4-b231-3f0386f9e0d3"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-f50068ac-80e7-43a4-b231-3f0386f9e0d3"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-f50068ac-80e7-43a4-b231-3f0386f9e0d3"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

}

#s-2304e897-a94b-440a-b12f-9742c923e0b2 {
  margin-bottom: 10px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-2304e897-a94b-440a-b12f-9742c923e0b2 .shogun-heading-component h2 {
  color: #000;
  font-weight:  700 ;
  font-family: "Lato";
  font-style:  normal ;
  font-size: 35px;
  line-height: 1.25em;
  letter-spacing: -1px;
  text-align: left;
}



#s-a82629cf-aa68-4fe3-8163-c3937b2fe288 {
  padding-right: 60px;
}

#s-c6d96845-4a00-4d7a-8bf7-eb47ae5aeb64 {
  margin-left: auto;
margin-right: auto;
padding-top: 25px;
padding-left: 200px;
padding-right: 200px;
max-width: 1800px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-c6d96845-4a00-4d7a-8bf7-eb47ae5aeb64 {
  display: none;
}
#s-c6d96845-4a00-4d7a-8bf7-eb47ae5aeb64, #wrap-s-c6d96845-4a00-4d7a-8bf7-eb47ae5aeb64 { display:none !important; }}
@media (min-width: 0px) {
[id="s-c6d96845-4a00-4d7a-8bf7-eb47ae5aeb64"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c6d96845-4a00-4d7a-8bf7-eb47ae5aeb64"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 50.0px);
}

}

@media (min-width: 992px) {
[id="s-c6d96845-4a00-4d7a-8bf7-eb47ae5aeb64"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 50.0px);
}

}

@media (min-width: 1200px) {
[id="s-c6d96845-4a00-4d7a-8bf7-eb47ae5aeb64"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 50.0px);
}

}

#s-db9bcbd6-eaeb-4f10-8068-a0892d12204e {
  background-repeat: no-repeat;
background-size: contain;
min-height: 500px;
background-position: center center;
}








#s-db9bcbd6-eaeb-4f10-8068-a0892d12204e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-db9bcbd6-eaeb-4f10-8068-a0892d12204e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-33ec3dc3-6f90-49b3-8ab4-7e96276ff968 {
  background-repeat: no-repeat;
background-size: contain;
min-height: 500px;
background-position: center center;
background-attachment: scroll;
}








#s-33ec3dc3-6f90-49b3-8ab4-7e96276ff968 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-33ec3dc3-6f90-49b3-8ab4-7e96276ff968.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-58ae54db-1f78-4f9d-ba81-90db16b438d4 {
  margin-left: auto;
margin-bottom: -15px;
margin-right: auto;
padding-top: 25px;
padding-left: 200px;
padding-right: 200px;
max-width: 1800px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-58ae54db-1f78-4f9d-ba81-90db16b438d4 {
  display: none;
}
#s-58ae54db-1f78-4f9d-ba81-90db16b438d4, #wrap-s-58ae54db-1f78-4f9d-ba81-90db16b438d4 { display:none !important; }}
@media (min-width: 0px) {
[id="s-58ae54db-1f78-4f9d-ba81-90db16b438d4"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-58ae54db-1f78-4f9d-ba81-90db16b438d4"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 50.0px);
}

}

@media (min-width: 992px) {
[id="s-58ae54db-1f78-4f9d-ba81-90db16b438d4"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 50.0px);
}

}

@media (min-width: 1200px) {
[id="s-58ae54db-1f78-4f9d-ba81-90db16b438d4"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 50.0px);
}

}

#s-a379817f-2551-485d-bed2-0d32b74eb4b6 {
  margin-bottom: 10px;
padding-top: 15px;
padding-bottom: 5px;
text-align: left;
}

#s-a379817f-2551-485d-bed2-0d32b74eb4b6 .shogun-heading-component h2 {
  color: #000;
  font-weight:  700 ;
  font-family: "Lato";
  font-style:  normal ;
  font-size: 24px;
  line-height: 1.25em;
  letter-spacing: -1px;
  text-align: left;
}



#s-040d0cbf-f1a1-4d07-af58-e7aa33f8f2c3 {
  padding-left: 0%;
padding-right: 5%;
}

#s-ad127fef-6e77-49e5-b837-484cdc0cdc9d {
  margin-bottom: 10px;
padding-top: 15px;
padding-bottom: 5px;
text-align: left;
}

#s-ad127fef-6e77-49e5-b837-484cdc0cdc9d .shogun-heading-component h2 {
  color: #000;
  font-weight:  700 ;
  font-family: "Lato";
  font-style:  normal ;
  font-size: 24px;
  line-height: 1.25em;
  letter-spacing: -1px;
  text-align: left;
}



#s-d4b3de54-63c5-41a6-9609-c640daf656b9 {
  margin-left: auto;
margin-right: auto;
padding-top: 25px;
padding-left: 200px;
padding-right: 200px;
max-width: 1800px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-d4b3de54-63c5-41a6-9609-c640daf656b9 {
  display: none;
}
#s-d4b3de54-63c5-41a6-9609-c640daf656b9, #wrap-s-d4b3de54-63c5-41a6-9609-c640daf656b9 { display:none !important; }}
@media (min-width: 0px) {
[id="s-d4b3de54-63c5-41a6-9609-c640daf656b9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d4b3de54-63c5-41a6-9609-c640daf656b9"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 50.0px);
}

}

@media (min-width: 992px) {
[id="s-d4b3de54-63c5-41a6-9609-c640daf656b9"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 50.0px);
}

}

@media (min-width: 1200px) {
[id="s-d4b3de54-63c5-41a6-9609-c640daf656b9"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 50.0px);
}

}

#s-c2d840e2-ea6f-4b6d-a258-7d71df9e059c {
  padding-left: 0%;
padding-right: 5%;
}

#s-742ac21d-d44e-415f-974e-8a1e58a5a616 {
  margin-left: auto;
margin-right: auto;
padding-top: 25px;
padding-left: 200px;
padding-bottom: 5px;
padding-right: 200px;
max-width: 1800px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-742ac21d-d44e-415f-974e-8a1e58a5a616 {
  display: none;
}
#s-742ac21d-d44e-415f-974e-8a1e58a5a616, #wrap-s-742ac21d-d44e-415f-974e-8a1e58a5a616 { display:none !important; }}
@media (min-width: 0px) {
[id="s-742ac21d-d44e-415f-974e-8a1e58a5a616"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-742ac21d-d44e-415f-974e-8a1e58a5a616"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 50.0px);
}

}

@media (min-width: 992px) {
[id="s-742ac21d-d44e-415f-974e-8a1e58a5a616"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 50.0px);
}

}

@media (min-width: 1200px) {
[id="s-742ac21d-d44e-415f-974e-8a1e58a5a616"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 50.0px);
}

}

#s-d96dba0d-6f1c-4d47-a016-c46e7c38b040 {
  min-height: 50px;
}








#s-d96dba0d-6f1c-4d47-a016-c46e7c38b040 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d96dba0d-6f1c-4d47-a016-c46e7c38b040.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: 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-text {
  font-weight: ;
  font-family: ;
}

.shg-btn.shg-btn-stretch {
  display: block;
}

.shg-btn:not(.shg-btn-stretch) {
  display: inline-block;
}

.shg-btn-wrapper.shg-align-left {
  text-align: left;
}

.shg-btn-wrapper.shg-align-center {
  text-align: center;
}

.shg-btn-wrapper.shg-align-right {
  text-align: right;
}

#s-c81183c2-3f69-434b-8ff5-8afe4d0c16ee {
  padding-top: 10px;
padding-bottom: 10px;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
line-height: 1.25em;
letter-spacing: 0px;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-c81183c2-3f69-434b-8ff5-8afe4d0c16ee:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(209, 36, 36, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-c81183c2-3f69-434b-8ff5-8afe4d0c16ee:active {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-c81183c2-3f69-434b-8ff5-8afe4d0c16ee-root {
    text-align: left;
  }


#s-c81183c2-3f69-434b-8ff5-8afe4d0c16ee.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Lato;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-c81183c2-3f69-434b-8ff5-8afe4d0c16ee-root {
    text-align: left;
  }


#s-c81183c2-3f69-434b-8ff5-8afe4d0c16ee.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Lato;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-c81183c2-3f69-434b-8ff5-8afe4d0c16ee-root {
    text-align: left;
  }


#s-c81183c2-3f69-434b-8ff5-8afe4d0c16ee.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Lato;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-c81183c2-3f69-434b-8ff5-8afe4d0c16ee-root {
    text-align: left;
  }


#s-c81183c2-3f69-434b-8ff5-8afe4d0c16ee.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Lato;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-c81183c2-3f69-434b-8ff5-8afe4d0c16ee-root {
    text-align: left;
  }


#s-c81183c2-3f69-434b-8ff5-8afe4d0c16ee.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Lato;
  display:  inline-block ;
}
}
#s-be453689-fba8-44db-8743-aebdc50ef104 {
  min-height: 50px;
}








#s-be453689-fba8-44db-8743-aebdc50ef104 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-be453689-fba8-44db-8743-aebdc50ef104.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f7628dab-ed48-4a20-b86c-90ac58550c82 {
  padding-top: 10px;
padding-bottom: 10px;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
line-height: 1.25em;
letter-spacing: 0px;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-f7628dab-ed48-4a20-b86c-90ac58550c82:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(209, 36, 36, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-f7628dab-ed48-4a20-b86c-90ac58550c82:active {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-f7628dab-ed48-4a20-b86c-90ac58550c82-root {
    text-align: left;
  }


#s-f7628dab-ed48-4a20-b86c-90ac58550c82.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Lato;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-f7628dab-ed48-4a20-b86c-90ac58550c82-root {
    text-align: left;
  }


#s-f7628dab-ed48-4a20-b86c-90ac58550c82.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Lato;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-f7628dab-ed48-4a20-b86c-90ac58550c82-root {
    text-align: left;
  }


#s-f7628dab-ed48-4a20-b86c-90ac58550c82.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Lato;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-f7628dab-ed48-4a20-b86c-90ac58550c82-root {
    text-align: left;
  }


#s-f7628dab-ed48-4a20-b86c-90ac58550c82.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Lato;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-f7628dab-ed48-4a20-b86c-90ac58550c82-root {
    text-align: left;
  }


#s-f7628dab-ed48-4a20-b86c-90ac58550c82.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Lato;
  display:  inline-block ;
}
}
#s-58106e79-257c-45d9-8174-9cbaa8d90301 {
  min-height: 50px;
}








#s-58106e79-257c-45d9-8174-9cbaa8d90301 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-58106e79-257c-45d9-8174-9cbaa8d90301.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

#s-e4d0fc79-e87e-4f77-bec5-93acad9b3b98 {
  margin-left: auto;
margin-right: auto;
padding-top: 25px;
padding-left: 200px;
padding-bottom: 25px;
padding-right: 200px;
}

#s-e4d0fc79-e87e-4f77-bec5-93acad9b3b98 hr {
  border-top: 1px solid rgba(218, 218, 218, 1);
}

#s-34f625e3-9625-49ff-9e51-aa9efac309b2 {
  min-height: 50px;
}








#s-34f625e3-9625-49ff-9e51-aa9efac309b2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-34f625e3-9625-49ff-9e51-aa9efac309b2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6cbcf3d8-41ae-462f-8181-945e81f608f0 {
  margin-left: auto;
margin-right: auto;
padding-left: 200px;
padding-right: 200px;
max-width: 1800px;
}

@media (min-width: 0px) {
[id="s-6cbcf3d8-41ae-462f-8181-945e81f608f0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6cbcf3d8-41ae-462f-8181-945e81f608f0"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-6cbcf3d8-41ae-462f-8181-945e81f608f0"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-6cbcf3d8-41ae-462f-8181-945e81f608f0"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-6cbcf3d8-41ae-462f-8181-945e81f608f0"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-6cbcf3d8-41ae-462f-8181-945e81f608f0"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-6cbcf3d8-41ae-462f-8181-945e81f608f0"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-6cbcf3d8-41ae-462f-8181-945e81f608f0"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-6cbcf3d8-41ae-462f-8181-945e81f608f0"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-6cbcf3d8-41ae-462f-8181-945e81f608f0"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

}

#s-473cf151-e9c5-4afe-ad4d-6708b4605253 {
  margin-bottom: 10px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-473cf151-e9c5-4afe-ad4d-6708b4605253 .shogun-heading-component h2 {
  color: #000;
  font-weight:  700 ;
  font-family: "Lato";
  font-style:  normal ;
  font-size: 35px;
  line-height: 1.25em;
  letter-spacing: -1px;
  text-align: left;
}



#s-44a19efe-f594-4a6c-9b78-a9ee40505a38 {
  min-height: 50px;
}
@media (max-width: 767px){#s-44a19efe-f594-4a6c-9b78-a9ee40505a38 {
  display: none;
}
#s-44a19efe-f594-4a6c-9b78-a9ee40505a38, #wrap-s-44a19efe-f594-4a6c-9b78-a9ee40505a38 { display:none !important; }}







#s-44a19efe-f594-4a6c-9b78-a9ee40505a38 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-44a19efe-f594-4a6c-9b78-a9ee40505a38.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-82bfa732-dada-4e37-9ccf-b60790b329b0 {
  margin-left: auto;
margin-right: auto;
padding-top: 50px;
padding-left: 200px;
padding-right: 200px;
min-height: 2px;
max-width: 1800px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-82bfa732-dada-4e37-9ccf-b60790b329b0 {
  display: none;
}
#s-82bfa732-dada-4e37-9ccf-b60790b329b0, #wrap-s-82bfa732-dada-4e37-9ccf-b60790b329b0 { display:none !important; }}
@media (min-width: 0px) {
[id="s-82bfa732-dada-4e37-9ccf-b60790b329b0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-82bfa732-dada-4e37-9ccf-b60790b329b0"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-82bfa732-dada-4e37-9ccf-b60790b329b0"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-82bfa732-dada-4e37-9ccf-b60790b329b0"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

.shogun-image-container {
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-image.hover {
  opacity: 0;
  z-index: 200;
  position: absolute;
  left: 0;
  top: 0;
}

.shogun-image.hover:hover {
  opacity: 1;
}

#s-73f4083f-7815-40df-893d-9de4106ae948 {
  border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #2C2A34;
border-radius: 10px;
text-align: center;
}







  #s-73f4083f-7815-40df-893d-9de4106ae948 img.shogun-image {
    

    
    
    
  }


#s-73f4083f-7815-40df-893d-9de4106ae948 .shogun-image-content {
  
    align-items: center;
  
}

#s-25672b6d-48de-4e9c-a73c-ccb6bc7eabf0 {
  padding-top: 10px;
padding-bottom: 10px;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
line-height: 1.25em;
letter-spacing: 0px;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-25672b6d-48de-4e9c-a73c-ccb6bc7eabf0:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(209, 36, 36, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-25672b6d-48de-4e9c-a73c-ccb6bc7eabf0:active {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-25672b6d-48de-4e9c-a73c-ccb6bc7eabf0-root {
    text-align: left;
  }


#s-25672b6d-48de-4e9c-a73c-ccb6bc7eabf0.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 24px;
  font-weight: 700;
  
  font-family: Lato;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-25672b6d-48de-4e9c-a73c-ccb6bc7eabf0-root {
    text-align: left;
  }


#s-25672b6d-48de-4e9c-a73c-ccb6bc7eabf0.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 24px;
  font-weight: 700;
  
  font-family: Lato;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-25672b6d-48de-4e9c-a73c-ccb6bc7eabf0-root {
    text-align: left;
  }


#s-25672b6d-48de-4e9c-a73c-ccb6bc7eabf0.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 24px;
  font-weight: 700;
  
  font-family: Lato;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-25672b6d-48de-4e9c-a73c-ccb6bc7eabf0-root {
    text-align: left;
  }


#s-25672b6d-48de-4e9c-a73c-ccb6bc7eabf0.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 24px;
  font-weight: 700;
  
  font-family: Lato;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-25672b6d-48de-4e9c-a73c-ccb6bc7eabf0-root {
    text-align: left;
  }


#s-25672b6d-48de-4e9c-a73c-ccb6bc7eabf0.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 24px;
  font-weight: 700;
  
  font-family: Lato;
  display:  inline-block ;
}
}
#s-b54dbb4a-4067-4ac3-bcd5-b7e062e3c28a {
  padding-right: 20%;
}

#s-c5fb5c12-dec0-4a37-bdfb-e59dce41f51d {
  border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #2C2A34;
border-radius: 10px;
text-align: center;
}







  #s-c5fb5c12-dec0-4a37-bdfb-e59dce41f51d img.shogun-image {
    

    
    
    
  }


#s-c5fb5c12-dec0-4a37-bdfb-e59dce41f51d .shogun-image-content {
  
    align-items: center;
  
}

#s-443b0060-0776-444d-a6f2-11d8ca06d0a2 {
  padding-top: 10px;
padding-bottom: 10px;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
line-height: 1.25em;
letter-spacing: 0px;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-443b0060-0776-444d-a6f2-11d8ca06d0a2:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(209, 36, 36, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-443b0060-0776-444d-a6f2-11d8ca06d0a2:active {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-443b0060-0776-444d-a6f2-11d8ca06d0a2-root {
    text-align: left;
  }


#s-443b0060-0776-444d-a6f2-11d8ca06d0a2.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 24px;
  font-weight: 700;
  
  font-family: Lato;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-443b0060-0776-444d-a6f2-11d8ca06d0a2-root {
    text-align: left;
  }


#s-443b0060-0776-444d-a6f2-11d8ca06d0a2.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 24px;
  font-weight: 700;
  
  font-family: Lato;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-443b0060-0776-444d-a6f2-11d8ca06d0a2-root {
    text-align: left;
  }


#s-443b0060-0776-444d-a6f2-11d8ca06d0a2.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 24px;
  font-weight: 700;
  
  font-family: Lato;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-443b0060-0776-444d-a6f2-11d8ca06d0a2-root {
    text-align: left;
  }


#s-443b0060-0776-444d-a6f2-11d8ca06d0a2.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 24px;
  font-weight: 700;
  
  font-family: Lato;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-443b0060-0776-444d-a6f2-11d8ca06d0a2-root {
    text-align: left;
  }


#s-443b0060-0776-444d-a6f2-11d8ca06d0a2.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 24px;
  font-weight: 700;
  
  font-family: Lato;
  display:  inline-block ;
}
}
#s-648ed84d-ff0d-4ada-822e-28b0f1e42a2c {
  padding-right: 20%;
}

#s-d89d0b75-192d-4f52-a08b-5b1ab5568266 {
  border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #2C2A34;
border-radius: 10px;
text-align: center;
}







  #s-d89d0b75-192d-4f52-a08b-5b1ab5568266 img.shogun-image {
    

    
    
    
  }


#s-d89d0b75-192d-4f52-a08b-5b1ab5568266 .shogun-image-content {
  
    align-items: center;
  
}

#s-337f2e44-46b0-47da-8466-cd54b829bdbe {
  padding-top: 10px;
padding-bottom: 10px;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
line-height: 1.25em;
letter-spacing: 0px;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-337f2e44-46b0-47da-8466-cd54b829bdbe:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(209, 36, 36, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-337f2e44-46b0-47da-8466-cd54b829bdbe:active {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-337f2e44-46b0-47da-8466-cd54b829bdbe-root {
    text-align: left;
  }


#s-337f2e44-46b0-47da-8466-cd54b829bdbe.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 24px;
  font-weight: 700;
  
  font-family: Lato;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-337f2e44-46b0-47da-8466-cd54b829bdbe-root {
    text-align: left;
  }


#s-337f2e44-46b0-47da-8466-cd54b829bdbe.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 24px;
  font-weight: 700;
  
  font-family: Lato;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-337f2e44-46b0-47da-8466-cd54b829bdbe-root {
    text-align: left;
  }


#s-337f2e44-46b0-47da-8466-cd54b829bdbe.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 24px;
  font-weight: 700;
  
  font-family: Lato;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-337f2e44-46b0-47da-8466-cd54b829bdbe-root {
    text-align: left;
  }


#s-337f2e44-46b0-47da-8466-cd54b829bdbe.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 24px;
  font-weight: 700;
  
  font-family: Lato;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-337f2e44-46b0-47da-8466-cd54b829bdbe-root {
    text-align: left;
  }


#s-337f2e44-46b0-47da-8466-cd54b829bdbe.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 24px;
  font-weight: 700;
  
  font-family: Lato;
  display:  inline-block ;
}
}
#s-56f793b3-e142-486f-9edc-84c5aa45dac1 {
  padding-right: 20%;
}

#s-181bda89-adfd-4f65-8dc9-b0cb60c9bf8a {
  margin-left: auto;
margin-right: auto;
padding-left: 200px;
padding-right: 200px;
max-width: 1800px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-181bda89-adfd-4f65-8dc9-b0cb60c9bf8a {
  display: none;
}
#s-181bda89-adfd-4f65-8dc9-b0cb60c9bf8a, #wrap-s-181bda89-adfd-4f65-8dc9-b0cb60c9bf8a { display:none !important; }}
@media (min-width: 0px) {
[id="s-181bda89-adfd-4f65-8dc9-b0cb60c9bf8a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-181bda89-adfd-4f65-8dc9-b0cb60c9bf8a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-181bda89-adfd-4f65-8dc9-b0cb60c9bf8a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-181bda89-adfd-4f65-8dc9-b0cb60c9bf8a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-7df74de0-156d-4e3c-9ab2-daba665e6e49 {
  padding-top: 10px;
padding-bottom: 10px;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
line-height: 1.25em;
letter-spacing: 0px;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-7df74de0-156d-4e3c-9ab2-daba665e6e49:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(209, 36, 36, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-7df74de0-156d-4e3c-9ab2-daba665e6e49:active {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-7df74de0-156d-4e3c-9ab2-daba665e6e49-root {
    text-align: left;
  }


#s-7df74de0-156d-4e3c-9ab2-daba665e6e49.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Lato;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-7df74de0-156d-4e3c-9ab2-daba665e6e49-root {
    text-align: left;
  }


#s-7df74de0-156d-4e3c-9ab2-daba665e6e49.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Lato;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-7df74de0-156d-4e3c-9ab2-daba665e6e49-root {
    text-align: left;
  }


#s-7df74de0-156d-4e3c-9ab2-daba665e6e49.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Lato;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-7df74de0-156d-4e3c-9ab2-daba665e6e49-root {
    text-align: left;
  }


#s-7df74de0-156d-4e3c-9ab2-daba665e6e49.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Lato;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-7df74de0-156d-4e3c-9ab2-daba665e6e49-root {
    text-align: left;
  }


#s-7df74de0-156d-4e3c-9ab2-daba665e6e49.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Lato;
  display:  inline-block ;
}
}
#s-731efa46-736a-4baa-8d02-db6fcc28fa27 {
  padding-top: 10px;
padding-bottom: 10px;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
line-height: 1.25em;
letter-spacing: 0px;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-731efa46-736a-4baa-8d02-db6fcc28fa27:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(209, 36, 36, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-731efa46-736a-4baa-8d02-db6fcc28fa27:active {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-731efa46-736a-4baa-8d02-db6fcc28fa27-root {
    text-align: left;
  }


#s-731efa46-736a-4baa-8d02-db6fcc28fa27.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Lato;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-731efa46-736a-4baa-8d02-db6fcc28fa27-root {
    text-align: left;
  }


#s-731efa46-736a-4baa-8d02-db6fcc28fa27.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Lato;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-731efa46-736a-4baa-8d02-db6fcc28fa27-root {
    text-align: left;
  }


#s-731efa46-736a-4baa-8d02-db6fcc28fa27.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Lato;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-731efa46-736a-4baa-8d02-db6fcc28fa27-root {
    text-align: left;
  }


#s-731efa46-736a-4baa-8d02-db6fcc28fa27.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Lato;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-731efa46-736a-4baa-8d02-db6fcc28fa27-root {
    text-align: left;
  }


#s-731efa46-736a-4baa-8d02-db6fcc28fa27.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Lato;
  display:  inline-block ;
}
}
#s-a8397789-3db7-410b-9fdf-f7e6b345019e {
  padding-top: 10px;
padding-bottom: 10px;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
line-height: 1.25em;
letter-spacing: 0px;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-a8397789-3db7-410b-9fdf-f7e6b345019e:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(209, 36, 36, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-a8397789-3db7-410b-9fdf-f7e6b345019e:active {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-a8397789-3db7-410b-9fdf-f7e6b345019e-root {
    text-align: left;
  }


#s-a8397789-3db7-410b-9fdf-f7e6b345019e.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Lato;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-a8397789-3db7-410b-9fdf-f7e6b345019e-root {
    text-align: left;
  }


#s-a8397789-3db7-410b-9fdf-f7e6b345019e.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Lato;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-a8397789-3db7-410b-9fdf-f7e6b345019e-root {
    text-align: left;
  }


#s-a8397789-3db7-410b-9fdf-f7e6b345019e.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Lato;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-a8397789-3db7-410b-9fdf-f7e6b345019e-root {
    text-align: left;
  }


#s-a8397789-3db7-410b-9fdf-f7e6b345019e.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Lato;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-a8397789-3db7-410b-9fdf-f7e6b345019e-root {
    text-align: left;
  }


#s-a8397789-3db7-410b-9fdf-f7e6b345019e.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Lato;
  display:  inline-block ;
}
}
#s-d2feab43-5dcb-4cfe-bedb-2da3d8a704fd {
  margin-left: auto;
margin-right: auto;
padding-top: 50px;
padding-left: 200px;
padding-right: 200px;
max-width: 1800px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-d2feab43-5dcb-4cfe-bedb-2da3d8a704fd {
  display: none;
}
#s-d2feab43-5dcb-4cfe-bedb-2da3d8a704fd, #wrap-s-d2feab43-5dcb-4cfe-bedb-2da3d8a704fd { display:none !important; }}
@media (min-width: 0px) {
[id="s-d2feab43-5dcb-4cfe-bedb-2da3d8a704fd"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d2feab43-5dcb-4cfe-bedb-2da3d8a704fd"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-d2feab43-5dcb-4cfe-bedb-2da3d8a704fd"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-d2feab43-5dcb-4cfe-bedb-2da3d8a704fd"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-f61b7156-040b-472a-9c68-1eaf45f3aa27 {
  border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #2C2A34;
border-radius: 10px;
text-align: center;
}







  #s-f61b7156-040b-472a-9c68-1eaf45f3aa27 img.shogun-image {
    

    
    
    
  }


#s-f61b7156-040b-472a-9c68-1eaf45f3aa27 .shogun-image-content {
  
    align-items: center;
  
}

#s-55e398fc-81dd-4b9e-aa8e-7b5197b1fbba {
  padding-top: 10px;
padding-bottom: 10px;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
line-height: 1.25em;
letter-spacing: 0px;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-55e398fc-81dd-4b9e-aa8e-7b5197b1fbba:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(209, 36, 36, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-55e398fc-81dd-4b9e-aa8e-7b5197b1fbba:active {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-55e398fc-81dd-4b9e-aa8e-7b5197b1fbba-root {
    text-align: left;
  }


#s-55e398fc-81dd-4b9e-aa8e-7b5197b1fbba.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 24px;
  font-weight: 700;
  
  font-family: Lato;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-55e398fc-81dd-4b9e-aa8e-7b5197b1fbba-root {
    text-align: left;
  }


#s-55e398fc-81dd-4b9e-aa8e-7b5197b1fbba.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 24px;
  font-weight: 700;
  
  font-family: Lato;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-55e398fc-81dd-4b9e-aa8e-7b5197b1fbba-root {
    text-align: left;
  }


#s-55e398fc-81dd-4b9e-aa8e-7b5197b1fbba.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 24px;
  font-weight: 700;
  
  font-family: Lato;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-55e398fc-81dd-4b9e-aa8e-7b5197b1fbba-root {
    text-align: left;
  }


#s-55e398fc-81dd-4b9e-aa8e-7b5197b1fbba.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 24px;
  font-weight: 700;
  
  font-family: Lato;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-55e398fc-81dd-4b9e-aa8e-7b5197b1fbba-root {
    text-align: left;
  }


#s-55e398fc-81dd-4b9e-aa8e-7b5197b1fbba.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 24px;
  font-weight: 700;
  
  font-family: Lato;
  display:  inline-block ;
}
}
#s-14e66559-1588-4101-a404-a17d831a15cd {
  padding-right: 20%;
}

#s-7d8496cf-5928-4e0d-a0ae-cd6daf71a3c1 {
  border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #2C2A34;
border-radius: 10px;
text-align: center;
}







  #s-7d8496cf-5928-4e0d-a0ae-cd6daf71a3c1 img.shogun-image {
    

    
    
    
  }


#s-7d8496cf-5928-4e0d-a0ae-cd6daf71a3c1 .shogun-image-content {
  
    align-items: center;
  
}

#s-5e87afec-f4a9-4e07-a4b3-b6f4dafff174 {
  padding-top: 10px;
padding-bottom: 10px;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
line-height: 1.25em;
letter-spacing: 0px;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-5e87afec-f4a9-4e07-a4b3-b6f4dafff174:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(209, 36, 36, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-5e87afec-f4a9-4e07-a4b3-b6f4dafff174:active {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-5e87afec-f4a9-4e07-a4b3-b6f4dafff174-root {
    text-align: left;
  }


#s-5e87afec-f4a9-4e07-a4b3-b6f4dafff174.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 24px;
  font-weight: 700;
  
  font-family: Lato;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-5e87afec-f4a9-4e07-a4b3-b6f4dafff174-root {
    text-align: left;
  }


#s-5e87afec-f4a9-4e07-a4b3-b6f4dafff174.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 24px;
  font-weight: 700;
  
  font-family: Lato;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-5e87afec-f4a9-4e07-a4b3-b6f4dafff174-root {
    text-align: left;
  }


#s-5e87afec-f4a9-4e07-a4b3-b6f4dafff174.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 24px;
  font-weight: 700;
  
  font-family: Lato;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-5e87afec-f4a9-4e07-a4b3-b6f4dafff174-root {
    text-align: left;
  }


#s-5e87afec-f4a9-4e07-a4b3-b6f4dafff174.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 24px;
  font-weight: 700;
  
  font-family: Lato;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-5e87afec-f4a9-4e07-a4b3-b6f4dafff174-root {
    text-align: left;
  }


#s-5e87afec-f4a9-4e07-a4b3-b6f4dafff174.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 24px;
  font-weight: 700;
  
  font-family: Lato;
  display:  inline-block ;
}
}
#s-fcb71d3a-06b1-4c40-9dd8-df2cfc4f5fc6 {
  padding-right: 20%;
}

#s-8bb6161d-07e2-4bde-a0ad-33c89955bbce {
  border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #2C2A34;
border-radius: 10px;
text-align: center;
}







  #s-8bb6161d-07e2-4bde-a0ad-33c89955bbce img.shogun-image {
    

    
    
    
  }


#s-8bb6161d-07e2-4bde-a0ad-33c89955bbce .shogun-image-content {
  
    align-items: center;
  
}

#s-e42d542c-a49b-4f20-9dbf-1426279a6f45 {
  padding-top: 10px;
padding-bottom: 10px;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
line-height: 1.25em;
letter-spacing: 0px;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-e42d542c-a49b-4f20-9dbf-1426279a6f45:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(209, 36, 36, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-e42d542c-a49b-4f20-9dbf-1426279a6f45:active {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-e42d542c-a49b-4f20-9dbf-1426279a6f45-root {
    text-align: left;
  }


#s-e42d542c-a49b-4f20-9dbf-1426279a6f45.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 24px;
  font-weight: 700;
  
  font-family: Lato;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-e42d542c-a49b-4f20-9dbf-1426279a6f45-root {
    text-align: left;
  }


#s-e42d542c-a49b-4f20-9dbf-1426279a6f45.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 24px;
  font-weight: 700;
  
  font-family: Lato;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-e42d542c-a49b-4f20-9dbf-1426279a6f45-root {
    text-align: left;
  }


#s-e42d542c-a49b-4f20-9dbf-1426279a6f45.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 24px;
  font-weight: 700;
  
  font-family: Lato;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-e42d542c-a49b-4f20-9dbf-1426279a6f45-root {
    text-align: left;
  }


#s-e42d542c-a49b-4f20-9dbf-1426279a6f45.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 24px;
  font-weight: 700;
  
  font-family: Lato;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-e42d542c-a49b-4f20-9dbf-1426279a6f45-root {
    text-align: left;
  }


#s-e42d542c-a49b-4f20-9dbf-1426279a6f45.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 24px;
  font-weight: 700;
  
  font-family: Lato;
  display:  inline-block ;
}
}
#s-9dec4754-f181-4869-9be1-7f168e0991a8 {
  padding-right: 20%;
}

#s-4b4531ed-b6f2-4546-bb8f-6638066d8be2 {
  margin-left: auto;
margin-right: auto;
padding-left: 200px;
padding-right: 200px;
max-width: 1800px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-4b4531ed-b6f2-4546-bb8f-6638066d8be2 {
  display: none;
}
#s-4b4531ed-b6f2-4546-bb8f-6638066d8be2, #wrap-s-4b4531ed-b6f2-4546-bb8f-6638066d8be2 { display:none !important; }}
@media (min-width: 0px) {
[id="s-4b4531ed-b6f2-4546-bb8f-6638066d8be2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4b4531ed-b6f2-4546-bb8f-6638066d8be2"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-4b4531ed-b6f2-4546-bb8f-6638066d8be2"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-4b4531ed-b6f2-4546-bb8f-6638066d8be2"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-db376cf8-79af-4085-941b-162ec13df752 {
  padding-top: 10px;
padding-bottom: 10px;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
line-height: 1.25em;
letter-spacing: 0px;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-db376cf8-79af-4085-941b-162ec13df752:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(209, 36, 36, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-db376cf8-79af-4085-941b-162ec13df752:active {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-db376cf8-79af-4085-941b-162ec13df752-root {
    text-align: left;
  }


#s-db376cf8-79af-4085-941b-162ec13df752.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Lato;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-db376cf8-79af-4085-941b-162ec13df752-root {
    text-align: left;
  }


#s-db376cf8-79af-4085-941b-162ec13df752.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Lato;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-db376cf8-79af-4085-941b-162ec13df752-root {
    text-align: left;
  }


#s-db376cf8-79af-4085-941b-162ec13df752.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Lato;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-db376cf8-79af-4085-941b-162ec13df752-root {
    text-align: left;
  }


#s-db376cf8-79af-4085-941b-162ec13df752.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Lato;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-db376cf8-79af-4085-941b-162ec13df752-root {
    text-align: left;
  }


#s-db376cf8-79af-4085-941b-162ec13df752.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Lato;
  display:  inline-block ;
}
}
#s-c6510cca-817c-48c1-affe-fe943f85064e {
  padding-top: 10px;
padding-bottom: 10px;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
line-height: 1.25em;
letter-spacing: 0px;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-c6510cca-817c-48c1-affe-fe943f85064e:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(209, 36, 36, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-c6510cca-817c-48c1-affe-fe943f85064e:active {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-c6510cca-817c-48c1-affe-fe943f85064e-root {
    text-align: left;
  }


#s-c6510cca-817c-48c1-affe-fe943f85064e.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Lato;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-c6510cca-817c-48c1-affe-fe943f85064e-root {
    text-align: left;
  }


#s-c6510cca-817c-48c1-affe-fe943f85064e.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Lato;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-c6510cca-817c-48c1-affe-fe943f85064e-root {
    text-align: left;
  }


#s-c6510cca-817c-48c1-affe-fe943f85064e.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Lato;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-c6510cca-817c-48c1-affe-fe943f85064e-root {
    text-align: left;
  }


#s-c6510cca-817c-48c1-affe-fe943f85064e.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Lato;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-c6510cca-817c-48c1-affe-fe943f85064e-root {
    text-align: left;
  }


#s-c6510cca-817c-48c1-affe-fe943f85064e.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Lato;
  display:  inline-block ;
}
}
#s-fb0765e0-8b5e-49b5-8ab5-8e6b5fa0d5de {
  padding-top: 10px;
padding-bottom: 10px;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
line-height: 1.25em;
letter-spacing: 0px;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-fb0765e0-8b5e-49b5-8ab5-8e6b5fa0d5de:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(209, 36, 36, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-fb0765e0-8b5e-49b5-8ab5-8e6b5fa0d5de:active {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-fb0765e0-8b5e-49b5-8ab5-8e6b5fa0d5de-root {
    text-align: left;
  }


#s-fb0765e0-8b5e-49b5-8ab5-8e6b5fa0d5de.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Lato;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-fb0765e0-8b5e-49b5-8ab5-8e6b5fa0d5de-root {
    text-align: left;
  }


#s-fb0765e0-8b5e-49b5-8ab5-8e6b5fa0d5de.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Lato;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-fb0765e0-8b5e-49b5-8ab5-8e6b5fa0d5de-root {
    text-align: left;
  }


#s-fb0765e0-8b5e-49b5-8ab5-8e6b5fa0d5de.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Lato;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-fb0765e0-8b5e-49b5-8ab5-8e6b5fa0d5de-root {
    text-align: left;
  }


#s-fb0765e0-8b5e-49b5-8ab5-8e6b5fa0d5de.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Lato;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-fb0765e0-8b5e-49b5-8ab5-8e6b5fa0d5de-root {
    text-align: left;
  }


#s-fb0765e0-8b5e-49b5-8ab5-8e6b5fa0d5de.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Lato;
  display:  inline-block ;
}
}
#s-7cc213b0-f2a0-404d-91a6-9f634bf5a2ef {
  min-height: 50px;
}
@media (max-width: 767px){#s-7cc213b0-f2a0-404d-91a6-9f634bf5a2ef {
  display: none;
}
#s-7cc213b0-f2a0-404d-91a6-9f634bf5a2ef, #wrap-s-7cc213b0-f2a0-404d-91a6-9f634bf5a2ef { display:none !important; }}







#s-7cc213b0-f2a0-404d-91a6-9f634bf5a2ef > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7cc213b0-f2a0-404d-91a6-9f634bf5a2ef.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c893c0ea-ec4c-45ee-8bcf-b5fa202b0c41 {
  min-height: 50px;
}








#s-c893c0ea-ec4c-45ee-8bcf-b5fa202b0c41 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c893c0ea-ec4c-45ee-8bcf-b5fa202b0c41.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-adcb8a78-c0d2-48dc-8e26-ed74ef575dbf {
  margin-left: auto;
margin-right: auto;
padding-top: 25px;
padding-left: 200px;
padding-bottom: 25px;
padding-right: 200px;
}

#s-adcb8a78-c0d2-48dc-8e26-ed74ef575dbf hr {
  border-top: 1px solid rgba(218, 218, 218, 1);
}

#s-15e5722b-6249-4b71-97f7-f858d9582e02 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 200px;
padding-bottom: 10px;
padding-right: 200px;
max-width: 1800px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-15e5722b-6249-4b71-97f7-f858d9582e02 {
  display: none;
}
#s-15e5722b-6249-4b71-97f7-f858d9582e02, #wrap-s-15e5722b-6249-4b71-97f7-f858d9582e02 { display:none !important; }}
@media (min-width: 0px) {
[id="s-15e5722b-6249-4b71-97f7-f858d9582e02"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-15e5722b-6249-4b71-97f7-f858d9582e02"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-15e5722b-6249-4b71-97f7-f858d9582e02"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-15e5722b-6249-4b71-97f7-f858d9582e02"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-15e5722b-6249-4b71-97f7-f858d9582e02"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-15e5722b-6249-4b71-97f7-f858d9582e02"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-15e5722b-6249-4b71-97f7-f858d9582e02"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-15e5722b-6249-4b71-97f7-f858d9582e02"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-15e5722b-6249-4b71-97f7-f858d9582e02"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-15e5722b-6249-4b71-97f7-f858d9582e02"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-d7bb83e7-bc24-4df9-823c-b2952efba9f5 {
  margin-bottom: 10px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-d7bb83e7-bc24-4df9-823c-b2952efba9f5 .shogun-heading-component h2 {
  color: #000;
  font-weight:  700 ;
  font-family: "Lato";
  font-style:  normal ;
  font-size: 35px;
  line-height: 1.25em;
  letter-spacing: -1px;
  text-align: left;
}



#s-27cb0b72-0405-4234-a1d5-b91edcf78e88 {
  padding-right: 60px;
}

#s-7b39149c-c4c5-4aa7-b7ab-803022fd3417 {
  margin-left: auto;
margin-right: auto;
padding-top: 25px;
padding-left: 200px;
padding-right: 200px;
max-width: 1800px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-7b39149c-c4c5-4aa7-b7ab-803022fd3417 {
  display: none;
}
#s-7b39149c-c4c5-4aa7-b7ab-803022fd3417, #wrap-s-7b39149c-c4c5-4aa7-b7ab-803022fd3417 { display:none !important; }}
@media (min-width: 0px) {
[id="s-7b39149c-c4c5-4aa7-b7ab-803022fd3417"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-7b39149c-c4c5-4aa7-b7ab-803022fd3417"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-7b39149c-c4c5-4aa7-b7ab-803022fd3417"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-7b39149c-c4c5-4aa7-b7ab-803022fd3417"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-d6fbc862-b0a1-4330-9e94-5a90bd9524da {
  background-repeat: no-repeat;
background-size: cover;
min-height: 500px;
background-position: center center;
background-attachment: scroll;
}








#s-d6fbc862-b0a1-4330-9e94-5a90bd9524da > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d6fbc862-b0a1-4330-9e94-5a90bd9524da.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7d531fd4-afde-4828-8d85-4c6fc43af020 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 500px;
background-position: center center;
}








#s-7d531fd4-afde-4828-8d85-4c6fc43af020 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7d531fd4-afde-4828-8d85-4c6fc43af020.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-62d6be48-69a4-4af0-a857-5c96e9fe742e {
  background-repeat: no-repeat;
background-size: cover;
min-height: 500px;
background-position: center center;
}








#s-62d6be48-69a4-4af0-a857-5c96e9fe742e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-62d6be48-69a4-4af0-a857-5c96e9fe742e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2e0e8e4b-62df-42db-ad98-dde6903844bf {
  background-repeat: no-repeat;
background-size: cover;
min-height: 500px;
background-position: center center;
}








#s-2e0e8e4b-62df-42db-ad98-dde6903844bf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2e0e8e4b-62df-42db-ad98-dde6903844bf.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9a4f16f7-53e5-4099-a69d-eafc84dab21a {
  margin-left: auto;
margin-bottom: -15px;
margin-right: auto;
padding-top: 25px;
padding-left: 200px;
padding-right: 200px;
max-width: 1800px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-9a4f16f7-53e5-4099-a69d-eafc84dab21a {
  display: none;
}
#s-9a4f16f7-53e5-4099-a69d-eafc84dab21a, #wrap-s-9a4f16f7-53e5-4099-a69d-eafc84dab21a { display:none !important; }}
@media (min-width: 0px) {
[id="s-9a4f16f7-53e5-4099-a69d-eafc84dab21a"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 25.0px);
}

}

@media (min-width: 768px) {
[id="s-9a4f16f7-53e5-4099-a69d-eafc84dab21a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 37.5px);
}

}

@media (min-width: 992px) {
[id="s-9a4f16f7-53e5-4099-a69d-eafc84dab21a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 37.5px);
}

}

@media (min-width: 1200px) {
[id="s-9a4f16f7-53e5-4099-a69d-eafc84dab21a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 37.5px);
}

}

#s-d1625ff6-3c8b-46a1-9f64-8134240ecff7 {
  margin-bottom: 10px;
padding-top: 15px;
padding-bottom: 5px;
text-align: left;
}

#s-d1625ff6-3c8b-46a1-9f64-8134240ecff7 .shogun-heading-component h2 {
  color: #000;
  font-weight:  700 ;
  font-family: "Lato";
  font-style:  normal ;
  font-size: 24px;
  line-height: 1.25em;
  letter-spacing: -1px;
  text-align: left;
}



#s-f8f57e2b-037e-44c1-9a65-8a7146c64e07 {
  margin-bottom: 10px;
padding-top: 15px;
padding-bottom: 5px;
text-align: left;
}

#s-f8f57e2b-037e-44c1-9a65-8a7146c64e07 .shogun-heading-component h2 {
  color: #000;
  font-weight:  700 ;
  font-family: "Lato";
  font-style:  normal ;
  font-size: 24px;
  line-height: 1.25em;
  letter-spacing: -1px;
  text-align: left;
}



#s-c1ba7e3c-680a-44f2-8df3-bd673ca9c6f1 {
  margin-bottom: 10px;
padding-top: 15px;
padding-bottom: 5px;
text-align: left;
}

#s-c1ba7e3c-680a-44f2-8df3-bd673ca9c6f1 .shogun-heading-component h2 {
  color: #000;
  font-weight:  700 ;
  font-family: "Lato";
  font-style:  normal ;
  font-size: 24px;
  line-height: 1.25em;
  letter-spacing: -1px;
  text-align: left;
}



#s-ef9c1e31-48bb-4f99-b4bf-2129cd152e78 {
  margin-bottom: 10px;
padding-top: 15px;
padding-bottom: 5px;
text-align: left;
}

#s-ef9c1e31-48bb-4f99-b4bf-2129cd152e78 .shogun-heading-component h2 {
  color: #000;
  font-weight:  700 ;
  font-family: "Lato";
  font-style:  normal ;
  font-size: 24px;
  line-height: 1.25em;
  letter-spacing: -1px;
  text-align: left;
}



#s-03593fab-33b4-4368-9ed2-de524c9b6421 {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-03593fab-33b4-4368-9ed2-de524c9b6421 {
  display: none;
}
#s-03593fab-33b4-4368-9ed2-de524c9b6421, #wrap-s-03593fab-33b4-4368-9ed2-de524c9b6421 { display:none !important; }}







#s-03593fab-33b4-4368-9ed2-de524c9b6421 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-03593fab-33b4-4368-9ed2-de524c9b6421.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5bfe930c-865c-4063-87c9-1d0adacd7b0b {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-5bfe930c-865c-4063-87c9-1d0adacd7b0b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5bfe930c-865c-4063-87c9-1d0adacd7b0b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5d16fce0-0814-492e-8e3e-5b6b65fe57d9 {
  margin-left: auto;
margin-right: auto;
padding-top: 25px;
padding-left: 200px;
padding-bottom: 25px;
padding-right: 200px;
}

#s-5d16fce0-0814-492e-8e3e-5b6b65fe57d9 hr {
  border-top: 1px solid rgba(218, 218, 218, 1);
}

#s-f792d888-1621-4e52-a021-6473c14e59f7 {
  margin-left: auto;
margin-right: auto;
padding-top: 50px;
padding-left: 200px;
padding-right: 200px;
max-width: 1800px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-f792d888-1621-4e52-a021-6473c14e59f7 {
  display: none;
}
#s-f792d888-1621-4e52-a021-6473c14e59f7, #wrap-s-f792d888-1621-4e52-a021-6473c14e59f7 { display:none !important; }}
@media (min-width: 0px) {
[id="s-f792d888-1621-4e52-a021-6473c14e59f7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f792d888-1621-4e52-a021-6473c14e59f7"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-f792d888-1621-4e52-a021-6473c14e59f7"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-f792d888-1621-4e52-a021-6473c14e59f7"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-a211db23-45da-4dca-9935-2a82ef0be922 {
  margin-bottom: 10px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-a211db23-45da-4dca-9935-2a82ef0be922 .shogun-heading-component h2 {
  color: #000;
  font-weight:  700 ;
  font-family: "Lato";
  font-style:  normal ;
  font-size: 35px;
  line-height: 1.25em;
  letter-spacing: -1px;
  text-align: left;
}



#s-fcfc5b7d-f302-486f-bcf3-523deaedf6ce {
  padding-right: 60px;
}

#s-f3407fe0-e321-4982-aefb-294d80b873f7 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 1800px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-f3407fe0-e321-4982-aefb-294d80b873f7 {
  display: none;
}
#s-f3407fe0-e321-4982-aefb-294d80b873f7, #wrap-s-f3407fe0-e321-4982-aefb-294d80b873f7 { display:none !important; }}







#s-f3407fe0-e321-4982-aefb-294d80b873f7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f3407fe0-e321-4982-aefb-294d80b873f7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9565b7c6-e225-43db-804c-06650533d7d8 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 1800px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-9565b7c6-e225-43db-804c-06650533d7d8 {
  
}
}







#s-9565b7c6-e225-43db-804c-06650533d7d8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9565b7c6-e225-43db-804c-06650533d7d8.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;
  min-height: 35px;
  height: 100%;

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  to {
    opacity: 1;
  }
}

#s-9322afb8-3d8d-4bb4-8412-b5bb63b4305d {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 200px;
padding-bottom: 10px;
padding-right: 200px;
}

#s-9322afb8-3d8d-4bb4-8412-b5bb63b4305d .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-9322afb8-3d8d-4bb4-8412-b5bb63b4305d .shg-sld-nav-button.shg-sld-left,
#s-9322afb8-3d8d-4bb4-8412-b5bb63b4305d .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-db7b109b-0f66-44fa-a15b-e17850397042 {
  margin-left: auto;
margin-right: auto;
max-width: 1800px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-db7b109b-0f66-44fa-a15b-e17850397042 {
  
}
}
@media (min-width: 0px) {
[id="s-db7b109b-0f66-44fa-a15b-e17850397042"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-db7b109b-0f66-44fa-a15b-e17850397042"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-db7b109b-0f66-44fa-a15b-e17850397042"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-db7b109b-0f66-44fa-a15b-e17850397042"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-image.hover {
  opacity: 0;
  z-index: 200;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

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

.shogun-image.hover:hover {
  opacity: 1;
}

#s-6666b5cc-07bf-46aa-8902-7fb5148109c6 {
  max-width: 300px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-6666b5cc-07bf-46aa-8902-7fb5148109c6 img.shogun-image,
  #s-6666b5cc-07bf-46aa-8902-7fb5148109c6 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-6666b5cc-07bf-46aa-8902-7fb5148109c6 {
    width: 100%;
    height: auto;
  }

  #s-6666b5cc-07bf-46aa-8902-7fb5148109c6 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-6666b5cc-07bf-46aa-8902-7fb5148109c6.shogun-image {
    
    
  }


.s-6666b5cc-07bf-46aa-8902-7fb5148109c6 .shogun-image-content {
  
    align-items: center;
  
}

.s-6666b5cc-07bf-46aa-8902-7fb5148109c6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6666b5cc-07bf-46aa-8902-7fb5148109c6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6666b5cc-07bf-46aa-8902-7fb5148109c6.shogun-image {
  box-sizing: border-box;
}

@media (min-width: 1200px){



  #s-6666b5cc-07bf-46aa-8902-7fb5148109c6 img.shogun-image,
  #s-6666b5cc-07bf-46aa-8902-7fb5148109c6 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-6666b5cc-07bf-46aa-8902-7fb5148109c6 {
    width: 100%;
    height: auto;
  }

  #s-6666b5cc-07bf-46aa-8902-7fb5148109c6 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-6666b5cc-07bf-46aa-8902-7fb5148109c6.shogun-image {
    
    
  }


.s-6666b5cc-07bf-46aa-8902-7fb5148109c6 .shogun-image-content {
  
    align-items: center;
  
}

.s-6666b5cc-07bf-46aa-8902-7fb5148109c6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6666b5cc-07bf-46aa-8902-7fb5148109c6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6666b5cc-07bf-46aa-8902-7fb5148109c6.shogun-image {
  box-sizing: border-box;
}

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



  #s-6666b5cc-07bf-46aa-8902-7fb5148109c6 img.shogun-image,
  #s-6666b5cc-07bf-46aa-8902-7fb5148109c6 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-6666b5cc-07bf-46aa-8902-7fb5148109c6 {
    width: 100%;
    height: auto;
  }

  #s-6666b5cc-07bf-46aa-8902-7fb5148109c6 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-6666b5cc-07bf-46aa-8902-7fb5148109c6.shogun-image {
    
    
  }


.s-6666b5cc-07bf-46aa-8902-7fb5148109c6 .shogun-image-content {
  
    align-items: center;
  
}

.s-6666b5cc-07bf-46aa-8902-7fb5148109c6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6666b5cc-07bf-46aa-8902-7fb5148109c6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6666b5cc-07bf-46aa-8902-7fb5148109c6.shogun-image {
  box-sizing: border-box;
}

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



  #s-6666b5cc-07bf-46aa-8902-7fb5148109c6 img.shogun-image,
  #s-6666b5cc-07bf-46aa-8902-7fb5148109c6 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-6666b5cc-07bf-46aa-8902-7fb5148109c6 {
    width: 100%;
    height: auto;
  }

  #s-6666b5cc-07bf-46aa-8902-7fb5148109c6 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-6666b5cc-07bf-46aa-8902-7fb5148109c6.shogun-image {
    
    
  }


.s-6666b5cc-07bf-46aa-8902-7fb5148109c6 .shogun-image-content {
  
    align-items: center;
  
}

.s-6666b5cc-07bf-46aa-8902-7fb5148109c6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6666b5cc-07bf-46aa-8902-7fb5148109c6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6666b5cc-07bf-46aa-8902-7fb5148109c6.shogun-image {
  box-sizing: border-box;
}

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



  #s-6666b5cc-07bf-46aa-8902-7fb5148109c6 img.shogun-image,
  #s-6666b5cc-07bf-46aa-8902-7fb5148109c6 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-6666b5cc-07bf-46aa-8902-7fb5148109c6 {
    width: 100%;
    height: auto;
  }

  #s-6666b5cc-07bf-46aa-8902-7fb5148109c6 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-6666b5cc-07bf-46aa-8902-7fb5148109c6.shogun-image {
    
    
  }


.s-6666b5cc-07bf-46aa-8902-7fb5148109c6 .shogun-image-content {
  
    align-items: center;
  
}

.s-6666b5cc-07bf-46aa-8902-7fb5148109c6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6666b5cc-07bf-46aa-8902-7fb5148109c6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6666b5cc-07bf-46aa-8902-7fb5148109c6.shogun-image {
  box-sizing: border-box;
}

}
#s-071c5ba9-c412-457b-8571-045e3dc0d7d5 {
  max-width: 300px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-071c5ba9-c412-457b-8571-045e3dc0d7d5 img.shogun-image,
  #s-071c5ba9-c412-457b-8571-045e3dc0d7d5 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-071c5ba9-c412-457b-8571-045e3dc0d7d5 {
    width: 100%;
    height: auto;
  }

  #s-071c5ba9-c412-457b-8571-045e3dc0d7d5 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-071c5ba9-c412-457b-8571-045e3dc0d7d5.shogun-image {
    
    
  }


.s-071c5ba9-c412-457b-8571-045e3dc0d7d5 .shogun-image-content {
  
    align-items: center;
  
}

.s-071c5ba9-c412-457b-8571-045e3dc0d7d5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-071c5ba9-c412-457b-8571-045e3dc0d7d5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-071c5ba9-c412-457b-8571-045e3dc0d7d5.shogun-image {
  box-sizing: border-box;
}

@media (min-width: 1200px){



  #s-071c5ba9-c412-457b-8571-045e3dc0d7d5 img.shogun-image,
  #s-071c5ba9-c412-457b-8571-045e3dc0d7d5 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-071c5ba9-c412-457b-8571-045e3dc0d7d5 {
    width: 100%;
    height: auto;
  }

  #s-071c5ba9-c412-457b-8571-045e3dc0d7d5 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-071c5ba9-c412-457b-8571-045e3dc0d7d5.shogun-image {
    
    
  }


.s-071c5ba9-c412-457b-8571-045e3dc0d7d5 .shogun-image-content {
  
    align-items: center;
  
}

.s-071c5ba9-c412-457b-8571-045e3dc0d7d5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-071c5ba9-c412-457b-8571-045e3dc0d7d5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-071c5ba9-c412-457b-8571-045e3dc0d7d5.shogun-image {
  box-sizing: border-box;
}

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



  #s-071c5ba9-c412-457b-8571-045e3dc0d7d5 img.shogun-image,
  #s-071c5ba9-c412-457b-8571-045e3dc0d7d5 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-071c5ba9-c412-457b-8571-045e3dc0d7d5 {
    width: 100%;
    height: auto;
  }

  #s-071c5ba9-c412-457b-8571-045e3dc0d7d5 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-071c5ba9-c412-457b-8571-045e3dc0d7d5.shogun-image {
    
    
  }


.s-071c5ba9-c412-457b-8571-045e3dc0d7d5 .shogun-image-content {
  
    align-items: center;
  
}

.s-071c5ba9-c412-457b-8571-045e3dc0d7d5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-071c5ba9-c412-457b-8571-045e3dc0d7d5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-071c5ba9-c412-457b-8571-045e3dc0d7d5.shogun-image {
  box-sizing: border-box;
}

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



  #s-071c5ba9-c412-457b-8571-045e3dc0d7d5 img.shogun-image,
  #s-071c5ba9-c412-457b-8571-045e3dc0d7d5 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-071c5ba9-c412-457b-8571-045e3dc0d7d5 {
    width: 100%;
    height: auto;
  }

  #s-071c5ba9-c412-457b-8571-045e3dc0d7d5 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-071c5ba9-c412-457b-8571-045e3dc0d7d5.shogun-image {
    
    
  }


.s-071c5ba9-c412-457b-8571-045e3dc0d7d5 .shogun-image-content {
  
    align-items: center;
  
}

.s-071c5ba9-c412-457b-8571-045e3dc0d7d5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-071c5ba9-c412-457b-8571-045e3dc0d7d5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-071c5ba9-c412-457b-8571-045e3dc0d7d5.shogun-image {
  box-sizing: border-box;
}

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



  #s-071c5ba9-c412-457b-8571-045e3dc0d7d5 img.shogun-image,
  #s-071c5ba9-c412-457b-8571-045e3dc0d7d5 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-071c5ba9-c412-457b-8571-045e3dc0d7d5 {
    width: 100%;
    height: auto;
  }

  #s-071c5ba9-c412-457b-8571-045e3dc0d7d5 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-071c5ba9-c412-457b-8571-045e3dc0d7d5.shogun-image {
    
    
  }


.s-071c5ba9-c412-457b-8571-045e3dc0d7d5 .shogun-image-content {
  
    align-items: center;
  
}

.s-071c5ba9-c412-457b-8571-045e3dc0d7d5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-071c5ba9-c412-457b-8571-045e3dc0d7d5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-071c5ba9-c412-457b-8571-045e3dc0d7d5.shogun-image {
  box-sizing: border-box;
}

}
#s-33f921c7-f13a-4d80-9942-c00972c4b0a9 {
  max-width: 300px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-33f921c7-f13a-4d80-9942-c00972c4b0a9 img.shogun-image,
  #s-33f921c7-f13a-4d80-9942-c00972c4b0a9 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-33f921c7-f13a-4d80-9942-c00972c4b0a9 {
    width: 100%;
    height: auto;
  }

  #s-33f921c7-f13a-4d80-9942-c00972c4b0a9 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-33f921c7-f13a-4d80-9942-c00972c4b0a9.shogun-image {
    
    
  }


.s-33f921c7-f13a-4d80-9942-c00972c4b0a9 .shogun-image-content {
  
    align-items: center;
  
}

.s-33f921c7-f13a-4d80-9942-c00972c4b0a9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-33f921c7-f13a-4d80-9942-c00972c4b0a9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-33f921c7-f13a-4d80-9942-c00972c4b0a9.shogun-image {
  box-sizing: border-box;
}

@media (min-width: 1200px){



  #s-33f921c7-f13a-4d80-9942-c00972c4b0a9 img.shogun-image,
  #s-33f921c7-f13a-4d80-9942-c00972c4b0a9 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-33f921c7-f13a-4d80-9942-c00972c4b0a9 {
    width: 100%;
    height: auto;
  }

  #s-33f921c7-f13a-4d80-9942-c00972c4b0a9 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-33f921c7-f13a-4d80-9942-c00972c4b0a9.shogun-image {
    
    
  }


.s-33f921c7-f13a-4d80-9942-c00972c4b0a9 .shogun-image-content {
  
    align-items: center;
  
}

.s-33f921c7-f13a-4d80-9942-c00972c4b0a9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-33f921c7-f13a-4d80-9942-c00972c4b0a9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-33f921c7-f13a-4d80-9942-c00972c4b0a9.shogun-image {
  box-sizing: border-box;
}

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



  #s-33f921c7-f13a-4d80-9942-c00972c4b0a9 img.shogun-image,
  #s-33f921c7-f13a-4d80-9942-c00972c4b0a9 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-33f921c7-f13a-4d80-9942-c00972c4b0a9 {
    width: 100%;
    height: auto;
  }

  #s-33f921c7-f13a-4d80-9942-c00972c4b0a9 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-33f921c7-f13a-4d80-9942-c00972c4b0a9.shogun-image {
    
    
  }


.s-33f921c7-f13a-4d80-9942-c00972c4b0a9 .shogun-image-content {
  
    align-items: center;
  
}

.s-33f921c7-f13a-4d80-9942-c00972c4b0a9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-33f921c7-f13a-4d80-9942-c00972c4b0a9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-33f921c7-f13a-4d80-9942-c00972c4b0a9.shogun-image {
  box-sizing: border-box;
}

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



  #s-33f921c7-f13a-4d80-9942-c00972c4b0a9 img.shogun-image,
  #s-33f921c7-f13a-4d80-9942-c00972c4b0a9 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-33f921c7-f13a-4d80-9942-c00972c4b0a9 {
    width: 100%;
    height: auto;
  }

  #s-33f921c7-f13a-4d80-9942-c00972c4b0a9 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-33f921c7-f13a-4d80-9942-c00972c4b0a9.shogun-image {
    
    
  }


.s-33f921c7-f13a-4d80-9942-c00972c4b0a9 .shogun-image-content {
  
    align-items: center;
  
}

.s-33f921c7-f13a-4d80-9942-c00972c4b0a9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-33f921c7-f13a-4d80-9942-c00972c4b0a9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-33f921c7-f13a-4d80-9942-c00972c4b0a9.shogun-image {
  box-sizing: border-box;
}

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



  #s-33f921c7-f13a-4d80-9942-c00972c4b0a9 img.shogun-image,
  #s-33f921c7-f13a-4d80-9942-c00972c4b0a9 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-33f921c7-f13a-4d80-9942-c00972c4b0a9 {
    width: 100%;
    height: auto;
  }

  #s-33f921c7-f13a-4d80-9942-c00972c4b0a9 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-33f921c7-f13a-4d80-9942-c00972c4b0a9.shogun-image {
    
    
  }


.s-33f921c7-f13a-4d80-9942-c00972c4b0a9 .shogun-image-content {
  
    align-items: center;
  
}

.s-33f921c7-f13a-4d80-9942-c00972c4b0a9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-33f921c7-f13a-4d80-9942-c00972c4b0a9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-33f921c7-f13a-4d80-9942-c00972c4b0a9.shogun-image {
  box-sizing: border-box;
}

}
#s-8b391796-ff3e-488a-8b9f-345a0a5bf980 {
  max-width: 300px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-8b391796-ff3e-488a-8b9f-345a0a5bf980 img.shogun-image,
  #s-8b391796-ff3e-488a-8b9f-345a0a5bf980 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-8b391796-ff3e-488a-8b9f-345a0a5bf980 {
    width: 100%;
    height: auto;
  }

  #s-8b391796-ff3e-488a-8b9f-345a0a5bf980 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-8b391796-ff3e-488a-8b9f-345a0a5bf980.shogun-image {
    
    
  }


.s-8b391796-ff3e-488a-8b9f-345a0a5bf980 .shogun-image-content {
  
    align-items: center;
  
}

.s-8b391796-ff3e-488a-8b9f-345a0a5bf980.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8b391796-ff3e-488a-8b9f-345a0a5bf980.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8b391796-ff3e-488a-8b9f-345a0a5bf980.shogun-image {
  box-sizing: border-box;
}

@media (min-width: 1200px){



  #s-8b391796-ff3e-488a-8b9f-345a0a5bf980 img.shogun-image,
  #s-8b391796-ff3e-488a-8b9f-345a0a5bf980 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-8b391796-ff3e-488a-8b9f-345a0a5bf980 {
    width: 100%;
    height: auto;
  }

  #s-8b391796-ff3e-488a-8b9f-345a0a5bf980 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-8b391796-ff3e-488a-8b9f-345a0a5bf980.shogun-image {
    
    
  }


.s-8b391796-ff3e-488a-8b9f-345a0a5bf980 .shogun-image-content {
  
    align-items: center;
  
}

.s-8b391796-ff3e-488a-8b9f-345a0a5bf980.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8b391796-ff3e-488a-8b9f-345a0a5bf980.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8b391796-ff3e-488a-8b9f-345a0a5bf980.shogun-image {
  box-sizing: border-box;
}

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



  #s-8b391796-ff3e-488a-8b9f-345a0a5bf980 img.shogun-image,
  #s-8b391796-ff3e-488a-8b9f-345a0a5bf980 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-8b391796-ff3e-488a-8b9f-345a0a5bf980 {
    width: 100%;
    height: auto;
  }

  #s-8b391796-ff3e-488a-8b9f-345a0a5bf980 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-8b391796-ff3e-488a-8b9f-345a0a5bf980.shogun-image {
    
    
  }


.s-8b391796-ff3e-488a-8b9f-345a0a5bf980 .shogun-image-content {
  
    align-items: center;
  
}

.s-8b391796-ff3e-488a-8b9f-345a0a5bf980.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8b391796-ff3e-488a-8b9f-345a0a5bf980.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8b391796-ff3e-488a-8b9f-345a0a5bf980.shogun-image {
  box-sizing: border-box;
}

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



  #s-8b391796-ff3e-488a-8b9f-345a0a5bf980 img.shogun-image,
  #s-8b391796-ff3e-488a-8b9f-345a0a5bf980 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-8b391796-ff3e-488a-8b9f-345a0a5bf980 {
    width: 100%;
    height: auto;
  }

  #s-8b391796-ff3e-488a-8b9f-345a0a5bf980 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-8b391796-ff3e-488a-8b9f-345a0a5bf980.shogun-image {
    
    
  }


.s-8b391796-ff3e-488a-8b9f-345a0a5bf980 .shogun-image-content {
  
    align-items: center;
  
}

.s-8b391796-ff3e-488a-8b9f-345a0a5bf980.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8b391796-ff3e-488a-8b9f-345a0a5bf980.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8b391796-ff3e-488a-8b9f-345a0a5bf980.shogun-image {
  box-sizing: border-box;
}

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



  #s-8b391796-ff3e-488a-8b9f-345a0a5bf980 img.shogun-image,
  #s-8b391796-ff3e-488a-8b9f-345a0a5bf980 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-8b391796-ff3e-488a-8b9f-345a0a5bf980 {
    width: 100%;
    height: auto;
  }

  #s-8b391796-ff3e-488a-8b9f-345a0a5bf980 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-8b391796-ff3e-488a-8b9f-345a0a5bf980.shogun-image {
    
    
  }


.s-8b391796-ff3e-488a-8b9f-345a0a5bf980 .shogun-image-content {
  
    align-items: center;
  
}

.s-8b391796-ff3e-488a-8b9f-345a0a5bf980.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8b391796-ff3e-488a-8b9f-345a0a5bf980.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8b391796-ff3e-488a-8b9f-345a0a5bf980.shogun-image {
  box-sizing: border-box;
}

}
#s-f5e004d7-5240-4600-9015-013faec4ad6b {
  margin-left: auto;
margin-right: auto;
max-width: 1800px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-f5e004d7-5240-4600-9015-013faec4ad6b {
  
}
}
@media (min-width: 0px) {
[id="s-f5e004d7-5240-4600-9015-013faec4ad6b"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-f5e004d7-5240-4600-9015-013faec4ad6b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-f5e004d7-5240-4600-9015-013faec4ad6b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-f5e004d7-5240-4600-9015-013faec4ad6b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-4a7481a9-d4e4-4016-a20b-e78cf7492f4e {
  max-width: 300px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-4a7481a9-d4e4-4016-a20b-e78cf7492f4e img.shogun-image,
  #s-4a7481a9-d4e4-4016-a20b-e78cf7492f4e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-4a7481a9-d4e4-4016-a20b-e78cf7492f4e {
    width: 100%;
    height: auto;
  }

  #s-4a7481a9-d4e4-4016-a20b-e78cf7492f4e img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4a7481a9-d4e4-4016-a20b-e78cf7492f4e.shogun-image {
    
    
  }


.s-4a7481a9-d4e4-4016-a20b-e78cf7492f4e .shogun-image-content {
  
    align-items: center;
  
}

.s-4a7481a9-d4e4-4016-a20b-e78cf7492f4e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4a7481a9-d4e4-4016-a20b-e78cf7492f4e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4a7481a9-d4e4-4016-a20b-e78cf7492f4e.shogun-image {
  box-sizing: border-box;
}

@media (min-width: 1200px){



  #s-4a7481a9-d4e4-4016-a20b-e78cf7492f4e img.shogun-image,
  #s-4a7481a9-d4e4-4016-a20b-e78cf7492f4e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-4a7481a9-d4e4-4016-a20b-e78cf7492f4e {
    width: 100%;
    height: auto;
  }

  #s-4a7481a9-d4e4-4016-a20b-e78cf7492f4e img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4a7481a9-d4e4-4016-a20b-e78cf7492f4e.shogun-image {
    
    
  }


.s-4a7481a9-d4e4-4016-a20b-e78cf7492f4e .shogun-image-content {
  
    align-items: center;
  
}

.s-4a7481a9-d4e4-4016-a20b-e78cf7492f4e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4a7481a9-d4e4-4016-a20b-e78cf7492f4e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4a7481a9-d4e4-4016-a20b-e78cf7492f4e.shogun-image {
  box-sizing: border-box;
}

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



  #s-4a7481a9-d4e4-4016-a20b-e78cf7492f4e img.shogun-image,
  #s-4a7481a9-d4e4-4016-a20b-e78cf7492f4e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-4a7481a9-d4e4-4016-a20b-e78cf7492f4e {
    width: 100%;
    height: auto;
  }

  #s-4a7481a9-d4e4-4016-a20b-e78cf7492f4e img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4a7481a9-d4e4-4016-a20b-e78cf7492f4e.shogun-image {
    
    
  }


.s-4a7481a9-d4e4-4016-a20b-e78cf7492f4e .shogun-image-content {
  
    align-items: center;
  
}

.s-4a7481a9-d4e4-4016-a20b-e78cf7492f4e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4a7481a9-d4e4-4016-a20b-e78cf7492f4e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4a7481a9-d4e4-4016-a20b-e78cf7492f4e.shogun-image {
  box-sizing: border-box;
}

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



  #s-4a7481a9-d4e4-4016-a20b-e78cf7492f4e img.shogun-image,
  #s-4a7481a9-d4e4-4016-a20b-e78cf7492f4e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-4a7481a9-d4e4-4016-a20b-e78cf7492f4e {
    width: 100%;
    height: auto;
  }

  #s-4a7481a9-d4e4-4016-a20b-e78cf7492f4e img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4a7481a9-d4e4-4016-a20b-e78cf7492f4e.shogun-image {
    
    
  }


.s-4a7481a9-d4e4-4016-a20b-e78cf7492f4e .shogun-image-content {
  
    align-items: center;
  
}

.s-4a7481a9-d4e4-4016-a20b-e78cf7492f4e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4a7481a9-d4e4-4016-a20b-e78cf7492f4e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4a7481a9-d4e4-4016-a20b-e78cf7492f4e.shogun-image {
  box-sizing: border-box;
}

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



  #s-4a7481a9-d4e4-4016-a20b-e78cf7492f4e img.shogun-image,
  #s-4a7481a9-d4e4-4016-a20b-e78cf7492f4e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-4a7481a9-d4e4-4016-a20b-e78cf7492f4e {
    width: 100%;
    height: auto;
  }

  #s-4a7481a9-d4e4-4016-a20b-e78cf7492f4e img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4a7481a9-d4e4-4016-a20b-e78cf7492f4e.shogun-image {
    
    
  }


.s-4a7481a9-d4e4-4016-a20b-e78cf7492f4e .shogun-image-content {
  
    align-items: center;
  
}

.s-4a7481a9-d4e4-4016-a20b-e78cf7492f4e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4a7481a9-d4e4-4016-a20b-e78cf7492f4e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4a7481a9-d4e4-4016-a20b-e78cf7492f4e.shogun-image {
  box-sizing: border-box;
}

}
#s-8e262fa7-2e14-446d-a6d6-d576ca752061 {
  max-width: 300px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-8e262fa7-2e14-446d-a6d6-d576ca752061 img.shogun-image,
  #s-8e262fa7-2e14-446d-a6d6-d576ca752061 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-8e262fa7-2e14-446d-a6d6-d576ca752061 {
    width: 100%;
    height: auto;
  }

  #s-8e262fa7-2e14-446d-a6d6-d576ca752061 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-8e262fa7-2e14-446d-a6d6-d576ca752061.shogun-image {
    
    
  }


.s-8e262fa7-2e14-446d-a6d6-d576ca752061 .shogun-image-content {
  
    align-items: center;
  
}

.s-8e262fa7-2e14-446d-a6d6-d576ca752061.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8e262fa7-2e14-446d-a6d6-d576ca752061.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8e262fa7-2e14-446d-a6d6-d576ca752061.shogun-image {
  box-sizing: border-box;
}

@media (min-width: 1200px){



  #s-8e262fa7-2e14-446d-a6d6-d576ca752061 img.shogun-image,
  #s-8e262fa7-2e14-446d-a6d6-d576ca752061 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-8e262fa7-2e14-446d-a6d6-d576ca752061 {
    width: 100%;
    height: auto;
  }

  #s-8e262fa7-2e14-446d-a6d6-d576ca752061 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-8e262fa7-2e14-446d-a6d6-d576ca752061.shogun-image {
    
    
  }


.s-8e262fa7-2e14-446d-a6d6-d576ca752061 .shogun-image-content {
  
    align-items: center;
  
}

.s-8e262fa7-2e14-446d-a6d6-d576ca752061.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8e262fa7-2e14-446d-a6d6-d576ca752061.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8e262fa7-2e14-446d-a6d6-d576ca752061.shogun-image {
  box-sizing: border-box;
}

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



  #s-8e262fa7-2e14-446d-a6d6-d576ca752061 img.shogun-image,
  #s-8e262fa7-2e14-446d-a6d6-d576ca752061 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-8e262fa7-2e14-446d-a6d6-d576ca752061 {
    width: 100%;
    height: auto;
  }

  #s-8e262fa7-2e14-446d-a6d6-d576ca752061 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-8e262fa7-2e14-446d-a6d6-d576ca752061.shogun-image {
    
    
  }


.s-8e262fa7-2e14-446d-a6d6-d576ca752061 .shogun-image-content {
  
    align-items: center;
  
}

.s-8e262fa7-2e14-446d-a6d6-d576ca752061.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8e262fa7-2e14-446d-a6d6-d576ca752061.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8e262fa7-2e14-446d-a6d6-d576ca752061.shogun-image {
  box-sizing: border-box;
}

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



  #s-8e262fa7-2e14-446d-a6d6-d576ca752061 img.shogun-image,
  #s-8e262fa7-2e14-446d-a6d6-d576ca752061 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-8e262fa7-2e14-446d-a6d6-d576ca752061 {
    width: 100%;
    height: auto;
  }

  #s-8e262fa7-2e14-446d-a6d6-d576ca752061 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-8e262fa7-2e14-446d-a6d6-d576ca752061.shogun-image {
    
    
  }


.s-8e262fa7-2e14-446d-a6d6-d576ca752061 .shogun-image-content {
  
    align-items: center;
  
}

.s-8e262fa7-2e14-446d-a6d6-d576ca752061.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8e262fa7-2e14-446d-a6d6-d576ca752061.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8e262fa7-2e14-446d-a6d6-d576ca752061.shogun-image {
  box-sizing: border-box;
}

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



  #s-8e262fa7-2e14-446d-a6d6-d576ca752061 img.shogun-image,
  #s-8e262fa7-2e14-446d-a6d6-d576ca752061 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-8e262fa7-2e14-446d-a6d6-d576ca752061 {
    width: 100%;
    height: auto;
  }

  #s-8e262fa7-2e14-446d-a6d6-d576ca752061 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-8e262fa7-2e14-446d-a6d6-d576ca752061.shogun-image {
    
    
  }


.s-8e262fa7-2e14-446d-a6d6-d576ca752061 .shogun-image-content {
  
    align-items: center;
  
}

.s-8e262fa7-2e14-446d-a6d6-d576ca752061.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8e262fa7-2e14-446d-a6d6-d576ca752061.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8e262fa7-2e14-446d-a6d6-d576ca752061.shogun-image {
  box-sizing: border-box;
}

}
#s-a7397da3-a8ee-4fac-96a2-2fa7f08ec2fd {
  max-width: 300px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-a7397da3-a8ee-4fac-96a2-2fa7f08ec2fd img.shogun-image,
  #s-a7397da3-a8ee-4fac-96a2-2fa7f08ec2fd .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a7397da3-a8ee-4fac-96a2-2fa7f08ec2fd {
    width: 100%;
    height: auto;
  }

  #s-a7397da3-a8ee-4fac-96a2-2fa7f08ec2fd img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a7397da3-a8ee-4fac-96a2-2fa7f08ec2fd.shogun-image {
    
    
  }


.s-a7397da3-a8ee-4fac-96a2-2fa7f08ec2fd .shogun-image-content {
  
    align-items: center;
  
}

.s-a7397da3-a8ee-4fac-96a2-2fa7f08ec2fd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a7397da3-a8ee-4fac-96a2-2fa7f08ec2fd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a7397da3-a8ee-4fac-96a2-2fa7f08ec2fd.shogun-image {
  box-sizing: border-box;
}

@media (min-width: 1200px){



  #s-a7397da3-a8ee-4fac-96a2-2fa7f08ec2fd img.shogun-image,
  #s-a7397da3-a8ee-4fac-96a2-2fa7f08ec2fd .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a7397da3-a8ee-4fac-96a2-2fa7f08ec2fd {
    width: 100%;
    height: auto;
  }

  #s-a7397da3-a8ee-4fac-96a2-2fa7f08ec2fd img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a7397da3-a8ee-4fac-96a2-2fa7f08ec2fd.shogun-image {
    
    
  }


.s-a7397da3-a8ee-4fac-96a2-2fa7f08ec2fd .shogun-image-content {
  
    align-items: center;
  
}

.s-a7397da3-a8ee-4fac-96a2-2fa7f08ec2fd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a7397da3-a8ee-4fac-96a2-2fa7f08ec2fd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a7397da3-a8ee-4fac-96a2-2fa7f08ec2fd.shogun-image {
  box-sizing: border-box;
}

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



  #s-a7397da3-a8ee-4fac-96a2-2fa7f08ec2fd img.shogun-image,
  #s-a7397da3-a8ee-4fac-96a2-2fa7f08ec2fd .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a7397da3-a8ee-4fac-96a2-2fa7f08ec2fd {
    width: 100%;
    height: auto;
  }

  #s-a7397da3-a8ee-4fac-96a2-2fa7f08ec2fd img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a7397da3-a8ee-4fac-96a2-2fa7f08ec2fd.shogun-image {
    
    
  }


.s-a7397da3-a8ee-4fac-96a2-2fa7f08ec2fd .shogun-image-content {
  
    align-items: center;
  
}

.s-a7397da3-a8ee-4fac-96a2-2fa7f08ec2fd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a7397da3-a8ee-4fac-96a2-2fa7f08ec2fd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a7397da3-a8ee-4fac-96a2-2fa7f08ec2fd.shogun-image {
  box-sizing: border-box;
}

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



  #s-a7397da3-a8ee-4fac-96a2-2fa7f08ec2fd img.shogun-image,
  #s-a7397da3-a8ee-4fac-96a2-2fa7f08ec2fd .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a7397da3-a8ee-4fac-96a2-2fa7f08ec2fd {
    width: 100%;
    height: auto;
  }

  #s-a7397da3-a8ee-4fac-96a2-2fa7f08ec2fd img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a7397da3-a8ee-4fac-96a2-2fa7f08ec2fd.shogun-image {
    
    
  }


.s-a7397da3-a8ee-4fac-96a2-2fa7f08ec2fd .shogun-image-content {
  
    align-items: center;
  
}

.s-a7397da3-a8ee-4fac-96a2-2fa7f08ec2fd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a7397da3-a8ee-4fac-96a2-2fa7f08ec2fd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a7397da3-a8ee-4fac-96a2-2fa7f08ec2fd.shogun-image {
  box-sizing: border-box;
}

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



  #s-a7397da3-a8ee-4fac-96a2-2fa7f08ec2fd img.shogun-image,
  #s-a7397da3-a8ee-4fac-96a2-2fa7f08ec2fd .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a7397da3-a8ee-4fac-96a2-2fa7f08ec2fd {
    width: 100%;
    height: auto;
  }

  #s-a7397da3-a8ee-4fac-96a2-2fa7f08ec2fd img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a7397da3-a8ee-4fac-96a2-2fa7f08ec2fd.shogun-image {
    
    
  }


.s-a7397da3-a8ee-4fac-96a2-2fa7f08ec2fd .shogun-image-content {
  
    align-items: center;
  
}

.s-a7397da3-a8ee-4fac-96a2-2fa7f08ec2fd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a7397da3-a8ee-4fac-96a2-2fa7f08ec2fd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a7397da3-a8ee-4fac-96a2-2fa7f08ec2fd.shogun-image {
  box-sizing: border-box;
}

}
#s-56b4ad74-bdf6-4a13-bdba-25e645a0acd9 {
  max-width: 300px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-56b4ad74-bdf6-4a13-bdba-25e645a0acd9 img.shogun-image,
  #s-56b4ad74-bdf6-4a13-bdba-25e645a0acd9 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-56b4ad74-bdf6-4a13-bdba-25e645a0acd9 {
    width: 100%;
    height: auto;
  }

  #s-56b4ad74-bdf6-4a13-bdba-25e645a0acd9 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-56b4ad74-bdf6-4a13-bdba-25e645a0acd9.shogun-image {
    
    
  }


.s-56b4ad74-bdf6-4a13-bdba-25e645a0acd9 .shogun-image-content {
  
    align-items: center;
  
}

.s-56b4ad74-bdf6-4a13-bdba-25e645a0acd9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-56b4ad74-bdf6-4a13-bdba-25e645a0acd9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-56b4ad74-bdf6-4a13-bdba-25e645a0acd9.shogun-image {
  box-sizing: border-box;
}

@media (min-width: 1200px){



  #s-56b4ad74-bdf6-4a13-bdba-25e645a0acd9 img.shogun-image,
  #s-56b4ad74-bdf6-4a13-bdba-25e645a0acd9 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-56b4ad74-bdf6-4a13-bdba-25e645a0acd9 {
    width: 100%;
    height: auto;
  }

  #s-56b4ad74-bdf6-4a13-bdba-25e645a0acd9 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-56b4ad74-bdf6-4a13-bdba-25e645a0acd9.shogun-image {
    
    
  }


.s-56b4ad74-bdf6-4a13-bdba-25e645a0acd9 .shogun-image-content {
  
    align-items: center;
  
}

.s-56b4ad74-bdf6-4a13-bdba-25e645a0acd9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-56b4ad74-bdf6-4a13-bdba-25e645a0acd9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-56b4ad74-bdf6-4a13-bdba-25e645a0acd9.shogun-image {
  box-sizing: border-box;
}

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



  #s-56b4ad74-bdf6-4a13-bdba-25e645a0acd9 img.shogun-image,
  #s-56b4ad74-bdf6-4a13-bdba-25e645a0acd9 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-56b4ad74-bdf6-4a13-bdba-25e645a0acd9 {
    width: 100%;
    height: auto;
  }

  #s-56b4ad74-bdf6-4a13-bdba-25e645a0acd9 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-56b4ad74-bdf6-4a13-bdba-25e645a0acd9.shogun-image {
    
    
  }


.s-56b4ad74-bdf6-4a13-bdba-25e645a0acd9 .shogun-image-content {
  
    align-items: center;
  
}

.s-56b4ad74-bdf6-4a13-bdba-25e645a0acd9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-56b4ad74-bdf6-4a13-bdba-25e645a0acd9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-56b4ad74-bdf6-4a13-bdba-25e645a0acd9.shogun-image {
  box-sizing: border-box;
}

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



  #s-56b4ad74-bdf6-4a13-bdba-25e645a0acd9 img.shogun-image,
  #s-56b4ad74-bdf6-4a13-bdba-25e645a0acd9 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-56b4ad74-bdf6-4a13-bdba-25e645a0acd9 {
    width: 100%;
    height: auto;
  }

  #s-56b4ad74-bdf6-4a13-bdba-25e645a0acd9 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-56b4ad74-bdf6-4a13-bdba-25e645a0acd9.shogun-image {
    
    
  }


.s-56b4ad74-bdf6-4a13-bdba-25e645a0acd9 .shogun-image-content {
  
    align-items: center;
  
}

.s-56b4ad74-bdf6-4a13-bdba-25e645a0acd9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-56b4ad74-bdf6-4a13-bdba-25e645a0acd9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-56b4ad74-bdf6-4a13-bdba-25e645a0acd9.shogun-image {
  box-sizing: border-box;
}

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



  #s-56b4ad74-bdf6-4a13-bdba-25e645a0acd9 img.shogun-image,
  #s-56b4ad74-bdf6-4a13-bdba-25e645a0acd9 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-56b4ad74-bdf6-4a13-bdba-25e645a0acd9 {
    width: 100%;
    height: auto;
  }

  #s-56b4ad74-bdf6-4a13-bdba-25e645a0acd9 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-56b4ad74-bdf6-4a13-bdba-25e645a0acd9.shogun-image {
    
    
  }


.s-56b4ad74-bdf6-4a13-bdba-25e645a0acd9 .shogun-image-content {
  
    align-items: center;
  
}

.s-56b4ad74-bdf6-4a13-bdba-25e645a0acd9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-56b4ad74-bdf6-4a13-bdba-25e645a0acd9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-56b4ad74-bdf6-4a13-bdba-25e645a0acd9.shogun-image {
  box-sizing: border-box;
}

}
#s-bcc2b37e-e2eb-4938-919a-98ffe762690d {
  margin-left: auto;
margin-right: auto;
max-width: 1800px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-bcc2b37e-e2eb-4938-919a-98ffe762690d {
  
}
}
@media (min-width: 0px) {
[id="s-bcc2b37e-e2eb-4938-919a-98ffe762690d"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-bcc2b37e-e2eb-4938-919a-98ffe762690d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-bcc2b37e-e2eb-4938-919a-98ffe762690d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-bcc2b37e-e2eb-4938-919a-98ffe762690d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-451909f1-a000-4dc4-84bc-8d2afcb92dfd {
  max-width: 300px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-451909f1-a000-4dc4-84bc-8d2afcb92dfd img.shogun-image,
  #s-451909f1-a000-4dc4-84bc-8d2afcb92dfd .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-451909f1-a000-4dc4-84bc-8d2afcb92dfd {
    width: 100%;
    height: auto;
  }

  #s-451909f1-a000-4dc4-84bc-8d2afcb92dfd img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-451909f1-a000-4dc4-84bc-8d2afcb92dfd.shogun-image {
    
    
  }


.s-451909f1-a000-4dc4-84bc-8d2afcb92dfd .shogun-image-content {
  
    align-items: center;
  
}

.s-451909f1-a000-4dc4-84bc-8d2afcb92dfd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-451909f1-a000-4dc4-84bc-8d2afcb92dfd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-451909f1-a000-4dc4-84bc-8d2afcb92dfd.shogun-image {
  box-sizing: border-box;
}

@media (min-width: 1200px){



  #s-451909f1-a000-4dc4-84bc-8d2afcb92dfd img.shogun-image,
  #s-451909f1-a000-4dc4-84bc-8d2afcb92dfd .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-451909f1-a000-4dc4-84bc-8d2afcb92dfd {
    width: 100%;
    height: auto;
  }

  #s-451909f1-a000-4dc4-84bc-8d2afcb92dfd img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-451909f1-a000-4dc4-84bc-8d2afcb92dfd.shogun-image {
    
    
  }


.s-451909f1-a000-4dc4-84bc-8d2afcb92dfd .shogun-image-content {
  
    align-items: center;
  
}

.s-451909f1-a000-4dc4-84bc-8d2afcb92dfd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-451909f1-a000-4dc4-84bc-8d2afcb92dfd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-451909f1-a000-4dc4-84bc-8d2afcb92dfd.shogun-image {
  box-sizing: border-box;
}

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



  #s-451909f1-a000-4dc4-84bc-8d2afcb92dfd img.shogun-image,
  #s-451909f1-a000-4dc4-84bc-8d2afcb92dfd .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-451909f1-a000-4dc4-84bc-8d2afcb92dfd {
    width: 100%;
    height: auto;
  }

  #s-451909f1-a000-4dc4-84bc-8d2afcb92dfd img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-451909f1-a000-4dc4-84bc-8d2afcb92dfd.shogun-image {
    
    
  }


.s-451909f1-a000-4dc4-84bc-8d2afcb92dfd .shogun-image-content {
  
    align-items: center;
  
}

.s-451909f1-a000-4dc4-84bc-8d2afcb92dfd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-451909f1-a000-4dc4-84bc-8d2afcb92dfd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-451909f1-a000-4dc4-84bc-8d2afcb92dfd.shogun-image {
  box-sizing: border-box;
}

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



  #s-451909f1-a000-4dc4-84bc-8d2afcb92dfd img.shogun-image,
  #s-451909f1-a000-4dc4-84bc-8d2afcb92dfd .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-451909f1-a000-4dc4-84bc-8d2afcb92dfd {
    width: 100%;
    height: auto;
  }

  #s-451909f1-a000-4dc4-84bc-8d2afcb92dfd img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-451909f1-a000-4dc4-84bc-8d2afcb92dfd.shogun-image {
    
    
  }


.s-451909f1-a000-4dc4-84bc-8d2afcb92dfd .shogun-image-content {
  
    align-items: center;
  
}

.s-451909f1-a000-4dc4-84bc-8d2afcb92dfd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-451909f1-a000-4dc4-84bc-8d2afcb92dfd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-451909f1-a000-4dc4-84bc-8d2afcb92dfd.shogun-image {
  box-sizing: border-box;
}

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



  #s-451909f1-a000-4dc4-84bc-8d2afcb92dfd img.shogun-image,
  #s-451909f1-a000-4dc4-84bc-8d2afcb92dfd .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-451909f1-a000-4dc4-84bc-8d2afcb92dfd {
    width: 100%;
    height: auto;
  }

  #s-451909f1-a000-4dc4-84bc-8d2afcb92dfd img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-451909f1-a000-4dc4-84bc-8d2afcb92dfd.shogun-image {
    
    
  }


.s-451909f1-a000-4dc4-84bc-8d2afcb92dfd .shogun-image-content {
  
    align-items: center;
  
}

.s-451909f1-a000-4dc4-84bc-8d2afcb92dfd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-451909f1-a000-4dc4-84bc-8d2afcb92dfd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-451909f1-a000-4dc4-84bc-8d2afcb92dfd.shogun-image {
  box-sizing: border-box;
}

}
#s-4a01dea6-3d00-49e9-b66f-3bec988af6a1 {
  max-width: 300px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-4a01dea6-3d00-49e9-b66f-3bec988af6a1 img.shogun-image,
  #s-4a01dea6-3d00-49e9-b66f-3bec988af6a1 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-4a01dea6-3d00-49e9-b66f-3bec988af6a1 {
    width: 100%;
    height: auto;
  }

  #s-4a01dea6-3d00-49e9-b66f-3bec988af6a1 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4a01dea6-3d00-49e9-b66f-3bec988af6a1.shogun-image {
    
    
  }


.s-4a01dea6-3d00-49e9-b66f-3bec988af6a1 .shogun-image-content {
  
    align-items: center;
  
}

.s-4a01dea6-3d00-49e9-b66f-3bec988af6a1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4a01dea6-3d00-49e9-b66f-3bec988af6a1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4a01dea6-3d00-49e9-b66f-3bec988af6a1.shogun-image {
  box-sizing: border-box;
}

@media (min-width: 1200px){



  #s-4a01dea6-3d00-49e9-b66f-3bec988af6a1 img.shogun-image,
  #s-4a01dea6-3d00-49e9-b66f-3bec988af6a1 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-4a01dea6-3d00-49e9-b66f-3bec988af6a1 {
    width: 100%;
    height: auto;
  }

  #s-4a01dea6-3d00-49e9-b66f-3bec988af6a1 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4a01dea6-3d00-49e9-b66f-3bec988af6a1.shogun-image {
    
    
  }


.s-4a01dea6-3d00-49e9-b66f-3bec988af6a1 .shogun-image-content {
  
    align-items: center;
  
}

.s-4a01dea6-3d00-49e9-b66f-3bec988af6a1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4a01dea6-3d00-49e9-b66f-3bec988af6a1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4a01dea6-3d00-49e9-b66f-3bec988af6a1.shogun-image {
  box-sizing: border-box;
}

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



  #s-4a01dea6-3d00-49e9-b66f-3bec988af6a1 img.shogun-image,
  #s-4a01dea6-3d00-49e9-b66f-3bec988af6a1 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-4a01dea6-3d00-49e9-b66f-3bec988af6a1 {
    width: 100%;
    height: auto;
  }

  #s-4a01dea6-3d00-49e9-b66f-3bec988af6a1 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4a01dea6-3d00-49e9-b66f-3bec988af6a1.shogun-image {
    
    
  }


.s-4a01dea6-3d00-49e9-b66f-3bec988af6a1 .shogun-image-content {
  
    align-items: center;
  
}

.s-4a01dea6-3d00-49e9-b66f-3bec988af6a1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4a01dea6-3d00-49e9-b66f-3bec988af6a1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4a01dea6-3d00-49e9-b66f-3bec988af6a1.shogun-image {
  box-sizing: border-box;
}

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



  #s-4a01dea6-3d00-49e9-b66f-3bec988af6a1 img.shogun-image,
  #s-4a01dea6-3d00-49e9-b66f-3bec988af6a1 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-4a01dea6-3d00-49e9-b66f-3bec988af6a1 {
    width: 100%;
    height: auto;
  }

  #s-4a01dea6-3d00-49e9-b66f-3bec988af6a1 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4a01dea6-3d00-49e9-b66f-3bec988af6a1.shogun-image {
    
    
  }


.s-4a01dea6-3d00-49e9-b66f-3bec988af6a1 .shogun-image-content {
  
    align-items: center;
  
}

.s-4a01dea6-3d00-49e9-b66f-3bec988af6a1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4a01dea6-3d00-49e9-b66f-3bec988af6a1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4a01dea6-3d00-49e9-b66f-3bec988af6a1.shogun-image {
  box-sizing: border-box;
}

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



  #s-4a01dea6-3d00-49e9-b66f-3bec988af6a1 img.shogun-image,
  #s-4a01dea6-3d00-49e9-b66f-3bec988af6a1 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-4a01dea6-3d00-49e9-b66f-3bec988af6a1 {
    width: 100%;
    height: auto;
  }

  #s-4a01dea6-3d00-49e9-b66f-3bec988af6a1 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4a01dea6-3d00-49e9-b66f-3bec988af6a1.shogun-image {
    
    
  }


.s-4a01dea6-3d00-49e9-b66f-3bec988af6a1 .shogun-image-content {
  
    align-items: center;
  
}

.s-4a01dea6-3d00-49e9-b66f-3bec988af6a1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4a01dea6-3d00-49e9-b66f-3bec988af6a1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4a01dea6-3d00-49e9-b66f-3bec988af6a1.shogun-image {
  box-sizing: border-box;
}

}
#s-20171b71-f924-4ef4-9eba-d886db011e20 {
  max-width: 300px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-20171b71-f924-4ef4-9eba-d886db011e20 img.shogun-image,
  #s-20171b71-f924-4ef4-9eba-d886db011e20 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-20171b71-f924-4ef4-9eba-d886db011e20 {
    width: 100%;
    height: auto;
  }

  #s-20171b71-f924-4ef4-9eba-d886db011e20 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-20171b71-f924-4ef4-9eba-d886db011e20.shogun-image {
    
    
  }


.s-20171b71-f924-4ef4-9eba-d886db011e20 .shogun-image-content {
  
    align-items: center;
  
}

.s-20171b71-f924-4ef4-9eba-d886db011e20.shg-align-container {
  display: flex;
  justify-content: center
}

.s-20171b71-f924-4ef4-9eba-d886db011e20.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-20171b71-f924-4ef4-9eba-d886db011e20.shogun-image {
  box-sizing: border-box;
}

@media (min-width: 1200px){



  #s-20171b71-f924-4ef4-9eba-d886db011e20 img.shogun-image,
  #s-20171b71-f924-4ef4-9eba-d886db011e20 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-20171b71-f924-4ef4-9eba-d886db011e20 {
    width: 100%;
    height: auto;
  }

  #s-20171b71-f924-4ef4-9eba-d886db011e20 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-20171b71-f924-4ef4-9eba-d886db011e20.shogun-image {
    
    
  }


.s-20171b71-f924-4ef4-9eba-d886db011e20 .shogun-image-content {
  
    align-items: center;
  
}

.s-20171b71-f924-4ef4-9eba-d886db011e20.shg-align-container {
  display: flex;
  justify-content: center
}

.s-20171b71-f924-4ef4-9eba-d886db011e20.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-20171b71-f924-4ef4-9eba-d886db011e20.shogun-image {
  box-sizing: border-box;
}

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



  #s-20171b71-f924-4ef4-9eba-d886db011e20 img.shogun-image,
  #s-20171b71-f924-4ef4-9eba-d886db011e20 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-20171b71-f924-4ef4-9eba-d886db011e20 {
    width: 100%;
    height: auto;
  }

  #s-20171b71-f924-4ef4-9eba-d886db011e20 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-20171b71-f924-4ef4-9eba-d886db011e20.shogun-image {
    
    
  }


.s-20171b71-f924-4ef4-9eba-d886db011e20 .shogun-image-content {
  
    align-items: center;
  
}

.s-20171b71-f924-4ef4-9eba-d886db011e20.shg-align-container {
  display: flex;
  justify-content: center
}

.s-20171b71-f924-4ef4-9eba-d886db011e20.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-20171b71-f924-4ef4-9eba-d886db011e20.shogun-image {
  box-sizing: border-box;
}

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



  #s-20171b71-f924-4ef4-9eba-d886db011e20 img.shogun-image,
  #s-20171b71-f924-4ef4-9eba-d886db011e20 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-20171b71-f924-4ef4-9eba-d886db011e20 {
    width: 100%;
    height: auto;
  }

  #s-20171b71-f924-4ef4-9eba-d886db011e20 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-20171b71-f924-4ef4-9eba-d886db011e20.shogun-image {
    
    
  }


.s-20171b71-f924-4ef4-9eba-d886db011e20 .shogun-image-content {
  
    align-items: center;
  
}

.s-20171b71-f924-4ef4-9eba-d886db011e20.shg-align-container {
  display: flex;
  justify-content: center
}

.s-20171b71-f924-4ef4-9eba-d886db011e20.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-20171b71-f924-4ef4-9eba-d886db011e20.shogun-image {
  box-sizing: border-box;
}

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



  #s-20171b71-f924-4ef4-9eba-d886db011e20 img.shogun-image,
  #s-20171b71-f924-4ef4-9eba-d886db011e20 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-20171b71-f924-4ef4-9eba-d886db011e20 {
    width: 100%;
    height: auto;
  }

  #s-20171b71-f924-4ef4-9eba-d886db011e20 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-20171b71-f924-4ef4-9eba-d886db011e20.shogun-image {
    
    
  }


.s-20171b71-f924-4ef4-9eba-d886db011e20 .shogun-image-content {
  
    align-items: center;
  
}

.s-20171b71-f924-4ef4-9eba-d886db011e20.shg-align-container {
  display: flex;
  justify-content: center
}

.s-20171b71-f924-4ef4-9eba-d886db011e20.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-20171b71-f924-4ef4-9eba-d886db011e20.shogun-image {
  box-sizing: border-box;
}

}
#s-a4ee813f-51ad-4151-b5d2-2a5a1c95c9e6 {
  max-width: 300px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-a4ee813f-51ad-4151-b5d2-2a5a1c95c9e6 img.shogun-image,
  #s-a4ee813f-51ad-4151-b5d2-2a5a1c95c9e6 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a4ee813f-51ad-4151-b5d2-2a5a1c95c9e6 {
    width: 100%;
    height: auto;
  }

  #s-a4ee813f-51ad-4151-b5d2-2a5a1c95c9e6 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a4ee813f-51ad-4151-b5d2-2a5a1c95c9e6.shogun-image {
    
    
  }


.s-a4ee813f-51ad-4151-b5d2-2a5a1c95c9e6 .shogun-image-content {
  
    align-items: center;
  
}

.s-a4ee813f-51ad-4151-b5d2-2a5a1c95c9e6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a4ee813f-51ad-4151-b5d2-2a5a1c95c9e6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a4ee813f-51ad-4151-b5d2-2a5a1c95c9e6.shogun-image {
  box-sizing: border-box;
}

@media (min-width: 1200px){



  #s-a4ee813f-51ad-4151-b5d2-2a5a1c95c9e6 img.shogun-image,
  #s-a4ee813f-51ad-4151-b5d2-2a5a1c95c9e6 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a4ee813f-51ad-4151-b5d2-2a5a1c95c9e6 {
    width: 100%;
    height: auto;
  }

  #s-a4ee813f-51ad-4151-b5d2-2a5a1c95c9e6 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a4ee813f-51ad-4151-b5d2-2a5a1c95c9e6.shogun-image {
    
    
  }


.s-a4ee813f-51ad-4151-b5d2-2a5a1c95c9e6 .shogun-image-content {
  
    align-items: center;
  
}

.s-a4ee813f-51ad-4151-b5d2-2a5a1c95c9e6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a4ee813f-51ad-4151-b5d2-2a5a1c95c9e6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a4ee813f-51ad-4151-b5d2-2a5a1c95c9e6.shogun-image {
  box-sizing: border-box;
}

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



  #s-a4ee813f-51ad-4151-b5d2-2a5a1c95c9e6 img.shogun-image,
  #s-a4ee813f-51ad-4151-b5d2-2a5a1c95c9e6 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a4ee813f-51ad-4151-b5d2-2a5a1c95c9e6 {
    width: 100%;
    height: auto;
  }

  #s-a4ee813f-51ad-4151-b5d2-2a5a1c95c9e6 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a4ee813f-51ad-4151-b5d2-2a5a1c95c9e6.shogun-image {
    
    
  }


.s-a4ee813f-51ad-4151-b5d2-2a5a1c95c9e6 .shogun-image-content {
  
    align-items: center;
  
}

.s-a4ee813f-51ad-4151-b5d2-2a5a1c95c9e6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a4ee813f-51ad-4151-b5d2-2a5a1c95c9e6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a4ee813f-51ad-4151-b5d2-2a5a1c95c9e6.shogun-image {
  box-sizing: border-box;
}

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



  #s-a4ee813f-51ad-4151-b5d2-2a5a1c95c9e6 img.shogun-image,
  #s-a4ee813f-51ad-4151-b5d2-2a5a1c95c9e6 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a4ee813f-51ad-4151-b5d2-2a5a1c95c9e6 {
    width: 100%;
    height: auto;
  }

  #s-a4ee813f-51ad-4151-b5d2-2a5a1c95c9e6 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a4ee813f-51ad-4151-b5d2-2a5a1c95c9e6.shogun-image {
    
    
  }


.s-a4ee813f-51ad-4151-b5d2-2a5a1c95c9e6 .shogun-image-content {
  
    align-items: center;
  
}

.s-a4ee813f-51ad-4151-b5d2-2a5a1c95c9e6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a4ee813f-51ad-4151-b5d2-2a5a1c95c9e6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a4ee813f-51ad-4151-b5d2-2a5a1c95c9e6.shogun-image {
  box-sizing: border-box;
}

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



  #s-a4ee813f-51ad-4151-b5d2-2a5a1c95c9e6 img.shogun-image,
  #s-a4ee813f-51ad-4151-b5d2-2a5a1c95c9e6 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a4ee813f-51ad-4151-b5d2-2a5a1c95c9e6 {
    width: 100%;
    height: auto;
  }

  #s-a4ee813f-51ad-4151-b5d2-2a5a1c95c9e6 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a4ee813f-51ad-4151-b5d2-2a5a1c95c9e6.shogun-image {
    
    
  }


.s-a4ee813f-51ad-4151-b5d2-2a5a1c95c9e6 .shogun-image-content {
  
    align-items: center;
  
}

.s-a4ee813f-51ad-4151-b5d2-2a5a1c95c9e6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a4ee813f-51ad-4151-b5d2-2a5a1c95c9e6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a4ee813f-51ad-4151-b5d2-2a5a1c95c9e6.shogun-image {
  box-sizing: border-box;
}

}
#s-52728735-e1a0-4e8f-85a6-b89e0f513791 {
  margin-left: auto;
margin-right: auto;
padding-left: 10%;
padding-right: 10%;
max-width: 1800px;
background-color: rgba(255, 255, 255, 0);
}
@media (min-width: 1200px){#s-52728735-e1a0-4e8f-85a6-b89e0f513791 {
  display: none;
}
#s-52728735-e1a0-4e8f-85a6-b89e0f513791, #wrap-s-52728735-e1a0-4e8f-85a6-b89e0f513791 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-52728735-e1a0-4e8f-85a6-b89e0f513791 {
  display: none;
}
#s-52728735-e1a0-4e8f-85a6-b89e0f513791, #wrap-s-52728735-e1a0-4e8f-85a6-b89e0f513791 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-52728735-e1a0-4e8f-85a6-b89e0f513791 {
  padding-left: 5%;
padding-right: 5%;
display: none;
}
#s-52728735-e1a0-4e8f-85a6-b89e0f513791, #wrap-s-52728735-e1a0-4e8f-85a6-b89e0f513791 { display:none !important; }}@media (max-width: 767px){#s-52728735-e1a0-4e8f-85a6-b89e0f513791 {
  padding-left: 20px;
padding-right: 20px;
}
}
@media (min-width: 0px) {
[id="s-52728735-e1a0-4e8f-85a6-b89e0f513791"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-52728735-e1a0-4e8f-85a6-b89e0f513791"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-52728735-e1a0-4e8f-85a6-b89e0f513791"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-52728735-e1a0-4e8f-85a6-b89e0f513791"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-52728735-e1a0-4e8f-85a6-b89e0f513791"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-52728735-e1a0-4e8f-85a6-b89e0f513791"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-52728735-e1a0-4e8f-85a6-b89e0f513791"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

#s-77ff12bd-7322-4d9f-8477-fd0ef4a70215 {
  min-height: 50px;
}








#s-77ff12bd-7322-4d9f-8477-fd0ef4a70215 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-77ff12bd-7322-4d9f-8477-fd0ef4a70215.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-32504b7b-a64b-4a6c-98b4-0642f494bcdd {
  text-align: center;
}







  #s-32504b7b-a64b-4a6c-98b4-0642f494bcdd img.shogun-image {
    

    
    
    
  }


#s-32504b7b-a64b-4a6c-98b4-0642f494bcdd .shogun-image-content {
  
    align-items: center;
  
}

#s-23427ae6-8830-4bda-beba-6fab59ad3617 {
  margin-top: auto;
margin-bottom: auto;
padding-top: 25px;
min-height: 50px;
}








#s-23427ae6-8830-4bda-beba-6fab59ad3617 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-23427ae6-8830-4bda-beba-6fab59ad3617.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-c97f436a-4475-4b3d-856f-373b44472ec4 {
  margin-bottom: 10px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-c97f436a-4475-4b3d-856f-373b44472ec4 .shogun-heading-component h2 {
  color: #000;
  font-weight:  700 ;
  font-family: "Lato";
  font-style:  normal ;
  font-size: 23px;
  line-height: 1.25em;
  letter-spacing: -1px;
  text-align: left;
}


@media (max-width: 767px){#s-c97f436a-4475-4b3d-856f-373b44472ec4 .shogun-heading-component h2 {
  color: #000;
  font-weight:  700 ;
  font-family: "Lato";
  font-style:  normal ;
  font-size: 21px;
  line-height: 1.25em;
  letter-spacing: -1px;
  text-align: left;
}


}
#s-fe857512-a59a-4f08-abf2-5b6f269dea8f {
  margin-bottom: 10px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-fe857512-a59a-4f08-abf2-5b6f269dea8f .shogun-heading-component h2 {
  color: #000;
  font-weight:  700 ;
  font-family: "Lato";
  font-style:  normal ;
  font-size: 61px;
  line-height: 1.25em;
  letter-spacing: -2px;
  text-align: left;
}


@media (max-width: 767px){#s-fe857512-a59a-4f08-abf2-5b6f269dea8f .shogun-heading-component h2 {
  color: #000;
  font-weight:  700 ;
  font-family: "Lato";
  font-style:  normal ;
  font-size: 50px;
  line-height: 1.25em;
  letter-spacing: -2px;
  text-align: left;
}


}
#s-fac5fdd9-8411-47f1-8e8f-8c49c887e4ed {
  min-height: 50px;
}
@media (min-width: 1200px){#s-fac5fdd9-8411-47f1-8e8f-8c49c887e4ed {
  display: none;
}
#s-fac5fdd9-8411-47f1-8e8f-8c49c887e4ed, #wrap-s-fac5fdd9-8411-47f1-8e8f-8c49c887e4ed { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-fac5fdd9-8411-47f1-8e8f-8c49c887e4ed {
  display: none;
}
#s-fac5fdd9-8411-47f1-8e8f-8c49c887e4ed, #wrap-s-fac5fdd9-8411-47f1-8e8f-8c49c887e4ed { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-fac5fdd9-8411-47f1-8e8f-8c49c887e4ed {
  display: none;
}
#s-fac5fdd9-8411-47f1-8e8f-8c49c887e4ed, #wrap-s-fac5fdd9-8411-47f1-8e8f-8c49c887e4ed { display:none !important; }}







#s-fac5fdd9-8411-47f1-8e8f-8c49c887e4ed > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fac5fdd9-8411-47f1-8e8f-8c49c887e4ed.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b409f1f8-8cf3-40fa-8825-0eef1488c8b2 {
  min-height: 50px;
}








#s-b409f1f8-8cf3-40fa-8825-0eef1488c8b2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b409f1f8-8cf3-40fa-8825-0eef1488c8b2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-abccda5f-24c4-4633-9265-ea5d09afe68a {
  margin-bottom: 10px;
padding-top: 0px;
padding-left: 5%;
padding-bottom: 0px;
text-align: left;
}

#s-abccda5f-24c4-4633-9265-ea5d09afe68a .shogun-heading-component h2 {
  color: #000;
  font-weight:  700 ;
  font-family: "Lato";
  font-style:  normal ;
  font-size: 27px;
  line-height: 1.25em;
  letter-spacing: -1px;
  text-align: left;
}



#s-e73e0838-e0ec-4c14-b37e-59fd6cefa126 {
  padding-left: 5%;
padding-right: 5%;
}

#s-e0b558c9-d765-4475-b8c0-46d4b23bd892 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-e0b558c9-d765-4475-b8c0-46d4b23bd892 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-e0b558c9-d765-4475-b8c0-46d4b23bd892 .shg-sld-nav-button.shg-sld-left,
#s-e0b558c9-d765-4475-b8c0-46d4b23bd892 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-21a9e251-7ea7-4bb8-9f45-87166d80172e {
  min-height: 50px;
}








#s-21a9e251-7ea7-4bb8-9f45-87166d80172e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-21a9e251-7ea7-4bb8-9f45-87166d80172e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-14216bf0-bb94-440e-8772-61339d3c1c62 {
  text-align: center;
}







  #s-14216bf0-bb94-440e-8772-61339d3c1c62 img.shogun-image {
    

    
    
    
  }


#s-14216bf0-bb94-440e-8772-61339d3c1c62 .shogun-image-content {
  
    align-items: center;
  
}

#s-9901ea6d-a133-4507-8c85-64b55533ec25 {
  margin-bottom: 10px;
padding-top: 0px;
padding-left: 5%;
padding-bottom: 0px;
text-align: left;
}

#s-9901ea6d-a133-4507-8c85-64b55533ec25 .shogun-heading-component h2 {
  color: #000;
  font-weight:  700 ;
  font-family: "Lato";
  font-style:  normal ;
  font-size: 28px;
  line-height: 1.25em;
  letter-spacing: -1px;
  text-align: left;
}



#s-a06ef044-783c-48b9-b874-1ad4c30f08c9 {
  padding-left: 5%;
padding-right: 5%;
}

#s-0b457222-378f-4cce-be2e-365a85820d9c {
  min-height: 50px;
}








#s-0b457222-378f-4cce-be2e-365a85820d9c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0b457222-378f-4cce-be2e-365a85820d9c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-64e60fa5-100d-4392-aed9-f3d2edf97131 {
  text-align: center;
}







  #s-64e60fa5-100d-4392-aed9-f3d2edf97131 img.shogun-image {
    

    
    
    
  }


#s-64e60fa5-100d-4392-aed9-f3d2edf97131 .shogun-image-content {
  
    align-items: center;
  
}

#s-3927c3a1-6b7b-400c-bda9-98b3679a26ee {
  padding-top: 10px;
}

@media (min-width: 0px) {
[id="s-3927c3a1-6b7b-400c-bda9-98b3679a26ee"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-3927c3a1-6b7b-400c-bda9-98b3679a26ee"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-3927c3a1-6b7b-400c-bda9-98b3679a26ee"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-3927c3a1-6b7b-400c-bda9-98b3679a26ee"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-98d0340a-95c3-4e10-a9c0-b4ca0bb167ea {
  margin-bottom: 10px;
padding-top: 0px;
padding-left: 5%;
padding-bottom: 0px;
text-align: left;
}

#s-98d0340a-95c3-4e10-a9c0-b4ca0bb167ea .shogun-heading-component h2 {
  color: #000;
  font-weight:  700 ;
  font-family: "Lato";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.25em;
  letter-spacing: -1px;
  text-align: left;
}



#s-039200d6-2b50-4300-83b2-2a50b314d27e {
  margin-bottom: 10px;
padding-top: 0px;
padding-left: 5%;
padding-bottom: 0px;
text-align: left;
}

#s-039200d6-2b50-4300-83b2-2a50b314d27e .shogun-heading-component h2 {
  color: #000;
  font-weight:  700 ;
  font-family: "Lato";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.25em;
  letter-spacing: -1px;
  text-align: left;
}



#s-746cf1c8-df99-40df-91c5-1205e094331b {
  padding-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-746cf1c8-df99-40df-91c5-1205e094331b"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-746cf1c8-df99-40df-91c5-1205e094331b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-746cf1c8-df99-40df-91c5-1205e094331b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-746cf1c8-df99-40df-91c5-1205e094331b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-5fc5f53a-f950-437c-8bf7-755e49d0af40 {
  padding-left: 5%;
padding-right: 5%;
}

#s-48755806-499c-4bfd-848e-d129d00372ce {
  padding-left: 5%;
padding-right: 5%;
}

#s-06372a8b-b891-423d-861a-f21b0577a7fe {
  min-height: 50px;
}








#s-06372a8b-b891-423d-861a-f21b0577a7fe > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-06372a8b-b891-423d-861a-f21b0577a7fe.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f6570c12-e285-4046-b692-420e6a75efc9 {
  text-align: center;
}







  #s-f6570c12-e285-4046-b692-420e6a75efc9 img.shogun-image {
    

    
    
    
  }


#s-f6570c12-e285-4046-b692-420e6a75efc9 .shogun-image-content {
  
    align-items: center;
  
}

#s-75625986-0a46-4175-a56c-0286dbff7a27 {
  margin-bottom: 10px;
padding-top: 0px;
padding-left: 5%;
padding-bottom: 0px;
text-align: left;
}

#s-75625986-0a46-4175-a56c-0286dbff7a27 .shogun-heading-component h2 {
  color: #000;
  font-weight:  700 ;
  font-family: "Lato";
  font-style:  normal ;
  font-size: 28px;
  line-height: 1.25em;
  letter-spacing: -1px;
  text-align: left;
}



#s-83b26484-5aa9-4eb8-8b01-ed4b26a6b9fb {
  padding-left: 5%;
padding-right: 5%;
}

#s-4c148714-d6c6-425b-b368-8dced6a06fd5 {
  margin-left: 5%;
padding-top: 10px;
padding-bottom: 10px;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
line-height: 1.25em;
letter-spacing: 0px;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-4c148714-d6c6-425b-b368-8dced6a06fd5:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(209, 36, 36, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-4c148714-d6c6-425b-b368-8dced6a06fd5:active {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-4c148714-d6c6-425b-b368-8dced6a06fd5-root {
    text-align: left;
  }


#s-4c148714-d6c6-425b-b368-8dced6a06fd5.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  font-weight: 700;
  
  font-family: Lato;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-4c148714-d6c6-425b-b368-8dced6a06fd5-root {
    text-align: left;
  }


#s-4c148714-d6c6-425b-b368-8dced6a06fd5.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  font-weight: 700;
  
  font-family: Lato;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-4c148714-d6c6-425b-b368-8dced6a06fd5-root {
    text-align: left;
  }


#s-4c148714-d6c6-425b-b368-8dced6a06fd5.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  font-weight: 700;
  
  font-family: Lato;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-4c148714-d6c6-425b-b368-8dced6a06fd5-root {
    text-align: left;
  }


#s-4c148714-d6c6-425b-b368-8dced6a06fd5.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  font-weight: 700;
  
  font-family: Lato;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-4c148714-d6c6-425b-b368-8dced6a06fd5-root {
    text-align: left;
  }


#s-4c148714-d6c6-425b-b368-8dced6a06fd5.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  font-weight: 700;
  
  font-family: Lato;
  display:  inline-block ;
}
}
#s-365cc090-897e-4803-85d9-a9d34f15eca0 {
  margin-left: 5%;
padding-top: 10px;
padding-bottom: 10px;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
line-height: 1.25em;
letter-spacing: 0px;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-365cc090-897e-4803-85d9-a9d34f15eca0:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(209, 36, 36, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-365cc090-897e-4803-85d9-a9d34f15eca0:active {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-365cc090-897e-4803-85d9-a9d34f15eca0-root {
    text-align: left;
  }


#s-365cc090-897e-4803-85d9-a9d34f15eca0.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  font-weight: 700;
  
  font-family: Lato;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-365cc090-897e-4803-85d9-a9d34f15eca0-root {
    text-align: left;
  }


#s-365cc090-897e-4803-85d9-a9d34f15eca0.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  font-weight: 700;
  
  font-family: Lato;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-365cc090-897e-4803-85d9-a9d34f15eca0-root {
    text-align: left;
  }


#s-365cc090-897e-4803-85d9-a9d34f15eca0.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  font-weight: 700;
  
  font-family: Lato;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-365cc090-897e-4803-85d9-a9d34f15eca0-root {
    text-align: left;
  }


#s-365cc090-897e-4803-85d9-a9d34f15eca0.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  font-weight: 700;
  
  font-family: Lato;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-365cc090-897e-4803-85d9-a9d34f15eca0-root {
    text-align: left;
  }


#s-365cc090-897e-4803-85d9-a9d34f15eca0.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  font-weight: 700;
  
  font-family: Lato;
  display:  inline-block ;
}
}
#s-15e41153-de0a-4256-8743-69fc831872c9 {
  min-height: 50px;
}








#s-15e41153-de0a-4256-8743-69fc831872c9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-15e41153-de0a-4256-8743-69fc831872c9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-823b8194-1e1c-466f-983d-67549f909f2a {
  padding-top: 20px;
padding-bottom: 20px;
min-height: 50px;
}
@media (min-width: 1200px){#s-823b8194-1e1c-466f-983d-67549f909f2a {
  display: none;
}
#s-823b8194-1e1c-466f-983d-67549f909f2a, #wrap-s-823b8194-1e1c-466f-983d-67549f909f2a { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-823b8194-1e1c-466f-983d-67549f909f2a {
  display: none;
}
#s-823b8194-1e1c-466f-983d-67549f909f2a, #wrap-s-823b8194-1e1c-466f-983d-67549f909f2a { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-823b8194-1e1c-466f-983d-67549f909f2a {
  display: none;
}
#s-823b8194-1e1c-466f-983d-67549f909f2a, #wrap-s-823b8194-1e1c-466f-983d-67549f909f2a { display:none !important; }}







#s-823b8194-1e1c-466f-983d-67549f909f2a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-823b8194-1e1c-466f-983d-67549f909f2a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b3e75dea-3fb5-44a9-9b14-a3d1e23ad965 {
  min-height: 50px;
}








#s-b3e75dea-3fb5-44a9-9b14-a3d1e23ad965 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b3e75dea-3fb5-44a9-9b14-a3d1e23ad965.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f0a49853-b599-4718-9458-76f43a6b819e {
  margin-bottom: 10px;
padding-top: 0px;
padding-left: 5%;
padding-bottom: 0px;
text-align: left;
}

#s-f0a49853-b599-4718-9458-76f43a6b819e .shogun-heading-component h2 {
  color: #000;
  font-weight:  700 ;
  font-family: "Lato";
  font-style:  normal ;
  font-size: 27px;
  line-height: 1.25em;
  letter-spacing: -1px;
  text-align: left;
}



#s-f91d5803-6e07-4d5a-b1f4-2994a9ecd51d {
  padding-left: 5%;
padding-right: 5%;
}

#s-f793a9a7-2a1f-46c0-8ce5-a68816ee335e {
  min-height: 50px;
}








#s-f793a9a7-2a1f-46c0-8ce5-a68816ee335e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f793a9a7-2a1f-46c0-8ce5-a68816ee335e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-646662c9-88c0-452e-aa28-c78f911af1d3 {
  min-height: 50px;
}








#s-646662c9-88c0-452e-aa28-c78f911af1d3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-646662c9-88c0-452e-aa28-c78f911af1d3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-83d6b86b-4d52-48ee-8f67-36c1133b1f62 {
  padding-top: 0px;
padding-left: 5%;
padding-bottom: 0px;
padding-right: 5%;
}

@media (min-width: 0px) {
[id="s-83d6b86b-4d52-48ee-8f67-36c1133b1f62"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-83d6b86b-4d52-48ee-8f67-36c1133b1f62"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-83d6b86b-4d52-48ee-8f67-36c1133b1f62"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-83d6b86b-4d52-48ee-8f67-36c1133b1f62"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-0ddcfacc-9a38-4289-9b9b-6fd2d9d66495 {
  text-align: center;
}







  #s-0ddcfacc-9a38-4289-9b9b-6fd2d9d66495 img.shogun-image {
    

    
    
    
  }


#s-0ddcfacc-9a38-4289-9b9b-6fd2d9d66495 .shogun-image-content {
  
    align-items: center;
  
}

#s-254f2551-afb1-40bd-ba1b-7b0ba87152ef {
  text-align: center;
}







  #s-254f2551-afb1-40bd-ba1b-7b0ba87152ef img.shogun-image {
    

    
    
    
  }


#s-254f2551-afb1-40bd-ba1b-7b0ba87152ef .shogun-image-content {
  
    align-items: center;
  
}

#s-fd1e87a2-19dd-43cd-9df5-10ab246ab56e {
  padding-top: 0px;
padding-left: 5%;
padding-bottom: 0px;
padding-right: 5%;
}

@media (min-width: 0px) {
[id="s-fd1e87a2-19dd-43cd-9df5-10ab246ab56e"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-fd1e87a2-19dd-43cd-9df5-10ab246ab56e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-fd1e87a2-19dd-43cd-9df5-10ab246ab56e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-fd1e87a2-19dd-43cd-9df5-10ab246ab56e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-d87a4d8b-a8bd-4e74-b879-583cfcea75a8 {
  padding-top: 10px;
padding-bottom: 10px;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
line-height: 1.25em;
letter-spacing: 0px;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-d87a4d8b-a8bd-4e74-b879-583cfcea75a8:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(209, 36, 36, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-d87a4d8b-a8bd-4e74-b879-583cfcea75a8:active {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-d87a4d8b-a8bd-4e74-b879-583cfcea75a8-root {
    text-align: left;
  }


#s-d87a4d8b-a8bd-4e74-b879-583cfcea75a8.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  font-weight: 700;
  
  font-family: Lato;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-d87a4d8b-a8bd-4e74-b879-583cfcea75a8-root {
    text-align: left;
  }


#s-d87a4d8b-a8bd-4e74-b879-583cfcea75a8.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  font-weight: 700;
  
  font-family: Lato;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-d87a4d8b-a8bd-4e74-b879-583cfcea75a8-root {
    text-align: left;
  }


#s-d87a4d8b-a8bd-4e74-b879-583cfcea75a8.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  font-weight: 700;
  
  font-family: Lato;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-d87a4d8b-a8bd-4e74-b879-583cfcea75a8-root {
    text-align: left;
  }


#s-d87a4d8b-a8bd-4e74-b879-583cfcea75a8.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  font-weight: 700;
  
  font-family: Lato;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-d87a4d8b-a8bd-4e74-b879-583cfcea75a8-root {
    text-align: left;
  }


#s-d87a4d8b-a8bd-4e74-b879-583cfcea75a8.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  font-weight: 700;
  
  font-family: Lato;
  display:  inline-block ;
}
}
#s-e78e5b52-9a3a-4ea4-936b-3c41bc1c02b6 {
  padding-top: 10px;
padding-bottom: 10px;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
line-height: 1.25em;
letter-spacing: 0px;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-e78e5b52-9a3a-4ea4-936b-3c41bc1c02b6:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(209, 36, 36, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-e78e5b52-9a3a-4ea4-936b-3c41bc1c02b6:active {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-e78e5b52-9a3a-4ea4-936b-3c41bc1c02b6-root {
    text-align: left;
  }


#s-e78e5b52-9a3a-4ea4-936b-3c41bc1c02b6.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  font-weight: 700;
  
  font-family: Lato;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-e78e5b52-9a3a-4ea4-936b-3c41bc1c02b6-root {
    text-align: left;
  }


#s-e78e5b52-9a3a-4ea4-936b-3c41bc1c02b6.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  font-weight: 700;
  
  font-family: Lato;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-e78e5b52-9a3a-4ea4-936b-3c41bc1c02b6-root {
    text-align: left;
  }


#s-e78e5b52-9a3a-4ea4-936b-3c41bc1c02b6.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  font-weight: 700;
  
  font-family: Lato;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-e78e5b52-9a3a-4ea4-936b-3c41bc1c02b6-root {
    text-align: left;
  }


#s-e78e5b52-9a3a-4ea4-936b-3c41bc1c02b6.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  font-weight: 700;
  
  font-family: Lato;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-e78e5b52-9a3a-4ea4-936b-3c41bc1c02b6-root {
    text-align: left;
  }


#s-e78e5b52-9a3a-4ea4-936b-3c41bc1c02b6.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  font-weight: 700;
  
  font-family: Lato;
  display:  inline-block ;
}
}
#s-7628ae36-101f-4408-b2fb-9a5545b0261f {
  padding-top: 0px;
padding-left: 5%;
padding-bottom: 0px;
padding-right: 5%;
}

@media (min-width: 0px) {
[id="s-7628ae36-101f-4408-b2fb-9a5545b0261f"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-7628ae36-101f-4408-b2fb-9a5545b0261f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-7628ae36-101f-4408-b2fb-9a5545b0261f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-7628ae36-101f-4408-b2fb-9a5545b0261f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-1b67258b-adf9-4901-aa4e-a38e1ae67b15 {
  padding-right: 2%;
}

#s-421be3a8-0aa4-469c-a646-de037f226dbd {
  padding-top: 0px;
padding-left: 5%;
padding-bottom: 10px;
padding-right: 5%;
}

@media (min-width: 0px) {
[id="s-421be3a8-0aa4-469c-a646-de037f226dbd"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-421be3a8-0aa4-469c-a646-de037f226dbd"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-421be3a8-0aa4-469c-a646-de037f226dbd"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-421be3a8-0aa4-469c-a646-de037f226dbd"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-ec9d1115-302e-4d11-9d36-e6cec9dbc364 {
  padding-top: 10px;
padding-bottom: 10px;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
line-height: 1.25em;
letter-spacing: 0px;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-ec9d1115-302e-4d11-9d36-e6cec9dbc364:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(209, 36, 36, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-ec9d1115-302e-4d11-9d36-e6cec9dbc364:active {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-ec9d1115-302e-4d11-9d36-e6cec9dbc364-root {
    text-align: left;
  }


#s-ec9d1115-302e-4d11-9d36-e6cec9dbc364.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  font-weight: 700;
  
  font-family: Lato;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-ec9d1115-302e-4d11-9d36-e6cec9dbc364-root {
    text-align: left;
  }


#s-ec9d1115-302e-4d11-9d36-e6cec9dbc364.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  font-weight: 700;
  
  font-family: Lato;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-ec9d1115-302e-4d11-9d36-e6cec9dbc364-root {
    text-align: left;
  }


#s-ec9d1115-302e-4d11-9d36-e6cec9dbc364.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  font-weight: 700;
  
  font-family: Lato;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-ec9d1115-302e-4d11-9d36-e6cec9dbc364-root {
    text-align: left;
  }


#s-ec9d1115-302e-4d11-9d36-e6cec9dbc364.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  font-weight: 700;
  
  font-family: Lato;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-ec9d1115-302e-4d11-9d36-e6cec9dbc364-root {
    text-align: left;
  }


#s-ec9d1115-302e-4d11-9d36-e6cec9dbc364.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  font-weight: 700;
  
  font-family: Lato;
  display:  inline-block ;
}
}
#s-1960f07f-9c64-43f6-888e-9b6db755d183 {
  padding-top: 10px;
padding-bottom: 10px;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
line-height: 1.25em;
letter-spacing: 0px;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-1960f07f-9c64-43f6-888e-9b6db755d183:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(209, 36, 36, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-1960f07f-9c64-43f6-888e-9b6db755d183:active {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-1960f07f-9c64-43f6-888e-9b6db755d183-root {
    text-align: left;
  }


#s-1960f07f-9c64-43f6-888e-9b6db755d183.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  font-weight: 700;
  
  font-family: Lato;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-1960f07f-9c64-43f6-888e-9b6db755d183-root {
    text-align: left;
  }


#s-1960f07f-9c64-43f6-888e-9b6db755d183.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  font-weight: 700;
  
  font-family: Lato;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-1960f07f-9c64-43f6-888e-9b6db755d183-root {
    text-align: left;
  }


#s-1960f07f-9c64-43f6-888e-9b6db755d183.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  font-weight: 700;
  
  font-family: Lato;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-1960f07f-9c64-43f6-888e-9b6db755d183-root {
    text-align: left;
  }


#s-1960f07f-9c64-43f6-888e-9b6db755d183.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  font-weight: 700;
  
  font-family: Lato;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-1960f07f-9c64-43f6-888e-9b6db755d183-root {
    text-align: left;
  }


#s-1960f07f-9c64-43f6-888e-9b6db755d183.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  font-weight: 700;
  
  font-family: Lato;
  display:  inline-block ;
}
}
#s-41520207-bd1c-46f5-a76b-2a76efafb3ab {
  min-height: 50px;
}








#s-41520207-bd1c-46f5-a76b-2a76efafb3ab > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-41520207-bd1c-46f5-a76b-2a76efafb3ab.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-958f85c3-1b6e-4fab-9acd-a213685bab9d {
  min-height: 50px;
}








#s-958f85c3-1b6e-4fab-9acd-a213685bab9d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-958f85c3-1b6e-4fab-9acd-a213685bab9d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c68ea6ca-b696-4937-8dc3-85bac16dd2d5 {
  padding-top: 0px;
padding-left: 5%;
padding-bottom: 0px;
padding-right: 5%;
}

@media (min-width: 0px) {
[id="s-c68ea6ca-b696-4937-8dc3-85bac16dd2d5"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-c68ea6ca-b696-4937-8dc3-85bac16dd2d5"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-c68ea6ca-b696-4937-8dc3-85bac16dd2d5"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-c68ea6ca-b696-4937-8dc3-85bac16dd2d5"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-d655bf8e-e65c-4b28-b818-86193e4107ee {
  text-align: center;
}







  #s-d655bf8e-e65c-4b28-b818-86193e4107ee img.shogun-image {
    

    
    
    
  }


#s-d655bf8e-e65c-4b28-b818-86193e4107ee .shogun-image-content {
  
    align-items: center;
  
}

#s-e858041f-ae83-42f7-a3ca-deaef1774f55 {
  text-align: center;
}







  #s-e858041f-ae83-42f7-a3ca-deaef1774f55 img.shogun-image {
    

    
    
    
  }


#s-e858041f-ae83-42f7-a3ca-deaef1774f55 .shogun-image-content {
  
    align-items: center;
  
}

#s-b49d8e9b-0e3d-4d24-ad2c-e0d7b5ceeecd {
  padding-top: 0px;
padding-left: 5%;
padding-bottom: 0px;
padding-right: 5%;
}

@media (min-width: 0px) {
[id="s-b49d8e9b-0e3d-4d24-ad2c-e0d7b5ceeecd"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-b49d8e9b-0e3d-4d24-ad2c-e0d7b5ceeecd"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-b49d8e9b-0e3d-4d24-ad2c-e0d7b5ceeecd"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-b49d8e9b-0e3d-4d24-ad2c-e0d7b5ceeecd"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-38b6f53c-24c1-4a25-b60c-149d2d3231e4 {
  padding-top: 10px;
padding-bottom: 10px;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
line-height: 1.25em;
letter-spacing: 0px;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-38b6f53c-24c1-4a25-b60c-149d2d3231e4:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(209, 36, 36, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-38b6f53c-24c1-4a25-b60c-149d2d3231e4:active {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-38b6f53c-24c1-4a25-b60c-149d2d3231e4-root {
    text-align: left;
  }


#s-38b6f53c-24c1-4a25-b60c-149d2d3231e4.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  font-weight: 700;
  
  font-family: Lato;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-38b6f53c-24c1-4a25-b60c-149d2d3231e4-root {
    text-align: left;
  }


#s-38b6f53c-24c1-4a25-b60c-149d2d3231e4.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  font-weight: 700;
  
  font-family: Lato;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-38b6f53c-24c1-4a25-b60c-149d2d3231e4-root {
    text-align: left;
  }


#s-38b6f53c-24c1-4a25-b60c-149d2d3231e4.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  font-weight: 700;
  
  font-family: Lato;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-38b6f53c-24c1-4a25-b60c-149d2d3231e4-root {
    text-align: left;
  }


#s-38b6f53c-24c1-4a25-b60c-149d2d3231e4.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  font-weight: 700;
  
  font-family: Lato;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-38b6f53c-24c1-4a25-b60c-149d2d3231e4-root {
    text-align: left;
  }


#s-38b6f53c-24c1-4a25-b60c-149d2d3231e4.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  font-weight: 700;
  
  font-family: Lato;
  display:  inline-block ;
}
}
#s-844810cf-97dc-4c05-9d37-039628f11af8 {
  padding-top: 10px;
padding-bottom: 10px;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
line-height: 1.25em;
letter-spacing: 0px;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-844810cf-97dc-4c05-9d37-039628f11af8:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(209, 36, 36, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-844810cf-97dc-4c05-9d37-039628f11af8:active {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-844810cf-97dc-4c05-9d37-039628f11af8-root {
    text-align: left;
  }


#s-844810cf-97dc-4c05-9d37-039628f11af8.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  font-weight: 700;
  
  font-family: Lato;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-844810cf-97dc-4c05-9d37-039628f11af8-root {
    text-align: left;
  }


#s-844810cf-97dc-4c05-9d37-039628f11af8.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  font-weight: 700;
  
  font-family: Lato;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-844810cf-97dc-4c05-9d37-039628f11af8-root {
    text-align: left;
  }


#s-844810cf-97dc-4c05-9d37-039628f11af8.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  font-weight: 700;
  
  font-family: Lato;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-844810cf-97dc-4c05-9d37-039628f11af8-root {
    text-align: left;
  }


#s-844810cf-97dc-4c05-9d37-039628f11af8.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  font-weight: 700;
  
  font-family: Lato;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-844810cf-97dc-4c05-9d37-039628f11af8-root {
    text-align: left;
  }


#s-844810cf-97dc-4c05-9d37-039628f11af8.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  font-weight: 700;
  
  font-family: Lato;
  display:  inline-block ;
}
}
#s-53f15b29-c14d-4559-8ffc-7df7b43fdef3 {
  padding-top: 0px;
padding-left: 5%;
padding-bottom: 0px;
padding-right: 5%;
}

@media (min-width: 0px) {
[id="s-53f15b29-c14d-4559-8ffc-7df7b43fdef3"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-53f15b29-c14d-4559-8ffc-7df7b43fdef3"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-53f15b29-c14d-4559-8ffc-7df7b43fdef3"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-53f15b29-c14d-4559-8ffc-7df7b43fdef3"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-6ffeb097-959b-4381-b0dd-275740466f49 {
  padding-top: 0px;
padding-left: 5%;
padding-bottom: 10px;
padding-right: 5%;
}

@media (min-width: 0px) {
[id="s-6ffeb097-959b-4381-b0dd-275740466f49"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-6ffeb097-959b-4381-b0dd-275740466f49"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-6ffeb097-959b-4381-b0dd-275740466f49"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-6ffeb097-959b-4381-b0dd-275740466f49"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-f45bb300-0eac-43fb-9212-2b29c38516e8 {
  padding-top: 10px;
padding-bottom: 10px;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
line-height: 1.25em;
letter-spacing: 0px;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-f45bb300-0eac-43fb-9212-2b29c38516e8:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(209, 36, 36, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-f45bb300-0eac-43fb-9212-2b29c38516e8:active {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-f45bb300-0eac-43fb-9212-2b29c38516e8-root {
    text-align: left;
  }


#s-f45bb300-0eac-43fb-9212-2b29c38516e8.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  font-weight: 700;
  
  font-family: Lato;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-f45bb300-0eac-43fb-9212-2b29c38516e8-root {
    text-align: left;
  }


#s-f45bb300-0eac-43fb-9212-2b29c38516e8.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  font-weight: 700;
  
  font-family: Lato;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-f45bb300-0eac-43fb-9212-2b29c38516e8-root {
    text-align: left;
  }


#s-f45bb300-0eac-43fb-9212-2b29c38516e8.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  font-weight: 700;
  
  font-family: Lato;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-f45bb300-0eac-43fb-9212-2b29c38516e8-root {
    text-align: left;
  }


#s-f45bb300-0eac-43fb-9212-2b29c38516e8.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  font-weight: 700;
  
  font-family: Lato;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-f45bb300-0eac-43fb-9212-2b29c38516e8-root {
    text-align: left;
  }


#s-f45bb300-0eac-43fb-9212-2b29c38516e8.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  font-weight: 700;
  
  font-family: Lato;
  display:  inline-block ;
}
}
#s-cf80ef61-c15d-42cf-a392-540a11d80db5 {
  padding-top: 10px;
padding-bottom: 10px;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
line-height: 1.25em;
letter-spacing: 0px;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-cf80ef61-c15d-42cf-a392-540a11d80db5:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(209, 36, 36, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-cf80ef61-c15d-42cf-a392-540a11d80db5:active {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-cf80ef61-c15d-42cf-a392-540a11d80db5-root {
    text-align: left;
  }


#s-cf80ef61-c15d-42cf-a392-540a11d80db5.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  font-weight: 700;
  
  font-family: Lato;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-cf80ef61-c15d-42cf-a392-540a11d80db5-root {
    text-align: left;
  }


#s-cf80ef61-c15d-42cf-a392-540a11d80db5.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  font-weight: 700;
  
  font-family: Lato;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-cf80ef61-c15d-42cf-a392-540a11d80db5-root {
    text-align: left;
  }


#s-cf80ef61-c15d-42cf-a392-540a11d80db5.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  font-weight: 700;
  
  font-family: Lato;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-cf80ef61-c15d-42cf-a392-540a11d80db5-root {
    text-align: left;
  }


#s-cf80ef61-c15d-42cf-a392-540a11d80db5.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  font-weight: 700;
  
  font-family: Lato;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-cf80ef61-c15d-42cf-a392-540a11d80db5-root {
    text-align: left;
  }


#s-cf80ef61-c15d-42cf-a392-540a11d80db5.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  font-weight: 700;
  
  font-family: Lato;
  display:  inline-block ;
}
}
#s-63d9e7ee-cc9d-42ea-b8d6-739fea442fda {
  min-height: 50px;
}








#s-63d9e7ee-cc9d-42ea-b8d6-739fea442fda > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-63d9e7ee-cc9d-42ea-b8d6-739fea442fda.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-94904ee8-ff4f-418a-a23b-ab8ae4560b9a {
  min-height: 50px;
}








#s-94904ee8-ff4f-418a-a23b-ab8ae4560b9a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-94904ee8-ff4f-418a-a23b-ab8ae4560b9a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7a7df90f-b8d8-47c3-946e-55fbaa2d7b13 {
  padding-top: 0px;
padding-left: 5%;
padding-bottom: 0px;
padding-right: 5%;
}

@media (min-width: 0px) {
[id="s-7a7df90f-b8d8-47c3-946e-55fbaa2d7b13"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-7a7df90f-b8d8-47c3-946e-55fbaa2d7b13"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-7a7df90f-b8d8-47c3-946e-55fbaa2d7b13"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-7a7df90f-b8d8-47c3-946e-55fbaa2d7b13"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-2c3f76ef-0de4-409c-b821-48edc5fc7a06 {
  text-align: center;
}







  #s-2c3f76ef-0de4-409c-b821-48edc5fc7a06 img.shogun-image {
    

    
    
    
  }


#s-2c3f76ef-0de4-409c-b821-48edc5fc7a06 .shogun-image-content {
  
    align-items: center;
  
}

#s-af68d907-a895-487a-88c3-a1c6b31af952 {
  text-align: center;
}







  #s-af68d907-a895-487a-88c3-a1c6b31af952 img.shogun-image {
    

    
    
    
  }


#s-af68d907-a895-487a-88c3-a1c6b31af952 .shogun-image-content {
  
    align-items: center;
  
}

#s-c243a6fe-6f29-41a5-b9ba-a65cbd3ae6b6 {
  padding-top: 0px;
padding-left: 5%;
padding-bottom: 0px;
padding-right: 5%;
}

@media (min-width: 0px) {
[id="s-c243a6fe-6f29-41a5-b9ba-a65cbd3ae6b6"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-c243a6fe-6f29-41a5-b9ba-a65cbd3ae6b6"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-c243a6fe-6f29-41a5-b9ba-a65cbd3ae6b6"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-c243a6fe-6f29-41a5-b9ba-a65cbd3ae6b6"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-ffd1c672-7063-4544-af31-e7676239bbb9 {
  padding-top: 10px;
padding-bottom: 10px;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
line-height: 1.25em;
letter-spacing: 0px;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-ffd1c672-7063-4544-af31-e7676239bbb9:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(209, 36, 36, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-ffd1c672-7063-4544-af31-e7676239bbb9:active {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-ffd1c672-7063-4544-af31-e7676239bbb9-root {
    text-align: left;
  }


#s-ffd1c672-7063-4544-af31-e7676239bbb9.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  font-weight: 700;
  
  font-family: Lato;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-ffd1c672-7063-4544-af31-e7676239bbb9-root {
    text-align: left;
  }


#s-ffd1c672-7063-4544-af31-e7676239bbb9.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  font-weight: 700;
  
  font-family: Lato;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-ffd1c672-7063-4544-af31-e7676239bbb9-root {
    text-align: left;
  }


#s-ffd1c672-7063-4544-af31-e7676239bbb9.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  font-weight: 700;
  
  font-family: Lato;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-ffd1c672-7063-4544-af31-e7676239bbb9-root {
    text-align: left;
  }


#s-ffd1c672-7063-4544-af31-e7676239bbb9.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  font-weight: 700;
  
  font-family: Lato;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-ffd1c672-7063-4544-af31-e7676239bbb9-root {
    text-align: left;
  }


#s-ffd1c672-7063-4544-af31-e7676239bbb9.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  font-weight: 700;
  
  font-family: Lato;
  display:  inline-block ;
}
}
#s-5a1275c1-475f-43e3-9ba6-9c5e2fc42436 {
  padding-top: 10px;
padding-bottom: 10px;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
line-height: 1.25em;
letter-spacing: 0px;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-5a1275c1-475f-43e3-9ba6-9c5e2fc42436:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(209, 36, 36, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-5a1275c1-475f-43e3-9ba6-9c5e2fc42436:active {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-5a1275c1-475f-43e3-9ba6-9c5e2fc42436-root {
    text-align: left;
  }


#s-5a1275c1-475f-43e3-9ba6-9c5e2fc42436.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  font-weight: 700;
  
  font-family: Lato;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-5a1275c1-475f-43e3-9ba6-9c5e2fc42436-root {
    text-align: left;
  }


#s-5a1275c1-475f-43e3-9ba6-9c5e2fc42436.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  font-weight: 700;
  
  font-family: Lato;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-5a1275c1-475f-43e3-9ba6-9c5e2fc42436-root {
    text-align: left;
  }


#s-5a1275c1-475f-43e3-9ba6-9c5e2fc42436.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  font-weight: 700;
  
  font-family: Lato;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-5a1275c1-475f-43e3-9ba6-9c5e2fc42436-root {
    text-align: left;
  }


#s-5a1275c1-475f-43e3-9ba6-9c5e2fc42436.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  font-weight: 700;
  
  font-family: Lato;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-5a1275c1-475f-43e3-9ba6-9c5e2fc42436-root {
    text-align: left;
  }


#s-5a1275c1-475f-43e3-9ba6-9c5e2fc42436.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  font-weight: 700;
  
  font-family: Lato;
  display:  inline-block ;
}
}
#s-96c5378a-3f8f-44b1-9f53-cc8b2e2b3212 {
  padding-top: 0px;
padding-left: 5%;
padding-bottom: 0px;
padding-right: 5%;
}

@media (min-width: 0px) {
[id="s-96c5378a-3f8f-44b1-9f53-cc8b2e2b3212"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-96c5378a-3f8f-44b1-9f53-cc8b2e2b3212"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-96c5378a-3f8f-44b1-9f53-cc8b2e2b3212"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-96c5378a-3f8f-44b1-9f53-cc8b2e2b3212"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-e6e7112e-0ae8-461e-a8e4-6d7a9474e36c {
  padding-top: 0px;
padding-left: 5%;
padding-bottom: 10px;
padding-right: 5%;
}

@media (min-width: 0px) {
[id="s-e6e7112e-0ae8-461e-a8e4-6d7a9474e36c"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-e6e7112e-0ae8-461e-a8e4-6d7a9474e36c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-e6e7112e-0ae8-461e-a8e4-6d7a9474e36c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-e6e7112e-0ae8-461e-a8e4-6d7a9474e36c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-4658cef3-1107-47e8-8232-f76d7ca091ae {
  padding-top: 10px;
padding-bottom: 10px;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
line-height: 1.25em;
letter-spacing: 0px;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-4658cef3-1107-47e8-8232-f76d7ca091ae:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(209, 36, 36, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-4658cef3-1107-47e8-8232-f76d7ca091ae:active {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-4658cef3-1107-47e8-8232-f76d7ca091ae-root {
    text-align: left;
  }


#s-4658cef3-1107-47e8-8232-f76d7ca091ae.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  font-weight: 700;
  
  font-family: Lato;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-4658cef3-1107-47e8-8232-f76d7ca091ae-root {
    text-align: left;
  }


#s-4658cef3-1107-47e8-8232-f76d7ca091ae.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  font-weight: 700;
  
  font-family: Lato;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-4658cef3-1107-47e8-8232-f76d7ca091ae-root {
    text-align: left;
  }


#s-4658cef3-1107-47e8-8232-f76d7ca091ae.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  font-weight: 700;
  
  font-family: Lato;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-4658cef3-1107-47e8-8232-f76d7ca091ae-root {
    text-align: left;
  }


#s-4658cef3-1107-47e8-8232-f76d7ca091ae.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  font-weight: 700;
  
  font-family: Lato;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-4658cef3-1107-47e8-8232-f76d7ca091ae-root {
    text-align: left;
  }


#s-4658cef3-1107-47e8-8232-f76d7ca091ae.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  font-weight: 700;
  
  font-family: Lato;
  display:  inline-block ;
}
}
#s-19d7e1dc-314e-42cf-97d1-43e85b718939 {
  padding-top: 10px;
padding-bottom: 10px;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
line-height: 1.25em;
letter-spacing: 0px;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-19d7e1dc-314e-42cf-97d1-43e85b718939:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(209, 36, 36, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-19d7e1dc-314e-42cf-97d1-43e85b718939:active {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-19d7e1dc-314e-42cf-97d1-43e85b718939-root {
    text-align: left;
  }


#s-19d7e1dc-314e-42cf-97d1-43e85b718939.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  font-weight: 700;
  
  font-family: Lato;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-19d7e1dc-314e-42cf-97d1-43e85b718939-root {
    text-align: left;
  }


#s-19d7e1dc-314e-42cf-97d1-43e85b718939.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  font-weight: 700;
  
  font-family: Lato;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-19d7e1dc-314e-42cf-97d1-43e85b718939-root {
    text-align: left;
  }


#s-19d7e1dc-314e-42cf-97d1-43e85b718939.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  font-weight: 700;
  
  font-family: Lato;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-19d7e1dc-314e-42cf-97d1-43e85b718939-root {
    text-align: left;
  }


#s-19d7e1dc-314e-42cf-97d1-43e85b718939.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  font-weight: 700;
  
  font-family: Lato;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-19d7e1dc-314e-42cf-97d1-43e85b718939-root {
    text-align: left;
  }


#s-19d7e1dc-314e-42cf-97d1-43e85b718939.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  font-weight: 700;
  
  font-family: Lato;
  display:  inline-block ;
}
}
#s-06267087-babc-431c-a04a-104fadd29236 {
  min-height: 50px;
}








#s-06267087-babc-431c-a04a-104fadd29236 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-06267087-babc-431c-a04a-104fadd29236.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1a278382-2812-4b3f-a34e-b45705d50bc5 {
  min-height: 50px;
}








#s-1a278382-2812-4b3f-a34e-b45705d50bc5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1a278382-2812-4b3f-a34e-b45705d50bc5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e4a38502-e523-4319-ad8d-3cdd849e0c4b {
  min-height: 50px;
}
@media (min-width: 1200px){#s-e4a38502-e523-4319-ad8d-3cdd849e0c4b {
  display: none;
}
#s-e4a38502-e523-4319-ad8d-3cdd849e0c4b, #wrap-s-e4a38502-e523-4319-ad8d-3cdd849e0c4b { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e4a38502-e523-4319-ad8d-3cdd849e0c4b {
  display: none;
}
#s-e4a38502-e523-4319-ad8d-3cdd849e0c4b, #wrap-s-e4a38502-e523-4319-ad8d-3cdd849e0c4b { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-e4a38502-e523-4319-ad8d-3cdd849e0c4b {
  display: none;
}
#s-e4a38502-e523-4319-ad8d-3cdd849e0c4b, #wrap-s-e4a38502-e523-4319-ad8d-3cdd849e0c4b { display:none !important; }}







#s-e4a38502-e523-4319-ad8d-3cdd849e0c4b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e4a38502-e523-4319-ad8d-3cdd849e0c4b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-bc0d4df0-9965-459b-9fb3-557a6b83fa40 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-bc0d4df0-9965-459b-9fb3-557a6b83fa40 {
  display: none;
}
#s-bc0d4df0-9965-459b-9fb3-557a6b83fa40, #wrap-s-bc0d4df0-9965-459b-9fb3-557a6b83fa40 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-bc0d4df0-9965-459b-9fb3-557a6b83fa40 {
  display: none;
}
#s-bc0d4df0-9965-459b-9fb3-557a6b83fa40, #wrap-s-bc0d4df0-9965-459b-9fb3-557a6b83fa40 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-bc0d4df0-9965-459b-9fb3-557a6b83fa40 {
  display: none;
}
#s-bc0d4df0-9965-459b-9fb3-557a6b83fa40, #wrap-s-bc0d4df0-9965-459b-9fb3-557a6b83fa40 { display:none !important; }}







#s-bc0d4df0-9965-459b-9fb3-557a6b83fa40 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bc0d4df0-9965-459b-9fb3-557a6b83fa40.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4117be76-36b9-415b-881b-edf1f5f1d1ba {
  margin-bottom: 10px;
padding-top: 0px;
padding-left: 5%;
padding-bottom: 0px;
text-align: left;
}

#s-4117be76-36b9-415b-881b-edf1f5f1d1ba .shogun-heading-component h2 {
  color: #000;
  font-weight:  700 ;
  font-family: "Lato";
  font-style:  normal ;
  font-size: 27px;
  line-height: 1.25em;
  letter-spacing: -1px;
  text-align: left;
}



#s-ce5d0959-33d9-44b9-a216-a006e02219e8 {
  padding-left: 5%;
padding-right: 5%;
}

#s-3f7f5fa1-e537-404c-abea-5d931ca0a1a4 {
  padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 1200px){#s-3f7f5fa1-e537-404c-abea-5d931ca0a1a4 {
  display: none;
}
#s-3f7f5fa1-e537-404c-abea-5d931ca0a1a4, #wrap-s-3f7f5fa1-e537-404c-abea-5d931ca0a1a4 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3f7f5fa1-e537-404c-abea-5d931ca0a1a4 {
  display: none;
}
#s-3f7f5fa1-e537-404c-abea-5d931ca0a1a4, #wrap-s-3f7f5fa1-e537-404c-abea-5d931ca0a1a4 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-3f7f5fa1-e537-404c-abea-5d931ca0a1a4 {
  display: none;
}
#s-3f7f5fa1-e537-404c-abea-5d931ca0a1a4, #wrap-s-3f7f5fa1-e537-404c-abea-5d931ca0a1a4 { display:none !important; }}
#s-3f7f5fa1-e537-404c-abea-5d931ca0a1a4 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-3f7f5fa1-e537-404c-abea-5d931ca0a1a4 .shg-sld-nav-button.shg-sld-left,
#s-3f7f5fa1-e537-404c-abea-5d931ca0a1a4 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-dbcc5eab-54e8-4149-aac7-b03a07e5c0d9 {
  text-align: center;
}







  #s-dbcc5eab-54e8-4149-aac7-b03a07e5c0d9 img.shogun-image {
    

    
    
    
  }


#s-dbcc5eab-54e8-4149-aac7-b03a07e5c0d9 .shogun-image-content {
  
    align-items: center;
  
}

#s-31765208-0cfd-4053-b761-ad2dbe738264 {
  text-align: center;
}







  #s-31765208-0cfd-4053-b761-ad2dbe738264 img.shogun-image {
    

    
    
    
  }


#s-31765208-0cfd-4053-b761-ad2dbe738264 .shogun-image-content {
  
    align-items: center;
  
}

#s-1e1212ca-d070-4648-b885-b2d71a48a831 {
  text-align: center;
}







  #s-1e1212ca-d070-4648-b885-b2d71a48a831 img.shogun-image {
    

    
    
    
  }


#s-1e1212ca-d070-4648-b885-b2d71a48a831 .shogun-image-content {
  
    align-items: center;
  
}

#s-622e3c8a-db49-4fe5-a570-90e0bd5d9354 {
  text-align: center;
}







  #s-622e3c8a-db49-4fe5-a570-90e0bd5d9354 img.shogun-image {
    

    
    
    
  }


#s-622e3c8a-db49-4fe5-a570-90e0bd5d9354 .shogun-image-content {
  
    align-items: center;
  
}

#s-35af4dcb-98dc-44a3-8266-d611f52f5829 {
  margin-bottom: 10px;
padding-top: 15px;
padding-bottom: 5px;
text-align: left;
}

#s-35af4dcb-98dc-44a3-8266-d611f52f5829 .shogun-heading-component h2 {
  color: #000;
  font-weight:  700 ;
  font-family: "Lato";
  font-style:  normal ;
  font-size: 24px;
  line-height: 1.25em;
  letter-spacing: -1px;
  text-align: left;
}



#s-74cec2ed-481a-4d4c-bad1-2b2fc21af449 {
  margin-bottom: 10px;
padding-top: 15px;
padding-bottom: 5px;
text-align: left;
}

#s-74cec2ed-481a-4d4c-bad1-2b2fc21af449 .shogun-heading-component h2 {
  color: #000;
  font-weight:  700 ;
  font-family: "Lato";
  font-style:  normal ;
  font-size: 24px;
  line-height: 1.25em;
  letter-spacing: -1px;
  text-align: left;
}



#s-47ba7014-2706-4594-a453-a9ba9630987f {
  margin-bottom: 10px;
padding-top: 15px;
padding-bottom: 5px;
text-align: left;
}

#s-47ba7014-2706-4594-a453-a9ba9630987f .shogun-heading-component h2 {
  color: #000;
  font-weight:  700 ;
  font-family: "Lato";
  font-style:  normal ;
  font-size: 24px;
  line-height: 1.25em;
  letter-spacing: -1px;
  text-align: left;
}



#s-22ad8962-c57b-4895-ac2f-eb5b5fbcbcd4 {
  margin-bottom: 10px;
padding-top: 15px;
padding-bottom: 5px;
text-align: left;
}

#s-22ad8962-c57b-4895-ac2f-eb5b5fbcbcd4 .shogun-heading-component h2 {
  color: #000;
  font-weight:  700 ;
  font-family: "Lato";
  font-style:  normal ;
  font-size: 24px;
  line-height: 1.25em;
  letter-spacing: -1px;
  text-align: left;
}



#s-bd6d75e8-d1c8-43ae-b49c-cb058373a358 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-bd6d75e8-d1c8-43ae-b49c-cb058373a358 {
  display: none;
}
#s-bd6d75e8-d1c8-43ae-b49c-cb058373a358, #wrap-s-bd6d75e8-d1c8-43ae-b49c-cb058373a358 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-bd6d75e8-d1c8-43ae-b49c-cb058373a358 {
  display: none;
}
#s-bd6d75e8-d1c8-43ae-b49c-cb058373a358, #wrap-s-bd6d75e8-d1c8-43ae-b49c-cb058373a358 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-bd6d75e8-d1c8-43ae-b49c-cb058373a358 {
  display: none;
}
#s-bd6d75e8-d1c8-43ae-b49c-cb058373a358, #wrap-s-bd6d75e8-d1c8-43ae-b49c-cb058373a358 { display:none !important; }}







#s-bd6d75e8-d1c8-43ae-b49c-cb058373a358 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bd6d75e8-d1c8-43ae-b49c-cb058373a358.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7b4e9ae0-5815-4521-b931-3ea391305dba {
  min-height: 50px;
}
@media (min-width: 1200px){#s-7b4e9ae0-5815-4521-b931-3ea391305dba {
  display: none;
}
#s-7b4e9ae0-5815-4521-b931-3ea391305dba, #wrap-s-7b4e9ae0-5815-4521-b931-3ea391305dba { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-7b4e9ae0-5815-4521-b931-3ea391305dba {
  display: none;
}
#s-7b4e9ae0-5815-4521-b931-3ea391305dba, #wrap-s-7b4e9ae0-5815-4521-b931-3ea391305dba { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-7b4e9ae0-5815-4521-b931-3ea391305dba {
  display: none;
}
#s-7b4e9ae0-5815-4521-b931-3ea391305dba, #wrap-s-7b4e9ae0-5815-4521-b931-3ea391305dba { display:none !important; }}







#s-7b4e9ae0-5815-4521-b931-3ea391305dba > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7b4e9ae0-5815-4521-b931-3ea391305dba.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-17007d98-7d0a-4998-8643-f6436a04f9b1 {
  min-height: 50px;
}








#s-17007d98-7d0a-4998-8643-f6436a04f9b1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-17007d98-7d0a-4998-8643-f6436a04f9b1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-cc1a7591-9f0e-403d-8700-9c14d80a575d {
  margin-bottom: 10px;
padding-top: 0px;
padding-left: 5%;
padding-bottom: 0px;
text-align: left;
}

#s-cc1a7591-9f0e-403d-8700-9c14d80a575d .shogun-heading-component h2 {
  color: #000;
  font-weight:  700 ;
  font-family: "Lato";
  font-style:  normal ;
  font-size: 27px;
  line-height: 1.25em;
  letter-spacing: -1px;
  text-align: left;
}



#s-97e6f19c-2bc0-49ea-9e7f-7322637479bb {
  padding-left: 5%;
padding-right: 5%;
}

#s-01780a1d-a382-4ca6-84be-debd5c3fa8bd {
  min-height: 50px;
}
@media (max-width: 767px){#s-01780a1d-a382-4ca6-84be-debd5c3fa8bd {
  display: none;
}
#s-01780a1d-a382-4ca6-84be-debd5c3fa8bd, #wrap-s-01780a1d-a382-4ca6-84be-debd5c3fa8bd { display:none !important; }}







#s-01780a1d-a382-4ca6-84be-debd5c3fa8bd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-01780a1d-a382-4ca6-84be-debd5c3fa8bd.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3cd39870-0188-4081-8d7d-02b75654131e {
  min-height: 50px;
}
@media (min-width: 1200px){#s-3cd39870-0188-4081-8d7d-02b75654131e {
  display: none;
}
#s-3cd39870-0188-4081-8d7d-02b75654131e, #wrap-s-3cd39870-0188-4081-8d7d-02b75654131e { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3cd39870-0188-4081-8d7d-02b75654131e {
  display: none;
}
#s-3cd39870-0188-4081-8d7d-02b75654131e, #wrap-s-3cd39870-0188-4081-8d7d-02b75654131e { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-3cd39870-0188-4081-8d7d-02b75654131e {
  display: none;
}
#s-3cd39870-0188-4081-8d7d-02b75654131e, #wrap-s-3cd39870-0188-4081-8d7d-02b75654131e { display:none !important; }}@media (max-width: 767px){#s-3cd39870-0188-4081-8d7d-02b75654131e {
  display: none;
}
#s-3cd39870-0188-4081-8d7d-02b75654131e, #wrap-s-3cd39870-0188-4081-8d7d-02b75654131e { display:none !important; }}







#s-3cd39870-0188-4081-8d7d-02b75654131e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3cd39870-0188-4081-8d7d-02b75654131e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ef8a0b9c-9c72-45ee-ab3e-2273c8221b81 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 1800px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-ef8a0b9c-9c72-45ee-ab3e-2273c8221b81 {
  display: none;
}
#s-ef8a0b9c-9c72-45ee-ab3e-2273c8221b81, #wrap-s-ef8a0b9c-9c72-45ee-ab3e-2273c8221b81 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ef8a0b9c-9c72-45ee-ab3e-2273c8221b81 {
  display: none;
}
#s-ef8a0b9c-9c72-45ee-ab3e-2273c8221b81, #wrap-s-ef8a0b9c-9c72-45ee-ab3e-2273c8221b81 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-ef8a0b9c-9c72-45ee-ab3e-2273c8221b81 {
  display: none;
}
#s-ef8a0b9c-9c72-45ee-ab3e-2273c8221b81, #wrap-s-ef8a0b9c-9c72-45ee-ab3e-2273c8221b81 { display:none !important; }}@media (max-width: 767px){#s-ef8a0b9c-9c72-45ee-ab3e-2273c8221b81 {
  
}
}







#s-ef8a0b9c-9c72-45ee-ab3e-2273c8221b81 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ef8a0b9c-9c72-45ee-ab3e-2273c8221b81.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4f6d5637-7a7e-474c-8768-2b432a0ccd68 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-4f6d5637-7a7e-474c-8768-2b432a0ccd68 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-4f6d5637-7a7e-474c-8768-2b432a0ccd68 .shg-sld-nav-button.shg-sld-left,
#s-4f6d5637-7a7e-474c-8768-2b432a0ccd68 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-7cb1658f-dfe4-4b57-b23a-fa18dc5674e7 {
  margin-left: auto;
margin-right: auto;
max-width: 1800px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-7cb1658f-dfe4-4b57-b23a-fa18dc5674e7 {
  
}
}
@media (min-width: 0px) {
[id="s-7cb1658f-dfe4-4b57-b23a-fa18dc5674e7"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 768px) {
[id="s-7cb1658f-dfe4-4b57-b23a-fa18dc5674e7"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-7cb1658f-dfe4-4b57-b23a-fa18dc5674e7"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-7cb1658f-dfe4-4b57-b23a-fa18dc5674e7"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-42bfee6d-a4d7-4130-a000-45c58c2b46e1 {
  max-width: 300px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-42bfee6d-a4d7-4130-a000-45c58c2b46e1 img.shogun-image,
  #s-42bfee6d-a4d7-4130-a000-45c58c2b46e1 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-42bfee6d-a4d7-4130-a000-45c58c2b46e1 {
    width: 100%;
    height: auto;
  }

  #s-42bfee6d-a4d7-4130-a000-45c58c2b46e1 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-42bfee6d-a4d7-4130-a000-45c58c2b46e1.shogun-image {
    
    
  }


.s-42bfee6d-a4d7-4130-a000-45c58c2b46e1 .shogun-image-content {
  
    align-items: center;
  
}

.s-42bfee6d-a4d7-4130-a000-45c58c2b46e1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-42bfee6d-a4d7-4130-a000-45c58c2b46e1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-42bfee6d-a4d7-4130-a000-45c58c2b46e1.shogun-image {
  box-sizing: border-box;
}

@media (min-width: 1200px){



  #s-42bfee6d-a4d7-4130-a000-45c58c2b46e1 img.shogun-image,
  #s-42bfee6d-a4d7-4130-a000-45c58c2b46e1 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-42bfee6d-a4d7-4130-a000-45c58c2b46e1 {
    width: 100%;
    height: auto;
  }

  #s-42bfee6d-a4d7-4130-a000-45c58c2b46e1 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-42bfee6d-a4d7-4130-a000-45c58c2b46e1.shogun-image {
    
    
  }


.s-42bfee6d-a4d7-4130-a000-45c58c2b46e1 .shogun-image-content {
  
    align-items: center;
  
}

.s-42bfee6d-a4d7-4130-a000-45c58c2b46e1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-42bfee6d-a4d7-4130-a000-45c58c2b46e1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-42bfee6d-a4d7-4130-a000-45c58c2b46e1.shogun-image {
  box-sizing: border-box;
}

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



  #s-42bfee6d-a4d7-4130-a000-45c58c2b46e1 img.shogun-image,
  #s-42bfee6d-a4d7-4130-a000-45c58c2b46e1 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-42bfee6d-a4d7-4130-a000-45c58c2b46e1 {
    width: 100%;
    height: auto;
  }

  #s-42bfee6d-a4d7-4130-a000-45c58c2b46e1 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-42bfee6d-a4d7-4130-a000-45c58c2b46e1.shogun-image {
    
    
  }


.s-42bfee6d-a4d7-4130-a000-45c58c2b46e1 .shogun-image-content {
  
    align-items: center;
  
}

.s-42bfee6d-a4d7-4130-a000-45c58c2b46e1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-42bfee6d-a4d7-4130-a000-45c58c2b46e1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-42bfee6d-a4d7-4130-a000-45c58c2b46e1.shogun-image {
  box-sizing: border-box;
}

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



  #s-42bfee6d-a4d7-4130-a000-45c58c2b46e1 img.shogun-image,
  #s-42bfee6d-a4d7-4130-a000-45c58c2b46e1 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-42bfee6d-a4d7-4130-a000-45c58c2b46e1 {
    width: 100%;
    height: auto;
  }

  #s-42bfee6d-a4d7-4130-a000-45c58c2b46e1 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-42bfee6d-a4d7-4130-a000-45c58c2b46e1.shogun-image {
    
    
  }


.s-42bfee6d-a4d7-4130-a000-45c58c2b46e1 .shogun-image-content {
  
    align-items: center;
  
}

.s-42bfee6d-a4d7-4130-a000-45c58c2b46e1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-42bfee6d-a4d7-4130-a000-45c58c2b46e1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-42bfee6d-a4d7-4130-a000-45c58c2b46e1.shogun-image {
  box-sizing: border-box;
}

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



  #s-42bfee6d-a4d7-4130-a000-45c58c2b46e1 img.shogun-image,
  #s-42bfee6d-a4d7-4130-a000-45c58c2b46e1 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-42bfee6d-a4d7-4130-a000-45c58c2b46e1 {
    width: 100%;
    height: auto;
  }

  #s-42bfee6d-a4d7-4130-a000-45c58c2b46e1 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-42bfee6d-a4d7-4130-a000-45c58c2b46e1.shogun-image {
    
    
  }


.s-42bfee6d-a4d7-4130-a000-45c58c2b46e1 .shogun-image-content {
  
    align-items: center;
  
}

.s-42bfee6d-a4d7-4130-a000-45c58c2b46e1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-42bfee6d-a4d7-4130-a000-45c58c2b46e1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-42bfee6d-a4d7-4130-a000-45c58c2b46e1.shogun-image {
  box-sizing: border-box;
}

}
#s-be827021-9f75-4a0c-a7e9-5dde2330ac9b {
  max-width: 300px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-be827021-9f75-4a0c-a7e9-5dde2330ac9b img.shogun-image,
  #s-be827021-9f75-4a0c-a7e9-5dde2330ac9b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-be827021-9f75-4a0c-a7e9-5dde2330ac9b {
    width: 100%;
    height: auto;
  }

  #s-be827021-9f75-4a0c-a7e9-5dde2330ac9b img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-be827021-9f75-4a0c-a7e9-5dde2330ac9b.shogun-image {
    
    
  }


.s-be827021-9f75-4a0c-a7e9-5dde2330ac9b .shogun-image-content {
  
    align-items: center;
  
}

.s-be827021-9f75-4a0c-a7e9-5dde2330ac9b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-be827021-9f75-4a0c-a7e9-5dde2330ac9b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-be827021-9f75-4a0c-a7e9-5dde2330ac9b.shogun-image {
  box-sizing: border-box;
}

@media (min-width: 1200px){



  #s-be827021-9f75-4a0c-a7e9-5dde2330ac9b img.shogun-image,
  #s-be827021-9f75-4a0c-a7e9-5dde2330ac9b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-be827021-9f75-4a0c-a7e9-5dde2330ac9b {
    width: 100%;
    height: auto;
  }

  #s-be827021-9f75-4a0c-a7e9-5dde2330ac9b img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-be827021-9f75-4a0c-a7e9-5dde2330ac9b.shogun-image {
    
    
  }


.s-be827021-9f75-4a0c-a7e9-5dde2330ac9b .shogun-image-content {
  
    align-items: center;
  
}

.s-be827021-9f75-4a0c-a7e9-5dde2330ac9b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-be827021-9f75-4a0c-a7e9-5dde2330ac9b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-be827021-9f75-4a0c-a7e9-5dde2330ac9b.shogun-image {
  box-sizing: border-box;
}

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



  #s-be827021-9f75-4a0c-a7e9-5dde2330ac9b img.shogun-image,
  #s-be827021-9f75-4a0c-a7e9-5dde2330ac9b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-be827021-9f75-4a0c-a7e9-5dde2330ac9b {
    width: 100%;
    height: auto;
  }

  #s-be827021-9f75-4a0c-a7e9-5dde2330ac9b img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-be827021-9f75-4a0c-a7e9-5dde2330ac9b.shogun-image {
    
    
  }


.s-be827021-9f75-4a0c-a7e9-5dde2330ac9b .shogun-image-content {
  
    align-items: center;
  
}

.s-be827021-9f75-4a0c-a7e9-5dde2330ac9b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-be827021-9f75-4a0c-a7e9-5dde2330ac9b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-be827021-9f75-4a0c-a7e9-5dde2330ac9b.shogun-image {
  box-sizing: border-box;
}

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



  #s-be827021-9f75-4a0c-a7e9-5dde2330ac9b img.shogun-image,
  #s-be827021-9f75-4a0c-a7e9-5dde2330ac9b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-be827021-9f75-4a0c-a7e9-5dde2330ac9b {
    width: 100%;
    height: auto;
  }

  #s-be827021-9f75-4a0c-a7e9-5dde2330ac9b img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-be827021-9f75-4a0c-a7e9-5dde2330ac9b.shogun-image {
    
    
  }


.s-be827021-9f75-4a0c-a7e9-5dde2330ac9b .shogun-image-content {
  
    align-items: center;
  
}

.s-be827021-9f75-4a0c-a7e9-5dde2330ac9b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-be827021-9f75-4a0c-a7e9-5dde2330ac9b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-be827021-9f75-4a0c-a7e9-5dde2330ac9b.shogun-image {
  box-sizing: border-box;
}

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



  #s-be827021-9f75-4a0c-a7e9-5dde2330ac9b img.shogun-image,
  #s-be827021-9f75-4a0c-a7e9-5dde2330ac9b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-be827021-9f75-4a0c-a7e9-5dde2330ac9b {
    width: 100%;
    height: auto;
  }

  #s-be827021-9f75-4a0c-a7e9-5dde2330ac9b img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-be827021-9f75-4a0c-a7e9-5dde2330ac9b.shogun-image {
    
    
  }


.s-be827021-9f75-4a0c-a7e9-5dde2330ac9b .shogun-image-content {
  
    align-items: center;
  
}

.s-be827021-9f75-4a0c-a7e9-5dde2330ac9b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-be827021-9f75-4a0c-a7e9-5dde2330ac9b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-be827021-9f75-4a0c-a7e9-5dde2330ac9b.shogun-image {
  box-sizing: border-box;
}

}
#s-4a21f717-f752-495a-93ae-d6bc5c0d8d3d {
  max-width: 300px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-4a21f717-f752-495a-93ae-d6bc5c0d8d3d img.shogun-image,
  #s-4a21f717-f752-495a-93ae-d6bc5c0d8d3d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-4a21f717-f752-495a-93ae-d6bc5c0d8d3d {
    width: 100%;
    height: auto;
  }

  #s-4a21f717-f752-495a-93ae-d6bc5c0d8d3d img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4a21f717-f752-495a-93ae-d6bc5c0d8d3d.shogun-image {
    
    
  }


.s-4a21f717-f752-495a-93ae-d6bc5c0d8d3d .shogun-image-content {
  
    align-items: center;
  
}

.s-4a21f717-f752-495a-93ae-d6bc5c0d8d3d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4a21f717-f752-495a-93ae-d6bc5c0d8d3d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4a21f717-f752-495a-93ae-d6bc5c0d8d3d.shogun-image {
  box-sizing: border-box;
}

@media (min-width: 1200px){



  #s-4a21f717-f752-495a-93ae-d6bc5c0d8d3d img.shogun-image,
  #s-4a21f717-f752-495a-93ae-d6bc5c0d8d3d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-4a21f717-f752-495a-93ae-d6bc5c0d8d3d {
    width: 100%;
    height: auto;
  }

  #s-4a21f717-f752-495a-93ae-d6bc5c0d8d3d img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4a21f717-f752-495a-93ae-d6bc5c0d8d3d.shogun-image {
    
    
  }


.s-4a21f717-f752-495a-93ae-d6bc5c0d8d3d .shogun-image-content {
  
    align-items: center;
  
}

.s-4a21f717-f752-495a-93ae-d6bc5c0d8d3d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4a21f717-f752-495a-93ae-d6bc5c0d8d3d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4a21f717-f752-495a-93ae-d6bc5c0d8d3d.shogun-image {
  box-sizing: border-box;
}

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



  #s-4a21f717-f752-495a-93ae-d6bc5c0d8d3d img.shogun-image,
  #s-4a21f717-f752-495a-93ae-d6bc5c0d8d3d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-4a21f717-f752-495a-93ae-d6bc5c0d8d3d {
    width: 100%;
    height: auto;
  }

  #s-4a21f717-f752-495a-93ae-d6bc5c0d8d3d img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4a21f717-f752-495a-93ae-d6bc5c0d8d3d.shogun-image {
    
    
  }


.s-4a21f717-f752-495a-93ae-d6bc5c0d8d3d .shogun-image-content {
  
    align-items: center;
  
}

.s-4a21f717-f752-495a-93ae-d6bc5c0d8d3d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4a21f717-f752-495a-93ae-d6bc5c0d8d3d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4a21f717-f752-495a-93ae-d6bc5c0d8d3d.shogun-image {
  box-sizing: border-box;
}

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



  #s-4a21f717-f752-495a-93ae-d6bc5c0d8d3d img.shogun-image,
  #s-4a21f717-f752-495a-93ae-d6bc5c0d8d3d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-4a21f717-f752-495a-93ae-d6bc5c0d8d3d {
    width: 100%;
    height: auto;
  }

  #s-4a21f717-f752-495a-93ae-d6bc5c0d8d3d img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4a21f717-f752-495a-93ae-d6bc5c0d8d3d.shogun-image {
    
    
  }


.s-4a21f717-f752-495a-93ae-d6bc5c0d8d3d .shogun-image-content {
  
    align-items: center;
  
}

.s-4a21f717-f752-495a-93ae-d6bc5c0d8d3d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4a21f717-f752-495a-93ae-d6bc5c0d8d3d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4a21f717-f752-495a-93ae-d6bc5c0d8d3d.shogun-image {
  box-sizing: border-box;
}

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



  #s-4a21f717-f752-495a-93ae-d6bc5c0d8d3d img.shogun-image,
  #s-4a21f717-f752-495a-93ae-d6bc5c0d8d3d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-4a21f717-f752-495a-93ae-d6bc5c0d8d3d {
    width: 100%;
    height: auto;
  }

  #s-4a21f717-f752-495a-93ae-d6bc5c0d8d3d img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4a21f717-f752-495a-93ae-d6bc5c0d8d3d.shogun-image {
    
    
  }


.s-4a21f717-f752-495a-93ae-d6bc5c0d8d3d .shogun-image-content {
  
    align-items: center;
  
}

.s-4a21f717-f752-495a-93ae-d6bc5c0d8d3d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4a21f717-f752-495a-93ae-d6bc5c0d8d3d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4a21f717-f752-495a-93ae-d6bc5c0d8d3d.shogun-image {
  box-sizing: border-box;
}

}
#s-ac21f428-614d-4ba6-bdde-18ffb397db19 {
  max-width: 300px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-ac21f428-614d-4ba6-bdde-18ffb397db19 img.shogun-image,
  #s-ac21f428-614d-4ba6-bdde-18ffb397db19 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ac21f428-614d-4ba6-bdde-18ffb397db19 {
    width: 100%;
    height: auto;
  }

  #s-ac21f428-614d-4ba6-bdde-18ffb397db19 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ac21f428-614d-4ba6-bdde-18ffb397db19.shogun-image {
    
    
  }


.s-ac21f428-614d-4ba6-bdde-18ffb397db19 .shogun-image-content {
  
    align-items: center;
  
}

.s-ac21f428-614d-4ba6-bdde-18ffb397db19.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ac21f428-614d-4ba6-bdde-18ffb397db19.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ac21f428-614d-4ba6-bdde-18ffb397db19.shogun-image {
  box-sizing: border-box;
}

@media (min-width: 1200px){



  #s-ac21f428-614d-4ba6-bdde-18ffb397db19 img.shogun-image,
  #s-ac21f428-614d-4ba6-bdde-18ffb397db19 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ac21f428-614d-4ba6-bdde-18ffb397db19 {
    width: 100%;
    height: auto;
  }

  #s-ac21f428-614d-4ba6-bdde-18ffb397db19 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ac21f428-614d-4ba6-bdde-18ffb397db19.shogun-image {
    
    
  }


.s-ac21f428-614d-4ba6-bdde-18ffb397db19 .shogun-image-content {
  
    align-items: center;
  
}

.s-ac21f428-614d-4ba6-bdde-18ffb397db19.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ac21f428-614d-4ba6-bdde-18ffb397db19.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ac21f428-614d-4ba6-bdde-18ffb397db19.shogun-image {
  box-sizing: border-box;
}

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



  #s-ac21f428-614d-4ba6-bdde-18ffb397db19 img.shogun-image,
  #s-ac21f428-614d-4ba6-bdde-18ffb397db19 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ac21f428-614d-4ba6-bdde-18ffb397db19 {
    width: 100%;
    height: auto;
  }

  #s-ac21f428-614d-4ba6-bdde-18ffb397db19 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ac21f428-614d-4ba6-bdde-18ffb397db19.shogun-image {
    
    
  }


.s-ac21f428-614d-4ba6-bdde-18ffb397db19 .shogun-image-content {
  
    align-items: center;
  
}

.s-ac21f428-614d-4ba6-bdde-18ffb397db19.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ac21f428-614d-4ba6-bdde-18ffb397db19.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ac21f428-614d-4ba6-bdde-18ffb397db19.shogun-image {
  box-sizing: border-box;
}

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



  #s-ac21f428-614d-4ba6-bdde-18ffb397db19 img.shogun-image,
  #s-ac21f428-614d-4ba6-bdde-18ffb397db19 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ac21f428-614d-4ba6-bdde-18ffb397db19 {
    width: 100%;
    height: auto;
  }

  #s-ac21f428-614d-4ba6-bdde-18ffb397db19 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ac21f428-614d-4ba6-bdde-18ffb397db19.shogun-image {
    
    
  }


.s-ac21f428-614d-4ba6-bdde-18ffb397db19 .shogun-image-content {
  
    align-items: center;
  
}

.s-ac21f428-614d-4ba6-bdde-18ffb397db19.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ac21f428-614d-4ba6-bdde-18ffb397db19.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ac21f428-614d-4ba6-bdde-18ffb397db19.shogun-image {
  box-sizing: border-box;
}

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



  #s-ac21f428-614d-4ba6-bdde-18ffb397db19 img.shogun-image,
  #s-ac21f428-614d-4ba6-bdde-18ffb397db19 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ac21f428-614d-4ba6-bdde-18ffb397db19 {
    width: 100%;
    height: auto;
  }

  #s-ac21f428-614d-4ba6-bdde-18ffb397db19 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ac21f428-614d-4ba6-bdde-18ffb397db19.shogun-image {
    
    
  }


.s-ac21f428-614d-4ba6-bdde-18ffb397db19 .shogun-image-content {
  
    align-items: center;
  
}

.s-ac21f428-614d-4ba6-bdde-18ffb397db19.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ac21f428-614d-4ba6-bdde-18ffb397db19.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ac21f428-614d-4ba6-bdde-18ffb397db19.shogun-image {
  box-sizing: border-box;
}

}
#s-4d19b6f7-d451-466c-8aeb-1a622a51c254 {
  margin-left: auto;
margin-right: auto;
max-width: 1800px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-4d19b6f7-d451-466c-8aeb-1a622a51c254 {
  
}
}
@media (min-width: 0px) {
[id="s-4d19b6f7-d451-466c-8aeb-1a622a51c254"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 768px) {
[id="s-4d19b6f7-d451-466c-8aeb-1a622a51c254"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-4d19b6f7-d451-466c-8aeb-1a622a51c254"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-4d19b6f7-d451-466c-8aeb-1a622a51c254"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-64a7c7ff-6e80-4e59-a8bf-05e4a70af691 {
  max-width: 300px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-64a7c7ff-6e80-4e59-a8bf-05e4a70af691 img.shogun-image,
  #s-64a7c7ff-6e80-4e59-a8bf-05e4a70af691 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-64a7c7ff-6e80-4e59-a8bf-05e4a70af691 {
    width: 100%;
    height: auto;
  }

  #s-64a7c7ff-6e80-4e59-a8bf-05e4a70af691 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-64a7c7ff-6e80-4e59-a8bf-05e4a70af691.shogun-image {
    
    
  }


.s-64a7c7ff-6e80-4e59-a8bf-05e4a70af691 .shogun-image-content {
  
    align-items: center;
  
}

.s-64a7c7ff-6e80-4e59-a8bf-05e4a70af691.shg-align-container {
  display: flex;
  justify-content: center
}

.s-64a7c7ff-6e80-4e59-a8bf-05e4a70af691.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-64a7c7ff-6e80-4e59-a8bf-05e4a70af691.shogun-image {
  box-sizing: border-box;
}

@media (min-width: 1200px){



  #s-64a7c7ff-6e80-4e59-a8bf-05e4a70af691 img.shogun-image,
  #s-64a7c7ff-6e80-4e59-a8bf-05e4a70af691 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-64a7c7ff-6e80-4e59-a8bf-05e4a70af691 {
    width: 100%;
    height: auto;
  }

  #s-64a7c7ff-6e80-4e59-a8bf-05e4a70af691 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-64a7c7ff-6e80-4e59-a8bf-05e4a70af691.shogun-image {
    
    
  }


.s-64a7c7ff-6e80-4e59-a8bf-05e4a70af691 .shogun-image-content {
  
    align-items: center;
  
}

.s-64a7c7ff-6e80-4e59-a8bf-05e4a70af691.shg-align-container {
  display: flex;
  justify-content: center
}

.s-64a7c7ff-6e80-4e59-a8bf-05e4a70af691.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-64a7c7ff-6e80-4e59-a8bf-05e4a70af691.shogun-image {
  box-sizing: border-box;
}

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



  #s-64a7c7ff-6e80-4e59-a8bf-05e4a70af691 img.shogun-image,
  #s-64a7c7ff-6e80-4e59-a8bf-05e4a70af691 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-64a7c7ff-6e80-4e59-a8bf-05e4a70af691 {
    width: 100%;
    height: auto;
  }

  #s-64a7c7ff-6e80-4e59-a8bf-05e4a70af691 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-64a7c7ff-6e80-4e59-a8bf-05e4a70af691.shogun-image {
    
    
  }


.s-64a7c7ff-6e80-4e59-a8bf-05e4a70af691 .shogun-image-content {
  
    align-items: center;
  
}

.s-64a7c7ff-6e80-4e59-a8bf-05e4a70af691.shg-align-container {
  display: flex;
  justify-content: center
}

.s-64a7c7ff-6e80-4e59-a8bf-05e4a70af691.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-64a7c7ff-6e80-4e59-a8bf-05e4a70af691.shogun-image {
  box-sizing: border-box;
}

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



  #s-64a7c7ff-6e80-4e59-a8bf-05e4a70af691 img.shogun-image,
  #s-64a7c7ff-6e80-4e59-a8bf-05e4a70af691 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-64a7c7ff-6e80-4e59-a8bf-05e4a70af691 {
    width: 100%;
    height: auto;
  }

  #s-64a7c7ff-6e80-4e59-a8bf-05e4a70af691 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-64a7c7ff-6e80-4e59-a8bf-05e4a70af691.shogun-image {
    
    
  }


.s-64a7c7ff-6e80-4e59-a8bf-05e4a70af691 .shogun-image-content {
  
    align-items: center;
  
}

.s-64a7c7ff-6e80-4e59-a8bf-05e4a70af691.shg-align-container {
  display: flex;
  justify-content: center
}

.s-64a7c7ff-6e80-4e59-a8bf-05e4a70af691.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-64a7c7ff-6e80-4e59-a8bf-05e4a70af691.shogun-image {
  box-sizing: border-box;
}

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



  #s-64a7c7ff-6e80-4e59-a8bf-05e4a70af691 img.shogun-image,
  #s-64a7c7ff-6e80-4e59-a8bf-05e4a70af691 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-64a7c7ff-6e80-4e59-a8bf-05e4a70af691 {
    width: 100%;
    height: auto;
  }

  #s-64a7c7ff-6e80-4e59-a8bf-05e4a70af691 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-64a7c7ff-6e80-4e59-a8bf-05e4a70af691.shogun-image {
    
    
  }


.s-64a7c7ff-6e80-4e59-a8bf-05e4a70af691 .shogun-image-content {
  
    align-items: center;
  
}

.s-64a7c7ff-6e80-4e59-a8bf-05e4a70af691.shg-align-container {
  display: flex;
  justify-content: center
}

.s-64a7c7ff-6e80-4e59-a8bf-05e4a70af691.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-64a7c7ff-6e80-4e59-a8bf-05e4a70af691.shogun-image {
  box-sizing: border-box;
}

}
#s-71b19daf-36ed-4893-9174-9c7c99114d24 {
  max-width: 300px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-71b19daf-36ed-4893-9174-9c7c99114d24 img.shogun-image,
  #s-71b19daf-36ed-4893-9174-9c7c99114d24 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-71b19daf-36ed-4893-9174-9c7c99114d24 {
    width: 100%;
    height: auto;
  }

  #s-71b19daf-36ed-4893-9174-9c7c99114d24 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-71b19daf-36ed-4893-9174-9c7c99114d24.shogun-image {
    
    
  }


.s-71b19daf-36ed-4893-9174-9c7c99114d24 .shogun-image-content {
  
    align-items: center;
  
}

.s-71b19daf-36ed-4893-9174-9c7c99114d24.shg-align-container {
  display: flex;
  justify-content: center
}

.s-71b19daf-36ed-4893-9174-9c7c99114d24.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-71b19daf-36ed-4893-9174-9c7c99114d24.shogun-image {
  box-sizing: border-box;
}

@media (min-width: 1200px){



  #s-71b19daf-36ed-4893-9174-9c7c99114d24 img.shogun-image,
  #s-71b19daf-36ed-4893-9174-9c7c99114d24 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-71b19daf-36ed-4893-9174-9c7c99114d24 {
    width: 100%;
    height: auto;
  }

  #s-71b19daf-36ed-4893-9174-9c7c99114d24 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-71b19daf-36ed-4893-9174-9c7c99114d24.shogun-image {
    
    
  }


.s-71b19daf-36ed-4893-9174-9c7c99114d24 .shogun-image-content {
  
    align-items: center;
  
}

.s-71b19daf-36ed-4893-9174-9c7c99114d24.shg-align-container {
  display: flex;
  justify-content: center
}

.s-71b19daf-36ed-4893-9174-9c7c99114d24.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-71b19daf-36ed-4893-9174-9c7c99114d24.shogun-image {
  box-sizing: border-box;
}

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



  #s-71b19daf-36ed-4893-9174-9c7c99114d24 img.shogun-image,
  #s-71b19daf-36ed-4893-9174-9c7c99114d24 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-71b19daf-36ed-4893-9174-9c7c99114d24 {
    width: 100%;
    height: auto;
  }

  #s-71b19daf-36ed-4893-9174-9c7c99114d24 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-71b19daf-36ed-4893-9174-9c7c99114d24.shogun-image {
    
    
  }


.s-71b19daf-36ed-4893-9174-9c7c99114d24 .shogun-image-content {
  
    align-items: center;
  
}

.s-71b19daf-36ed-4893-9174-9c7c99114d24.shg-align-container {
  display: flex;
  justify-content: center
}

.s-71b19daf-36ed-4893-9174-9c7c99114d24.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-71b19daf-36ed-4893-9174-9c7c99114d24.shogun-image {
  box-sizing: border-box;
}

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



  #s-71b19daf-36ed-4893-9174-9c7c99114d24 img.shogun-image,
  #s-71b19daf-36ed-4893-9174-9c7c99114d24 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-71b19daf-36ed-4893-9174-9c7c99114d24 {
    width: 100%;
    height: auto;
  }

  #s-71b19daf-36ed-4893-9174-9c7c99114d24 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-71b19daf-36ed-4893-9174-9c7c99114d24.shogun-image {
    
    
  }


.s-71b19daf-36ed-4893-9174-9c7c99114d24 .shogun-image-content {
  
    align-items: center;
  
}

.s-71b19daf-36ed-4893-9174-9c7c99114d24.shg-align-container {
  display: flex;
  justify-content: center
}

.s-71b19daf-36ed-4893-9174-9c7c99114d24.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-71b19daf-36ed-4893-9174-9c7c99114d24.shogun-image {
  box-sizing: border-box;
}

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



  #s-71b19daf-36ed-4893-9174-9c7c99114d24 img.shogun-image,
  #s-71b19daf-36ed-4893-9174-9c7c99114d24 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-71b19daf-36ed-4893-9174-9c7c99114d24 {
    width: 100%;
    height: auto;
  }

  #s-71b19daf-36ed-4893-9174-9c7c99114d24 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-71b19daf-36ed-4893-9174-9c7c99114d24.shogun-image {
    
    
  }


.s-71b19daf-36ed-4893-9174-9c7c99114d24 .shogun-image-content {
  
    align-items: center;
  
}

.s-71b19daf-36ed-4893-9174-9c7c99114d24.shg-align-container {
  display: flex;
  justify-content: center
}

.s-71b19daf-36ed-4893-9174-9c7c99114d24.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-71b19daf-36ed-4893-9174-9c7c99114d24.shogun-image {
  box-sizing: border-box;
}

}
#s-b126a566-1a10-42aa-9a78-15f840e26f81 {
  max-width: 300px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-b126a566-1a10-42aa-9a78-15f840e26f81 img.shogun-image,
  #s-b126a566-1a10-42aa-9a78-15f840e26f81 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-b126a566-1a10-42aa-9a78-15f840e26f81 {
    width: 100%;
    height: auto;
  }

  #s-b126a566-1a10-42aa-9a78-15f840e26f81 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b126a566-1a10-42aa-9a78-15f840e26f81.shogun-image {
    
    
  }


.s-b126a566-1a10-42aa-9a78-15f840e26f81 .shogun-image-content {
  
    align-items: center;
  
}

.s-b126a566-1a10-42aa-9a78-15f840e26f81.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b126a566-1a10-42aa-9a78-15f840e26f81.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b126a566-1a10-42aa-9a78-15f840e26f81.shogun-image {
  box-sizing: border-box;
}

@media (min-width: 1200px){



  #s-b126a566-1a10-42aa-9a78-15f840e26f81 img.shogun-image,
  #s-b126a566-1a10-42aa-9a78-15f840e26f81 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-b126a566-1a10-42aa-9a78-15f840e26f81 {
    width: 100%;
    height: auto;
  }

  #s-b126a566-1a10-42aa-9a78-15f840e26f81 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b126a566-1a10-42aa-9a78-15f840e26f81.shogun-image {
    
    
  }


.s-b126a566-1a10-42aa-9a78-15f840e26f81 .shogun-image-content {
  
    align-items: center;
  
}

.s-b126a566-1a10-42aa-9a78-15f840e26f81.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b126a566-1a10-42aa-9a78-15f840e26f81.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b126a566-1a10-42aa-9a78-15f840e26f81.shogun-image {
  box-sizing: border-box;
}

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



  #s-b126a566-1a10-42aa-9a78-15f840e26f81 img.shogun-image,
  #s-b126a566-1a10-42aa-9a78-15f840e26f81 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-b126a566-1a10-42aa-9a78-15f840e26f81 {
    width: 100%;
    height: auto;
  }

  #s-b126a566-1a10-42aa-9a78-15f840e26f81 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b126a566-1a10-42aa-9a78-15f840e26f81.shogun-image {
    
    
  }


.s-b126a566-1a10-42aa-9a78-15f840e26f81 .shogun-image-content {
  
    align-items: center;
  
}

.s-b126a566-1a10-42aa-9a78-15f840e26f81.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b126a566-1a10-42aa-9a78-15f840e26f81.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b126a566-1a10-42aa-9a78-15f840e26f81.shogun-image {
  box-sizing: border-box;
}

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



  #s-b126a566-1a10-42aa-9a78-15f840e26f81 img.shogun-image,
  #s-b126a566-1a10-42aa-9a78-15f840e26f81 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-b126a566-1a10-42aa-9a78-15f840e26f81 {
    width: 100%;
    height: auto;
  }

  #s-b126a566-1a10-42aa-9a78-15f840e26f81 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b126a566-1a10-42aa-9a78-15f840e26f81.shogun-image {
    
    
  }


.s-b126a566-1a10-42aa-9a78-15f840e26f81 .shogun-image-content {
  
    align-items: center;
  
}

.s-b126a566-1a10-42aa-9a78-15f840e26f81.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b126a566-1a10-42aa-9a78-15f840e26f81.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b126a566-1a10-42aa-9a78-15f840e26f81.shogun-image {
  box-sizing: border-box;
}

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



  #s-b126a566-1a10-42aa-9a78-15f840e26f81 img.shogun-image,
  #s-b126a566-1a10-42aa-9a78-15f840e26f81 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-b126a566-1a10-42aa-9a78-15f840e26f81 {
    width: 100%;
    height: auto;
  }

  #s-b126a566-1a10-42aa-9a78-15f840e26f81 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b126a566-1a10-42aa-9a78-15f840e26f81.shogun-image {
    
    
  }


.s-b126a566-1a10-42aa-9a78-15f840e26f81 .shogun-image-content {
  
    align-items: center;
  
}

.s-b126a566-1a10-42aa-9a78-15f840e26f81.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b126a566-1a10-42aa-9a78-15f840e26f81.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b126a566-1a10-42aa-9a78-15f840e26f81.shogun-image {
  box-sizing: border-box;
}

}
#s-f9281ffb-28d3-4c36-9bb5-5e28409293cc {
  max-width: 300px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-f9281ffb-28d3-4c36-9bb5-5e28409293cc img.shogun-image,
  #s-f9281ffb-28d3-4c36-9bb5-5e28409293cc .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f9281ffb-28d3-4c36-9bb5-5e28409293cc {
    width: 100%;
    height: auto;
  }

  #s-f9281ffb-28d3-4c36-9bb5-5e28409293cc img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f9281ffb-28d3-4c36-9bb5-5e28409293cc.shogun-image {
    
    
  }


.s-f9281ffb-28d3-4c36-9bb5-5e28409293cc .shogun-image-content {
  
    align-items: center;
  
}

.s-f9281ffb-28d3-4c36-9bb5-5e28409293cc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f9281ffb-28d3-4c36-9bb5-5e28409293cc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f9281ffb-28d3-4c36-9bb5-5e28409293cc.shogun-image {
  box-sizing: border-box;
}

@media (min-width: 1200px){



  #s-f9281ffb-28d3-4c36-9bb5-5e28409293cc img.shogun-image,
  #s-f9281ffb-28d3-4c36-9bb5-5e28409293cc .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f9281ffb-28d3-4c36-9bb5-5e28409293cc {
    width: 100%;
    height: auto;
  }

  #s-f9281ffb-28d3-4c36-9bb5-5e28409293cc img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f9281ffb-28d3-4c36-9bb5-5e28409293cc.shogun-image {
    
    
  }


.s-f9281ffb-28d3-4c36-9bb5-5e28409293cc .shogun-image-content {
  
    align-items: center;
  
}

.s-f9281ffb-28d3-4c36-9bb5-5e28409293cc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f9281ffb-28d3-4c36-9bb5-5e28409293cc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f9281ffb-28d3-4c36-9bb5-5e28409293cc.shogun-image {
  box-sizing: border-box;
}

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



  #s-f9281ffb-28d3-4c36-9bb5-5e28409293cc img.shogun-image,
  #s-f9281ffb-28d3-4c36-9bb5-5e28409293cc .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f9281ffb-28d3-4c36-9bb5-5e28409293cc {
    width: 100%;
    height: auto;
  }

  #s-f9281ffb-28d3-4c36-9bb5-5e28409293cc img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f9281ffb-28d3-4c36-9bb5-5e28409293cc.shogun-image {
    
    
  }


.s-f9281ffb-28d3-4c36-9bb5-5e28409293cc .shogun-image-content {
  
    align-items: center;
  
}

.s-f9281ffb-28d3-4c36-9bb5-5e28409293cc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f9281ffb-28d3-4c36-9bb5-5e28409293cc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f9281ffb-28d3-4c36-9bb5-5e28409293cc.shogun-image {
  box-sizing: border-box;
}

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



  #s-f9281ffb-28d3-4c36-9bb5-5e28409293cc img.shogun-image,
  #s-f9281ffb-28d3-4c36-9bb5-5e28409293cc .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f9281ffb-28d3-4c36-9bb5-5e28409293cc {
    width: 100%;
    height: auto;
  }

  #s-f9281ffb-28d3-4c36-9bb5-5e28409293cc img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f9281ffb-28d3-4c36-9bb5-5e28409293cc.shogun-image {
    
    
  }


.s-f9281ffb-28d3-4c36-9bb5-5e28409293cc .shogun-image-content {
  
    align-items: center;
  
}

.s-f9281ffb-28d3-4c36-9bb5-5e28409293cc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f9281ffb-28d3-4c36-9bb5-5e28409293cc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f9281ffb-28d3-4c36-9bb5-5e28409293cc.shogun-image {
  box-sizing: border-box;
}

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



  #s-f9281ffb-28d3-4c36-9bb5-5e28409293cc img.shogun-image,
  #s-f9281ffb-28d3-4c36-9bb5-5e28409293cc .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f9281ffb-28d3-4c36-9bb5-5e28409293cc {
    width: 100%;
    height: auto;
  }

  #s-f9281ffb-28d3-4c36-9bb5-5e28409293cc img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f9281ffb-28d3-4c36-9bb5-5e28409293cc.shogun-image {
    
    
  }


.s-f9281ffb-28d3-4c36-9bb5-5e28409293cc .shogun-image-content {
  
    align-items: center;
  
}

.s-f9281ffb-28d3-4c36-9bb5-5e28409293cc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f9281ffb-28d3-4c36-9bb5-5e28409293cc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f9281ffb-28d3-4c36-9bb5-5e28409293cc.shogun-image {
  box-sizing: border-box;
}

}
#s-e534669f-01f0-4b2c-9d67-51ddf89476a6 {
  margin-left: auto;
margin-right: auto;
max-width: 1800px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-e534669f-01f0-4b2c-9d67-51ddf89476a6 {
  
}
}
@media (min-width: 0px) {
[id="s-e534669f-01f0-4b2c-9d67-51ddf89476a6"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 768px) {
[id="s-e534669f-01f0-4b2c-9d67-51ddf89476a6"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-e534669f-01f0-4b2c-9d67-51ddf89476a6"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-e534669f-01f0-4b2c-9d67-51ddf89476a6"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-e6f4b2cb-ecce-4d46-8ed1-76dfdd404df2 {
  max-width: 300px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-e6f4b2cb-ecce-4d46-8ed1-76dfdd404df2 img.shogun-image,
  #s-e6f4b2cb-ecce-4d46-8ed1-76dfdd404df2 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e6f4b2cb-ecce-4d46-8ed1-76dfdd404df2 {
    width: 100%;
    height: auto;
  }

  #s-e6f4b2cb-ecce-4d46-8ed1-76dfdd404df2 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e6f4b2cb-ecce-4d46-8ed1-76dfdd404df2.shogun-image {
    
    
  }


.s-e6f4b2cb-ecce-4d46-8ed1-76dfdd404df2 .shogun-image-content {
  
    align-items: center;
  
}

.s-e6f4b2cb-ecce-4d46-8ed1-76dfdd404df2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e6f4b2cb-ecce-4d46-8ed1-76dfdd404df2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e6f4b2cb-ecce-4d46-8ed1-76dfdd404df2.shogun-image {
  box-sizing: border-box;
}

@media (min-width: 1200px){



  #s-e6f4b2cb-ecce-4d46-8ed1-76dfdd404df2 img.shogun-image,
  #s-e6f4b2cb-ecce-4d46-8ed1-76dfdd404df2 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e6f4b2cb-ecce-4d46-8ed1-76dfdd404df2 {
    width: 100%;
    height: auto;
  }

  #s-e6f4b2cb-ecce-4d46-8ed1-76dfdd404df2 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e6f4b2cb-ecce-4d46-8ed1-76dfdd404df2.shogun-image {
    
    
  }


.s-e6f4b2cb-ecce-4d46-8ed1-76dfdd404df2 .shogun-image-content {
  
    align-items: center;
  
}

.s-e6f4b2cb-ecce-4d46-8ed1-76dfdd404df2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e6f4b2cb-ecce-4d46-8ed1-76dfdd404df2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e6f4b2cb-ecce-4d46-8ed1-76dfdd404df2.shogun-image {
  box-sizing: border-box;
}

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



  #s-e6f4b2cb-ecce-4d46-8ed1-76dfdd404df2 img.shogun-image,
  #s-e6f4b2cb-ecce-4d46-8ed1-76dfdd404df2 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e6f4b2cb-ecce-4d46-8ed1-76dfdd404df2 {
    width: 100%;
    height: auto;
  }

  #s-e6f4b2cb-ecce-4d46-8ed1-76dfdd404df2 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e6f4b2cb-ecce-4d46-8ed1-76dfdd404df2.shogun-image {
    
    
  }


.s-e6f4b2cb-ecce-4d46-8ed1-76dfdd404df2 .shogun-image-content {
  
    align-items: center;
  
}

.s-e6f4b2cb-ecce-4d46-8ed1-76dfdd404df2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e6f4b2cb-ecce-4d46-8ed1-76dfdd404df2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e6f4b2cb-ecce-4d46-8ed1-76dfdd404df2.shogun-image {
  box-sizing: border-box;
}

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



  #s-e6f4b2cb-ecce-4d46-8ed1-76dfdd404df2 img.shogun-image,
  #s-e6f4b2cb-ecce-4d46-8ed1-76dfdd404df2 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e6f4b2cb-ecce-4d46-8ed1-76dfdd404df2 {
    width: 100%;
    height: auto;
  }

  #s-e6f4b2cb-ecce-4d46-8ed1-76dfdd404df2 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e6f4b2cb-ecce-4d46-8ed1-76dfdd404df2.shogun-image {
    
    
  }


.s-e6f4b2cb-ecce-4d46-8ed1-76dfdd404df2 .shogun-image-content {
  
    align-items: center;
  
}

.s-e6f4b2cb-ecce-4d46-8ed1-76dfdd404df2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e6f4b2cb-ecce-4d46-8ed1-76dfdd404df2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e6f4b2cb-ecce-4d46-8ed1-76dfdd404df2.shogun-image {
  box-sizing: border-box;
}

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



  #s-e6f4b2cb-ecce-4d46-8ed1-76dfdd404df2 img.shogun-image,
  #s-e6f4b2cb-ecce-4d46-8ed1-76dfdd404df2 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e6f4b2cb-ecce-4d46-8ed1-76dfdd404df2 {
    width: 100%;
    height: auto;
  }

  #s-e6f4b2cb-ecce-4d46-8ed1-76dfdd404df2 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e6f4b2cb-ecce-4d46-8ed1-76dfdd404df2.shogun-image {
    
    
  }


.s-e6f4b2cb-ecce-4d46-8ed1-76dfdd404df2 .shogun-image-content {
  
    align-items: center;
  
}

.s-e6f4b2cb-ecce-4d46-8ed1-76dfdd404df2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e6f4b2cb-ecce-4d46-8ed1-76dfdd404df2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e6f4b2cb-ecce-4d46-8ed1-76dfdd404df2.shogun-image {
  box-sizing: border-box;
}

}
#s-3c95bbd3-3def-4ec3-8252-174ab9d1f93a {
  max-width: 300px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-3c95bbd3-3def-4ec3-8252-174ab9d1f93a img.shogun-image,
  #s-3c95bbd3-3def-4ec3-8252-174ab9d1f93a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-3c95bbd3-3def-4ec3-8252-174ab9d1f93a {
    width: 100%;
    height: auto;
  }

  #s-3c95bbd3-3def-4ec3-8252-174ab9d1f93a img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-3c95bbd3-3def-4ec3-8252-174ab9d1f93a.shogun-image {
    
    
  }


.s-3c95bbd3-3def-4ec3-8252-174ab9d1f93a .shogun-image-content {
  
    align-items: center;
  
}

.s-3c95bbd3-3def-4ec3-8252-174ab9d1f93a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3c95bbd3-3def-4ec3-8252-174ab9d1f93a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3c95bbd3-3def-4ec3-8252-174ab9d1f93a.shogun-image {
  box-sizing: border-box;
}

@media (min-width: 1200px){



  #s-3c95bbd3-3def-4ec3-8252-174ab9d1f93a img.shogun-image,
  #s-3c95bbd3-3def-4ec3-8252-174ab9d1f93a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-3c95bbd3-3def-4ec3-8252-174ab9d1f93a {
    width: 100%;
    height: auto;
  }

  #s-3c95bbd3-3def-4ec3-8252-174ab9d1f93a img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-3c95bbd3-3def-4ec3-8252-174ab9d1f93a.shogun-image {
    
    
  }


.s-3c95bbd3-3def-4ec3-8252-174ab9d1f93a .shogun-image-content {
  
    align-items: center;
  
}

.s-3c95bbd3-3def-4ec3-8252-174ab9d1f93a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3c95bbd3-3def-4ec3-8252-174ab9d1f93a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3c95bbd3-3def-4ec3-8252-174ab9d1f93a.shogun-image {
  box-sizing: border-box;
}

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



  #s-3c95bbd3-3def-4ec3-8252-174ab9d1f93a img.shogun-image,
  #s-3c95bbd3-3def-4ec3-8252-174ab9d1f93a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-3c95bbd3-3def-4ec3-8252-174ab9d1f93a {
    width: 100%;
    height: auto;
  }

  #s-3c95bbd3-3def-4ec3-8252-174ab9d1f93a img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-3c95bbd3-3def-4ec3-8252-174ab9d1f93a.shogun-image {
    
    
  }


.s-3c95bbd3-3def-4ec3-8252-174ab9d1f93a .shogun-image-content {
  
    align-items: center;
  
}

.s-3c95bbd3-3def-4ec3-8252-174ab9d1f93a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3c95bbd3-3def-4ec3-8252-174ab9d1f93a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3c95bbd3-3def-4ec3-8252-174ab9d1f93a.shogun-image {
  box-sizing: border-box;
}

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



  #s-3c95bbd3-3def-4ec3-8252-174ab9d1f93a img.shogun-image,
  #s-3c95bbd3-3def-4ec3-8252-174ab9d1f93a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-3c95bbd3-3def-4ec3-8252-174ab9d1f93a {
    width: 100%;
    height: auto;
  }

  #s-3c95bbd3-3def-4ec3-8252-174ab9d1f93a img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-3c95bbd3-3def-4ec3-8252-174ab9d1f93a.shogun-image {
    
    
  }


.s-3c95bbd3-3def-4ec3-8252-174ab9d1f93a .shogun-image-content {
  
    align-items: center;
  
}

.s-3c95bbd3-3def-4ec3-8252-174ab9d1f93a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3c95bbd3-3def-4ec3-8252-174ab9d1f93a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3c95bbd3-3def-4ec3-8252-174ab9d1f93a.shogun-image {
  box-sizing: border-box;
}

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



  #s-3c95bbd3-3def-4ec3-8252-174ab9d1f93a img.shogun-image,
  #s-3c95bbd3-3def-4ec3-8252-174ab9d1f93a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-3c95bbd3-3def-4ec3-8252-174ab9d1f93a {
    width: 100%;
    height: auto;
  }

  #s-3c95bbd3-3def-4ec3-8252-174ab9d1f93a img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-3c95bbd3-3def-4ec3-8252-174ab9d1f93a.shogun-image {
    
    
  }


.s-3c95bbd3-3def-4ec3-8252-174ab9d1f93a .shogun-image-content {
  
    align-items: center;
  
}

.s-3c95bbd3-3def-4ec3-8252-174ab9d1f93a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3c95bbd3-3def-4ec3-8252-174ab9d1f93a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3c95bbd3-3def-4ec3-8252-174ab9d1f93a.shogun-image {
  box-sizing: border-box;
}

}
#s-3b6f35b3-fb6f-42b5-94fe-04f544a786aa {
  max-width: 300px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-3b6f35b3-fb6f-42b5-94fe-04f544a786aa img.shogun-image,
  #s-3b6f35b3-fb6f-42b5-94fe-04f544a786aa .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-3b6f35b3-fb6f-42b5-94fe-04f544a786aa {
    width: 100%;
    height: auto;
  }

  #s-3b6f35b3-fb6f-42b5-94fe-04f544a786aa img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-3b6f35b3-fb6f-42b5-94fe-04f544a786aa.shogun-image {
    
    
  }


.s-3b6f35b3-fb6f-42b5-94fe-04f544a786aa .shogun-image-content {
  
    align-items: center;
  
}

.s-3b6f35b3-fb6f-42b5-94fe-04f544a786aa.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3b6f35b3-fb6f-42b5-94fe-04f544a786aa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3b6f35b3-fb6f-42b5-94fe-04f544a786aa.shogun-image {
  box-sizing: border-box;
}

@media (min-width: 1200px){



  #s-3b6f35b3-fb6f-42b5-94fe-04f544a786aa img.shogun-image,
  #s-3b6f35b3-fb6f-42b5-94fe-04f544a786aa .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-3b6f35b3-fb6f-42b5-94fe-04f544a786aa {
    width: 100%;
    height: auto;
  }

  #s-3b6f35b3-fb6f-42b5-94fe-04f544a786aa img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-3b6f35b3-fb6f-42b5-94fe-04f544a786aa.shogun-image {
    
    
  }


.s-3b6f35b3-fb6f-42b5-94fe-04f544a786aa .shogun-image-content {
  
    align-items: center;
  
}

.s-3b6f35b3-fb6f-42b5-94fe-04f544a786aa.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3b6f35b3-fb6f-42b5-94fe-04f544a786aa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3b6f35b3-fb6f-42b5-94fe-04f544a786aa.shogun-image {
  box-sizing: border-box;
}

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



  #s-3b6f35b3-fb6f-42b5-94fe-04f544a786aa img.shogun-image,
  #s-3b6f35b3-fb6f-42b5-94fe-04f544a786aa .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-3b6f35b3-fb6f-42b5-94fe-04f544a786aa {
    width: 100%;
    height: auto;
  }

  #s-3b6f35b3-fb6f-42b5-94fe-04f544a786aa img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-3b6f35b3-fb6f-42b5-94fe-04f544a786aa.shogun-image {
    
    
  }


.s-3b6f35b3-fb6f-42b5-94fe-04f544a786aa .shogun-image-content {
  
    align-items: center;
  
}

.s-3b6f35b3-fb6f-42b5-94fe-04f544a786aa.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3b6f35b3-fb6f-42b5-94fe-04f544a786aa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3b6f35b3-fb6f-42b5-94fe-04f544a786aa.shogun-image {
  box-sizing: border-box;
}

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



  #s-3b6f35b3-fb6f-42b5-94fe-04f544a786aa img.shogun-image,
  #s-3b6f35b3-fb6f-42b5-94fe-04f544a786aa .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-3b6f35b3-fb6f-42b5-94fe-04f544a786aa {
    width: 100%;
    height: auto;
  }

  #s-3b6f35b3-fb6f-42b5-94fe-04f544a786aa img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-3b6f35b3-fb6f-42b5-94fe-04f544a786aa.shogun-image {
    
    
  }


.s-3b6f35b3-fb6f-42b5-94fe-04f544a786aa .shogun-image-content {
  
    align-items: center;
  
}

.s-3b6f35b3-fb6f-42b5-94fe-04f544a786aa.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3b6f35b3-fb6f-42b5-94fe-04f544a786aa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3b6f35b3-fb6f-42b5-94fe-04f544a786aa.shogun-image {
  box-sizing: border-box;
}

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



  #s-3b6f35b3-fb6f-42b5-94fe-04f544a786aa img.shogun-image,
  #s-3b6f35b3-fb6f-42b5-94fe-04f544a786aa .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-3b6f35b3-fb6f-42b5-94fe-04f544a786aa {
    width: 100%;
    height: auto;
  }

  #s-3b6f35b3-fb6f-42b5-94fe-04f544a786aa img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-3b6f35b3-fb6f-42b5-94fe-04f544a786aa.shogun-image {
    
    
  }


.s-3b6f35b3-fb6f-42b5-94fe-04f544a786aa .shogun-image-content {
  
    align-items: center;
  
}

.s-3b6f35b3-fb6f-42b5-94fe-04f544a786aa.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3b6f35b3-fb6f-42b5-94fe-04f544a786aa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3b6f35b3-fb6f-42b5-94fe-04f544a786aa.shogun-image {
  box-sizing: border-box;
}

}
#s-c6f2d866-064d-455e-b4b3-c824a43df7bc {
  max-width: 300px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-c6f2d866-064d-455e-b4b3-c824a43df7bc img.shogun-image,
  #s-c6f2d866-064d-455e-b4b3-c824a43df7bc .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c6f2d866-064d-455e-b4b3-c824a43df7bc {
    width: 100%;
    height: auto;
  }

  #s-c6f2d866-064d-455e-b4b3-c824a43df7bc img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c6f2d866-064d-455e-b4b3-c824a43df7bc.shogun-image {
    
    
  }


.s-c6f2d866-064d-455e-b4b3-c824a43df7bc .shogun-image-content {
  
    align-items: center;
  
}

.s-c6f2d866-064d-455e-b4b3-c824a43df7bc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c6f2d866-064d-455e-b4b3-c824a43df7bc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c6f2d866-064d-455e-b4b3-c824a43df7bc.shogun-image {
  box-sizing: border-box;
}

@media (min-width: 1200px){



  #s-c6f2d866-064d-455e-b4b3-c824a43df7bc img.shogun-image,
  #s-c6f2d866-064d-455e-b4b3-c824a43df7bc .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c6f2d866-064d-455e-b4b3-c824a43df7bc {
    width: 100%;
    height: auto;
  }

  #s-c6f2d866-064d-455e-b4b3-c824a43df7bc img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c6f2d866-064d-455e-b4b3-c824a43df7bc.shogun-image {
    
    
  }


.s-c6f2d866-064d-455e-b4b3-c824a43df7bc .shogun-image-content {
  
    align-items: center;
  
}

.s-c6f2d866-064d-455e-b4b3-c824a43df7bc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c6f2d866-064d-455e-b4b3-c824a43df7bc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c6f2d866-064d-455e-b4b3-c824a43df7bc.shogun-image {
  box-sizing: border-box;
}

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



  #s-c6f2d866-064d-455e-b4b3-c824a43df7bc img.shogun-image,
  #s-c6f2d866-064d-455e-b4b3-c824a43df7bc .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c6f2d866-064d-455e-b4b3-c824a43df7bc {
    width: 100%;
    height: auto;
  }

  #s-c6f2d866-064d-455e-b4b3-c824a43df7bc img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c6f2d866-064d-455e-b4b3-c824a43df7bc.shogun-image {
    
    
  }


.s-c6f2d866-064d-455e-b4b3-c824a43df7bc .shogun-image-content {
  
    align-items: center;
  
}

.s-c6f2d866-064d-455e-b4b3-c824a43df7bc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c6f2d866-064d-455e-b4b3-c824a43df7bc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c6f2d866-064d-455e-b4b3-c824a43df7bc.shogun-image {
  box-sizing: border-box;
}

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



  #s-c6f2d866-064d-455e-b4b3-c824a43df7bc img.shogun-image,
  #s-c6f2d866-064d-455e-b4b3-c824a43df7bc .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c6f2d866-064d-455e-b4b3-c824a43df7bc {
    width: 100%;
    height: auto;
  }

  #s-c6f2d866-064d-455e-b4b3-c824a43df7bc img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c6f2d866-064d-455e-b4b3-c824a43df7bc.shogun-image {
    
    
  }


.s-c6f2d866-064d-455e-b4b3-c824a43df7bc .shogun-image-content {
  
    align-items: center;
  
}

.s-c6f2d866-064d-455e-b4b3-c824a43df7bc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c6f2d866-064d-455e-b4b3-c824a43df7bc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c6f2d866-064d-455e-b4b3-c824a43df7bc.shogun-image {
  box-sizing: border-box;
}

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



  #s-c6f2d866-064d-455e-b4b3-c824a43df7bc img.shogun-image,
  #s-c6f2d866-064d-455e-b4b3-c824a43df7bc .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c6f2d866-064d-455e-b4b3-c824a43df7bc {
    width: 100%;
    height: auto;
  }

  #s-c6f2d866-064d-455e-b4b3-c824a43df7bc img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c6f2d866-064d-455e-b4b3-c824a43df7bc.shogun-image {
    
    
  }


.s-c6f2d866-064d-455e-b4b3-c824a43df7bc .shogun-image-content {
  
    align-items: center;
  
}

.s-c6f2d866-064d-455e-b4b3-c824a43df7bc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c6f2d866-064d-455e-b4b3-c824a43df7bc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c6f2d866-064d-455e-b4b3-c824a43df7bc.shogun-image {
  box-sizing: border-box;
}

}
#s-6dabbdac-3267-42ef-b543-582b9b0424c1 {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-6dabbdac-3267-42ef-b543-582b9b0424c1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6dabbdac-3267-42ef-b543-582b9b0424c1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d474fe2c-8f0c-4a52-be8e-91dd25c236e5 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 1800px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-d474fe2c-8f0c-4a52-be8e-91dd25c236e5 {
  display: none;
}
#s-d474fe2c-8f0c-4a52-be8e-91dd25c236e5, #wrap-s-d474fe2c-8f0c-4a52-be8e-91dd25c236e5 { display:none !important; }}







#s-d474fe2c-8f0c-4a52-be8e-91dd25c236e5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d474fe2c-8f0c-4a52-be8e-91dd25c236e5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: 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-lazyload-bg-image {
  display: none;
}

.shogun-root a:empty,
.shogun-root article:empty,
.shogun-root dl:empty,
.shogun-root h1:empty,
.shogun-root h2:empty,
.shogun-root h3:empty,
.shogun-root h4:empty,
.shogun-root h5:empty,
.shogun-root h6:empty,
.shogun-root p:empty,
.shogun-root section:empty,
.shogun-root ul:empty {
  display: unset;
}

.shogun-root div:empty {
  display: inline-block;
}

/* User Content Animations --> */
[data-animations*="enterviewport"][data-animations*="fadeIn"],
[data-animations*="enterviewport"][data-animations*="zoomIn"] {
  opacity: 0;
}
/* <-- User Content Animations */

.shogun-form-error-msg, .shogun-form-field-error-msg {
  display: flex;
  align-items: center;
  color: #dc143c;
}

.shogun-badge {
  margin-bottom: 50px;
}

.shogun-badge-container {
  position: fixed;
  right: 0;
  bottom: 0;
  margin-bottom: -10px;
}

.shg-c:after,.shg-c:before{content:" ";display:table}.shogun-root{z-index:1;position:relative;isolation:isolate}.shogun-root iframe{display:initial}@media (max-width:1024px){.shg-box,.shg-c{background-attachment:scroll!important}}@media only screen and (min-width:1024px) and (max-height:1366px) and (-webkit-min-device-pixel-ratio:1.5) and (hover:none) and (orientation:landscape){.shg-box{background-attachment:scroll!important}}#mc_embed_signup .clear{width:auto!important;height:auto!important;visibility:visible!important}.shg-clearfix:after{content:"";display:block;clear:both}.shogun-image{max-width:100%;min-height:inherit;max-height:inherit;display:inline!important;border:0;vertical-align:middle}.shg-fw{margin-left:calc(50% - 50vw);width:100vw}.shg-fw .shg-fw{margin-left:auto;margin-right:auto;width:100%}div[data-shg-lightbox-switch]{cursor:pointer}.shg-lightbox{position:fixed;z-index:999999;left:0;top:0;width:100%;height:100%;overflow:hidden;background-color:#000;background-color:rgba(0,0,0,.85)}.shg-lightbox.hidden{display:none!important}.shg-lightbox .shg-lightbox-content{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:100%;text-align:center}.shg-lightbox .shg-lightbox-close{position:absolute;right:0;padding:5px 0;color:#fff;font-size:45px;margin-right:10px;line-height:30px;user-select:none;cursor:pointer;z-index:1}.shg-lightbox .shg-lightbox-image-container{padding:25px}.shg-lightbox .shg-lightbox-image{margin:auto;max-height:90vh;max-width:100%}.shg-lightbox .shg-lightbox-close:focus,.shg-lightbox .shg-lightbox-close:hover{color:#a2a2a2;text-decoration:none;cursor:pointer}.shg-lightbox .shg-lightbox-nav{cursor:pointer;position:absolute;top:50%;width:35px;height:100px;background-size:contain;background-repeat:no-repeat;background-position:center;transform:translate(0,-50%);z-index:1}.shg-lightbox .shg-lightbox-nav.hidden{display:none!important}.shg-lightbox .shg-lightbox-nav.shg-nav-left{left:0;background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==)}.shg-lightbox .shg-lightbox-nav.shg-nav-right{right:0;background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+)}@media screen and (min-width:769px){.shg-lightbox .shg-lightbox-image-container{padding:50px}}.shogun-lazyload:not([src]),.shogun-lazyloading:not([src]){opacity:0}.shogun-lazyloaded{opacity:1;transition:opacity .3s}.shogun-lazyload-bg-image{display:none}.shogun-root a:empty,.shogun-root article:empty,.shogun-root dl:empty,.shogun-root h1:empty,.shogun-root h2:empty,.shogun-root h3:empty,.shogun-root h4:empty,.shogun-root h5:empty,.shogun-root h6:empty,.shogun-root p:empty,.shogun-root section:empty,.shogun-root ul:empty{display:unset}.shogun-root div:empty{display:inline-block}[data-animations*=enterviewport][data-animations*=fadeIn],[data-animations*=enterviewport][data-animations*=zoomIn]{opacity:0}.shogun-form-error-msg,.shogun-form-field-error-msg{display:flex;align-items:center;color:#dc143c}.shogun-badge{margin-bottom:50px}.shogun-badge-container{position:fixed;right:0;bottom:0;margin-bottom:-10px}