.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-413fefcd-ab38-426d-93a1-ce795a762a69 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 1px;
padding-bottom: 1px;
min-height: 700px;
background-attachment: scroll;
background-position: center center;
}
@media (min-width: 1200px){#s-413fefcd-ab38-426d-93a1-ce795a762a69 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-413fefcd-ab38-426d-93a1-ce795a762a69 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-413fefcd-ab38-426d-93a1-ce795a762a69 {
  display: none;
}
#s-413fefcd-ab38-426d-93a1-ce795a762a69, #wrap-s-413fefcd-ab38-426d-93a1-ce795a762a69 { display: none !important; }}@media (max-width: 767px){#s-413fefcd-ab38-426d-93a1-ce795a762a69 {
  display: none;
}
#s-413fefcd-ab38-426d-93a1-ce795a762a69, #wrap-s-413fefcd-ab38-426d-93a1-ce795a762a69 { display: none !important; }}







#s-413fefcd-ab38-426d-93a1-ce795a762a69 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-413fefcd-ab38-426d-93a1-ce795a762a69 {
  cursor: pointer;
}#s-413fefcd-ab38-426d-93a1-ce795a762a69.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-f0c94c38-6fe4-4753-baca-f2eb4389c793 {
  border-style: solid;
margin-left: 120px;
margin-right: 120px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
background-color: rgba(0, 0, 0, 0);
}
@media (min-width: 1200px){#s-f0c94c38-6fe4-4753-baca-f2eb4389c793 {
  display: none;
}
#s-f0c94c38-6fe4-4753-baca-f2eb4389c793, #wrap-s-f0c94c38-6fe4-4753-baca-f2eb4389c793 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f0c94c38-6fe4-4753-baca-f2eb4389c793 {
  display: none;
}
#s-f0c94c38-6fe4-4753-baca-f2eb4389c793, #wrap-s-f0c94c38-6fe4-4753-baca-f2eb4389c793 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-f0c94c38-6fe4-4753-baca-f2eb4389c793 {
  
}
}@media (max-width: 767px){#s-f0c94c38-6fe4-4753-baca-f2eb4389c793 {
  display: none;
}
#s-f0c94c38-6fe4-4753-baca-f2eb4389c793, #wrap-s-f0c94c38-6fe4-4753-baca-f2eb4389c793 { display: none !important; }}
#s-601bded4-2418-4089-a002-f6e7cc9ade13 {
  border-style: solid;
margin-left: 40px;
margin-right: 40px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
background-color: rgba(0, 0, 0, 0);
}
@media (min-width: 1200px){#s-601bded4-2418-4089-a002-f6e7cc9ade13 {
  display: none;
}
#s-601bded4-2418-4089-a002-f6e7cc9ade13, #wrap-s-601bded4-2418-4089-a002-f6e7cc9ade13 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-601bded4-2418-4089-a002-f6e7cc9ade13 {
  display: none;
}
#s-601bded4-2418-4089-a002-f6e7cc9ade13, #wrap-s-601bded4-2418-4089-a002-f6e7cc9ade13 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-601bded4-2418-4089-a002-f6e7cc9ade13 {
  display: none;
}
#s-601bded4-2418-4089-a002-f6e7cc9ade13, #wrap-s-601bded4-2418-4089-a002-f6e7cc9ade13 { display: none !important; }}@media (max-width: 767px){#s-601bded4-2418-4089-a002-f6e7cc9ade13 {
  
}
}
.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-616b7bfc-5321-4d3e-b9fa-4c0e1699e8ae {
  border-style: solid;
margin-left: 40px;
margin-right: 40px;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(242, 242, 242, 1);
text-align: center;
}
@media (min-width: 1200px){#s-616b7bfc-5321-4d3e-b9fa-4c0e1699e8ae {
  display: none;
}
#s-616b7bfc-5321-4d3e-b9fa-4c0e1699e8ae, #wrap-s-616b7bfc-5321-4d3e-b9fa-4c0e1699e8ae { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-616b7bfc-5321-4d3e-b9fa-4c0e1699e8ae {
  display: none;
}
#s-616b7bfc-5321-4d3e-b9fa-4c0e1699e8ae, #wrap-s-616b7bfc-5321-4d3e-b9fa-4c0e1699e8ae { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-616b7bfc-5321-4d3e-b9fa-4c0e1699e8ae {
  display: none;
}
#s-616b7bfc-5321-4d3e-b9fa-4c0e1699e8ae, #wrap-s-616b7bfc-5321-4d3e-b9fa-4c0e1699e8ae { display: none !important; }}@media (max-width: 767px){#s-616b7bfc-5321-4d3e-b9fa-4c0e1699e8ae {
  
}
}
#s-616b7bfc-5321-4d3e-b9fa-4c0e1699e8ae .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Playfair Display";
  font-style:  normal ;
  font-size: 50px;
  
  letter-spacing: 3px;
  
}



#s-16ddec11-9a26-4e09-a93c-1a47b71ec507 {
  border-style: solid;
margin-left: 40px;
margin-right: 40px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
background-color: rgba(0, 0, 0, 0);
}
@media (min-width: 1200px){#s-16ddec11-9a26-4e09-a93c-1a47b71ec507 {
  display: none;
}
#s-16ddec11-9a26-4e09-a93c-1a47b71ec507, #wrap-s-16ddec11-9a26-4e09-a93c-1a47b71ec507 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-16ddec11-9a26-4e09-a93c-1a47b71ec507 {
  display: none;
}
#s-16ddec11-9a26-4e09-a93c-1a47b71ec507, #wrap-s-16ddec11-9a26-4e09-a93c-1a47b71ec507 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-16ddec11-9a26-4e09-a93c-1a47b71ec507 {
  display: none;
}
#s-16ddec11-9a26-4e09-a93c-1a47b71ec507, #wrap-s-16ddec11-9a26-4e09-a93c-1a47b71ec507 { display: none !important; }}@media (max-width: 767px){#s-16ddec11-9a26-4e09-a93c-1a47b71ec507 {
  display: none;
}
#s-16ddec11-9a26-4e09-a93c-1a47b71ec507, #wrap-s-16ddec11-9a26-4e09-a93c-1a47b71ec507 { display: none !important; }}
#s-b22ccbd4-927e-44d5-be2b-656bd60e6431 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 500px;
background-attachment: scroll;
background-position: center center;
}
@media (min-width: 1200px){#s-b22ccbd4-927e-44d5-be2b-656bd60e6431 {
  display: none;
}
#s-b22ccbd4-927e-44d5-be2b-656bd60e6431, #wrap-s-b22ccbd4-927e-44d5-be2b-656bd60e6431 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b22ccbd4-927e-44d5-be2b-656bd60e6431 {
  display: none;
}
#s-b22ccbd4-927e-44d5-be2b-656bd60e6431, #wrap-s-b22ccbd4-927e-44d5-be2b-656bd60e6431 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-b22ccbd4-927e-44d5-be2b-656bd60e6431 {
  
}
}@media (max-width: 767px){#s-b22ccbd4-927e-44d5-be2b-656bd60e6431 {
  display: none;
}
#s-b22ccbd4-927e-44d5-be2b-656bd60e6431, #wrap-s-b22ccbd4-927e-44d5-be2b-656bd60e6431 { display: none !important; }}







#s-b22ccbd4-927e-44d5-be2b-656bd60e6431 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-b22ccbd4-927e-44d5-be2b-656bd60e6431 {
  cursor: pointer;
}#s-b22ccbd4-927e-44d5-be2b-656bd60e6431.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5ee4590d-c44a-4926-9359-7d10b6869785 {
  border-style: solid;
margin-left: 40px;
margin-right: 40px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
background-color: rgba(0, 0, 0, 0);
}
@media (min-width: 1200px){#s-5ee4590d-c44a-4926-9359-7d10b6869785 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-5ee4590d-c44a-4926-9359-7d10b6869785 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-5ee4590d-c44a-4926-9359-7d10b6869785 {
  display: none;
}
#s-5ee4590d-c44a-4926-9359-7d10b6869785, #wrap-s-5ee4590d-c44a-4926-9359-7d10b6869785 { display: none !important; }}@media (max-width: 767px){#s-5ee4590d-c44a-4926-9359-7d10b6869785 {
  display: none;
}
#s-5ee4590d-c44a-4926-9359-7d10b6869785, #wrap-s-5ee4590d-c44a-4926-9359-7d10b6869785 { display: none !important; }}
#s-bee04802-3f05-4141-9f07-a2e05c394316 {
  border-style: solid;
margin-left: 40px;
margin-right: 40px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
background-color: rgba(0, 0, 0, 0);
}
@media (min-width: 1200px){#s-bee04802-3f05-4141-9f07-a2e05c394316 {
  display: none;
}
#s-bee04802-3f05-4141-9f07-a2e05c394316, #wrap-s-bee04802-3f05-4141-9f07-a2e05c394316 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-bee04802-3f05-4141-9f07-a2e05c394316 {
  display: none;
}
#s-bee04802-3f05-4141-9f07-a2e05c394316, #wrap-s-bee04802-3f05-4141-9f07-a2e05c394316 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-bee04802-3f05-4141-9f07-a2e05c394316 {
  display: none;
}
#s-bee04802-3f05-4141-9f07-a2e05c394316, #wrap-s-bee04802-3f05-4141-9f07-a2e05c394316 { display: none !important; }}@media (max-width: 767px){#s-bee04802-3f05-4141-9f07-a2e05c394316 {
  
}
}
#s-551577d8-726c-434f-951b-68a134b1dfc1 {
  border-style: solid;
margin-left: 40px;
margin-right: 40px;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(242, 242, 242, 1);
text-align: center;
}
@media (min-width: 1200px){#s-551577d8-726c-434f-951b-68a134b1dfc1 {
  display: none;
}
#s-551577d8-726c-434f-951b-68a134b1dfc1, #wrap-s-551577d8-726c-434f-951b-68a134b1dfc1 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-551577d8-726c-434f-951b-68a134b1dfc1 {
  display: none;
}
#s-551577d8-726c-434f-951b-68a134b1dfc1, #wrap-s-551577d8-726c-434f-951b-68a134b1dfc1 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-551577d8-726c-434f-951b-68a134b1dfc1 {
  display: none;
}
#s-551577d8-726c-434f-951b-68a134b1dfc1, #wrap-s-551577d8-726c-434f-951b-68a134b1dfc1 { display: none !important; }}@media (max-width: 767px){#s-551577d8-726c-434f-951b-68a134b1dfc1 {
  
}
}
#s-551577d8-726c-434f-951b-68a134b1dfc1 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Playfair Display";
  font-style:  normal ;
  font-size: 50px;
  
  letter-spacing: 3px;
  
}



#s-4652a7a1-1ddc-4fc8-a64e-9e9c5c7d1b2f {
  border-style: solid;
margin-left: 40px;
margin-right: 40px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
background-color: rgba(0, 0, 0, 0);
}
@media (min-width: 1200px){#s-4652a7a1-1ddc-4fc8-a64e-9e9c5c7d1b2f {
  display: none;
}
#s-4652a7a1-1ddc-4fc8-a64e-9e9c5c7d1b2f, #wrap-s-4652a7a1-1ddc-4fc8-a64e-9e9c5c7d1b2f { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-4652a7a1-1ddc-4fc8-a64e-9e9c5c7d1b2f {
  display: none;
}
#s-4652a7a1-1ddc-4fc8-a64e-9e9c5c7d1b2f, #wrap-s-4652a7a1-1ddc-4fc8-a64e-9e9c5c7d1b2f { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-4652a7a1-1ddc-4fc8-a64e-9e9c5c7d1b2f {
  display: none;
}
#s-4652a7a1-1ddc-4fc8-a64e-9e9c5c7d1b2f, #wrap-s-4652a7a1-1ddc-4fc8-a64e-9e9c5c7d1b2f { display: none !important; }}@media (max-width: 767px){#s-4652a7a1-1ddc-4fc8-a64e-9e9c5c7d1b2f {
  display: none;
}
#s-4652a7a1-1ddc-4fc8-a64e-9e9c5c7d1b2f, #wrap-s-4652a7a1-1ddc-4fc8-a64e-9e9c5c7d1b2f { display: none !important; }}
#s-f036e2dc-83d2-48a9-a2c6-829e729f369f {
  background-repeat: no-repeat;
background-size: cover;
min-height: 400px;
background-position: center center;
background-attachment: scroll;
}
@media (min-width: 1200px){#s-f036e2dc-83d2-48a9-a2c6-829e729f369f {
  display: none;
}
#s-f036e2dc-83d2-48a9-a2c6-829e729f369f, #wrap-s-f036e2dc-83d2-48a9-a2c6-829e729f369f { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f036e2dc-83d2-48a9-a2c6-829e729f369f {
  display: none;
}
#s-f036e2dc-83d2-48a9-a2c6-829e729f369f, #wrap-s-f036e2dc-83d2-48a9-a2c6-829e729f369f { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-f036e2dc-83d2-48a9-a2c6-829e729f369f {
  display: none;
}
#s-f036e2dc-83d2-48a9-a2c6-829e729f369f, #wrap-s-f036e2dc-83d2-48a9-a2c6-829e729f369f { display: none !important; }}@media (max-width: 767px){#s-f036e2dc-83d2-48a9-a2c6-829e729f369f {
  
}
}







#s-f036e2dc-83d2-48a9-a2c6-829e729f369f > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-f036e2dc-83d2-48a9-a2c6-829e729f369f {
  cursor: pointer;
}#s-f036e2dc-83d2-48a9-a2c6-829e729f369f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0c6257cf-3c51-468a-943c-0463ceec2f3e {
  border-style: solid;
margin-left: 120px;
margin-right: 120px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
background-color: rgba(0, 0, 0, 0);
}
@media (min-width: 1200px){#s-0c6257cf-3c51-468a-943c-0463ceec2f3e {
  display: none;
}
#s-0c6257cf-3c51-468a-943c-0463ceec2f3e, #wrap-s-0c6257cf-3c51-468a-943c-0463ceec2f3e { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0c6257cf-3c51-468a-943c-0463ceec2f3e {
  display: none;
}
#s-0c6257cf-3c51-468a-943c-0463ceec2f3e, #wrap-s-0c6257cf-3c51-468a-943c-0463ceec2f3e { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-0c6257cf-3c51-468a-943c-0463ceec2f3e {
  
}
}@media (max-width: 767px){#s-0c6257cf-3c51-468a-943c-0463ceec2f3e {
  display: none;
}
#s-0c6257cf-3c51-468a-943c-0463ceec2f3e, #wrap-s-0c6257cf-3c51-468a-943c-0463ceec2f3e { display: none !important; }}
#s-e3711d47-2d3d-42e6-b8fc-9867721393b4 {
  border-style: solid;
margin-left: 40px;
margin-right: 40px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
background-color: rgba(0, 0, 0, 0);
}
@media (min-width: 1200px){#s-e3711d47-2d3d-42e6-b8fc-9867721393b4 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e3711d47-2d3d-42e6-b8fc-9867721393b4 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-e3711d47-2d3d-42e6-b8fc-9867721393b4 {
  display: none;
}
#s-e3711d47-2d3d-42e6-b8fc-9867721393b4, #wrap-s-e3711d47-2d3d-42e6-b8fc-9867721393b4 { display: none !important; }}@media (max-width: 767px){#s-e3711d47-2d3d-42e6-b8fc-9867721393b4 {
  display: none;
}
#s-e3711d47-2d3d-42e6-b8fc-9867721393b4, #wrap-s-e3711d47-2d3d-42e6-b8fc-9867721393b4 { display: none !important; }}
#s-3f11c170-bb49-43df-ab4b-6906571fcce7 {
  border-style: solid;
margin-left: 40px;
margin-right: 40px;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(242, 242, 242, 1);
text-align: center;
}
@media (min-width: 1200px){#s-3f11c170-bb49-43df-ab4b-6906571fcce7 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-3f11c170-bb49-43df-ab4b-6906571fcce7 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-3f11c170-bb49-43df-ab4b-6906571fcce7 {
  
}
}@media (max-width: 767px){#s-3f11c170-bb49-43df-ab4b-6906571fcce7 {
  display: none;
}
#s-3f11c170-bb49-43df-ab4b-6906571fcce7, #wrap-s-3f11c170-bb49-43df-ab4b-6906571fcce7 { display: none !important; }}
#s-3f11c170-bb49-43df-ab4b-6906571fcce7 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Playfair Display";
  font-style:  normal ;
  font-size: 60px;
  
  letter-spacing: 3px;
  
}



#s-ac29359e-06da-46f4-a89b-b600c2a2901b {
  border-style: solid;
margin-left: 40px;
margin-right: 40px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
background-color: rgba(0, 0, 0, 0);
}
@media (min-width: 1200px){#s-ac29359e-06da-46f4-a89b-b600c2a2901b {
  display: none;
}
#s-ac29359e-06da-46f4-a89b-b600c2a2901b, #wrap-s-ac29359e-06da-46f4-a89b-b600c2a2901b { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ac29359e-06da-46f4-a89b-b600c2a2901b {
  display: none;
}
#s-ac29359e-06da-46f4-a89b-b600c2a2901b, #wrap-s-ac29359e-06da-46f4-a89b-b600c2a2901b { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-ac29359e-06da-46f4-a89b-b600c2a2901b {
  display: none;
}
#s-ac29359e-06da-46f4-a89b-b600c2a2901b, #wrap-s-ac29359e-06da-46f4-a89b-b600c2a2901b { display: none !important; }}@media (max-width: 767px){#s-ac29359e-06da-46f4-a89b-b600c2a2901b {
  display: none;
}
#s-ac29359e-06da-46f4-a89b-b600c2a2901b, #wrap-s-ac29359e-06da-46f4-a89b-b600c2a2901b { display: none !important; }}
.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-8b203559-6f4d-4f87-b1f7-3f207c17c637 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-8b203559-6f4d-4f87-b1f7-3f207c17c637:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-8b203559-6f4d-4f87-b1f7-3f207c17c637:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-8b203559-6f4d-4f87-b1f7-3f207c17c637 {
  display: none;
}
#s-8b203559-6f4d-4f87-b1f7-3f207c17c637, #wrap-s-8b203559-6f4d-4f87-b1f7-3f207c17c637 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8b203559-6f4d-4f87-b1f7-3f207c17c637 {
  display: none;
}
#s-8b203559-6f4d-4f87-b1f7-3f207c17c637, #wrap-s-8b203559-6f4d-4f87-b1f7-3f207c17c637 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-8b203559-6f4d-4f87-b1f7-3f207c17c637 {
  display: none;
}
#s-8b203559-6f4d-4f87-b1f7-3f207c17c637, #wrap-s-8b203559-6f4d-4f87-b1f7-3f207c17c637 { display: none !important; }}@media (max-width: 767px){#s-8b203559-6f4d-4f87-b1f7-3f207c17c637 {
  display: none;
}
#s-8b203559-6f4d-4f87-b1f7-3f207c17c637, #wrap-s-8b203559-6f4d-4f87-b1f7-3f207c17c637 { display: none !important; }}

  #s-8b203559-6f4d-4f87-b1f7-3f207c17c637-root {
    text-align: center;
  }


#s-8b203559-6f4d-4f87-b1f7-3f207c17c637.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Khula;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-8b203559-6f4d-4f87-b1f7-3f207c17c637-root {
    text-align: center;
  }


#s-8b203559-6f4d-4f87-b1f7-3f207c17c637.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Khula;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-8b203559-6f4d-4f87-b1f7-3f207c17c637-root {
    text-align: center;
  }


#s-8b203559-6f4d-4f87-b1f7-3f207c17c637.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Khula;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-8b203559-6f4d-4f87-b1f7-3f207c17c637-root {
    text-align: center;
  }


#s-8b203559-6f4d-4f87-b1f7-3f207c17c637.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Khula;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-8b203559-6f4d-4f87-b1f7-3f207c17c637-root {
    text-align: center;
  }


#s-8b203559-6f4d-4f87-b1f7-3f207c17c637.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Khula;
  display:  inline-block ;
}
}
.shg-hr-wrapper {
  padding: 30px 0;
}

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

@media (min-width: 1200px){#s-8a6f32b2-b3e5-4804-8040-11a74a2c00d3 {
  display: none;
}
#s-8a6f32b2-b3e5-4804-8040-11a74a2c00d3, #wrap-s-8a6f32b2-b3e5-4804-8040-11a74a2c00d3 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8a6f32b2-b3e5-4804-8040-11a74a2c00d3 {
  display: none;
}
#s-8a6f32b2-b3e5-4804-8040-11a74a2c00d3, #wrap-s-8a6f32b2-b3e5-4804-8040-11a74a2c00d3 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-8a6f32b2-b3e5-4804-8040-11a74a2c00d3 {
  display: none;
}
#s-8a6f32b2-b3e5-4804-8040-11a74a2c00d3, #wrap-s-8a6f32b2-b3e5-4804-8040-11a74a2c00d3 { display: none !important; }}@media (max-width: 767px){#s-8a6f32b2-b3e5-4804-8040-11a74a2c00d3 {
  display: none;
}
#s-8a6f32b2-b3e5-4804-8040-11a74a2c00d3, #wrap-s-8a6f32b2-b3e5-4804-8040-11a74a2c00d3 { display: none !important; }}
#s-8a6f32b2-b3e5-4804-8040-11a74a2c00d3 hr {
  border-top: 2px solid rgba(221, 221, 221, 0);
}

@media (min-width: 1200px){#s-22427b3c-d9b5-4d2a-adad-c1a56137e4b7 {
  display: none;
}
#s-22427b3c-d9b5-4d2a-adad-c1a56137e4b7, #wrap-s-22427b3c-d9b5-4d2a-adad-c1a56137e4b7 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-22427b3c-d9b5-4d2a-adad-c1a56137e4b7 {
  display: none;
}
#s-22427b3c-d9b5-4d2a-adad-c1a56137e4b7, #wrap-s-22427b3c-d9b5-4d2a-adad-c1a56137e4b7 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-22427b3c-d9b5-4d2a-adad-c1a56137e4b7 {
  display: none;
}
#s-22427b3c-d9b5-4d2a-adad-c1a56137e4b7, #wrap-s-22427b3c-d9b5-4d2a-adad-c1a56137e4b7 { display: none !important; }}@media (max-width: 767px){#s-22427b3c-d9b5-4d2a-adad-c1a56137e4b7 {
  display: none;
}
#s-22427b3c-d9b5-4d2a-adad-c1a56137e4b7, #wrap-s-22427b3c-d9b5-4d2a-adad-c1a56137e4b7 { display: none !important; }}
#s-22427b3c-d9b5-4d2a-adad-c1a56137e4b7 hr {
  border-top: 2px solid rgba(221, 221, 221, 0);
}

@media (min-width: 1200px){#s-b81e1239-5fda-4011-a2e4-cd2264f80fa7 {
  display: none;
}
#s-b81e1239-5fda-4011-a2e4-cd2264f80fa7, #wrap-s-b81e1239-5fda-4011-a2e4-cd2264f80fa7 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b81e1239-5fda-4011-a2e4-cd2264f80fa7 {
  display: none;
}
#s-b81e1239-5fda-4011-a2e4-cd2264f80fa7, #wrap-s-b81e1239-5fda-4011-a2e4-cd2264f80fa7 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-b81e1239-5fda-4011-a2e4-cd2264f80fa7 {
  display: none;
}
#s-b81e1239-5fda-4011-a2e4-cd2264f80fa7, #wrap-s-b81e1239-5fda-4011-a2e4-cd2264f80fa7 { display: none !important; }}@media (max-width: 767px){#s-b81e1239-5fda-4011-a2e4-cd2264f80fa7 {
  display: none;
}
#s-b81e1239-5fda-4011-a2e4-cd2264f80fa7, #wrap-s-b81e1239-5fda-4011-a2e4-cd2264f80fa7 { display: none !important; }}
#s-b81e1239-5fda-4011-a2e4-cd2264f80fa7 hr {
  border-top: 2px solid rgba(221, 221, 221, 0);
}

@media (min-width: 1200px){#s-79285d13-0f65-40dc-9ad0-bdacf14cf8a5 {
  display: none;
}
#s-79285d13-0f65-40dc-9ad0-bdacf14cf8a5, #wrap-s-79285d13-0f65-40dc-9ad0-bdacf14cf8a5 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-79285d13-0f65-40dc-9ad0-bdacf14cf8a5 {
  display: none;
}
#s-79285d13-0f65-40dc-9ad0-bdacf14cf8a5, #wrap-s-79285d13-0f65-40dc-9ad0-bdacf14cf8a5 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-79285d13-0f65-40dc-9ad0-bdacf14cf8a5 {
  display: none;
}
#s-79285d13-0f65-40dc-9ad0-bdacf14cf8a5, #wrap-s-79285d13-0f65-40dc-9ad0-bdacf14cf8a5 { display: none !important; }}@media (max-width: 767px){#s-79285d13-0f65-40dc-9ad0-bdacf14cf8a5 {
  display: none;
}
#s-79285d13-0f65-40dc-9ad0-bdacf14cf8a5, #wrap-s-79285d13-0f65-40dc-9ad0-bdacf14cf8a5 { display: none !important; }}
#s-79285d13-0f65-40dc-9ad0-bdacf14cf8a5 hr {
  border-top: 2px solid rgba(221, 221, 221, 0);
}

#s-531f699a-c252-4d68-ac8c-e65552c6f0d9 {
  margin-left: 0%;
margin-right: 0%;
padding-top: 10px;
padding-left: 27px;
padding-bottom: 30px;
padding-right: 27px;
}
@media (min-width: 1200px){#s-531f699a-c252-4d68-ac8c-e65552c6f0d9 {
  display: none;
}
#s-531f699a-c252-4d68-ac8c-e65552c6f0d9, #wrap-s-531f699a-c252-4d68-ac8c-e65552c6f0d9 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-531f699a-c252-4d68-ac8c-e65552c6f0d9 {
  display: none;
}
#s-531f699a-c252-4d68-ac8c-e65552c6f0d9, #wrap-s-531f699a-c252-4d68-ac8c-e65552c6f0d9 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-531f699a-c252-4d68-ac8c-e65552c6f0d9 {
  display: none;
}
#s-531f699a-c252-4d68-ac8c-e65552c6f0d9, #wrap-s-531f699a-c252-4d68-ac8c-e65552c6f0d9 { display: none !important; }}@media (max-width: 767px){#s-531f699a-c252-4d68-ac8c-e65552c6f0d9 {
  
}
}
@media (min-width: 1200px){#s-5903f86e-2c6d-47a0-8f7e-cd5243f32475 {
  display: none;
}
#s-5903f86e-2c6d-47a0-8f7e-cd5243f32475, #wrap-s-5903f86e-2c6d-47a0-8f7e-cd5243f32475 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-5903f86e-2c6d-47a0-8f7e-cd5243f32475 {
  display: none;
}
#s-5903f86e-2c6d-47a0-8f7e-cd5243f32475, #wrap-s-5903f86e-2c6d-47a0-8f7e-cd5243f32475 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-5903f86e-2c6d-47a0-8f7e-cd5243f32475 {
  display: none;
}
#s-5903f86e-2c6d-47a0-8f7e-cd5243f32475, #wrap-s-5903f86e-2c6d-47a0-8f7e-cd5243f32475 { display: none !important; }}@media (max-width: 767px){#s-5903f86e-2c6d-47a0-8f7e-cd5243f32475 {
  display: none;
}
#s-5903f86e-2c6d-47a0-8f7e-cd5243f32475, #wrap-s-5903f86e-2c6d-47a0-8f7e-cd5243f32475 { display: none !important; }}
#s-5903f86e-2c6d-47a0-8f7e-cd5243f32475 hr {
  border-top: 2px solid rgba(221, 221, 221, 0);
}

#s-cb5de2af-f7ec-4ccc-9bf2-b83dd0adef6f {
  padding-left: 60px;
padding-right: 60px;
}
@media (min-width: 1200px){#s-cb5de2af-f7ec-4ccc-9bf2-b83dd0adef6f {
  display: none;
}
#s-cb5de2af-f7ec-4ccc-9bf2-b83dd0adef6f, #wrap-s-cb5de2af-f7ec-4ccc-9bf2-b83dd0adef6f { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-cb5de2af-f7ec-4ccc-9bf2-b83dd0adef6f {
  display: none;
}
#s-cb5de2af-f7ec-4ccc-9bf2-b83dd0adef6f, #wrap-s-cb5de2af-f7ec-4ccc-9bf2-b83dd0adef6f { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-cb5de2af-f7ec-4ccc-9bf2-b83dd0adef6f {
  display: none;
}
#s-cb5de2af-f7ec-4ccc-9bf2-b83dd0adef6f, #wrap-s-cb5de2af-f7ec-4ccc-9bf2-b83dd0adef6f { display: none !important; }}@media (max-width: 767px){#s-cb5de2af-f7ec-4ccc-9bf2-b83dd0adef6f {
  display: none;
}
#s-cb5de2af-f7ec-4ccc-9bf2-b83dd0adef6f, #wrap-s-cb5de2af-f7ec-4ccc-9bf2-b83dd0adef6f { display: none !important; }}
.shg-row {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  min-height: inherit;
  max-height: inherit;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

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

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

@media (min-width: 1200px){#s-63729e72-908c-44d2-a6b4-2c1618d0ac11 {
  display: none;
}
#s-63729e72-908c-44d2-a6b4-2c1618d0ac11, #wrap-s-63729e72-908c-44d2-a6b4-2c1618d0ac11 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-63729e72-908c-44d2-a6b4-2c1618d0ac11 {
  display: none;
}
#s-63729e72-908c-44d2-a6b4-2c1618d0ac11, #wrap-s-63729e72-908c-44d2-a6b4-2c1618d0ac11 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-63729e72-908c-44d2-a6b4-2c1618d0ac11 {
  display: none;
}
#s-63729e72-908c-44d2-a6b4-2c1618d0ac11, #wrap-s-63729e72-908c-44d2-a6b4-2c1618d0ac11 { display: none !important; }}@media (max-width: 767px){#s-63729e72-908c-44d2-a6b4-2c1618d0ac11 {
  display: none;
}
#s-63729e72-908c-44d2-a6b4-2c1618d0ac11, #wrap-s-63729e72-908c-44d2-a6b4-2c1618d0ac11 { display: none !important; }}
@media (min-width: 0px) {
[id="s-63729e72-908c-44d2-a6b4-2c1618d0ac11"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-63729e72-908c-44d2-a6b4-2c1618d0ac11"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-63729e72-908c-44d2-a6b4-2c1618d0ac11"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-63729e72-908c-44d2-a6b4-2c1618d0ac11"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.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-cabd82f4-189c-490e-a2fe-908930c1dc26 {
  padding-left: 60px;
padding-right: 60px;
text-align: center;
}







  #s-cabd82f4-189c-490e-a2fe-908930c1dc26 img.shogun-image {
    

    
    
    
  }


#s-cabd82f4-189c-490e-a2fe-908930c1dc26 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 1200px){#s-d964e9ec-8ab4-4b34-9e4a-3fdf0378e884 {
  display: none;
}
#s-d964e9ec-8ab4-4b34-9e4a-3fdf0378e884, #wrap-s-d964e9ec-8ab4-4b34-9e4a-3fdf0378e884 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d964e9ec-8ab4-4b34-9e4a-3fdf0378e884 {
  display: none;
}
#s-d964e9ec-8ab4-4b34-9e4a-3fdf0378e884, #wrap-s-d964e9ec-8ab4-4b34-9e4a-3fdf0378e884 { display: none !important; }}@media (max-width: 767px){#s-d964e9ec-8ab4-4b34-9e4a-3fdf0378e884 {
  display: none;
}
#s-d964e9ec-8ab4-4b34-9e4a-3fdf0378e884, #wrap-s-d964e9ec-8ab4-4b34-9e4a-3fdf0378e884 { display: none !important; }}
#s-d964e9ec-8ab4-4b34-9e4a-3fdf0378e884 hr {
  border-top: 2px solid rgba(221, 221, 221, 0);
}

#s-ff2be76f-bf51-4666-844c-af0728e8700c {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-ff2be76f-bf51-4666-844c-af0728e8700c:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-ff2be76f-bf51-4666-844c-af0728e8700c:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-ff2be76f-bf51-4666-844c-af0728e8700c {
  display: none;
}
#s-ff2be76f-bf51-4666-844c-af0728e8700c, #wrap-s-ff2be76f-bf51-4666-844c-af0728e8700c { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ff2be76f-bf51-4666-844c-af0728e8700c {
  display: none;
}
#s-ff2be76f-bf51-4666-844c-af0728e8700c, #wrap-s-ff2be76f-bf51-4666-844c-af0728e8700c { display: none !important; }}@media (max-width: 767px){#s-ff2be76f-bf51-4666-844c-af0728e8700c {
  display: none;
}
#s-ff2be76f-bf51-4666-844c-af0728e8700c, #wrap-s-ff2be76f-bf51-4666-844c-af0728e8700c { display: none !important; }}

  #s-ff2be76f-bf51-4666-844c-af0728e8700c-root {
    text-align: center;
  }


#s-ff2be76f-bf51-4666-844c-af0728e8700c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-ff2be76f-bf51-4666-844c-af0728e8700c-root {
    text-align: center;
  }


#s-ff2be76f-bf51-4666-844c-af0728e8700c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-ff2be76f-bf51-4666-844c-af0728e8700c-root {
    text-align: center;
  }


#s-ff2be76f-bf51-4666-844c-af0728e8700c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-ff2be76f-bf51-4666-844c-af0728e8700c-root {
    text-align: center;
  }


#s-ff2be76f-bf51-4666-844c-af0728e8700c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-ff2be76f-bf51-4666-844c-af0728e8700c-root {
    text-align: center;
  }


#s-ff2be76f-bf51-4666-844c-af0728e8700c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-df480e55-fdff-4926-ae15-46291c8c751e {
  padding-left: 60px;
padding-right: 60px;
text-align: center;
}







  #s-df480e55-fdff-4926-ae15-46291c8c751e img.shogun-image {
    

    
    
    
  }


#s-df480e55-fdff-4926-ae15-46291c8c751e .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 1200px){#s-2cb80422-c32a-4fd8-b385-3395dc7075a7 {
  display: none;
}
#s-2cb80422-c32a-4fd8-b385-3395dc7075a7, #wrap-s-2cb80422-c32a-4fd8-b385-3395dc7075a7 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-2cb80422-c32a-4fd8-b385-3395dc7075a7 {
  display: none;
}
#s-2cb80422-c32a-4fd8-b385-3395dc7075a7, #wrap-s-2cb80422-c32a-4fd8-b385-3395dc7075a7 { display: none !important; }}@media (max-width: 767px){#s-2cb80422-c32a-4fd8-b385-3395dc7075a7 {
  display: none;
}
#s-2cb80422-c32a-4fd8-b385-3395dc7075a7, #wrap-s-2cb80422-c32a-4fd8-b385-3395dc7075a7 { display: none !important; }}
#s-2cb80422-c32a-4fd8-b385-3395dc7075a7 hr {
  border-top: 2px solid rgba(221, 221, 221, 0);
}

#s-cb49861a-1d15-4228-a9f8-e9c9cee90de5 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-cb49861a-1d15-4228-a9f8-e9c9cee90de5:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-cb49861a-1d15-4228-a9f8-e9c9cee90de5:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-cb49861a-1d15-4228-a9f8-e9c9cee90de5 {
  display: none;
}
#s-cb49861a-1d15-4228-a9f8-e9c9cee90de5, #wrap-s-cb49861a-1d15-4228-a9f8-e9c9cee90de5 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-cb49861a-1d15-4228-a9f8-e9c9cee90de5 {
  display: none;
}
#s-cb49861a-1d15-4228-a9f8-e9c9cee90de5, #wrap-s-cb49861a-1d15-4228-a9f8-e9c9cee90de5 { display: none !important; }}@media (max-width: 767px){#s-cb49861a-1d15-4228-a9f8-e9c9cee90de5 {
  display: none;
}
#s-cb49861a-1d15-4228-a9f8-e9c9cee90de5, #wrap-s-cb49861a-1d15-4228-a9f8-e9c9cee90de5 { display: none !important; }}

  #s-cb49861a-1d15-4228-a9f8-e9c9cee90de5-root {
    text-align: center;
  }


#s-cb49861a-1d15-4228-a9f8-e9c9cee90de5.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-cb49861a-1d15-4228-a9f8-e9c9cee90de5-root {
    text-align: center;
  }


#s-cb49861a-1d15-4228-a9f8-e9c9cee90de5.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-cb49861a-1d15-4228-a9f8-e9c9cee90de5-root {
    text-align: center;
  }


#s-cb49861a-1d15-4228-a9f8-e9c9cee90de5.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-cb49861a-1d15-4228-a9f8-e9c9cee90de5-root {
    text-align: center;
  }


#s-cb49861a-1d15-4228-a9f8-e9c9cee90de5.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-cb49861a-1d15-4228-a9f8-e9c9cee90de5-root {
    text-align: center;
  }


#s-cb49861a-1d15-4228-a9f8-e9c9cee90de5.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
@media (min-width: 1200px){#s-c444bc8b-b4f6-4337-9c33-a88c57c928df {
  display: none;
}
#s-c444bc8b-b4f6-4337-9c33-a88c57c928df, #wrap-s-c444bc8b-b4f6-4337-9c33-a88c57c928df { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c444bc8b-b4f6-4337-9c33-a88c57c928df {
  display: none;
}
#s-c444bc8b-b4f6-4337-9c33-a88c57c928df, #wrap-s-c444bc8b-b4f6-4337-9c33-a88c57c928df { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-c444bc8b-b4f6-4337-9c33-a88c57c928df {
  display: none;
}
#s-c444bc8b-b4f6-4337-9c33-a88c57c928df, #wrap-s-c444bc8b-b4f6-4337-9c33-a88c57c928df { display: none !important; }}@media (max-width: 767px){#s-c444bc8b-b4f6-4337-9c33-a88c57c928df {
  display: none;
}
#s-c444bc8b-b4f6-4337-9c33-a88c57c928df, #wrap-s-c444bc8b-b4f6-4337-9c33-a88c57c928df { display: none !important; }}
#s-c444bc8b-b4f6-4337-9c33-a88c57c928df hr {
  border-top: 2px solid rgba(221, 221, 221, 0);
}

@media (min-width: 1200px){#s-d85c3e76-3c55-4600-bc04-0e6770adbdad {
  display: none;
}
#s-d85c3e76-3c55-4600-bc04-0e6770adbdad, #wrap-s-d85c3e76-3c55-4600-bc04-0e6770adbdad { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d85c3e76-3c55-4600-bc04-0e6770adbdad {
  display: none;
}
#s-d85c3e76-3c55-4600-bc04-0e6770adbdad, #wrap-s-d85c3e76-3c55-4600-bc04-0e6770adbdad { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-d85c3e76-3c55-4600-bc04-0e6770adbdad {
  display: none;
}
#s-d85c3e76-3c55-4600-bc04-0e6770adbdad, #wrap-s-d85c3e76-3c55-4600-bc04-0e6770adbdad { display: none !important; }}@media (max-width: 767px){#s-d85c3e76-3c55-4600-bc04-0e6770adbdad {
  display: none;
}
#s-d85c3e76-3c55-4600-bc04-0e6770adbdad, #wrap-s-d85c3e76-3c55-4600-bc04-0e6770adbdad { display: none !important; }}
#s-d85c3e76-3c55-4600-bc04-0e6770adbdad hr {
  border-top: 2px solid rgba(221, 221, 221, 0);
}

@media (min-width: 1200px){#s-d6933566-54ce-4530-9e63-473c9a980bd4 {
  display: none;
}
#s-d6933566-54ce-4530-9e63-473c9a980bd4, #wrap-s-d6933566-54ce-4530-9e63-473c9a980bd4 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d6933566-54ce-4530-9e63-473c9a980bd4 {
  display: none;
}
#s-d6933566-54ce-4530-9e63-473c9a980bd4, #wrap-s-d6933566-54ce-4530-9e63-473c9a980bd4 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-d6933566-54ce-4530-9e63-473c9a980bd4 {
  display: none;
}
#s-d6933566-54ce-4530-9e63-473c9a980bd4, #wrap-s-d6933566-54ce-4530-9e63-473c9a980bd4 { display: none !important; }}@media (max-width: 767px){#s-d6933566-54ce-4530-9e63-473c9a980bd4 {
  display: none;
}
#s-d6933566-54ce-4530-9e63-473c9a980bd4, #wrap-s-d6933566-54ce-4530-9e63-473c9a980bd4 { display: none !important; }}
#s-d6933566-54ce-4530-9e63-473c9a980bd4 hr {
  border-top: 2px solid rgba(221, 221, 221, 0);
}

@media (min-width: 1200px){#s-122a0d99-4bf8-4235-9bd8-c80eb52d0251 {
  display: none;
}
#s-122a0d99-4bf8-4235-9bd8-c80eb52d0251, #wrap-s-122a0d99-4bf8-4235-9bd8-c80eb52d0251 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-122a0d99-4bf8-4235-9bd8-c80eb52d0251 {
  display: none;
}
#s-122a0d99-4bf8-4235-9bd8-c80eb52d0251, #wrap-s-122a0d99-4bf8-4235-9bd8-c80eb52d0251 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-122a0d99-4bf8-4235-9bd8-c80eb52d0251 {
  display: none;
}
#s-122a0d99-4bf8-4235-9bd8-c80eb52d0251, #wrap-s-122a0d99-4bf8-4235-9bd8-c80eb52d0251 { display: none !important; }}@media (max-width: 767px){#s-122a0d99-4bf8-4235-9bd8-c80eb52d0251 {
  display: none;
}
#s-122a0d99-4bf8-4235-9bd8-c80eb52d0251, #wrap-s-122a0d99-4bf8-4235-9bd8-c80eb52d0251 { display: none !important; }}
#s-122a0d99-4bf8-4235-9bd8-c80eb52d0251 hr {
  border-top: 2px solid rgba(221, 221, 221, 0);
}

@media (min-width: 1200px){#s-4e0cdad8-2977-4ee6-85a0-2710fef2d648 {
  display: none;
}
#s-4e0cdad8-2977-4ee6-85a0-2710fef2d648, #wrap-s-4e0cdad8-2977-4ee6-85a0-2710fef2d648 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-4e0cdad8-2977-4ee6-85a0-2710fef2d648 {
  display: none;
}
#s-4e0cdad8-2977-4ee6-85a0-2710fef2d648, #wrap-s-4e0cdad8-2977-4ee6-85a0-2710fef2d648 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-4e0cdad8-2977-4ee6-85a0-2710fef2d648 {
  display: none;
}
#s-4e0cdad8-2977-4ee6-85a0-2710fef2d648, #wrap-s-4e0cdad8-2977-4ee6-85a0-2710fef2d648 { display: none !important; }}@media (max-width: 767px){#s-4e0cdad8-2977-4ee6-85a0-2710fef2d648 {
  display: none;
}
#s-4e0cdad8-2977-4ee6-85a0-2710fef2d648, #wrap-s-4e0cdad8-2977-4ee6-85a0-2710fef2d648 { display: none !important; }}
#s-4e0cdad8-2977-4ee6-85a0-2710fef2d648 hr {
  border-top: 2px solid rgba(221, 221, 221, 0);
}

@media (min-width: 1200px){#s-67fee9e9-38df-4696-9064-6aba6a585afb {
  display: none;
}
#s-67fee9e9-38df-4696-9064-6aba6a585afb, #wrap-s-67fee9e9-38df-4696-9064-6aba6a585afb { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-67fee9e9-38df-4696-9064-6aba6a585afb {
  display: none;
}
#s-67fee9e9-38df-4696-9064-6aba6a585afb, #wrap-s-67fee9e9-38df-4696-9064-6aba6a585afb { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-67fee9e9-38df-4696-9064-6aba6a585afb {
  display: none;
}
#s-67fee9e9-38df-4696-9064-6aba6a585afb, #wrap-s-67fee9e9-38df-4696-9064-6aba6a585afb { display: none !important; }}@media (max-width: 767px){#s-67fee9e9-38df-4696-9064-6aba6a585afb {
  display: none;
}
#s-67fee9e9-38df-4696-9064-6aba6a585afb, #wrap-s-67fee9e9-38df-4696-9064-6aba6a585afb { display: none !important; }}
#s-67fee9e9-38df-4696-9064-6aba6a585afb hr {
  border-top: 2px solid rgba(221, 221, 221, 0);
}

#s-0127f523-39cf-49d9-add0-0a80495ecadf {
  margin-top: 50px;
margin-left: 50px;
margin-bottom: 50px;
margin-right: 50px;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-0127f523-39cf-49d9-add0-0a80495ecadf {
  display: none;
}
#s-0127f523-39cf-49d9-add0-0a80495ecadf, #wrap-s-0127f523-39cf-49d9-add0-0a80495ecadf { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0127f523-39cf-49d9-add0-0a80495ecadf {
  display: none;
}
#s-0127f523-39cf-49d9-add0-0a80495ecadf, #wrap-s-0127f523-39cf-49d9-add0-0a80495ecadf { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-0127f523-39cf-49d9-add0-0a80495ecadf {
  display: none;
}
#s-0127f523-39cf-49d9-add0-0a80495ecadf, #wrap-s-0127f523-39cf-49d9-add0-0a80495ecadf { display: none !important; }}@media (max-width: 767px){#s-0127f523-39cf-49d9-add0-0a80495ecadf {
  display: none;
}
#s-0127f523-39cf-49d9-add0-0a80495ecadf, #wrap-s-0127f523-39cf-49d9-add0-0a80495ecadf { display: none !important; }}
@media (min-width: 0px) {
[id="s-0127f523-39cf-49d9-add0-0a80495ecadf"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0127f523-39cf-49d9-add0-0a80495ecadf"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-0127f523-39cf-49d9-add0-0a80495ecadf"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-0127f523-39cf-49d9-add0-0a80495ecadf"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-0127f523-39cf-49d9-add0-0a80495ecadf"] > .shg-row {
    flex-flow: column-reverse;
  }
}

@media (min-width: 1200px){#s-053256f7-357a-436e-95b9-90f1c15df904 {
  display: none;
}
#s-053256f7-357a-436e-95b9-90f1c15df904, #wrap-s-053256f7-357a-436e-95b9-90f1c15df904 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-053256f7-357a-436e-95b9-90f1c15df904 {
  display: none;
}
#s-053256f7-357a-436e-95b9-90f1c15df904, #wrap-s-053256f7-357a-436e-95b9-90f1c15df904 { display: none !important; }}@media (max-width: 767px){#s-053256f7-357a-436e-95b9-90f1c15df904 {
  display: none;
}
#s-053256f7-357a-436e-95b9-90f1c15df904, #wrap-s-053256f7-357a-436e-95b9-90f1c15df904 { display: none !important; }}
#s-053256f7-357a-436e-95b9-90f1c15df904 hr {
  border-top: 2px solid rgba(221, 221, 221, 0);
}

@media (max-width: 767px){#s-5514d0ae-9763-4bd6-812f-90fc0320b4eb {
  display: none;
}
#s-5514d0ae-9763-4bd6-812f-90fc0320b4eb, #wrap-s-5514d0ae-9763-4bd6-812f-90fc0320b4eb { display: none !important; }}
@media (min-width: 0px) {
[id="s-5514d0ae-9763-4bd6-812f-90fc0320b4eb"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5514d0ae-9763-4bd6-812f-90fc0320b4eb"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-5514d0ae-9763-4bd6-812f-90fc0320b4eb"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-5514d0ae-9763-4bd6-812f-90fc0320b4eb"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-737e38c0-9db8-4183-9710-e26661abd8c1 {
  padding-left: 10px;
padding-right: 10px;
text-align: center;
}
@media (max-width: 767px){#s-737e38c0-9db8-4183-9710-e26661abd8c1 {
  display: none;
}
#s-737e38c0-9db8-4183-9710-e26661abd8c1, #wrap-s-737e38c0-9db8-4183-9710-e26661abd8c1 { display: none !important; }}






  #s-737e38c0-9db8-4183-9710-e26661abd8c1 img.shogun-image {
    

    
    
    
  }


#s-737e38c0-9db8-4183-9710-e26661abd8c1 .shogun-image-content {
  
    align-items: center;
  
}

#s-e7dac285-10b4-4828-b97b-9b79073eb972 {
  text-align: center;
}
@media (max-width: 767px){#s-e7dac285-10b4-4828-b97b-9b79073eb972 {
  display: none;
}
#s-e7dac285-10b4-4828-b97b-9b79073eb972, #wrap-s-e7dac285-10b4-4828-b97b-9b79073eb972 { display: none !important; }}






  #s-e7dac285-10b4-4828-b97b-9b79073eb972 img.shogun-image {
    

    
    
    
  }


#s-e7dac285-10b4-4828-b97b-9b79073eb972 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 1200px){#s-8a761e95-6273-4acd-ba1e-baf1fd4693e9 {
  display: none;
}
#s-8a761e95-6273-4acd-ba1e-baf1fd4693e9, #wrap-s-8a761e95-6273-4acd-ba1e-baf1fd4693e9 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8a761e95-6273-4acd-ba1e-baf1fd4693e9 {
  display: none;
}
#s-8a761e95-6273-4acd-ba1e-baf1fd4693e9, #wrap-s-8a761e95-6273-4acd-ba1e-baf1fd4693e9 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-8a761e95-6273-4acd-ba1e-baf1fd4693e9 {
  display: none;
}
#s-8a761e95-6273-4acd-ba1e-baf1fd4693e9, #wrap-s-8a761e95-6273-4acd-ba1e-baf1fd4693e9 { display: none !important; }}@media (max-width: 767px){#s-8a761e95-6273-4acd-ba1e-baf1fd4693e9 {
  display: none;
}
#s-8a761e95-6273-4acd-ba1e-baf1fd4693e9, #wrap-s-8a761e95-6273-4acd-ba1e-baf1fd4693e9 { display: none !important; }}
#s-8a761e95-6273-4acd-ba1e-baf1fd4693e9 hr {
  border-top: 2px solid rgba(221, 221, 221, 0);
}

@media (min-width: 1200px){#s-eef2e7dd-784a-4c38-9862-45c2bb1e0150 {
  display: none;
}
#s-eef2e7dd-784a-4c38-9862-45c2bb1e0150, #wrap-s-eef2e7dd-784a-4c38-9862-45c2bb1e0150 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-eef2e7dd-784a-4c38-9862-45c2bb1e0150 {
  display: none;
}
#s-eef2e7dd-784a-4c38-9862-45c2bb1e0150, #wrap-s-eef2e7dd-784a-4c38-9862-45c2bb1e0150 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-eef2e7dd-784a-4c38-9862-45c2bb1e0150 {
  display: none;
}
#s-eef2e7dd-784a-4c38-9862-45c2bb1e0150, #wrap-s-eef2e7dd-784a-4c38-9862-45c2bb1e0150 { display: none !important; }}@media (max-width: 767px){#s-eef2e7dd-784a-4c38-9862-45c2bb1e0150 {
  display: none;
}
#s-eef2e7dd-784a-4c38-9862-45c2bb1e0150, #wrap-s-eef2e7dd-784a-4c38-9862-45c2bb1e0150 { display: none !important; }}
#s-eef2e7dd-784a-4c38-9862-45c2bb1e0150 hr {
  border-top: 2px solid rgba(221, 221, 221, 0);
}

@media (min-width: 1200px){#s-8e8a707c-9670-45be-b3fd-0f75245fbc7a {
  display: none;
}
#s-8e8a707c-9670-45be-b3fd-0f75245fbc7a, #wrap-s-8e8a707c-9670-45be-b3fd-0f75245fbc7a { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8e8a707c-9670-45be-b3fd-0f75245fbc7a {
  display: none;
}
#s-8e8a707c-9670-45be-b3fd-0f75245fbc7a, #wrap-s-8e8a707c-9670-45be-b3fd-0f75245fbc7a { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-8e8a707c-9670-45be-b3fd-0f75245fbc7a {
  display: none;
}
#s-8e8a707c-9670-45be-b3fd-0f75245fbc7a, #wrap-s-8e8a707c-9670-45be-b3fd-0f75245fbc7a { display: none !important; }}@media (max-width: 767px){#s-8e8a707c-9670-45be-b3fd-0f75245fbc7a {
  display: none;
}
#s-8e8a707c-9670-45be-b3fd-0f75245fbc7a, #wrap-s-8e8a707c-9670-45be-b3fd-0f75245fbc7a { display: none !important; }}
#s-8e8a707c-9670-45be-b3fd-0f75245fbc7a hr {
  border-top: 2px solid rgba(221, 221, 221, 0);
}

#s-0be3d8da-5163-43ff-abc3-93096f82c4bf {
  box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);
background-repeat: no-repeat;
background-size: cover;
border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(23, 143, 238, 1);
border-radius: 0px;
min-height: 411px;
background-position: center center;
}
@media (min-width: 1200px){#s-0be3d8da-5163-43ff-abc3-93096f82c4bf {
  display: none;
}
#s-0be3d8da-5163-43ff-abc3-93096f82c4bf, #wrap-s-0be3d8da-5163-43ff-abc3-93096f82c4bf { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0be3d8da-5163-43ff-abc3-93096f82c4bf {
  display: none;
}
#s-0be3d8da-5163-43ff-abc3-93096f82c4bf, #wrap-s-0be3d8da-5163-43ff-abc3-93096f82c4bf { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-0be3d8da-5163-43ff-abc3-93096f82c4bf {
  display: none;
}
#s-0be3d8da-5163-43ff-abc3-93096f82c4bf, #wrap-s-0be3d8da-5163-43ff-abc3-93096f82c4bf { display: none !important; }}@media (max-width: 767px){#s-0be3d8da-5163-43ff-abc3-93096f82c4bf {
  display: none;
}
#s-0be3d8da-5163-43ff-abc3-93096f82c4bf, #wrap-s-0be3d8da-5163-43ff-abc3-93096f82c4bf { display: none !important; }}







#s-0be3d8da-5163-43ff-abc3-93096f82c4bf > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-0be3d8da-5163-43ff-abc3-93096f82c4bf {
  cursor: pointer;
}#s-0be3d8da-5163-43ff-abc3-93096f82c4bf.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 1200px){#s-dfa9a196-3f27-4e9d-9fea-535f94476933 {
  display: none;
}
#s-dfa9a196-3f27-4e9d-9fea-535f94476933, #wrap-s-dfa9a196-3f27-4e9d-9fea-535f94476933 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-dfa9a196-3f27-4e9d-9fea-535f94476933 {
  display: none;
}
#s-dfa9a196-3f27-4e9d-9fea-535f94476933, #wrap-s-dfa9a196-3f27-4e9d-9fea-535f94476933 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-dfa9a196-3f27-4e9d-9fea-535f94476933 {
  display: none;
}
#s-dfa9a196-3f27-4e9d-9fea-535f94476933, #wrap-s-dfa9a196-3f27-4e9d-9fea-535f94476933 { display: none !important; }}@media (max-width: 767px){#s-dfa9a196-3f27-4e9d-9fea-535f94476933 {
  display: none;
}
#s-dfa9a196-3f27-4e9d-9fea-535f94476933, #wrap-s-dfa9a196-3f27-4e9d-9fea-535f94476933 { display: none !important; }}
#s-dfa9a196-3f27-4e9d-9fea-535f94476933 hr {
  border-top: 2px solid rgba(221, 221, 221, 0);
}

#s-4061de94-d48e-4b41-8c74-9eb9d881ca94 {
  box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);
background-repeat: no-repeat;
background-size: cover;
border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(23, 143, 238, 1);
border-radius: 0px;
min-height: 411px;
background-position: center center;
}
@media (min-width: 1200px){#s-4061de94-d48e-4b41-8c74-9eb9d881ca94 {
  display: none;
}
#s-4061de94-d48e-4b41-8c74-9eb9d881ca94, #wrap-s-4061de94-d48e-4b41-8c74-9eb9d881ca94 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-4061de94-d48e-4b41-8c74-9eb9d881ca94 {
  display: none;
}
#s-4061de94-d48e-4b41-8c74-9eb9d881ca94, #wrap-s-4061de94-d48e-4b41-8c74-9eb9d881ca94 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-4061de94-d48e-4b41-8c74-9eb9d881ca94 {
  display: none;
}
#s-4061de94-d48e-4b41-8c74-9eb9d881ca94, #wrap-s-4061de94-d48e-4b41-8c74-9eb9d881ca94 { display: none !important; }}@media (max-width: 767px){#s-4061de94-d48e-4b41-8c74-9eb9d881ca94 {
  display: none;
}
#s-4061de94-d48e-4b41-8c74-9eb9d881ca94, #wrap-s-4061de94-d48e-4b41-8c74-9eb9d881ca94 { display: none !important; }}







#s-4061de94-d48e-4b41-8c74-9eb9d881ca94 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-4061de94-d48e-4b41-8c74-9eb9d881ca94 {
  cursor: pointer;
}#s-4061de94-d48e-4b41-8c74-9eb9d881ca94.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 1200px){#s-9ab5f8de-481e-4929-9f43-38b2643571ba {
  display: none;
}
#s-9ab5f8de-481e-4929-9f43-38b2643571ba, #wrap-s-9ab5f8de-481e-4929-9f43-38b2643571ba { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9ab5f8de-481e-4929-9f43-38b2643571ba {
  display: none;
}
#s-9ab5f8de-481e-4929-9f43-38b2643571ba, #wrap-s-9ab5f8de-481e-4929-9f43-38b2643571ba { display: none !important; }}@media (max-width: 767px){#s-9ab5f8de-481e-4929-9f43-38b2643571ba {
  display: none;
}
#s-9ab5f8de-481e-4929-9f43-38b2643571ba, #wrap-s-9ab5f8de-481e-4929-9f43-38b2643571ba { display: none !important; }}
#s-9ab5f8de-481e-4929-9f43-38b2643571ba hr {
  border-top: 2px solid rgba(221, 221, 221, 0);
}

#s-eb441ea0-8e1c-4ecb-a008-7ea1973df87e {
  box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);
background-repeat: no-repeat;
background-size: cover;
border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(23, 143, 238, 1);
border-radius: 0px;
min-height: 411px;
background-position: center center;
}
@media (min-width: 1200px){#s-eb441ea0-8e1c-4ecb-a008-7ea1973df87e {
  display: none;
}
#s-eb441ea0-8e1c-4ecb-a008-7ea1973df87e, #wrap-s-eb441ea0-8e1c-4ecb-a008-7ea1973df87e { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-eb441ea0-8e1c-4ecb-a008-7ea1973df87e {
  display: none;
}
#s-eb441ea0-8e1c-4ecb-a008-7ea1973df87e, #wrap-s-eb441ea0-8e1c-4ecb-a008-7ea1973df87e { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-eb441ea0-8e1c-4ecb-a008-7ea1973df87e {
  display: none;
}
#s-eb441ea0-8e1c-4ecb-a008-7ea1973df87e, #wrap-s-eb441ea0-8e1c-4ecb-a008-7ea1973df87e { display: none !important; }}@media (max-width: 767px){#s-eb441ea0-8e1c-4ecb-a008-7ea1973df87e {
  display: none;
}
#s-eb441ea0-8e1c-4ecb-a008-7ea1973df87e, #wrap-s-eb441ea0-8e1c-4ecb-a008-7ea1973df87e { display: none !important; }}







#s-eb441ea0-8e1c-4ecb-a008-7ea1973df87e > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-eb441ea0-8e1c-4ecb-a008-7ea1973df87e {
  cursor: pointer;
}#s-eb441ea0-8e1c-4ecb-a008-7ea1973df87e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-738f6724-51af-443c-bf8c-2066ab44d235 {
  box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);
border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(23, 143, 238, 1);
border-radius: 0px;
min-height: 300px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-738f6724-51af-443c-bf8c-2066ab44d235 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-738f6724-51af-443c-bf8c-2066ab44d235 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-738f6724-51af-443c-bf8c-2066ab44d235 {
  
}
}@media (max-width: 767px){#s-738f6724-51af-443c-bf8c-2066ab44d235 {
  display: none;
}
#s-738f6724-51af-443c-bf8c-2066ab44d235, #wrap-s-738f6724-51af-443c-bf8c-2066ab44d235 { display: none !important; }}







#s-738f6724-51af-443c-bf8c-2066ab44d235 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-738f6724-51af-443c-bf8c-2066ab44d235.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-da0dea43-cf3b-4d45-b84f-b8303d357f6e {
  margin-left: 40px;
margin-right: 40px;
}
@media (min-width: 1200px){#s-da0dea43-cf3b-4d45-b84f-b8303d357f6e {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-da0dea43-cf3b-4d45-b84f-b8303d357f6e {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-da0dea43-cf3b-4d45-b84f-b8303d357f6e {
  display: none;
}
#s-da0dea43-cf3b-4d45-b84f-b8303d357f6e, #wrap-s-da0dea43-cf3b-4d45-b84f-b8303d357f6e { display: none !important; }}@media (max-width: 767px){#s-da0dea43-cf3b-4d45-b84f-b8303d357f6e {
  display: none;
}
#s-da0dea43-cf3b-4d45-b84f-b8303d357f6e, #wrap-s-da0dea43-cf3b-4d45-b84f-b8303d357f6e { display: none !important; }}
#s-f6168cf2-b4a1-4bc5-824a-fba0e32a1639 {
  margin-left: 30px;
}
@media (min-width: 1200px){#s-f6168cf2-b4a1-4bc5-824a-fba0e32a1639 {
  display: none;
}
#s-f6168cf2-b4a1-4bc5-824a-fba0e32a1639, #wrap-s-f6168cf2-b4a1-4bc5-824a-fba0e32a1639 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f6168cf2-b4a1-4bc5-824a-fba0e32a1639 {
  display: none;
}
#s-f6168cf2-b4a1-4bc5-824a-fba0e32a1639, #wrap-s-f6168cf2-b4a1-4bc5-824a-fba0e32a1639 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-f6168cf2-b4a1-4bc5-824a-fba0e32a1639 {
  
}
}@media (max-width: 767px){#s-f6168cf2-b4a1-4bc5-824a-fba0e32a1639 {
  display: none;
}
#s-f6168cf2-b4a1-4bc5-824a-fba0e32a1639, #wrap-s-f6168cf2-b4a1-4bc5-824a-fba0e32a1639 { display: none !important; }}
#s-ac9a2c3e-ebff-44d7-aa66-70acadcb417c {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-ac9a2c3e-ebff-44d7-aa66-70acadcb417c:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-ac9a2c3e-ebff-44d7-aa66-70acadcb417c:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-ac9a2c3e-ebff-44d7-aa66-70acadcb417c-root {
    text-align: center;
  }


#s-ac9a2c3e-ebff-44d7-aa66-70acadcb417c.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 600;
  
  font-family: Khula;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-ac9a2c3e-ebff-44d7-aa66-70acadcb417c-root {
    text-align: center;
  }


#s-ac9a2c3e-ebff-44d7-aa66-70acadcb417c.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 600;
  
  font-family: Khula;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-ac9a2c3e-ebff-44d7-aa66-70acadcb417c-root {
    text-align: center;
  }


#s-ac9a2c3e-ebff-44d7-aa66-70acadcb417c.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 600;
  
  font-family: Khula;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-ac9a2c3e-ebff-44d7-aa66-70acadcb417c-root {
    text-align: center;
  }


#s-ac9a2c3e-ebff-44d7-aa66-70acadcb417c.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 600;
  
  font-family: Khula;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-ac9a2c3e-ebff-44d7-aa66-70acadcb417c-root {
    text-align: center;
  }


#s-ac9a2c3e-ebff-44d7-aa66-70acadcb417c.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 600;
  
  font-family: Khula;
  display:  inline-block ;
}
}
#s-718c526b-825a-476a-a49d-3af2b107fe47 {
  box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);
background-repeat: no-repeat;
background-size: cover;
border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(23, 143, 238, 1);
border-radius: 0px;
min-height: 411px;
background-position: center center;
}
@media (min-width: 1200px){#s-718c526b-825a-476a-a49d-3af2b107fe47 {
  display: none;
}
#s-718c526b-825a-476a-a49d-3af2b107fe47, #wrap-s-718c526b-825a-476a-a49d-3af2b107fe47 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-718c526b-825a-476a-a49d-3af2b107fe47 {
  display: none;
}
#s-718c526b-825a-476a-a49d-3af2b107fe47, #wrap-s-718c526b-825a-476a-a49d-3af2b107fe47 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-718c526b-825a-476a-a49d-3af2b107fe47 {
  display: none;
}
#s-718c526b-825a-476a-a49d-3af2b107fe47, #wrap-s-718c526b-825a-476a-a49d-3af2b107fe47 { display: none !important; }}@media (max-width: 767px){#s-718c526b-825a-476a-a49d-3af2b107fe47 {
  display: none;
}
#s-718c526b-825a-476a-a49d-3af2b107fe47, #wrap-s-718c526b-825a-476a-a49d-3af2b107fe47 { display: none !important; }}







#s-718c526b-825a-476a-a49d-3af2b107fe47 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-718c526b-825a-476a-a49d-3af2b107fe47 {
  cursor: pointer;
}#s-718c526b-825a-476a-a49d-3af2b107fe47.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f4bfcecf-5aaf-4457-9477-aedaa8aae27c {
  margin-left: 10px;
margin-right: 10px;
}
@media (min-width: 1200px){#s-f4bfcecf-5aaf-4457-9477-aedaa8aae27c {
  display: none;
}
#s-f4bfcecf-5aaf-4457-9477-aedaa8aae27c, #wrap-s-f4bfcecf-5aaf-4457-9477-aedaa8aae27c { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f4bfcecf-5aaf-4457-9477-aedaa8aae27c {
  display: none;
}
#s-f4bfcecf-5aaf-4457-9477-aedaa8aae27c, #wrap-s-f4bfcecf-5aaf-4457-9477-aedaa8aae27c { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-f4bfcecf-5aaf-4457-9477-aedaa8aae27c {
  display: none;
}
#s-f4bfcecf-5aaf-4457-9477-aedaa8aae27c, #wrap-s-f4bfcecf-5aaf-4457-9477-aedaa8aae27c { display: none !important; }}@media (max-width: 767px){#s-f4bfcecf-5aaf-4457-9477-aedaa8aae27c {
  display: none;
}
#s-f4bfcecf-5aaf-4457-9477-aedaa8aae27c, #wrap-s-f4bfcecf-5aaf-4457-9477-aedaa8aae27c { display: none !important; }}
@media (min-width: 1200px){#s-fb636894-d689-41c8-800b-dab27c6fe038 {
  display: none;
}
#s-fb636894-d689-41c8-800b-dab27c6fe038, #wrap-s-fb636894-d689-41c8-800b-dab27c6fe038 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-fb636894-d689-41c8-800b-dab27c6fe038 {
  display: none;
}
#s-fb636894-d689-41c8-800b-dab27c6fe038, #wrap-s-fb636894-d689-41c8-800b-dab27c6fe038 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-fb636894-d689-41c8-800b-dab27c6fe038 {
  display: none;
}
#s-fb636894-d689-41c8-800b-dab27c6fe038, #wrap-s-fb636894-d689-41c8-800b-dab27c6fe038 { display: none !important; }}@media (max-width: 767px){#s-fb636894-d689-41c8-800b-dab27c6fe038 {
  display: none;
}
#s-fb636894-d689-41c8-800b-dab27c6fe038, #wrap-s-fb636894-d689-41c8-800b-dab27c6fe038 { display: none !important; }}
#s-fb636894-d689-41c8-800b-dab27c6fe038 hr {
  border-top: 2px solid rgba(221, 221, 221, 0);
}

@media (min-width: 1200px){#s-087ea9f3-7a97-48fc-b298-a95ce79d5647 {
  display: none;
}
#s-087ea9f3-7a97-48fc-b298-a95ce79d5647, #wrap-s-087ea9f3-7a97-48fc-b298-a95ce79d5647 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-087ea9f3-7a97-48fc-b298-a95ce79d5647 {
  display: none;
}
#s-087ea9f3-7a97-48fc-b298-a95ce79d5647, #wrap-s-087ea9f3-7a97-48fc-b298-a95ce79d5647 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-087ea9f3-7a97-48fc-b298-a95ce79d5647 {
  display: none;
}
#s-087ea9f3-7a97-48fc-b298-a95ce79d5647, #wrap-s-087ea9f3-7a97-48fc-b298-a95ce79d5647 { display: none !important; }}@media (max-width: 767px){#s-087ea9f3-7a97-48fc-b298-a95ce79d5647 {
  display: none;
}
#s-087ea9f3-7a97-48fc-b298-a95ce79d5647, #wrap-s-087ea9f3-7a97-48fc-b298-a95ce79d5647 { display: none !important; }}
#s-087ea9f3-7a97-48fc-b298-a95ce79d5647 hr {
  border-top: 2px solid rgba(221, 221, 221, 0);
}

@media (min-width: 1200px){#s-33fd65f8-ca02-4773-8ab6-d20f71f2eb94 {
  display: none;
}
#s-33fd65f8-ca02-4773-8ab6-d20f71f2eb94, #wrap-s-33fd65f8-ca02-4773-8ab6-d20f71f2eb94 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-33fd65f8-ca02-4773-8ab6-d20f71f2eb94 {
  display: none;
}
#s-33fd65f8-ca02-4773-8ab6-d20f71f2eb94, #wrap-s-33fd65f8-ca02-4773-8ab6-d20f71f2eb94 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-33fd65f8-ca02-4773-8ab6-d20f71f2eb94 {
  display: none;
}
#s-33fd65f8-ca02-4773-8ab6-d20f71f2eb94, #wrap-s-33fd65f8-ca02-4773-8ab6-d20f71f2eb94 { display: none !important; }}@media (max-width: 767px){#s-33fd65f8-ca02-4773-8ab6-d20f71f2eb94 {
  display: none;
}
#s-33fd65f8-ca02-4773-8ab6-d20f71f2eb94, #wrap-s-33fd65f8-ca02-4773-8ab6-d20f71f2eb94 { display: none !important; }}
#s-33fd65f8-ca02-4773-8ab6-d20f71f2eb94 hr {
  border-top: 2px solid rgba(221, 221, 221, 0);
}

#s-86eb22c5-7beb-4af9-a35c-493212f209b4 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-86eb22c5-7beb-4af9-a35c-493212f209b4:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-86eb22c5-7beb-4af9-a35c-493212f209b4:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-86eb22c5-7beb-4af9-a35c-493212f209b4 {
  display: none;
}
#s-86eb22c5-7beb-4af9-a35c-493212f209b4, #wrap-s-86eb22c5-7beb-4af9-a35c-493212f209b4 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-86eb22c5-7beb-4af9-a35c-493212f209b4 {
  display: none;
}
#s-86eb22c5-7beb-4af9-a35c-493212f209b4, #wrap-s-86eb22c5-7beb-4af9-a35c-493212f209b4 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-86eb22c5-7beb-4af9-a35c-493212f209b4 {
  display: none;
}
#s-86eb22c5-7beb-4af9-a35c-493212f209b4, #wrap-s-86eb22c5-7beb-4af9-a35c-493212f209b4 { display: none !important; }}@media (max-width: 767px){#s-86eb22c5-7beb-4af9-a35c-493212f209b4 {
  display: none;
}
#s-86eb22c5-7beb-4af9-a35c-493212f209b4, #wrap-s-86eb22c5-7beb-4af9-a35c-493212f209b4 { display: none !important; }}

  #s-86eb22c5-7beb-4af9-a35c-493212f209b4-root {
    text-align: center;
  }


#s-86eb22c5-7beb-4af9-a35c-493212f209b4.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Khula;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-86eb22c5-7beb-4af9-a35c-493212f209b4-root {
    text-align: center;
  }


#s-86eb22c5-7beb-4af9-a35c-493212f209b4.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Khula;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-86eb22c5-7beb-4af9-a35c-493212f209b4-root {
    text-align: center;
  }


#s-86eb22c5-7beb-4af9-a35c-493212f209b4.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Khula;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-86eb22c5-7beb-4af9-a35c-493212f209b4-root {
    text-align: center;
  }


#s-86eb22c5-7beb-4af9-a35c-493212f209b4.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Khula;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-86eb22c5-7beb-4af9-a35c-493212f209b4-root {
    text-align: center;
  }


#s-86eb22c5-7beb-4af9-a35c-493212f209b4.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Khula;
  display:  inline-block ;
}
}
@media (min-width: 1200px){#s-f70a9dfa-892e-4307-94a0-04c7eca6dd37 {
  display: none;
}
#s-f70a9dfa-892e-4307-94a0-04c7eca6dd37, #wrap-s-f70a9dfa-892e-4307-94a0-04c7eca6dd37 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f70a9dfa-892e-4307-94a0-04c7eca6dd37 {
  display: none;
}
#s-f70a9dfa-892e-4307-94a0-04c7eca6dd37, #wrap-s-f70a9dfa-892e-4307-94a0-04c7eca6dd37 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-f70a9dfa-892e-4307-94a0-04c7eca6dd37 {
  display: none;
}
#s-f70a9dfa-892e-4307-94a0-04c7eca6dd37, #wrap-s-f70a9dfa-892e-4307-94a0-04c7eca6dd37 { display: none !important; }}@media (max-width: 767px){#s-f70a9dfa-892e-4307-94a0-04c7eca6dd37 {
  display: none;
}
#s-f70a9dfa-892e-4307-94a0-04c7eca6dd37, #wrap-s-f70a9dfa-892e-4307-94a0-04c7eca6dd37 { display: none !important; }}
#s-f70a9dfa-892e-4307-94a0-04c7eca6dd37 hr {
  border-top: 2px solid rgba(221, 221, 221, 0);
}

#s-64bea02c-8f14-45a4-8a91-64fd627f6d0a {
  box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);
background-repeat: no-repeat;
background-size: cover;
border-style: solid;
margin-top: 0px;
margin-left: 80px;
margin-bottom: 0px;
margin-right: 80px;
padding-top: 0px;
padding-left: 80px;
padding-bottom: 0px;
padding-right: 80px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(23, 143, 238, 1);
border-radius: 0px;
min-height: 411px;
background-position: center center;
}
@media (min-width: 1200px){#s-64bea02c-8f14-45a4-8a91-64fd627f6d0a {
  display: none;
}
#s-64bea02c-8f14-45a4-8a91-64fd627f6d0a, #wrap-s-64bea02c-8f14-45a4-8a91-64fd627f6d0a { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-64bea02c-8f14-45a4-8a91-64fd627f6d0a {
  display: none;
}
#s-64bea02c-8f14-45a4-8a91-64fd627f6d0a, #wrap-s-64bea02c-8f14-45a4-8a91-64fd627f6d0a { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-64bea02c-8f14-45a4-8a91-64fd627f6d0a {
  display: none;
}
#s-64bea02c-8f14-45a4-8a91-64fd627f6d0a, #wrap-s-64bea02c-8f14-45a4-8a91-64fd627f6d0a { display: none !important; }}@media (max-width: 767px){#s-64bea02c-8f14-45a4-8a91-64fd627f6d0a {
  display: none;
}
#s-64bea02c-8f14-45a4-8a91-64fd627f6d0a, #wrap-s-64bea02c-8f14-45a4-8a91-64fd627f6d0a { display: none !important; }}







#s-64bea02c-8f14-45a4-8a91-64fd627f6d0a > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-64bea02c-8f14-45a4-8a91-64fd627f6d0a {
  cursor: pointer;
}#s-64bea02c-8f14-45a4-8a91-64fd627f6d0a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 1200px){#s-6c97e574-0ad2-47d6-9543-465bb66d1829 {
  display: none;
}
#s-6c97e574-0ad2-47d6-9543-465bb66d1829, #wrap-s-6c97e574-0ad2-47d6-9543-465bb66d1829 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-6c97e574-0ad2-47d6-9543-465bb66d1829 {
  display: none;
}
#s-6c97e574-0ad2-47d6-9543-465bb66d1829, #wrap-s-6c97e574-0ad2-47d6-9543-465bb66d1829 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-6c97e574-0ad2-47d6-9543-465bb66d1829 {
  display: none;
}
#s-6c97e574-0ad2-47d6-9543-465bb66d1829, #wrap-s-6c97e574-0ad2-47d6-9543-465bb66d1829 { display: none !important; }}@media (max-width: 767px){#s-6c97e574-0ad2-47d6-9543-465bb66d1829 {
  display: none;
}
#s-6c97e574-0ad2-47d6-9543-465bb66d1829, #wrap-s-6c97e574-0ad2-47d6-9543-465bb66d1829 { display: none !important; }}
#s-6c97e574-0ad2-47d6-9543-465bb66d1829 hr {
  border-top: 2px solid rgba(221, 221, 221, 0);
}

#s-27188217-a01a-4924-8d42-3fb20b4771ed {
  box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);
background-repeat: no-repeat;
background-size: cover;
border-style: solid;
margin-top: 0px;
margin-left: 80px;
margin-bottom: 0px;
margin-right: 80px;
padding-top: 0px;
padding-left: 80px;
padding-bottom: 0px;
padding-right: 80px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(23, 143, 238, 1);
border-radius: 0px;
min-height: 411px;
background-position: center center;
}
@media (min-width: 1200px){#s-27188217-a01a-4924-8d42-3fb20b4771ed {
  display: none;
}
#s-27188217-a01a-4924-8d42-3fb20b4771ed, #wrap-s-27188217-a01a-4924-8d42-3fb20b4771ed { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-27188217-a01a-4924-8d42-3fb20b4771ed {
  display: none;
}
#s-27188217-a01a-4924-8d42-3fb20b4771ed, #wrap-s-27188217-a01a-4924-8d42-3fb20b4771ed { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-27188217-a01a-4924-8d42-3fb20b4771ed {
  display: none;
}
#s-27188217-a01a-4924-8d42-3fb20b4771ed, #wrap-s-27188217-a01a-4924-8d42-3fb20b4771ed { display: none !important; }}@media (max-width: 767px){#s-27188217-a01a-4924-8d42-3fb20b4771ed {
  display: none;
}
#s-27188217-a01a-4924-8d42-3fb20b4771ed, #wrap-s-27188217-a01a-4924-8d42-3fb20b4771ed { display: none !important; }}







#s-27188217-a01a-4924-8d42-3fb20b4771ed > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-27188217-a01a-4924-8d42-3fb20b4771ed {
  cursor: pointer;
}#s-27188217-a01a-4924-8d42-3fb20b4771ed.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 1200px){#s-c616e06f-b926-4bdc-b48b-2a27668cb0e0 {
  display: none;
}
#s-c616e06f-b926-4bdc-b48b-2a27668cb0e0, #wrap-s-c616e06f-b926-4bdc-b48b-2a27668cb0e0 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c616e06f-b926-4bdc-b48b-2a27668cb0e0 {
  display: none;
}
#s-c616e06f-b926-4bdc-b48b-2a27668cb0e0, #wrap-s-c616e06f-b926-4bdc-b48b-2a27668cb0e0 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-c616e06f-b926-4bdc-b48b-2a27668cb0e0 {
  display: none;
}
#s-c616e06f-b926-4bdc-b48b-2a27668cb0e0, #wrap-s-c616e06f-b926-4bdc-b48b-2a27668cb0e0 { display: none !important; }}@media (max-width: 767px){#s-c616e06f-b926-4bdc-b48b-2a27668cb0e0 {
  display: none;
}
#s-c616e06f-b926-4bdc-b48b-2a27668cb0e0, #wrap-s-c616e06f-b926-4bdc-b48b-2a27668cb0e0 { display: none !important; }}
#s-c616e06f-b926-4bdc-b48b-2a27668cb0e0 hr {
  border-top: 2px solid rgba(221, 221, 221, 0);
}

#s-d0f4a3b7-10d2-49d5-b36b-9aa97c79ff3f {
  box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);
background-repeat: no-repeat;
background-size: cover;
border-style: solid;
margin-top: 0px;
margin-left: 80px;
margin-bottom: 0px;
margin-right: 80px;
padding-top: 0px;
padding-left: 80px;
padding-bottom: 0px;
padding-right: 80px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(23, 143, 238, 1);
border-radius: 0px;
min-height: 411px;
background-position: center center;
}
@media (min-width: 1200px){#s-d0f4a3b7-10d2-49d5-b36b-9aa97c79ff3f {
  display: none;
}
#s-d0f4a3b7-10d2-49d5-b36b-9aa97c79ff3f, #wrap-s-d0f4a3b7-10d2-49d5-b36b-9aa97c79ff3f { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d0f4a3b7-10d2-49d5-b36b-9aa97c79ff3f {
  display: none;
}
#s-d0f4a3b7-10d2-49d5-b36b-9aa97c79ff3f, #wrap-s-d0f4a3b7-10d2-49d5-b36b-9aa97c79ff3f { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-d0f4a3b7-10d2-49d5-b36b-9aa97c79ff3f {
  display: none;
}
#s-d0f4a3b7-10d2-49d5-b36b-9aa97c79ff3f, #wrap-s-d0f4a3b7-10d2-49d5-b36b-9aa97c79ff3f { display: none !important; }}@media (max-width: 767px){#s-d0f4a3b7-10d2-49d5-b36b-9aa97c79ff3f {
  display: none;
}
#s-d0f4a3b7-10d2-49d5-b36b-9aa97c79ff3f, #wrap-s-d0f4a3b7-10d2-49d5-b36b-9aa97c79ff3f { display: none !important; }}







#s-d0f4a3b7-10d2-49d5-b36b-9aa97c79ff3f > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-d0f4a3b7-10d2-49d5-b36b-9aa97c79ff3f {
  cursor: pointer;
}#s-d0f4a3b7-10d2-49d5-b36b-9aa97c79ff3f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 1200px){#s-fbd5b360-9668-45bb-a5fd-97783ea84543 {
  display: none;
}
#s-fbd5b360-9668-45bb-a5fd-97783ea84543, #wrap-s-fbd5b360-9668-45bb-a5fd-97783ea84543 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-fbd5b360-9668-45bb-a5fd-97783ea84543 {
  display: none;
}
#s-fbd5b360-9668-45bb-a5fd-97783ea84543, #wrap-s-fbd5b360-9668-45bb-a5fd-97783ea84543 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-fbd5b360-9668-45bb-a5fd-97783ea84543 {
  display: none;
}
#s-fbd5b360-9668-45bb-a5fd-97783ea84543, #wrap-s-fbd5b360-9668-45bb-a5fd-97783ea84543 { display: none !important; }}@media (max-width: 767px){#s-fbd5b360-9668-45bb-a5fd-97783ea84543 {
  display: none;
}
#s-fbd5b360-9668-45bb-a5fd-97783ea84543, #wrap-s-fbd5b360-9668-45bb-a5fd-97783ea84543 { display: none !important; }}
@media (min-width: 0px) {
[id="s-fbd5b360-9668-45bb-a5fd-97783ea84543"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-fbd5b360-9668-45bb-a5fd-97783ea84543"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-fbd5b360-9668-45bb-a5fd-97783ea84543"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-fbd5b360-9668-45bb-a5fd-97783ea84543"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-3390fa1a-dcad-4621-a610-b48c156df459 {
  padding-left: 20px;
padding-right: 20px;
text-align: center;
}







  #s-3390fa1a-dcad-4621-a610-b48c156df459 img.shogun-image {
    

    
    
    
  }


#s-3390fa1a-dcad-4621-a610-b48c156df459 .shogun-image-content {
  
    align-items: center;
  
}

#s-cde434f7-f2ca-46a8-a8df-f6e7fcf7f653 {
  margin-top: 10px;
margin-left: 30px;
margin-right: 30px;
}

#s-8d2519b4-2aa9-4c8a-bfd1-6d9b63762a75 {
  padding-left: 20px;
padding-right: 20px;
text-align: center;
}







  #s-8d2519b4-2aa9-4c8a-bfd1-6d9b63762a75 img.shogun-image {
    

    
    
    
  }


#s-8d2519b4-2aa9-4c8a-bfd1-6d9b63762a75 .shogun-image-content {
  
    align-items: center;
  
}

#s-d58f2d0a-644d-456a-a760-c31ff1d996d7 {
  margin-top: 10px;
margin-left: 30px;
margin-right: 30px;
}

@media (min-width: 1200px){#s-4564bfb4-7ac1-4793-980a-fa177ce1c3e4 {
  display: none;
}
#s-4564bfb4-7ac1-4793-980a-fa177ce1c3e4, #wrap-s-4564bfb4-7ac1-4793-980a-fa177ce1c3e4 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-4564bfb4-7ac1-4793-980a-fa177ce1c3e4 {
  display: none;
}
#s-4564bfb4-7ac1-4793-980a-fa177ce1c3e4, #wrap-s-4564bfb4-7ac1-4793-980a-fa177ce1c3e4 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-4564bfb4-7ac1-4793-980a-fa177ce1c3e4 {
  display: none;
}
#s-4564bfb4-7ac1-4793-980a-fa177ce1c3e4, #wrap-s-4564bfb4-7ac1-4793-980a-fa177ce1c3e4 { display: none !important; }}@media (max-width: 767px){#s-4564bfb4-7ac1-4793-980a-fa177ce1c3e4 {
  display: none;
}
#s-4564bfb4-7ac1-4793-980a-fa177ce1c3e4, #wrap-s-4564bfb4-7ac1-4793-980a-fa177ce1c3e4 { display: none !important; }}
#s-4564bfb4-7ac1-4793-980a-fa177ce1c3e4 hr {
  border-top: 2px solid rgba(221, 221, 221, 0);
}

@media (min-width: 1200px){#s-df5ea2aa-0232-465e-8ca1-c03b54b21f68 {
  display: none;
}
#s-df5ea2aa-0232-465e-8ca1-c03b54b21f68, #wrap-s-df5ea2aa-0232-465e-8ca1-c03b54b21f68 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-df5ea2aa-0232-465e-8ca1-c03b54b21f68 {
  display: none;
}
#s-df5ea2aa-0232-465e-8ca1-c03b54b21f68, #wrap-s-df5ea2aa-0232-465e-8ca1-c03b54b21f68 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-df5ea2aa-0232-465e-8ca1-c03b54b21f68 {
  display: none;
}
#s-df5ea2aa-0232-465e-8ca1-c03b54b21f68, #wrap-s-df5ea2aa-0232-465e-8ca1-c03b54b21f68 { display: none !important; }}@media (max-width: 767px){#s-df5ea2aa-0232-465e-8ca1-c03b54b21f68 {
  display: none;
}
#s-df5ea2aa-0232-465e-8ca1-c03b54b21f68, #wrap-s-df5ea2aa-0232-465e-8ca1-c03b54b21f68 { display: none !important; }}
#s-df5ea2aa-0232-465e-8ca1-c03b54b21f68 hr {
  border-top: 2px solid rgba(221, 221, 221, 0);
}

#s-1ed4604b-0042-4952-96e0-fe5b2f5583bd {
  margin-top: 50px;
margin-left: 50px;
margin-bottom: 50px;
margin-right: 50px;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-1ed4604b-0042-4952-96e0-fe5b2f5583bd {
  display: none;
}
#s-1ed4604b-0042-4952-96e0-fe5b2f5583bd, #wrap-s-1ed4604b-0042-4952-96e0-fe5b2f5583bd { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-1ed4604b-0042-4952-96e0-fe5b2f5583bd {
  display: none;
}
#s-1ed4604b-0042-4952-96e0-fe5b2f5583bd, #wrap-s-1ed4604b-0042-4952-96e0-fe5b2f5583bd { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-1ed4604b-0042-4952-96e0-fe5b2f5583bd {
  display: none;
}
#s-1ed4604b-0042-4952-96e0-fe5b2f5583bd, #wrap-s-1ed4604b-0042-4952-96e0-fe5b2f5583bd { display: none !important; }}@media (max-width: 767px){#s-1ed4604b-0042-4952-96e0-fe5b2f5583bd {
  display: none;
}
#s-1ed4604b-0042-4952-96e0-fe5b2f5583bd, #wrap-s-1ed4604b-0042-4952-96e0-fe5b2f5583bd { display: none !important; }}
@media (min-width: 0px) {
[id="s-1ed4604b-0042-4952-96e0-fe5b2f5583bd"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1ed4604b-0042-4952-96e0-fe5b2f5583bd"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-1ed4604b-0042-4952-96e0-fe5b2f5583bd"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-1ed4604b-0042-4952-96e0-fe5b2f5583bd"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-1ed4604b-0042-4952-96e0-fe5b2f5583bd"] > .shg-row {
    flex-flow: column-reverse;
  }
}

@media (min-width: 1200px){#s-9d208bbb-e2dd-4c48-a339-7991f85f3cb6 {
  display: none;
}
#s-9d208bbb-e2dd-4c48-a339-7991f85f3cb6, #wrap-s-9d208bbb-e2dd-4c48-a339-7991f85f3cb6 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9d208bbb-e2dd-4c48-a339-7991f85f3cb6 {
  display: none;
}
#s-9d208bbb-e2dd-4c48-a339-7991f85f3cb6, #wrap-s-9d208bbb-e2dd-4c48-a339-7991f85f3cb6 { display: none !important; }}@media (max-width: 767px){#s-9d208bbb-e2dd-4c48-a339-7991f85f3cb6 {
  display: none;
}
#s-9d208bbb-e2dd-4c48-a339-7991f85f3cb6, #wrap-s-9d208bbb-e2dd-4c48-a339-7991f85f3cb6 { display: none !important; }}
#s-9d208bbb-e2dd-4c48-a339-7991f85f3cb6 hr {
  border-top: 2px solid rgba(221, 221, 221, 0);
}

@media (max-width: 767px){#s-0444c74d-f29c-4742-a4f6-46e6eef58aa7 {
  display: none;
}
#s-0444c74d-f29c-4742-a4f6-46e6eef58aa7, #wrap-s-0444c74d-f29c-4742-a4f6-46e6eef58aa7 { display: none !important; }}
@media (min-width: 0px) {
[id="s-0444c74d-f29c-4742-a4f6-46e6eef58aa7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0444c74d-f29c-4742-a4f6-46e6eef58aa7"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-0444c74d-f29c-4742-a4f6-46e6eef58aa7"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-0444c74d-f29c-4742-a4f6-46e6eef58aa7"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-c413ec05-309b-4a00-a73e-7a7032804c8d {
  padding-left: 10px;
padding-right: 10px;
text-align: center;
}
@media (max-width: 767px){#s-c413ec05-309b-4a00-a73e-7a7032804c8d {
  display: none;
}
#s-c413ec05-309b-4a00-a73e-7a7032804c8d, #wrap-s-c413ec05-309b-4a00-a73e-7a7032804c8d { display: none !important; }}






  #s-c413ec05-309b-4a00-a73e-7a7032804c8d img.shogun-image {
    

    
    
    
  }


#s-c413ec05-309b-4a00-a73e-7a7032804c8d .shogun-image-content {
  
    align-items: center;
  
}

#s-33ef00af-7ce1-4604-9727-ad61deddac9c {
  text-align: center;
}
@media (max-width: 767px){#s-33ef00af-7ce1-4604-9727-ad61deddac9c {
  display: none;
}
#s-33ef00af-7ce1-4604-9727-ad61deddac9c, #wrap-s-33ef00af-7ce1-4604-9727-ad61deddac9c { display: none !important; }}






  #s-33ef00af-7ce1-4604-9727-ad61deddac9c img.shogun-image {
    

    
    
    
  }


#s-33ef00af-7ce1-4604-9727-ad61deddac9c .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 1200px){#s-6110822f-7962-4a8d-a31b-dab831f726a0 {
  display: none;
}
#s-6110822f-7962-4a8d-a31b-dab831f726a0, #wrap-s-6110822f-7962-4a8d-a31b-dab831f726a0 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-6110822f-7962-4a8d-a31b-dab831f726a0 {
  display: none;
}
#s-6110822f-7962-4a8d-a31b-dab831f726a0, #wrap-s-6110822f-7962-4a8d-a31b-dab831f726a0 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-6110822f-7962-4a8d-a31b-dab831f726a0 {
  display: none;
}
#s-6110822f-7962-4a8d-a31b-dab831f726a0, #wrap-s-6110822f-7962-4a8d-a31b-dab831f726a0 { display: none !important; }}@media (max-width: 767px){#s-6110822f-7962-4a8d-a31b-dab831f726a0 {
  display: none;
}
#s-6110822f-7962-4a8d-a31b-dab831f726a0, #wrap-s-6110822f-7962-4a8d-a31b-dab831f726a0 { display: none !important; }}
#s-6110822f-7962-4a8d-a31b-dab831f726a0 hr {
  border-top: 2px solid rgba(221, 221, 221, 0);
}

@media (min-width: 1200px){#s-768f3c4f-fd95-4945-98f2-8b7dbef03ecb {
  display: none;
}
#s-768f3c4f-fd95-4945-98f2-8b7dbef03ecb, #wrap-s-768f3c4f-fd95-4945-98f2-8b7dbef03ecb { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-768f3c4f-fd95-4945-98f2-8b7dbef03ecb {
  display: none;
}
#s-768f3c4f-fd95-4945-98f2-8b7dbef03ecb, #wrap-s-768f3c4f-fd95-4945-98f2-8b7dbef03ecb { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-768f3c4f-fd95-4945-98f2-8b7dbef03ecb {
  display: none;
}
#s-768f3c4f-fd95-4945-98f2-8b7dbef03ecb, #wrap-s-768f3c4f-fd95-4945-98f2-8b7dbef03ecb { display: none !important; }}@media (max-width: 767px){#s-768f3c4f-fd95-4945-98f2-8b7dbef03ecb {
  display: none;
}
#s-768f3c4f-fd95-4945-98f2-8b7dbef03ecb, #wrap-s-768f3c4f-fd95-4945-98f2-8b7dbef03ecb { display: none !important; }}
#s-768f3c4f-fd95-4945-98f2-8b7dbef03ecb hr {
  border-top: 2px solid rgba(221, 221, 221, 0);
}

@media (min-width: 1200px){#s-796d2670-bbd3-4907-bcea-cce917bd09b3 {
  display: none;
}
#s-796d2670-bbd3-4907-bcea-cce917bd09b3, #wrap-s-796d2670-bbd3-4907-bcea-cce917bd09b3 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-796d2670-bbd3-4907-bcea-cce917bd09b3 {
  display: none;
}
#s-796d2670-bbd3-4907-bcea-cce917bd09b3, #wrap-s-796d2670-bbd3-4907-bcea-cce917bd09b3 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-796d2670-bbd3-4907-bcea-cce917bd09b3 {
  display: none;
}
#s-796d2670-bbd3-4907-bcea-cce917bd09b3, #wrap-s-796d2670-bbd3-4907-bcea-cce917bd09b3 { display: none !important; }}@media (max-width: 767px){#s-796d2670-bbd3-4907-bcea-cce917bd09b3 {
  display: none;
}
#s-796d2670-bbd3-4907-bcea-cce917bd09b3, #wrap-s-796d2670-bbd3-4907-bcea-cce917bd09b3 { display: none !important; }}
#s-796d2670-bbd3-4907-bcea-cce917bd09b3 hr {
  border-top: 2px solid rgba(221, 221, 221, 0);
}

#s-69017fdc-7c48-4c28-9531-60f513079f76 {
  box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);
background-repeat: no-repeat;
background-size: cover;
border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(23, 143, 238, 1);
border-radius: 0px;
min-height: 411px;
background-position: center center;
}
@media (min-width: 1200px){#s-69017fdc-7c48-4c28-9531-60f513079f76 {
  display: none;
}
#s-69017fdc-7c48-4c28-9531-60f513079f76, #wrap-s-69017fdc-7c48-4c28-9531-60f513079f76 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-69017fdc-7c48-4c28-9531-60f513079f76 {
  display: none;
}
#s-69017fdc-7c48-4c28-9531-60f513079f76, #wrap-s-69017fdc-7c48-4c28-9531-60f513079f76 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-69017fdc-7c48-4c28-9531-60f513079f76 {
  display: none;
}
#s-69017fdc-7c48-4c28-9531-60f513079f76, #wrap-s-69017fdc-7c48-4c28-9531-60f513079f76 { display: none !important; }}@media (max-width: 767px){#s-69017fdc-7c48-4c28-9531-60f513079f76 {
  display: none;
}
#s-69017fdc-7c48-4c28-9531-60f513079f76, #wrap-s-69017fdc-7c48-4c28-9531-60f513079f76 { display: none !important; }}







#s-69017fdc-7c48-4c28-9531-60f513079f76 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-69017fdc-7c48-4c28-9531-60f513079f76 {
  cursor: pointer;
}#s-69017fdc-7c48-4c28-9531-60f513079f76.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-981e7ca5-3d64-4140-919e-b924394e2f41 {
  margin-left: 10px;
margin-right: 10px;
}
@media (min-width: 1200px){#s-981e7ca5-3d64-4140-919e-b924394e2f41 {
  display: none;
}
#s-981e7ca5-3d64-4140-919e-b924394e2f41, #wrap-s-981e7ca5-3d64-4140-919e-b924394e2f41 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-981e7ca5-3d64-4140-919e-b924394e2f41 {
  display: none;
}
#s-981e7ca5-3d64-4140-919e-b924394e2f41, #wrap-s-981e7ca5-3d64-4140-919e-b924394e2f41 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-981e7ca5-3d64-4140-919e-b924394e2f41 {
  display: none;
}
#s-981e7ca5-3d64-4140-919e-b924394e2f41, #wrap-s-981e7ca5-3d64-4140-919e-b924394e2f41 { display: none !important; }}@media (max-width: 767px){#s-981e7ca5-3d64-4140-919e-b924394e2f41 {
  display: none;
}
#s-981e7ca5-3d64-4140-919e-b924394e2f41, #wrap-s-981e7ca5-3d64-4140-919e-b924394e2f41 { display: none !important; }}
@media (min-width: 1200px){#s-ca5f4469-74a6-4159-a3cd-71a7a8d4a106 {
  display: none;
}
#s-ca5f4469-74a6-4159-a3cd-71a7a8d4a106, #wrap-s-ca5f4469-74a6-4159-a3cd-71a7a8d4a106 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ca5f4469-74a6-4159-a3cd-71a7a8d4a106 {
  display: none;
}
#s-ca5f4469-74a6-4159-a3cd-71a7a8d4a106, #wrap-s-ca5f4469-74a6-4159-a3cd-71a7a8d4a106 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-ca5f4469-74a6-4159-a3cd-71a7a8d4a106 {
  display: none;
}
#s-ca5f4469-74a6-4159-a3cd-71a7a8d4a106, #wrap-s-ca5f4469-74a6-4159-a3cd-71a7a8d4a106 { display: none !important; }}@media (max-width: 767px){#s-ca5f4469-74a6-4159-a3cd-71a7a8d4a106 {
  display: none;
}
#s-ca5f4469-74a6-4159-a3cd-71a7a8d4a106, #wrap-s-ca5f4469-74a6-4159-a3cd-71a7a8d4a106 { display: none !important; }}
#s-ca5f4469-74a6-4159-a3cd-71a7a8d4a106 hr {
  border-top: 2px solid rgba(221, 221, 221, 0);
}

#s-fcb7ef77-d599-4705-8025-99d8f40f79a6 {
  box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);
background-repeat: no-repeat;
background-size: cover;
border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(23, 143, 238, 1);
border-radius: 0px;
min-height: 411px;
background-position: center center;
}
@media (min-width: 1200px){#s-fcb7ef77-d599-4705-8025-99d8f40f79a6 {
  display: none;
}
#s-fcb7ef77-d599-4705-8025-99d8f40f79a6, #wrap-s-fcb7ef77-d599-4705-8025-99d8f40f79a6 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-fcb7ef77-d599-4705-8025-99d8f40f79a6 {
  display: none;
}
#s-fcb7ef77-d599-4705-8025-99d8f40f79a6, #wrap-s-fcb7ef77-d599-4705-8025-99d8f40f79a6 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-fcb7ef77-d599-4705-8025-99d8f40f79a6 {
  display: none;
}
#s-fcb7ef77-d599-4705-8025-99d8f40f79a6, #wrap-s-fcb7ef77-d599-4705-8025-99d8f40f79a6 { display: none !important; }}@media (max-width: 767px){#s-fcb7ef77-d599-4705-8025-99d8f40f79a6 {
  display: none;
}
#s-fcb7ef77-d599-4705-8025-99d8f40f79a6, #wrap-s-fcb7ef77-d599-4705-8025-99d8f40f79a6 { display: none !important; }}







#s-fcb7ef77-d599-4705-8025-99d8f40f79a6 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-fcb7ef77-d599-4705-8025-99d8f40f79a6 {
  cursor: pointer;
}#s-fcb7ef77-d599-4705-8025-99d8f40f79a6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 1200px){#s-b0855e4a-cdd5-4718-8f81-9eb666af1b73 {
  display: none;
}
#s-b0855e4a-cdd5-4718-8f81-9eb666af1b73, #wrap-s-b0855e4a-cdd5-4718-8f81-9eb666af1b73 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b0855e4a-cdd5-4718-8f81-9eb666af1b73 {
  display: none;
}
#s-b0855e4a-cdd5-4718-8f81-9eb666af1b73, #wrap-s-b0855e4a-cdd5-4718-8f81-9eb666af1b73 { display: none !important; }}@media (max-width: 767px){#s-b0855e4a-cdd5-4718-8f81-9eb666af1b73 {
  display: none;
}
#s-b0855e4a-cdd5-4718-8f81-9eb666af1b73, #wrap-s-b0855e4a-cdd5-4718-8f81-9eb666af1b73 { display: none !important; }}
#s-b0855e4a-cdd5-4718-8f81-9eb666af1b73 hr {
  border-top: 2px solid rgba(221, 221, 221, 0);
}

#s-a6d4c5b0-9479-4fcd-8c02-f25ae4f2e733 {
  box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);
background-repeat: no-repeat;
background-size: cover;
border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(23, 143, 238, 1);
border-radius: 0px;
min-height: 411px;
background-position: center center;
}
@media (min-width: 1200px){#s-a6d4c5b0-9479-4fcd-8c02-f25ae4f2e733 {
  display: none;
}
#s-a6d4c5b0-9479-4fcd-8c02-f25ae4f2e733, #wrap-s-a6d4c5b0-9479-4fcd-8c02-f25ae4f2e733 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a6d4c5b0-9479-4fcd-8c02-f25ae4f2e733 {
  display: none;
}
#s-a6d4c5b0-9479-4fcd-8c02-f25ae4f2e733, #wrap-s-a6d4c5b0-9479-4fcd-8c02-f25ae4f2e733 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-a6d4c5b0-9479-4fcd-8c02-f25ae4f2e733 {
  display: none;
}
#s-a6d4c5b0-9479-4fcd-8c02-f25ae4f2e733, #wrap-s-a6d4c5b0-9479-4fcd-8c02-f25ae4f2e733 { display: none !important; }}@media (max-width: 767px){#s-a6d4c5b0-9479-4fcd-8c02-f25ae4f2e733 {
  display: none;
}
#s-a6d4c5b0-9479-4fcd-8c02-f25ae4f2e733, #wrap-s-a6d4c5b0-9479-4fcd-8c02-f25ae4f2e733 { display: none !important; }}







#s-a6d4c5b0-9479-4fcd-8c02-f25ae4f2e733 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-a6d4c5b0-9479-4fcd-8c02-f25ae4f2e733 {
  cursor: pointer;
}#s-a6d4c5b0-9479-4fcd-8c02-f25ae4f2e733.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-01cf3bfc-f267-47b8-bc34-282eb1eee4d0 {
  box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);
border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(23, 143, 238, 1);
border-radius: 0px;
min-height: 300px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-01cf3bfc-f267-47b8-bc34-282eb1eee4d0 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-01cf3bfc-f267-47b8-bc34-282eb1eee4d0 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-01cf3bfc-f267-47b8-bc34-282eb1eee4d0 {
  
}
}@media (max-width: 767px){#s-01cf3bfc-f267-47b8-bc34-282eb1eee4d0 {
  display: none;
}
#s-01cf3bfc-f267-47b8-bc34-282eb1eee4d0, #wrap-s-01cf3bfc-f267-47b8-bc34-282eb1eee4d0 { display: none !important; }}







#s-01cf3bfc-f267-47b8-bc34-282eb1eee4d0 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-01cf3bfc-f267-47b8-bc34-282eb1eee4d0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4f625c0f-fcb4-49e7-a3d4-4c78b4b1b69f {
  margin-left: 40px;
margin-right: 40px;
}
@media (min-width: 1200px){#s-4f625c0f-fcb4-49e7-a3d4-4c78b4b1b69f {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-4f625c0f-fcb4-49e7-a3d4-4c78b4b1b69f {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-4f625c0f-fcb4-49e7-a3d4-4c78b4b1b69f {
  display: none;
}
#s-4f625c0f-fcb4-49e7-a3d4-4c78b4b1b69f, #wrap-s-4f625c0f-fcb4-49e7-a3d4-4c78b4b1b69f { display: none !important; }}@media (max-width: 767px){#s-4f625c0f-fcb4-49e7-a3d4-4c78b4b1b69f {
  display: none;
}
#s-4f625c0f-fcb4-49e7-a3d4-4c78b4b1b69f, #wrap-s-4f625c0f-fcb4-49e7-a3d4-4c78b4b1b69f { display: none !important; }}
#s-a16447fc-9f46-4bda-83c8-7533f44cd13e {
  margin-left: 30px;
}
@media (min-width: 1200px){#s-a16447fc-9f46-4bda-83c8-7533f44cd13e {
  display: none;
}
#s-a16447fc-9f46-4bda-83c8-7533f44cd13e, #wrap-s-a16447fc-9f46-4bda-83c8-7533f44cd13e { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a16447fc-9f46-4bda-83c8-7533f44cd13e {
  display: none;
}
#s-a16447fc-9f46-4bda-83c8-7533f44cd13e, #wrap-s-a16447fc-9f46-4bda-83c8-7533f44cd13e { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-a16447fc-9f46-4bda-83c8-7533f44cd13e {
  
}
}@media (max-width: 767px){#s-a16447fc-9f46-4bda-83c8-7533f44cd13e {
  display: none;
}
#s-a16447fc-9f46-4bda-83c8-7533f44cd13e, #wrap-s-a16447fc-9f46-4bda-83c8-7533f44cd13e { display: none !important; }}
#s-2de8064a-53d2-473f-852f-ba8773773a19 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-2de8064a-53d2-473f-852f-ba8773773a19:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-2de8064a-53d2-473f-852f-ba8773773a19:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-2de8064a-53d2-473f-852f-ba8773773a19-root {
    text-align: center;
  }


#s-2de8064a-53d2-473f-852f-ba8773773a19.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 600;
  
  font-family: Khula;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-2de8064a-53d2-473f-852f-ba8773773a19-root {
    text-align: center;
  }


#s-2de8064a-53d2-473f-852f-ba8773773a19.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 600;
  
  font-family: Khula;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-2de8064a-53d2-473f-852f-ba8773773a19-root {
    text-align: center;
  }


#s-2de8064a-53d2-473f-852f-ba8773773a19.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 600;
  
  font-family: Khula;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-2de8064a-53d2-473f-852f-ba8773773a19-root {
    text-align: center;
  }


#s-2de8064a-53d2-473f-852f-ba8773773a19.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 600;
  
  font-family: Khula;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-2de8064a-53d2-473f-852f-ba8773773a19-root {
    text-align: center;
  }


#s-2de8064a-53d2-473f-852f-ba8773773a19.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 600;
  
  font-family: Khula;
  display:  inline-block ;
}
}
#s-1804afb9-d4a1-49ee-a05b-b597d7def12d {
  box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);
background-repeat: no-repeat;
background-size: cover;
border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(23, 143, 238, 1);
border-radius: 0px;
min-height: 411px;
background-position: center center;
}
@media (min-width: 1200px){#s-1804afb9-d4a1-49ee-a05b-b597d7def12d {
  display: none;
}
#s-1804afb9-d4a1-49ee-a05b-b597d7def12d, #wrap-s-1804afb9-d4a1-49ee-a05b-b597d7def12d { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-1804afb9-d4a1-49ee-a05b-b597d7def12d {
  display: none;
}
#s-1804afb9-d4a1-49ee-a05b-b597d7def12d, #wrap-s-1804afb9-d4a1-49ee-a05b-b597d7def12d { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-1804afb9-d4a1-49ee-a05b-b597d7def12d {
  display: none;
}
#s-1804afb9-d4a1-49ee-a05b-b597d7def12d, #wrap-s-1804afb9-d4a1-49ee-a05b-b597d7def12d { display: none !important; }}@media (max-width: 767px){#s-1804afb9-d4a1-49ee-a05b-b597d7def12d {
  display: none;
}
#s-1804afb9-d4a1-49ee-a05b-b597d7def12d, #wrap-s-1804afb9-d4a1-49ee-a05b-b597d7def12d { display: none !important; }}







#s-1804afb9-d4a1-49ee-a05b-b597d7def12d > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-1804afb9-d4a1-49ee-a05b-b597d7def12d {
  cursor: pointer;
}#s-1804afb9-d4a1-49ee-a05b-b597d7def12d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d5302fb7-06c9-45a9-b610-ab6afc2ab400 {
  margin-left: 10px;
margin-right: 10px;
}
@media (min-width: 1200px){#s-d5302fb7-06c9-45a9-b610-ab6afc2ab400 {
  display: none;
}
#s-d5302fb7-06c9-45a9-b610-ab6afc2ab400, #wrap-s-d5302fb7-06c9-45a9-b610-ab6afc2ab400 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d5302fb7-06c9-45a9-b610-ab6afc2ab400 {
  display: none;
}
#s-d5302fb7-06c9-45a9-b610-ab6afc2ab400, #wrap-s-d5302fb7-06c9-45a9-b610-ab6afc2ab400 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-d5302fb7-06c9-45a9-b610-ab6afc2ab400 {
  display: none;
}
#s-d5302fb7-06c9-45a9-b610-ab6afc2ab400, #wrap-s-d5302fb7-06c9-45a9-b610-ab6afc2ab400 { display: none !important; }}@media (max-width: 767px){#s-d5302fb7-06c9-45a9-b610-ab6afc2ab400 {
  display: none;
}
#s-d5302fb7-06c9-45a9-b610-ab6afc2ab400, #wrap-s-d5302fb7-06c9-45a9-b610-ab6afc2ab400 { display: none !important; }}
@media (min-width: 1200px){#s-3b6ec3fb-93d6-4bc9-abb5-56e9e68c258a {
  display: none;
}
#s-3b6ec3fb-93d6-4bc9-abb5-56e9e68c258a, #wrap-s-3b6ec3fb-93d6-4bc9-abb5-56e9e68c258a { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3b6ec3fb-93d6-4bc9-abb5-56e9e68c258a {
  display: none;
}
#s-3b6ec3fb-93d6-4bc9-abb5-56e9e68c258a, #wrap-s-3b6ec3fb-93d6-4bc9-abb5-56e9e68c258a { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-3b6ec3fb-93d6-4bc9-abb5-56e9e68c258a {
  display: none;
}
#s-3b6ec3fb-93d6-4bc9-abb5-56e9e68c258a, #wrap-s-3b6ec3fb-93d6-4bc9-abb5-56e9e68c258a { display: none !important; }}
#s-3b6ec3fb-93d6-4bc9-abb5-56e9e68c258a hr {
  border-top: 2px solid rgba(221, 221, 221, 0);
}

#s-72f714fa-c0fd-416f-b024-d4314fbc3776 {
  box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);
background-repeat: no-repeat;
background-size: cover;
border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(23, 143, 238, 1);
border-radius: 0px;
min-height: 411px;
background-position: center top;
}
@media (min-width: 1200px){#s-72f714fa-c0fd-416f-b024-d4314fbc3776 {
  display: none;
}
#s-72f714fa-c0fd-416f-b024-d4314fbc3776, #wrap-s-72f714fa-c0fd-416f-b024-d4314fbc3776 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-72f714fa-c0fd-416f-b024-d4314fbc3776 {
  display: none;
}
#s-72f714fa-c0fd-416f-b024-d4314fbc3776, #wrap-s-72f714fa-c0fd-416f-b024-d4314fbc3776 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-72f714fa-c0fd-416f-b024-d4314fbc3776 {
  display: none;
}
#s-72f714fa-c0fd-416f-b024-d4314fbc3776, #wrap-s-72f714fa-c0fd-416f-b024-d4314fbc3776 { display: none !important; }}@media (max-width: 767px){#s-72f714fa-c0fd-416f-b024-d4314fbc3776 {
  display: none;
}
#s-72f714fa-c0fd-416f-b024-d4314fbc3776, #wrap-s-72f714fa-c0fd-416f-b024-d4314fbc3776 { display: none !important; }}







#s-72f714fa-c0fd-416f-b024-d4314fbc3776 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-72f714fa-c0fd-416f-b024-d4314fbc3776 {
  cursor: pointer;
}#s-72f714fa-c0fd-416f-b024-d4314fbc3776.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 1200px){#s-02f25483-611f-4cf1-9443-f8458749206c {
  display: none;
}
#s-02f25483-611f-4cf1-9443-f8458749206c, #wrap-s-02f25483-611f-4cf1-9443-f8458749206c { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-02f25483-611f-4cf1-9443-f8458749206c {
  display: none;
}
#s-02f25483-611f-4cf1-9443-f8458749206c, #wrap-s-02f25483-611f-4cf1-9443-f8458749206c { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-02f25483-611f-4cf1-9443-f8458749206c {
  display: none;
}
#s-02f25483-611f-4cf1-9443-f8458749206c, #wrap-s-02f25483-611f-4cf1-9443-f8458749206c { display: none !important; }}@media (max-width: 767px){#s-02f25483-611f-4cf1-9443-f8458749206c {
  display: none;
}
#s-02f25483-611f-4cf1-9443-f8458749206c, #wrap-s-02f25483-611f-4cf1-9443-f8458749206c { display: none !important; }}
@media (min-width: 0px) {
[id="s-02f25483-611f-4cf1-9443-f8458749206c"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-02f25483-611f-4cf1-9443-f8458749206c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-02f25483-611f-4cf1-9443-f8458749206c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-02f25483-611f-4cf1-9443-f8458749206c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-ec8ab7db-82f4-4a58-93e1-43184384a153 {
  padding-left: 20px;
padding-right: 20px;
text-align: center;
}







  #s-ec8ab7db-82f4-4a58-93e1-43184384a153 img.shogun-image {
    

    
    
    
  }


#s-ec8ab7db-82f4-4a58-93e1-43184384a153 .shogun-image-content {
  
    align-items: center;
  
}

#s-eb03cb30-1e9a-43ad-bf93-6d663e88cbc5 {
  margin-top: 10px;
margin-left: 30px;
margin-right: 30px;
}

#s-eb5655e4-3def-4e49-a33c-9b2ec7f71e0a {
  padding-left: 20px;
padding-right: 20px;
text-align: center;
}







  #s-eb5655e4-3def-4e49-a33c-9b2ec7f71e0a img.shogun-image {
    

    
    
    
  }


#s-eb5655e4-3def-4e49-a33c-9b2ec7f71e0a .shogun-image-content {
  
    align-items: center;
  
}

#s-1996d357-5c18-42ee-898a-edfd96f89549 {
  margin-top: 10px;
margin-left: 30px;
margin-right: 30px;
}

@media (min-width: 1200px){#s-a4b01b87-7a30-466f-bf0e-c42f57e90cd2 {
  display: none;
}
#s-a4b01b87-7a30-466f-bf0e-c42f57e90cd2, #wrap-s-a4b01b87-7a30-466f-bf0e-c42f57e90cd2 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a4b01b87-7a30-466f-bf0e-c42f57e90cd2 {
  display: none;
}
#s-a4b01b87-7a30-466f-bf0e-c42f57e90cd2, #wrap-s-a4b01b87-7a30-466f-bf0e-c42f57e90cd2 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-a4b01b87-7a30-466f-bf0e-c42f57e90cd2 {
  display: none;
}
#s-a4b01b87-7a30-466f-bf0e-c42f57e90cd2, #wrap-s-a4b01b87-7a30-466f-bf0e-c42f57e90cd2 { display: none !important; }}@media (max-width: 767px){#s-a4b01b87-7a30-466f-bf0e-c42f57e90cd2 {
  display: none;
}
#s-a4b01b87-7a30-466f-bf0e-c42f57e90cd2, #wrap-s-a4b01b87-7a30-466f-bf0e-c42f57e90cd2 { display: none !important; }}
#s-a4b01b87-7a30-466f-bf0e-c42f57e90cd2 hr {
  border-top: 2px solid rgba(221, 221, 221, 0);
}

#s-395156e9-79b6-4254-ae0c-cb045f19f7f5 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-395156e9-79b6-4254-ae0c-cb045f19f7f5:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-395156e9-79b6-4254-ae0c-cb045f19f7f5:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-395156e9-79b6-4254-ae0c-cb045f19f7f5 {
  display: none;
}
#s-395156e9-79b6-4254-ae0c-cb045f19f7f5, #wrap-s-395156e9-79b6-4254-ae0c-cb045f19f7f5 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-395156e9-79b6-4254-ae0c-cb045f19f7f5 {
  display: none;
}
#s-395156e9-79b6-4254-ae0c-cb045f19f7f5, #wrap-s-395156e9-79b6-4254-ae0c-cb045f19f7f5 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-395156e9-79b6-4254-ae0c-cb045f19f7f5 {
  display: none;
}
#s-395156e9-79b6-4254-ae0c-cb045f19f7f5, #wrap-s-395156e9-79b6-4254-ae0c-cb045f19f7f5 { display: none !important; }}@media (max-width: 767px){#s-395156e9-79b6-4254-ae0c-cb045f19f7f5 {
  display: none;
}
#s-395156e9-79b6-4254-ae0c-cb045f19f7f5, #wrap-s-395156e9-79b6-4254-ae0c-cb045f19f7f5 { display: none !important; }}

  #s-395156e9-79b6-4254-ae0c-cb045f19f7f5-root {
    text-align: center;
  }


#s-395156e9-79b6-4254-ae0c-cb045f19f7f5.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Khula;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-395156e9-79b6-4254-ae0c-cb045f19f7f5-root {
    text-align: center;
  }


#s-395156e9-79b6-4254-ae0c-cb045f19f7f5.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Khula;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-395156e9-79b6-4254-ae0c-cb045f19f7f5-root {
    text-align: center;
  }


#s-395156e9-79b6-4254-ae0c-cb045f19f7f5.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Khula;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-395156e9-79b6-4254-ae0c-cb045f19f7f5-root {
    text-align: center;
  }


#s-395156e9-79b6-4254-ae0c-cb045f19f7f5.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Khula;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-395156e9-79b6-4254-ae0c-cb045f19f7f5-root {
    text-align: center;
  }


#s-395156e9-79b6-4254-ae0c-cb045f19f7f5.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Khula;
  display:  inline-block ;
}
}
@media (min-width: 1200px){#s-810aea30-28ce-4f2c-8475-419401969308 {
  display: none;
}
#s-810aea30-28ce-4f2c-8475-419401969308, #wrap-s-810aea30-28ce-4f2c-8475-419401969308 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-810aea30-28ce-4f2c-8475-419401969308 {
  display: none;
}
#s-810aea30-28ce-4f2c-8475-419401969308, #wrap-s-810aea30-28ce-4f2c-8475-419401969308 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-810aea30-28ce-4f2c-8475-419401969308 {
  display: none;
}
#s-810aea30-28ce-4f2c-8475-419401969308, #wrap-s-810aea30-28ce-4f2c-8475-419401969308 { display: none !important; }}@media (max-width: 767px){#s-810aea30-28ce-4f2c-8475-419401969308 {
  display: none;
}
#s-810aea30-28ce-4f2c-8475-419401969308, #wrap-s-810aea30-28ce-4f2c-8475-419401969308 { display: none !important; }}
#s-810aea30-28ce-4f2c-8475-419401969308 hr {
  border-top: 2px solid rgba(221, 221, 221, 0);
}

#s-afa7f953-51ad-42b3-8013-966f89c52d58 {
  box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);
background-repeat: no-repeat;
background-size: cover;
border-style: solid;
margin-top: 0px;
margin-left: 80px;
margin-bottom: 0px;
margin-right: 80px;
padding-top: 0px;
padding-left: 80px;
padding-bottom: 0px;
padding-right: 80px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(23, 143, 238, 1);
border-radius: 0px;
min-height: 411px;
background-position: center center;
}
@media (min-width: 1200px){#s-afa7f953-51ad-42b3-8013-966f89c52d58 {
  display: none;
}
#s-afa7f953-51ad-42b3-8013-966f89c52d58, #wrap-s-afa7f953-51ad-42b3-8013-966f89c52d58 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-afa7f953-51ad-42b3-8013-966f89c52d58 {
  display: none;
}
#s-afa7f953-51ad-42b3-8013-966f89c52d58, #wrap-s-afa7f953-51ad-42b3-8013-966f89c52d58 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-afa7f953-51ad-42b3-8013-966f89c52d58 {
  display: none;
}
#s-afa7f953-51ad-42b3-8013-966f89c52d58, #wrap-s-afa7f953-51ad-42b3-8013-966f89c52d58 { display: none !important; }}@media (max-width: 767px){#s-afa7f953-51ad-42b3-8013-966f89c52d58 {
  display: none;
}
#s-afa7f953-51ad-42b3-8013-966f89c52d58, #wrap-s-afa7f953-51ad-42b3-8013-966f89c52d58 { display: none !important; }}







#s-afa7f953-51ad-42b3-8013-966f89c52d58 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-afa7f953-51ad-42b3-8013-966f89c52d58 {
  cursor: pointer;
}#s-afa7f953-51ad-42b3-8013-966f89c52d58.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 1200px){#s-09fb07f3-2581-4289-a9b0-4808d5fbb941 {
  display: none;
}
#s-09fb07f3-2581-4289-a9b0-4808d5fbb941, #wrap-s-09fb07f3-2581-4289-a9b0-4808d5fbb941 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-09fb07f3-2581-4289-a9b0-4808d5fbb941 {
  display: none;
}
#s-09fb07f3-2581-4289-a9b0-4808d5fbb941, #wrap-s-09fb07f3-2581-4289-a9b0-4808d5fbb941 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-09fb07f3-2581-4289-a9b0-4808d5fbb941 {
  display: none;
}
#s-09fb07f3-2581-4289-a9b0-4808d5fbb941, #wrap-s-09fb07f3-2581-4289-a9b0-4808d5fbb941 { display: none !important; }}@media (max-width: 767px){#s-09fb07f3-2581-4289-a9b0-4808d5fbb941 {
  display: none;
}
#s-09fb07f3-2581-4289-a9b0-4808d5fbb941, #wrap-s-09fb07f3-2581-4289-a9b0-4808d5fbb941 { display: none !important; }}
#s-09fb07f3-2581-4289-a9b0-4808d5fbb941 hr {
  border-top: 2px solid rgba(221, 221, 221, 0);
}

#s-5d63fad7-45af-4032-a3a5-e5268df7f29d {
  box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);
background-repeat: no-repeat;
background-size: cover;
border-style: solid;
margin-top: 0px;
margin-left: 80px;
margin-bottom: 0px;
margin-right: 80px;
padding-top: 0px;
padding-left: 80px;
padding-bottom: 0px;
padding-right: 80px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(23, 143, 238, 1);
border-radius: 0px;
min-height: 411px;
background-position: center center;
}
@media (min-width: 1200px){#s-5d63fad7-45af-4032-a3a5-e5268df7f29d {
  display: none;
}
#s-5d63fad7-45af-4032-a3a5-e5268df7f29d, #wrap-s-5d63fad7-45af-4032-a3a5-e5268df7f29d { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-5d63fad7-45af-4032-a3a5-e5268df7f29d {
  display: none;
}
#s-5d63fad7-45af-4032-a3a5-e5268df7f29d, #wrap-s-5d63fad7-45af-4032-a3a5-e5268df7f29d { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-5d63fad7-45af-4032-a3a5-e5268df7f29d {
  display: none;
}
#s-5d63fad7-45af-4032-a3a5-e5268df7f29d, #wrap-s-5d63fad7-45af-4032-a3a5-e5268df7f29d { display: none !important; }}@media (max-width: 767px){#s-5d63fad7-45af-4032-a3a5-e5268df7f29d {
  display: none;
}
#s-5d63fad7-45af-4032-a3a5-e5268df7f29d, #wrap-s-5d63fad7-45af-4032-a3a5-e5268df7f29d { display: none !important; }}







#s-5d63fad7-45af-4032-a3a5-e5268df7f29d > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-5d63fad7-45af-4032-a3a5-e5268df7f29d {
  cursor: pointer;
}#s-5d63fad7-45af-4032-a3a5-e5268df7f29d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 1200px){#s-f7e0e178-c401-452b-805c-415ff6ad362e {
  display: none;
}
#s-f7e0e178-c401-452b-805c-415ff6ad362e, #wrap-s-f7e0e178-c401-452b-805c-415ff6ad362e { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f7e0e178-c401-452b-805c-415ff6ad362e {
  display: none;
}
#s-f7e0e178-c401-452b-805c-415ff6ad362e, #wrap-s-f7e0e178-c401-452b-805c-415ff6ad362e { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-f7e0e178-c401-452b-805c-415ff6ad362e {
  display: none;
}
#s-f7e0e178-c401-452b-805c-415ff6ad362e, #wrap-s-f7e0e178-c401-452b-805c-415ff6ad362e { display: none !important; }}@media (max-width: 767px){#s-f7e0e178-c401-452b-805c-415ff6ad362e {
  display: none;
}
#s-f7e0e178-c401-452b-805c-415ff6ad362e, #wrap-s-f7e0e178-c401-452b-805c-415ff6ad362e { display: none !important; }}
#s-f7e0e178-c401-452b-805c-415ff6ad362e hr {
  border-top: 2px solid rgba(221, 221, 221, 0);
}

#s-23746186-8b64-4184-b2a0-beff60f95ba0 {
  box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);
background-repeat: no-repeat;
background-size: cover;
border-style: solid;
margin-top: 0px;
margin-left: 80px;
margin-bottom: 0px;
margin-right: 80px;
padding-top: 0px;
padding-left: 80px;
padding-bottom: 0px;
padding-right: 80px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(23, 143, 238, 1);
border-radius: 0px;
min-height: 411px;
background-position: center center;
}
@media (min-width: 1200px){#s-23746186-8b64-4184-b2a0-beff60f95ba0 {
  display: none;
}
#s-23746186-8b64-4184-b2a0-beff60f95ba0, #wrap-s-23746186-8b64-4184-b2a0-beff60f95ba0 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-23746186-8b64-4184-b2a0-beff60f95ba0 {
  display: none;
}
#s-23746186-8b64-4184-b2a0-beff60f95ba0, #wrap-s-23746186-8b64-4184-b2a0-beff60f95ba0 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-23746186-8b64-4184-b2a0-beff60f95ba0 {
  display: none;
}
#s-23746186-8b64-4184-b2a0-beff60f95ba0, #wrap-s-23746186-8b64-4184-b2a0-beff60f95ba0 { display: none !important; }}@media (max-width: 767px){#s-23746186-8b64-4184-b2a0-beff60f95ba0 {
  display: none;
}
#s-23746186-8b64-4184-b2a0-beff60f95ba0, #wrap-s-23746186-8b64-4184-b2a0-beff60f95ba0 { display: none !important; }}







#s-23746186-8b64-4184-b2a0-beff60f95ba0 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-23746186-8b64-4184-b2a0-beff60f95ba0 {
  cursor: pointer;
}#s-23746186-8b64-4184-b2a0-beff60f95ba0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 1200px){#s-7f17ec30-7896-4261-9704-c42681debe1a {
  display: none;
}
#s-7f17ec30-7896-4261-9704-c42681debe1a, #wrap-s-7f17ec30-7896-4261-9704-c42681debe1a { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-7f17ec30-7896-4261-9704-c42681debe1a {
  display: none;
}
#s-7f17ec30-7896-4261-9704-c42681debe1a, #wrap-s-7f17ec30-7896-4261-9704-c42681debe1a { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-7f17ec30-7896-4261-9704-c42681debe1a {
  display: none;
}
#s-7f17ec30-7896-4261-9704-c42681debe1a, #wrap-s-7f17ec30-7896-4261-9704-c42681debe1a { display: none !important; }}@media (max-width: 767px){#s-7f17ec30-7896-4261-9704-c42681debe1a {
  display: none;
}
#s-7f17ec30-7896-4261-9704-c42681debe1a, #wrap-s-7f17ec30-7896-4261-9704-c42681debe1a { display: none !important; }}
#s-7f17ec30-7896-4261-9704-c42681debe1a hr {
  border-top: 2px solid rgba(221, 221, 221, 0);
}

@media (min-width: 1200px){#s-1c2a2847-89b9-492b-92ac-b991a6616f63 {
  display: none;
}
#s-1c2a2847-89b9-492b-92ac-b991a6616f63, #wrap-s-1c2a2847-89b9-492b-92ac-b991a6616f63 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-1c2a2847-89b9-492b-92ac-b991a6616f63 {
  display: none;
}
#s-1c2a2847-89b9-492b-92ac-b991a6616f63, #wrap-s-1c2a2847-89b9-492b-92ac-b991a6616f63 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-1c2a2847-89b9-492b-92ac-b991a6616f63 {
  display: none;
}
#s-1c2a2847-89b9-492b-92ac-b991a6616f63, #wrap-s-1c2a2847-89b9-492b-92ac-b991a6616f63 { display: none !important; }}@media (max-width: 767px){#s-1c2a2847-89b9-492b-92ac-b991a6616f63 {
  display: none;
}
#s-1c2a2847-89b9-492b-92ac-b991a6616f63, #wrap-s-1c2a2847-89b9-492b-92ac-b991a6616f63 { display: none !important; }}
#s-1c2a2847-89b9-492b-92ac-b991a6616f63 hr {
  border-top: 2px solid rgba(221, 221, 221, 0);
}

@media (min-width: 1200px){#s-4de42905-27fa-439b-be3c-fc318e17eeaa {
  display: none;
}
#s-4de42905-27fa-439b-be3c-fc318e17eeaa, #wrap-s-4de42905-27fa-439b-be3c-fc318e17eeaa { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-4de42905-27fa-439b-be3c-fc318e17eeaa {
  display: none;
}
#s-4de42905-27fa-439b-be3c-fc318e17eeaa, #wrap-s-4de42905-27fa-439b-be3c-fc318e17eeaa { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-4de42905-27fa-439b-be3c-fc318e17eeaa {
  display: none;
}
#s-4de42905-27fa-439b-be3c-fc318e17eeaa, #wrap-s-4de42905-27fa-439b-be3c-fc318e17eeaa { display: none !important; }}@media (max-width: 767px){#s-4de42905-27fa-439b-be3c-fc318e17eeaa {
  display: none;
}
#s-4de42905-27fa-439b-be3c-fc318e17eeaa, #wrap-s-4de42905-27fa-439b-be3c-fc318e17eeaa { display: none !important; }}
#s-4de42905-27fa-439b-be3c-fc318e17eeaa hr {
  border-top: 2px solid rgba(221, 221, 221, 0);
}

@media (min-width: 1200px){#s-856397df-99db-4b8e-b170-99eb542007e5 {
  display: none;
}
#s-856397df-99db-4b8e-b170-99eb542007e5, #wrap-s-856397df-99db-4b8e-b170-99eb542007e5 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-856397df-99db-4b8e-b170-99eb542007e5 {
  display: none;
}
#s-856397df-99db-4b8e-b170-99eb542007e5, #wrap-s-856397df-99db-4b8e-b170-99eb542007e5 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-856397df-99db-4b8e-b170-99eb542007e5 {
  display: none;
}
#s-856397df-99db-4b8e-b170-99eb542007e5, #wrap-s-856397df-99db-4b8e-b170-99eb542007e5 { display: none !important; }}@media (max-width: 767px){#s-856397df-99db-4b8e-b170-99eb542007e5 {
  display: none;
}
#s-856397df-99db-4b8e-b170-99eb542007e5, #wrap-s-856397df-99db-4b8e-b170-99eb542007e5 { display: none !important; }}
#s-856397df-99db-4b8e-b170-99eb542007e5 hr {
  border-top: 2px solid rgba(221, 221, 221, 0);
}

@media (min-width: 1200px){#s-f387541f-6649-4dd7-bafe-2c46910ae02c {
  display: none;
}
#s-f387541f-6649-4dd7-bafe-2c46910ae02c, #wrap-s-f387541f-6649-4dd7-bafe-2c46910ae02c { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f387541f-6649-4dd7-bafe-2c46910ae02c {
  display: none;
}
#s-f387541f-6649-4dd7-bafe-2c46910ae02c, #wrap-s-f387541f-6649-4dd7-bafe-2c46910ae02c { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-f387541f-6649-4dd7-bafe-2c46910ae02c {
  display: none;
}
#s-f387541f-6649-4dd7-bafe-2c46910ae02c, #wrap-s-f387541f-6649-4dd7-bafe-2c46910ae02c { display: none !important; }}@media (max-width: 767px){#s-f387541f-6649-4dd7-bafe-2c46910ae02c {
  display: none;
}
#s-f387541f-6649-4dd7-bafe-2c46910ae02c, #wrap-s-f387541f-6649-4dd7-bafe-2c46910ae02c { display: none !important; }}
#s-f387541f-6649-4dd7-bafe-2c46910ae02c hr {
  border-top: 2px solid rgba(221, 221, 221, 0);
}

@media (min-width: 1200px){#s-f536f2fe-3517-4932-b2d7-59d8704ef123 {
  display: none;
}
#s-f536f2fe-3517-4932-b2d7-59d8704ef123, #wrap-s-f536f2fe-3517-4932-b2d7-59d8704ef123 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f536f2fe-3517-4932-b2d7-59d8704ef123 {
  display: none;
}
#s-f536f2fe-3517-4932-b2d7-59d8704ef123, #wrap-s-f536f2fe-3517-4932-b2d7-59d8704ef123 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-f536f2fe-3517-4932-b2d7-59d8704ef123 {
  display: none;
}
#s-f536f2fe-3517-4932-b2d7-59d8704ef123, #wrap-s-f536f2fe-3517-4932-b2d7-59d8704ef123 { display: none !important; }}@media (max-width: 767px){#s-f536f2fe-3517-4932-b2d7-59d8704ef123 {
  display: none;
}
#s-f536f2fe-3517-4932-b2d7-59d8704ef123, #wrap-s-f536f2fe-3517-4932-b2d7-59d8704ef123 { display: none !important; }}
#s-f536f2fe-3517-4932-b2d7-59d8704ef123 hr {
  border-top: 2px solid rgba(221, 221, 221, 0);
}

@media (min-width: 1200px){#s-9abff96f-d6fd-4e5a-b148-3b8cf622cfe5 {
  display: none;
}
#s-9abff96f-d6fd-4e5a-b148-3b8cf622cfe5, #wrap-s-9abff96f-d6fd-4e5a-b148-3b8cf622cfe5 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9abff96f-d6fd-4e5a-b148-3b8cf622cfe5 {
  display: none;
}
#s-9abff96f-d6fd-4e5a-b148-3b8cf622cfe5, #wrap-s-9abff96f-d6fd-4e5a-b148-3b8cf622cfe5 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-9abff96f-d6fd-4e5a-b148-3b8cf622cfe5 {
  display: none;
}
#s-9abff96f-d6fd-4e5a-b148-3b8cf622cfe5, #wrap-s-9abff96f-d6fd-4e5a-b148-3b8cf622cfe5 { display: none !important; }}@media (max-width: 767px){#s-9abff96f-d6fd-4e5a-b148-3b8cf622cfe5 {
  display: none;
}
#s-9abff96f-d6fd-4e5a-b148-3b8cf622cfe5, #wrap-s-9abff96f-d6fd-4e5a-b148-3b8cf622cfe5 { display: none !important; }}
#s-9abff96f-d6fd-4e5a-b148-3b8cf622cfe5 hr {
  border-top: 2px solid rgba(221, 221, 221, 0);
}

@media (min-width: 1200px){#s-6d8da346-3306-4cd5-bfb6-92d8efeeea2d {
  display: none;
}
#s-6d8da346-3306-4cd5-bfb6-92d8efeeea2d, #wrap-s-6d8da346-3306-4cd5-bfb6-92d8efeeea2d { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-6d8da346-3306-4cd5-bfb6-92d8efeeea2d {
  display: none;
}
#s-6d8da346-3306-4cd5-bfb6-92d8efeeea2d, #wrap-s-6d8da346-3306-4cd5-bfb6-92d8efeeea2d { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-6d8da346-3306-4cd5-bfb6-92d8efeeea2d {
  display: none;
}
#s-6d8da346-3306-4cd5-bfb6-92d8efeeea2d, #wrap-s-6d8da346-3306-4cd5-bfb6-92d8efeeea2d { display: none !important; }}@media (max-width: 767px){#s-6d8da346-3306-4cd5-bfb6-92d8efeeea2d {
  display: none;
}
#s-6d8da346-3306-4cd5-bfb6-92d8efeeea2d, #wrap-s-6d8da346-3306-4cd5-bfb6-92d8efeeea2d { display: none !important; }}
#s-6d8da346-3306-4cd5-bfb6-92d8efeeea2d hr {
  border-top: 2px solid rgba(221, 221, 221, 0);
}

@media (min-width: 1200px){#s-b7ec726b-2cec-4846-9bb3-761689b7daf9 {
  display: none;
}
#s-b7ec726b-2cec-4846-9bb3-761689b7daf9, #wrap-s-b7ec726b-2cec-4846-9bb3-761689b7daf9 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b7ec726b-2cec-4846-9bb3-761689b7daf9 {
  display: none;
}
#s-b7ec726b-2cec-4846-9bb3-761689b7daf9, #wrap-s-b7ec726b-2cec-4846-9bb3-761689b7daf9 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-b7ec726b-2cec-4846-9bb3-761689b7daf9 {
  display: none;
}
#s-b7ec726b-2cec-4846-9bb3-761689b7daf9, #wrap-s-b7ec726b-2cec-4846-9bb3-761689b7daf9 { display: none !important; }}@media (max-width: 767px){#s-b7ec726b-2cec-4846-9bb3-761689b7daf9 {
  display: none;
}
#s-b7ec726b-2cec-4846-9bb3-761689b7daf9, #wrap-s-b7ec726b-2cec-4846-9bb3-761689b7daf9 { display: none !important; }}
#s-b7ec726b-2cec-4846-9bb3-761689b7daf9 hr {
  border-top: 2px solid rgba(221, 221, 221, 0);
}

@media (min-width: 1200px){#s-afe4388d-3523-4925-9ccc-be3751edd960 {
  display: none;
}
#s-afe4388d-3523-4925-9ccc-be3751edd960, #wrap-s-afe4388d-3523-4925-9ccc-be3751edd960 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-afe4388d-3523-4925-9ccc-be3751edd960 {
  display: none;
}
#s-afe4388d-3523-4925-9ccc-be3751edd960, #wrap-s-afe4388d-3523-4925-9ccc-be3751edd960 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-afe4388d-3523-4925-9ccc-be3751edd960 {
  display: none;
}
#s-afe4388d-3523-4925-9ccc-be3751edd960, #wrap-s-afe4388d-3523-4925-9ccc-be3751edd960 { display: none !important; }}@media (max-width: 767px){#s-afe4388d-3523-4925-9ccc-be3751edd960 {
  display: none;
}
#s-afe4388d-3523-4925-9ccc-be3751edd960, #wrap-s-afe4388d-3523-4925-9ccc-be3751edd960 { display: none !important; }}
#s-afe4388d-3523-4925-9ccc-be3751edd960 hr {
  border-top: 2px solid rgba(221, 221, 221, 0);
}

@media (min-width: 1200px){#s-520e3e58-1e71-4a9e-b463-eb23a2e8d373 {
  display: none;
}
#s-520e3e58-1e71-4a9e-b463-eb23a2e8d373, #wrap-s-520e3e58-1e71-4a9e-b463-eb23a2e8d373 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-520e3e58-1e71-4a9e-b463-eb23a2e8d373 {
  display: none;
}
#s-520e3e58-1e71-4a9e-b463-eb23a2e8d373, #wrap-s-520e3e58-1e71-4a9e-b463-eb23a2e8d373 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-520e3e58-1e71-4a9e-b463-eb23a2e8d373 {
  display: none;
}
#s-520e3e58-1e71-4a9e-b463-eb23a2e8d373, #wrap-s-520e3e58-1e71-4a9e-b463-eb23a2e8d373 { display: none !important; }}@media (max-width: 767px){#s-520e3e58-1e71-4a9e-b463-eb23a2e8d373 {
  display: none;
}
#s-520e3e58-1e71-4a9e-b463-eb23a2e8d373, #wrap-s-520e3e58-1e71-4a9e-b463-eb23a2e8d373 { display: none !important; }}
#s-520e3e58-1e71-4a9e-b463-eb23a2e8d373 hr {
  border-top: 2px solid rgba(221, 221, 221, 0);
}

@media (min-width: 1200px){#s-0877784b-67ae-40b6-a07b-dd04744d85d9 {
  display: none;
}
#s-0877784b-67ae-40b6-a07b-dd04744d85d9, #wrap-s-0877784b-67ae-40b6-a07b-dd04744d85d9 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0877784b-67ae-40b6-a07b-dd04744d85d9 {
  display: none;
}
#s-0877784b-67ae-40b6-a07b-dd04744d85d9, #wrap-s-0877784b-67ae-40b6-a07b-dd04744d85d9 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-0877784b-67ae-40b6-a07b-dd04744d85d9 {
  display: none;
}
#s-0877784b-67ae-40b6-a07b-dd04744d85d9, #wrap-s-0877784b-67ae-40b6-a07b-dd04744d85d9 { display: none !important; }}@media (max-width: 767px){#s-0877784b-67ae-40b6-a07b-dd04744d85d9 {
  display: none;
}
#s-0877784b-67ae-40b6-a07b-dd04744d85d9, #wrap-s-0877784b-67ae-40b6-a07b-dd04744d85d9 { display: none !important; }}
#s-0877784b-67ae-40b6-a07b-dd04744d85d9 hr {
  border-top: 2px solid rgba(221, 221, 221, 0);
}

@media (min-width: 1200px){#s-bc09e11a-4db0-4d57-b95a-d694a590c59b {
  display: none;
}
#s-bc09e11a-4db0-4d57-b95a-d694a590c59b, #wrap-s-bc09e11a-4db0-4d57-b95a-d694a590c59b { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-bc09e11a-4db0-4d57-b95a-d694a590c59b {
  display: none;
}
#s-bc09e11a-4db0-4d57-b95a-d694a590c59b, #wrap-s-bc09e11a-4db0-4d57-b95a-d694a590c59b { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-bc09e11a-4db0-4d57-b95a-d694a590c59b {
  display: none;
}
#s-bc09e11a-4db0-4d57-b95a-d694a590c59b, #wrap-s-bc09e11a-4db0-4d57-b95a-d694a590c59b { display: none !important; }}@media (max-width: 767px){#s-bc09e11a-4db0-4d57-b95a-d694a590c59b {
  display: none;
}
#s-bc09e11a-4db0-4d57-b95a-d694a590c59b, #wrap-s-bc09e11a-4db0-4d57-b95a-d694a590c59b { display: none !important; }}
#s-bc09e11a-4db0-4d57-b95a-d694a590c59b hr {
  border-top: 2px solid rgba(221, 221, 221, 0);
}

@media (min-width: 1200px){#s-7e57dc1c-32d8-4b1a-ba3f-b25bf9265bdf {
  display: none;
}
#s-7e57dc1c-32d8-4b1a-ba3f-b25bf9265bdf, #wrap-s-7e57dc1c-32d8-4b1a-ba3f-b25bf9265bdf { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-7e57dc1c-32d8-4b1a-ba3f-b25bf9265bdf {
  display: none;
}
#s-7e57dc1c-32d8-4b1a-ba3f-b25bf9265bdf, #wrap-s-7e57dc1c-32d8-4b1a-ba3f-b25bf9265bdf { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-7e57dc1c-32d8-4b1a-ba3f-b25bf9265bdf {
  display: none;
}
#s-7e57dc1c-32d8-4b1a-ba3f-b25bf9265bdf, #wrap-s-7e57dc1c-32d8-4b1a-ba3f-b25bf9265bdf { display: none !important; }}@media (max-width: 767px){#s-7e57dc1c-32d8-4b1a-ba3f-b25bf9265bdf {
  display: none;
}
#s-7e57dc1c-32d8-4b1a-ba3f-b25bf9265bdf, #wrap-s-7e57dc1c-32d8-4b1a-ba3f-b25bf9265bdf { display: none !important; }}
#s-7e57dc1c-32d8-4b1a-ba3f-b25bf9265bdf hr {
  border-top: 2px solid rgba(221, 221, 221, 0);
}

@media (min-width: 1200px){#s-1070812f-3542-492b-a7c9-83c44ffb1dc5 {
  display: none;
}
#s-1070812f-3542-492b-a7c9-83c44ffb1dc5, #wrap-s-1070812f-3542-492b-a7c9-83c44ffb1dc5 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-1070812f-3542-492b-a7c9-83c44ffb1dc5 {
  display: none;
}
#s-1070812f-3542-492b-a7c9-83c44ffb1dc5, #wrap-s-1070812f-3542-492b-a7c9-83c44ffb1dc5 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-1070812f-3542-492b-a7c9-83c44ffb1dc5 {
  display: none;
}
#s-1070812f-3542-492b-a7c9-83c44ffb1dc5, #wrap-s-1070812f-3542-492b-a7c9-83c44ffb1dc5 { display: none !important; }}@media (max-width: 767px){#s-1070812f-3542-492b-a7c9-83c44ffb1dc5 {
  display: none;
}
#s-1070812f-3542-492b-a7c9-83c44ffb1dc5, #wrap-s-1070812f-3542-492b-a7c9-83c44ffb1dc5 { display: none !important; }}
#s-1070812f-3542-492b-a7c9-83c44ffb1dc5 hr {
  border-top: 2px solid rgba(221, 221, 221, 0);
}

@media (min-width: 1200px){#s-b4cdb465-ca4c-4c65-bfc2-e3ca84ce7298 {
  display: none;
}
#s-b4cdb465-ca4c-4c65-bfc2-e3ca84ce7298, #wrap-s-b4cdb465-ca4c-4c65-bfc2-e3ca84ce7298 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b4cdb465-ca4c-4c65-bfc2-e3ca84ce7298 {
  display: none;
}
#s-b4cdb465-ca4c-4c65-bfc2-e3ca84ce7298, #wrap-s-b4cdb465-ca4c-4c65-bfc2-e3ca84ce7298 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-b4cdb465-ca4c-4c65-bfc2-e3ca84ce7298 {
  display: none;
}
#s-b4cdb465-ca4c-4c65-bfc2-e3ca84ce7298, #wrap-s-b4cdb465-ca4c-4c65-bfc2-e3ca84ce7298 { display: none !important; }}@media (max-width: 767px){#s-b4cdb465-ca4c-4c65-bfc2-e3ca84ce7298 {
  display: none;
}
#s-b4cdb465-ca4c-4c65-bfc2-e3ca84ce7298, #wrap-s-b4cdb465-ca4c-4c65-bfc2-e3ca84ce7298 { display: none !important; }}
#s-b4cdb465-ca4c-4c65-bfc2-e3ca84ce7298 hr {
  border-top: 2px solid rgba(221, 221, 221, 0);
}

#s-d145f1d0-2f42-4727-a2a4-dff40529cfe0 {
  margin-top: 50px;
margin-left: 50px;
margin-bottom: 50px;
margin-right: 50px;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-d145f1d0-2f42-4727-a2a4-dff40529cfe0 {
  display: none;
}
#s-d145f1d0-2f42-4727-a2a4-dff40529cfe0, #wrap-s-d145f1d0-2f42-4727-a2a4-dff40529cfe0 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d145f1d0-2f42-4727-a2a4-dff40529cfe0 {
  display: none;
}
#s-d145f1d0-2f42-4727-a2a4-dff40529cfe0, #wrap-s-d145f1d0-2f42-4727-a2a4-dff40529cfe0 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-d145f1d0-2f42-4727-a2a4-dff40529cfe0 {
  display: none;
}
#s-d145f1d0-2f42-4727-a2a4-dff40529cfe0, #wrap-s-d145f1d0-2f42-4727-a2a4-dff40529cfe0 { display: none !important; }}@media (max-width: 767px){#s-d145f1d0-2f42-4727-a2a4-dff40529cfe0 {
  display: none;
}
#s-d145f1d0-2f42-4727-a2a4-dff40529cfe0, #wrap-s-d145f1d0-2f42-4727-a2a4-dff40529cfe0 { display: none !important; }}
@media (min-width: 0px) {
[id="s-d145f1d0-2f42-4727-a2a4-dff40529cfe0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d145f1d0-2f42-4727-a2a4-dff40529cfe0"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-d145f1d0-2f42-4727-a2a4-dff40529cfe0"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-d145f1d0-2f42-4727-a2a4-dff40529cfe0"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-d145f1d0-2f42-4727-a2a4-dff40529cfe0"] > .shg-row {
    flex-flow: column-reverse;
  }
}

@media (min-width: 1200px){#s-1271106a-698d-49fa-9d41-fff0abed791d {
  display: none;
}
#s-1271106a-698d-49fa-9d41-fff0abed791d, #wrap-s-1271106a-698d-49fa-9d41-fff0abed791d { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-1271106a-698d-49fa-9d41-fff0abed791d {
  display: none;
}
#s-1271106a-698d-49fa-9d41-fff0abed791d, #wrap-s-1271106a-698d-49fa-9d41-fff0abed791d { display: none !important; }}@media (max-width: 767px){#s-1271106a-698d-49fa-9d41-fff0abed791d {
  display: none;
}
#s-1271106a-698d-49fa-9d41-fff0abed791d, #wrap-s-1271106a-698d-49fa-9d41-fff0abed791d { display: none !important; }}
#s-1271106a-698d-49fa-9d41-fff0abed791d hr {
  border-top: 2px solid rgba(221, 221, 221, 0);
}

@media (max-width: 767px){#s-41dcc7bd-12e0-491f-8853-2234e8e01dcb {
  display: none;
}
#s-41dcc7bd-12e0-491f-8853-2234e8e01dcb, #wrap-s-41dcc7bd-12e0-491f-8853-2234e8e01dcb { display: none !important; }}
@media (min-width: 0px) {
[id="s-41dcc7bd-12e0-491f-8853-2234e8e01dcb"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-41dcc7bd-12e0-491f-8853-2234e8e01dcb"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-41dcc7bd-12e0-491f-8853-2234e8e01dcb"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-41dcc7bd-12e0-491f-8853-2234e8e01dcb"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-699fb77d-ad8f-4fbf-9c5c-2c19a062c3bd {
  padding-left: 10px;
padding-right: 10px;
text-align: center;
}
@media (max-width: 767px){#s-699fb77d-ad8f-4fbf-9c5c-2c19a062c3bd {
  display: none;
}
#s-699fb77d-ad8f-4fbf-9c5c-2c19a062c3bd, #wrap-s-699fb77d-ad8f-4fbf-9c5c-2c19a062c3bd { display: none !important; }}






  #s-699fb77d-ad8f-4fbf-9c5c-2c19a062c3bd img.shogun-image {
    

    
    
    
  }


#s-699fb77d-ad8f-4fbf-9c5c-2c19a062c3bd .shogun-image-content {
  
    align-items: center;
  
}

#s-9cefbb7d-8533-4752-a2e2-7c24d4119eb6 {
  text-align: center;
}
@media (max-width: 767px){#s-9cefbb7d-8533-4752-a2e2-7c24d4119eb6 {
  display: none;
}
#s-9cefbb7d-8533-4752-a2e2-7c24d4119eb6, #wrap-s-9cefbb7d-8533-4752-a2e2-7c24d4119eb6 { display: none !important; }}






  #s-9cefbb7d-8533-4752-a2e2-7c24d4119eb6 img.shogun-image {
    

    
    
    
  }


#s-9cefbb7d-8533-4752-a2e2-7c24d4119eb6 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 1200px){#s-33da6cd1-bf18-4b10-89fc-d4832322f51e {
  display: none;
}
#s-33da6cd1-bf18-4b10-89fc-d4832322f51e, #wrap-s-33da6cd1-bf18-4b10-89fc-d4832322f51e { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-33da6cd1-bf18-4b10-89fc-d4832322f51e {
  display: none;
}
#s-33da6cd1-bf18-4b10-89fc-d4832322f51e, #wrap-s-33da6cd1-bf18-4b10-89fc-d4832322f51e { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-33da6cd1-bf18-4b10-89fc-d4832322f51e {
  display: none;
}
#s-33da6cd1-bf18-4b10-89fc-d4832322f51e, #wrap-s-33da6cd1-bf18-4b10-89fc-d4832322f51e { display: none !important; }}@media (max-width: 767px){#s-33da6cd1-bf18-4b10-89fc-d4832322f51e {
  display: none;
}
#s-33da6cd1-bf18-4b10-89fc-d4832322f51e, #wrap-s-33da6cd1-bf18-4b10-89fc-d4832322f51e { display: none !important; }}
#s-33da6cd1-bf18-4b10-89fc-d4832322f51e hr {
  border-top: 2px solid rgba(221, 221, 221, 0);
}

@media (min-width: 1200px){#s-b69ab5ba-62df-4762-b667-a3138460c73f {
  display: none;
}
#s-b69ab5ba-62df-4762-b667-a3138460c73f, #wrap-s-b69ab5ba-62df-4762-b667-a3138460c73f { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b69ab5ba-62df-4762-b667-a3138460c73f {
  display: none;
}
#s-b69ab5ba-62df-4762-b667-a3138460c73f, #wrap-s-b69ab5ba-62df-4762-b667-a3138460c73f { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-b69ab5ba-62df-4762-b667-a3138460c73f {
  display: none;
}
#s-b69ab5ba-62df-4762-b667-a3138460c73f, #wrap-s-b69ab5ba-62df-4762-b667-a3138460c73f { display: none !important; }}@media (max-width: 767px){#s-b69ab5ba-62df-4762-b667-a3138460c73f {
  display: none;
}
#s-b69ab5ba-62df-4762-b667-a3138460c73f, #wrap-s-b69ab5ba-62df-4762-b667-a3138460c73f { display: none !important; }}
#s-b69ab5ba-62df-4762-b667-a3138460c73f hr {
  border-top: 2px solid rgba(221, 221, 221, 0);
}

@media (min-width: 1200px){#s-dcb05ccb-a517-4fed-8212-24f1797033bd {
  display: none;
}
#s-dcb05ccb-a517-4fed-8212-24f1797033bd, #wrap-s-dcb05ccb-a517-4fed-8212-24f1797033bd { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-dcb05ccb-a517-4fed-8212-24f1797033bd {
  display: none;
}
#s-dcb05ccb-a517-4fed-8212-24f1797033bd, #wrap-s-dcb05ccb-a517-4fed-8212-24f1797033bd { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-dcb05ccb-a517-4fed-8212-24f1797033bd {
  display: none;
}
#s-dcb05ccb-a517-4fed-8212-24f1797033bd, #wrap-s-dcb05ccb-a517-4fed-8212-24f1797033bd { display: none !important; }}@media (max-width: 767px){#s-dcb05ccb-a517-4fed-8212-24f1797033bd {
  display: none;
}
#s-dcb05ccb-a517-4fed-8212-24f1797033bd, #wrap-s-dcb05ccb-a517-4fed-8212-24f1797033bd { display: none !important; }}
#s-dcb05ccb-a517-4fed-8212-24f1797033bd hr {
  border-top: 2px solid rgba(221, 221, 221, 0);
}

#s-4d287d04-543a-4eaf-a690-8aff3d3fbf73 {
  box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);
background-repeat: no-repeat;
background-size: cover;
border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(23, 143, 238, 1);
border-radius: 0px;
min-height: 411px;
background-position: center center;
}
@media (min-width: 1200px){#s-4d287d04-543a-4eaf-a690-8aff3d3fbf73 {
  display: none;
}
#s-4d287d04-543a-4eaf-a690-8aff3d3fbf73, #wrap-s-4d287d04-543a-4eaf-a690-8aff3d3fbf73 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-4d287d04-543a-4eaf-a690-8aff3d3fbf73 {
  display: none;
}
#s-4d287d04-543a-4eaf-a690-8aff3d3fbf73, #wrap-s-4d287d04-543a-4eaf-a690-8aff3d3fbf73 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-4d287d04-543a-4eaf-a690-8aff3d3fbf73 {
  display: none;
}
#s-4d287d04-543a-4eaf-a690-8aff3d3fbf73, #wrap-s-4d287d04-543a-4eaf-a690-8aff3d3fbf73 { display: none !important; }}@media (max-width: 767px){#s-4d287d04-543a-4eaf-a690-8aff3d3fbf73 {
  display: none;
}
#s-4d287d04-543a-4eaf-a690-8aff3d3fbf73, #wrap-s-4d287d04-543a-4eaf-a690-8aff3d3fbf73 { display: none !important; }}







#s-4d287d04-543a-4eaf-a690-8aff3d3fbf73 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-4d287d04-543a-4eaf-a690-8aff3d3fbf73 {
  cursor: pointer;
}#s-4d287d04-543a-4eaf-a690-8aff3d3fbf73.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a2e5f435-7a69-4cbe-82a4-42319febaa0f {
  margin-left: 10px;
margin-right: 10px;
}
@media (min-width: 1200px){#s-a2e5f435-7a69-4cbe-82a4-42319febaa0f {
  display: none;
}
#s-a2e5f435-7a69-4cbe-82a4-42319febaa0f, #wrap-s-a2e5f435-7a69-4cbe-82a4-42319febaa0f { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a2e5f435-7a69-4cbe-82a4-42319febaa0f {
  display: none;
}
#s-a2e5f435-7a69-4cbe-82a4-42319febaa0f, #wrap-s-a2e5f435-7a69-4cbe-82a4-42319febaa0f { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-a2e5f435-7a69-4cbe-82a4-42319febaa0f {
  display: none;
}
#s-a2e5f435-7a69-4cbe-82a4-42319febaa0f, #wrap-s-a2e5f435-7a69-4cbe-82a4-42319febaa0f { display: none !important; }}@media (max-width: 767px){#s-a2e5f435-7a69-4cbe-82a4-42319febaa0f {
  display: none;
}
#s-a2e5f435-7a69-4cbe-82a4-42319febaa0f, #wrap-s-a2e5f435-7a69-4cbe-82a4-42319febaa0f { display: none !important; }}
@media (min-width: 1200px){#s-4ca2440b-4da8-4d5b-87dd-90bdaec9f61e {
  display: none;
}
#s-4ca2440b-4da8-4d5b-87dd-90bdaec9f61e, #wrap-s-4ca2440b-4da8-4d5b-87dd-90bdaec9f61e { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-4ca2440b-4da8-4d5b-87dd-90bdaec9f61e {
  display: none;
}
#s-4ca2440b-4da8-4d5b-87dd-90bdaec9f61e, #wrap-s-4ca2440b-4da8-4d5b-87dd-90bdaec9f61e { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-4ca2440b-4da8-4d5b-87dd-90bdaec9f61e {
  display: none;
}
#s-4ca2440b-4da8-4d5b-87dd-90bdaec9f61e, #wrap-s-4ca2440b-4da8-4d5b-87dd-90bdaec9f61e { display: none !important; }}@media (max-width: 767px){#s-4ca2440b-4da8-4d5b-87dd-90bdaec9f61e {
  display: none;
}
#s-4ca2440b-4da8-4d5b-87dd-90bdaec9f61e, #wrap-s-4ca2440b-4da8-4d5b-87dd-90bdaec9f61e { display: none !important; }}
#s-4ca2440b-4da8-4d5b-87dd-90bdaec9f61e hr {
  border-top: 2px solid rgba(221, 221, 221, 0);
}

#s-1bb4d521-a7df-408a-88ff-f4670d44d805 {
  box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);
background-repeat: no-repeat;
background-size: cover;
border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(23, 143, 238, 1);
border-radius: 0px;
min-height: 411px;
background-position: center center;
}
@media (min-width: 1200px){#s-1bb4d521-a7df-408a-88ff-f4670d44d805 {
  display: none;
}
#s-1bb4d521-a7df-408a-88ff-f4670d44d805, #wrap-s-1bb4d521-a7df-408a-88ff-f4670d44d805 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-1bb4d521-a7df-408a-88ff-f4670d44d805 {
  display: none;
}
#s-1bb4d521-a7df-408a-88ff-f4670d44d805, #wrap-s-1bb4d521-a7df-408a-88ff-f4670d44d805 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-1bb4d521-a7df-408a-88ff-f4670d44d805 {
  display: none;
}
#s-1bb4d521-a7df-408a-88ff-f4670d44d805, #wrap-s-1bb4d521-a7df-408a-88ff-f4670d44d805 { display: none !important; }}@media (max-width: 767px){#s-1bb4d521-a7df-408a-88ff-f4670d44d805 {
  display: none;
}
#s-1bb4d521-a7df-408a-88ff-f4670d44d805, #wrap-s-1bb4d521-a7df-408a-88ff-f4670d44d805 { display: none !important; }}







#s-1bb4d521-a7df-408a-88ff-f4670d44d805 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-1bb4d521-a7df-408a-88ff-f4670d44d805 {
  cursor: pointer;
}#s-1bb4d521-a7df-408a-88ff-f4670d44d805.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 1200px){#s-70c3480b-feac-40da-b3d2-69df86749f57 {
  display: none;
}
#s-70c3480b-feac-40da-b3d2-69df86749f57, #wrap-s-70c3480b-feac-40da-b3d2-69df86749f57 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-70c3480b-feac-40da-b3d2-69df86749f57 {
  display: none;
}
#s-70c3480b-feac-40da-b3d2-69df86749f57, #wrap-s-70c3480b-feac-40da-b3d2-69df86749f57 { display: none !important; }}@media (max-width: 767px){#s-70c3480b-feac-40da-b3d2-69df86749f57 {
  display: none;
}
#s-70c3480b-feac-40da-b3d2-69df86749f57, #wrap-s-70c3480b-feac-40da-b3d2-69df86749f57 { display: none !important; }}
#s-70c3480b-feac-40da-b3d2-69df86749f57 hr {
  border-top: 2px solid rgba(221, 221, 221, 0);
}

#s-58f5b984-c1b2-48e1-ab2d-2e0110f7a1dc {
  box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);
background-repeat: no-repeat;
background-size: cover;
border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(23, 143, 238, 1);
border-radius: 0px;
min-height: 411px;
background-position: center center;
}
@media (min-width: 1200px){#s-58f5b984-c1b2-48e1-ab2d-2e0110f7a1dc {
  display: none;
}
#s-58f5b984-c1b2-48e1-ab2d-2e0110f7a1dc, #wrap-s-58f5b984-c1b2-48e1-ab2d-2e0110f7a1dc { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-58f5b984-c1b2-48e1-ab2d-2e0110f7a1dc {
  display: none;
}
#s-58f5b984-c1b2-48e1-ab2d-2e0110f7a1dc, #wrap-s-58f5b984-c1b2-48e1-ab2d-2e0110f7a1dc { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-58f5b984-c1b2-48e1-ab2d-2e0110f7a1dc {
  display: none;
}
#s-58f5b984-c1b2-48e1-ab2d-2e0110f7a1dc, #wrap-s-58f5b984-c1b2-48e1-ab2d-2e0110f7a1dc { display: none !important; }}@media (max-width: 767px){#s-58f5b984-c1b2-48e1-ab2d-2e0110f7a1dc {
  display: none;
}
#s-58f5b984-c1b2-48e1-ab2d-2e0110f7a1dc, #wrap-s-58f5b984-c1b2-48e1-ab2d-2e0110f7a1dc { display: none !important; }}







#s-58f5b984-c1b2-48e1-ab2d-2e0110f7a1dc > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-58f5b984-c1b2-48e1-ab2d-2e0110f7a1dc {
  cursor: pointer;
}#s-58f5b984-c1b2-48e1-ab2d-2e0110f7a1dc.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ab7e3872-2bd4-4711-9bcb-b89f4b5340ed {
  box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);
border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(23, 143, 238, 1);
border-radius: 0px;
min-height: 300px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-ab7e3872-2bd4-4711-9bcb-b89f4b5340ed {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-ab7e3872-2bd4-4711-9bcb-b89f4b5340ed {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-ab7e3872-2bd4-4711-9bcb-b89f4b5340ed {
  
}
}@media (max-width: 767px){#s-ab7e3872-2bd4-4711-9bcb-b89f4b5340ed {
  display: none;
}
#s-ab7e3872-2bd4-4711-9bcb-b89f4b5340ed, #wrap-s-ab7e3872-2bd4-4711-9bcb-b89f4b5340ed { display: none !important; }}







#s-ab7e3872-2bd4-4711-9bcb-b89f4b5340ed > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-ab7e3872-2bd4-4711-9bcb-b89f4b5340ed.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f72d824a-00a6-41a2-97cf-6062e46ee83c {
  margin-left: 40px;
margin-right: 40px;
}
@media (min-width: 1200px){#s-f72d824a-00a6-41a2-97cf-6062e46ee83c {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-f72d824a-00a6-41a2-97cf-6062e46ee83c {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-f72d824a-00a6-41a2-97cf-6062e46ee83c {
  display: none;
}
#s-f72d824a-00a6-41a2-97cf-6062e46ee83c, #wrap-s-f72d824a-00a6-41a2-97cf-6062e46ee83c { display: none !important; }}@media (max-width: 767px){#s-f72d824a-00a6-41a2-97cf-6062e46ee83c {
  display: none;
}
#s-f72d824a-00a6-41a2-97cf-6062e46ee83c, #wrap-s-f72d824a-00a6-41a2-97cf-6062e46ee83c { display: none !important; }}
#s-7deb93fa-b6aa-4fae-81fd-e3f9f8316b13 {
  margin-left: 30px;
}
@media (min-width: 1200px){#s-7deb93fa-b6aa-4fae-81fd-e3f9f8316b13 {
  display: none;
}
#s-7deb93fa-b6aa-4fae-81fd-e3f9f8316b13, #wrap-s-7deb93fa-b6aa-4fae-81fd-e3f9f8316b13 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-7deb93fa-b6aa-4fae-81fd-e3f9f8316b13 {
  display: none;
}
#s-7deb93fa-b6aa-4fae-81fd-e3f9f8316b13, #wrap-s-7deb93fa-b6aa-4fae-81fd-e3f9f8316b13 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-7deb93fa-b6aa-4fae-81fd-e3f9f8316b13 {
  
}
}@media (max-width: 767px){#s-7deb93fa-b6aa-4fae-81fd-e3f9f8316b13 {
  display: none;
}
#s-7deb93fa-b6aa-4fae-81fd-e3f9f8316b13, #wrap-s-7deb93fa-b6aa-4fae-81fd-e3f9f8316b13 { display: none !important; }}
#s-db561fb3-e2d4-4986-93ad-c8782dfa46e1 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-db561fb3-e2d4-4986-93ad-c8782dfa46e1:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-db561fb3-e2d4-4986-93ad-c8782dfa46e1:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-db561fb3-e2d4-4986-93ad-c8782dfa46e1-root {
    text-align: center;
  }


#s-db561fb3-e2d4-4986-93ad-c8782dfa46e1.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 600;
  
  font-family: Khula;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-db561fb3-e2d4-4986-93ad-c8782dfa46e1-root {
    text-align: center;
  }


#s-db561fb3-e2d4-4986-93ad-c8782dfa46e1.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 600;
  
  font-family: Khula;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-db561fb3-e2d4-4986-93ad-c8782dfa46e1-root {
    text-align: center;
  }


#s-db561fb3-e2d4-4986-93ad-c8782dfa46e1.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 600;
  
  font-family: Khula;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-db561fb3-e2d4-4986-93ad-c8782dfa46e1-root {
    text-align: center;
  }


#s-db561fb3-e2d4-4986-93ad-c8782dfa46e1.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 600;
  
  font-family: Khula;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-db561fb3-e2d4-4986-93ad-c8782dfa46e1-root {
    text-align: center;
  }


#s-db561fb3-e2d4-4986-93ad-c8782dfa46e1.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 600;
  
  font-family: Khula;
  display:  inline-block ;
}
}
#s-d590e9dd-773f-455f-8b65-b8f8c619e2b9 {
  box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);
background-repeat: no-repeat;
background-size: cover;
border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(23, 143, 238, 1);
border-radius: 0px;
min-height: 411px;
background-position: center center;
}
@media (min-width: 1200px){#s-d590e9dd-773f-455f-8b65-b8f8c619e2b9 {
  display: none;
}
#s-d590e9dd-773f-455f-8b65-b8f8c619e2b9, #wrap-s-d590e9dd-773f-455f-8b65-b8f8c619e2b9 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d590e9dd-773f-455f-8b65-b8f8c619e2b9 {
  display: none;
}
#s-d590e9dd-773f-455f-8b65-b8f8c619e2b9, #wrap-s-d590e9dd-773f-455f-8b65-b8f8c619e2b9 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-d590e9dd-773f-455f-8b65-b8f8c619e2b9 {
  display: none;
}
#s-d590e9dd-773f-455f-8b65-b8f8c619e2b9, #wrap-s-d590e9dd-773f-455f-8b65-b8f8c619e2b9 { display: none !important; }}@media (max-width: 767px){#s-d590e9dd-773f-455f-8b65-b8f8c619e2b9 {
  display: none;
}
#s-d590e9dd-773f-455f-8b65-b8f8c619e2b9, #wrap-s-d590e9dd-773f-455f-8b65-b8f8c619e2b9 { display: none !important; }}







#s-d590e9dd-773f-455f-8b65-b8f8c619e2b9 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-d590e9dd-773f-455f-8b65-b8f8c619e2b9 {
  cursor: pointer;
}#s-d590e9dd-773f-455f-8b65-b8f8c619e2b9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-563ef5c6-6639-4c74-ae2a-9aa506208e96 {
  margin-left: 10px;
margin-right: 10px;
}
@media (min-width: 1200px){#s-563ef5c6-6639-4c74-ae2a-9aa506208e96 {
  display: none;
}
#s-563ef5c6-6639-4c74-ae2a-9aa506208e96, #wrap-s-563ef5c6-6639-4c74-ae2a-9aa506208e96 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-563ef5c6-6639-4c74-ae2a-9aa506208e96 {
  display: none;
}
#s-563ef5c6-6639-4c74-ae2a-9aa506208e96, #wrap-s-563ef5c6-6639-4c74-ae2a-9aa506208e96 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-563ef5c6-6639-4c74-ae2a-9aa506208e96 {
  display: none;
}
#s-563ef5c6-6639-4c74-ae2a-9aa506208e96, #wrap-s-563ef5c6-6639-4c74-ae2a-9aa506208e96 { display: none !important; }}@media (max-width: 767px){#s-563ef5c6-6639-4c74-ae2a-9aa506208e96 {
  display: none;
}
#s-563ef5c6-6639-4c74-ae2a-9aa506208e96, #wrap-s-563ef5c6-6639-4c74-ae2a-9aa506208e96 { display: none !important; }}
@media (min-width: 1200px){#s-9dfd1791-de56-41f1-87ba-78abf91f831d {
  display: none;
}
#s-9dfd1791-de56-41f1-87ba-78abf91f831d, #wrap-s-9dfd1791-de56-41f1-87ba-78abf91f831d { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9dfd1791-de56-41f1-87ba-78abf91f831d {
  display: none;
}
#s-9dfd1791-de56-41f1-87ba-78abf91f831d, #wrap-s-9dfd1791-de56-41f1-87ba-78abf91f831d { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-9dfd1791-de56-41f1-87ba-78abf91f831d {
  display: none;
}
#s-9dfd1791-de56-41f1-87ba-78abf91f831d, #wrap-s-9dfd1791-de56-41f1-87ba-78abf91f831d { display: none !important; }}@media (max-width: 767px){#s-9dfd1791-de56-41f1-87ba-78abf91f831d {
  display: none;
}
#s-9dfd1791-de56-41f1-87ba-78abf91f831d, #wrap-s-9dfd1791-de56-41f1-87ba-78abf91f831d { display: none !important; }}
#s-9dfd1791-de56-41f1-87ba-78abf91f831d hr {
  border-top: 2px solid rgba(221, 221, 221, 0);
}

#s-41baf11f-7884-4ea3-8699-f97e095b8cc5 {
  box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);
background-repeat: no-repeat;
background-size: cover;
border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(23, 143, 238, 1);
border-radius: 0px;
min-height: 411px;
background-position: center center;
}
@media (min-width: 1200px){#s-41baf11f-7884-4ea3-8699-f97e095b8cc5 {
  display: none;
}
#s-41baf11f-7884-4ea3-8699-f97e095b8cc5, #wrap-s-41baf11f-7884-4ea3-8699-f97e095b8cc5 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-41baf11f-7884-4ea3-8699-f97e095b8cc5 {
  display: none;
}
#s-41baf11f-7884-4ea3-8699-f97e095b8cc5, #wrap-s-41baf11f-7884-4ea3-8699-f97e095b8cc5 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-41baf11f-7884-4ea3-8699-f97e095b8cc5 {
  display: none;
}
#s-41baf11f-7884-4ea3-8699-f97e095b8cc5, #wrap-s-41baf11f-7884-4ea3-8699-f97e095b8cc5 { display: none !important; }}@media (max-width: 767px){#s-41baf11f-7884-4ea3-8699-f97e095b8cc5 {
  display: none;
}
#s-41baf11f-7884-4ea3-8699-f97e095b8cc5, #wrap-s-41baf11f-7884-4ea3-8699-f97e095b8cc5 { display: none !important; }}







#s-41baf11f-7884-4ea3-8699-f97e095b8cc5 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-41baf11f-7884-4ea3-8699-f97e095b8cc5 {
  cursor: pointer;
}#s-41baf11f-7884-4ea3-8699-f97e095b8cc5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 1200px){#s-a3363abf-93bb-4824-8815-920497774322 {
  display: none;
}
#s-a3363abf-93bb-4824-8815-920497774322, #wrap-s-a3363abf-93bb-4824-8815-920497774322 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a3363abf-93bb-4824-8815-920497774322 {
  display: none;
}
#s-a3363abf-93bb-4824-8815-920497774322, #wrap-s-a3363abf-93bb-4824-8815-920497774322 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-a3363abf-93bb-4824-8815-920497774322 {
  display: none;
}
#s-a3363abf-93bb-4824-8815-920497774322, #wrap-s-a3363abf-93bb-4824-8815-920497774322 { display: none !important; }}@media (max-width: 767px){#s-a3363abf-93bb-4824-8815-920497774322 {
  display: none;
}
#s-a3363abf-93bb-4824-8815-920497774322, #wrap-s-a3363abf-93bb-4824-8815-920497774322 { display: none !important; }}
@media (min-width: 0px) {
[id="s-a3363abf-93bb-4824-8815-920497774322"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-a3363abf-93bb-4824-8815-920497774322"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-a3363abf-93bb-4824-8815-920497774322"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-a3363abf-93bb-4824-8815-920497774322"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-5099c44a-a800-4b05-b9b0-bf68514470e8 {
  padding-left: 20px;
padding-right: 20px;
text-align: center;
}







  #s-5099c44a-a800-4b05-b9b0-bf68514470e8 img.shogun-image {
    

    
    
    
  }


#s-5099c44a-a800-4b05-b9b0-bf68514470e8 .shogun-image-content {
  
    align-items: center;
  
}

#s-3fc173cb-e0b6-4a19-ab83-40c6de71ac0c {
  margin-top: 10px;
margin-left: 30px;
margin-right: 30px;
}

#s-ee489dbd-49ea-486c-a9c2-2a63d37747a6 {
  padding-left: 20px;
padding-right: 20px;
text-align: center;
}







  #s-ee489dbd-49ea-486c-a9c2-2a63d37747a6 img.shogun-image {
    

    
    
    
  }


#s-ee489dbd-49ea-486c-a9c2-2a63d37747a6 .shogun-image-content {
  
    align-items: center;
  
}

#s-f15336df-fe3f-41db-adcb-3b84d6302915 {
  margin-top: 10px;
margin-left: 30px;
margin-right: 30px;
}

@media (min-width: 1200px){#s-e3979ba1-952d-4174-9685-4e1e7ba0b878 {
  display: none;
}
#s-e3979ba1-952d-4174-9685-4e1e7ba0b878, #wrap-s-e3979ba1-952d-4174-9685-4e1e7ba0b878 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e3979ba1-952d-4174-9685-4e1e7ba0b878 {
  display: none;
}
#s-e3979ba1-952d-4174-9685-4e1e7ba0b878, #wrap-s-e3979ba1-952d-4174-9685-4e1e7ba0b878 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-e3979ba1-952d-4174-9685-4e1e7ba0b878 {
  display: none;
}
#s-e3979ba1-952d-4174-9685-4e1e7ba0b878, #wrap-s-e3979ba1-952d-4174-9685-4e1e7ba0b878 { display: none !important; }}@media (max-width: 767px){#s-e3979ba1-952d-4174-9685-4e1e7ba0b878 {
  display: none;
}
#s-e3979ba1-952d-4174-9685-4e1e7ba0b878, #wrap-s-e3979ba1-952d-4174-9685-4e1e7ba0b878 { display: none !important; }}
#s-e3979ba1-952d-4174-9685-4e1e7ba0b878 hr {
  border-top: 2px solid rgba(221, 221, 221, 0);
}

@media (min-width: 1200px){#s-8dd53d68-b71b-4e37-bf37-dec564e167a6 {
  display: none;
}
#s-8dd53d68-b71b-4e37-bf37-dec564e167a6, #wrap-s-8dd53d68-b71b-4e37-bf37-dec564e167a6 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8dd53d68-b71b-4e37-bf37-dec564e167a6 {
  display: none;
}
#s-8dd53d68-b71b-4e37-bf37-dec564e167a6, #wrap-s-8dd53d68-b71b-4e37-bf37-dec564e167a6 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-8dd53d68-b71b-4e37-bf37-dec564e167a6 {
  display: none;
}
#s-8dd53d68-b71b-4e37-bf37-dec564e167a6, #wrap-s-8dd53d68-b71b-4e37-bf37-dec564e167a6 { display: none !important; }}@media (max-width: 767px){#s-8dd53d68-b71b-4e37-bf37-dec564e167a6 {
  display: none;
}
#s-8dd53d68-b71b-4e37-bf37-dec564e167a6, #wrap-s-8dd53d68-b71b-4e37-bf37-dec564e167a6 { display: none !important; }}
@media (min-width: 0px) {
[id="s-8dd53d68-b71b-4e37-bf37-dec564e167a6"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-8dd53d68-b71b-4e37-bf37-dec564e167a6"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-8dd53d68-b71b-4e37-bf37-dec564e167a6"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-8dd53d68-b71b-4e37-bf37-dec564e167a6"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-5c38b79d-d748-4304-bb56-a3f41545aaaf {
  padding-left: 30px;
padding-right: 30px;
text-align: center;
}







  #s-5c38b79d-d748-4304-bb56-a3f41545aaaf img.shogun-image {
    

    
    
    
  }


#s-5c38b79d-d748-4304-bb56-a3f41545aaaf .shogun-image-content {
  
    align-items: center;
  
}

#s-48d66f9c-7a11-40b1-9757-89d5b1d49a9c {
  margin-top: 10px;
margin-left: 30px;
margin-right: 30px;
}

#s-69d27f4c-5a1d-4541-99d7-6db7d75dc588 {
  padding-left: 30px;
padding-right: 30px;
text-align: center;
}







  #s-69d27f4c-5a1d-4541-99d7-6db7d75dc588 img.shogun-image {
    

    
    
    
  }


#s-69d27f4c-5a1d-4541-99d7-6db7d75dc588 .shogun-image-content {
  
    align-items: center;
  
}

#s-26e08fd7-096d-48cf-a01a-fceb748922cf {
  margin-top: 10px;
margin-left: 30px;
margin-right: 30px;
}

@media (min-width: 1200px){#s-1ee0fc38-9f70-4f0c-8d96-4efe9eba16d5 {
  display: none;
}
#s-1ee0fc38-9f70-4f0c-8d96-4efe9eba16d5, #wrap-s-1ee0fc38-9f70-4f0c-8d96-4efe9eba16d5 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-1ee0fc38-9f70-4f0c-8d96-4efe9eba16d5 {
  display: none;
}
#s-1ee0fc38-9f70-4f0c-8d96-4efe9eba16d5, #wrap-s-1ee0fc38-9f70-4f0c-8d96-4efe9eba16d5 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-1ee0fc38-9f70-4f0c-8d96-4efe9eba16d5 {
  display: none;
}
#s-1ee0fc38-9f70-4f0c-8d96-4efe9eba16d5, #wrap-s-1ee0fc38-9f70-4f0c-8d96-4efe9eba16d5 { display: none !important; }}@media (max-width: 767px){#s-1ee0fc38-9f70-4f0c-8d96-4efe9eba16d5 {
  display: none;
}
#s-1ee0fc38-9f70-4f0c-8d96-4efe9eba16d5, #wrap-s-1ee0fc38-9f70-4f0c-8d96-4efe9eba16d5 { display: none !important; }}
#s-1ee0fc38-9f70-4f0c-8d96-4efe9eba16d5 hr {
  border-top: 2px solid rgba(221, 221, 221, 0);
}

@media (min-width: 1200px){#s-7336145b-17b2-4a5e-aaf9-069f6c9409d1 {
  display: none;
}
#s-7336145b-17b2-4a5e-aaf9-069f6c9409d1, #wrap-s-7336145b-17b2-4a5e-aaf9-069f6c9409d1 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-7336145b-17b2-4a5e-aaf9-069f6c9409d1 {
  display: none;
}
#s-7336145b-17b2-4a5e-aaf9-069f6c9409d1, #wrap-s-7336145b-17b2-4a5e-aaf9-069f6c9409d1 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-7336145b-17b2-4a5e-aaf9-069f6c9409d1 {
  display: none;
}
#s-7336145b-17b2-4a5e-aaf9-069f6c9409d1, #wrap-s-7336145b-17b2-4a5e-aaf9-069f6c9409d1 { display: none !important; }}@media (max-width: 767px){#s-7336145b-17b2-4a5e-aaf9-069f6c9409d1 {
  display: none;
}
#s-7336145b-17b2-4a5e-aaf9-069f6c9409d1, #wrap-s-7336145b-17b2-4a5e-aaf9-069f6c9409d1 { display: none !important; }}
@media (min-width: 0px) {
[id="s-7336145b-17b2-4a5e-aaf9-069f6c9409d1"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-7336145b-17b2-4a5e-aaf9-069f6c9409d1"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-7336145b-17b2-4a5e-aaf9-069f6c9409d1"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-7336145b-17b2-4a5e-aaf9-069f6c9409d1"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-6de443e2-6e99-409e-93cc-64249a676092 {
  padding-left: 30px;
padding-right: 30px;
text-align: center;
}







  #s-6de443e2-6e99-409e-93cc-64249a676092 img.shogun-image {
    

    
    
    
  }


#s-6de443e2-6e99-409e-93cc-64249a676092 .shogun-image-content {
  
    align-items: center;
  
}

#s-e90c6fb6-cbef-44c3-b5ec-e1382b0f8511 {
  margin-top: 10px;
margin-left: 30px;
margin-right: 30px;
}

#s-639cc61f-cf4c-4e44-a0b1-2632fd0649c6 {
  padding-left: 30px;
padding-right: 30px;
text-align: center;
}







  #s-639cc61f-cf4c-4e44-a0b1-2632fd0649c6 img.shogun-image {
    

    
    
    
  }


#s-639cc61f-cf4c-4e44-a0b1-2632fd0649c6 .shogun-image-content {
  
    align-items: center;
  
}

#s-b21600f6-65a5-4acf-9022-d7890246f6a2 {
  margin-top: 10px;
margin-left: 30px;
margin-right: 30px;
}

@media (min-width: 1200px){#s-dee00ea6-b7e1-4e64-ad45-c4ccf0be2f99 {
  display: none;
}
#s-dee00ea6-b7e1-4e64-ad45-c4ccf0be2f99, #wrap-s-dee00ea6-b7e1-4e64-ad45-c4ccf0be2f99 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-dee00ea6-b7e1-4e64-ad45-c4ccf0be2f99 {
  display: none;
}
#s-dee00ea6-b7e1-4e64-ad45-c4ccf0be2f99, #wrap-s-dee00ea6-b7e1-4e64-ad45-c4ccf0be2f99 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-dee00ea6-b7e1-4e64-ad45-c4ccf0be2f99 {
  display: none;
}
#s-dee00ea6-b7e1-4e64-ad45-c4ccf0be2f99, #wrap-s-dee00ea6-b7e1-4e64-ad45-c4ccf0be2f99 { display: none !important; }}@media (max-width: 767px){#s-dee00ea6-b7e1-4e64-ad45-c4ccf0be2f99 {
  display: none;
}
#s-dee00ea6-b7e1-4e64-ad45-c4ccf0be2f99, #wrap-s-dee00ea6-b7e1-4e64-ad45-c4ccf0be2f99 { display: none !important; }}
#s-dee00ea6-b7e1-4e64-ad45-c4ccf0be2f99 hr {
  border-top: 2px solid rgba(221, 221, 221, 0);
}

#s-e9fb9265-3fc3-405e-866d-95da44d7111b {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-e9fb9265-3fc3-405e-866d-95da44d7111b:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-e9fb9265-3fc3-405e-866d-95da44d7111b:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-e9fb9265-3fc3-405e-866d-95da44d7111b {
  display: none;
}
#s-e9fb9265-3fc3-405e-866d-95da44d7111b, #wrap-s-e9fb9265-3fc3-405e-866d-95da44d7111b { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e9fb9265-3fc3-405e-866d-95da44d7111b {
  display: none;
}
#s-e9fb9265-3fc3-405e-866d-95da44d7111b, #wrap-s-e9fb9265-3fc3-405e-866d-95da44d7111b { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-e9fb9265-3fc3-405e-866d-95da44d7111b {
  display: none;
}
#s-e9fb9265-3fc3-405e-866d-95da44d7111b, #wrap-s-e9fb9265-3fc3-405e-866d-95da44d7111b { display: none !important; }}@media (max-width: 767px){#s-e9fb9265-3fc3-405e-866d-95da44d7111b {
  display: none;
}
#s-e9fb9265-3fc3-405e-866d-95da44d7111b, #wrap-s-e9fb9265-3fc3-405e-866d-95da44d7111b { display: none !important; }}

  #s-e9fb9265-3fc3-405e-866d-95da44d7111b-root {
    text-align: center;
  }


#s-e9fb9265-3fc3-405e-866d-95da44d7111b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Khula;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-e9fb9265-3fc3-405e-866d-95da44d7111b-root {
    text-align: center;
  }


#s-e9fb9265-3fc3-405e-866d-95da44d7111b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Khula;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-e9fb9265-3fc3-405e-866d-95da44d7111b-root {
    text-align: center;
  }


#s-e9fb9265-3fc3-405e-866d-95da44d7111b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Khula;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-e9fb9265-3fc3-405e-866d-95da44d7111b-root {
    text-align: center;
  }


#s-e9fb9265-3fc3-405e-866d-95da44d7111b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Khula;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-e9fb9265-3fc3-405e-866d-95da44d7111b-root {
    text-align: center;
  }


#s-e9fb9265-3fc3-405e-866d-95da44d7111b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Khula;
  display:  inline-block ;
}
}
@media (min-width: 1200px){#s-4abbfd1c-867c-4e20-82f3-83b4af0aeff5 {
  display: none;
}
#s-4abbfd1c-867c-4e20-82f3-83b4af0aeff5, #wrap-s-4abbfd1c-867c-4e20-82f3-83b4af0aeff5 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-4abbfd1c-867c-4e20-82f3-83b4af0aeff5 {
  display: none;
}
#s-4abbfd1c-867c-4e20-82f3-83b4af0aeff5, #wrap-s-4abbfd1c-867c-4e20-82f3-83b4af0aeff5 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-4abbfd1c-867c-4e20-82f3-83b4af0aeff5 {
  display: none;
}
#s-4abbfd1c-867c-4e20-82f3-83b4af0aeff5, #wrap-s-4abbfd1c-867c-4e20-82f3-83b4af0aeff5 { display: none !important; }}@media (max-width: 767px){#s-4abbfd1c-867c-4e20-82f3-83b4af0aeff5 {
  display: none;
}
#s-4abbfd1c-867c-4e20-82f3-83b4af0aeff5, #wrap-s-4abbfd1c-867c-4e20-82f3-83b4af0aeff5 { display: none !important; }}
#s-4abbfd1c-867c-4e20-82f3-83b4af0aeff5 hr {
  border-top: 2px solid rgba(221, 221, 221, 0);
}

@media (min-width: 1200px){#s-0002e692-84f6-45ba-afbd-8dc30e438528 {
  display: none;
}
#s-0002e692-84f6-45ba-afbd-8dc30e438528, #wrap-s-0002e692-84f6-45ba-afbd-8dc30e438528 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0002e692-84f6-45ba-afbd-8dc30e438528 {
  display: none;
}
#s-0002e692-84f6-45ba-afbd-8dc30e438528, #wrap-s-0002e692-84f6-45ba-afbd-8dc30e438528 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-0002e692-84f6-45ba-afbd-8dc30e438528 {
  display: none;
}
#s-0002e692-84f6-45ba-afbd-8dc30e438528, #wrap-s-0002e692-84f6-45ba-afbd-8dc30e438528 { display: none !important; }}@media (max-width: 767px){#s-0002e692-84f6-45ba-afbd-8dc30e438528 {
  display: none;
}
#s-0002e692-84f6-45ba-afbd-8dc30e438528, #wrap-s-0002e692-84f6-45ba-afbd-8dc30e438528 { display: none !important; }}
#s-0002e692-84f6-45ba-afbd-8dc30e438528 hr {
  border-top: 2px solid rgba(221, 221, 221, 0);
}

@media (min-width: 1200px){#s-410e0b57-8225-44b7-88c9-30945e659e80 {
  display: none;
}
#s-410e0b57-8225-44b7-88c9-30945e659e80, #wrap-s-410e0b57-8225-44b7-88c9-30945e659e80 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-410e0b57-8225-44b7-88c9-30945e659e80 {
  display: none;
}
#s-410e0b57-8225-44b7-88c9-30945e659e80, #wrap-s-410e0b57-8225-44b7-88c9-30945e659e80 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-410e0b57-8225-44b7-88c9-30945e659e80 {
  display: none;
}
#s-410e0b57-8225-44b7-88c9-30945e659e80, #wrap-s-410e0b57-8225-44b7-88c9-30945e659e80 { display: none !important; }}@media (max-width: 767px){#s-410e0b57-8225-44b7-88c9-30945e659e80 {
  display: none;
}
#s-410e0b57-8225-44b7-88c9-30945e659e80, #wrap-s-410e0b57-8225-44b7-88c9-30945e659e80 { display: none !important; }}
@media (min-width: 0px) {
[id="s-410e0b57-8225-44b7-88c9-30945e659e80"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-410e0b57-8225-44b7-88c9-30945e659e80"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-410e0b57-8225-44b7-88c9-30945e659e80"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-410e0b57-8225-44b7-88c9-30945e659e80"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px){#s-f0c65d1b-7739-4f27-8df0-17da5c33f8e3 {
  display: none;
}
#s-f0c65d1b-7739-4f27-8df0-17da5c33f8e3, #wrap-s-f0c65d1b-7739-4f27-8df0-17da5c33f8e3 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f0c65d1b-7739-4f27-8df0-17da5c33f8e3 {
  display: none;
}
#s-f0c65d1b-7739-4f27-8df0-17da5c33f8e3, #wrap-s-f0c65d1b-7739-4f27-8df0-17da5c33f8e3 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-f0c65d1b-7739-4f27-8df0-17da5c33f8e3 {
  display: none;
}
#s-f0c65d1b-7739-4f27-8df0-17da5c33f8e3, #wrap-s-f0c65d1b-7739-4f27-8df0-17da5c33f8e3 { display: none !important; }}
#s-f0c65d1b-7739-4f27-8df0-17da5c33f8e3 hr {
  border-top: 2px solid rgba(221, 221, 221, 0);
}

@media (min-width: 1200px){#s-d163bb9c-3c9c-4a5a-8fe3-971002ebfa43 {
  display: none;
}
#s-d163bb9c-3c9c-4a5a-8fe3-971002ebfa43, #wrap-s-d163bb9c-3c9c-4a5a-8fe3-971002ebfa43 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d163bb9c-3c9c-4a5a-8fe3-971002ebfa43 {
  display: none;
}
#s-d163bb9c-3c9c-4a5a-8fe3-971002ebfa43, #wrap-s-d163bb9c-3c9c-4a5a-8fe3-971002ebfa43 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-d163bb9c-3c9c-4a5a-8fe3-971002ebfa43 {
  display: none;
}
#s-d163bb9c-3c9c-4a5a-8fe3-971002ebfa43, #wrap-s-d163bb9c-3c9c-4a5a-8fe3-971002ebfa43 { display: none !important; }}@media (max-width: 767px){#s-d163bb9c-3c9c-4a5a-8fe3-971002ebfa43 {
  display: none;
}
#s-d163bb9c-3c9c-4a5a-8fe3-971002ebfa43, #wrap-s-d163bb9c-3c9c-4a5a-8fe3-971002ebfa43 { display: none !important; }}
#s-d163bb9c-3c9c-4a5a-8fe3-971002ebfa43 hr {
  border-top: 2px solid rgba(221, 221, 221, 0);
}

@media (min-width: 1200px){#s-7fa8e693-431d-43cf-ae20-5ce87a6404d7 {
  display: none;
}
#s-7fa8e693-431d-43cf-ae20-5ce87a6404d7, #wrap-s-7fa8e693-431d-43cf-ae20-5ce87a6404d7 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-7fa8e693-431d-43cf-ae20-5ce87a6404d7 {
  display: none;
}
#s-7fa8e693-431d-43cf-ae20-5ce87a6404d7, #wrap-s-7fa8e693-431d-43cf-ae20-5ce87a6404d7 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-7fa8e693-431d-43cf-ae20-5ce87a6404d7 {
  display: none;
}
#s-7fa8e693-431d-43cf-ae20-5ce87a6404d7, #wrap-s-7fa8e693-431d-43cf-ae20-5ce87a6404d7 { display: none !important; }}@media (max-width: 767px){#s-7fa8e693-431d-43cf-ae20-5ce87a6404d7 {
  display: none;
}
#s-7fa8e693-431d-43cf-ae20-5ce87a6404d7, #wrap-s-7fa8e693-431d-43cf-ae20-5ce87a6404d7 { display: none !important; }}
#s-7fa8e693-431d-43cf-ae20-5ce87a6404d7 hr {
  border-top: 2px solid rgba(221, 221, 221, 0);
}

@media (min-width: 1200px){#s-7b71c4c1-8ac9-4ea5-a45a-4471662552e2 {
  display: none;
}
#s-7b71c4c1-8ac9-4ea5-a45a-4471662552e2, #wrap-s-7b71c4c1-8ac9-4ea5-a45a-4471662552e2 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-7b71c4c1-8ac9-4ea5-a45a-4471662552e2 {
  display: none;
}
#s-7b71c4c1-8ac9-4ea5-a45a-4471662552e2, #wrap-s-7b71c4c1-8ac9-4ea5-a45a-4471662552e2 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-7b71c4c1-8ac9-4ea5-a45a-4471662552e2 {
  display: none;
}
#s-7b71c4c1-8ac9-4ea5-a45a-4471662552e2, #wrap-s-7b71c4c1-8ac9-4ea5-a45a-4471662552e2 { display: none !important; }}@media (max-width: 767px){#s-7b71c4c1-8ac9-4ea5-a45a-4471662552e2 {
  display: none;
}
#s-7b71c4c1-8ac9-4ea5-a45a-4471662552e2, #wrap-s-7b71c4c1-8ac9-4ea5-a45a-4471662552e2 { display: none !important; }}
#s-7b71c4c1-8ac9-4ea5-a45a-4471662552e2 hr {
  border-top: 2px solid rgba(221, 221, 221, 0);
}

@media (min-width: 1200px){#s-f700ed3a-1c9b-461b-b594-90e2783fbbc9 {
  display: none;
}
#s-f700ed3a-1c9b-461b-b594-90e2783fbbc9, #wrap-s-f700ed3a-1c9b-461b-b594-90e2783fbbc9 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f700ed3a-1c9b-461b-b594-90e2783fbbc9 {
  display: none;
}
#s-f700ed3a-1c9b-461b-b594-90e2783fbbc9, #wrap-s-f700ed3a-1c9b-461b-b594-90e2783fbbc9 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-f700ed3a-1c9b-461b-b594-90e2783fbbc9 {
  display: none;
}
#s-f700ed3a-1c9b-461b-b594-90e2783fbbc9, #wrap-s-f700ed3a-1c9b-461b-b594-90e2783fbbc9 { display: none !important; }}@media (max-width: 767px){#s-f700ed3a-1c9b-461b-b594-90e2783fbbc9 {
  display: none;
}
#s-f700ed3a-1c9b-461b-b594-90e2783fbbc9, #wrap-s-f700ed3a-1c9b-461b-b594-90e2783fbbc9 { display: none !important; }}
#s-f700ed3a-1c9b-461b-b594-90e2783fbbc9 hr {
  border-top: 2px solid rgba(221, 221, 221, 0);
}

#s-6beaad0b-aa56-4b44-9c9c-03a7c3d21fa0 {
  margin-top: 50px;
margin-left: 50px;
margin-bottom: 50px;
margin-right: 50px;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-6beaad0b-aa56-4b44-9c9c-03a7c3d21fa0 {
  display: none;
}
#s-6beaad0b-aa56-4b44-9c9c-03a7c3d21fa0, #wrap-s-6beaad0b-aa56-4b44-9c9c-03a7c3d21fa0 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-6beaad0b-aa56-4b44-9c9c-03a7c3d21fa0 {
  display: none;
}
#s-6beaad0b-aa56-4b44-9c9c-03a7c3d21fa0, #wrap-s-6beaad0b-aa56-4b44-9c9c-03a7c3d21fa0 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-6beaad0b-aa56-4b44-9c9c-03a7c3d21fa0 {
  display: none;
}
#s-6beaad0b-aa56-4b44-9c9c-03a7c3d21fa0, #wrap-s-6beaad0b-aa56-4b44-9c9c-03a7c3d21fa0 { display: none !important; }}@media (max-width: 767px){#s-6beaad0b-aa56-4b44-9c9c-03a7c3d21fa0 {
  display: none;
}
#s-6beaad0b-aa56-4b44-9c9c-03a7c3d21fa0, #wrap-s-6beaad0b-aa56-4b44-9c9c-03a7c3d21fa0 { display: none !important; }}
@media (min-width: 0px) {
[id="s-6beaad0b-aa56-4b44-9c9c-03a7c3d21fa0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6beaad0b-aa56-4b44-9c9c-03a7c3d21fa0"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-6beaad0b-aa56-4b44-9c9c-03a7c3d21fa0"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-6beaad0b-aa56-4b44-9c9c-03a7c3d21fa0"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-6beaad0b-aa56-4b44-9c9c-03a7c3d21fa0"] > .shg-row {
    flex-flow: column-reverse;
  }
}

@media (min-width: 1200px){#s-740a4e12-f784-45f2-9837-8e7cc0d8fb43 {
  display: none;
}
#s-740a4e12-f784-45f2-9837-8e7cc0d8fb43, #wrap-s-740a4e12-f784-45f2-9837-8e7cc0d8fb43 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-740a4e12-f784-45f2-9837-8e7cc0d8fb43 {
  display: none;
}
#s-740a4e12-f784-45f2-9837-8e7cc0d8fb43, #wrap-s-740a4e12-f784-45f2-9837-8e7cc0d8fb43 { display: none !important; }}@media (max-width: 767px){#s-740a4e12-f784-45f2-9837-8e7cc0d8fb43 {
  display: none;
}
#s-740a4e12-f784-45f2-9837-8e7cc0d8fb43, #wrap-s-740a4e12-f784-45f2-9837-8e7cc0d8fb43 { display: none !important; }}
#s-740a4e12-f784-45f2-9837-8e7cc0d8fb43 hr {
  border-top: 2px solid rgba(221, 221, 221, 0);
}

@media (max-width: 767px){#s-29dcefe5-88ac-45e5-9849-90769bfcd798 {
  display: none;
}
#s-29dcefe5-88ac-45e5-9849-90769bfcd798, #wrap-s-29dcefe5-88ac-45e5-9849-90769bfcd798 { display: none !important; }}
@media (min-width: 0px) {
[id="s-29dcefe5-88ac-45e5-9849-90769bfcd798"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-29dcefe5-88ac-45e5-9849-90769bfcd798"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-29dcefe5-88ac-45e5-9849-90769bfcd798"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-29dcefe5-88ac-45e5-9849-90769bfcd798"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-14e5d05c-3041-4d58-850c-ce230f807f8a {
  padding-left: 10px;
padding-right: 10px;
text-align: center;
}
@media (max-width: 767px){#s-14e5d05c-3041-4d58-850c-ce230f807f8a {
  display: none;
}
#s-14e5d05c-3041-4d58-850c-ce230f807f8a, #wrap-s-14e5d05c-3041-4d58-850c-ce230f807f8a { display: none !important; }}






  #s-14e5d05c-3041-4d58-850c-ce230f807f8a img.shogun-image {
    

    
    
    
  }


#s-14e5d05c-3041-4d58-850c-ce230f807f8a .shogun-image-content {
  
    align-items: center;
  
}

#s-5d319a8f-da84-4c15-8813-344e350b15be {
  text-align: center;
}
@media (max-width: 767px){#s-5d319a8f-da84-4c15-8813-344e350b15be {
  display: none;
}
#s-5d319a8f-da84-4c15-8813-344e350b15be, #wrap-s-5d319a8f-da84-4c15-8813-344e350b15be { display: none !important; }}






  #s-5d319a8f-da84-4c15-8813-344e350b15be img.shogun-image {
    

    
    
    
  }


#s-5d319a8f-da84-4c15-8813-344e350b15be .shogun-image-content {
  
    align-items: center;
  
}

#s-0ef5f57b-eb15-4ca7-81c3-669b078a9831 {
  padding-top: 50px;
padding-left: 50px;
padding-right: 50px;
text-align: center;
}
@media (min-width: 1200px){#s-0ef5f57b-eb15-4ca7-81c3-669b078a9831 {
  display: none;
}
#s-0ef5f57b-eb15-4ca7-81c3-669b078a9831, #wrap-s-0ef5f57b-eb15-4ca7-81c3-669b078a9831 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0ef5f57b-eb15-4ca7-81c3-669b078a9831 {
  display: none;
}
#s-0ef5f57b-eb15-4ca7-81c3-669b078a9831, #wrap-s-0ef5f57b-eb15-4ca7-81c3-669b078a9831 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-0ef5f57b-eb15-4ca7-81c3-669b078a9831 {
  display: none;
}
#s-0ef5f57b-eb15-4ca7-81c3-669b078a9831, #wrap-s-0ef5f57b-eb15-4ca7-81c3-669b078a9831 { display: none !important; }}@media (max-width: 767px){#s-0ef5f57b-eb15-4ca7-81c3-669b078a9831 {
  display: none;
}
#s-0ef5f57b-eb15-4ca7-81c3-669b078a9831, #wrap-s-0ef5f57b-eb15-4ca7-81c3-669b078a9831 { display: none !important; }}






  #s-0ef5f57b-eb15-4ca7-81c3-669b078a9831 img.shogun-image {
    

    
    
    
  }


#s-0ef5f57b-eb15-4ca7-81c3-669b078a9831 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 1200px){#s-21509402-24c2-49a2-a66c-13b1dd33edb3 {
  display: none;
}
#s-21509402-24c2-49a2-a66c-13b1dd33edb3, #wrap-s-21509402-24c2-49a2-a66c-13b1dd33edb3 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-21509402-24c2-49a2-a66c-13b1dd33edb3 {
  display: none;
}
#s-21509402-24c2-49a2-a66c-13b1dd33edb3, #wrap-s-21509402-24c2-49a2-a66c-13b1dd33edb3 { display: none !important; }}@media (max-width: 767px){#s-21509402-24c2-49a2-a66c-13b1dd33edb3 {
  display: none;
}
#s-21509402-24c2-49a2-a66c-13b1dd33edb3, #wrap-s-21509402-24c2-49a2-a66c-13b1dd33edb3 { display: none !important; }}
#s-21509402-24c2-49a2-a66c-13b1dd33edb3 hr {
  border-top: 2px solid rgba(221, 221, 221, 0);
}

#s-fcfc7783-871e-4d17-b778-2cda1dc8b8cf {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-fcfc7783-871e-4d17-b778-2cda1dc8b8cf:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-fcfc7783-871e-4d17-b778-2cda1dc8b8cf:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-fcfc7783-871e-4d17-b778-2cda1dc8b8cf {
  display: none;
}
#s-fcfc7783-871e-4d17-b778-2cda1dc8b8cf, #wrap-s-fcfc7783-871e-4d17-b778-2cda1dc8b8cf { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-fcfc7783-871e-4d17-b778-2cda1dc8b8cf {
  display: none;
}
#s-fcfc7783-871e-4d17-b778-2cda1dc8b8cf, #wrap-s-fcfc7783-871e-4d17-b778-2cda1dc8b8cf { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-fcfc7783-871e-4d17-b778-2cda1dc8b8cf {
  display: none;
}
#s-fcfc7783-871e-4d17-b778-2cda1dc8b8cf, #wrap-s-fcfc7783-871e-4d17-b778-2cda1dc8b8cf { display: none !important; }}@media (max-width: 767px){#s-fcfc7783-871e-4d17-b778-2cda1dc8b8cf {
  display: none;
}
#s-fcfc7783-871e-4d17-b778-2cda1dc8b8cf, #wrap-s-fcfc7783-871e-4d17-b778-2cda1dc8b8cf { display: none !important; }}

  #s-fcfc7783-871e-4d17-b778-2cda1dc8b8cf-root {
    text-align: center;
  }


#s-fcfc7783-871e-4d17-b778-2cda1dc8b8cf.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Khula;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-fcfc7783-871e-4d17-b778-2cda1dc8b8cf-root {
    text-align: center;
  }


#s-fcfc7783-871e-4d17-b778-2cda1dc8b8cf.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Khula;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-fcfc7783-871e-4d17-b778-2cda1dc8b8cf-root {
    text-align: center;
  }


#s-fcfc7783-871e-4d17-b778-2cda1dc8b8cf.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Khula;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-fcfc7783-871e-4d17-b778-2cda1dc8b8cf-root {
    text-align: center;
  }


#s-fcfc7783-871e-4d17-b778-2cda1dc8b8cf.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Khula;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-fcfc7783-871e-4d17-b778-2cda1dc8b8cf-root {
    text-align: center;
  }


#s-fcfc7783-871e-4d17-b778-2cda1dc8b8cf.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Khula;
  display:  inline-block ;
}
}
@media (min-width: 1200px){#s-d10f47c7-ba63-4cfe-8a2f-ff80393aa7a3 {
  display: none;
}
#s-d10f47c7-ba63-4cfe-8a2f-ff80393aa7a3, #wrap-s-d10f47c7-ba63-4cfe-8a2f-ff80393aa7a3 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d10f47c7-ba63-4cfe-8a2f-ff80393aa7a3 {
  display: none;
}
#s-d10f47c7-ba63-4cfe-8a2f-ff80393aa7a3, #wrap-s-d10f47c7-ba63-4cfe-8a2f-ff80393aa7a3 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-d10f47c7-ba63-4cfe-8a2f-ff80393aa7a3 {
  display: none;
}
#s-d10f47c7-ba63-4cfe-8a2f-ff80393aa7a3, #wrap-s-d10f47c7-ba63-4cfe-8a2f-ff80393aa7a3 { display: none !important; }}
#s-d10f47c7-ba63-4cfe-8a2f-ff80393aa7a3 hr {
  border-top: 2px solid rgba(221, 221, 221, 0);
}

@media (min-width: 1200px){#s-e3b61666-c2fc-4ca6-96ce-10423bbf2d6d {
  display: none;
}
#s-e3b61666-c2fc-4ca6-96ce-10423bbf2d6d, #wrap-s-e3b61666-c2fc-4ca6-96ce-10423bbf2d6d { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e3b61666-c2fc-4ca6-96ce-10423bbf2d6d {
  display: none;
}
#s-e3b61666-c2fc-4ca6-96ce-10423bbf2d6d, #wrap-s-e3b61666-c2fc-4ca6-96ce-10423bbf2d6d { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-e3b61666-c2fc-4ca6-96ce-10423bbf2d6d {
  display: none;
}
#s-e3b61666-c2fc-4ca6-96ce-10423bbf2d6d, #wrap-s-e3b61666-c2fc-4ca6-96ce-10423bbf2d6d { display: none !important; }}@media (max-width: 767px){#s-e3b61666-c2fc-4ca6-96ce-10423bbf2d6d {
  display: none;
}
#s-e3b61666-c2fc-4ca6-96ce-10423bbf2d6d, #wrap-s-e3b61666-c2fc-4ca6-96ce-10423bbf2d6d { display: none !important; }}
#s-e3b61666-c2fc-4ca6-96ce-10423bbf2d6d hr {
  border-top: 2px solid rgba(221, 221, 221, 0);
}

#s-1d31bd64-53c4-403a-9ac9-b2538ed280b4 {
  box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);
background-repeat: no-repeat;
background-size: cover;
border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(23, 143, 238, 1);
border-radius: 0px;
min-height: 411px;
background-position: center top;
}
@media (min-width: 1200px){#s-1d31bd64-53c4-403a-9ac9-b2538ed280b4 {
  display: none;
}
#s-1d31bd64-53c4-403a-9ac9-b2538ed280b4, #wrap-s-1d31bd64-53c4-403a-9ac9-b2538ed280b4 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-1d31bd64-53c4-403a-9ac9-b2538ed280b4 {
  display: none;
}
#s-1d31bd64-53c4-403a-9ac9-b2538ed280b4, #wrap-s-1d31bd64-53c4-403a-9ac9-b2538ed280b4 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-1d31bd64-53c4-403a-9ac9-b2538ed280b4 {
  display: none;
}
#s-1d31bd64-53c4-403a-9ac9-b2538ed280b4, #wrap-s-1d31bd64-53c4-403a-9ac9-b2538ed280b4 { display: none !important; }}@media (max-width: 767px){#s-1d31bd64-53c4-403a-9ac9-b2538ed280b4 {
  
}
}







#s-1d31bd64-53c4-403a-9ac9-b2538ed280b4 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-1d31bd64-53c4-403a-9ac9-b2538ed280b4 {
  cursor: pointer;
}#s-1d31bd64-53c4-403a-9ac9-b2538ed280b4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8f847e2b-e44a-4e5b-8236-9732270a2077 {
  margin-left: 10px;
margin-right: 10px;
}
@media (min-width: 1200px){#s-8f847e2b-e44a-4e5b-8236-9732270a2077 {
  display: none;
}
#s-8f847e2b-e44a-4e5b-8236-9732270a2077, #wrap-s-8f847e2b-e44a-4e5b-8236-9732270a2077 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8f847e2b-e44a-4e5b-8236-9732270a2077 {
  display: none;
}
#s-8f847e2b-e44a-4e5b-8236-9732270a2077, #wrap-s-8f847e2b-e44a-4e5b-8236-9732270a2077 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-8f847e2b-e44a-4e5b-8236-9732270a2077 {
  display: none;
}
#s-8f847e2b-e44a-4e5b-8236-9732270a2077, #wrap-s-8f847e2b-e44a-4e5b-8236-9732270a2077 { display: none !important; }}@media (max-width: 767px){#s-8f847e2b-e44a-4e5b-8236-9732270a2077 {
  
}
}
#s-86e0a02c-65ad-4c67-ba9c-0e87e2bead6a {
  box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);
border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(23, 143, 238, 1);
border-radius: 0px;
min-height: 300px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-86e0a02c-65ad-4c67-ba9c-0e87e2bead6a {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-86e0a02c-65ad-4c67-ba9c-0e87e2bead6a {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-86e0a02c-65ad-4c67-ba9c-0e87e2bead6a {
  
}
}@media (max-width: 767px){#s-86e0a02c-65ad-4c67-ba9c-0e87e2bead6a {
  display: none;
}
#s-86e0a02c-65ad-4c67-ba9c-0e87e2bead6a, #wrap-s-86e0a02c-65ad-4c67-ba9c-0e87e2bead6a { display: none !important; }}







#s-86e0a02c-65ad-4c67-ba9c-0e87e2bead6a > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-86e0a02c-65ad-4c67-ba9c-0e87e2bead6a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-54d8894d-a26f-4ad6-989f-f8abf3945bb3 {
  margin-left: 40px;
margin-right: 40px;
}
@media (min-width: 1200px){#s-54d8894d-a26f-4ad6-989f-f8abf3945bb3 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-54d8894d-a26f-4ad6-989f-f8abf3945bb3 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-54d8894d-a26f-4ad6-989f-f8abf3945bb3 {
  display: none;
}
#s-54d8894d-a26f-4ad6-989f-f8abf3945bb3, #wrap-s-54d8894d-a26f-4ad6-989f-f8abf3945bb3 { display: none !important; }}@media (max-width: 767px){#s-54d8894d-a26f-4ad6-989f-f8abf3945bb3 {
  display: none;
}
#s-54d8894d-a26f-4ad6-989f-f8abf3945bb3, #wrap-s-54d8894d-a26f-4ad6-989f-f8abf3945bb3 { display: none !important; }}
#s-ee9c7ee6-ad80-4048-8dc6-3c9474bad7ac {
  margin-left: 30px;
}
@media (min-width: 1200px){#s-ee9c7ee6-ad80-4048-8dc6-3c9474bad7ac {
  display: none;
}
#s-ee9c7ee6-ad80-4048-8dc6-3c9474bad7ac, #wrap-s-ee9c7ee6-ad80-4048-8dc6-3c9474bad7ac { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ee9c7ee6-ad80-4048-8dc6-3c9474bad7ac {
  display: none;
}
#s-ee9c7ee6-ad80-4048-8dc6-3c9474bad7ac, #wrap-s-ee9c7ee6-ad80-4048-8dc6-3c9474bad7ac { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-ee9c7ee6-ad80-4048-8dc6-3c9474bad7ac {
  
}
}@media (max-width: 767px){#s-ee9c7ee6-ad80-4048-8dc6-3c9474bad7ac {
  display: none;
}
#s-ee9c7ee6-ad80-4048-8dc6-3c9474bad7ac, #wrap-s-ee9c7ee6-ad80-4048-8dc6-3c9474bad7ac { display: none !important; }}
#s-3c7951b0-e4c8-43c5-8654-45d0a438a68c {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-3c7951b0-e4c8-43c5-8654-45d0a438a68c:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-3c7951b0-e4c8-43c5-8654-45d0a438a68c:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-3c7951b0-e4c8-43c5-8654-45d0a438a68c-root {
    text-align: center;
  }


#s-3c7951b0-e4c8-43c5-8654-45d0a438a68c.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 600;
  
  font-family: Khula;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-3c7951b0-e4c8-43c5-8654-45d0a438a68c-root {
    text-align: center;
  }


#s-3c7951b0-e4c8-43c5-8654-45d0a438a68c.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 600;
  
  font-family: Khula;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-3c7951b0-e4c8-43c5-8654-45d0a438a68c-root {
    text-align: center;
  }


#s-3c7951b0-e4c8-43c5-8654-45d0a438a68c.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 600;
  
  font-family: Khula;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-3c7951b0-e4c8-43c5-8654-45d0a438a68c-root {
    text-align: center;
  }


#s-3c7951b0-e4c8-43c5-8654-45d0a438a68c.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 600;
  
  font-family: Khula;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-3c7951b0-e4c8-43c5-8654-45d0a438a68c-root {
    text-align: center;
  }


#s-3c7951b0-e4c8-43c5-8654-45d0a438a68c.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 600;
  
  font-family: Khula;
  display:  inline-block ;
}
}
#s-121d2b0e-fadd-4b10-b80d-a96f28f8b91c {
  box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);
background-repeat: no-repeat;
background-size: cover;
border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(23, 143, 238, 1);
border-radius: 0px;
min-height: 411px;
background-position: center center;
}
@media (min-width: 1200px){#s-121d2b0e-fadd-4b10-b80d-a96f28f8b91c {
  display: none;
}
#s-121d2b0e-fadd-4b10-b80d-a96f28f8b91c, #wrap-s-121d2b0e-fadd-4b10-b80d-a96f28f8b91c { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-121d2b0e-fadd-4b10-b80d-a96f28f8b91c {
  display: none;
}
#s-121d2b0e-fadd-4b10-b80d-a96f28f8b91c, #wrap-s-121d2b0e-fadd-4b10-b80d-a96f28f8b91c { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-121d2b0e-fadd-4b10-b80d-a96f28f8b91c {
  display: none;
}
#s-121d2b0e-fadd-4b10-b80d-a96f28f8b91c, #wrap-s-121d2b0e-fadd-4b10-b80d-a96f28f8b91c { display: none !important; }}@media (max-width: 767px){#s-121d2b0e-fadd-4b10-b80d-a96f28f8b91c {
  display: none;
}
#s-121d2b0e-fadd-4b10-b80d-a96f28f8b91c, #wrap-s-121d2b0e-fadd-4b10-b80d-a96f28f8b91c { display: none !important; }}







#s-121d2b0e-fadd-4b10-b80d-a96f28f8b91c > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-121d2b0e-fadd-4b10-b80d-a96f28f8b91c {
  cursor: pointer;
}#s-121d2b0e-fadd-4b10-b80d-a96f28f8b91c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 1200px){#s-c461571b-5f67-4063-9c28-1dab40980177 {
  display: none;
}
#s-c461571b-5f67-4063-9c28-1dab40980177, #wrap-s-c461571b-5f67-4063-9c28-1dab40980177 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c461571b-5f67-4063-9c28-1dab40980177 {
  display: none;
}
#s-c461571b-5f67-4063-9c28-1dab40980177, #wrap-s-c461571b-5f67-4063-9c28-1dab40980177 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-c461571b-5f67-4063-9c28-1dab40980177 {
  display: none;
}
#s-c461571b-5f67-4063-9c28-1dab40980177, #wrap-s-c461571b-5f67-4063-9c28-1dab40980177 { display: none !important; }}@media (max-width: 767px){#s-c461571b-5f67-4063-9c28-1dab40980177 {
  display: none;
}
#s-c461571b-5f67-4063-9c28-1dab40980177, #wrap-s-c461571b-5f67-4063-9c28-1dab40980177 { display: none !important; }}
@media (min-width: 0px) {
[id="s-c461571b-5f67-4063-9c28-1dab40980177"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-c461571b-5f67-4063-9c28-1dab40980177"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-c461571b-5f67-4063-9c28-1dab40980177"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-c461571b-5f67-4063-9c28-1dab40980177"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-7c60232a-81c4-4c6a-b256-7ca0a9c282b6 {
  padding-left: 40px;
padding-right: 40px;
text-align: center;
}







  #s-7c60232a-81c4-4c6a-b256-7ca0a9c282b6 img.shogun-image {
    

    
    
    
  }


#s-7c60232a-81c4-4c6a-b256-7ca0a9c282b6 .shogun-image-content {
  
    align-items: center;
  
}

#s-c6498b66-5b6c-49ef-8b57-537647bf842d {
  margin-top: 10px;
margin-left: 30px;
margin-right: 30px;
}

#s-c82cc645-0c38-4f8c-a24b-19a1ef19a4e7 {
  padding-left: 40px;
padding-right: 40px;
text-align: center;
}







  #s-c82cc645-0c38-4f8c-a24b-19a1ef19a4e7 img.shogun-image {
    

    
    
    
  }


#s-c82cc645-0c38-4f8c-a24b-19a1ef19a4e7 .shogun-image-content {
  
    align-items: center;
  
}

#s-e226d8c0-54f4-4cda-8c0a-a19f13f4a549 {
  margin-top: 10px;
margin-left: 30px;
margin-right: 30px;
}

@media (min-width: 1200px){#s-8ea1470e-14f9-4c8a-a164-bd48b0517e76 {
  display: none;
}
#s-8ea1470e-14f9-4c8a-a164-bd48b0517e76, #wrap-s-8ea1470e-14f9-4c8a-a164-bd48b0517e76 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8ea1470e-14f9-4c8a-a164-bd48b0517e76 {
  display: none;
}
#s-8ea1470e-14f9-4c8a-a164-bd48b0517e76, #wrap-s-8ea1470e-14f9-4c8a-a164-bd48b0517e76 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-8ea1470e-14f9-4c8a-a164-bd48b0517e76 {
  display: none;
}
#s-8ea1470e-14f9-4c8a-a164-bd48b0517e76, #wrap-s-8ea1470e-14f9-4c8a-a164-bd48b0517e76 { display: none !important; }}@media (max-width: 767px){#s-8ea1470e-14f9-4c8a-a164-bd48b0517e76 {
  display: none;
}
#s-8ea1470e-14f9-4c8a-a164-bd48b0517e76, #wrap-s-8ea1470e-14f9-4c8a-a164-bd48b0517e76 { display: none !important; }}
#s-8ea1470e-14f9-4c8a-a164-bd48b0517e76 hr {
  border-top: 2px solid rgba(221, 221, 221, 0);
}

@media (min-width: 1200px){#s-0c8e1e76-324e-4897-bc76-af33884a0ba9 {
  display: none;
}
#s-0c8e1e76-324e-4897-bc76-af33884a0ba9, #wrap-s-0c8e1e76-324e-4897-bc76-af33884a0ba9 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0c8e1e76-324e-4897-bc76-af33884a0ba9 {
  display: none;
}
#s-0c8e1e76-324e-4897-bc76-af33884a0ba9, #wrap-s-0c8e1e76-324e-4897-bc76-af33884a0ba9 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-0c8e1e76-324e-4897-bc76-af33884a0ba9 {
  display: none;
}
#s-0c8e1e76-324e-4897-bc76-af33884a0ba9, #wrap-s-0c8e1e76-324e-4897-bc76-af33884a0ba9 { display: none !important; }}@media (max-width: 767px){#s-0c8e1e76-324e-4897-bc76-af33884a0ba9 {
  display: none;
}
#s-0c8e1e76-324e-4897-bc76-af33884a0ba9, #wrap-s-0c8e1e76-324e-4897-bc76-af33884a0ba9 { display: none !important; }}
@media (min-width: 0px) {
[id="s-0c8e1e76-324e-4897-bc76-af33884a0ba9"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-0c8e1e76-324e-4897-bc76-af33884a0ba9"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-0c8e1e76-324e-4897-bc76-af33884a0ba9"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-0c8e1e76-324e-4897-bc76-af33884a0ba9"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-d4f28dd2-9dd3-4e9b-95f0-368887b1a19f {
  padding-left: 40px;
padding-right: 40px;
text-align: center;
}







  #s-d4f28dd2-9dd3-4e9b-95f0-368887b1a19f img.shogun-image {
    

    
    
    
  }


#s-d4f28dd2-9dd3-4e9b-95f0-368887b1a19f .shogun-image-content {
  
    align-items: center;
  
}

#s-dc18f087-58d5-409e-b7cb-55a9e6d56cf3 {
  margin-top: 10px;
margin-left: 30px;
margin-right: 30px;
}

#s-de164233-e23c-465c-b530-71b4b5d072f0 {
  padding-left: 40px;
padding-right: 40px;
text-align: center;
}







  #s-de164233-e23c-465c-b530-71b4b5d072f0 img.shogun-image {
    

    
    
    
  }


#s-de164233-e23c-465c-b530-71b4b5d072f0 .shogun-image-content {
  
    align-items: center;
  
}

#s-4c5591ed-587d-462a-bc95-bb7823b728c6 {
  margin-top: 10px;
margin-left: 30px;
margin-right: 30px;
}

@media (min-width: 1200px){#s-c3519770-6cf2-46ba-a138-f88b0dc5dfb5 {
  display: none;
}
#s-c3519770-6cf2-46ba-a138-f88b0dc5dfb5, #wrap-s-c3519770-6cf2-46ba-a138-f88b0dc5dfb5 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c3519770-6cf2-46ba-a138-f88b0dc5dfb5 {
  display: none;
}
#s-c3519770-6cf2-46ba-a138-f88b0dc5dfb5, #wrap-s-c3519770-6cf2-46ba-a138-f88b0dc5dfb5 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-c3519770-6cf2-46ba-a138-f88b0dc5dfb5 {
  display: none;
}
#s-c3519770-6cf2-46ba-a138-f88b0dc5dfb5, #wrap-s-c3519770-6cf2-46ba-a138-f88b0dc5dfb5 { display: none !important; }}@media (max-width: 767px){#s-c3519770-6cf2-46ba-a138-f88b0dc5dfb5 {
  display: none;
}
#s-c3519770-6cf2-46ba-a138-f88b0dc5dfb5, #wrap-s-c3519770-6cf2-46ba-a138-f88b0dc5dfb5 { display: none !important; }}
#s-c3519770-6cf2-46ba-a138-f88b0dc5dfb5 hr {
  border-top: 2px solid rgba(221, 221, 221, 0);
}

@media (min-width: 1200px){#s-3eed68e8-0b59-4565-9038-97f00933ab12 {
  display: none;
}
#s-3eed68e8-0b59-4565-9038-97f00933ab12, #wrap-s-3eed68e8-0b59-4565-9038-97f00933ab12 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3eed68e8-0b59-4565-9038-97f00933ab12 {
  display: none;
}
#s-3eed68e8-0b59-4565-9038-97f00933ab12, #wrap-s-3eed68e8-0b59-4565-9038-97f00933ab12 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-3eed68e8-0b59-4565-9038-97f00933ab12 {
  display: none;
}
#s-3eed68e8-0b59-4565-9038-97f00933ab12, #wrap-s-3eed68e8-0b59-4565-9038-97f00933ab12 { display: none !important; }}@media (max-width: 767px){#s-3eed68e8-0b59-4565-9038-97f00933ab12 {
  display: none;
}
#s-3eed68e8-0b59-4565-9038-97f00933ab12, #wrap-s-3eed68e8-0b59-4565-9038-97f00933ab12 { display: none !important; }}
@media (min-width: 0px) {
[id="s-3eed68e8-0b59-4565-9038-97f00933ab12"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-3eed68e8-0b59-4565-9038-97f00933ab12"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-3eed68e8-0b59-4565-9038-97f00933ab12"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-3eed68e8-0b59-4565-9038-97f00933ab12"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-4d258b9c-56f9-4105-a9ce-f672e21028f5 {
  padding-left: 40px;
padding-right: 40px;
text-align: center;
}







  #s-4d258b9c-56f9-4105-a9ce-f672e21028f5 img.shogun-image {
    

    
    
    
  }


#s-4d258b9c-56f9-4105-a9ce-f672e21028f5 .shogun-image-content {
  
    align-items: center;
  
}

#s-88946b86-757b-4540-b810-2603abcdaea0 {
  margin-top: 10px;
margin-left: 30px;
margin-right: 30px;
}

#s-75373120-674c-4dc7-a224-d5b115887856 {
  padding-left: 40px;
padding-right: 40px;
text-align: center;
}







  #s-75373120-674c-4dc7-a224-d5b115887856 img.shogun-image {
    

    
    
    
  }


#s-75373120-674c-4dc7-a224-d5b115887856 .shogun-image-content {
  
    align-items: center;
  
}

#s-008cf384-8378-4ce7-b7aa-578cff6e8446 {
  margin-top: 10px;
margin-left: 30px;
margin-right: 30px;
}

@media (min-width: 1200px){#s-35c03980-69e6-4293-b0e3-4290edcd83cb {
  display: none;
}
#s-35c03980-69e6-4293-b0e3-4290edcd83cb, #wrap-s-35c03980-69e6-4293-b0e3-4290edcd83cb { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-35c03980-69e6-4293-b0e3-4290edcd83cb {
  display: none;
}
#s-35c03980-69e6-4293-b0e3-4290edcd83cb, #wrap-s-35c03980-69e6-4293-b0e3-4290edcd83cb { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-35c03980-69e6-4293-b0e3-4290edcd83cb {
  display: none;
}
#s-35c03980-69e6-4293-b0e3-4290edcd83cb, #wrap-s-35c03980-69e6-4293-b0e3-4290edcd83cb { display: none !important; }}@media (max-width: 767px){#s-35c03980-69e6-4293-b0e3-4290edcd83cb {
  display: none;
}
#s-35c03980-69e6-4293-b0e3-4290edcd83cb, #wrap-s-35c03980-69e6-4293-b0e3-4290edcd83cb { display: none !important; }}
#s-35c03980-69e6-4293-b0e3-4290edcd83cb hr {
  border-top: 2px solid rgba(221, 221, 221, 0);
}

#s-c6a3c4d3-9c7e-4ff1-91f5-2131bba83797 {
  box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);
background-repeat: no-repeat;
background-size: cover;
border-style: solid;
margin-top: 0px;
margin-left: 80px;
margin-bottom: 0px;
margin-right: 80px;
padding-top: 0px;
padding-left: 80px;
padding-bottom: 0px;
padding-right: 80px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(23, 143, 238, 1);
border-radius: 0px;
min-height: 411px;
background-position: center center;
}
@media (min-width: 1200px){#s-c6a3c4d3-9c7e-4ff1-91f5-2131bba83797 {
  display: none;
}
#s-c6a3c4d3-9c7e-4ff1-91f5-2131bba83797, #wrap-s-c6a3c4d3-9c7e-4ff1-91f5-2131bba83797 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c6a3c4d3-9c7e-4ff1-91f5-2131bba83797 {
  display: none;
}
#s-c6a3c4d3-9c7e-4ff1-91f5-2131bba83797, #wrap-s-c6a3c4d3-9c7e-4ff1-91f5-2131bba83797 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-c6a3c4d3-9c7e-4ff1-91f5-2131bba83797 {
  display: none;
}
#s-c6a3c4d3-9c7e-4ff1-91f5-2131bba83797, #wrap-s-c6a3c4d3-9c7e-4ff1-91f5-2131bba83797 { display: none !important; }}@media (max-width: 767px){#s-c6a3c4d3-9c7e-4ff1-91f5-2131bba83797 {
  display: none;
}
#s-c6a3c4d3-9c7e-4ff1-91f5-2131bba83797, #wrap-s-c6a3c4d3-9c7e-4ff1-91f5-2131bba83797 { display: none !important; }}







#s-c6a3c4d3-9c7e-4ff1-91f5-2131bba83797 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-c6a3c4d3-9c7e-4ff1-91f5-2131bba83797 {
  cursor: pointer;
}#s-c6a3c4d3-9c7e-4ff1-91f5-2131bba83797.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 1200px){#s-17485861-e6ba-4f3c-8db9-9fda0f53034d {
  display: none;
}
#s-17485861-e6ba-4f3c-8db9-9fda0f53034d, #wrap-s-17485861-e6ba-4f3c-8db9-9fda0f53034d { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-17485861-e6ba-4f3c-8db9-9fda0f53034d {
  display: none;
}
#s-17485861-e6ba-4f3c-8db9-9fda0f53034d, #wrap-s-17485861-e6ba-4f3c-8db9-9fda0f53034d { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-17485861-e6ba-4f3c-8db9-9fda0f53034d {
  display: none;
}
#s-17485861-e6ba-4f3c-8db9-9fda0f53034d, #wrap-s-17485861-e6ba-4f3c-8db9-9fda0f53034d { display: none !important; }}@media (max-width: 767px){#s-17485861-e6ba-4f3c-8db9-9fda0f53034d {
  display: none;
}
#s-17485861-e6ba-4f3c-8db9-9fda0f53034d, #wrap-s-17485861-e6ba-4f3c-8db9-9fda0f53034d { display: none !important; }}
#s-17485861-e6ba-4f3c-8db9-9fda0f53034d hr {
  border-top: 2px solid rgba(221, 221, 221, 0);
}

@media (min-width: 1200px){#s-9c2b1425-bbf4-44f7-a92f-261070a4af1a {
  display: none;
}
#s-9c2b1425-bbf4-44f7-a92f-261070a4af1a, #wrap-s-9c2b1425-bbf4-44f7-a92f-261070a4af1a { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9c2b1425-bbf4-44f7-a92f-261070a4af1a {
  display: none;
}
#s-9c2b1425-bbf4-44f7-a92f-261070a4af1a, #wrap-s-9c2b1425-bbf4-44f7-a92f-261070a4af1a { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-9c2b1425-bbf4-44f7-a92f-261070a4af1a {
  display: none;
}
#s-9c2b1425-bbf4-44f7-a92f-261070a4af1a, #wrap-s-9c2b1425-bbf4-44f7-a92f-261070a4af1a { display: none !important; }}@media (max-width: 767px){#s-9c2b1425-bbf4-44f7-a92f-261070a4af1a {
  display: none;
}
#s-9c2b1425-bbf4-44f7-a92f-261070a4af1a, #wrap-s-9c2b1425-bbf4-44f7-a92f-261070a4af1a { display: none !important; }}
#s-9c2b1425-bbf4-44f7-a92f-261070a4af1a hr {
  border-top: 2px solid rgba(221, 221, 221, 0);
}

@media (min-width: 1200px){#s-f4d687b1-b2e5-48c0-8ff6-474a2786fe26 {
  display: none;
}
#s-f4d687b1-b2e5-48c0-8ff6-474a2786fe26, #wrap-s-f4d687b1-b2e5-48c0-8ff6-474a2786fe26 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f4d687b1-b2e5-48c0-8ff6-474a2786fe26 {
  display: none;
}
#s-f4d687b1-b2e5-48c0-8ff6-474a2786fe26, #wrap-s-f4d687b1-b2e5-48c0-8ff6-474a2786fe26 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-f4d687b1-b2e5-48c0-8ff6-474a2786fe26 {
  display: none;
}
#s-f4d687b1-b2e5-48c0-8ff6-474a2786fe26, #wrap-s-f4d687b1-b2e5-48c0-8ff6-474a2786fe26 { display: none !important; }}@media (max-width: 767px){#s-f4d687b1-b2e5-48c0-8ff6-474a2786fe26 {
  display: none;
}
#s-f4d687b1-b2e5-48c0-8ff6-474a2786fe26, #wrap-s-f4d687b1-b2e5-48c0-8ff6-474a2786fe26 { display: none !important; }}
#s-f4d687b1-b2e5-48c0-8ff6-474a2786fe26 hr {
  border-top: 2px solid rgba(221, 221, 221, 0);
}

@media (min-width: 1200px){#s-c560c935-507c-4923-b5e9-e4b830fd5ace {
  display: none;
}
#s-c560c935-507c-4923-b5e9-e4b830fd5ace, #wrap-s-c560c935-507c-4923-b5e9-e4b830fd5ace { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c560c935-507c-4923-b5e9-e4b830fd5ace {
  display: none;
}
#s-c560c935-507c-4923-b5e9-e4b830fd5ace, #wrap-s-c560c935-507c-4923-b5e9-e4b830fd5ace { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-c560c935-507c-4923-b5e9-e4b830fd5ace {
  display: none;
}
#s-c560c935-507c-4923-b5e9-e4b830fd5ace, #wrap-s-c560c935-507c-4923-b5e9-e4b830fd5ace { display: none !important; }}@media (max-width: 767px){#s-c560c935-507c-4923-b5e9-e4b830fd5ace {
  display: none;
}
#s-c560c935-507c-4923-b5e9-e4b830fd5ace, #wrap-s-c560c935-507c-4923-b5e9-e4b830fd5ace { display: none !important; }}
#s-c560c935-507c-4923-b5e9-e4b830fd5ace hr {
  border-top: 2px solid rgba(221, 221, 221, 0);
}

#s-d4d7eb5a-8fb3-411c-b098-2e60c5b7bb02 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-d4d7eb5a-8fb3-411c-b098-2e60c5b7bb02:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-d4d7eb5a-8fb3-411c-b098-2e60c5b7bb02:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-d4d7eb5a-8fb3-411c-b098-2e60c5b7bb02 {
  display: none;
}
#s-d4d7eb5a-8fb3-411c-b098-2e60c5b7bb02, #wrap-s-d4d7eb5a-8fb3-411c-b098-2e60c5b7bb02 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d4d7eb5a-8fb3-411c-b098-2e60c5b7bb02 {
  display: none;
}
#s-d4d7eb5a-8fb3-411c-b098-2e60c5b7bb02, #wrap-s-d4d7eb5a-8fb3-411c-b098-2e60c5b7bb02 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-d4d7eb5a-8fb3-411c-b098-2e60c5b7bb02 {
  display: none;
}
#s-d4d7eb5a-8fb3-411c-b098-2e60c5b7bb02, #wrap-s-d4d7eb5a-8fb3-411c-b098-2e60c5b7bb02 { display: none !important; }}@media (max-width: 767px){#s-d4d7eb5a-8fb3-411c-b098-2e60c5b7bb02 {
  display: none;
}
#s-d4d7eb5a-8fb3-411c-b098-2e60c5b7bb02, #wrap-s-d4d7eb5a-8fb3-411c-b098-2e60c5b7bb02 { display: none !important; }}

  #s-d4d7eb5a-8fb3-411c-b098-2e60c5b7bb02-root {
    text-align: center;
  }


#s-d4d7eb5a-8fb3-411c-b098-2e60c5b7bb02.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Khula;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-d4d7eb5a-8fb3-411c-b098-2e60c5b7bb02-root {
    text-align: center;
  }


#s-d4d7eb5a-8fb3-411c-b098-2e60c5b7bb02.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Khula;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-d4d7eb5a-8fb3-411c-b098-2e60c5b7bb02-root {
    text-align: center;
  }


#s-d4d7eb5a-8fb3-411c-b098-2e60c5b7bb02.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Khula;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-d4d7eb5a-8fb3-411c-b098-2e60c5b7bb02-root {
    text-align: center;
  }


#s-d4d7eb5a-8fb3-411c-b098-2e60c5b7bb02.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Khula;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-d4d7eb5a-8fb3-411c-b098-2e60c5b7bb02-root {
    text-align: center;
  }


#s-d4d7eb5a-8fb3-411c-b098-2e60c5b7bb02.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Khula;
  display:  inline-block ;
}
}
#s-5fab7ac4-f0bc-466e-97dd-6fdd6ed2d58d {
  padding-left: 50px;
padding-right: 50px;
}
@media (min-width: 1200px){#s-5fab7ac4-f0bc-466e-97dd-6fdd6ed2d58d {
  display: none;
}
#s-5fab7ac4-f0bc-466e-97dd-6fdd6ed2d58d, #wrap-s-5fab7ac4-f0bc-466e-97dd-6fdd6ed2d58d { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-5fab7ac4-f0bc-466e-97dd-6fdd6ed2d58d {
  display: none;
}
#s-5fab7ac4-f0bc-466e-97dd-6fdd6ed2d58d, #wrap-s-5fab7ac4-f0bc-466e-97dd-6fdd6ed2d58d { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-5fab7ac4-f0bc-466e-97dd-6fdd6ed2d58d {
  display: none;
}
#s-5fab7ac4-f0bc-466e-97dd-6fdd6ed2d58d, #wrap-s-5fab7ac4-f0bc-466e-97dd-6fdd6ed2d58d { display: none !important; }}@media (max-width: 767px){#s-5fab7ac4-f0bc-466e-97dd-6fdd6ed2d58d {
  display: none;
}
#s-5fab7ac4-f0bc-466e-97dd-6fdd6ed2d58d, #wrap-s-5fab7ac4-f0bc-466e-97dd-6fdd6ed2d58d { display: none !important; }}
@media (min-width: 1200px){#s-628eaef1-34a8-46c4-a49f-59072593199d {
  display: none;
}
#s-628eaef1-34a8-46c4-a49f-59072593199d, #wrap-s-628eaef1-34a8-46c4-a49f-59072593199d { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-628eaef1-34a8-46c4-a49f-59072593199d {
  display: none;
}
#s-628eaef1-34a8-46c4-a49f-59072593199d, #wrap-s-628eaef1-34a8-46c4-a49f-59072593199d { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-628eaef1-34a8-46c4-a49f-59072593199d {
  display: none;
}
#s-628eaef1-34a8-46c4-a49f-59072593199d, #wrap-s-628eaef1-34a8-46c4-a49f-59072593199d { display: none !important; }}@media (max-width: 767px){#s-628eaef1-34a8-46c4-a49f-59072593199d {
  display: none;
}
#s-628eaef1-34a8-46c4-a49f-59072593199d, #wrap-s-628eaef1-34a8-46c4-a49f-59072593199d { display: none !important; }}
#s-628eaef1-34a8-46c4-a49f-59072593199d hr {
  border-top: 2px solid rgba(221, 221, 221, 0);
}

@media (min-width: 1200px){#s-05e5a4b4-416f-4304-b0f4-cff963a7f6f9 {
  display: none;
}
#s-05e5a4b4-416f-4304-b0f4-cff963a7f6f9, #wrap-s-05e5a4b4-416f-4304-b0f4-cff963a7f6f9 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-05e5a4b4-416f-4304-b0f4-cff963a7f6f9 {
  display: none;
}
#s-05e5a4b4-416f-4304-b0f4-cff963a7f6f9, #wrap-s-05e5a4b4-416f-4304-b0f4-cff963a7f6f9 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-05e5a4b4-416f-4304-b0f4-cff963a7f6f9 {
  display: none;
}
#s-05e5a4b4-416f-4304-b0f4-cff963a7f6f9, #wrap-s-05e5a4b4-416f-4304-b0f4-cff963a7f6f9 { display: none !important; }}@media (max-width: 767px){#s-05e5a4b4-416f-4304-b0f4-cff963a7f6f9 {
  display: none;
}
#s-05e5a4b4-416f-4304-b0f4-cff963a7f6f9, #wrap-s-05e5a4b4-416f-4304-b0f4-cff963a7f6f9 { display: none !important; }}
#s-05e5a4b4-416f-4304-b0f4-cff963a7f6f9 hr {
  border-top: 2px solid rgba(221, 221, 221, 0);
}

@media (min-width: 1200px){#s-b607a91d-9ac2-41a6-91d8-4a82731b94a5 {
  display: none;
}
#s-b607a91d-9ac2-41a6-91d8-4a82731b94a5, #wrap-s-b607a91d-9ac2-41a6-91d8-4a82731b94a5 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b607a91d-9ac2-41a6-91d8-4a82731b94a5 {
  display: none;
}
#s-b607a91d-9ac2-41a6-91d8-4a82731b94a5, #wrap-s-b607a91d-9ac2-41a6-91d8-4a82731b94a5 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-b607a91d-9ac2-41a6-91d8-4a82731b94a5 {
  display: none;
}
#s-b607a91d-9ac2-41a6-91d8-4a82731b94a5, #wrap-s-b607a91d-9ac2-41a6-91d8-4a82731b94a5 { display: none !important; }}@media (max-width: 767px){#s-b607a91d-9ac2-41a6-91d8-4a82731b94a5 {
  display: none;
}
#s-b607a91d-9ac2-41a6-91d8-4a82731b94a5, #wrap-s-b607a91d-9ac2-41a6-91d8-4a82731b94a5 { display: none !important; }}
#s-b607a91d-9ac2-41a6-91d8-4a82731b94a5 hr {
  border-top: 2px solid rgba(221, 221, 221, 0);
}

@media (min-width: 1200px){#s-e118d76f-2706-4707-af74-e17baa0e0757 {
  display: none;
}
#s-e118d76f-2706-4707-af74-e17baa0e0757, #wrap-s-e118d76f-2706-4707-af74-e17baa0e0757 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e118d76f-2706-4707-af74-e17baa0e0757 {
  display: none;
}
#s-e118d76f-2706-4707-af74-e17baa0e0757, #wrap-s-e118d76f-2706-4707-af74-e17baa0e0757 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-e118d76f-2706-4707-af74-e17baa0e0757 {
  display: none;
}
#s-e118d76f-2706-4707-af74-e17baa0e0757, #wrap-s-e118d76f-2706-4707-af74-e17baa0e0757 { display: none !important; }}@media (max-width: 767px){#s-e118d76f-2706-4707-af74-e17baa0e0757 {
  display: none;
}
#s-e118d76f-2706-4707-af74-e17baa0e0757, #wrap-s-e118d76f-2706-4707-af74-e17baa0e0757 { display: none !important; }}
#s-e118d76f-2706-4707-af74-e17baa0e0757 hr {
  border-top: 2px solid rgba(221, 221, 221, 0);
}

#s-aab04b0c-cc75-4382-bb84-bcb4cae949ca {
  margin-left: 70px;
margin-right: 70px;
}
@media (min-width: 1200px){#s-aab04b0c-cc75-4382-bb84-bcb4cae949ca {
  display: none;
}
#s-aab04b0c-cc75-4382-bb84-bcb4cae949ca, #wrap-s-aab04b0c-cc75-4382-bb84-bcb4cae949ca { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-aab04b0c-cc75-4382-bb84-bcb4cae949ca {
  display: none;
}
#s-aab04b0c-cc75-4382-bb84-bcb4cae949ca, #wrap-s-aab04b0c-cc75-4382-bb84-bcb4cae949ca { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-aab04b0c-cc75-4382-bb84-bcb4cae949ca {
  display: none;
}
#s-aab04b0c-cc75-4382-bb84-bcb4cae949ca, #wrap-s-aab04b0c-cc75-4382-bb84-bcb4cae949ca { display: none !important; }}@media (max-width: 767px){#s-aab04b0c-cc75-4382-bb84-bcb4cae949ca {
  display: none;
}
#s-aab04b0c-cc75-4382-bb84-bcb4cae949ca, #wrap-s-aab04b0c-cc75-4382-bb84-bcb4cae949ca { display: none !important; }}
@media (min-width: 1200px){#s-2f7e8aed-9301-41fd-8294-31a822762ca2 {
  display: none;
}
#s-2f7e8aed-9301-41fd-8294-31a822762ca2, #wrap-s-2f7e8aed-9301-41fd-8294-31a822762ca2 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-2f7e8aed-9301-41fd-8294-31a822762ca2 {
  display: none;
}
#s-2f7e8aed-9301-41fd-8294-31a822762ca2, #wrap-s-2f7e8aed-9301-41fd-8294-31a822762ca2 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-2f7e8aed-9301-41fd-8294-31a822762ca2 {
  display: none;
}
#s-2f7e8aed-9301-41fd-8294-31a822762ca2, #wrap-s-2f7e8aed-9301-41fd-8294-31a822762ca2 { display: none !important; }}@media (max-width: 767px){#s-2f7e8aed-9301-41fd-8294-31a822762ca2 {
  display: none;
}
#s-2f7e8aed-9301-41fd-8294-31a822762ca2, #wrap-s-2f7e8aed-9301-41fd-8294-31a822762ca2 { display: none !important; }}
#s-2f7e8aed-9301-41fd-8294-31a822762ca2 hr {
  border-top: 2px solid rgba(221, 221, 221, 0);
}

@media (min-width: 1200px){#s-48db8765-0494-4fed-a65f-bb30aa1f2ef7 {
  display: none;
}
#s-48db8765-0494-4fed-a65f-bb30aa1f2ef7, #wrap-s-48db8765-0494-4fed-a65f-bb30aa1f2ef7 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-48db8765-0494-4fed-a65f-bb30aa1f2ef7 {
  display: none;
}
#s-48db8765-0494-4fed-a65f-bb30aa1f2ef7, #wrap-s-48db8765-0494-4fed-a65f-bb30aa1f2ef7 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-48db8765-0494-4fed-a65f-bb30aa1f2ef7 {
  display: none;
}
#s-48db8765-0494-4fed-a65f-bb30aa1f2ef7, #wrap-s-48db8765-0494-4fed-a65f-bb30aa1f2ef7 { display: none !important; }}@media (max-width: 767px){#s-48db8765-0494-4fed-a65f-bb30aa1f2ef7 {
  display: none;
}
#s-48db8765-0494-4fed-a65f-bb30aa1f2ef7, #wrap-s-48db8765-0494-4fed-a65f-bb30aa1f2ef7 { display: none !important; }}
#s-48db8765-0494-4fed-a65f-bb30aa1f2ef7 hr {
  border-top: 2px solid rgba(221, 221, 221, 0);
}

#s-6be453ed-7cbb-4429-871f-fe52ac35bfcb {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-6be453ed-7cbb-4429-871f-fe52ac35bfcb:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-6be453ed-7cbb-4429-871f-fe52ac35bfcb:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-6be453ed-7cbb-4429-871f-fe52ac35bfcb {
  display: none;
}
#s-6be453ed-7cbb-4429-871f-fe52ac35bfcb, #wrap-s-6be453ed-7cbb-4429-871f-fe52ac35bfcb { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-6be453ed-7cbb-4429-871f-fe52ac35bfcb {
  display: none;
}
#s-6be453ed-7cbb-4429-871f-fe52ac35bfcb, #wrap-s-6be453ed-7cbb-4429-871f-fe52ac35bfcb { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-6be453ed-7cbb-4429-871f-fe52ac35bfcb {
  display: none;
}
#s-6be453ed-7cbb-4429-871f-fe52ac35bfcb, #wrap-s-6be453ed-7cbb-4429-871f-fe52ac35bfcb { display: none !important; }}@media (max-width: 767px){#s-6be453ed-7cbb-4429-871f-fe52ac35bfcb {
  display: none;
}
#s-6be453ed-7cbb-4429-871f-fe52ac35bfcb, #wrap-s-6be453ed-7cbb-4429-871f-fe52ac35bfcb { display: none !important; }}

  #s-6be453ed-7cbb-4429-871f-fe52ac35bfcb-root {
    text-align: center;
  }


#s-6be453ed-7cbb-4429-871f-fe52ac35bfcb.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Khula;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-6be453ed-7cbb-4429-871f-fe52ac35bfcb-root {
    text-align: center;
  }


#s-6be453ed-7cbb-4429-871f-fe52ac35bfcb.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Khula;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-6be453ed-7cbb-4429-871f-fe52ac35bfcb-root {
    text-align: center;
  }


#s-6be453ed-7cbb-4429-871f-fe52ac35bfcb.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Khula;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-6be453ed-7cbb-4429-871f-fe52ac35bfcb-root {
    text-align: center;
  }


#s-6be453ed-7cbb-4429-871f-fe52ac35bfcb.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Khula;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-6be453ed-7cbb-4429-871f-fe52ac35bfcb-root {
    text-align: center;
  }


#s-6be453ed-7cbb-4429-871f-fe52ac35bfcb.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Khula;
  display:  inline-block ;
}
}
@media (min-width: 1200px){#s-9deb7559-45d9-4cc2-86d9-e1d9a9a0d20d {
  display: none;
}
#s-9deb7559-45d9-4cc2-86d9-e1d9a9a0d20d, #wrap-s-9deb7559-45d9-4cc2-86d9-e1d9a9a0d20d { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9deb7559-45d9-4cc2-86d9-e1d9a9a0d20d {
  display: none;
}
#s-9deb7559-45d9-4cc2-86d9-e1d9a9a0d20d, #wrap-s-9deb7559-45d9-4cc2-86d9-e1d9a9a0d20d { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-9deb7559-45d9-4cc2-86d9-e1d9a9a0d20d {
  display: none;
}
#s-9deb7559-45d9-4cc2-86d9-e1d9a9a0d20d, #wrap-s-9deb7559-45d9-4cc2-86d9-e1d9a9a0d20d { display: none !important; }}@media (max-width: 767px){#s-9deb7559-45d9-4cc2-86d9-e1d9a9a0d20d {
  display: none;
}
#s-9deb7559-45d9-4cc2-86d9-e1d9a9a0d20d, #wrap-s-9deb7559-45d9-4cc2-86d9-e1d9a9a0d20d { display: none !important; }}
#s-9deb7559-45d9-4cc2-86d9-e1d9a9a0d20d hr {
  border-top: 2px solid rgba(221, 221, 221, 0);
}

#s-4b23b7ae-f3c4-4019-b553-777b26f07828 {
  padding-left: 30px;
padding-right: 30px;
}
@media (min-width: 1200px){#s-4b23b7ae-f3c4-4019-b553-777b26f07828 {
  display: none;
}
#s-4b23b7ae-f3c4-4019-b553-777b26f07828, #wrap-s-4b23b7ae-f3c4-4019-b553-777b26f07828 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-4b23b7ae-f3c4-4019-b553-777b26f07828 {
  display: none;
}
#s-4b23b7ae-f3c4-4019-b553-777b26f07828, #wrap-s-4b23b7ae-f3c4-4019-b553-777b26f07828 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-4b23b7ae-f3c4-4019-b553-777b26f07828 {
  display: none;
}
#s-4b23b7ae-f3c4-4019-b553-777b26f07828, #wrap-s-4b23b7ae-f3c4-4019-b553-777b26f07828 { display: none !important; }}@media (max-width: 767px){#s-4b23b7ae-f3c4-4019-b553-777b26f07828 {
  display: none;
}
#s-4b23b7ae-f3c4-4019-b553-777b26f07828, #wrap-s-4b23b7ae-f3c4-4019-b553-777b26f07828 { display: none !important; }}
@media (min-width: 0px) {
[id="s-4b23b7ae-f3c4-4019-b553-777b26f07828"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4b23b7ae-f3c4-4019-b553-777b26f07828"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-4b23b7ae-f3c4-4019-b553-777b26f07828"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-4b23b7ae-f3c4-4019-b553-777b26f07828"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-086c032c-9d83-4064-af12-221e76921b45 {
  padding-left: 60px;
padding-right: 60px;
text-align: center;
}







  #s-086c032c-9d83-4064-af12-221e76921b45 img.shogun-image {
    

    
    
    
  }


#s-086c032c-9d83-4064-af12-221e76921b45 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 1200px){#s-79c14250-4e02-482c-a248-9b23210d41e7 {
  display: none;
}
#s-79c14250-4e02-482c-a248-9b23210d41e7, #wrap-s-79c14250-4e02-482c-a248-9b23210d41e7 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-79c14250-4e02-482c-a248-9b23210d41e7 {
  display: none;
}
#s-79c14250-4e02-482c-a248-9b23210d41e7, #wrap-s-79c14250-4e02-482c-a248-9b23210d41e7 { display: none !important; }}@media (max-width: 767px){#s-79c14250-4e02-482c-a248-9b23210d41e7 {
  display: none;
}
#s-79c14250-4e02-482c-a248-9b23210d41e7, #wrap-s-79c14250-4e02-482c-a248-9b23210d41e7 { display: none !important; }}
#s-550768ee-1d47-486c-a4f0-9d45c90ec569 {
  padding-left: 60px;
padding-right: 60px;
text-align: center;
}







  #s-550768ee-1d47-486c-a4f0-9d45c90ec569 img.shogun-image {
    

    
    
    
  }


#s-550768ee-1d47-486c-a4f0-9d45c90ec569 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 1200px){#s-6a14be06-4b99-489f-a195-f6ff6dbaff6e {
  display: none;
}
#s-6a14be06-4b99-489f-a195-f6ff6dbaff6e, #wrap-s-6a14be06-4b99-489f-a195-f6ff6dbaff6e { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-6a14be06-4b99-489f-a195-f6ff6dbaff6e {
  display: none;
}
#s-6a14be06-4b99-489f-a195-f6ff6dbaff6e, #wrap-s-6a14be06-4b99-489f-a195-f6ff6dbaff6e { display: none !important; }}@media (max-width: 767px){#s-6a14be06-4b99-489f-a195-f6ff6dbaff6e {
  display: none;
}
#s-6a14be06-4b99-489f-a195-f6ff6dbaff6e, #wrap-s-6a14be06-4b99-489f-a195-f6ff6dbaff6e { display: none !important; }}
#s-77030b0b-753a-4c2a-a0f2-6859da3893a4 {
  padding-left: 30px;
padding-right: 30px;
}
@media (min-width: 1200px){#s-77030b0b-753a-4c2a-a0f2-6859da3893a4 {
  display: none;
}
#s-77030b0b-753a-4c2a-a0f2-6859da3893a4, #wrap-s-77030b0b-753a-4c2a-a0f2-6859da3893a4 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-77030b0b-753a-4c2a-a0f2-6859da3893a4 {
  display: none;
}
#s-77030b0b-753a-4c2a-a0f2-6859da3893a4, #wrap-s-77030b0b-753a-4c2a-a0f2-6859da3893a4 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-77030b0b-753a-4c2a-a0f2-6859da3893a4 {
  display: none;
}
#s-77030b0b-753a-4c2a-a0f2-6859da3893a4, #wrap-s-77030b0b-753a-4c2a-a0f2-6859da3893a4 { display: none !important; }}@media (max-width: 767px){#s-77030b0b-753a-4c2a-a0f2-6859da3893a4 {
  display: none;
}
#s-77030b0b-753a-4c2a-a0f2-6859da3893a4, #wrap-s-77030b0b-753a-4c2a-a0f2-6859da3893a4 { display: none !important; }}
@media (min-width: 0px) {
[id="s-77030b0b-753a-4c2a-a0f2-6859da3893a4"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-77030b0b-753a-4c2a-a0f2-6859da3893a4"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-77030b0b-753a-4c2a-a0f2-6859da3893a4"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-77030b0b-753a-4c2a-a0f2-6859da3893a4"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-e5e4a687-2c18-4049-8f29-1641cb65e0c8 {
  padding-top: 30px;
padding-left: 60px;
padding-right: 60px;
text-align: center;
}







  #s-e5e4a687-2c18-4049-8f29-1641cb65e0c8 img.shogun-image {
    

    
    
    
  }


#s-e5e4a687-2c18-4049-8f29-1641cb65e0c8 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 1200px){#s-2d9f5bb2-0e6d-4807-af1b-adae95d56f99 {
  display: none;
}
#s-2d9f5bb2-0e6d-4807-af1b-adae95d56f99, #wrap-s-2d9f5bb2-0e6d-4807-af1b-adae95d56f99 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-2d9f5bb2-0e6d-4807-af1b-adae95d56f99 {
  display: none;
}
#s-2d9f5bb2-0e6d-4807-af1b-adae95d56f99, #wrap-s-2d9f5bb2-0e6d-4807-af1b-adae95d56f99 { display: none !important; }}@media (max-width: 767px){#s-2d9f5bb2-0e6d-4807-af1b-adae95d56f99 {
  display: none;
}
#s-2d9f5bb2-0e6d-4807-af1b-adae95d56f99, #wrap-s-2d9f5bb2-0e6d-4807-af1b-adae95d56f99 { display: none !important; }}
#s-5cae2a97-182b-475a-846f-fa54c7b036e8 {
  padding-left: 60px;
padding-right: 60px;
text-align: center;
}







  #s-5cae2a97-182b-475a-846f-fa54c7b036e8 img.shogun-image {
    

    
    
    
  }


#s-5cae2a97-182b-475a-846f-fa54c7b036e8 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 1200px){#s-820d9160-c1a6-46a4-a149-22fbcb3cc7e8 {
  display: none;
}
#s-820d9160-c1a6-46a4-a149-22fbcb3cc7e8, #wrap-s-820d9160-c1a6-46a4-a149-22fbcb3cc7e8 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-820d9160-c1a6-46a4-a149-22fbcb3cc7e8 {
  display: none;
}
#s-820d9160-c1a6-46a4-a149-22fbcb3cc7e8, #wrap-s-820d9160-c1a6-46a4-a149-22fbcb3cc7e8 { display: none !important; }}@media (max-width: 767px){#s-820d9160-c1a6-46a4-a149-22fbcb3cc7e8 {
  display: none;
}
#s-820d9160-c1a6-46a4-a149-22fbcb3cc7e8, #wrap-s-820d9160-c1a6-46a4-a149-22fbcb3cc7e8 { display: none !important; }}
@media (min-width: 1200px){#s-3484b715-de7d-46eb-a2f1-cd0482f77cb7 {
  display: none;
}
#s-3484b715-de7d-46eb-a2f1-cd0482f77cb7, #wrap-s-3484b715-de7d-46eb-a2f1-cd0482f77cb7 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3484b715-de7d-46eb-a2f1-cd0482f77cb7 {
  display: none;
}
#s-3484b715-de7d-46eb-a2f1-cd0482f77cb7, #wrap-s-3484b715-de7d-46eb-a2f1-cd0482f77cb7 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-3484b715-de7d-46eb-a2f1-cd0482f77cb7 {
  display: none;
}
#s-3484b715-de7d-46eb-a2f1-cd0482f77cb7, #wrap-s-3484b715-de7d-46eb-a2f1-cd0482f77cb7 { display: none !important; }}@media (max-width: 767px){#s-3484b715-de7d-46eb-a2f1-cd0482f77cb7 {
  display: none;
}
#s-3484b715-de7d-46eb-a2f1-cd0482f77cb7, #wrap-s-3484b715-de7d-46eb-a2f1-cd0482f77cb7 { display: none !important; }}
#s-3484b715-de7d-46eb-a2f1-cd0482f77cb7 hr {
  border-top: 2px solid rgba(221, 221, 221, 0);
}

#s-89f89ef5-873a-4fa1-9abc-ae943ef5680a {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-89f89ef5-873a-4fa1-9abc-ae943ef5680a:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-89f89ef5-873a-4fa1-9abc-ae943ef5680a:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-89f89ef5-873a-4fa1-9abc-ae943ef5680a {
  display: none;
}
#s-89f89ef5-873a-4fa1-9abc-ae943ef5680a, #wrap-s-89f89ef5-873a-4fa1-9abc-ae943ef5680a { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-89f89ef5-873a-4fa1-9abc-ae943ef5680a {
  display: none;
}
#s-89f89ef5-873a-4fa1-9abc-ae943ef5680a, #wrap-s-89f89ef5-873a-4fa1-9abc-ae943ef5680a { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-89f89ef5-873a-4fa1-9abc-ae943ef5680a {
  display: none;
}
#s-89f89ef5-873a-4fa1-9abc-ae943ef5680a, #wrap-s-89f89ef5-873a-4fa1-9abc-ae943ef5680a { display: none !important; }}@media (max-width: 767px){#s-89f89ef5-873a-4fa1-9abc-ae943ef5680a {
  display: none;
}
#s-89f89ef5-873a-4fa1-9abc-ae943ef5680a, #wrap-s-89f89ef5-873a-4fa1-9abc-ae943ef5680a { display: none !important; }}

  #s-89f89ef5-873a-4fa1-9abc-ae943ef5680a-root {
    text-align: center;
  }


#s-89f89ef5-873a-4fa1-9abc-ae943ef5680a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Khula;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-89f89ef5-873a-4fa1-9abc-ae943ef5680a-root {
    text-align: center;
  }


#s-89f89ef5-873a-4fa1-9abc-ae943ef5680a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Khula;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-89f89ef5-873a-4fa1-9abc-ae943ef5680a-root {
    text-align: center;
  }


#s-89f89ef5-873a-4fa1-9abc-ae943ef5680a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Khula;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-89f89ef5-873a-4fa1-9abc-ae943ef5680a-root {
    text-align: center;
  }


#s-89f89ef5-873a-4fa1-9abc-ae943ef5680a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Khula;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-89f89ef5-873a-4fa1-9abc-ae943ef5680a-root {
    text-align: center;
  }


#s-89f89ef5-873a-4fa1-9abc-ae943ef5680a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Khula;
  display:  inline-block ;
}
}
@media (min-width: 1200px){#s-6af855dd-8dad-4ce6-8463-8cfd0dbd64b6 {
  display: none;
}
#s-6af855dd-8dad-4ce6-8463-8cfd0dbd64b6, #wrap-s-6af855dd-8dad-4ce6-8463-8cfd0dbd64b6 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-6af855dd-8dad-4ce6-8463-8cfd0dbd64b6 {
  display: none;
}
#s-6af855dd-8dad-4ce6-8463-8cfd0dbd64b6, #wrap-s-6af855dd-8dad-4ce6-8463-8cfd0dbd64b6 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-6af855dd-8dad-4ce6-8463-8cfd0dbd64b6 {
  display: none;
}
#s-6af855dd-8dad-4ce6-8463-8cfd0dbd64b6, #wrap-s-6af855dd-8dad-4ce6-8463-8cfd0dbd64b6 { display: none !important; }}@media (max-width: 767px){#s-6af855dd-8dad-4ce6-8463-8cfd0dbd64b6 {
  display: none;
}
#s-6af855dd-8dad-4ce6-8463-8cfd0dbd64b6, #wrap-s-6af855dd-8dad-4ce6-8463-8cfd0dbd64b6 { display: none !important; }}
#s-6af855dd-8dad-4ce6-8463-8cfd0dbd64b6 hr {
  border-top: 2px solid rgba(221, 221, 221, 0);
}

#s-0be18790-74b2-465a-b2e0-90d7089f9c58 {
  margin-left: 40px;
margin-right: 40px;
}
@media (min-width: 1200px){#s-0be18790-74b2-465a-b2e0-90d7089f9c58 {
  display: none;
}
#s-0be18790-74b2-465a-b2e0-90d7089f9c58, #wrap-s-0be18790-74b2-465a-b2e0-90d7089f9c58 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0be18790-74b2-465a-b2e0-90d7089f9c58 {
  display: none;
}
#s-0be18790-74b2-465a-b2e0-90d7089f9c58, #wrap-s-0be18790-74b2-465a-b2e0-90d7089f9c58 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-0be18790-74b2-465a-b2e0-90d7089f9c58 {
  display: none;
}
#s-0be18790-74b2-465a-b2e0-90d7089f9c58, #wrap-s-0be18790-74b2-465a-b2e0-90d7089f9c58 { display: none !important; }}@media (max-width: 767px){#s-0be18790-74b2-465a-b2e0-90d7089f9c58 {
  display: none;
}
#s-0be18790-74b2-465a-b2e0-90d7089f9c58, #wrap-s-0be18790-74b2-465a-b2e0-90d7089f9c58 { display: none !important; }}
@media (min-width: 1200px){#s-855d5d17-0a67-4eb7-83a1-de7896616984 {
  display: none;
}
#s-855d5d17-0a67-4eb7-83a1-de7896616984, #wrap-s-855d5d17-0a67-4eb7-83a1-de7896616984 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-855d5d17-0a67-4eb7-83a1-de7896616984 {
  display: none;
}
#s-855d5d17-0a67-4eb7-83a1-de7896616984, #wrap-s-855d5d17-0a67-4eb7-83a1-de7896616984 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-855d5d17-0a67-4eb7-83a1-de7896616984 {
  display: none;
}
#s-855d5d17-0a67-4eb7-83a1-de7896616984, #wrap-s-855d5d17-0a67-4eb7-83a1-de7896616984 { display: none !important; }}@media (max-width: 767px){#s-855d5d17-0a67-4eb7-83a1-de7896616984 {
  display: none;
}
#s-855d5d17-0a67-4eb7-83a1-de7896616984, #wrap-s-855d5d17-0a67-4eb7-83a1-de7896616984 { display: none !important; }}
#s-855d5d17-0a67-4eb7-83a1-de7896616984 hr {
  border-top: 2px solid rgba(221, 221, 221, 0);
}

@media (min-width: 1200px){#s-4bc0c053-eeac-4086-899c-5283435bd3c0 {
  display: none;
}
#s-4bc0c053-eeac-4086-899c-5283435bd3c0, #wrap-s-4bc0c053-eeac-4086-899c-5283435bd3c0 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-4bc0c053-eeac-4086-899c-5283435bd3c0 {
  display: none;
}
#s-4bc0c053-eeac-4086-899c-5283435bd3c0, #wrap-s-4bc0c053-eeac-4086-899c-5283435bd3c0 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-4bc0c053-eeac-4086-899c-5283435bd3c0 {
  display: none;
}
#s-4bc0c053-eeac-4086-899c-5283435bd3c0, #wrap-s-4bc0c053-eeac-4086-899c-5283435bd3c0 { display: none !important; }}@media (max-width: 767px){#s-4bc0c053-eeac-4086-899c-5283435bd3c0 {
  display: none;
}
#s-4bc0c053-eeac-4086-899c-5283435bd3c0, #wrap-s-4bc0c053-eeac-4086-899c-5283435bd3c0 { display: none !important; }}
#s-4bc0c053-eeac-4086-899c-5283435bd3c0 hr {
  border-top: 2px solid rgba(221, 221, 221, 0);
}

@media (min-width: 1200px){#s-ff69dfc2-dbea-4e8f-ba72-b14649f16937 {
  display: none;
}
#s-ff69dfc2-dbea-4e8f-ba72-b14649f16937, #wrap-s-ff69dfc2-dbea-4e8f-ba72-b14649f16937 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ff69dfc2-dbea-4e8f-ba72-b14649f16937 {
  display: none;
}
#s-ff69dfc2-dbea-4e8f-ba72-b14649f16937, #wrap-s-ff69dfc2-dbea-4e8f-ba72-b14649f16937 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-ff69dfc2-dbea-4e8f-ba72-b14649f16937 {
  display: none;
}
#s-ff69dfc2-dbea-4e8f-ba72-b14649f16937, #wrap-s-ff69dfc2-dbea-4e8f-ba72-b14649f16937 { display: none !important; }}@media (max-width: 767px){#s-ff69dfc2-dbea-4e8f-ba72-b14649f16937 {
  display: none;
}
#s-ff69dfc2-dbea-4e8f-ba72-b14649f16937, #wrap-s-ff69dfc2-dbea-4e8f-ba72-b14649f16937 { display: none !important; }}
#s-ff69dfc2-dbea-4e8f-ba72-b14649f16937 hr {
  border-top: 2px solid rgba(221, 221, 221, 0);
}

@media (min-width: 1200px){#s-76e8cecc-6879-455e-a70c-3493fc714de3 {
  display: none;
}
#s-76e8cecc-6879-455e-a70c-3493fc714de3, #wrap-s-76e8cecc-6879-455e-a70c-3493fc714de3 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-76e8cecc-6879-455e-a70c-3493fc714de3 {
  display: none;
}
#s-76e8cecc-6879-455e-a70c-3493fc714de3, #wrap-s-76e8cecc-6879-455e-a70c-3493fc714de3 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-76e8cecc-6879-455e-a70c-3493fc714de3 {
  display: none;
}
#s-76e8cecc-6879-455e-a70c-3493fc714de3, #wrap-s-76e8cecc-6879-455e-a70c-3493fc714de3 { display: none !important; }}@media (max-width: 767px){#s-76e8cecc-6879-455e-a70c-3493fc714de3 {
  display: none;
}
#s-76e8cecc-6879-455e-a70c-3493fc714de3, #wrap-s-76e8cecc-6879-455e-a70c-3493fc714de3 { display: none !important; }}
#s-76e8cecc-6879-455e-a70c-3493fc714de3 hr {
  border-top: 2px solid rgba(221, 221, 221, 0);
}

@media (min-width: 1200px){#s-b9f17840-4be9-4444-9e59-f47c894042c8 {
  display: none;
}
#s-b9f17840-4be9-4444-9e59-f47c894042c8, #wrap-s-b9f17840-4be9-4444-9e59-f47c894042c8 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b9f17840-4be9-4444-9e59-f47c894042c8 {
  display: none;
}
#s-b9f17840-4be9-4444-9e59-f47c894042c8, #wrap-s-b9f17840-4be9-4444-9e59-f47c894042c8 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-b9f17840-4be9-4444-9e59-f47c894042c8 {
  display: none;
}
#s-b9f17840-4be9-4444-9e59-f47c894042c8, #wrap-s-b9f17840-4be9-4444-9e59-f47c894042c8 { display: none !important; }}@media (max-width: 767px){#s-b9f17840-4be9-4444-9e59-f47c894042c8 {
  display: none;
}
#s-b9f17840-4be9-4444-9e59-f47c894042c8, #wrap-s-b9f17840-4be9-4444-9e59-f47c894042c8 { display: none !important; }}
#s-b9f17840-4be9-4444-9e59-f47c894042c8 hr {
  border-top: 2px solid rgba(221, 221, 221, 0);
}

@media (min-width: 1200px){#s-8801db15-0d61-4e59-83b0-bdc1c1cb9fac {
  display: none;
}
#s-8801db15-0d61-4e59-83b0-bdc1c1cb9fac, #wrap-s-8801db15-0d61-4e59-83b0-bdc1c1cb9fac { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8801db15-0d61-4e59-83b0-bdc1c1cb9fac {
  display: none;
}
#s-8801db15-0d61-4e59-83b0-bdc1c1cb9fac, #wrap-s-8801db15-0d61-4e59-83b0-bdc1c1cb9fac { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-8801db15-0d61-4e59-83b0-bdc1c1cb9fac {
  display: none;
}
#s-8801db15-0d61-4e59-83b0-bdc1c1cb9fac, #wrap-s-8801db15-0d61-4e59-83b0-bdc1c1cb9fac { display: none !important; }}@media (max-width: 767px){#s-8801db15-0d61-4e59-83b0-bdc1c1cb9fac {
  display: none;
}
#s-8801db15-0d61-4e59-83b0-bdc1c1cb9fac, #wrap-s-8801db15-0d61-4e59-83b0-bdc1c1cb9fac { display: none !important; }}
#s-8801db15-0d61-4e59-83b0-bdc1c1cb9fac hr {
  border-top: 2px solid rgba(221, 221, 221, 0);
}

#s-ed48641c-cfd9-4fee-b4e4-01e9c0058ea7 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-ed48641c-cfd9-4fee-b4e4-01e9c0058ea7:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-ed48641c-cfd9-4fee-b4e4-01e9c0058ea7:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-ed48641c-cfd9-4fee-b4e4-01e9c0058ea7 {
  display: none;
}
#s-ed48641c-cfd9-4fee-b4e4-01e9c0058ea7, #wrap-s-ed48641c-cfd9-4fee-b4e4-01e9c0058ea7 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ed48641c-cfd9-4fee-b4e4-01e9c0058ea7 {
  display: none;
}
#s-ed48641c-cfd9-4fee-b4e4-01e9c0058ea7, #wrap-s-ed48641c-cfd9-4fee-b4e4-01e9c0058ea7 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-ed48641c-cfd9-4fee-b4e4-01e9c0058ea7 {
  display: none;
}
#s-ed48641c-cfd9-4fee-b4e4-01e9c0058ea7, #wrap-s-ed48641c-cfd9-4fee-b4e4-01e9c0058ea7 { display: none !important; }}@media (max-width: 767px){#s-ed48641c-cfd9-4fee-b4e4-01e9c0058ea7 {
  display: none;
}
#s-ed48641c-cfd9-4fee-b4e4-01e9c0058ea7, #wrap-s-ed48641c-cfd9-4fee-b4e4-01e9c0058ea7 { display: none !important; }}

  #s-ed48641c-cfd9-4fee-b4e4-01e9c0058ea7-root {
    text-align: center;
  }


#s-ed48641c-cfd9-4fee-b4e4-01e9c0058ea7.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Khula;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-ed48641c-cfd9-4fee-b4e4-01e9c0058ea7-root {
    text-align: center;
  }


#s-ed48641c-cfd9-4fee-b4e4-01e9c0058ea7.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Khula;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-ed48641c-cfd9-4fee-b4e4-01e9c0058ea7-root {
    text-align: center;
  }


#s-ed48641c-cfd9-4fee-b4e4-01e9c0058ea7.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Khula;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-ed48641c-cfd9-4fee-b4e4-01e9c0058ea7-root {
    text-align: center;
  }


#s-ed48641c-cfd9-4fee-b4e4-01e9c0058ea7.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Khula;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-ed48641c-cfd9-4fee-b4e4-01e9c0058ea7-root {
    text-align: center;
  }


#s-ed48641c-cfd9-4fee-b4e4-01e9c0058ea7.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Khula;
  display:  inline-block ;
}
}
@media (min-width: 1200px){#s-320dd1fa-7fd7-4777-8511-b017eb9181a5 {
  display: none;
}
#s-320dd1fa-7fd7-4777-8511-b017eb9181a5, #wrap-s-320dd1fa-7fd7-4777-8511-b017eb9181a5 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-320dd1fa-7fd7-4777-8511-b017eb9181a5 {
  display: none;
}
#s-320dd1fa-7fd7-4777-8511-b017eb9181a5, #wrap-s-320dd1fa-7fd7-4777-8511-b017eb9181a5 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-320dd1fa-7fd7-4777-8511-b017eb9181a5 {
  display: none;
}
#s-320dd1fa-7fd7-4777-8511-b017eb9181a5, #wrap-s-320dd1fa-7fd7-4777-8511-b017eb9181a5 { display: none !important; }}@media (max-width: 767px){#s-320dd1fa-7fd7-4777-8511-b017eb9181a5 {
  display: none;
}
#s-320dd1fa-7fd7-4777-8511-b017eb9181a5, #wrap-s-320dd1fa-7fd7-4777-8511-b017eb9181a5 { display: none !important; }}
#s-320dd1fa-7fd7-4777-8511-b017eb9181a5 hr {
  border-top: 2px solid rgba(221, 221, 221, 0);
}

#s-50d65b53-79c1-47af-af5c-7e12f4e00b89 {
  background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
min-height: 400px;
background-position: center bottom;
}
@media (min-width: 1200px){#s-50d65b53-79c1-47af-af5c-7e12f4e00b89 {
  display: none;
}
#s-50d65b53-79c1-47af-af5c-7e12f4e00b89, #wrap-s-50d65b53-79c1-47af-af5c-7e12f4e00b89 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-50d65b53-79c1-47af-af5c-7e12f4e00b89 {
  display: none;
}
#s-50d65b53-79c1-47af-af5c-7e12f4e00b89, #wrap-s-50d65b53-79c1-47af-af5c-7e12f4e00b89 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-50d65b53-79c1-47af-af5c-7e12f4e00b89 {
  display: none;
}
#s-50d65b53-79c1-47af-af5c-7e12f4e00b89, #wrap-s-50d65b53-79c1-47af-af5c-7e12f4e00b89 { display: none !important; }}@media (max-width: 767px){#s-50d65b53-79c1-47af-af5c-7e12f4e00b89 {
  display: none;
}
#s-50d65b53-79c1-47af-af5c-7e12f4e00b89, #wrap-s-50d65b53-79c1-47af-af5c-7e12f4e00b89 { display: none !important; }}







#s-50d65b53-79c1-47af-af5c-7e12f4e00b89 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.25;
}#s-50d65b53-79c1-47af-af5c-7e12f4e00b89.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a7a24aa2-717e-441c-9f6e-439ad5b494c9 {
  border-style: solid;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(242, 242, 242, 1);
text-align: center;
}
@media (min-width: 1200px){#s-a7a24aa2-717e-441c-9f6e-439ad5b494c9 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a7a24aa2-717e-441c-9f6e-439ad5b494c9 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-a7a24aa2-717e-441c-9f6e-439ad5b494c9 {
  
}
}@media (max-width: 767px){#s-a7a24aa2-717e-441c-9f6e-439ad5b494c9 {
  
}
}
#s-a7a24aa2-717e-441c-9f6e-439ad5b494c9 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Playfair Display";
  font-style:  normal ;
  font-size: 60px;
  
  letter-spacing: 3px;
  
}



#s-4d9f8e97-b675-426a-bace-7a168f054437 {
  border-style: solid;
margin-left: 40px;
margin-right: 40px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
background-color: rgba(0, 0, 0, 0);
}
@media (min-width: 1200px){#s-4d9f8e97-b675-426a-bace-7a168f054437 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-4d9f8e97-b675-426a-bace-7a168f054437 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-4d9f8e97-b675-426a-bace-7a168f054437 {
  display: none;
}
#s-4d9f8e97-b675-426a-bace-7a168f054437, #wrap-s-4d9f8e97-b675-426a-bace-7a168f054437 { display: none !important; }}@media (max-width: 767px){#s-4d9f8e97-b675-426a-bace-7a168f054437 {
  display: none;
}
#s-4d9f8e97-b675-426a-bace-7a168f054437, #wrap-s-4d9f8e97-b675-426a-bace-7a168f054437 { display: none !important; }}
#s-065ad2c5-63a0-4e58-b7ae-3d5b1b34a49f {
  border-style: solid;
margin-left: 50px;
margin-right: 50px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
background-color: rgba(0, 0, 0, 0);
}
@media (min-width: 1200px){#s-065ad2c5-63a0-4e58-b7ae-3d5b1b34a49f {
  display: none;
}
#s-065ad2c5-63a0-4e58-b7ae-3d5b1b34a49f, #wrap-s-065ad2c5-63a0-4e58-b7ae-3d5b1b34a49f { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-065ad2c5-63a0-4e58-b7ae-3d5b1b34a49f {
  display: none;
}
#s-065ad2c5-63a0-4e58-b7ae-3d5b1b34a49f, #wrap-s-065ad2c5-63a0-4e58-b7ae-3d5b1b34a49f { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-065ad2c5-63a0-4e58-b7ae-3d5b1b34a49f {
  display: none;
}
#s-065ad2c5-63a0-4e58-b7ae-3d5b1b34a49f, #wrap-s-065ad2c5-63a0-4e58-b7ae-3d5b1b34a49f { display: none !important; }}@media (max-width: 767px){#s-065ad2c5-63a0-4e58-b7ae-3d5b1b34a49f {
  
}
}
#s-f3ad8b4e-3966-40c6-97b8-6cc7f040b017 {
  border-style: solid;
margin-left: 40px;
margin-right: 40px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
background-color: rgba(0, 0, 0, 0);
}
@media (min-width: 1200px){#s-f3ad8b4e-3966-40c6-97b8-6cc7f040b017 {
  display: none;
}
#s-f3ad8b4e-3966-40c6-97b8-6cc7f040b017, #wrap-s-f3ad8b4e-3966-40c6-97b8-6cc7f040b017 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f3ad8b4e-3966-40c6-97b8-6cc7f040b017 {
  display: none;
}
#s-f3ad8b4e-3966-40c6-97b8-6cc7f040b017, #wrap-s-f3ad8b4e-3966-40c6-97b8-6cc7f040b017 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-f3ad8b4e-3966-40c6-97b8-6cc7f040b017 {
  display: none;
}
#s-f3ad8b4e-3966-40c6-97b8-6cc7f040b017, #wrap-s-f3ad8b4e-3966-40c6-97b8-6cc7f040b017 { display: none !important; }}@media (max-width: 767px){#s-f3ad8b4e-3966-40c6-97b8-6cc7f040b017 {
  display: none;
}
#s-f3ad8b4e-3966-40c6-97b8-6cc7f040b017, #wrap-s-f3ad8b4e-3966-40c6-97b8-6cc7f040b017 { display: none !important; }}
#s-599e60ef-c379-4f61-bb2c-7646336cdea9 {
  border-style: solid;
margin-left: 110px;
margin-right: 110px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
background-color: rgba(0, 0, 0, 0);
}
@media (min-width: 1200px){#s-599e60ef-c379-4f61-bb2c-7646336cdea9 {
  display: none;
}
#s-599e60ef-c379-4f61-bb2c-7646336cdea9, #wrap-s-599e60ef-c379-4f61-bb2c-7646336cdea9 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-599e60ef-c379-4f61-bb2c-7646336cdea9 {
  display: none;
}
#s-599e60ef-c379-4f61-bb2c-7646336cdea9, #wrap-s-599e60ef-c379-4f61-bb2c-7646336cdea9 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-599e60ef-c379-4f61-bb2c-7646336cdea9 {
  
}
}@media (max-width: 767px){#s-599e60ef-c379-4f61-bb2c-7646336cdea9 {
  display: none;
}
#s-599e60ef-c379-4f61-bb2c-7646336cdea9, #wrap-s-599e60ef-c379-4f61-bb2c-7646336cdea9 { display: none !important; }}
#s-32e5414f-b8a3-42bc-9767-8627f369c9f3 {
  margin-top: 50px;
margin-left: 50px;
margin-bottom: 50px;
margin-right: 50px;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-32e5414f-b8a3-42bc-9767-8627f369c9f3 {
  display: none;
}
#s-32e5414f-b8a3-42bc-9767-8627f369c9f3, #wrap-s-32e5414f-b8a3-42bc-9767-8627f369c9f3 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-32e5414f-b8a3-42bc-9767-8627f369c9f3 {
  display: none;
}
#s-32e5414f-b8a3-42bc-9767-8627f369c9f3, #wrap-s-32e5414f-b8a3-42bc-9767-8627f369c9f3 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-32e5414f-b8a3-42bc-9767-8627f369c9f3 {
  display: none;
}
#s-32e5414f-b8a3-42bc-9767-8627f369c9f3, #wrap-s-32e5414f-b8a3-42bc-9767-8627f369c9f3 { display: none !important; }}@media (max-width: 767px){#s-32e5414f-b8a3-42bc-9767-8627f369c9f3 {
  display: none;
}
#s-32e5414f-b8a3-42bc-9767-8627f369c9f3, #wrap-s-32e5414f-b8a3-42bc-9767-8627f369c9f3 { display: none !important; }}
@media (min-width: 0px) {
[id="s-32e5414f-b8a3-42bc-9767-8627f369c9f3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-32e5414f-b8a3-42bc-9767-8627f369c9f3"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-32e5414f-b8a3-42bc-9767-8627f369c9f3"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-32e5414f-b8a3-42bc-9767-8627f369c9f3"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-32e5414f-b8a3-42bc-9767-8627f369c9f3"] > .shg-row {
    flex-flow: column-reverse;
  }
}

@media (min-width: 1200px){#s-aa921ada-c63e-4014-8bbe-66db0de979cb {
  display: none;
}
#s-aa921ada-c63e-4014-8bbe-66db0de979cb, #wrap-s-aa921ada-c63e-4014-8bbe-66db0de979cb { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-aa921ada-c63e-4014-8bbe-66db0de979cb {
  display: none;
}
#s-aa921ada-c63e-4014-8bbe-66db0de979cb, #wrap-s-aa921ada-c63e-4014-8bbe-66db0de979cb { display: none !important; }}@media (max-width: 767px){#s-aa921ada-c63e-4014-8bbe-66db0de979cb {
  display: none;
}
#s-aa921ada-c63e-4014-8bbe-66db0de979cb, #wrap-s-aa921ada-c63e-4014-8bbe-66db0de979cb { display: none !important; }}
#s-aa921ada-c63e-4014-8bbe-66db0de979cb hr {
  border-top: 2px solid rgba(221, 221, 221, 0);
}

#s-04d2b0e0-d529-46da-a1d1-1995f75dc8e7 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-04d2b0e0-d529-46da-a1d1-1995f75dc8e7:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-04d2b0e0-d529-46da-a1d1-1995f75dc8e7:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-04d2b0e0-d529-46da-a1d1-1995f75dc8e7 {
  display: none;
}
#s-04d2b0e0-d529-46da-a1d1-1995f75dc8e7, #wrap-s-04d2b0e0-d529-46da-a1d1-1995f75dc8e7 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-04d2b0e0-d529-46da-a1d1-1995f75dc8e7 {
  display: none;
}
#s-04d2b0e0-d529-46da-a1d1-1995f75dc8e7, #wrap-s-04d2b0e0-d529-46da-a1d1-1995f75dc8e7 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-04d2b0e0-d529-46da-a1d1-1995f75dc8e7 {
  display: none;
}
#s-04d2b0e0-d529-46da-a1d1-1995f75dc8e7, #wrap-s-04d2b0e0-d529-46da-a1d1-1995f75dc8e7 { display: none !important; }}@media (max-width: 767px){#s-04d2b0e0-d529-46da-a1d1-1995f75dc8e7 {
  display: none;
}
#s-04d2b0e0-d529-46da-a1d1-1995f75dc8e7, #wrap-s-04d2b0e0-d529-46da-a1d1-1995f75dc8e7 { display: none !important; }}

  #s-04d2b0e0-d529-46da-a1d1-1995f75dc8e7-root {
    text-align: center;
  }


#s-04d2b0e0-d529-46da-a1d1-1995f75dc8e7.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Khula;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-04d2b0e0-d529-46da-a1d1-1995f75dc8e7-root {
    text-align: center;
  }


#s-04d2b0e0-d529-46da-a1d1-1995f75dc8e7.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Khula;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-04d2b0e0-d529-46da-a1d1-1995f75dc8e7-root {
    text-align: center;
  }


#s-04d2b0e0-d529-46da-a1d1-1995f75dc8e7.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Khula;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-04d2b0e0-d529-46da-a1d1-1995f75dc8e7-root {
    text-align: center;
  }


#s-04d2b0e0-d529-46da-a1d1-1995f75dc8e7.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Khula;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-04d2b0e0-d529-46da-a1d1-1995f75dc8e7-root {
    text-align: center;
  }


#s-04d2b0e0-d529-46da-a1d1-1995f75dc8e7.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Khula;
  display:  inline-block ;
}
}
@media (max-width: 767px){#s-706da0e4-8079-46c6-afc9-a595b2c98737 {
  display: none;
}
#s-706da0e4-8079-46c6-afc9-a595b2c98737, #wrap-s-706da0e4-8079-46c6-afc9-a595b2c98737 { display: none !important; }}
@media (min-width: 0px) {
[id="s-706da0e4-8079-46c6-afc9-a595b2c98737"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-706da0e4-8079-46c6-afc9-a595b2c98737"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-706da0e4-8079-46c6-afc9-a595b2c98737"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-706da0e4-8079-46c6-afc9-a595b2c98737"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-08128da4-53a8-4500-8e6f-d070134df365 {
  padding-left: 10px;
padding-right: 10px;
text-align: center;
}
@media (max-width: 767px){#s-08128da4-53a8-4500-8e6f-d070134df365 {
  display: none;
}
#s-08128da4-53a8-4500-8e6f-d070134df365, #wrap-s-08128da4-53a8-4500-8e6f-d070134df365 { display: none !important; }}






  #s-08128da4-53a8-4500-8e6f-d070134df365 img.shogun-image {
    

    
    
    
  }


#s-08128da4-53a8-4500-8e6f-d070134df365 .shogun-image-content {
  
    align-items: center;
  
}

#s-963b0a93-6ed9-4157-bc0d-d5523e0d6003 {
  text-align: center;
}
@media (max-width: 767px){#s-963b0a93-6ed9-4157-bc0d-d5523e0d6003 {
  display: none;
}
#s-963b0a93-6ed9-4157-bc0d-d5523e0d6003, #wrap-s-963b0a93-6ed9-4157-bc0d-d5523e0d6003 { display: none !important; }}






  #s-963b0a93-6ed9-4157-bc0d-d5523e0d6003 img.shogun-image {
    

    
    
    
  }


#s-963b0a93-6ed9-4157-bc0d-d5523e0d6003 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 1200px){#s-5467af2e-1ef0-4037-9075-32d35ec55c54 {
  display: none;
}
#s-5467af2e-1ef0-4037-9075-32d35ec55c54, #wrap-s-5467af2e-1ef0-4037-9075-32d35ec55c54 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-5467af2e-1ef0-4037-9075-32d35ec55c54 {
  display: none;
}
#s-5467af2e-1ef0-4037-9075-32d35ec55c54, #wrap-s-5467af2e-1ef0-4037-9075-32d35ec55c54 { display: none !important; }}@media (max-width: 767px){#s-5467af2e-1ef0-4037-9075-32d35ec55c54 {
  display: none;
}
#s-5467af2e-1ef0-4037-9075-32d35ec55c54, #wrap-s-5467af2e-1ef0-4037-9075-32d35ec55c54 { display: none !important; }}
#s-5467af2e-1ef0-4037-9075-32d35ec55c54 hr {
  border-top: 2px solid rgba(221, 221, 221, 0);
}

#s-e4ad7bcb-0252-46ae-8a41-2712ccd1e353 {
  box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);
border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(23, 143, 238, 1);
border-radius: 0px;
min-height: 300px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-e4ad7bcb-0252-46ae-8a41-2712ccd1e353 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e4ad7bcb-0252-46ae-8a41-2712ccd1e353 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-e4ad7bcb-0252-46ae-8a41-2712ccd1e353 {
  
}
}@media (max-width: 767px){#s-e4ad7bcb-0252-46ae-8a41-2712ccd1e353 {
  display: none;
}
#s-e4ad7bcb-0252-46ae-8a41-2712ccd1e353, #wrap-s-e4ad7bcb-0252-46ae-8a41-2712ccd1e353 { display: none !important; }}







#s-e4ad7bcb-0252-46ae-8a41-2712ccd1e353 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-e4ad7bcb-0252-46ae-8a41-2712ccd1e353.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d0e59674-ecbe-4f0c-bd4b-9d29c013820d {
  margin-left: 40px;
margin-right: 40px;
}
@media (min-width: 1200px){#s-d0e59674-ecbe-4f0c-bd4b-9d29c013820d {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-d0e59674-ecbe-4f0c-bd4b-9d29c013820d {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-d0e59674-ecbe-4f0c-bd4b-9d29c013820d {
  display: none;
}
#s-d0e59674-ecbe-4f0c-bd4b-9d29c013820d, #wrap-s-d0e59674-ecbe-4f0c-bd4b-9d29c013820d { display: none !important; }}@media (max-width: 767px){#s-d0e59674-ecbe-4f0c-bd4b-9d29c013820d {
  display: none;
}
#s-d0e59674-ecbe-4f0c-bd4b-9d29c013820d, #wrap-s-d0e59674-ecbe-4f0c-bd4b-9d29c013820d { display: none !important; }}
#s-199f7b46-3fc0-485e-89aa-26952f100c0f {
  margin-left: 30px;
}
@media (min-width: 1200px){#s-199f7b46-3fc0-485e-89aa-26952f100c0f {
  display: none;
}
#s-199f7b46-3fc0-485e-89aa-26952f100c0f, #wrap-s-199f7b46-3fc0-485e-89aa-26952f100c0f { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-199f7b46-3fc0-485e-89aa-26952f100c0f {
  display: none;
}
#s-199f7b46-3fc0-485e-89aa-26952f100c0f, #wrap-s-199f7b46-3fc0-485e-89aa-26952f100c0f { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-199f7b46-3fc0-485e-89aa-26952f100c0f {
  
}
}@media (max-width: 767px){#s-199f7b46-3fc0-485e-89aa-26952f100c0f {
  display: none;
}
#s-199f7b46-3fc0-485e-89aa-26952f100c0f, #wrap-s-199f7b46-3fc0-485e-89aa-26952f100c0f { display: none !important; }}
#s-e42c78e5-3373-4086-866f-9eb030aef47a {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-e42c78e5-3373-4086-866f-9eb030aef47a:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-e42c78e5-3373-4086-866f-9eb030aef47a:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-e42c78e5-3373-4086-866f-9eb030aef47a-root {
    text-align: center;
  }


#s-e42c78e5-3373-4086-866f-9eb030aef47a.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 600;
  
  font-family: Khula;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-e42c78e5-3373-4086-866f-9eb030aef47a-root {
    text-align: center;
  }


#s-e42c78e5-3373-4086-866f-9eb030aef47a.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 600;
  
  font-family: Khula;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-e42c78e5-3373-4086-866f-9eb030aef47a-root {
    text-align: center;
  }


#s-e42c78e5-3373-4086-866f-9eb030aef47a.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 600;
  
  font-family: Khula;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-e42c78e5-3373-4086-866f-9eb030aef47a-root {
    text-align: center;
  }


#s-e42c78e5-3373-4086-866f-9eb030aef47a.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 600;
  
  font-family: Khula;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-e42c78e5-3373-4086-866f-9eb030aef47a-root {
    text-align: center;
  }


#s-e42c78e5-3373-4086-866f-9eb030aef47a.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 600;
  
  font-family: Khula;
  display:  inline-block ;
}
}
#s-d3038457-b03e-406a-b963-db75b7e22560 {
  box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);
background-repeat: no-repeat;
background-size: cover;
border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(23, 143, 238, 1);
border-radius: 0px;
min-height: 411px;
background-position: center center;
}
@media (min-width: 1200px){#s-d3038457-b03e-406a-b963-db75b7e22560 {
  display: none;
}
#s-d3038457-b03e-406a-b963-db75b7e22560, #wrap-s-d3038457-b03e-406a-b963-db75b7e22560 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d3038457-b03e-406a-b963-db75b7e22560 {
  display: none;
}
#s-d3038457-b03e-406a-b963-db75b7e22560, #wrap-s-d3038457-b03e-406a-b963-db75b7e22560 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-d3038457-b03e-406a-b963-db75b7e22560 {
  display: none;
}
#s-d3038457-b03e-406a-b963-db75b7e22560, #wrap-s-d3038457-b03e-406a-b963-db75b7e22560 { display: none !important; }}@media (max-width: 767px){#s-d3038457-b03e-406a-b963-db75b7e22560 {
  display: none;
}
#s-d3038457-b03e-406a-b963-db75b7e22560, #wrap-s-d3038457-b03e-406a-b963-db75b7e22560 { display: none !important; }}







#s-d3038457-b03e-406a-b963-db75b7e22560 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-d3038457-b03e-406a-b963-db75b7e22560 {
  cursor: pointer;
}#s-d3038457-b03e-406a-b963-db75b7e22560.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-70c8fab8-4b4d-4bac-860e-3ac57050d39f {
  background-repeat: no-repeat;
background-size: cover;
min-height: 400px;
background-position: center center;
background-attachment: scroll;
}
@media (min-width: 1200px){#s-70c8fab8-4b4d-4bac-860e-3ac57050d39f {
  display: none;
}
#s-70c8fab8-4b4d-4bac-860e-3ac57050d39f, #wrap-s-70c8fab8-4b4d-4bac-860e-3ac57050d39f { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-70c8fab8-4b4d-4bac-860e-3ac57050d39f {
  display: none;
}
#s-70c8fab8-4b4d-4bac-860e-3ac57050d39f, #wrap-s-70c8fab8-4b4d-4bac-860e-3ac57050d39f { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-70c8fab8-4b4d-4bac-860e-3ac57050d39f {
  display: none;
}
#s-70c8fab8-4b4d-4bac-860e-3ac57050d39f, #wrap-s-70c8fab8-4b4d-4bac-860e-3ac57050d39f { display: none !important; }}@media (max-width: 767px){#s-70c8fab8-4b4d-4bac-860e-3ac57050d39f {
  display: none;
}
#s-70c8fab8-4b4d-4bac-860e-3ac57050d39f, #wrap-s-70c8fab8-4b4d-4bac-860e-3ac57050d39f { display: none !important; }}







#s-70c8fab8-4b4d-4bac-860e-3ac57050d39f > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.25;
}#s-70c8fab8-4b4d-4bac-860e-3ac57050d39f {
  cursor: pointer;
}#s-70c8fab8-4b4d-4bac-860e-3ac57050d39f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a132c416-faab-41ca-bcc4-c1f2cfda8be5 {
  border-style: solid;
margin-left: 120px;
margin-right: 120px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
background-color: rgba(0, 0, 0, 0);
}
@media (min-width: 1200px){#s-a132c416-faab-41ca-bcc4-c1f2cfda8be5 {
  display: none;
}
#s-a132c416-faab-41ca-bcc4-c1f2cfda8be5, #wrap-s-a132c416-faab-41ca-bcc4-c1f2cfda8be5 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a132c416-faab-41ca-bcc4-c1f2cfda8be5 {
  display: none;
}
#s-a132c416-faab-41ca-bcc4-c1f2cfda8be5, #wrap-s-a132c416-faab-41ca-bcc4-c1f2cfda8be5 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-a132c416-faab-41ca-bcc4-c1f2cfda8be5 {
  
}
}@media (max-width: 767px){#s-a132c416-faab-41ca-bcc4-c1f2cfda8be5 {
  display: none;
}
#s-a132c416-faab-41ca-bcc4-c1f2cfda8be5, #wrap-s-a132c416-faab-41ca-bcc4-c1f2cfda8be5 { display: none !important; }}
#s-c98b9ff9-4aeb-4e68-b810-ae6660e08786 {
  border-style: solid;
margin-left: 40px;
margin-right: 40px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
background-color: rgba(0, 0, 0, 0);
}
@media (min-width: 1200px){#s-c98b9ff9-4aeb-4e68-b810-ae6660e08786 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-c98b9ff9-4aeb-4e68-b810-ae6660e08786 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-c98b9ff9-4aeb-4e68-b810-ae6660e08786 {
  display: none;
}
#s-c98b9ff9-4aeb-4e68-b810-ae6660e08786, #wrap-s-c98b9ff9-4aeb-4e68-b810-ae6660e08786 { display: none !important; }}@media (max-width: 767px){#s-c98b9ff9-4aeb-4e68-b810-ae6660e08786 {
  display: none;
}
#s-c98b9ff9-4aeb-4e68-b810-ae6660e08786, #wrap-s-c98b9ff9-4aeb-4e68-b810-ae6660e08786 { display: none !important; }}
#s-150cb1eb-a421-4871-8e81-ebd8bc55b81e {
  border-style: solid;
margin-left: 40px;
margin-right: 40px;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(242, 242, 242, 1);
text-align: center;
}
@media (min-width: 1200px){#s-150cb1eb-a421-4871-8e81-ebd8bc55b81e {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-150cb1eb-a421-4871-8e81-ebd8bc55b81e {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-150cb1eb-a421-4871-8e81-ebd8bc55b81e {
  
}
}@media (max-width: 767px){#s-150cb1eb-a421-4871-8e81-ebd8bc55b81e {
  display: none;
}
#s-150cb1eb-a421-4871-8e81-ebd8bc55b81e, #wrap-s-150cb1eb-a421-4871-8e81-ebd8bc55b81e { display: none !important; }}
#s-150cb1eb-a421-4871-8e81-ebd8bc55b81e .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Playfair Display";
  font-style:  normal ;
  font-size: 60px;
  
  letter-spacing: 3px;
  
}



#s-557730c1-e735-4aa2-8939-59c017f76a2a {
  border-style: solid;
margin-left: 40px;
margin-right: 40px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
background-color: rgba(0, 0, 0, 0);
}
@media (min-width: 1200px){#s-557730c1-e735-4aa2-8939-59c017f76a2a {
  display: none;
}
#s-557730c1-e735-4aa2-8939-59c017f76a2a, #wrap-s-557730c1-e735-4aa2-8939-59c017f76a2a { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-557730c1-e735-4aa2-8939-59c017f76a2a {
  display: none;
}
#s-557730c1-e735-4aa2-8939-59c017f76a2a, #wrap-s-557730c1-e735-4aa2-8939-59c017f76a2a { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-557730c1-e735-4aa2-8939-59c017f76a2a {
  display: none;
}
#s-557730c1-e735-4aa2-8939-59c017f76a2a, #wrap-s-557730c1-e735-4aa2-8939-59c017f76a2a { display: none !important; }}@media (max-width: 767px){#s-557730c1-e735-4aa2-8939-59c017f76a2a {
  display: none;
}
#s-557730c1-e735-4aa2-8939-59c017f76a2a, #wrap-s-557730c1-e735-4aa2-8939-59c017f76a2a { display: none !important; }}
@media (min-width: 1200px){#s-6734a6f6-a88d-431c-acf9-3d14b5d55051 {
  display: none;
}
#s-6734a6f6-a88d-431c-acf9-3d14b5d55051, #wrap-s-6734a6f6-a88d-431c-acf9-3d14b5d55051 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-6734a6f6-a88d-431c-acf9-3d14b5d55051 {
  display: none;
}
#s-6734a6f6-a88d-431c-acf9-3d14b5d55051, #wrap-s-6734a6f6-a88d-431c-acf9-3d14b5d55051 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-6734a6f6-a88d-431c-acf9-3d14b5d55051 {
  display: none;
}
#s-6734a6f6-a88d-431c-acf9-3d14b5d55051, #wrap-s-6734a6f6-a88d-431c-acf9-3d14b5d55051 { display: none !important; }}@media (max-width: 767px){#s-6734a6f6-a88d-431c-acf9-3d14b5d55051 {
  display: none;
}
#s-6734a6f6-a88d-431c-acf9-3d14b5d55051, #wrap-s-6734a6f6-a88d-431c-acf9-3d14b5d55051 { display: none !important; }}
#s-6734a6f6-a88d-431c-acf9-3d14b5d55051 hr {
  border-top: 2px solid rgba(221, 221, 221, 0);
}

#s-9792f8d5-7008-448d-9d24-8d1342874bb4 {
  padding-left: 180px;
padding-right: 180px;
text-align: center;
}
@media (min-width: 1200px){#s-9792f8d5-7008-448d-9d24-8d1342874bb4 {
  display: none;
}
#s-9792f8d5-7008-448d-9d24-8d1342874bb4, #wrap-s-9792f8d5-7008-448d-9d24-8d1342874bb4 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9792f8d5-7008-448d-9d24-8d1342874bb4 {
  display: none;
}
#s-9792f8d5-7008-448d-9d24-8d1342874bb4, #wrap-s-9792f8d5-7008-448d-9d24-8d1342874bb4 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-9792f8d5-7008-448d-9d24-8d1342874bb4 {
  display: none;
}
#s-9792f8d5-7008-448d-9d24-8d1342874bb4, #wrap-s-9792f8d5-7008-448d-9d24-8d1342874bb4 { display: none !important; }}@media (max-width: 767px){#s-9792f8d5-7008-448d-9d24-8d1342874bb4 {
  display: none;
}
#s-9792f8d5-7008-448d-9d24-8d1342874bb4, #wrap-s-9792f8d5-7008-448d-9d24-8d1342874bb4 { display: none !important; }}






  #s-9792f8d5-7008-448d-9d24-8d1342874bb4 img.shogun-image {
    

    
    
    
  }


#s-9792f8d5-7008-448d-9d24-8d1342874bb4 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 1200px){#s-6e6e00b3-9aaa-44f7-932e-664de771ee82 {
  display: none;
}
#s-6e6e00b3-9aaa-44f7-932e-664de771ee82, #wrap-s-6e6e00b3-9aaa-44f7-932e-664de771ee82 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-6e6e00b3-9aaa-44f7-932e-664de771ee82 {
  display: none;
}
#s-6e6e00b3-9aaa-44f7-932e-664de771ee82, #wrap-s-6e6e00b3-9aaa-44f7-932e-664de771ee82 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-6e6e00b3-9aaa-44f7-932e-664de771ee82 {
  display: none;
}
#s-6e6e00b3-9aaa-44f7-932e-664de771ee82, #wrap-s-6e6e00b3-9aaa-44f7-932e-664de771ee82 { display: none !important; }}@media (max-width: 767px){#s-6e6e00b3-9aaa-44f7-932e-664de771ee82 {
  display: none;
}
#s-6e6e00b3-9aaa-44f7-932e-664de771ee82, #wrap-s-6e6e00b3-9aaa-44f7-932e-664de771ee82 { display: none !important; }}
#s-6e6e00b3-9aaa-44f7-932e-664de771ee82 hr {
  border-top: 2px solid rgba(221, 221, 221, 0);
}

#s-a82c0ab8-562d-4add-951a-564006f06cf5 {
  padding-left: 30px;
padding-right: 30px;
}
@media (min-width: 1200px){#s-a82c0ab8-562d-4add-951a-564006f06cf5 {
  display: none;
}
#s-a82c0ab8-562d-4add-951a-564006f06cf5, #wrap-s-a82c0ab8-562d-4add-951a-564006f06cf5 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a82c0ab8-562d-4add-951a-564006f06cf5 {
  display: none;
}
#s-a82c0ab8-562d-4add-951a-564006f06cf5, #wrap-s-a82c0ab8-562d-4add-951a-564006f06cf5 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-a82c0ab8-562d-4add-951a-564006f06cf5 {
  display: none;
}
#s-a82c0ab8-562d-4add-951a-564006f06cf5, #wrap-s-a82c0ab8-562d-4add-951a-564006f06cf5 { display: none !important; }}@media (max-width: 767px){#s-a82c0ab8-562d-4add-951a-564006f06cf5 {
  display: none;
}
#s-a82c0ab8-562d-4add-951a-564006f06cf5, #wrap-s-a82c0ab8-562d-4add-951a-564006f06cf5 { display: none !important; }}
@media (min-width: 0px) {
[id="s-a82c0ab8-562d-4add-951a-564006f06cf5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a82c0ab8-562d-4add-951a-564006f06cf5"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-a82c0ab8-562d-4add-951a-564006f06cf5"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-a82c0ab8-562d-4add-951a-564006f06cf5"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-9590fec6-a04a-4869-8ae0-26058217b6da {
  padding-left: 40px;
padding-right: 40px;
text-align: center;
}







  #s-9590fec6-a04a-4869-8ae0-26058217b6da img.shogun-image {
    

    
    
    
  }


#s-9590fec6-a04a-4869-8ae0-26058217b6da .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 1200px){#s-a7c91f36-6cd3-46a5-919c-ea96a20f5881 {
  display: none;
}
#s-a7c91f36-6cd3-46a5-919c-ea96a20f5881, #wrap-s-a7c91f36-6cd3-46a5-919c-ea96a20f5881 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a7c91f36-6cd3-46a5-919c-ea96a20f5881 {
  display: none;
}
#s-a7c91f36-6cd3-46a5-919c-ea96a20f5881, #wrap-s-a7c91f36-6cd3-46a5-919c-ea96a20f5881 { display: none !important; }}@media (max-width: 767px){#s-a7c91f36-6cd3-46a5-919c-ea96a20f5881 {
  display: none;
}
#s-a7c91f36-6cd3-46a5-919c-ea96a20f5881, #wrap-s-a7c91f36-6cd3-46a5-919c-ea96a20f5881 { display: none !important; }}
#s-f35d66bc-a24e-4e2e-bd6f-963864d6dcc9 {
  padding-left: 10px;
padding-right: 10px;
text-align: center;
}







  #s-f35d66bc-a24e-4e2e-bd6f-963864d6dcc9 img.shogun-image {
    

    
    
    
  }


#s-f35d66bc-a24e-4e2e-bd6f-963864d6dcc9 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 1200px){#s-56398097-a804-4f4c-bbc2-6aec653792aa {
  display: none;
}
#s-56398097-a804-4f4c-bbc2-6aec653792aa, #wrap-s-56398097-a804-4f4c-bbc2-6aec653792aa { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-56398097-a804-4f4c-bbc2-6aec653792aa {
  display: none;
}
#s-56398097-a804-4f4c-bbc2-6aec653792aa, #wrap-s-56398097-a804-4f4c-bbc2-6aec653792aa { display: none !important; }}@media (max-width: 767px){#s-56398097-a804-4f4c-bbc2-6aec653792aa {
  display: none;
}
#s-56398097-a804-4f4c-bbc2-6aec653792aa, #wrap-s-56398097-a804-4f4c-bbc2-6aec653792aa { display: none !important; }}
#s-1ac4882a-7759-4681-9634-d6dca94a7227 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-1ac4882a-7759-4681-9634-d6dca94a7227:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-1ac4882a-7759-4681-9634-d6dca94a7227:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-1ac4882a-7759-4681-9634-d6dca94a7227 {
  display: none;
}
#s-1ac4882a-7759-4681-9634-d6dca94a7227, #wrap-s-1ac4882a-7759-4681-9634-d6dca94a7227 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-1ac4882a-7759-4681-9634-d6dca94a7227 {
  display: none;
}
#s-1ac4882a-7759-4681-9634-d6dca94a7227, #wrap-s-1ac4882a-7759-4681-9634-d6dca94a7227 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-1ac4882a-7759-4681-9634-d6dca94a7227 {
  display: none;
}
#s-1ac4882a-7759-4681-9634-d6dca94a7227, #wrap-s-1ac4882a-7759-4681-9634-d6dca94a7227 { display: none !important; }}@media (max-width: 767px){#s-1ac4882a-7759-4681-9634-d6dca94a7227 {
  display: none;
}
#s-1ac4882a-7759-4681-9634-d6dca94a7227, #wrap-s-1ac4882a-7759-4681-9634-d6dca94a7227 { display: none !important; }}

  #s-1ac4882a-7759-4681-9634-d6dca94a7227-root {
    text-align: center;
  }


#s-1ac4882a-7759-4681-9634-d6dca94a7227.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Khula;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-1ac4882a-7759-4681-9634-d6dca94a7227-root {
    text-align: center;
  }


#s-1ac4882a-7759-4681-9634-d6dca94a7227.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Khula;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-1ac4882a-7759-4681-9634-d6dca94a7227-root {
    text-align: center;
  }


#s-1ac4882a-7759-4681-9634-d6dca94a7227.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Khula;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-1ac4882a-7759-4681-9634-d6dca94a7227-root {
    text-align: center;
  }


#s-1ac4882a-7759-4681-9634-d6dca94a7227.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Khula;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-1ac4882a-7759-4681-9634-d6dca94a7227-root {
    text-align: center;
  }


#s-1ac4882a-7759-4681-9634-d6dca94a7227.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Khula;
  display:  inline-block ;
}
}
@media (min-width: 1200px){#s-96b2d46a-e78c-447e-9f29-0245f835c682 {
  display: none;
}
#s-96b2d46a-e78c-447e-9f29-0245f835c682, #wrap-s-96b2d46a-e78c-447e-9f29-0245f835c682 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-96b2d46a-e78c-447e-9f29-0245f835c682 {
  display: none;
}
#s-96b2d46a-e78c-447e-9f29-0245f835c682, #wrap-s-96b2d46a-e78c-447e-9f29-0245f835c682 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-96b2d46a-e78c-447e-9f29-0245f835c682 {
  display: none;
}
#s-96b2d46a-e78c-447e-9f29-0245f835c682, #wrap-s-96b2d46a-e78c-447e-9f29-0245f835c682 { display: none !important; }}@media (max-width: 767px){#s-96b2d46a-e78c-447e-9f29-0245f835c682 {
  display: none;
}
#s-96b2d46a-e78c-447e-9f29-0245f835c682, #wrap-s-96b2d46a-e78c-447e-9f29-0245f835c682 { display: none !important; }}
#s-96b2d46a-e78c-447e-9f29-0245f835c682 hr {
  border-top: 2px solid rgba(221, 221, 221, 0);
}

@media (min-width: 1200px){#s-999c844d-167a-4abd-af59-9b3d03617237 {
  display: none;
}
#s-999c844d-167a-4abd-af59-9b3d03617237, #wrap-s-999c844d-167a-4abd-af59-9b3d03617237 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-999c844d-167a-4abd-af59-9b3d03617237 {
  display: none;
}
#s-999c844d-167a-4abd-af59-9b3d03617237, #wrap-s-999c844d-167a-4abd-af59-9b3d03617237 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-999c844d-167a-4abd-af59-9b3d03617237 {
  display: none;
}
#s-999c844d-167a-4abd-af59-9b3d03617237, #wrap-s-999c844d-167a-4abd-af59-9b3d03617237 { display: none !important; }}@media (max-width: 767px){#s-999c844d-167a-4abd-af59-9b3d03617237 {
  display: none;
}
#s-999c844d-167a-4abd-af59-9b3d03617237, #wrap-s-999c844d-167a-4abd-af59-9b3d03617237 { display: none !important; }}
#s-999c844d-167a-4abd-af59-9b3d03617237 hr {
  border-top: 2px solid rgba(221, 221, 221, 0);
}

@media (min-width: 1200px){#s-12672857-34b2-4172-a668-6202a7204659 {
  display: none;
}
#s-12672857-34b2-4172-a668-6202a7204659, #wrap-s-12672857-34b2-4172-a668-6202a7204659 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-12672857-34b2-4172-a668-6202a7204659 {
  display: none;
}
#s-12672857-34b2-4172-a668-6202a7204659, #wrap-s-12672857-34b2-4172-a668-6202a7204659 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-12672857-34b2-4172-a668-6202a7204659 {
  display: none;
}
#s-12672857-34b2-4172-a668-6202a7204659, #wrap-s-12672857-34b2-4172-a668-6202a7204659 { display: none !important; }}@media (max-width: 767px){#s-12672857-34b2-4172-a668-6202a7204659 {
  display: none;
}
#s-12672857-34b2-4172-a668-6202a7204659, #wrap-s-12672857-34b2-4172-a668-6202a7204659 { display: none !important; }}
#s-12672857-34b2-4172-a668-6202a7204659 hr {
  border-top: 2px solid rgba(221, 221, 221, 0);
}

@media (min-width: 1200px){#s-44081b0d-bd72-4e34-a33a-830ebd4571d0 {
  display: none;
}
#s-44081b0d-bd72-4e34-a33a-830ebd4571d0, #wrap-s-44081b0d-bd72-4e34-a33a-830ebd4571d0 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-44081b0d-bd72-4e34-a33a-830ebd4571d0 {
  display: none;
}
#s-44081b0d-bd72-4e34-a33a-830ebd4571d0, #wrap-s-44081b0d-bd72-4e34-a33a-830ebd4571d0 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-44081b0d-bd72-4e34-a33a-830ebd4571d0 {
  display: none;
}
#s-44081b0d-bd72-4e34-a33a-830ebd4571d0, #wrap-s-44081b0d-bd72-4e34-a33a-830ebd4571d0 { display: none !important; }}@media (max-width: 767px){#s-44081b0d-bd72-4e34-a33a-830ebd4571d0 {
  display: none;
}
#s-44081b0d-bd72-4e34-a33a-830ebd4571d0, #wrap-s-44081b0d-bd72-4e34-a33a-830ebd4571d0 { display: none !important; }}
#s-44081b0d-bd72-4e34-a33a-830ebd4571d0 hr {
  border-top: 2px solid rgba(221, 221, 221, 0);
}

@media (min-width: 1200px){#s-e6051de9-d807-4255-9c92-393a9e51f8bb {
  display: none;
}
#s-e6051de9-d807-4255-9c92-393a9e51f8bb, #wrap-s-e6051de9-d807-4255-9c92-393a9e51f8bb { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e6051de9-d807-4255-9c92-393a9e51f8bb {
  display: none;
}
#s-e6051de9-d807-4255-9c92-393a9e51f8bb, #wrap-s-e6051de9-d807-4255-9c92-393a9e51f8bb { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-e6051de9-d807-4255-9c92-393a9e51f8bb {
  display: none;
}
#s-e6051de9-d807-4255-9c92-393a9e51f8bb, #wrap-s-e6051de9-d807-4255-9c92-393a9e51f8bb { display: none !important; }}@media (max-width: 767px){#s-e6051de9-d807-4255-9c92-393a9e51f8bb {
  display: none;
}
#s-e6051de9-d807-4255-9c92-393a9e51f8bb, #wrap-s-e6051de9-d807-4255-9c92-393a9e51f8bb { display: none !important; }}
#s-e6051de9-d807-4255-9c92-393a9e51f8bb hr {
  border-top: 2px solid rgba(221, 221, 221, 0);
}

#s-001d5f45-1621-4d3e-bb17-bb0d7dc5dabd {
  margin-left: 40px;
margin-right: 40px;
}
@media (min-width: 1200px){#s-001d5f45-1621-4d3e-bb17-bb0d7dc5dabd {
  display: none;
}
#s-001d5f45-1621-4d3e-bb17-bb0d7dc5dabd, #wrap-s-001d5f45-1621-4d3e-bb17-bb0d7dc5dabd { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-001d5f45-1621-4d3e-bb17-bb0d7dc5dabd {
  display: none;
}
#s-001d5f45-1621-4d3e-bb17-bb0d7dc5dabd, #wrap-s-001d5f45-1621-4d3e-bb17-bb0d7dc5dabd { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-001d5f45-1621-4d3e-bb17-bb0d7dc5dabd {
  display: none;
}
#s-001d5f45-1621-4d3e-bb17-bb0d7dc5dabd, #wrap-s-001d5f45-1621-4d3e-bb17-bb0d7dc5dabd { display: none !important; }}@media (max-width: 767px){#s-001d5f45-1621-4d3e-bb17-bb0d7dc5dabd {
  display: none;
}
#s-001d5f45-1621-4d3e-bb17-bb0d7dc5dabd, #wrap-s-001d5f45-1621-4d3e-bb17-bb0d7dc5dabd { display: none !important; }}
@media (min-width: 1200px){#s-05c1609a-1f62-4265-af50-cd4e5b4068ef {
  display: none;
}
#s-05c1609a-1f62-4265-af50-cd4e5b4068ef, #wrap-s-05c1609a-1f62-4265-af50-cd4e5b4068ef { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-05c1609a-1f62-4265-af50-cd4e5b4068ef {
  display: none;
}
#s-05c1609a-1f62-4265-af50-cd4e5b4068ef, #wrap-s-05c1609a-1f62-4265-af50-cd4e5b4068ef { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-05c1609a-1f62-4265-af50-cd4e5b4068ef {
  display: none;
}
#s-05c1609a-1f62-4265-af50-cd4e5b4068ef, #wrap-s-05c1609a-1f62-4265-af50-cd4e5b4068ef { display: none !important; }}@media (max-width: 767px){#s-05c1609a-1f62-4265-af50-cd4e5b4068ef {
  display: none;
}
#s-05c1609a-1f62-4265-af50-cd4e5b4068ef, #wrap-s-05c1609a-1f62-4265-af50-cd4e5b4068ef { display: none !important; }}
@media (min-width: 0px) {
[id="s-05c1609a-1f62-4265-af50-cd4e5b4068ef"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-05c1609a-1f62-4265-af50-cd4e5b4068ef"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-05c1609a-1f62-4265-af50-cd4e5b4068ef"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-05c1609a-1f62-4265-af50-cd4e5b4068ef"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-a6a3e08f-39cc-4f8f-bebb-8acecd3d67ec {
  text-align: center;
}







  #s-a6a3e08f-39cc-4f8f-bebb-8acecd3d67ec img.shogun-image {
    

    
    
    
  }


#s-a6a3e08f-39cc-4f8f-bebb-8acecd3d67ec .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 1200px){#s-794c8ae8-a58a-408d-aadc-886618a4e530 {
  display: none;
}
#s-794c8ae8-a58a-408d-aadc-886618a4e530, #wrap-s-794c8ae8-a58a-408d-aadc-886618a4e530 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-794c8ae8-a58a-408d-aadc-886618a4e530 {
  display: none;
}
#s-794c8ae8-a58a-408d-aadc-886618a4e530, #wrap-s-794c8ae8-a58a-408d-aadc-886618a4e530 { display: none !important; }}@media (max-width: 767px){#s-794c8ae8-a58a-408d-aadc-886618a4e530 {
  display: none;
}
#s-794c8ae8-a58a-408d-aadc-886618a4e530, #wrap-s-794c8ae8-a58a-408d-aadc-886618a4e530 { display: none !important; }}
#s-38408316-76d2-4e9c-8cbb-41ea630a2e4e {
  padding-top: 15px;
padding-bottom: 15px;
text-align: center;
}







  #s-38408316-76d2-4e9c-8cbb-41ea630a2e4e img.shogun-image {
    

    
    
    
  }


#s-38408316-76d2-4e9c-8cbb-41ea630a2e4e .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 1200px){#s-5a445682-e003-4f62-9ade-3deb1dc4b3fd {
  display: none;
}
#s-5a445682-e003-4f62-9ade-3deb1dc4b3fd, #wrap-s-5a445682-e003-4f62-9ade-3deb1dc4b3fd { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-5a445682-e003-4f62-9ade-3deb1dc4b3fd {
  display: none;
}
#s-5a445682-e003-4f62-9ade-3deb1dc4b3fd, #wrap-s-5a445682-e003-4f62-9ade-3deb1dc4b3fd { display: none !important; }}@media (max-width: 767px){#s-5a445682-e003-4f62-9ade-3deb1dc4b3fd {
  display: none;
}
#s-5a445682-e003-4f62-9ade-3deb1dc4b3fd, #wrap-s-5a445682-e003-4f62-9ade-3deb1dc4b3fd { display: none !important; }}
#s-4dc89115-2a69-4784-84ef-eeab9e220335 {
  padding-bottom: 3px;
text-align: center;
}







  #s-4dc89115-2a69-4784-84ef-eeab9e220335 img.shogun-image {
    

    
    
    
  }


#s-4dc89115-2a69-4784-84ef-eeab9e220335 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 1200px){#s-ae339406-dd7a-43b4-bda8-1e81c8a4a87e {
  display: none;
}
#s-ae339406-dd7a-43b4-bda8-1e81c8a4a87e, #wrap-s-ae339406-dd7a-43b4-bda8-1e81c8a4a87e { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ae339406-dd7a-43b4-bda8-1e81c8a4a87e {
  display: none;
}
#s-ae339406-dd7a-43b4-bda8-1e81c8a4a87e, #wrap-s-ae339406-dd7a-43b4-bda8-1e81c8a4a87e { display: none !important; }}@media (max-width: 767px){#s-ae339406-dd7a-43b4-bda8-1e81c8a4a87e {
  display: none;
}
#s-ae339406-dd7a-43b4-bda8-1e81c8a4a87e, #wrap-s-ae339406-dd7a-43b4-bda8-1e81c8a4a87e { display: none !important; }}
#s-ff4da2b6-5017-430a-a196-21a3ca3f6aff {
  text-align: center;
}







  #s-ff4da2b6-5017-430a-a196-21a3ca3f6aff img.shogun-image {
    

    
    
    
  }


#s-ff4da2b6-5017-430a-a196-21a3ca3f6aff .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 1200px){#s-cdbc61b4-3958-4a07-9102-f2e3a383b88d {
  display: none;
}
#s-cdbc61b4-3958-4a07-9102-f2e3a383b88d, #wrap-s-cdbc61b4-3958-4a07-9102-f2e3a383b88d { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-cdbc61b4-3958-4a07-9102-f2e3a383b88d {
  display: none;
}
#s-cdbc61b4-3958-4a07-9102-f2e3a383b88d, #wrap-s-cdbc61b4-3958-4a07-9102-f2e3a383b88d { display: none !important; }}@media (max-width: 767px){#s-cdbc61b4-3958-4a07-9102-f2e3a383b88d {
  display: none;
}
#s-cdbc61b4-3958-4a07-9102-f2e3a383b88d, #wrap-s-cdbc61b4-3958-4a07-9102-f2e3a383b88d { display: none !important; }}
@media (min-width: 1200px){#s-366036a6-1a75-4dc3-84de-7a8fe9c86157 {
  display: none;
}
#s-366036a6-1a75-4dc3-84de-7a8fe9c86157, #wrap-s-366036a6-1a75-4dc3-84de-7a8fe9c86157 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-366036a6-1a75-4dc3-84de-7a8fe9c86157 {
  display: none;
}
#s-366036a6-1a75-4dc3-84de-7a8fe9c86157, #wrap-s-366036a6-1a75-4dc3-84de-7a8fe9c86157 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-366036a6-1a75-4dc3-84de-7a8fe9c86157 {
  display: none;
}
#s-366036a6-1a75-4dc3-84de-7a8fe9c86157, #wrap-s-366036a6-1a75-4dc3-84de-7a8fe9c86157 { display: none !important; }}@media (max-width: 767px){#s-366036a6-1a75-4dc3-84de-7a8fe9c86157 {
  display: none;
}
#s-366036a6-1a75-4dc3-84de-7a8fe9c86157, #wrap-s-366036a6-1a75-4dc3-84de-7a8fe9c86157 { display: none !important; }}
#s-366036a6-1a75-4dc3-84de-7a8fe9c86157 hr {
  border-top: 2px solid rgba(221, 221, 221, 0);
}

@media (min-width: 1200px){#s-2058c78b-24b3-4a82-ae70-f4948ddce0c6 {
  display: none;
}
#s-2058c78b-24b3-4a82-ae70-f4948ddce0c6, #wrap-s-2058c78b-24b3-4a82-ae70-f4948ddce0c6 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-2058c78b-24b3-4a82-ae70-f4948ddce0c6 {
  display: none;
}
#s-2058c78b-24b3-4a82-ae70-f4948ddce0c6, #wrap-s-2058c78b-24b3-4a82-ae70-f4948ddce0c6 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-2058c78b-24b3-4a82-ae70-f4948ddce0c6 {
  display: none;
}
#s-2058c78b-24b3-4a82-ae70-f4948ddce0c6, #wrap-s-2058c78b-24b3-4a82-ae70-f4948ddce0c6 { display: none !important; }}@media (max-width: 767px){#s-2058c78b-24b3-4a82-ae70-f4948ddce0c6 {
  display: none;
}
#s-2058c78b-24b3-4a82-ae70-f4948ddce0c6, #wrap-s-2058c78b-24b3-4a82-ae70-f4948ddce0c6 { display: none !important; }}
@media (min-width: 1200px){#s-4d9fd7b3-02df-4dea-bab1-03a2d8f7e00d {
  display: none;
}
#s-4d9fd7b3-02df-4dea-bab1-03a2d8f7e00d, #wrap-s-4d9fd7b3-02df-4dea-bab1-03a2d8f7e00d { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-4d9fd7b3-02df-4dea-bab1-03a2d8f7e00d {
  display: none;
}
#s-4d9fd7b3-02df-4dea-bab1-03a2d8f7e00d, #wrap-s-4d9fd7b3-02df-4dea-bab1-03a2d8f7e00d { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-4d9fd7b3-02df-4dea-bab1-03a2d8f7e00d {
  display: none;
}
#s-4d9fd7b3-02df-4dea-bab1-03a2d8f7e00d, #wrap-s-4d9fd7b3-02df-4dea-bab1-03a2d8f7e00d { display: none !important; }}@media (max-width: 767px){#s-4d9fd7b3-02df-4dea-bab1-03a2d8f7e00d {
  display: none;
}
#s-4d9fd7b3-02df-4dea-bab1-03a2d8f7e00d, #wrap-s-4d9fd7b3-02df-4dea-bab1-03a2d8f7e00d { display: none !important; }}
#s-4d9fd7b3-02df-4dea-bab1-03a2d8f7e00d hr {
  border-top: 2px solid rgba(221, 221, 221, 0);
}

#s-18218bec-d65d-470a-b2dd-abe63742c1c7 {
  margin-left: 10px;
margin-right: 10px;
padding-left: 50px;
padding-right: 50px;
}
@media (min-width: 1200px){#s-18218bec-d65d-470a-b2dd-abe63742c1c7 {
  display: none;
}
#s-18218bec-d65d-470a-b2dd-abe63742c1c7, #wrap-s-18218bec-d65d-470a-b2dd-abe63742c1c7 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-18218bec-d65d-470a-b2dd-abe63742c1c7 {
  display: none;
}
#s-18218bec-d65d-470a-b2dd-abe63742c1c7, #wrap-s-18218bec-d65d-470a-b2dd-abe63742c1c7 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-18218bec-d65d-470a-b2dd-abe63742c1c7 {
  display: none;
}
#s-18218bec-d65d-470a-b2dd-abe63742c1c7, #wrap-s-18218bec-d65d-470a-b2dd-abe63742c1c7 { display: none !important; }}@media (max-width: 767px){#s-18218bec-d65d-470a-b2dd-abe63742c1c7 {
  display: none;
}
#s-18218bec-d65d-470a-b2dd-abe63742c1c7, #wrap-s-18218bec-d65d-470a-b2dd-abe63742c1c7 { display: none !important; }}
@media (min-width: 1200px){#s-46cdb0e8-e710-4d30-a45a-1a8a71090683 {
  display: none;
}
#s-46cdb0e8-e710-4d30-a45a-1a8a71090683, #wrap-s-46cdb0e8-e710-4d30-a45a-1a8a71090683 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-46cdb0e8-e710-4d30-a45a-1a8a71090683 {
  display: none;
}
#s-46cdb0e8-e710-4d30-a45a-1a8a71090683, #wrap-s-46cdb0e8-e710-4d30-a45a-1a8a71090683 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-46cdb0e8-e710-4d30-a45a-1a8a71090683 {
  display: none;
}
#s-46cdb0e8-e710-4d30-a45a-1a8a71090683, #wrap-s-46cdb0e8-e710-4d30-a45a-1a8a71090683 { display: none !important; }}@media (max-width: 767px){#s-46cdb0e8-e710-4d30-a45a-1a8a71090683 {
  display: none;
}
#s-46cdb0e8-e710-4d30-a45a-1a8a71090683, #wrap-s-46cdb0e8-e710-4d30-a45a-1a8a71090683 { display: none !important; }}
@media (min-width: 0px) {
[id="s-46cdb0e8-e710-4d30-a45a-1a8a71090683"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-46cdb0e8-e710-4d30-a45a-1a8a71090683"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-46cdb0e8-e710-4d30-a45a-1a8a71090683"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-46cdb0e8-e710-4d30-a45a-1a8a71090683"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-1f9a288d-7438-4d12-9a82-4d5a15eebb6e {
  padding-left: 20px;
padding-right: 20px;
text-align: center;
}







  #s-1f9a288d-7438-4d12-9a82-4d5a15eebb6e img.shogun-image {
    

    
    
    
  }


#s-1f9a288d-7438-4d12-9a82-4d5a15eebb6e .shogun-image-content {
  
    align-items: center;
  
}

#s-d47dd686-6118-4e0a-8650-662c604e027d {
  padding-left: 20px;
padding-right: 20px;
text-align: center;
}







  #s-d47dd686-6118-4e0a-8650-662c604e027d img.shogun-image {
    

    
    
    
  }


#s-d47dd686-6118-4e0a-8650-662c604e027d .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 1200px){#s-e9cc066f-2a4e-4dbd-b414-310217688c2a {
  display: none;
}
#s-e9cc066f-2a4e-4dbd-b414-310217688c2a, #wrap-s-e9cc066f-2a4e-4dbd-b414-310217688c2a { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e9cc066f-2a4e-4dbd-b414-310217688c2a {
  display: none;
}
#s-e9cc066f-2a4e-4dbd-b414-310217688c2a, #wrap-s-e9cc066f-2a4e-4dbd-b414-310217688c2a { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-e9cc066f-2a4e-4dbd-b414-310217688c2a {
  display: none;
}
#s-e9cc066f-2a4e-4dbd-b414-310217688c2a, #wrap-s-e9cc066f-2a4e-4dbd-b414-310217688c2a { display: none !important; }}@media (max-width: 767px){#s-e9cc066f-2a4e-4dbd-b414-310217688c2a {
  display: none;
}
#s-e9cc066f-2a4e-4dbd-b414-310217688c2a, #wrap-s-e9cc066f-2a4e-4dbd-b414-310217688c2a { display: none !important; }}
@media (min-width: 0px) {
[id="s-e9cc066f-2a4e-4dbd-b414-310217688c2a"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-e9cc066f-2a4e-4dbd-b414-310217688c2a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-e9cc066f-2a4e-4dbd-b414-310217688c2a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-e9cc066f-2a4e-4dbd-b414-310217688c2a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-d488aaa5-7222-4e90-ad20-350659f770b5 {
  padding-top: 40px;
padding-left: 20px;
padding-bottom: 40px;
padding-right: 20px;
text-align: center;
}







  #s-d488aaa5-7222-4e90-ad20-350659f770b5 img.shogun-image {
    

    
    
    
  }


#s-d488aaa5-7222-4e90-ad20-350659f770b5 .shogun-image-content {
  
    align-items: center;
  
}

#s-d115c57f-33c2-4ed2-ba7b-2e2cd548b948 {
  padding-top: 40px;
padding-left: 20px;
padding-bottom: 40px;
padding-right: 20px;
text-align: center;
}







  #s-d115c57f-33c2-4ed2-ba7b-2e2cd548b948 img.shogun-image {
    

    
    
    
  }


#s-d115c57f-33c2-4ed2-ba7b-2e2cd548b948 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 1200px){#s-9338fcc4-7eea-4ea4-9873-64abe298ec58 {
  display: none;
}
#s-9338fcc4-7eea-4ea4-9873-64abe298ec58, #wrap-s-9338fcc4-7eea-4ea4-9873-64abe298ec58 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9338fcc4-7eea-4ea4-9873-64abe298ec58 {
  display: none;
}
#s-9338fcc4-7eea-4ea4-9873-64abe298ec58, #wrap-s-9338fcc4-7eea-4ea4-9873-64abe298ec58 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-9338fcc4-7eea-4ea4-9873-64abe298ec58 {
  display: none;
}
#s-9338fcc4-7eea-4ea4-9873-64abe298ec58, #wrap-s-9338fcc4-7eea-4ea4-9873-64abe298ec58 { display: none !important; }}@media (max-width: 767px){#s-9338fcc4-7eea-4ea4-9873-64abe298ec58 {
  display: none;
}
#s-9338fcc4-7eea-4ea4-9873-64abe298ec58, #wrap-s-9338fcc4-7eea-4ea4-9873-64abe298ec58 { display: none !important; }}
#s-9338fcc4-7eea-4ea4-9873-64abe298ec58 hr {
  border-top: 2px solid rgba(221, 221, 221, 0);
}

#s-2e93a837-b39c-4d3a-ba1f-164a0bafa50c {
  margin-top: 50px;
margin-left: 50px;
margin-bottom: 50px;
margin-right: 50px;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-2e93a837-b39c-4d3a-ba1f-164a0bafa50c {
  display: none;
}
#s-2e93a837-b39c-4d3a-ba1f-164a0bafa50c, #wrap-s-2e93a837-b39c-4d3a-ba1f-164a0bafa50c { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-2e93a837-b39c-4d3a-ba1f-164a0bafa50c {
  display: none;
}
#s-2e93a837-b39c-4d3a-ba1f-164a0bafa50c, #wrap-s-2e93a837-b39c-4d3a-ba1f-164a0bafa50c { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-2e93a837-b39c-4d3a-ba1f-164a0bafa50c {
  display: none;
}
#s-2e93a837-b39c-4d3a-ba1f-164a0bafa50c, #wrap-s-2e93a837-b39c-4d3a-ba1f-164a0bafa50c { display: none !important; }}@media (max-width: 767px){#s-2e93a837-b39c-4d3a-ba1f-164a0bafa50c {
  display: none;
}
#s-2e93a837-b39c-4d3a-ba1f-164a0bafa50c, #wrap-s-2e93a837-b39c-4d3a-ba1f-164a0bafa50c { display: none !important; }}
@media (min-width: 0px) {
[id="s-2e93a837-b39c-4d3a-ba1f-164a0bafa50c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2e93a837-b39c-4d3a-ba1f-164a0bafa50c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-2e93a837-b39c-4d3a-ba1f-164a0bafa50c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-2e93a837-b39c-4d3a-ba1f-164a0bafa50c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-2e93a837-b39c-4d3a-ba1f-164a0bafa50c"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-ed86727a-2cce-4767-a2e4-ed648d220bc4 {
  margin-left: 10px;
margin-right: 10px;
}
@media (min-width: 1200px){#s-ed86727a-2cce-4767-a2e4-ed648d220bc4 {
  display: none;
}
#s-ed86727a-2cce-4767-a2e4-ed648d220bc4, #wrap-s-ed86727a-2cce-4767-a2e4-ed648d220bc4 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ed86727a-2cce-4767-a2e4-ed648d220bc4 {
  display: none;
}
#s-ed86727a-2cce-4767-a2e4-ed648d220bc4, #wrap-s-ed86727a-2cce-4767-a2e4-ed648d220bc4 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-ed86727a-2cce-4767-a2e4-ed648d220bc4 {
  display: none;
}
#s-ed86727a-2cce-4767-a2e4-ed648d220bc4, #wrap-s-ed86727a-2cce-4767-a2e4-ed648d220bc4 { display: none !important; }}@media (max-width: 767px){#s-ed86727a-2cce-4767-a2e4-ed648d220bc4 {
  
}
}
#s-5d3a2b3c-70c1-48d6-a75d-2efe0aacc808 {
  box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);
border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(23, 143, 238, 1);
border-radius: 0px;
min-height: 400px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-5d3a2b3c-70c1-48d6-a75d-2efe0aacc808 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-5d3a2b3c-70c1-48d6-a75d-2efe0aacc808 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-5d3a2b3c-70c1-48d6-a75d-2efe0aacc808 {
  
}
}@media (max-width: 767px){#s-5d3a2b3c-70c1-48d6-a75d-2efe0aacc808 {
  display: none;
}
#s-5d3a2b3c-70c1-48d6-a75d-2efe0aacc808, #wrap-s-5d3a2b3c-70c1-48d6-a75d-2efe0aacc808 { display: none !important; }}







#s-5d3a2b3c-70c1-48d6-a75d-2efe0aacc808 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-5d3a2b3c-70c1-48d6-a75d-2efe0aacc808.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-dfdb5277-f4d0-4377-95bc-1813ef35ce50 {
  margin-left: 40px;
margin-right: 40px;
}
@media (min-width: 1200px){#s-dfdb5277-f4d0-4377-95bc-1813ef35ce50 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-dfdb5277-f4d0-4377-95bc-1813ef35ce50 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-dfdb5277-f4d0-4377-95bc-1813ef35ce50 {
  display: none;
}
#s-dfdb5277-f4d0-4377-95bc-1813ef35ce50, #wrap-s-dfdb5277-f4d0-4377-95bc-1813ef35ce50 { display: none !important; }}@media (max-width: 767px){#s-dfdb5277-f4d0-4377-95bc-1813ef35ce50 {
  display: none;
}
#s-dfdb5277-f4d0-4377-95bc-1813ef35ce50, #wrap-s-dfdb5277-f4d0-4377-95bc-1813ef35ce50 { display: none !important; }}
#s-c7371052-fb8e-413b-a602-4b6957472fa9 {
  padding-right: 30px;
}
@media (min-width: 1200px){#s-c7371052-fb8e-413b-a602-4b6957472fa9 {
  display: none;
}
#s-c7371052-fb8e-413b-a602-4b6957472fa9, #wrap-s-c7371052-fb8e-413b-a602-4b6957472fa9 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c7371052-fb8e-413b-a602-4b6957472fa9 {
  display: none;
}
#s-c7371052-fb8e-413b-a602-4b6957472fa9, #wrap-s-c7371052-fb8e-413b-a602-4b6957472fa9 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-c7371052-fb8e-413b-a602-4b6957472fa9 {
  
}
}@media (max-width: 767px){#s-c7371052-fb8e-413b-a602-4b6957472fa9 {
  display: none;
}
#s-c7371052-fb8e-413b-a602-4b6957472fa9, #wrap-s-c7371052-fb8e-413b-a602-4b6957472fa9 { display: none !important; }}
#s-6f4cb58e-fe95-49f9-a09c-9f1e35eb2110 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-6f4cb58e-fe95-49f9-a09c-9f1e35eb2110:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-6f4cb58e-fe95-49f9-a09c-9f1e35eb2110:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-6f4cb58e-fe95-49f9-a09c-9f1e35eb2110-root {
    text-align: center;
  }


#s-6f4cb58e-fe95-49f9-a09c-9f1e35eb2110.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 600;
  
  font-family: Khula;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-6f4cb58e-fe95-49f9-a09c-9f1e35eb2110-root {
    text-align: center;
  }


#s-6f4cb58e-fe95-49f9-a09c-9f1e35eb2110.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 600;
  
  font-family: Khula;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-6f4cb58e-fe95-49f9-a09c-9f1e35eb2110-root {
    text-align: center;
  }


#s-6f4cb58e-fe95-49f9-a09c-9f1e35eb2110.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 600;
  
  font-family: Khula;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-6f4cb58e-fe95-49f9-a09c-9f1e35eb2110-root {
    text-align: center;
  }


#s-6f4cb58e-fe95-49f9-a09c-9f1e35eb2110.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 600;
  
  font-family: Khula;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-6f4cb58e-fe95-49f9-a09c-9f1e35eb2110-root {
    text-align: center;
  }


#s-6f4cb58e-fe95-49f9-a09c-9f1e35eb2110.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 600;
  
  font-family: Khula;
  display:  inline-block ;
}
}
#s-da258f1d-0760-4982-8f14-9012b4a131f6 {
  padding-left: 60px;
padding-right: 60px;
text-align: center;
}
@media (min-width: 1200px){#s-da258f1d-0760-4982-8f14-9012b4a131f6 {
  display: none;
}
#s-da258f1d-0760-4982-8f14-9012b4a131f6, #wrap-s-da258f1d-0760-4982-8f14-9012b4a131f6 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-da258f1d-0760-4982-8f14-9012b4a131f6 {
  display: none;
}
#s-da258f1d-0760-4982-8f14-9012b4a131f6, #wrap-s-da258f1d-0760-4982-8f14-9012b4a131f6 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-da258f1d-0760-4982-8f14-9012b4a131f6 {
  display: none;
}
#s-da258f1d-0760-4982-8f14-9012b4a131f6, #wrap-s-da258f1d-0760-4982-8f14-9012b4a131f6 { display: none !important; }}






  #s-da258f1d-0760-4982-8f14-9012b4a131f6 img.shogun-image {
    

    
    
    
  }


#s-da258f1d-0760-4982-8f14-9012b4a131f6 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 1200px){#s-b606e267-3920-4570-a58d-724754db7bc4 {
  display: none;
}
#s-b606e267-3920-4570-a58d-724754db7bc4, #wrap-s-b606e267-3920-4570-a58d-724754db7bc4 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b606e267-3920-4570-a58d-724754db7bc4 {
  display: none;
}
#s-b606e267-3920-4570-a58d-724754db7bc4, #wrap-s-b606e267-3920-4570-a58d-724754db7bc4 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-b606e267-3920-4570-a58d-724754db7bc4 {
  display: none;
}
#s-b606e267-3920-4570-a58d-724754db7bc4, #wrap-s-b606e267-3920-4570-a58d-724754db7bc4 { display: none !important; }}
#s-b606e267-3920-4570-a58d-724754db7bc4 hr {
  border-top: 2px solid rgba(221, 221, 221, 0);
}

#s-b54e317d-e812-4379-906e-51e6cd023083 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-b54e317d-e812-4379-906e-51e6cd023083:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-b54e317d-e812-4379-906e-51e6cd023083:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-b54e317d-e812-4379-906e-51e6cd023083 {
  display: none;
}
#s-b54e317d-e812-4379-906e-51e6cd023083, #wrap-s-b54e317d-e812-4379-906e-51e6cd023083 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b54e317d-e812-4379-906e-51e6cd023083 {
  display: none;
}
#s-b54e317d-e812-4379-906e-51e6cd023083, #wrap-s-b54e317d-e812-4379-906e-51e6cd023083 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-b54e317d-e812-4379-906e-51e6cd023083 {
  display: none;
}
#s-b54e317d-e812-4379-906e-51e6cd023083, #wrap-s-b54e317d-e812-4379-906e-51e6cd023083 { display: none !important; }}

  #s-b54e317d-e812-4379-906e-51e6cd023083-root {
    text-align: center;
  }


#s-b54e317d-e812-4379-906e-51e6cd023083.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Khula;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-b54e317d-e812-4379-906e-51e6cd023083-root {
    text-align: center;
  }


#s-b54e317d-e812-4379-906e-51e6cd023083.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Khula;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-b54e317d-e812-4379-906e-51e6cd023083-root {
    text-align: center;
  }


#s-b54e317d-e812-4379-906e-51e6cd023083.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Khula;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-b54e317d-e812-4379-906e-51e6cd023083-root {
    text-align: center;
  }


#s-b54e317d-e812-4379-906e-51e6cd023083.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Khula;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-b54e317d-e812-4379-906e-51e6cd023083-root {
    text-align: center;
  }


#s-b54e317d-e812-4379-906e-51e6cd023083.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Khula;
  display:  inline-block ;
}
}
@media (min-width: 0px) {
[id="s-138a474a-7fc2-4a77-851f-bd82bb16a564"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-138a474a-7fc2-4a77-851f-bd82bb16a564"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-138a474a-7fc2-4a77-851f-bd82bb16a564"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-138a474a-7fc2-4a77-851f-bd82bb16a564"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-839029f8-7274-4c02-85dd-e8d174b65a57 {
  padding-left: 20px;
padding-right: 20px;
text-align: center;
}
@media (max-width: 767px){#s-839029f8-7274-4c02-85dd-e8d174b65a57 {
  display: none;
}
#s-839029f8-7274-4c02-85dd-e8d174b65a57, #wrap-s-839029f8-7274-4c02-85dd-e8d174b65a57 { display: none !important; }}






  #s-839029f8-7274-4c02-85dd-e8d174b65a57 img.shogun-image {
    

    
    
    
  }


#s-839029f8-7274-4c02-85dd-e8d174b65a57 .shogun-image-content {
  
    align-items: center;
  
}

#s-33e8af02-8fe1-484b-840c-358f3901bdfa {
  text-align: center;
}







  #s-33e8af02-8fe1-484b-840c-358f3901bdfa img.shogun-image {
    

    
    
    
  }


#s-33e8af02-8fe1-484b-840c-358f3901bdfa .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 1200px){#s-4e6bf317-e63b-4160-a9f8-0539f8853606 {
  display: none;
}
#s-4e6bf317-e63b-4160-a9f8-0539f8853606, #wrap-s-4e6bf317-e63b-4160-a9f8-0539f8853606 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-4e6bf317-e63b-4160-a9f8-0539f8853606 {
  display: none;
}
#s-4e6bf317-e63b-4160-a9f8-0539f8853606, #wrap-s-4e6bf317-e63b-4160-a9f8-0539f8853606 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-4e6bf317-e63b-4160-a9f8-0539f8853606 {
  display: none;
}
#s-4e6bf317-e63b-4160-a9f8-0539f8853606, #wrap-s-4e6bf317-e63b-4160-a9f8-0539f8853606 { display: none !important; }}@media (max-width: 767px){#s-4e6bf317-e63b-4160-a9f8-0539f8853606 {
  display: none;
}
#s-4e6bf317-e63b-4160-a9f8-0539f8853606, #wrap-s-4e6bf317-e63b-4160-a9f8-0539f8853606 { display: none !important; }}
#s-4e6bf317-e63b-4160-a9f8-0539f8853606 hr {
  border-top: 2px solid rgba(221, 221, 221, 0);
}

@media (min-width: 1200px){#s-432d14e2-04b9-400b-870d-4d8d245f7876 {
  display: none;
}
#s-432d14e2-04b9-400b-870d-4d8d245f7876, #wrap-s-432d14e2-04b9-400b-870d-4d8d245f7876 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-432d14e2-04b9-400b-870d-4d8d245f7876 {
  display: none;
}
#s-432d14e2-04b9-400b-870d-4d8d245f7876, #wrap-s-432d14e2-04b9-400b-870d-4d8d245f7876 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-432d14e2-04b9-400b-870d-4d8d245f7876 {
  display: none;
}
#s-432d14e2-04b9-400b-870d-4d8d245f7876, #wrap-s-432d14e2-04b9-400b-870d-4d8d245f7876 { display: none !important; }}@media (max-width: 767px){#s-432d14e2-04b9-400b-870d-4d8d245f7876 {
  display: none;
}
#s-432d14e2-04b9-400b-870d-4d8d245f7876, #wrap-s-432d14e2-04b9-400b-870d-4d8d245f7876 { display: none !important; }}
#s-21c4925a-02a9-45b9-bf66-352c666d146c {
  padding-left: 100px;
padding-right: 100px;
text-align: center;
}
@media (min-width: 1200px){#s-21c4925a-02a9-45b9-bf66-352c666d146c {
  display: none;
}
#s-21c4925a-02a9-45b9-bf66-352c666d146c, #wrap-s-21c4925a-02a9-45b9-bf66-352c666d146c { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-21c4925a-02a9-45b9-bf66-352c666d146c {
  display: none;
}
#s-21c4925a-02a9-45b9-bf66-352c666d146c, #wrap-s-21c4925a-02a9-45b9-bf66-352c666d146c { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-21c4925a-02a9-45b9-bf66-352c666d146c {
  display: none;
}
#s-21c4925a-02a9-45b9-bf66-352c666d146c, #wrap-s-21c4925a-02a9-45b9-bf66-352c666d146c { display: none !important; }}@media (max-width: 767px){#s-21c4925a-02a9-45b9-bf66-352c666d146c {
  display: none;
}
#s-21c4925a-02a9-45b9-bf66-352c666d146c, #wrap-s-21c4925a-02a9-45b9-bf66-352c666d146c { display: none !important; }}






  #s-21c4925a-02a9-45b9-bf66-352c666d146c img.shogun-image {
    

    
    
    
  }


#s-21c4925a-02a9-45b9-bf66-352c666d146c .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 1200px){#s-fd849285-694c-4443-aafa-9a0b41574c08 {
  display: none;
}
#s-fd849285-694c-4443-aafa-9a0b41574c08, #wrap-s-fd849285-694c-4443-aafa-9a0b41574c08 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-fd849285-694c-4443-aafa-9a0b41574c08 {
  display: none;
}
#s-fd849285-694c-4443-aafa-9a0b41574c08, #wrap-s-fd849285-694c-4443-aafa-9a0b41574c08 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-fd849285-694c-4443-aafa-9a0b41574c08 {
  display: none;
}
#s-fd849285-694c-4443-aafa-9a0b41574c08, #wrap-s-fd849285-694c-4443-aafa-9a0b41574c08 { display: none !important; }}@media (max-width: 767px){#s-fd849285-694c-4443-aafa-9a0b41574c08 {
  display: none;
}
#s-fd849285-694c-4443-aafa-9a0b41574c08, #wrap-s-fd849285-694c-4443-aafa-9a0b41574c08 { display: none !important; }}
#s-fd849285-694c-4443-aafa-9a0b41574c08 hr {
  border-top: 2px solid rgba(221, 221, 221, 0);
}

#s-c415e1a3-19b5-482d-9187-e64eca037fa7 {
  padding-left: 100px;
padding-right: 100px;
text-align: center;
}
@media (min-width: 1200px){#s-c415e1a3-19b5-482d-9187-e64eca037fa7 {
  display: none;
}
#s-c415e1a3-19b5-482d-9187-e64eca037fa7, #wrap-s-c415e1a3-19b5-482d-9187-e64eca037fa7 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c415e1a3-19b5-482d-9187-e64eca037fa7 {
  display: none;
}
#s-c415e1a3-19b5-482d-9187-e64eca037fa7, #wrap-s-c415e1a3-19b5-482d-9187-e64eca037fa7 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-c415e1a3-19b5-482d-9187-e64eca037fa7 {
  display: none;
}
#s-c415e1a3-19b5-482d-9187-e64eca037fa7, #wrap-s-c415e1a3-19b5-482d-9187-e64eca037fa7 { display: none !important; }}@media (max-width: 767px){#s-c415e1a3-19b5-482d-9187-e64eca037fa7 {
  display: none;
}
#s-c415e1a3-19b5-482d-9187-e64eca037fa7, #wrap-s-c415e1a3-19b5-482d-9187-e64eca037fa7 { display: none !important; }}






  #s-c415e1a3-19b5-482d-9187-e64eca037fa7 img.shogun-image {
    

    
    
    
  }


#s-c415e1a3-19b5-482d-9187-e64eca037fa7 .shogun-image-content {
  
    align-items: center;
  
}

#s-2e2bd248-e27c-4c51-930c-2de6024bca0f {
  margin-left: 10px;
margin-right: 10px;
padding-left: 50px;
padding-right: 50px;
}
@media (min-width: 1200px){#s-2e2bd248-e27c-4c51-930c-2de6024bca0f {
  display: none;
}
#s-2e2bd248-e27c-4c51-930c-2de6024bca0f, #wrap-s-2e2bd248-e27c-4c51-930c-2de6024bca0f { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-2e2bd248-e27c-4c51-930c-2de6024bca0f {
  display: none;
}
#s-2e2bd248-e27c-4c51-930c-2de6024bca0f, #wrap-s-2e2bd248-e27c-4c51-930c-2de6024bca0f { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-2e2bd248-e27c-4c51-930c-2de6024bca0f {
  display: none;
}
#s-2e2bd248-e27c-4c51-930c-2de6024bca0f, #wrap-s-2e2bd248-e27c-4c51-930c-2de6024bca0f { display: none !important; }}@media (max-width: 767px){#s-2e2bd248-e27c-4c51-930c-2de6024bca0f {
  display: none;
}
#s-2e2bd248-e27c-4c51-930c-2de6024bca0f, #wrap-s-2e2bd248-e27c-4c51-930c-2de6024bca0f { display: none !important; }}
@media (min-width: 1200px){#s-a97db714-974f-4f9d-8e4f-d729b8a33979 {
  display: none;
}
#s-a97db714-974f-4f9d-8e4f-d729b8a33979, #wrap-s-a97db714-974f-4f9d-8e4f-d729b8a33979 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a97db714-974f-4f9d-8e4f-d729b8a33979 {
  display: none;
}
#s-a97db714-974f-4f9d-8e4f-d729b8a33979, #wrap-s-a97db714-974f-4f9d-8e4f-d729b8a33979 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-a97db714-974f-4f9d-8e4f-d729b8a33979 {
  display: none;
}
#s-a97db714-974f-4f9d-8e4f-d729b8a33979, #wrap-s-a97db714-974f-4f9d-8e4f-d729b8a33979 { display: none !important; }}@media (max-width: 767px){#s-a97db714-974f-4f9d-8e4f-d729b8a33979 {
  display: none;
}
#s-a97db714-974f-4f9d-8e4f-d729b8a33979, #wrap-s-a97db714-974f-4f9d-8e4f-d729b8a33979 { display: none !important; }}
@media (min-width: 0px) {
[id="s-a97db714-974f-4f9d-8e4f-d729b8a33979"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-a97db714-974f-4f9d-8e4f-d729b8a33979"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-a97db714-974f-4f9d-8e4f-d729b8a33979"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-a97db714-974f-4f9d-8e4f-d729b8a33979"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-a8480c8a-f5bd-450f-b705-94afcff2aac4 {
  padding-left: 20px;
padding-right: 20px;
text-align: center;
}







  #s-a8480c8a-f5bd-450f-b705-94afcff2aac4 img.shogun-image {
    

    
    
    
  }


#s-a8480c8a-f5bd-450f-b705-94afcff2aac4 .shogun-image-content {
  
    align-items: center;
  
}

#s-f10a7370-029a-4b6e-ba7e-d43c39268147 {
  padding-left: 20px;
padding-right: 20px;
text-align: center;
}







  #s-f10a7370-029a-4b6e-ba7e-d43c39268147 img.shogun-image {
    

    
    
    
  }


#s-f10a7370-029a-4b6e-ba7e-d43c39268147 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 1200px){#s-813e4835-7672-4485-b002-e162156e979d {
  display: none;
}
#s-813e4835-7672-4485-b002-e162156e979d, #wrap-s-813e4835-7672-4485-b002-e162156e979d { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-813e4835-7672-4485-b002-e162156e979d {
  display: none;
}
#s-813e4835-7672-4485-b002-e162156e979d, #wrap-s-813e4835-7672-4485-b002-e162156e979d { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-813e4835-7672-4485-b002-e162156e979d {
  display: none;
}
#s-813e4835-7672-4485-b002-e162156e979d, #wrap-s-813e4835-7672-4485-b002-e162156e979d { display: none !important; }}@media (max-width: 767px){#s-813e4835-7672-4485-b002-e162156e979d {
  display: none;
}
#s-813e4835-7672-4485-b002-e162156e979d, #wrap-s-813e4835-7672-4485-b002-e162156e979d { display: none !important; }}
@media (min-width: 0px) {
[id="s-813e4835-7672-4485-b002-e162156e979d"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-813e4835-7672-4485-b002-e162156e979d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-813e4835-7672-4485-b002-e162156e979d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-813e4835-7672-4485-b002-e162156e979d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-144ceecf-891d-46c2-b5d2-a3a5bfe6bf3e {
  padding-top: 40px;
padding-left: 20px;
padding-bottom: 40px;
padding-right: 20px;
text-align: center;
}







  #s-144ceecf-891d-46c2-b5d2-a3a5bfe6bf3e img.shogun-image {
    

    
    
    
  }


#s-144ceecf-891d-46c2-b5d2-a3a5bfe6bf3e .shogun-image-content {
  
    align-items: center;
  
}

#s-2810ee2e-33e3-4921-bc80-6328e46b4e2d {
  padding-top: 40px;
padding-left: 20px;
padding-bottom: 40px;
padding-right: 20px;
text-align: center;
}







  #s-2810ee2e-33e3-4921-bc80-6328e46b4e2d img.shogun-image {
    

    
    
    
  }


#s-2810ee2e-33e3-4921-bc80-6328e46b4e2d .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 1200px){#s-06232e9f-dd4d-48d3-a76f-90b6402f1eb1 {
  display: none;
}
#s-06232e9f-dd4d-48d3-a76f-90b6402f1eb1, #wrap-s-06232e9f-dd4d-48d3-a76f-90b6402f1eb1 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-06232e9f-dd4d-48d3-a76f-90b6402f1eb1 {
  display: none;
}
#s-06232e9f-dd4d-48d3-a76f-90b6402f1eb1, #wrap-s-06232e9f-dd4d-48d3-a76f-90b6402f1eb1 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-06232e9f-dd4d-48d3-a76f-90b6402f1eb1 {
  display: none;
}
#s-06232e9f-dd4d-48d3-a76f-90b6402f1eb1, #wrap-s-06232e9f-dd4d-48d3-a76f-90b6402f1eb1 { display: none !important; }}@media (max-width: 767px){#s-06232e9f-dd4d-48d3-a76f-90b6402f1eb1 {
  display: none;
}
#s-06232e9f-dd4d-48d3-a76f-90b6402f1eb1, #wrap-s-06232e9f-dd4d-48d3-a76f-90b6402f1eb1 { display: none !important; }}
#s-06232e9f-dd4d-48d3-a76f-90b6402f1eb1 hr {
  border-top: 2px solid rgba(221, 221, 221, 0);
}

#s-ea181b29-6f89-4983-a93d-1fdd4d1935e2 {
  margin-top: 50px;
margin-left: 50px;
margin-bottom: 50px;
margin-right: 50px;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-ea181b29-6f89-4983-a93d-1fdd4d1935e2 {
  display: none;
}
#s-ea181b29-6f89-4983-a93d-1fdd4d1935e2, #wrap-s-ea181b29-6f89-4983-a93d-1fdd4d1935e2 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ea181b29-6f89-4983-a93d-1fdd4d1935e2 {
  display: none;
}
#s-ea181b29-6f89-4983-a93d-1fdd4d1935e2, #wrap-s-ea181b29-6f89-4983-a93d-1fdd4d1935e2 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-ea181b29-6f89-4983-a93d-1fdd4d1935e2 {
  display: none;
}
#s-ea181b29-6f89-4983-a93d-1fdd4d1935e2, #wrap-s-ea181b29-6f89-4983-a93d-1fdd4d1935e2 { display: none !important; }}@media (max-width: 767px){#s-ea181b29-6f89-4983-a93d-1fdd4d1935e2 {
  display: none;
}
#s-ea181b29-6f89-4983-a93d-1fdd4d1935e2, #wrap-s-ea181b29-6f89-4983-a93d-1fdd4d1935e2 { display: none !important; }}
@media (min-width: 0px) {
[id="s-ea181b29-6f89-4983-a93d-1fdd4d1935e2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ea181b29-6f89-4983-a93d-1fdd4d1935e2"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-ea181b29-6f89-4983-a93d-1fdd4d1935e2"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-ea181b29-6f89-4983-a93d-1fdd4d1935e2"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-ea181b29-6f89-4983-a93d-1fdd4d1935e2"] > .shg-row {
    flex-flow: column-reverse;
  }
}

@media (min-width: 1200px){#s-0aa6ed24-6a15-40d7-8685-8457a3ceba67 {
  display: none;
}
#s-0aa6ed24-6a15-40d7-8685-8457a3ceba67, #wrap-s-0aa6ed24-6a15-40d7-8685-8457a3ceba67 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0aa6ed24-6a15-40d7-8685-8457a3ceba67 {
  display: none;
}
#s-0aa6ed24-6a15-40d7-8685-8457a3ceba67, #wrap-s-0aa6ed24-6a15-40d7-8685-8457a3ceba67 { display: none !important; }}@media (max-width: 767px){#s-0aa6ed24-6a15-40d7-8685-8457a3ceba67 {
  display: none;
}
#s-0aa6ed24-6a15-40d7-8685-8457a3ceba67, #wrap-s-0aa6ed24-6a15-40d7-8685-8457a3ceba67 { display: none !important; }}
#s-0aa6ed24-6a15-40d7-8685-8457a3ceba67 hr {
  border-top: 2px solid rgba(221, 221, 221, 0);
}

@media (max-width: 767px){#s-0427b7ee-1f07-4a03-b833-a62fefd3e8a5 {
  display: none;
}
#s-0427b7ee-1f07-4a03-b833-a62fefd3e8a5, #wrap-s-0427b7ee-1f07-4a03-b833-a62fefd3e8a5 { display: none !important; }}
@media (min-width: 0px) {
[id="s-0427b7ee-1f07-4a03-b833-a62fefd3e8a5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0427b7ee-1f07-4a03-b833-a62fefd3e8a5"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-0427b7ee-1f07-4a03-b833-a62fefd3e8a5"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-0427b7ee-1f07-4a03-b833-a62fefd3e8a5"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-e6dd4d0e-a680-4601-9186-fb8fbe1d2576 {
  padding-left: 10px;
padding-right: 10px;
text-align: center;
}
@media (max-width: 767px){#s-e6dd4d0e-a680-4601-9186-fb8fbe1d2576 {
  display: none;
}
#s-e6dd4d0e-a680-4601-9186-fb8fbe1d2576, #wrap-s-e6dd4d0e-a680-4601-9186-fb8fbe1d2576 { display: none !important; }}






  #s-e6dd4d0e-a680-4601-9186-fb8fbe1d2576 img.shogun-image {
    

    
    
    
  }


#s-e6dd4d0e-a680-4601-9186-fb8fbe1d2576 .shogun-image-content {
  
    align-items: center;
  
}

#s-84d9a553-b1dd-4f69-8883-26585c5b66f7 {
  text-align: center;
}
@media (max-width: 767px){#s-84d9a553-b1dd-4f69-8883-26585c5b66f7 {
  display: none;
}
#s-84d9a553-b1dd-4f69-8883-26585c5b66f7, #wrap-s-84d9a553-b1dd-4f69-8883-26585c5b66f7 { display: none !important; }}






  #s-84d9a553-b1dd-4f69-8883-26585c5b66f7 img.shogun-image {
    

    
    
    
  }


#s-84d9a553-b1dd-4f69-8883-26585c5b66f7 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 1200px){#s-99989f29-3d0a-4ab5-8eba-f8fd99e2d4db {
  display: none;
}
#s-99989f29-3d0a-4ab5-8eba-f8fd99e2d4db, #wrap-s-99989f29-3d0a-4ab5-8eba-f8fd99e2d4db { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-99989f29-3d0a-4ab5-8eba-f8fd99e2d4db {
  display: none;
}
#s-99989f29-3d0a-4ab5-8eba-f8fd99e2d4db, #wrap-s-99989f29-3d0a-4ab5-8eba-f8fd99e2d4db { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-99989f29-3d0a-4ab5-8eba-f8fd99e2d4db {
  display: none;
}
#s-99989f29-3d0a-4ab5-8eba-f8fd99e2d4db, #wrap-s-99989f29-3d0a-4ab5-8eba-f8fd99e2d4db { display: none !important; }}
#s-99989f29-3d0a-4ab5-8eba-f8fd99e2d4db hr {
  border-top: 2px solid rgba(221, 221, 221, 0);
}

#s-4bb0212a-bb4e-4ccf-a2a6-bb6207a932c9 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-4bb0212a-bb4e-4ccf-a2a6-bb6207a932c9:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-4bb0212a-bb4e-4ccf-a2a6-bb6207a932c9:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-4bb0212a-bb4e-4ccf-a2a6-bb6207a932c9 {
  display: none;
}
#s-4bb0212a-bb4e-4ccf-a2a6-bb6207a932c9, #wrap-s-4bb0212a-bb4e-4ccf-a2a6-bb6207a932c9 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-4bb0212a-bb4e-4ccf-a2a6-bb6207a932c9 {
  display: none;
}
#s-4bb0212a-bb4e-4ccf-a2a6-bb6207a932c9, #wrap-s-4bb0212a-bb4e-4ccf-a2a6-bb6207a932c9 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-4bb0212a-bb4e-4ccf-a2a6-bb6207a932c9 {
  display: none;
}
#s-4bb0212a-bb4e-4ccf-a2a6-bb6207a932c9, #wrap-s-4bb0212a-bb4e-4ccf-a2a6-bb6207a932c9 { display: none !important; }}

  #s-4bb0212a-bb4e-4ccf-a2a6-bb6207a932c9-root {
    text-align: center;
  }


#s-4bb0212a-bb4e-4ccf-a2a6-bb6207a932c9.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Khula;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-4bb0212a-bb4e-4ccf-a2a6-bb6207a932c9-root {
    text-align: center;
  }


#s-4bb0212a-bb4e-4ccf-a2a6-bb6207a932c9.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Khula;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-4bb0212a-bb4e-4ccf-a2a6-bb6207a932c9-root {
    text-align: center;
  }


#s-4bb0212a-bb4e-4ccf-a2a6-bb6207a932c9.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Khula;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-4bb0212a-bb4e-4ccf-a2a6-bb6207a932c9-root {
    text-align: center;
  }


#s-4bb0212a-bb4e-4ccf-a2a6-bb6207a932c9.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Khula;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-4bb0212a-bb4e-4ccf-a2a6-bb6207a932c9-root {
    text-align: center;
  }


#s-4bb0212a-bb4e-4ccf-a2a6-bb6207a932c9.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Khula;
  display:  inline-block ;
}
}
@media (min-width: 1200px){#s-c1b2e6b0-0510-440d-a69e-dc04ab7671a1 {
  display: none;
}
#s-c1b2e6b0-0510-440d-a69e-dc04ab7671a1, #wrap-s-c1b2e6b0-0510-440d-a69e-dc04ab7671a1 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c1b2e6b0-0510-440d-a69e-dc04ab7671a1 {
  display: none;
}
#s-c1b2e6b0-0510-440d-a69e-dc04ab7671a1, #wrap-s-c1b2e6b0-0510-440d-a69e-dc04ab7671a1 { display: none !important; }}@media (max-width: 767px){#s-c1b2e6b0-0510-440d-a69e-dc04ab7671a1 {
  display: none;
}
#s-c1b2e6b0-0510-440d-a69e-dc04ab7671a1, #wrap-s-c1b2e6b0-0510-440d-a69e-dc04ab7671a1 { display: none !important; }}
#s-c1b2e6b0-0510-440d-a69e-dc04ab7671a1 hr {
  border-top: 2px solid rgba(221, 221, 221, 0);
}

#s-9d09d944-c00a-477d-b04d-d4461310fac9 {
  box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);
background-repeat: no-repeat;
background-size: cover;
border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(23, 143, 238, 1);
border-radius: 0px;
min-height: 411px;
background-position: center center;
}
@media (min-width: 1200px){#s-9d09d944-c00a-477d-b04d-d4461310fac9 {
  display: none;
}
#s-9d09d944-c00a-477d-b04d-d4461310fac9, #wrap-s-9d09d944-c00a-477d-b04d-d4461310fac9 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9d09d944-c00a-477d-b04d-d4461310fac9 {
  display: none;
}
#s-9d09d944-c00a-477d-b04d-d4461310fac9, #wrap-s-9d09d944-c00a-477d-b04d-d4461310fac9 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-9d09d944-c00a-477d-b04d-d4461310fac9 {
  display: none;
}
#s-9d09d944-c00a-477d-b04d-d4461310fac9, #wrap-s-9d09d944-c00a-477d-b04d-d4461310fac9 { display: none !important; }}@media (max-width: 767px){#s-9d09d944-c00a-477d-b04d-d4461310fac9 {
  display: none;
}
#s-9d09d944-c00a-477d-b04d-d4461310fac9, #wrap-s-9d09d944-c00a-477d-b04d-d4461310fac9 { display: none !important; }}







#s-9d09d944-c00a-477d-b04d-d4461310fac9 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-9d09d944-c00a-477d-b04d-d4461310fac9 {
  cursor: pointer;
}#s-9d09d944-c00a-477d-b04d-d4461310fac9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-27809234-4c0a-4bba-8dca-e87090ad2f1f {
  box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);
border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(23, 143, 238, 1);
border-radius: 0px;
min-height: 300px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-27809234-4c0a-4bba-8dca-e87090ad2f1f {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-27809234-4c0a-4bba-8dca-e87090ad2f1f {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-27809234-4c0a-4bba-8dca-e87090ad2f1f {
  
}
}@media (max-width: 767px){#s-27809234-4c0a-4bba-8dca-e87090ad2f1f {
  display: none;
}
#s-27809234-4c0a-4bba-8dca-e87090ad2f1f, #wrap-s-27809234-4c0a-4bba-8dca-e87090ad2f1f { display: none !important; }}







#s-27809234-4c0a-4bba-8dca-e87090ad2f1f > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-27809234-4c0a-4bba-8dca-e87090ad2f1f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f2313124-17ae-44d8-a6d0-49cc942a1101 {
  margin-left: 40px;
margin-right: 40px;
}
@media (min-width: 1200px){#s-f2313124-17ae-44d8-a6d0-49cc942a1101 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-f2313124-17ae-44d8-a6d0-49cc942a1101 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-f2313124-17ae-44d8-a6d0-49cc942a1101 {
  display: none;
}
#s-f2313124-17ae-44d8-a6d0-49cc942a1101, #wrap-s-f2313124-17ae-44d8-a6d0-49cc942a1101 { display: none !important; }}@media (max-width: 767px){#s-f2313124-17ae-44d8-a6d0-49cc942a1101 {
  display: none;
}
#s-f2313124-17ae-44d8-a6d0-49cc942a1101, #wrap-s-f2313124-17ae-44d8-a6d0-49cc942a1101 { display: none !important; }}
#s-e34c92c6-8db7-4c46-a304-cee51d2874ab {
  margin-left: 30px;
}
@media (min-width: 1200px){#s-e34c92c6-8db7-4c46-a304-cee51d2874ab {
  display: none;
}
#s-e34c92c6-8db7-4c46-a304-cee51d2874ab, #wrap-s-e34c92c6-8db7-4c46-a304-cee51d2874ab { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e34c92c6-8db7-4c46-a304-cee51d2874ab {
  display: none;
}
#s-e34c92c6-8db7-4c46-a304-cee51d2874ab, #wrap-s-e34c92c6-8db7-4c46-a304-cee51d2874ab { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-e34c92c6-8db7-4c46-a304-cee51d2874ab {
  
}
}@media (max-width: 767px){#s-e34c92c6-8db7-4c46-a304-cee51d2874ab {
  display: none;
}
#s-e34c92c6-8db7-4c46-a304-cee51d2874ab, #wrap-s-e34c92c6-8db7-4c46-a304-cee51d2874ab { display: none !important; }}
#s-b63fdee7-06be-4048-adfd-54a452dffd93 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-b63fdee7-06be-4048-adfd-54a452dffd93:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-b63fdee7-06be-4048-adfd-54a452dffd93:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-b63fdee7-06be-4048-adfd-54a452dffd93-root {
    text-align: center;
  }


#s-b63fdee7-06be-4048-adfd-54a452dffd93.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 600;
  
  font-family: Khula;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-b63fdee7-06be-4048-adfd-54a452dffd93-root {
    text-align: center;
  }


#s-b63fdee7-06be-4048-adfd-54a452dffd93.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 600;
  
  font-family: Khula;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-b63fdee7-06be-4048-adfd-54a452dffd93-root {
    text-align: center;
  }


#s-b63fdee7-06be-4048-adfd-54a452dffd93.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 600;
  
  font-family: Khula;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-b63fdee7-06be-4048-adfd-54a452dffd93-root {
    text-align: center;
  }


#s-b63fdee7-06be-4048-adfd-54a452dffd93.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 600;
  
  font-family: Khula;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-b63fdee7-06be-4048-adfd-54a452dffd93-root {
    text-align: center;
  }


#s-b63fdee7-06be-4048-adfd-54a452dffd93.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 600;
  
  font-family: Khula;
  display:  inline-block ;
}
}
#s-66a3bc56-1d52-4e4a-b1ea-f53f72d930d2 {
  box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);
background-repeat: no-repeat;
background-size: cover;
border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(23, 143, 238, 1);
border-radius: 0px;
min-height: 411px;
background-position: center center;
}
@media (min-width: 1200px){#s-66a3bc56-1d52-4e4a-b1ea-f53f72d930d2 {
  display: none;
}
#s-66a3bc56-1d52-4e4a-b1ea-f53f72d930d2, #wrap-s-66a3bc56-1d52-4e4a-b1ea-f53f72d930d2 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-66a3bc56-1d52-4e4a-b1ea-f53f72d930d2 {
  display: none;
}
#s-66a3bc56-1d52-4e4a-b1ea-f53f72d930d2, #wrap-s-66a3bc56-1d52-4e4a-b1ea-f53f72d930d2 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-66a3bc56-1d52-4e4a-b1ea-f53f72d930d2 {
  display: none;
}
#s-66a3bc56-1d52-4e4a-b1ea-f53f72d930d2, #wrap-s-66a3bc56-1d52-4e4a-b1ea-f53f72d930d2 { display: none !important; }}@media (max-width: 767px){#s-66a3bc56-1d52-4e4a-b1ea-f53f72d930d2 {
  display: none;
}
#s-66a3bc56-1d52-4e4a-b1ea-f53f72d930d2, #wrap-s-66a3bc56-1d52-4e4a-b1ea-f53f72d930d2 { display: none !important; }}







#s-66a3bc56-1d52-4e4a-b1ea-f53f72d930d2 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-66a3bc56-1d52-4e4a-b1ea-f53f72d930d2 {
  cursor: pointer;
}#s-66a3bc56-1d52-4e4a-b1ea-f53f72d930d2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 1200px){#s-76bca888-cbeb-4274-b773-3d48d47ff9fe {
  display: none;
}
#s-76bca888-cbeb-4274-b773-3d48d47ff9fe, #wrap-s-76bca888-cbeb-4274-b773-3d48d47ff9fe { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-76bca888-cbeb-4274-b773-3d48d47ff9fe {
  display: none;
}
#s-76bca888-cbeb-4274-b773-3d48d47ff9fe, #wrap-s-76bca888-cbeb-4274-b773-3d48d47ff9fe { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-76bca888-cbeb-4274-b773-3d48d47ff9fe {
  display: none;
}
#s-76bca888-cbeb-4274-b773-3d48d47ff9fe, #wrap-s-76bca888-cbeb-4274-b773-3d48d47ff9fe { display: none !important; }}@media (max-width: 767px){#s-76bca888-cbeb-4274-b773-3d48d47ff9fe {
  display: none;
}
#s-76bca888-cbeb-4274-b773-3d48d47ff9fe, #wrap-s-76bca888-cbeb-4274-b773-3d48d47ff9fe { display: none !important; }}
#s-76bca888-cbeb-4274-b773-3d48d47ff9fe hr {
  border-top: 2px solid rgba(221, 221, 221, 0);
}

@media (min-width: 1200px){#s-9ee7c9c3-b57a-4e2c-a7ba-6894530689f8 {
  display: none;
}
#s-9ee7c9c3-b57a-4e2c-a7ba-6894530689f8, #wrap-s-9ee7c9c3-b57a-4e2c-a7ba-6894530689f8 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9ee7c9c3-b57a-4e2c-a7ba-6894530689f8 {
  display: none;
}
#s-9ee7c9c3-b57a-4e2c-a7ba-6894530689f8, #wrap-s-9ee7c9c3-b57a-4e2c-a7ba-6894530689f8 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-9ee7c9c3-b57a-4e2c-a7ba-6894530689f8 {
  display: none;
}
#s-9ee7c9c3-b57a-4e2c-a7ba-6894530689f8, #wrap-s-9ee7c9c3-b57a-4e2c-a7ba-6894530689f8 { display: none !important; }}@media (max-width: 767px){#s-9ee7c9c3-b57a-4e2c-a7ba-6894530689f8 {
  display: none;
}
#s-9ee7c9c3-b57a-4e2c-a7ba-6894530689f8, #wrap-s-9ee7c9c3-b57a-4e2c-a7ba-6894530689f8 { display: none !important; }}
@media (min-width: 1200px){#s-a398f5fa-250d-425e-9f0a-05c793bcb498 {
  display: none;
}
#s-a398f5fa-250d-425e-9f0a-05c793bcb498, #wrap-s-a398f5fa-250d-425e-9f0a-05c793bcb498 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a398f5fa-250d-425e-9f0a-05c793bcb498 {
  display: none;
}
#s-a398f5fa-250d-425e-9f0a-05c793bcb498, #wrap-s-a398f5fa-250d-425e-9f0a-05c793bcb498 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-a398f5fa-250d-425e-9f0a-05c793bcb498 {
  display: none;
}
#s-a398f5fa-250d-425e-9f0a-05c793bcb498, #wrap-s-a398f5fa-250d-425e-9f0a-05c793bcb498 { display: none !important; }}@media (max-width: 767px){#s-a398f5fa-250d-425e-9f0a-05c793bcb498 {
  display: none;
}
#s-a398f5fa-250d-425e-9f0a-05c793bcb498, #wrap-s-a398f5fa-250d-425e-9f0a-05c793bcb498 { display: none !important; }}
@media (min-width: 1200px){#s-35d350e7-0ebd-4c8e-90d8-ab59bc551a71 {
  display: none;
}
#s-35d350e7-0ebd-4c8e-90d8-ab59bc551a71, #wrap-s-35d350e7-0ebd-4c8e-90d8-ab59bc551a71 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-35d350e7-0ebd-4c8e-90d8-ab59bc551a71 {
  display: none;
}
#s-35d350e7-0ebd-4c8e-90d8-ab59bc551a71, #wrap-s-35d350e7-0ebd-4c8e-90d8-ab59bc551a71 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-35d350e7-0ebd-4c8e-90d8-ab59bc551a71 {
  display: none;
}
#s-35d350e7-0ebd-4c8e-90d8-ab59bc551a71, #wrap-s-35d350e7-0ebd-4c8e-90d8-ab59bc551a71 { display: none !important; }}@media (max-width: 767px){#s-35d350e7-0ebd-4c8e-90d8-ab59bc551a71 {
  display: none;
}
#s-35d350e7-0ebd-4c8e-90d8-ab59bc551a71, #wrap-s-35d350e7-0ebd-4c8e-90d8-ab59bc551a71 { display: none !important; }}
#s-35d350e7-0ebd-4c8e-90d8-ab59bc551a71 hr {
  border-top: 2px solid rgba(221, 221, 221, 0);
}

@media (min-width: 1200px){#s-a43d7a70-5be9-4459-81f7-a1f0d16e21c4 {
  display: none;
}
#s-a43d7a70-5be9-4459-81f7-a1f0d16e21c4, #wrap-s-a43d7a70-5be9-4459-81f7-a1f0d16e21c4 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a43d7a70-5be9-4459-81f7-a1f0d16e21c4 {
  display: none;
}
#s-a43d7a70-5be9-4459-81f7-a1f0d16e21c4, #wrap-s-a43d7a70-5be9-4459-81f7-a1f0d16e21c4 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-a43d7a70-5be9-4459-81f7-a1f0d16e21c4 {
  display: none;
}
#s-a43d7a70-5be9-4459-81f7-a1f0d16e21c4, #wrap-s-a43d7a70-5be9-4459-81f7-a1f0d16e21c4 { display: none !important; }}@media (max-width: 767px){#s-a43d7a70-5be9-4459-81f7-a1f0d16e21c4 {
  display: none;
}
#s-a43d7a70-5be9-4459-81f7-a1f0d16e21c4, #wrap-s-a43d7a70-5be9-4459-81f7-a1f0d16e21c4 { display: none !important; }}
@media (min-width: 1200px){#s-9eff4dee-00e2-4a56-bcac-c5a40fe58c86 {
  display: none;
}
#s-9eff4dee-00e2-4a56-bcac-c5a40fe58c86, #wrap-s-9eff4dee-00e2-4a56-bcac-c5a40fe58c86 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9eff4dee-00e2-4a56-bcac-c5a40fe58c86 {
  display: none;
}
#s-9eff4dee-00e2-4a56-bcac-c5a40fe58c86, #wrap-s-9eff4dee-00e2-4a56-bcac-c5a40fe58c86 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-9eff4dee-00e2-4a56-bcac-c5a40fe58c86 {
  display: none;
}
#s-9eff4dee-00e2-4a56-bcac-c5a40fe58c86, #wrap-s-9eff4dee-00e2-4a56-bcac-c5a40fe58c86 { display: none !important; }}@media (max-width: 767px){#s-9eff4dee-00e2-4a56-bcac-c5a40fe58c86 {
  display: none;
}
#s-9eff4dee-00e2-4a56-bcac-c5a40fe58c86, #wrap-s-9eff4dee-00e2-4a56-bcac-c5a40fe58c86 { display: none !important; }}
#s-9eff4dee-00e2-4a56-bcac-c5a40fe58c86 hr {
  border-top: 2px solid rgba(221, 221, 221, 0);
}

@media (min-width: 1200px){#s-709f44dc-9ea6-4673-b572-ce127b6e4e53 {
  display: none;
}
#s-709f44dc-9ea6-4673-b572-ce127b6e4e53, #wrap-s-709f44dc-9ea6-4673-b572-ce127b6e4e53 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-709f44dc-9ea6-4673-b572-ce127b6e4e53 {
  display: none;
}
#s-709f44dc-9ea6-4673-b572-ce127b6e4e53, #wrap-s-709f44dc-9ea6-4673-b572-ce127b6e4e53 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-709f44dc-9ea6-4673-b572-ce127b6e4e53 {
  display: none;
}
#s-709f44dc-9ea6-4673-b572-ce127b6e4e53, #wrap-s-709f44dc-9ea6-4673-b572-ce127b6e4e53 { display: none !important; }}@media (max-width: 767px){#s-709f44dc-9ea6-4673-b572-ce127b6e4e53 {
  display: none;
}
#s-709f44dc-9ea6-4673-b572-ce127b6e4e53, #wrap-s-709f44dc-9ea6-4673-b572-ce127b6e4e53 { display: none !important; }}
#s-709f44dc-9ea6-4673-b572-ce127b6e4e53 hr {
  border-top: 2px solid rgba(221, 221, 221, 0);
}

@media (min-width: 1200px){#s-68c4a487-9991-4dd8-8c17-fee0c74c6be4 {
  display: none;
}
#s-68c4a487-9991-4dd8-8c17-fee0c74c6be4, #wrap-s-68c4a487-9991-4dd8-8c17-fee0c74c6be4 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-68c4a487-9991-4dd8-8c17-fee0c74c6be4 {
  display: none;
}
#s-68c4a487-9991-4dd8-8c17-fee0c74c6be4, #wrap-s-68c4a487-9991-4dd8-8c17-fee0c74c6be4 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-68c4a487-9991-4dd8-8c17-fee0c74c6be4 {
  display: none;
}
#s-68c4a487-9991-4dd8-8c17-fee0c74c6be4, #wrap-s-68c4a487-9991-4dd8-8c17-fee0c74c6be4 { display: none !important; }}@media (max-width: 767px){#s-68c4a487-9991-4dd8-8c17-fee0c74c6be4 {
  display: none;
}
#s-68c4a487-9991-4dd8-8c17-fee0c74c6be4, #wrap-s-68c4a487-9991-4dd8-8c17-fee0c74c6be4 { display: none !important; }}
#s-68c4a487-9991-4dd8-8c17-fee0c74c6be4 hr {
  border-top: 2px solid rgba(221, 221, 221, 0);
}

@media (min-width: 1200px){#s-0ea78650-d96d-4039-adad-e913480f52ca {
  display: none;
}
#s-0ea78650-d96d-4039-adad-e913480f52ca, #wrap-s-0ea78650-d96d-4039-adad-e913480f52ca { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0ea78650-d96d-4039-adad-e913480f52ca {
  display: none;
}
#s-0ea78650-d96d-4039-adad-e913480f52ca, #wrap-s-0ea78650-d96d-4039-adad-e913480f52ca { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-0ea78650-d96d-4039-adad-e913480f52ca {
  display: none;
}
#s-0ea78650-d96d-4039-adad-e913480f52ca, #wrap-s-0ea78650-d96d-4039-adad-e913480f52ca { display: none !important; }}@media (max-width: 767px){#s-0ea78650-d96d-4039-adad-e913480f52ca {
  display: none;
}
#s-0ea78650-d96d-4039-adad-e913480f52ca, #wrap-s-0ea78650-d96d-4039-adad-e913480f52ca { display: none !important; }}
@media (min-width: 0px) {
[id="s-0ea78650-d96d-4039-adad-e913480f52ca"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0ea78650-d96d-4039-adad-e913480f52ca"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-0ea78650-d96d-4039-adad-e913480f52ca"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-0ea78650-d96d-4039-adad-e913480f52ca"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px){#s-3002766a-3d96-49e7-9417-60a11430d083 {
  display: none;
}
#s-3002766a-3d96-49e7-9417-60a11430d083, #wrap-s-3002766a-3d96-49e7-9417-60a11430d083 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3002766a-3d96-49e7-9417-60a11430d083 {
  display: none;
}
#s-3002766a-3d96-49e7-9417-60a11430d083, #wrap-s-3002766a-3d96-49e7-9417-60a11430d083 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-3002766a-3d96-49e7-9417-60a11430d083 {
  display: none;
}
#s-3002766a-3d96-49e7-9417-60a11430d083, #wrap-s-3002766a-3d96-49e7-9417-60a11430d083 { display: none !important; }}@media (max-width: 767px){#s-3002766a-3d96-49e7-9417-60a11430d083 {
  display: none;
}
#s-3002766a-3d96-49e7-9417-60a11430d083, #wrap-s-3002766a-3d96-49e7-9417-60a11430d083 { display: none !important; }}
#s-3002766a-3d96-49e7-9417-60a11430d083 hr {
  border-top: 2px solid rgba(221, 221, 221, 0);
}

@media (min-width: 1200px){#s-cace7d52-3d5f-48d2-95ce-2f2340da846d {
  display: none;
}
#s-cace7d52-3d5f-48d2-95ce-2f2340da846d, #wrap-s-cace7d52-3d5f-48d2-95ce-2f2340da846d { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-cace7d52-3d5f-48d2-95ce-2f2340da846d {
  display: none;
}
#s-cace7d52-3d5f-48d2-95ce-2f2340da846d, #wrap-s-cace7d52-3d5f-48d2-95ce-2f2340da846d { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-cace7d52-3d5f-48d2-95ce-2f2340da846d {
  display: none;
}
#s-cace7d52-3d5f-48d2-95ce-2f2340da846d, #wrap-s-cace7d52-3d5f-48d2-95ce-2f2340da846d { display: none !important; }}
#s-cace7d52-3d5f-48d2-95ce-2f2340da846d hr {
  border-top: 2px solid rgba(221, 221, 221, 0);
}

#s-9c260713-3560-4bb9-85f9-146071563bce {
  background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
min-height: 400px;
background-position: center center;
}
@media (min-width: 1200px){#s-9c260713-3560-4bb9-85f9-146071563bce {
  display: none;
}
#s-9c260713-3560-4bb9-85f9-146071563bce, #wrap-s-9c260713-3560-4bb9-85f9-146071563bce { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9c260713-3560-4bb9-85f9-146071563bce {
  display: none;
}
#s-9c260713-3560-4bb9-85f9-146071563bce, #wrap-s-9c260713-3560-4bb9-85f9-146071563bce { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-9c260713-3560-4bb9-85f9-146071563bce {
  display: none;
}
#s-9c260713-3560-4bb9-85f9-146071563bce, #wrap-s-9c260713-3560-4bb9-85f9-146071563bce { display: none !important; }}@media (max-width: 767px){#s-9c260713-3560-4bb9-85f9-146071563bce {
  display: none;
}
#s-9c260713-3560-4bb9-85f9-146071563bce, #wrap-s-9c260713-3560-4bb9-85f9-146071563bce { display: none !important; }}







#s-9c260713-3560-4bb9-85f9-146071563bce > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.25;
}#s-9c260713-3560-4bb9-85f9-146071563bce.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f3aae29a-f792-4b51-b2ee-7e9d9143146d {
  border-style: solid;
margin-left: 40px;
margin-right: 40px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
background-color: rgba(0, 0, 0, 0);
}
@media (min-width: 1200px){#s-f3aae29a-f792-4b51-b2ee-7e9d9143146d {
  display: none;
}
#s-f3aae29a-f792-4b51-b2ee-7e9d9143146d, #wrap-s-f3aae29a-f792-4b51-b2ee-7e9d9143146d { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f3aae29a-f792-4b51-b2ee-7e9d9143146d {
  display: none;
}
#s-f3aae29a-f792-4b51-b2ee-7e9d9143146d, #wrap-s-f3aae29a-f792-4b51-b2ee-7e9d9143146d { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-f3aae29a-f792-4b51-b2ee-7e9d9143146d {
  display: none;
}
#s-f3aae29a-f792-4b51-b2ee-7e9d9143146d, #wrap-s-f3aae29a-f792-4b51-b2ee-7e9d9143146d { display: none !important; }}@media (max-width: 767px){#s-f3aae29a-f792-4b51-b2ee-7e9d9143146d {
  display: none;
}
#s-f3aae29a-f792-4b51-b2ee-7e9d9143146d, #wrap-s-f3aae29a-f792-4b51-b2ee-7e9d9143146d { display: none !important; }}
@media (min-width: 1200px){#s-c10a4025-bb95-4000-a605-4d3bba50b5e7 {
  display: none;
}
#s-c10a4025-bb95-4000-a605-4d3bba50b5e7, #wrap-s-c10a4025-bb95-4000-a605-4d3bba50b5e7 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c10a4025-bb95-4000-a605-4d3bba50b5e7 {
  display: none;
}
#s-c10a4025-bb95-4000-a605-4d3bba50b5e7, #wrap-s-c10a4025-bb95-4000-a605-4d3bba50b5e7 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-c10a4025-bb95-4000-a605-4d3bba50b5e7 {
  display: none;
}
#s-c10a4025-bb95-4000-a605-4d3bba50b5e7, #wrap-s-c10a4025-bb95-4000-a605-4d3bba50b5e7 { display: none !important; }}@media (max-width: 767px){#s-c10a4025-bb95-4000-a605-4d3bba50b5e7 {
  display: none;
}
#s-c10a4025-bb95-4000-a605-4d3bba50b5e7, #wrap-s-c10a4025-bb95-4000-a605-4d3bba50b5e7 { display: none !important; }}
#s-c10a4025-bb95-4000-a605-4d3bba50b5e7 hr {
  border-top: 2px solid rgba(221, 221, 221, 0);
}

#s-0458f2d6-9dd2-4a5b-b4a0-19271e61139b {
  margin-left: 10px;
margin-right: 10px;
padding-left: 50px;
padding-right: 50px;
}
@media (min-width: 1200px){#s-0458f2d6-9dd2-4a5b-b4a0-19271e61139b {
  display: none;
}
#s-0458f2d6-9dd2-4a5b-b4a0-19271e61139b, #wrap-s-0458f2d6-9dd2-4a5b-b4a0-19271e61139b { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0458f2d6-9dd2-4a5b-b4a0-19271e61139b {
  display: none;
}
#s-0458f2d6-9dd2-4a5b-b4a0-19271e61139b, #wrap-s-0458f2d6-9dd2-4a5b-b4a0-19271e61139b { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-0458f2d6-9dd2-4a5b-b4a0-19271e61139b {
  display: none;
}
#s-0458f2d6-9dd2-4a5b-b4a0-19271e61139b, #wrap-s-0458f2d6-9dd2-4a5b-b4a0-19271e61139b { display: none !important; }}@media (max-width: 767px){#s-0458f2d6-9dd2-4a5b-b4a0-19271e61139b {
  display: none;
}
#s-0458f2d6-9dd2-4a5b-b4a0-19271e61139b, #wrap-s-0458f2d6-9dd2-4a5b-b4a0-19271e61139b { display: none !important; }}
@media (min-width: 1200px){#s-1253bef2-1348-4f8c-861b-9f6a38c36f73 {
  display: none;
}
#s-1253bef2-1348-4f8c-861b-9f6a38c36f73, #wrap-s-1253bef2-1348-4f8c-861b-9f6a38c36f73 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-1253bef2-1348-4f8c-861b-9f6a38c36f73 {
  display: none;
}
#s-1253bef2-1348-4f8c-861b-9f6a38c36f73, #wrap-s-1253bef2-1348-4f8c-861b-9f6a38c36f73 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-1253bef2-1348-4f8c-861b-9f6a38c36f73 {
  display: none;
}
#s-1253bef2-1348-4f8c-861b-9f6a38c36f73, #wrap-s-1253bef2-1348-4f8c-861b-9f6a38c36f73 { display: none !important; }}@media (max-width: 767px){#s-1253bef2-1348-4f8c-861b-9f6a38c36f73 {
  display: none;
}
#s-1253bef2-1348-4f8c-861b-9f6a38c36f73, #wrap-s-1253bef2-1348-4f8c-861b-9f6a38c36f73 { display: none !important; }}
@media (min-width: 0px) {
[id="s-1253bef2-1348-4f8c-861b-9f6a38c36f73"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-1253bef2-1348-4f8c-861b-9f6a38c36f73"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-1253bef2-1348-4f8c-861b-9f6a38c36f73"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-1253bef2-1348-4f8c-861b-9f6a38c36f73"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-ce9d4f7f-e116-450a-8150-09b4d7e50ac0 {
  padding-left: 20px;
padding-right: 20px;
text-align: center;
}







  #s-ce9d4f7f-e116-450a-8150-09b4d7e50ac0 img.shogun-image {
    

    
    
    
  }


#s-ce9d4f7f-e116-450a-8150-09b4d7e50ac0 .shogun-image-content {
  
    align-items: center;
  
}

#s-c21afa43-bf8b-4f8b-9a5b-24f3bad187f0 {
  padding-left: 20px;
padding-right: 20px;
text-align: center;
}







  #s-c21afa43-bf8b-4f8b-9a5b-24f3bad187f0 img.shogun-image {
    

    
    
    
  }


#s-c21afa43-bf8b-4f8b-9a5b-24f3bad187f0 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 1200px){#s-8d6e1ce0-3f8d-4804-b7ac-ab7b0adb056e {
  display: none;
}
#s-8d6e1ce0-3f8d-4804-b7ac-ab7b0adb056e, #wrap-s-8d6e1ce0-3f8d-4804-b7ac-ab7b0adb056e { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8d6e1ce0-3f8d-4804-b7ac-ab7b0adb056e {
  display: none;
}
#s-8d6e1ce0-3f8d-4804-b7ac-ab7b0adb056e, #wrap-s-8d6e1ce0-3f8d-4804-b7ac-ab7b0adb056e { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-8d6e1ce0-3f8d-4804-b7ac-ab7b0adb056e {
  display: none;
}
#s-8d6e1ce0-3f8d-4804-b7ac-ab7b0adb056e, #wrap-s-8d6e1ce0-3f8d-4804-b7ac-ab7b0adb056e { display: none !important; }}@media (max-width: 767px){#s-8d6e1ce0-3f8d-4804-b7ac-ab7b0adb056e {
  display: none;
}
#s-8d6e1ce0-3f8d-4804-b7ac-ab7b0adb056e, #wrap-s-8d6e1ce0-3f8d-4804-b7ac-ab7b0adb056e { display: none !important; }}
@media (min-width: 0px) {
[id="s-8d6e1ce0-3f8d-4804-b7ac-ab7b0adb056e"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-8d6e1ce0-3f8d-4804-b7ac-ab7b0adb056e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-8d6e1ce0-3f8d-4804-b7ac-ab7b0adb056e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-8d6e1ce0-3f8d-4804-b7ac-ab7b0adb056e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-244ba54f-67e8-43ac-b3be-ff0ef751d182 {
  padding-top: 40px;
padding-left: 20px;
padding-bottom: 40px;
padding-right: 20px;
text-align: center;
}







  #s-244ba54f-67e8-43ac-b3be-ff0ef751d182 img.shogun-image {
    

    
    
    
  }


#s-244ba54f-67e8-43ac-b3be-ff0ef751d182 .shogun-image-content {
  
    align-items: center;
  
}

#s-f3bf3800-f124-4a79-ac3b-1331a4ae6c7b {
  padding-top: 40px;
padding-left: 20px;
padding-bottom: 40px;
padding-right: 20px;
text-align: center;
}







  #s-f3bf3800-f124-4a79-ac3b-1331a4ae6c7b img.shogun-image {
    

    
    
    
  }


#s-f3bf3800-f124-4a79-ac3b-1331a4ae6c7b .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 1200px){#s-d3fc9f76-aea6-45c1-b7fd-490c8e39ac0f {
  display: none;
}
#s-d3fc9f76-aea6-45c1-b7fd-490c8e39ac0f, #wrap-s-d3fc9f76-aea6-45c1-b7fd-490c8e39ac0f { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d3fc9f76-aea6-45c1-b7fd-490c8e39ac0f {
  display: none;
}
#s-d3fc9f76-aea6-45c1-b7fd-490c8e39ac0f, #wrap-s-d3fc9f76-aea6-45c1-b7fd-490c8e39ac0f { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-d3fc9f76-aea6-45c1-b7fd-490c8e39ac0f {
  display: none;
}
#s-d3fc9f76-aea6-45c1-b7fd-490c8e39ac0f, #wrap-s-d3fc9f76-aea6-45c1-b7fd-490c8e39ac0f { display: none !important; }}@media (max-width: 767px){#s-d3fc9f76-aea6-45c1-b7fd-490c8e39ac0f {
  display: none;
}
#s-d3fc9f76-aea6-45c1-b7fd-490c8e39ac0f, #wrap-s-d3fc9f76-aea6-45c1-b7fd-490c8e39ac0f { display: none !important; }}
#s-d3fc9f76-aea6-45c1-b7fd-490c8e39ac0f hr {
  border-top: 2px solid rgba(221, 221, 221, 0);
}

@media (min-width: 1200px){#s-2ce7ea25-cb09-46a9-beab-15be6727dd00 {
  display: none;
}
#s-2ce7ea25-cb09-46a9-beab-15be6727dd00, #wrap-s-2ce7ea25-cb09-46a9-beab-15be6727dd00 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-2ce7ea25-cb09-46a9-beab-15be6727dd00 {
  display: none;
}
#s-2ce7ea25-cb09-46a9-beab-15be6727dd00, #wrap-s-2ce7ea25-cb09-46a9-beab-15be6727dd00 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-2ce7ea25-cb09-46a9-beab-15be6727dd00 {
  display: none;
}
#s-2ce7ea25-cb09-46a9-beab-15be6727dd00, #wrap-s-2ce7ea25-cb09-46a9-beab-15be6727dd00 { display: none !important; }}@media (max-width: 767px){#s-2ce7ea25-cb09-46a9-beab-15be6727dd00 {
  display: none;
}
#s-2ce7ea25-cb09-46a9-beab-15be6727dd00, #wrap-s-2ce7ea25-cb09-46a9-beab-15be6727dd00 { display: none !important; }}
#s-2ce7ea25-cb09-46a9-beab-15be6727dd00 hr {
  border-top: 2px solid rgba(221, 221, 221, 0);
}

@media (min-width: 1200px){#s-aca263eb-f8e5-49cd-94de-e59e20082412 {
  display: none;
}
#s-aca263eb-f8e5-49cd-94de-e59e20082412, #wrap-s-aca263eb-f8e5-49cd-94de-e59e20082412 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-aca263eb-f8e5-49cd-94de-e59e20082412 {
  display: none;
}
#s-aca263eb-f8e5-49cd-94de-e59e20082412, #wrap-s-aca263eb-f8e5-49cd-94de-e59e20082412 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-aca263eb-f8e5-49cd-94de-e59e20082412 {
  display: none;
}
#s-aca263eb-f8e5-49cd-94de-e59e20082412, #wrap-s-aca263eb-f8e5-49cd-94de-e59e20082412 { display: none !important; }}@media (max-width: 767px){#s-aca263eb-f8e5-49cd-94de-e59e20082412 {
  display: none;
}
#s-aca263eb-f8e5-49cd-94de-e59e20082412, #wrap-s-aca263eb-f8e5-49cd-94de-e59e20082412 { display: none !important; }}
#s-aca263eb-f8e5-49cd-94de-e59e20082412 hr {
  border-top: 2px solid rgba(221, 221, 221, 0);
}

#s-332d22c7-b792-48da-ac26-2bc831942c13 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-332d22c7-b792-48da-ac26-2bc831942c13:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-332d22c7-b792-48da-ac26-2bc831942c13:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-332d22c7-b792-48da-ac26-2bc831942c13 {
  display: none;
}
#s-332d22c7-b792-48da-ac26-2bc831942c13, #wrap-s-332d22c7-b792-48da-ac26-2bc831942c13 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-332d22c7-b792-48da-ac26-2bc831942c13 {
  display: none;
}
#s-332d22c7-b792-48da-ac26-2bc831942c13, #wrap-s-332d22c7-b792-48da-ac26-2bc831942c13 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-332d22c7-b792-48da-ac26-2bc831942c13 {
  display: none;
}
#s-332d22c7-b792-48da-ac26-2bc831942c13, #wrap-s-332d22c7-b792-48da-ac26-2bc831942c13 { display: none !important; }}@media (max-width: 767px){#s-332d22c7-b792-48da-ac26-2bc831942c13 {
  display: none;
}
#s-332d22c7-b792-48da-ac26-2bc831942c13, #wrap-s-332d22c7-b792-48da-ac26-2bc831942c13 { display: none !important; }}

  #s-332d22c7-b792-48da-ac26-2bc831942c13-root {
    text-align: center;
  }


#s-332d22c7-b792-48da-ac26-2bc831942c13.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Khula;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-332d22c7-b792-48da-ac26-2bc831942c13-root {
    text-align: center;
  }


#s-332d22c7-b792-48da-ac26-2bc831942c13.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Khula;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-332d22c7-b792-48da-ac26-2bc831942c13-root {
    text-align: center;
  }


#s-332d22c7-b792-48da-ac26-2bc831942c13.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Khula;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-332d22c7-b792-48da-ac26-2bc831942c13-root {
    text-align: center;
  }


#s-332d22c7-b792-48da-ac26-2bc831942c13.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Khula;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-332d22c7-b792-48da-ac26-2bc831942c13-root {
    text-align: center;
  }


#s-332d22c7-b792-48da-ac26-2bc831942c13.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Khula;
  display:  inline-block ;
}
}
@media (min-width: 1200px){#s-e5a8a691-de19-4c4d-9912-f02c0f2e40bc {
  display: none;
}
#s-e5a8a691-de19-4c4d-9912-f02c0f2e40bc, #wrap-s-e5a8a691-de19-4c4d-9912-f02c0f2e40bc { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e5a8a691-de19-4c4d-9912-f02c0f2e40bc {
  display: none;
}
#s-e5a8a691-de19-4c4d-9912-f02c0f2e40bc, #wrap-s-e5a8a691-de19-4c4d-9912-f02c0f2e40bc { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-e5a8a691-de19-4c4d-9912-f02c0f2e40bc {
  display: none;
}
#s-e5a8a691-de19-4c4d-9912-f02c0f2e40bc, #wrap-s-e5a8a691-de19-4c4d-9912-f02c0f2e40bc { display: none !important; }}@media (max-width: 767px){#s-e5a8a691-de19-4c4d-9912-f02c0f2e40bc {
  display: none;
}
#s-e5a8a691-de19-4c4d-9912-f02c0f2e40bc, #wrap-s-e5a8a691-de19-4c4d-9912-f02c0f2e40bc { display: none !important; }}
#s-e5a8a691-de19-4c4d-9912-f02c0f2e40bc hr {
  border-top: 2px solid rgba(221, 221, 221, 0);
}

@media (min-width: 1200px){#s-04368a35-9138-4a35-8ece-64ebc6ecb9a2 {
  display: none;
}
#s-04368a35-9138-4a35-8ece-64ebc6ecb9a2, #wrap-s-04368a35-9138-4a35-8ece-64ebc6ecb9a2 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-04368a35-9138-4a35-8ece-64ebc6ecb9a2 {
  display: none;
}
#s-04368a35-9138-4a35-8ece-64ebc6ecb9a2, #wrap-s-04368a35-9138-4a35-8ece-64ebc6ecb9a2 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-04368a35-9138-4a35-8ece-64ebc6ecb9a2 {
  display: none;
}
#s-04368a35-9138-4a35-8ece-64ebc6ecb9a2, #wrap-s-04368a35-9138-4a35-8ece-64ebc6ecb9a2 { display: none !important; }}@media (max-width: 767px){#s-04368a35-9138-4a35-8ece-64ebc6ecb9a2 {
  display: none;
}
#s-04368a35-9138-4a35-8ece-64ebc6ecb9a2, #wrap-s-04368a35-9138-4a35-8ece-64ebc6ecb9a2 { display: none !important; }}
#s-04368a35-9138-4a35-8ece-64ebc6ecb9a2 hr {
  border-top: 2px solid rgba(221, 221, 221, 0);
}

@media (min-width: 1200px){#s-68144dcc-4ec4-4dc8-8d17-3daf0a8b176a {
  display: none;
}
#s-68144dcc-4ec4-4dc8-8d17-3daf0a8b176a, #wrap-s-68144dcc-4ec4-4dc8-8d17-3daf0a8b176a { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-68144dcc-4ec4-4dc8-8d17-3daf0a8b176a {
  display: none;
}
#s-68144dcc-4ec4-4dc8-8d17-3daf0a8b176a, #wrap-s-68144dcc-4ec4-4dc8-8d17-3daf0a8b176a { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-68144dcc-4ec4-4dc8-8d17-3daf0a8b176a {
  display: none;
}
#s-68144dcc-4ec4-4dc8-8d17-3daf0a8b176a, #wrap-s-68144dcc-4ec4-4dc8-8d17-3daf0a8b176a { display: none !important; }}@media (max-width: 767px){#s-68144dcc-4ec4-4dc8-8d17-3daf0a8b176a {
  display: none;
}
#s-68144dcc-4ec4-4dc8-8d17-3daf0a8b176a, #wrap-s-68144dcc-4ec4-4dc8-8d17-3daf0a8b176a { display: none !important; }}
#s-68144dcc-4ec4-4dc8-8d17-3daf0a8b176a hr {
  border-top: 2px solid rgba(221, 221, 221, 0);
}

@media (min-width: 1200px){#s-cf93b744-c5c9-495e-83bc-3b6fe8e98b3a {
  display: none;
}
#s-cf93b744-c5c9-495e-83bc-3b6fe8e98b3a, #wrap-s-cf93b744-c5c9-495e-83bc-3b6fe8e98b3a { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-cf93b744-c5c9-495e-83bc-3b6fe8e98b3a {
  display: none;
}
#s-cf93b744-c5c9-495e-83bc-3b6fe8e98b3a, #wrap-s-cf93b744-c5c9-495e-83bc-3b6fe8e98b3a { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-cf93b744-c5c9-495e-83bc-3b6fe8e98b3a {
  display: none;
}
#s-cf93b744-c5c9-495e-83bc-3b6fe8e98b3a, #wrap-s-cf93b744-c5c9-495e-83bc-3b6fe8e98b3a { display: none !important; }}@media (max-width: 767px){#s-cf93b744-c5c9-495e-83bc-3b6fe8e98b3a {
  display: none;
}
#s-cf93b744-c5c9-495e-83bc-3b6fe8e98b3a, #wrap-s-cf93b744-c5c9-495e-83bc-3b6fe8e98b3a { display: none !important; }}
#s-cf93b744-c5c9-495e-83bc-3b6fe8e98b3a hr {
  border-top: 2px solid rgba(221, 221, 221, 0);
}

@media (min-width: 1200px){#s-098a659c-0c3c-4828-9349-7dca95ae55e2 {
  display: none;
}
#s-098a659c-0c3c-4828-9349-7dca95ae55e2, #wrap-s-098a659c-0c3c-4828-9349-7dca95ae55e2 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-098a659c-0c3c-4828-9349-7dca95ae55e2 {
  display: none;
}
#s-098a659c-0c3c-4828-9349-7dca95ae55e2, #wrap-s-098a659c-0c3c-4828-9349-7dca95ae55e2 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-098a659c-0c3c-4828-9349-7dca95ae55e2 {
  display: none;
}
#s-098a659c-0c3c-4828-9349-7dca95ae55e2, #wrap-s-098a659c-0c3c-4828-9349-7dca95ae55e2 { display: none !important; }}@media (max-width: 767px){#s-098a659c-0c3c-4828-9349-7dca95ae55e2 {
  display: none;
}
#s-098a659c-0c3c-4828-9349-7dca95ae55e2, #wrap-s-098a659c-0c3c-4828-9349-7dca95ae55e2 { display: none !important; }}
#s-098a659c-0c3c-4828-9349-7dca95ae55e2 hr {
  border-top: 2px solid rgba(221, 221, 221, 0);
}

@media (min-width: 1200px){#s-acb48e90-dd85-46c4-a51a-dfccb6b59a8f {
  display: none;
}
#s-acb48e90-dd85-46c4-a51a-dfccb6b59a8f, #wrap-s-acb48e90-dd85-46c4-a51a-dfccb6b59a8f { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-acb48e90-dd85-46c4-a51a-dfccb6b59a8f {
  display: none;
}
#s-acb48e90-dd85-46c4-a51a-dfccb6b59a8f, #wrap-s-acb48e90-dd85-46c4-a51a-dfccb6b59a8f { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-acb48e90-dd85-46c4-a51a-dfccb6b59a8f {
  display: none;
}
#s-acb48e90-dd85-46c4-a51a-dfccb6b59a8f, #wrap-s-acb48e90-dd85-46c4-a51a-dfccb6b59a8f { display: none !important; }}@media (max-width: 767px){#s-acb48e90-dd85-46c4-a51a-dfccb6b59a8f {
  display: none;
}
#s-acb48e90-dd85-46c4-a51a-dfccb6b59a8f, #wrap-s-acb48e90-dd85-46c4-a51a-dfccb6b59a8f { display: none !important; }}
#s-acb48e90-dd85-46c4-a51a-dfccb6b59a8f hr {
  border-top: 2px solid rgba(221, 221, 221, 0);
}

@media (min-width: 1200px){#s-b181ab18-6378-4a43-b2d5-9ce709855e68 {
  display: none;
}
#s-b181ab18-6378-4a43-b2d5-9ce709855e68, #wrap-s-b181ab18-6378-4a43-b2d5-9ce709855e68 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b181ab18-6378-4a43-b2d5-9ce709855e68 {
  display: none;
}
#s-b181ab18-6378-4a43-b2d5-9ce709855e68, #wrap-s-b181ab18-6378-4a43-b2d5-9ce709855e68 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-b181ab18-6378-4a43-b2d5-9ce709855e68 {
  display: none;
}
#s-b181ab18-6378-4a43-b2d5-9ce709855e68, #wrap-s-b181ab18-6378-4a43-b2d5-9ce709855e68 { display: none !important; }}@media (max-width: 767px){#s-b181ab18-6378-4a43-b2d5-9ce709855e68 {
  display: none;
}
#s-b181ab18-6378-4a43-b2d5-9ce709855e68, #wrap-s-b181ab18-6378-4a43-b2d5-9ce709855e68 { display: none !important; }}
#s-b181ab18-6378-4a43-b2d5-9ce709855e68 hr {
  border-top: 2px solid rgba(221, 221, 221, 0);
}

@media (min-width: 1200px){#s-3aeea88a-34b4-4bec-8f64-e847688e53c3 {
  display: none;
}
#s-3aeea88a-34b4-4bec-8f64-e847688e53c3, #wrap-s-3aeea88a-34b4-4bec-8f64-e847688e53c3 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3aeea88a-34b4-4bec-8f64-e847688e53c3 {
  display: none;
}
#s-3aeea88a-34b4-4bec-8f64-e847688e53c3, #wrap-s-3aeea88a-34b4-4bec-8f64-e847688e53c3 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-3aeea88a-34b4-4bec-8f64-e847688e53c3 {
  display: none;
}
#s-3aeea88a-34b4-4bec-8f64-e847688e53c3, #wrap-s-3aeea88a-34b4-4bec-8f64-e847688e53c3 { display: none !important; }}@media (max-width: 767px){#s-3aeea88a-34b4-4bec-8f64-e847688e53c3 {
  display: none;
}
#s-3aeea88a-34b4-4bec-8f64-e847688e53c3, #wrap-s-3aeea88a-34b4-4bec-8f64-e847688e53c3 { display: none !important; }}
@media (min-width: 0px) {
[id="s-3aeea88a-34b4-4bec-8f64-e847688e53c3"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-3aeea88a-34b4-4bec-8f64-e847688e53c3"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-3aeea88a-34b4-4bec-8f64-e847688e53c3"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-3aeea88a-34b4-4bec-8f64-e847688e53c3"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-ce10e950-8b0a-43c8-9c1a-ddf50dedbb36 {
  padding-left: 20px;
padding-right: 20px;
text-align: center;
}







  #s-ce10e950-8b0a-43c8-9c1a-ddf50dedbb36 img.shogun-image {
    

    
    
    
  }


#s-ce10e950-8b0a-43c8-9c1a-ddf50dedbb36 .shogun-image-content {
  
    align-items: center;
  
}

#s-e5d790af-5f09-4656-ae66-d39d8a606f45 {
  margin-left: 30px;
margin-right: 30px;
}

#s-1c7222a7-9014-4889-829b-a6900b44c29c {
  padding-left: 20px;
padding-right: 20px;
text-align: center;
}







  #s-1c7222a7-9014-4889-829b-a6900b44c29c img.shogun-image {
    

    
    
    
  }


#s-1c7222a7-9014-4889-829b-a6900b44c29c .shogun-image-content {
  
    align-items: center;
  
}

#s-1be1c91b-cb7d-42f8-b2b2-c98677be0e17 {
  margin-left: 30px;
margin-right: 30px;
}

@media (min-width: 1200px){#s-a56367ac-25e1-4e2f-a810-605c6487740f {
  display: none;
}
#s-a56367ac-25e1-4e2f-a810-605c6487740f, #wrap-s-a56367ac-25e1-4e2f-a810-605c6487740f { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a56367ac-25e1-4e2f-a810-605c6487740f {
  display: none;
}
#s-a56367ac-25e1-4e2f-a810-605c6487740f, #wrap-s-a56367ac-25e1-4e2f-a810-605c6487740f { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-a56367ac-25e1-4e2f-a810-605c6487740f {
  display: none;
}
#s-a56367ac-25e1-4e2f-a810-605c6487740f, #wrap-s-a56367ac-25e1-4e2f-a810-605c6487740f { display: none !important; }}@media (max-width: 767px){#s-a56367ac-25e1-4e2f-a810-605c6487740f {
  display: none;
}
#s-a56367ac-25e1-4e2f-a810-605c6487740f, #wrap-s-a56367ac-25e1-4e2f-a810-605c6487740f { display: none !important; }}
#s-a56367ac-25e1-4e2f-a810-605c6487740f hr {
  border-top: 2px solid rgba(221, 221, 221, 0);
}

#s-e2889a89-9994-4ac3-b837-8518a8401d5e {
  padding-top: 50px;
padding-left: 90px;
padding-right: 90px;
text-align: center;
}
@media (min-width: 1200px){#s-e2889a89-9994-4ac3-b837-8518a8401d5e {
  display: none;
}
#s-e2889a89-9994-4ac3-b837-8518a8401d5e, #wrap-s-e2889a89-9994-4ac3-b837-8518a8401d5e { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e2889a89-9994-4ac3-b837-8518a8401d5e {
  display: none;
}
#s-e2889a89-9994-4ac3-b837-8518a8401d5e, #wrap-s-e2889a89-9994-4ac3-b837-8518a8401d5e { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-e2889a89-9994-4ac3-b837-8518a8401d5e {
  display: none;
}
#s-e2889a89-9994-4ac3-b837-8518a8401d5e, #wrap-s-e2889a89-9994-4ac3-b837-8518a8401d5e { display: none !important; }}@media (max-width: 767px){#s-e2889a89-9994-4ac3-b837-8518a8401d5e {
  display: none;
}
#s-e2889a89-9994-4ac3-b837-8518a8401d5e, #wrap-s-e2889a89-9994-4ac3-b837-8518a8401d5e { display: none !important; }}






  #s-e2889a89-9994-4ac3-b837-8518a8401d5e img.shogun-image {
    

    
    
    
  }


#s-e2889a89-9994-4ac3-b837-8518a8401d5e .shogun-image-content {
  
    align-items: center;
  
}

#s-70ea731f-130f-4473-96ed-bfebbac9af80 {
  margin-left: 30px;
margin-right: 30px;
}
@media (min-width: 1200px){#s-70ea731f-130f-4473-96ed-bfebbac9af80 {
  display: none;
}
#s-70ea731f-130f-4473-96ed-bfebbac9af80, #wrap-s-70ea731f-130f-4473-96ed-bfebbac9af80 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-70ea731f-130f-4473-96ed-bfebbac9af80 {
  display: none;
}
#s-70ea731f-130f-4473-96ed-bfebbac9af80, #wrap-s-70ea731f-130f-4473-96ed-bfebbac9af80 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-70ea731f-130f-4473-96ed-bfebbac9af80 {
  display: none;
}
#s-70ea731f-130f-4473-96ed-bfebbac9af80, #wrap-s-70ea731f-130f-4473-96ed-bfebbac9af80 { display: none !important; }}@media (max-width: 767px){#s-70ea731f-130f-4473-96ed-bfebbac9af80 {
  display: none;
}
#s-70ea731f-130f-4473-96ed-bfebbac9af80, #wrap-s-70ea731f-130f-4473-96ed-bfebbac9af80 { display: none !important; }}
@media (min-width: 1200px){#s-103dc9e4-6cee-49ce-b47a-fbfc57eae6d9 {
  display: none;
}
#s-103dc9e4-6cee-49ce-b47a-fbfc57eae6d9, #wrap-s-103dc9e4-6cee-49ce-b47a-fbfc57eae6d9 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-103dc9e4-6cee-49ce-b47a-fbfc57eae6d9 {
  display: none;
}
#s-103dc9e4-6cee-49ce-b47a-fbfc57eae6d9, #wrap-s-103dc9e4-6cee-49ce-b47a-fbfc57eae6d9 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-103dc9e4-6cee-49ce-b47a-fbfc57eae6d9 {
  display: none;
}
#s-103dc9e4-6cee-49ce-b47a-fbfc57eae6d9, #wrap-s-103dc9e4-6cee-49ce-b47a-fbfc57eae6d9 { display: none !important; }}@media (max-width: 767px){#s-103dc9e4-6cee-49ce-b47a-fbfc57eae6d9 {
  display: none;
}
#s-103dc9e4-6cee-49ce-b47a-fbfc57eae6d9, #wrap-s-103dc9e4-6cee-49ce-b47a-fbfc57eae6d9 { display: none !important; }}
#s-103dc9e4-6cee-49ce-b47a-fbfc57eae6d9 hr {
  border-top: 2px solid rgba(221, 221, 221, 0);
}

@media (min-width: 1200px){#s-2e591468-d51e-48b0-aafc-5208ab6bee1b {
  display: none;
}
#s-2e591468-d51e-48b0-aafc-5208ab6bee1b, #wrap-s-2e591468-d51e-48b0-aafc-5208ab6bee1b { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-2e591468-d51e-48b0-aafc-5208ab6bee1b {
  display: none;
}
#s-2e591468-d51e-48b0-aafc-5208ab6bee1b, #wrap-s-2e591468-d51e-48b0-aafc-5208ab6bee1b { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-2e591468-d51e-48b0-aafc-5208ab6bee1b {
  display: none;
}
#s-2e591468-d51e-48b0-aafc-5208ab6bee1b, #wrap-s-2e591468-d51e-48b0-aafc-5208ab6bee1b { display: none !important; }}@media (max-width: 767px){#s-2e591468-d51e-48b0-aafc-5208ab6bee1b {
  display: none;
}
#s-2e591468-d51e-48b0-aafc-5208ab6bee1b, #wrap-s-2e591468-d51e-48b0-aafc-5208ab6bee1b { display: none !important; }}
#s-2e591468-d51e-48b0-aafc-5208ab6bee1b hr {
  border-top: 2px solid rgba(221, 221, 221, 0);
}

@media (min-width: 1200px){#s-abc737e9-c48c-4f64-aa5b-829ea3570c17 {
  display: none;
}
#s-abc737e9-c48c-4f64-aa5b-829ea3570c17, #wrap-s-abc737e9-c48c-4f64-aa5b-829ea3570c17 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-abc737e9-c48c-4f64-aa5b-829ea3570c17 {
  display: none;
}
#s-abc737e9-c48c-4f64-aa5b-829ea3570c17, #wrap-s-abc737e9-c48c-4f64-aa5b-829ea3570c17 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-abc737e9-c48c-4f64-aa5b-829ea3570c17 {
  display: none;
}
#s-abc737e9-c48c-4f64-aa5b-829ea3570c17, #wrap-s-abc737e9-c48c-4f64-aa5b-829ea3570c17 { display: none !important; }}@media (max-width: 767px){#s-abc737e9-c48c-4f64-aa5b-829ea3570c17 {
  display: none;
}
#s-abc737e9-c48c-4f64-aa5b-829ea3570c17, #wrap-s-abc737e9-c48c-4f64-aa5b-829ea3570c17 { display: none !important; }}
#s-abc737e9-c48c-4f64-aa5b-829ea3570c17 hr {
  border-top: 2px solid rgba(221, 221, 221, 0);
}

@media (min-width: 1200px){#s-1aab7d45-0ba3-4369-9e37-70583dcb4cc3 {
  display: none;
}
#s-1aab7d45-0ba3-4369-9e37-70583dcb4cc3, #wrap-s-1aab7d45-0ba3-4369-9e37-70583dcb4cc3 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-1aab7d45-0ba3-4369-9e37-70583dcb4cc3 {
  display: none;
}
#s-1aab7d45-0ba3-4369-9e37-70583dcb4cc3, #wrap-s-1aab7d45-0ba3-4369-9e37-70583dcb4cc3 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-1aab7d45-0ba3-4369-9e37-70583dcb4cc3 {
  display: none;
}
#s-1aab7d45-0ba3-4369-9e37-70583dcb4cc3, #wrap-s-1aab7d45-0ba3-4369-9e37-70583dcb4cc3 { display: none !important; }}@media (max-width: 767px){#s-1aab7d45-0ba3-4369-9e37-70583dcb4cc3 {
  display: none;
}
#s-1aab7d45-0ba3-4369-9e37-70583dcb4cc3, #wrap-s-1aab7d45-0ba3-4369-9e37-70583dcb4cc3 { display: none !important; }}
#s-1aab7d45-0ba3-4369-9e37-70583dcb4cc3 hr {
  border-top: 2px solid rgba(221, 221, 221, 0);
}

#s-bd61f4dc-81f7-4f24-8398-aa888f5e6696 {
  background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
min-height: 400px;
background-position: center center;
}
@media (min-width: 1200px){#s-bd61f4dc-81f7-4f24-8398-aa888f5e6696 {
  display: none;
}
#s-bd61f4dc-81f7-4f24-8398-aa888f5e6696, #wrap-s-bd61f4dc-81f7-4f24-8398-aa888f5e6696 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-bd61f4dc-81f7-4f24-8398-aa888f5e6696 {
  display: none;
}
#s-bd61f4dc-81f7-4f24-8398-aa888f5e6696, #wrap-s-bd61f4dc-81f7-4f24-8398-aa888f5e6696 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-bd61f4dc-81f7-4f24-8398-aa888f5e6696 {
  display: none;
}
#s-bd61f4dc-81f7-4f24-8398-aa888f5e6696, #wrap-s-bd61f4dc-81f7-4f24-8398-aa888f5e6696 { display: none !important; }}@media (max-width: 767px){#s-bd61f4dc-81f7-4f24-8398-aa888f5e6696 {
  display: none;
}
#s-bd61f4dc-81f7-4f24-8398-aa888f5e6696, #wrap-s-bd61f4dc-81f7-4f24-8398-aa888f5e6696 { display: none !important; }}







#s-bd61f4dc-81f7-4f24-8398-aa888f5e6696 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.25;
}#s-bd61f4dc-81f7-4f24-8398-aa888f5e6696 {
  cursor: pointer;
}#s-bd61f4dc-81f7-4f24-8398-aa888f5e6696.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-136a537a-890e-4304-ac6d-711a41775a40 {
  border-style: solid;
margin-left: 40px;
margin-right: 40px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
background-color: rgba(0, 0, 0, 0);
}
@media (min-width: 1200px){#s-136a537a-890e-4304-ac6d-711a41775a40 {
  display: none;
}
#s-136a537a-890e-4304-ac6d-711a41775a40, #wrap-s-136a537a-890e-4304-ac6d-711a41775a40 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-136a537a-890e-4304-ac6d-711a41775a40 {
  display: none;
}
#s-136a537a-890e-4304-ac6d-711a41775a40, #wrap-s-136a537a-890e-4304-ac6d-711a41775a40 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-136a537a-890e-4304-ac6d-711a41775a40 {
  display: none;
}
#s-136a537a-890e-4304-ac6d-711a41775a40, #wrap-s-136a537a-890e-4304-ac6d-711a41775a40 { display: none !important; }}@media (max-width: 767px){#s-136a537a-890e-4304-ac6d-711a41775a40 {
  display: none;
}
#s-136a537a-890e-4304-ac6d-711a41775a40, #wrap-s-136a537a-890e-4304-ac6d-711a41775a40 { display: none !important; }}
@media (min-width: 1200px){#s-a6baf08c-db1a-4182-99b9-b512189727b5 {
  display: none;
}
#s-a6baf08c-db1a-4182-99b9-b512189727b5, #wrap-s-a6baf08c-db1a-4182-99b9-b512189727b5 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a6baf08c-db1a-4182-99b9-b512189727b5 {
  display: none;
}
#s-a6baf08c-db1a-4182-99b9-b512189727b5, #wrap-s-a6baf08c-db1a-4182-99b9-b512189727b5 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-a6baf08c-db1a-4182-99b9-b512189727b5 {
  display: none;
}
#s-a6baf08c-db1a-4182-99b9-b512189727b5, #wrap-s-a6baf08c-db1a-4182-99b9-b512189727b5 { display: none !important; }}@media (max-width: 767px){#s-a6baf08c-db1a-4182-99b9-b512189727b5 {
  display: none;
}
#s-a6baf08c-db1a-4182-99b9-b512189727b5, #wrap-s-a6baf08c-db1a-4182-99b9-b512189727b5 { display: none !important; }}
#s-a6baf08c-db1a-4182-99b9-b512189727b5 hr {
  border-top: 2px solid rgba(221, 221, 221, 0);
}

@media (min-width: 1200px){#s-432da260-8586-4261-9a04-396b547df281 {
  display: none;
}
#s-432da260-8586-4261-9a04-396b547df281, #wrap-s-432da260-8586-4261-9a04-396b547df281 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-432da260-8586-4261-9a04-396b547df281 {
  display: none;
}
#s-432da260-8586-4261-9a04-396b547df281, #wrap-s-432da260-8586-4261-9a04-396b547df281 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-432da260-8586-4261-9a04-396b547df281 {
  display: none;
}
#s-432da260-8586-4261-9a04-396b547df281, #wrap-s-432da260-8586-4261-9a04-396b547df281 { display: none !important; }}@media (max-width: 767px){#s-432da260-8586-4261-9a04-396b547df281 {
  display: none;
}
#s-432da260-8586-4261-9a04-396b547df281, #wrap-s-432da260-8586-4261-9a04-396b547df281 { display: none !important; }}
#s-432da260-8586-4261-9a04-396b547df281 hr {
  border-top: 2px solid rgba(221, 221, 221, 0);
}

#s-f7d00a3b-1e08-4ad0-8593-1bce7352b8e4 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-f7d00a3b-1e08-4ad0-8593-1bce7352b8e4:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-f7d00a3b-1e08-4ad0-8593-1bce7352b8e4:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-f7d00a3b-1e08-4ad0-8593-1bce7352b8e4 {
  display: none;
}
#s-f7d00a3b-1e08-4ad0-8593-1bce7352b8e4, #wrap-s-f7d00a3b-1e08-4ad0-8593-1bce7352b8e4 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f7d00a3b-1e08-4ad0-8593-1bce7352b8e4 {
  display: none;
}
#s-f7d00a3b-1e08-4ad0-8593-1bce7352b8e4, #wrap-s-f7d00a3b-1e08-4ad0-8593-1bce7352b8e4 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-f7d00a3b-1e08-4ad0-8593-1bce7352b8e4 {
  display: none;
}
#s-f7d00a3b-1e08-4ad0-8593-1bce7352b8e4, #wrap-s-f7d00a3b-1e08-4ad0-8593-1bce7352b8e4 { display: none !important; }}@media (max-width: 767px){#s-f7d00a3b-1e08-4ad0-8593-1bce7352b8e4 {
  display: none;
}
#s-f7d00a3b-1e08-4ad0-8593-1bce7352b8e4, #wrap-s-f7d00a3b-1e08-4ad0-8593-1bce7352b8e4 { display: none !important; }}

  #s-f7d00a3b-1e08-4ad0-8593-1bce7352b8e4-root {
    text-align: center;
  }


#s-f7d00a3b-1e08-4ad0-8593-1bce7352b8e4.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Khula;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-f7d00a3b-1e08-4ad0-8593-1bce7352b8e4-root {
    text-align: center;
  }


#s-f7d00a3b-1e08-4ad0-8593-1bce7352b8e4.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Khula;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-f7d00a3b-1e08-4ad0-8593-1bce7352b8e4-root {
    text-align: center;
  }


#s-f7d00a3b-1e08-4ad0-8593-1bce7352b8e4.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Khula;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-f7d00a3b-1e08-4ad0-8593-1bce7352b8e4-root {
    text-align: center;
  }


#s-f7d00a3b-1e08-4ad0-8593-1bce7352b8e4.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Khula;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-f7d00a3b-1e08-4ad0-8593-1bce7352b8e4-root {
    text-align: center;
  }


#s-f7d00a3b-1e08-4ad0-8593-1bce7352b8e4.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Khula;
  display:  inline-block ;
}
}
@media (min-width: 1200px){#s-b2aef3a9-c59d-4f6f-b9e0-b1a9ca8515c9 {
  display: none;
}
#s-b2aef3a9-c59d-4f6f-b9e0-b1a9ca8515c9, #wrap-s-b2aef3a9-c59d-4f6f-b9e0-b1a9ca8515c9 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b2aef3a9-c59d-4f6f-b9e0-b1a9ca8515c9 {
  display: none;
}
#s-b2aef3a9-c59d-4f6f-b9e0-b1a9ca8515c9, #wrap-s-b2aef3a9-c59d-4f6f-b9e0-b1a9ca8515c9 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-b2aef3a9-c59d-4f6f-b9e0-b1a9ca8515c9 {
  display: none;
}
#s-b2aef3a9-c59d-4f6f-b9e0-b1a9ca8515c9, #wrap-s-b2aef3a9-c59d-4f6f-b9e0-b1a9ca8515c9 { display: none !important; }}@media (max-width: 767px){#s-b2aef3a9-c59d-4f6f-b9e0-b1a9ca8515c9 {
  display: none;
}
#s-b2aef3a9-c59d-4f6f-b9e0-b1a9ca8515c9, #wrap-s-b2aef3a9-c59d-4f6f-b9e0-b1a9ca8515c9 { display: none !important; }}
#s-b2aef3a9-c59d-4f6f-b9e0-b1a9ca8515c9 hr {
  border-top: 2px solid rgba(221, 221, 221, 0);
}

@media (min-width: 1200px){#s-e5bda726-1b9d-4f03-a704-fd005a654370 {
  display: none;
}
#s-e5bda726-1b9d-4f03-a704-fd005a654370, #wrap-s-e5bda726-1b9d-4f03-a704-fd005a654370 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e5bda726-1b9d-4f03-a704-fd005a654370 {
  display: none;
}
#s-e5bda726-1b9d-4f03-a704-fd005a654370, #wrap-s-e5bda726-1b9d-4f03-a704-fd005a654370 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-e5bda726-1b9d-4f03-a704-fd005a654370 {
  display: none;
}
#s-e5bda726-1b9d-4f03-a704-fd005a654370, #wrap-s-e5bda726-1b9d-4f03-a704-fd005a654370 { display: none !important; }}@media (max-width: 767px){#s-e5bda726-1b9d-4f03-a704-fd005a654370 {
  display: none;
}
#s-e5bda726-1b9d-4f03-a704-fd005a654370, #wrap-s-e5bda726-1b9d-4f03-a704-fd005a654370 { display: none !important; }}
#s-e5bda726-1b9d-4f03-a704-fd005a654370 hr {
  border-top: 2px solid rgba(221, 221, 221, 0);
}

@media (min-width: 1200px){#s-2554a443-aa0c-4f5f-9243-f0927818c1a1 {
  display: none;
}
#s-2554a443-aa0c-4f5f-9243-f0927818c1a1, #wrap-s-2554a443-aa0c-4f5f-9243-f0927818c1a1 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-2554a443-aa0c-4f5f-9243-f0927818c1a1 {
  display: none;
}
#s-2554a443-aa0c-4f5f-9243-f0927818c1a1, #wrap-s-2554a443-aa0c-4f5f-9243-f0927818c1a1 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-2554a443-aa0c-4f5f-9243-f0927818c1a1 {
  display: none;
}
#s-2554a443-aa0c-4f5f-9243-f0927818c1a1, #wrap-s-2554a443-aa0c-4f5f-9243-f0927818c1a1 { display: none !important; }}@media (max-width: 767px){#s-2554a443-aa0c-4f5f-9243-f0927818c1a1 {
  display: none;
}
#s-2554a443-aa0c-4f5f-9243-f0927818c1a1, #wrap-s-2554a443-aa0c-4f5f-9243-f0927818c1a1 { display: none !important; }}
#s-2554a443-aa0c-4f5f-9243-f0927818c1a1 hr {
  border-top: 2px solid rgba(221, 221, 221, 0);
}

#s-adbea35b-f4f4-4d54-9590-c1fee12c28c9 {
  margin-left: 10%;
margin-bottom: 15px;
margin-right: 10%;
}
@media (min-width: 768px) and (max-width: 991px){#s-adbea35b-f4f4-4d54-9590-c1fee12c28c9 {
  display: none;
}
#s-adbea35b-f4f4-4d54-9590-c1fee12c28c9, #wrap-s-adbea35b-f4f4-4d54-9590-c1fee12c28c9 { display: none !important; }}@media (max-width: 767px){#s-adbea35b-f4f4-4d54-9590-c1fee12c28c9 {
  display: none;
}
#s-adbea35b-f4f4-4d54-9590-c1fee12c28c9, #wrap-s-adbea35b-f4f4-4d54-9590-c1fee12c28c9 { display: none !important; }}
#s-b255dbb8-d58e-4333-b9e9-c9b210b5a982 {
  margin-left: 0px;
margin-bottom: 30px;
margin-right: 0px;
padding-left: 10%;
padding-right: 10%;
}
@media (min-width: 1200px){#s-b255dbb8-d58e-4333-b9e9-c9b210b5a982 {
  display: none;
}
#s-b255dbb8-d58e-4333-b9e9-c9b210b5a982, #wrap-s-b255dbb8-d58e-4333-b9e9-c9b210b5a982 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b255dbb8-d58e-4333-b9e9-c9b210b5a982 {
  display: none;
}
#s-b255dbb8-d58e-4333-b9e9-c9b210b5a982, #wrap-s-b255dbb8-d58e-4333-b9e9-c9b210b5a982 { display: none !important; }}@media (max-width: 767px){#s-b255dbb8-d58e-4333-b9e9-c9b210b5a982 {
  display: none;
}
#s-b255dbb8-d58e-4333-b9e9-c9b210b5a982, #wrap-s-b255dbb8-d58e-4333-b9e9-c9b210b5a982 { display: none !important; }}
@media (min-width: 1200px){#s-f08719a8-0780-425d-bf01-08477ac84e72 {
  display: none;
}
#s-f08719a8-0780-425d-bf01-08477ac84e72, #wrap-s-f08719a8-0780-425d-bf01-08477ac84e72 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f08719a8-0780-425d-bf01-08477ac84e72 {
  display: none;
}
#s-f08719a8-0780-425d-bf01-08477ac84e72, #wrap-s-f08719a8-0780-425d-bf01-08477ac84e72 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-f08719a8-0780-425d-bf01-08477ac84e72 {
  display: none;
}
#s-f08719a8-0780-425d-bf01-08477ac84e72, #wrap-s-f08719a8-0780-425d-bf01-08477ac84e72 { display: none !important; }}@media (max-width: 767px){#s-f08719a8-0780-425d-bf01-08477ac84e72 {
  display: none;
}
#s-f08719a8-0780-425d-bf01-08477ac84e72, #wrap-s-f08719a8-0780-425d-bf01-08477ac84e72 { display: none !important; }}
#s-f08719a8-0780-425d-bf01-08477ac84e72 hr {
  border-top: 2px solid rgba(221, 221, 221, 0);
}

@media (min-width: 1200px){#s-e78dd236-4b30-44b6-b81c-f754fcbc00a7 {
  display: none;
}
#s-e78dd236-4b30-44b6-b81c-f754fcbc00a7, #wrap-s-e78dd236-4b30-44b6-b81c-f754fcbc00a7 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e78dd236-4b30-44b6-b81c-f754fcbc00a7 {
  display: none;
}
#s-e78dd236-4b30-44b6-b81c-f754fcbc00a7, #wrap-s-e78dd236-4b30-44b6-b81c-f754fcbc00a7 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-e78dd236-4b30-44b6-b81c-f754fcbc00a7 {
  display: none;
}
#s-e78dd236-4b30-44b6-b81c-f754fcbc00a7, #wrap-s-e78dd236-4b30-44b6-b81c-f754fcbc00a7 { display: none !important; }}@media (max-width: 767px){#s-e78dd236-4b30-44b6-b81c-f754fcbc00a7 {
  display: none;
}
#s-e78dd236-4b30-44b6-b81c-f754fcbc00a7, #wrap-s-e78dd236-4b30-44b6-b81c-f754fcbc00a7 { display: none !important; }}
#s-e78dd236-4b30-44b6-b81c-f754fcbc00a7 hr {
  border-top: 2px solid rgba(221, 221, 221, 0);
}

@media (min-width: 1200px){#s-7c1c209b-8a3e-4ec0-a4d4-c801316528cf {
  display: none;
}
#s-7c1c209b-8a3e-4ec0-a4d4-c801316528cf, #wrap-s-7c1c209b-8a3e-4ec0-a4d4-c801316528cf { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-7c1c209b-8a3e-4ec0-a4d4-c801316528cf {
  display: none;
}
#s-7c1c209b-8a3e-4ec0-a4d4-c801316528cf, #wrap-s-7c1c209b-8a3e-4ec0-a4d4-c801316528cf { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-7c1c209b-8a3e-4ec0-a4d4-c801316528cf {
  display: none;
}
#s-7c1c209b-8a3e-4ec0-a4d4-c801316528cf, #wrap-s-7c1c209b-8a3e-4ec0-a4d4-c801316528cf { display: none !important; }}@media (max-width: 767px){#s-7c1c209b-8a3e-4ec0-a4d4-c801316528cf {
  display: none;
}
#s-7c1c209b-8a3e-4ec0-a4d4-c801316528cf, #wrap-s-7c1c209b-8a3e-4ec0-a4d4-c801316528cf { display: none !important; }}
#s-7c1c209b-8a3e-4ec0-a4d4-c801316528cf hr {
  border-top: 2px solid rgba(221, 221, 221, 0);
}

@media (min-width: 1200px){#s-a4a0f9b0-84b6-40b4-9376-d6d77f33fb44 {
  display: none;
}
#s-a4a0f9b0-84b6-40b4-9376-d6d77f33fb44, #wrap-s-a4a0f9b0-84b6-40b4-9376-d6d77f33fb44 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a4a0f9b0-84b6-40b4-9376-d6d77f33fb44 {
  display: none;
}
#s-a4a0f9b0-84b6-40b4-9376-d6d77f33fb44, #wrap-s-a4a0f9b0-84b6-40b4-9376-d6d77f33fb44 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-a4a0f9b0-84b6-40b4-9376-d6d77f33fb44 {
  display: none;
}
#s-a4a0f9b0-84b6-40b4-9376-d6d77f33fb44, #wrap-s-a4a0f9b0-84b6-40b4-9376-d6d77f33fb44 { display: none !important; }}@media (max-width: 767px){#s-a4a0f9b0-84b6-40b4-9376-d6d77f33fb44 {
  display: none;
}
#s-a4a0f9b0-84b6-40b4-9376-d6d77f33fb44, #wrap-s-a4a0f9b0-84b6-40b4-9376-d6d77f33fb44 { display: none !important; }}
#s-a4a0f9b0-84b6-40b4-9376-d6d77f33fb44 hr {
  border-top: 2px solid rgba(221, 221, 221, 0);
}

@media (min-width: 1200px){#s-e7d26200-45cb-4e18-8656-f942e6c64bca {
  display: none;
}
#s-e7d26200-45cb-4e18-8656-f942e6c64bca, #wrap-s-e7d26200-45cb-4e18-8656-f942e6c64bca { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e7d26200-45cb-4e18-8656-f942e6c64bca {
  display: none;
}
#s-e7d26200-45cb-4e18-8656-f942e6c64bca, #wrap-s-e7d26200-45cb-4e18-8656-f942e6c64bca { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-e7d26200-45cb-4e18-8656-f942e6c64bca {
  display: none;
}
#s-e7d26200-45cb-4e18-8656-f942e6c64bca, #wrap-s-e7d26200-45cb-4e18-8656-f942e6c64bca { display: none !important; }}@media (max-width: 767px){#s-e7d26200-45cb-4e18-8656-f942e6c64bca {
  display: none;
}
#s-e7d26200-45cb-4e18-8656-f942e6c64bca, #wrap-s-e7d26200-45cb-4e18-8656-f942e6c64bca { display: none !important; }}
#s-e7d26200-45cb-4e18-8656-f942e6c64bca hr {
  border-top: 2px solid rgba(221, 221, 221, 0);
}

#s-f38598ba-7995-40ec-8a5f-7185d2f849ac {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-f38598ba-7995-40ec-8a5f-7185d2f849ac:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-f38598ba-7995-40ec-8a5f-7185d2f849ac:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-f38598ba-7995-40ec-8a5f-7185d2f849ac {
  display: none;
}
#s-f38598ba-7995-40ec-8a5f-7185d2f849ac, #wrap-s-f38598ba-7995-40ec-8a5f-7185d2f849ac { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f38598ba-7995-40ec-8a5f-7185d2f849ac {
  display: none;
}
#s-f38598ba-7995-40ec-8a5f-7185d2f849ac, #wrap-s-f38598ba-7995-40ec-8a5f-7185d2f849ac { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-f38598ba-7995-40ec-8a5f-7185d2f849ac {
  display: none;
}
#s-f38598ba-7995-40ec-8a5f-7185d2f849ac, #wrap-s-f38598ba-7995-40ec-8a5f-7185d2f849ac { display: none !important; }}@media (max-width: 767px){#s-f38598ba-7995-40ec-8a5f-7185d2f849ac {
  display: none;
}
#s-f38598ba-7995-40ec-8a5f-7185d2f849ac, #wrap-s-f38598ba-7995-40ec-8a5f-7185d2f849ac { display: none !important; }}

  #s-f38598ba-7995-40ec-8a5f-7185d2f849ac-root {
    text-align: center;
  }


#s-f38598ba-7995-40ec-8a5f-7185d2f849ac.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Khula;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-f38598ba-7995-40ec-8a5f-7185d2f849ac-root {
    text-align: center;
  }


#s-f38598ba-7995-40ec-8a5f-7185d2f849ac.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Khula;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-f38598ba-7995-40ec-8a5f-7185d2f849ac-root {
    text-align: center;
  }


#s-f38598ba-7995-40ec-8a5f-7185d2f849ac.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Khula;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-f38598ba-7995-40ec-8a5f-7185d2f849ac-root {
    text-align: center;
  }


#s-f38598ba-7995-40ec-8a5f-7185d2f849ac.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Khula;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-f38598ba-7995-40ec-8a5f-7185d2f849ac-root {
    text-align: center;
  }


#s-f38598ba-7995-40ec-8a5f-7185d2f849ac.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Khula;
  display:  inline-block ;
}
}
@media (min-width: 1200px){#s-ddadbdea-ddb8-4979-a68a-4fa8b3d043d7 {
  display: none;
}
#s-ddadbdea-ddb8-4979-a68a-4fa8b3d043d7, #wrap-s-ddadbdea-ddb8-4979-a68a-4fa8b3d043d7 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ddadbdea-ddb8-4979-a68a-4fa8b3d043d7 {
  display: none;
}
#s-ddadbdea-ddb8-4979-a68a-4fa8b3d043d7, #wrap-s-ddadbdea-ddb8-4979-a68a-4fa8b3d043d7 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-ddadbdea-ddb8-4979-a68a-4fa8b3d043d7 {
  display: none;
}
#s-ddadbdea-ddb8-4979-a68a-4fa8b3d043d7, #wrap-s-ddadbdea-ddb8-4979-a68a-4fa8b3d043d7 { display: none !important; }}@media (max-width: 767px){#s-ddadbdea-ddb8-4979-a68a-4fa8b3d043d7 {
  display: none;
}
#s-ddadbdea-ddb8-4979-a68a-4fa8b3d043d7, #wrap-s-ddadbdea-ddb8-4979-a68a-4fa8b3d043d7 { display: none !important; }}
#s-ddadbdea-ddb8-4979-a68a-4fa8b3d043d7 hr {
  border-top: 2px solid rgba(221, 221, 221, 0);
}

@media (min-width: 1200px){#s-280a25d0-e493-4d30-867e-b63a734f3e89 {
  display: none;
}
#s-280a25d0-e493-4d30-867e-b63a734f3e89, #wrap-s-280a25d0-e493-4d30-867e-b63a734f3e89 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-280a25d0-e493-4d30-867e-b63a734f3e89 {
  display: none;
}
#s-280a25d0-e493-4d30-867e-b63a734f3e89, #wrap-s-280a25d0-e493-4d30-867e-b63a734f3e89 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-280a25d0-e493-4d30-867e-b63a734f3e89 {
  display: none;
}
#s-280a25d0-e493-4d30-867e-b63a734f3e89, #wrap-s-280a25d0-e493-4d30-867e-b63a734f3e89 { display: none !important; }}@media (max-width: 767px){#s-280a25d0-e493-4d30-867e-b63a734f3e89 {
  display: none;
}
#s-280a25d0-e493-4d30-867e-b63a734f3e89, #wrap-s-280a25d0-e493-4d30-867e-b63a734f3e89 { display: none !important; }}
#s-280a25d0-e493-4d30-867e-b63a734f3e89 hr {
  border-top: 2px solid rgba(221, 221, 221, 0);
}

@media (min-width: 1200px){#s-ddd2d652-69ae-4a55-9358-b90f758933bb {
  display: none;
}
#s-ddd2d652-69ae-4a55-9358-b90f758933bb, #wrap-s-ddd2d652-69ae-4a55-9358-b90f758933bb { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ddd2d652-69ae-4a55-9358-b90f758933bb {
  display: none;
}
#s-ddd2d652-69ae-4a55-9358-b90f758933bb, #wrap-s-ddd2d652-69ae-4a55-9358-b90f758933bb { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-ddd2d652-69ae-4a55-9358-b90f758933bb {
  display: none;
}
#s-ddd2d652-69ae-4a55-9358-b90f758933bb, #wrap-s-ddd2d652-69ae-4a55-9358-b90f758933bb { display: none !important; }}@media (max-width: 767px){#s-ddd2d652-69ae-4a55-9358-b90f758933bb {
  display: none;
}
#s-ddd2d652-69ae-4a55-9358-b90f758933bb, #wrap-s-ddd2d652-69ae-4a55-9358-b90f758933bb { display: none !important; }}
#s-ddd2d652-69ae-4a55-9358-b90f758933bb hr {
  border-top: 2px solid rgba(221, 221, 221, 0);
}

@media (min-width: 1200px){#s-c6d2679f-1fe4-45f5-8209-d6f1ce7eb38e {
  display: none;
}
#s-c6d2679f-1fe4-45f5-8209-d6f1ce7eb38e, #wrap-s-c6d2679f-1fe4-45f5-8209-d6f1ce7eb38e { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c6d2679f-1fe4-45f5-8209-d6f1ce7eb38e {
  display: none;
}
#s-c6d2679f-1fe4-45f5-8209-d6f1ce7eb38e, #wrap-s-c6d2679f-1fe4-45f5-8209-d6f1ce7eb38e { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-c6d2679f-1fe4-45f5-8209-d6f1ce7eb38e {
  display: none;
}
#s-c6d2679f-1fe4-45f5-8209-d6f1ce7eb38e, #wrap-s-c6d2679f-1fe4-45f5-8209-d6f1ce7eb38e { display: none !important; }}@media (max-width: 767px){#s-c6d2679f-1fe4-45f5-8209-d6f1ce7eb38e {
  display: none;
}
#s-c6d2679f-1fe4-45f5-8209-d6f1ce7eb38e, #wrap-s-c6d2679f-1fe4-45f5-8209-d6f1ce7eb38e { display: none !important; }}
#s-c6d2679f-1fe4-45f5-8209-d6f1ce7eb38e hr {
  border-top: 2px solid rgba(221, 221, 221, 0);
}

#s-0967d1e4-128d-448d-8dde-704c966d3370 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-0967d1e4-128d-448d-8dde-704c966d3370:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-0967d1e4-128d-448d-8dde-704c966d3370:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-0967d1e4-128d-448d-8dde-704c966d3370-root {
    text-align: center;
  }


#s-0967d1e4-128d-448d-8dde-704c966d3370.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 600;
  
  font-family: Khula;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-0967d1e4-128d-448d-8dde-704c966d3370-root {
    text-align: center;
  }


#s-0967d1e4-128d-448d-8dde-704c966d3370.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 600;
  
  font-family: Khula;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-0967d1e4-128d-448d-8dde-704c966d3370-root {
    text-align: center;
  }


#s-0967d1e4-128d-448d-8dde-704c966d3370.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 600;
  
  font-family: Khula;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-0967d1e4-128d-448d-8dde-704c966d3370-root {
    text-align: center;
  }


#s-0967d1e4-128d-448d-8dde-704c966d3370.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 600;
  
  font-family: Khula;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-0967d1e4-128d-448d-8dde-704c966d3370-root {
    text-align: center;
  }


#s-0967d1e4-128d-448d-8dde-704c966d3370.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 600;
  
  font-family: Khula;
  display:  inline-block ;
}
}
@media (min-width: 1200px){#s-bdcba886-1d5c-4975-b16b-de78f0846fdb {
  display: none;
}
#s-bdcba886-1d5c-4975-b16b-de78f0846fdb, #wrap-s-bdcba886-1d5c-4975-b16b-de78f0846fdb { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-bdcba886-1d5c-4975-b16b-de78f0846fdb {
  display: none;
}
#s-bdcba886-1d5c-4975-b16b-de78f0846fdb, #wrap-s-bdcba886-1d5c-4975-b16b-de78f0846fdb { display: none !important; }}@media (max-width: 767px){#s-bdcba886-1d5c-4975-b16b-de78f0846fdb {
  display: none;
}
#s-bdcba886-1d5c-4975-b16b-de78f0846fdb, #wrap-s-bdcba886-1d5c-4975-b16b-de78f0846fdb { display: none !important; }}
#s-bdcba886-1d5c-4975-b16b-de78f0846fdb hr {
  border-top: 2px solid rgba(221, 221, 221, 0);
}

#s-ebd9dcdb-82b1-42ef-8857-ec0a477d5dbb {
  padding-left: 50px;
padding-right: 50px;
}
@media (min-width: 1200px){#s-ebd9dcdb-82b1-42ef-8857-ec0a477d5dbb {
  display: none;
}
#s-ebd9dcdb-82b1-42ef-8857-ec0a477d5dbb, #wrap-s-ebd9dcdb-82b1-42ef-8857-ec0a477d5dbb { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ebd9dcdb-82b1-42ef-8857-ec0a477d5dbb {
  display: none;
}
#s-ebd9dcdb-82b1-42ef-8857-ec0a477d5dbb, #wrap-s-ebd9dcdb-82b1-42ef-8857-ec0a477d5dbb { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-ebd9dcdb-82b1-42ef-8857-ec0a477d5dbb {
  display: none;
}
#s-ebd9dcdb-82b1-42ef-8857-ec0a477d5dbb, #wrap-s-ebd9dcdb-82b1-42ef-8857-ec0a477d5dbb { display: none !important; }}@media (max-width: 767px){#s-ebd9dcdb-82b1-42ef-8857-ec0a477d5dbb {
  display: none;
}
#s-ebd9dcdb-82b1-42ef-8857-ec0a477d5dbb, #wrap-s-ebd9dcdb-82b1-42ef-8857-ec0a477d5dbb { display: none !important; }}
#s-db428851-7c5f-4bcb-a7b7-54d9434edd6f {
  padding-left: 50px;
padding-right: 50px;
}
@media (min-width: 1200px){#s-db428851-7c5f-4bcb-a7b7-54d9434edd6f {
  display: none;
}
#s-db428851-7c5f-4bcb-a7b7-54d9434edd6f, #wrap-s-db428851-7c5f-4bcb-a7b7-54d9434edd6f { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-db428851-7c5f-4bcb-a7b7-54d9434edd6f {
  display: none;
}
#s-db428851-7c5f-4bcb-a7b7-54d9434edd6f, #wrap-s-db428851-7c5f-4bcb-a7b7-54d9434edd6f { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-db428851-7c5f-4bcb-a7b7-54d9434edd6f {
  display: none;
}
#s-db428851-7c5f-4bcb-a7b7-54d9434edd6f, #wrap-s-db428851-7c5f-4bcb-a7b7-54d9434edd6f { display: none !important; }}@media (max-width: 767px){#s-db428851-7c5f-4bcb-a7b7-54d9434edd6f {
  display: none;
}
#s-db428851-7c5f-4bcb-a7b7-54d9434edd6f, #wrap-s-db428851-7c5f-4bcb-a7b7-54d9434edd6f { display: none !important; }}
@media (min-width: 1200px){#s-dc65c72b-80d7-47b4-a9dd-e805247c8ae5 {
  display: none;
}
#s-dc65c72b-80d7-47b4-a9dd-e805247c8ae5, #wrap-s-dc65c72b-80d7-47b4-a9dd-e805247c8ae5 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-dc65c72b-80d7-47b4-a9dd-e805247c8ae5 {
  display: none;
}
#s-dc65c72b-80d7-47b4-a9dd-e805247c8ae5, #wrap-s-dc65c72b-80d7-47b4-a9dd-e805247c8ae5 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-dc65c72b-80d7-47b4-a9dd-e805247c8ae5 {
  
}
}@media (max-width: 767px){#s-dc65c72b-80d7-47b4-a9dd-e805247c8ae5 {
  display: none;
}
#s-dc65c72b-80d7-47b4-a9dd-e805247c8ae5, #wrap-s-dc65c72b-80d7-47b4-a9dd-e805247c8ae5 { display: none !important; }}
@media (min-width: 0px) {
[id="s-dc65c72b-80d7-47b4-a9dd-e805247c8ae5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-dc65c72b-80d7-47b4-a9dd-e805247c8ae5"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-dc65c72b-80d7-47b4-a9dd-e805247c8ae5"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-dc65c72b-80d7-47b4-a9dd-e805247c8ae5"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-0ade277b-37a2-4151-a172-c76ec4a1f026 {
  margin-left: 10%;
margin-right: 10%;
padding-left: 0%;
padding-right: 0%;
text-align: center;
}







  #s-0ade277b-37a2-4151-a172-c76ec4a1f026 img.shogun-image {
    

    
    
    
  }


#s-0ade277b-37a2-4151-a172-c76ec4a1f026 .shogun-image-content {
  
    align-items: center;
  
}

#s-c57cddc8-ca9f-4ef4-91fa-20739e0a2e90 {
  padding-top: 20px;
padding-left: 10px;
padding-bottom: 20px;
padding-right: 10px;
}
@media (min-width: 1200px){#s-c57cddc8-ca9f-4ef4-91fa-20739e0a2e90 {
  display: none;
}
#s-c57cddc8-ca9f-4ef4-91fa-20739e0a2e90, #wrap-s-c57cddc8-ca9f-4ef4-91fa-20739e0a2e90 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c57cddc8-ca9f-4ef4-91fa-20739e0a2e90 {
  display: none;
}
#s-c57cddc8-ca9f-4ef4-91fa-20739e0a2e90, #wrap-s-c57cddc8-ca9f-4ef4-91fa-20739e0a2e90 { display: none !important; }}@media (max-width: 767px){#s-c57cddc8-ca9f-4ef4-91fa-20739e0a2e90 {
  display: none;
}
#s-c57cddc8-ca9f-4ef4-91fa-20739e0a2e90, #wrap-s-c57cddc8-ca9f-4ef4-91fa-20739e0a2e90 { display: none !important; }}
#s-c763e16b-f4d1-4fed-bf88-944348b93aea {
  max-width: 3200px;
aspect-ratio: 2/3;
text-align: center;
}





  #s-c763e16b-f4d1-4fed-bf88-944348b93aea img.shogun-image,
  #s-c763e16b-f4d1-4fed-bf88-944348b93aea .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c763e16b-f4d1-4fed-bf88-944348b93aea {
    width: 100%;
    height: auto;
  }



  #s-c763e16b-f4d1-4fed-bf88-944348b93aea img.shogun-image {
    

    
    
    
  }


#s-c763e16b-f4d1-4fed-bf88-944348b93aea .shogun-image-content {
  
    align-items: center;
  
}

#s-3bbeca45-261e-4622-8497-1cb9f96d9577 {
  padding-top: 20px;
padding-left: 10px;
padding-bottom: 20px;
padding-right: 10px;
}
@media (min-width: 1200px){#s-3bbeca45-261e-4622-8497-1cb9f96d9577 {
  display: none;
}
#s-3bbeca45-261e-4622-8497-1cb9f96d9577, #wrap-s-3bbeca45-261e-4622-8497-1cb9f96d9577 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3bbeca45-261e-4622-8497-1cb9f96d9577 {
  display: none;
}
#s-3bbeca45-261e-4622-8497-1cb9f96d9577, #wrap-s-3bbeca45-261e-4622-8497-1cb9f96d9577 { display: none !important; }}@media (max-width: 767px){#s-3bbeca45-261e-4622-8497-1cb9f96d9577 {
  display: none;
}
#s-3bbeca45-261e-4622-8497-1cb9f96d9577, #wrap-s-3bbeca45-261e-4622-8497-1cb9f96d9577 { display: none !important; }}
#s-90abf4a5-c28c-423b-8f29-971f5f905b32 {
  padding-left: 0px;
padding-right: 0px;
}
@media (min-width: 1200px){#s-90abf4a5-c28c-423b-8f29-971f5f905b32 {
  display: none;
}
#s-90abf4a5-c28c-423b-8f29-971f5f905b32, #wrap-s-90abf4a5-c28c-423b-8f29-971f5f905b32 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-90abf4a5-c28c-423b-8f29-971f5f905b32 {
  display: none;
}
#s-90abf4a5-c28c-423b-8f29-971f5f905b32, #wrap-s-90abf4a5-c28c-423b-8f29-971f5f905b32 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-90abf4a5-c28c-423b-8f29-971f5f905b32 {
  
}
}@media (max-width: 767px){#s-90abf4a5-c28c-423b-8f29-971f5f905b32 {
  display: none;
}
#s-90abf4a5-c28c-423b-8f29-971f5f905b32, #wrap-s-90abf4a5-c28c-423b-8f29-971f5f905b32 { display: none !important; }}
@media (min-width: 0px) {
[id="s-90abf4a5-c28c-423b-8f29-971f5f905b32"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-90abf4a5-c28c-423b-8f29-971f5f905b32"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-90abf4a5-c28c-423b-8f29-971f5f905b32"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-90abf4a5-c28c-423b-8f29-971f5f905b32"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-c51b8b05-7756-48ac-b261-6accdf717bfe {
  padding-left: 10%;
padding-right: 10%;
text-align: center;
}







  #s-c51b8b05-7756-48ac-b261-6accdf717bfe img.shogun-image {
    

    
    
    
  }


#s-c51b8b05-7756-48ac-b261-6accdf717bfe .shogun-image-content {
  
    align-items: center;
  
}

#s-e8fffef1-18fe-4621-839b-b638fd2e744f {
  padding-top: 20px;
padding-left: 10px;
padding-bottom: 20px;
padding-right: 10px;
}
@media (min-width: 1200px){#s-e8fffef1-18fe-4621-839b-b638fd2e744f {
  display: none;
}
#s-e8fffef1-18fe-4621-839b-b638fd2e744f, #wrap-s-e8fffef1-18fe-4621-839b-b638fd2e744f { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e8fffef1-18fe-4621-839b-b638fd2e744f {
  display: none;
}
#s-e8fffef1-18fe-4621-839b-b638fd2e744f, #wrap-s-e8fffef1-18fe-4621-839b-b638fd2e744f { display: none !important; }}@media (max-width: 767px){#s-e8fffef1-18fe-4621-839b-b638fd2e744f {
  display: none;
}
#s-e8fffef1-18fe-4621-839b-b638fd2e744f, #wrap-s-e8fffef1-18fe-4621-839b-b638fd2e744f { display: none !important; }}
#s-cc575e1a-d5d1-4640-b080-80de8cd59268 {
  margin-left: 0%;
margin-right: 0%;
padding-left: 0%;
padding-right: 0%;
text-align: center;
}







  #s-cc575e1a-d5d1-4640-b080-80de8cd59268 img.shogun-image {
    

    
    
    
  }


#s-cc575e1a-d5d1-4640-b080-80de8cd59268 .shogun-image-content {
  
    align-items: center;
  
}

#s-83be647d-7784-4fb1-952e-60c2c299ae74 {
  padding-top: 20px;
padding-left: 10px;
padding-bottom: 20px;
padding-right: 10px;
}
@media (min-width: 1200px){#s-83be647d-7784-4fb1-952e-60c2c299ae74 {
  display: none;
}
#s-83be647d-7784-4fb1-952e-60c2c299ae74, #wrap-s-83be647d-7784-4fb1-952e-60c2c299ae74 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-83be647d-7784-4fb1-952e-60c2c299ae74 {
  display: none;
}
#s-83be647d-7784-4fb1-952e-60c2c299ae74, #wrap-s-83be647d-7784-4fb1-952e-60c2c299ae74 { display: none !important; }}@media (max-width: 767px){#s-83be647d-7784-4fb1-952e-60c2c299ae74 {
  display: none;
}
#s-83be647d-7784-4fb1-952e-60c2c299ae74, #wrap-s-83be647d-7784-4fb1-952e-60c2c299ae74 { display: none !important; }}
#s-38bc7c32-e882-4137-a5b2-194969b8308c {
  padding-left: 30px;
padding-right: 30px;
text-align: center;
}
@media (min-width: 1200px){#s-38bc7c32-e882-4137-a5b2-194969b8308c {
  display: none;
}
#s-38bc7c32-e882-4137-a5b2-194969b8308c, #wrap-s-38bc7c32-e882-4137-a5b2-194969b8308c { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-38bc7c32-e882-4137-a5b2-194969b8308c {
  display: none;
}
#s-38bc7c32-e882-4137-a5b2-194969b8308c, #wrap-s-38bc7c32-e882-4137-a5b2-194969b8308c { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-38bc7c32-e882-4137-a5b2-194969b8308c {
  display: none;
}
#s-38bc7c32-e882-4137-a5b2-194969b8308c, #wrap-s-38bc7c32-e882-4137-a5b2-194969b8308c { display: none !important; }}@media (max-width: 767px){#s-38bc7c32-e882-4137-a5b2-194969b8308c {
  display: none;
}
#s-38bc7c32-e882-4137-a5b2-194969b8308c, #wrap-s-38bc7c32-e882-4137-a5b2-194969b8308c { display: none !important; }}






  #s-38bc7c32-e882-4137-a5b2-194969b8308c img.shogun-image {
    

    
    
    
  }


#s-38bc7c32-e882-4137-a5b2-194969b8308c .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 1200px){#s-e4351d22-f0cd-4e1d-9f7f-f68a9d42371a {
  display: none;
}
#s-e4351d22-f0cd-4e1d-9f7f-f68a9d42371a, #wrap-s-e4351d22-f0cd-4e1d-9f7f-f68a9d42371a { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e4351d22-f0cd-4e1d-9f7f-f68a9d42371a {
  display: none;
}
#s-e4351d22-f0cd-4e1d-9f7f-f68a9d42371a, #wrap-s-e4351d22-f0cd-4e1d-9f7f-f68a9d42371a { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-e4351d22-f0cd-4e1d-9f7f-f68a9d42371a {
  display: none;
}
#s-e4351d22-f0cd-4e1d-9f7f-f68a9d42371a, #wrap-s-e4351d22-f0cd-4e1d-9f7f-f68a9d42371a { display: none !important; }}@media (max-width: 767px){#s-e4351d22-f0cd-4e1d-9f7f-f68a9d42371a {
  display: none;
}
#s-e4351d22-f0cd-4e1d-9f7f-f68a9d42371a, #wrap-s-e4351d22-f0cd-4e1d-9f7f-f68a9d42371a { display: none !important; }}
#s-e4351d22-f0cd-4e1d-9f7f-f68a9d42371a hr {
  border-top: 2px solid rgba(221, 221, 221, 0);
}

@media (min-width: 1200px){#s-57c5664b-6730-4053-bd2e-f6392a1ead66 {
  display: none;
}
#s-57c5664b-6730-4053-bd2e-f6392a1ead66, #wrap-s-57c5664b-6730-4053-bd2e-f6392a1ead66 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-57c5664b-6730-4053-bd2e-f6392a1ead66 {
  display: none;
}
#s-57c5664b-6730-4053-bd2e-f6392a1ead66, #wrap-s-57c5664b-6730-4053-bd2e-f6392a1ead66 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-57c5664b-6730-4053-bd2e-f6392a1ead66 {
  display: none;
}
#s-57c5664b-6730-4053-bd2e-f6392a1ead66, #wrap-s-57c5664b-6730-4053-bd2e-f6392a1ead66 { display: none !important; }}@media (max-width: 767px){#s-57c5664b-6730-4053-bd2e-f6392a1ead66 {
  display: none;
}
#s-57c5664b-6730-4053-bd2e-f6392a1ead66, #wrap-s-57c5664b-6730-4053-bd2e-f6392a1ead66 { display: none !important; }}
#s-57c5664b-6730-4053-bd2e-f6392a1ead66 hr {
  border-top: 2px solid rgba(221, 221, 221, 0);
}

@media (min-width: 768px) and (max-width: 991px){#s-3f959d1c-4c70-497a-ac32-eb5d5423df6b {
  display: none;
}
#s-3f959d1c-4c70-497a-ac32-eb5d5423df6b, #wrap-s-3f959d1c-4c70-497a-ac32-eb5d5423df6b { display: none !important; }}@media (max-width: 767px){#s-3f959d1c-4c70-497a-ac32-eb5d5423df6b {
  display: none;
}
#s-3f959d1c-4c70-497a-ac32-eb5d5423df6b, #wrap-s-3f959d1c-4c70-497a-ac32-eb5d5423df6b { display: none !important; }}
#s-3f959d1c-4c70-497a-ac32-eb5d5423df6b hr {
  border-top: 2px solid rgba(221, 221, 221, 0);
}

@media (min-width: 768px) and (max-width: 991px){#s-11df93b4-4fa9-491d-8da1-c6c3c003c098 {
  display: none;
}
#s-11df93b4-4fa9-491d-8da1-c6c3c003c098, #wrap-s-11df93b4-4fa9-491d-8da1-c6c3c003c098 { display: none !important; }}@media (max-width: 767px){#s-11df93b4-4fa9-491d-8da1-c6c3c003c098 {
  display: none;
}
#s-11df93b4-4fa9-491d-8da1-c6c3c003c098, #wrap-s-11df93b4-4fa9-491d-8da1-c6c3c003c098 { display: none !important; }}
@media (min-width: 0px) {
[id="s-11df93b4-4fa9-491d-8da1-c6c3c003c098"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-11df93b4-4fa9-491d-8da1-c6c3c003c098"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-11df93b4-4fa9-491d-8da1-c6c3c003c098"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-11df93b4-4fa9-491d-8da1-c6c3c003c098"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-05cdf1d1-94a3-48f4-9bb2-9f79179fe3e7 {
  margin-top: 1px;
margin-bottom: 1px;
padding-left: 50px;
padding-right: 50px;
aspect-ratio: 0;
text-align: center;
opacity: 1;
}
#s-05cdf1d1-94a3-48f4-9bb2-9f79179fe3e7:hover {opacity: 0.69 !important;}




  #s-05cdf1d1-94a3-48f4-9bb2-9f79179fe3e7 img.shogun-image,
  #s-05cdf1d1-94a3-48f4-9bb2-9f79179fe3e7 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-05cdf1d1-94a3-48f4-9bb2-9f79179fe3e7 {
    width: 100%;
    height: auto;
  }



  #s-05cdf1d1-94a3-48f4-9bb2-9f79179fe3e7 img.shogun-image {
    

    
    
    
  }


#s-05cdf1d1-94a3-48f4-9bb2-9f79179fe3e7 .shogun-image-content {
  
    align-items: center;
  
}

#s-c0fbbff4-5810-4ff5-ba15-821bb5ce4933 {
  padding-top: 20px;
padding-left: 80px;
padding-bottom: 20px;
padding-right: 80px;
}
@media (max-width: 767px){#s-c0fbbff4-5810-4ff5-ba15-821bb5ce4933 {
  display: none;
}
#s-c0fbbff4-5810-4ff5-ba15-821bb5ce4933, #wrap-s-c0fbbff4-5810-4ff5-ba15-821bb5ce4933 { display: none !important; }}
#s-583e2792-ac79-4722-9802-f3b0582c0317 {
  padding-left: 50px;
padding-right: 50px;
aspect-ratio: 0;
text-align: center;
opacity: 1;
}
#s-583e2792-ac79-4722-9802-f3b0582c0317:hover {opacity: 0.7 !important;}




  #s-583e2792-ac79-4722-9802-f3b0582c0317 img.shogun-image,
  #s-583e2792-ac79-4722-9802-f3b0582c0317 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-583e2792-ac79-4722-9802-f3b0582c0317 {
    width: 100%;
    height: auto;
  }



  #s-583e2792-ac79-4722-9802-f3b0582c0317 img.shogun-image {
    

    
    
    
  }


#s-583e2792-ac79-4722-9802-f3b0582c0317 .shogun-image-content {
  
    align-items: center;
  
}

#s-163e9a32-d961-4cde-af88-e0b418446cf7 {
  padding-top: 20px;
padding-left: 80px;
padding-bottom: 20px;
padding-right: 80px;
}
@media (max-width: 767px){#s-163e9a32-d961-4cde-af88-e0b418446cf7 {
  display: none;
}
#s-163e9a32-d961-4cde-af88-e0b418446cf7, #wrap-s-163e9a32-d961-4cde-af88-e0b418446cf7 { display: none !important; }}
@media (min-width: 1200px){#s-d4e7b5ac-65ae-4a09-9c7a-98d0ec81a284 {
  display: unset;
}
#s-d4e7b5ac-65ae-4a09-9c7a-98d0ec81a284, #wrap-s-d4e7b5ac-65ae-4a09-9c7a-98d0ec81a284 { display: unset !important; }}@media (min-width: 768px) and (max-width: 991px){#s-d4e7b5ac-65ae-4a09-9c7a-98d0ec81a284 {
  display: none;
}
#s-d4e7b5ac-65ae-4a09-9c7a-98d0ec81a284, #wrap-s-d4e7b5ac-65ae-4a09-9c7a-98d0ec81a284 { display: none !important; }}@media (max-width: 767px){#s-d4e7b5ac-65ae-4a09-9c7a-98d0ec81a284 {
  display: none;
}
#s-d4e7b5ac-65ae-4a09-9c7a-98d0ec81a284, #wrap-s-d4e7b5ac-65ae-4a09-9c7a-98d0ec81a284 { display: none !important; }}
#s-d4e7b5ac-65ae-4a09-9c7a-98d0ec81a284 hr {
  border-top: 1px solid rgba(221, 221, 221, 0);
}

#s-bf6a3742-349f-47eb-8b4a-dc93f2f22ded {
  min-height: 50px;
}
@media (min-width: 992px) and (max-width: 1199px){#s-bf6a3742-349f-47eb-8b4a-dc93f2f22ded {
  display: none;
}
#s-bf6a3742-349f-47eb-8b4a-dc93f2f22ded, #wrap-s-bf6a3742-349f-47eb-8b4a-dc93f2f22ded { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-bf6a3742-349f-47eb-8b4a-dc93f2f22ded {
  display: none;
}
#s-bf6a3742-349f-47eb-8b4a-dc93f2f22ded, #wrap-s-bf6a3742-349f-47eb-8b4a-dc93f2f22ded { display: none !important; }}@media (max-width: 767px){#s-bf6a3742-349f-47eb-8b4a-dc93f2f22ded {
  display: none;
}
#s-bf6a3742-349f-47eb-8b4a-dc93f2f22ded, #wrap-s-bf6a3742-349f-47eb-8b4a-dc93f2f22ded { display: none !important; }}







#s-bf6a3742-349f-47eb-8b4a-dc93f2f22ded > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bf6a3742-349f-47eb-8b4a-dc93f2f22ded.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 992px) and (max-width: 1199px){#s-75094fd6-7d72-4aa7-b690-72a62c564480 {
  display: none;
}
#s-75094fd6-7d72-4aa7-b690-72a62c564480, #wrap-s-75094fd6-7d72-4aa7-b690-72a62c564480 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-75094fd6-7d72-4aa7-b690-72a62c564480 {
  display: none;
}
#s-75094fd6-7d72-4aa7-b690-72a62c564480, #wrap-s-75094fd6-7d72-4aa7-b690-72a62c564480 { display: none !important; }}@media (max-width: 767px){#s-75094fd6-7d72-4aa7-b690-72a62c564480 {
  display: none;
}
#s-75094fd6-7d72-4aa7-b690-72a62c564480, #wrap-s-75094fd6-7d72-4aa7-b690-72a62c564480 { display: none !important; }}
@media (min-width: 0px) {
[id="s-75094fd6-7d72-4aa7-b690-72a62c564480"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-75094fd6-7d72-4aa7-b690-72a62c564480"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-75094fd6-7d72-4aa7-b690-72a62c564480"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-75094fd6-7d72-4aa7-b690-72a62c564480"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shg-image-content-wrapper .shogun-image.hover~* {
  z-index: 1;
}
#s-fb6146ac-5f5a-4ea1-aae8-bfa359d84665 {
  padding-left: 5%;
padding-right: 5%;
max-width: 1175px;
text-align: center;
}
@media (min-width: 992px) and (max-width: 1199px){#s-fb6146ac-5f5a-4ea1-aae8-bfa359d84665 {
  display: none;
}
#s-fb6146ac-5f5a-4ea1-aae8-bfa359d84665, #wrap-s-fb6146ac-5f5a-4ea1-aae8-bfa359d84665 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-fb6146ac-5f5a-4ea1-aae8-bfa359d84665 {
  display: none;
}
#s-fb6146ac-5f5a-4ea1-aae8-bfa359d84665, #wrap-s-fb6146ac-5f5a-4ea1-aae8-bfa359d84665 { display: none !important; }}@media (max-width: 767px){#s-fb6146ac-5f5a-4ea1-aae8-bfa359d84665 {
  display: none;
}
#s-fb6146ac-5f5a-4ea1-aae8-bfa359d84665, #wrap-s-fb6146ac-5f5a-4ea1-aae8-bfa359d84665 { display: none !important; }}






  img.s-fb6146ac-5f5a-4ea1-aae8-bfa359d84665.shogun-image {
    
    
  }


.s-fb6146ac-5f5a-4ea1-aae8-bfa359d84665 .shogun-image-content {
  
    align-items: center;
  
}

.s-fb6146ac-5f5a-4ea1-aae8-bfa359d84665.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fb6146ac-5f5a-4ea1-aae8-bfa359d84665.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fb6146ac-5f5a-4ea1-aae8-bfa359d84665.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-fb6146ac-5f5a-4ea1-aae8-bfa359d84665.shogun-image {
    
    
  }


.s-fb6146ac-5f5a-4ea1-aae8-bfa359d84665 .shogun-image-content {
  
    align-items: center;
  
}

.s-fb6146ac-5f5a-4ea1-aae8-bfa359d84665.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fb6146ac-5f5a-4ea1-aae8-bfa359d84665.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fb6146ac-5f5a-4ea1-aae8-bfa359d84665.shogun-image {
  box-sizing: border-box;
}



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





  img.s-fb6146ac-5f5a-4ea1-aae8-bfa359d84665.shogun-image {
    
    
  }


.s-fb6146ac-5f5a-4ea1-aae8-bfa359d84665 .shogun-image-content {
  
    align-items: center;
  
}

.s-fb6146ac-5f5a-4ea1-aae8-bfa359d84665.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fb6146ac-5f5a-4ea1-aae8-bfa359d84665.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fb6146ac-5f5a-4ea1-aae8-bfa359d84665.shogun-image {
  box-sizing: border-box;
}



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





  img.s-fb6146ac-5f5a-4ea1-aae8-bfa359d84665.shogun-image {
    
    
  }


.s-fb6146ac-5f5a-4ea1-aae8-bfa359d84665 .shogun-image-content {
  
    align-items: center;
  
}

.s-fb6146ac-5f5a-4ea1-aae8-bfa359d84665.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fb6146ac-5f5a-4ea1-aae8-bfa359d84665.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fb6146ac-5f5a-4ea1-aae8-bfa359d84665.shogun-image {
  box-sizing: border-box;
}



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





  img.s-fb6146ac-5f5a-4ea1-aae8-bfa359d84665.shogun-image {
    
    
  }


.s-fb6146ac-5f5a-4ea1-aae8-bfa359d84665 .shogun-image-content {
  
    align-items: center;
  
}

.s-fb6146ac-5f5a-4ea1-aae8-bfa359d84665.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fb6146ac-5f5a-4ea1-aae8-bfa359d84665.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fb6146ac-5f5a-4ea1-aae8-bfa359d84665.shogun-image {
  box-sizing: border-box;
}



}
#s-2a582d72-b728-4551-b215-c8b592b16940 {
  margin-top: 20px;
margin-left: 5%;
margin-bottom: 20px;
margin-right: 5%;
}
@media (min-width: 992px) and (max-width: 1199px){#s-2a582d72-b728-4551-b215-c8b592b16940 {
  display: none;
}
#s-2a582d72-b728-4551-b215-c8b592b16940, #wrap-s-2a582d72-b728-4551-b215-c8b592b16940 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-2a582d72-b728-4551-b215-c8b592b16940 {
  display: none;
}
#s-2a582d72-b728-4551-b215-c8b592b16940, #wrap-s-2a582d72-b728-4551-b215-c8b592b16940 { display: none !important; }}@media (max-width: 767px){#s-2a582d72-b728-4551-b215-c8b592b16940 {
  display: none;
}
#s-2a582d72-b728-4551-b215-c8b592b16940, #wrap-s-2a582d72-b728-4551-b215-c8b592b16940 { display: none !important; }}
#s-b40483cb-d650-4f79-87c6-6955a9d2df0d {
  padding-left: 5%;
padding-right: 5%;
max-width: 1175px;
text-align: center;
}







  img.s-b40483cb-d650-4f79-87c6-6955a9d2df0d.shogun-image {
    
    
  }


.s-b40483cb-d650-4f79-87c6-6955a9d2df0d .shogun-image-content {
  
    align-items: center;
  
}

.s-b40483cb-d650-4f79-87c6-6955a9d2df0d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b40483cb-d650-4f79-87c6-6955a9d2df0d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b40483cb-d650-4f79-87c6-6955a9d2df0d.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-b40483cb-d650-4f79-87c6-6955a9d2df0d.shogun-image {
    
    
  }


.s-b40483cb-d650-4f79-87c6-6955a9d2df0d .shogun-image-content {
  
    align-items: center;
  
}

.s-b40483cb-d650-4f79-87c6-6955a9d2df0d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b40483cb-d650-4f79-87c6-6955a9d2df0d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b40483cb-d650-4f79-87c6-6955a9d2df0d.shogun-image {
  box-sizing: border-box;
}



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





  img.s-b40483cb-d650-4f79-87c6-6955a9d2df0d.shogun-image {
    
    
  }


.s-b40483cb-d650-4f79-87c6-6955a9d2df0d .shogun-image-content {
  
    align-items: center;
  
}

.s-b40483cb-d650-4f79-87c6-6955a9d2df0d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b40483cb-d650-4f79-87c6-6955a9d2df0d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b40483cb-d650-4f79-87c6-6955a9d2df0d.shogun-image {
  box-sizing: border-box;
}



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





  img.s-b40483cb-d650-4f79-87c6-6955a9d2df0d.shogun-image {
    
    
  }


.s-b40483cb-d650-4f79-87c6-6955a9d2df0d .shogun-image-content {
  
    align-items: center;
  
}

.s-b40483cb-d650-4f79-87c6-6955a9d2df0d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b40483cb-d650-4f79-87c6-6955a9d2df0d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b40483cb-d650-4f79-87c6-6955a9d2df0d.shogun-image {
  box-sizing: border-box;
}



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





  img.s-b40483cb-d650-4f79-87c6-6955a9d2df0d.shogun-image {
    
    
  }


.s-b40483cb-d650-4f79-87c6-6955a9d2df0d .shogun-image-content {
  
    align-items: center;
  
}

.s-b40483cb-d650-4f79-87c6-6955a9d2df0d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b40483cb-d650-4f79-87c6-6955a9d2df0d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b40483cb-d650-4f79-87c6-6955a9d2df0d.shogun-image {
  box-sizing: border-box;
}



}
#s-d0460b6e-8273-4317-a9aa-39fc13e4a0a8 {
  margin-top: 20px;
margin-left: 5%;
margin-bottom: 20px;
margin-right: 5%;
}
@media (min-width: 992px) and (max-width: 1199px){#s-d0460b6e-8273-4317-a9aa-39fc13e4a0a8 {
  display: none;
}
#s-d0460b6e-8273-4317-a9aa-39fc13e4a0a8, #wrap-s-d0460b6e-8273-4317-a9aa-39fc13e4a0a8 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-d0460b6e-8273-4317-a9aa-39fc13e4a0a8 {
  display: none;
}
#s-d0460b6e-8273-4317-a9aa-39fc13e4a0a8, #wrap-s-d0460b6e-8273-4317-a9aa-39fc13e4a0a8 { display: none !important; }}@media (max-width: 767px){#s-d0460b6e-8273-4317-a9aa-39fc13e4a0a8 {
  display: none;
}
#s-d0460b6e-8273-4317-a9aa-39fc13e4a0a8, #wrap-s-d0460b6e-8273-4317-a9aa-39fc13e4a0a8 { display: none !important; }}
#s-f8576878-4771-4cf4-91c0-f54a2182f491 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-f8576878-4771-4cf4-91c0-f54a2182f491 {
  display: none;
}
#s-f8576878-4771-4cf4-91c0-f54a2182f491, #wrap-s-f8576878-4771-4cf4-91c0-f54a2182f491 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-f8576878-4771-4cf4-91c0-f54a2182f491 {
  display: none;
}
#s-f8576878-4771-4cf4-91c0-f54a2182f491, #wrap-s-f8576878-4771-4cf4-91c0-f54a2182f491 { display: none !important; }}@media (max-width: 767px){#s-f8576878-4771-4cf4-91c0-f54a2182f491 {
  display: none;
}
#s-f8576878-4771-4cf4-91c0-f54a2182f491, #wrap-s-f8576878-4771-4cf4-91c0-f54a2182f491 { display: none !important; }}







#s-f8576878-4771-4cf4-91c0-f54a2182f491 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f8576878-4771-4cf4-91c0-f54a2182f491.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 1200px){#s-cfbf86c1-2630-4eaa-8c35-424d99708fc1 {
  display: none;
}
#s-cfbf86c1-2630-4eaa-8c35-424d99708fc1, #wrap-s-cfbf86c1-2630-4eaa-8c35-424d99708fc1 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-cfbf86c1-2630-4eaa-8c35-424d99708fc1 {
  display: none;
}
#s-cfbf86c1-2630-4eaa-8c35-424d99708fc1, #wrap-s-cfbf86c1-2630-4eaa-8c35-424d99708fc1 { display: none !important; }}@media (max-width: 767px){#s-cfbf86c1-2630-4eaa-8c35-424d99708fc1 {
  display: none;
}
#s-cfbf86c1-2630-4eaa-8c35-424d99708fc1, #wrap-s-cfbf86c1-2630-4eaa-8c35-424d99708fc1 { display: none !important; }}
@media (min-width: 0px) {
[id="s-cfbf86c1-2630-4eaa-8c35-424d99708fc1"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-cfbf86c1-2630-4eaa-8c35-424d99708fc1"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-cfbf86c1-2630-4eaa-8c35-424d99708fc1"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-cfbf86c1-2630-4eaa-8c35-424d99708fc1"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-d2406847-6aaf-4361-b67c-1bb5d7579984 {
  padding-left: 50px;
padding-right: 50px;
text-align: center;
}
#s-d2406847-6aaf-4361-b67c-1bb5d7579984:hover {opacity: 0.7 !important;}






  #s-d2406847-6aaf-4361-b67c-1bb5d7579984 img.shogun-image {
    

    
    
    
  }


#s-d2406847-6aaf-4361-b67c-1bb5d7579984 .shogun-image-content {
  
    align-items: center;
  
}

#s-3edc05a8-796b-45e4-9956-01eddf7b7cf1 {
  margin-left: 0%;
margin-right: 0%;
padding-top: 20px;
padding-left: 80px;
padding-bottom: 20px;
padding-right: 80px;
}
@media (max-width: 767px){#s-3edc05a8-796b-45e4-9956-01eddf7b7cf1 {
  display: none;
}
#s-3edc05a8-796b-45e4-9956-01eddf7b7cf1, #wrap-s-3edc05a8-796b-45e4-9956-01eddf7b7cf1 { display: none !important; }}
#s-34ec2a97-62f5-4134-8c40-3d3f4c2855f5 {
  padding-left: 50px;
padding-right: 50px;
text-align: center;
}
#s-34ec2a97-62f5-4134-8c40-3d3f4c2855f5:hover {opacity: 0.7 !important;}






  #s-34ec2a97-62f5-4134-8c40-3d3f4c2855f5 img.shogun-image {
    

    
    
    
  }


#s-34ec2a97-62f5-4134-8c40-3d3f4c2855f5 .shogun-image-content {
  
    align-items: center;
  
}

#s-bf4f2ca6-ea55-435f-8b95-b5c45e20a7e0 {
  padding-top: 20px;
padding-left: 80px;
padding-bottom: 20px;
padding-right: 80px;
}
@media (max-width: 767px){#s-bf4f2ca6-ea55-435f-8b95-b5c45e20a7e0 {
  display: none;
}
#s-bf4f2ca6-ea55-435f-8b95-b5c45e20a7e0, #wrap-s-bf4f2ca6-ea55-435f-8b95-b5c45e20a7e0 { display: none !important; }}
@media (min-width: 1200px){#s-75cde174-0121-4445-946b-966baf48ae00 {
  display: none;
}
#s-75cde174-0121-4445-946b-966baf48ae00, #wrap-s-75cde174-0121-4445-946b-966baf48ae00 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-75cde174-0121-4445-946b-966baf48ae00 {
  display: none;
}
#s-75cde174-0121-4445-946b-966baf48ae00, #wrap-s-75cde174-0121-4445-946b-966baf48ae00 { display: none !important; }}@media (max-width: 767px){#s-75cde174-0121-4445-946b-966baf48ae00 {
  display: none;
}
#s-75cde174-0121-4445-946b-966baf48ae00, #wrap-s-75cde174-0121-4445-946b-966baf48ae00 { display: none !important; }}
#s-75cde174-0121-4445-946b-966baf48ae00 hr {
  border-top: 1px solid rgba(221, 221, 221, 0);
}

@media (min-width: 768px) and (max-width: 991px){#s-53d947c5-301a-4d78-8a21-8afc0fd925b7 {
  display: none;
}
#s-53d947c5-301a-4d78-8a21-8afc0fd925b7, #wrap-s-53d947c5-301a-4d78-8a21-8afc0fd925b7 { display: none !important; }}@media (max-width: 767px){#s-53d947c5-301a-4d78-8a21-8afc0fd925b7 {
  display: none;
}
#s-53d947c5-301a-4d78-8a21-8afc0fd925b7, #wrap-s-53d947c5-301a-4d78-8a21-8afc0fd925b7 { display: none !important; }}
@media (min-width: 0px) {
[id="s-53d947c5-301a-4d78-8a21-8afc0fd925b7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-53d947c5-301a-4d78-8a21-8afc0fd925b7"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-53d947c5-301a-4d78-8a21-8afc0fd925b7"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-53d947c5-301a-4d78-8a21-8afc0fd925b7"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-564ee40b-8350-4bbe-bf74-f27be2d0bb7c {
  padding-left: 50px;
padding-right: 50px;
max-width: 5412px;
aspect-ratio: 0;
text-align: center;
opacity: 1;
}
#s-564ee40b-8350-4bbe-bf74-f27be2d0bb7c:hover {opacity: 0.7 !important;}




  #s-564ee40b-8350-4bbe-bf74-f27be2d0bb7c img.shogun-image,
  #s-564ee40b-8350-4bbe-bf74-f27be2d0bb7c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-564ee40b-8350-4bbe-bf74-f27be2d0bb7c {
    width: 100%;
    height: auto;
  }



  #s-564ee40b-8350-4bbe-bf74-f27be2d0bb7c img.shogun-image {
    

    
    
    
  }


#s-564ee40b-8350-4bbe-bf74-f27be2d0bb7c .shogun-image-content {
  
    align-items: center;
  
}

#s-12f93d1a-75d1-4429-8170-3d8859218d22 {
  padding-top: 20px;
padding-left: 80px;
padding-bottom: 20px;
padding-right: 80px;
}
@media (max-width: 767px){#s-12f93d1a-75d1-4429-8170-3d8859218d22 {
  display: none;
}
#s-12f93d1a-75d1-4429-8170-3d8859218d22, #wrap-s-12f93d1a-75d1-4429-8170-3d8859218d22 { display: none !important; }}
#s-3c821e42-4854-488e-bb1f-1c3207c3e24b {
  padding-left: 50px;
padding-right: 50px;
max-width: 5401px;
aspect-ratio: 0;
text-align: center;
opacity: 1;
}
#s-3c821e42-4854-488e-bb1f-1c3207c3e24b:hover {opacity: 0.7 !important;}




  #s-3c821e42-4854-488e-bb1f-1c3207c3e24b img.shogun-image,
  #s-3c821e42-4854-488e-bb1f-1c3207c3e24b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-3c821e42-4854-488e-bb1f-1c3207c3e24b {
    width: 100%;
    height: auto;
  }



  #s-3c821e42-4854-488e-bb1f-1c3207c3e24b img.shogun-image {
    

    
    
    
  }


#s-3c821e42-4854-488e-bb1f-1c3207c3e24b .shogun-image-content {
  
    align-items: center;
  
}

#s-8107448e-2ee6-4368-8263-ca732855265d {
  padding-top: 20px;
padding-left: 80px;
padding-bottom: 20px;
padding-right: 80px;
}
@media (max-width: 767px){#s-8107448e-2ee6-4368-8263-ca732855265d {
  display: none;
}
#s-8107448e-2ee6-4368-8263-ca732855265d, #wrap-s-8107448e-2ee6-4368-8263-ca732855265d { display: none !important; }}
@media (min-width: 768px) and (max-width: 991px){#s-a38a6c59-f3bf-40e7-9774-37d242344f94 {
  display: none;
}
#s-a38a6c59-f3bf-40e7-9774-37d242344f94, #wrap-s-a38a6c59-f3bf-40e7-9774-37d242344f94 { display: none !important; }}@media (max-width: 767px){#s-a38a6c59-f3bf-40e7-9774-37d242344f94 {
  display: none;
}
#s-a38a6c59-f3bf-40e7-9774-37d242344f94, #wrap-s-a38a6c59-f3bf-40e7-9774-37d242344f94 { display: none !important; }}
@media (min-width: 0px) {
[id="s-a38a6c59-f3bf-40e7-9774-37d242344f94"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a38a6c59-f3bf-40e7-9774-37d242344f94"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-a38a6c59-f3bf-40e7-9774-37d242344f94"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-a38a6c59-f3bf-40e7-9774-37d242344f94"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-4796b19b-6ddb-4f52-bf88-557a2f8a4e39 {
  padding-left: 50px;
padding-right: 50px;
max-width: 3200px;
aspect-ratio: 0;
text-align: center;
opacity: 1;
}
#s-4796b19b-6ddb-4f52-bf88-557a2f8a4e39:hover {opacity: 0.7 !important;}




  #s-4796b19b-6ddb-4f52-bf88-557a2f8a4e39 img.shogun-image,
  #s-4796b19b-6ddb-4f52-bf88-557a2f8a4e39 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-4796b19b-6ddb-4f52-bf88-557a2f8a4e39 {
    width: 100%;
    height: auto;
  }



  #s-4796b19b-6ddb-4f52-bf88-557a2f8a4e39 img.shogun-image {
    

    
    
    
  }


#s-4796b19b-6ddb-4f52-bf88-557a2f8a4e39 .shogun-image-content {
  
    align-items: center;
  
}

#s-6c26e373-889c-42e2-9c9c-15915db44b6f {
  margin-left: 5%;
margin-right: 5%;
padding-top: 20px;
padding-left: 60px;
padding-bottom: 20px;
padding-right: 60px;
}
@media (max-width: 767px){#s-6c26e373-889c-42e2-9c9c-15915db44b6f {
  display: none;
}
#s-6c26e373-889c-42e2-9c9c-15915db44b6f, #wrap-s-6c26e373-889c-42e2-9c9c-15915db44b6f { display: none !important; }}
#s-b95ff41c-7487-4480-bbe6-7a839c3224c6 {
  padding-left: 50px;
padding-right: 50px;
max-width: 3200px;
text-align: center;
opacity: 1;
}
#s-b95ff41c-7487-4480-bbe6-7a839c3224c6:hover {opacity: 0.7 !important;}






  #s-b95ff41c-7487-4480-bbe6-7a839c3224c6 img.shogun-image {
    

    
    
    
  }


#s-b95ff41c-7487-4480-bbe6-7a839c3224c6 .shogun-image-content {
  
    align-items: center;
  
}

#s-df57089c-e6d6-4fd4-ba2e-efc8e89da311 {
  margin-left: 5%;
margin-right: 5%;
padding-top: 20px;
padding-left: 60px;
padding-bottom: 20px;
padding-right: 60px;
}
@media (max-width: 767px){#s-df57089c-e6d6-4fd4-ba2e-efc8e89da311 {
  display: none;
}
#s-df57089c-e6d6-4fd4-ba2e-efc8e89da311, #wrap-s-df57089c-e6d6-4fd4-ba2e-efc8e89da311 { display: none !important; }}
#s-f97f62ec-fa7c-446f-b68a-50375e2866c8 {
  opacity: 0;
}
@media (min-width: 768px) and (max-width: 991px){#s-f97f62ec-fa7c-446f-b68a-50375e2866c8 {
  display: none;
}
#s-f97f62ec-fa7c-446f-b68a-50375e2866c8, #wrap-s-f97f62ec-fa7c-446f-b68a-50375e2866c8 { display: none !important; }}@media (max-width: 767px){#s-f97f62ec-fa7c-446f-b68a-50375e2866c8 {
  display: none;
}
#s-f97f62ec-fa7c-446f-b68a-50375e2866c8, #wrap-s-f97f62ec-fa7c-446f-b68a-50375e2866c8 { display: none !important; }}
#s-f97f62ec-fa7c-446f-b68a-50375e2866c8 hr {
  border-top: 2px solid #ddd;
}

@media (min-width: 768px) and (max-width: 991px){#s-b44fc0dc-0fd8-4a7f-ba73-f6f0f84eb03c {
  display: none;
}
#s-b44fc0dc-0fd8-4a7f-ba73-f6f0f84eb03c, #wrap-s-b44fc0dc-0fd8-4a7f-ba73-f6f0f84eb03c { display: none !important; }}@media (max-width: 767px){#s-b44fc0dc-0fd8-4a7f-ba73-f6f0f84eb03c {
  display: none;
}
#s-b44fc0dc-0fd8-4a7f-ba73-f6f0f84eb03c, #wrap-s-b44fc0dc-0fd8-4a7f-ba73-f6f0f84eb03c { display: none !important; }}
@media (min-width: 0px) {
[id="s-b44fc0dc-0fd8-4a7f-ba73-f6f0f84eb03c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b44fc0dc-0fd8-4a7f-ba73-f6f0f84eb03c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-b44fc0dc-0fd8-4a7f-ba73-f6f0f84eb03c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-b44fc0dc-0fd8-4a7f-ba73-f6f0f84eb03c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-1c688a0f-efcf-4175-ba8e-f1d6bc5cb2a9 {
  padding-left: 50px;
padding-right: 50px;
max-width: 3600px;
text-align: center;
opacity: 1;
}
#s-1c688a0f-efcf-4175-ba8e-f1d6bc5cb2a9:hover {opacity: 0.7 !important;}






  #s-1c688a0f-efcf-4175-ba8e-f1d6bc5cb2a9 img.shogun-image {
    

    
    
    
  }


#s-1c688a0f-efcf-4175-ba8e-f1d6bc5cb2a9 .shogun-image-content {
  
    align-items: center;
  
}

#s-8b147144-37f4-4c19-bd4d-264a97918a2a {
  margin-left: 5%;
margin-right: 5%;
padding-top: 20px;
padding-left: 60px;
padding-bottom: 20px;
padding-right: 60px;
}
@media (max-width: 767px){#s-8b147144-37f4-4c19-bd4d-264a97918a2a {
  display: none;
}
#s-8b147144-37f4-4c19-bd4d-264a97918a2a, #wrap-s-8b147144-37f4-4c19-bd4d-264a97918a2a { display: none !important; }}
#s-8c336a37-4926-44b7-a048-a90aca9a3f3e {
  padding-left: 50px;
padding-right: 50px;
max-width: 2000px;
text-align: center;
opacity: 1;
}
#s-8c336a37-4926-44b7-a048-a90aca9a3f3e:hover {opacity: 0.7 !important;}






  #s-8c336a37-4926-44b7-a048-a90aca9a3f3e img.shogun-image {
    

    
    
    
  }


#s-8c336a37-4926-44b7-a048-a90aca9a3f3e .shogun-image-content {
  
    align-items: center;
  
}

#s-8ad4191c-d3a9-4a2e-a7ee-95dbaae1c9f9 {
  margin-left: 5%;
margin-right: 5%;
padding-top: 20px;
padding-left: 60px;
padding-bottom: 20px;
padding-right: 60px;
}
@media (max-width: 767px){#s-8ad4191c-d3a9-4a2e-a7ee-95dbaae1c9f9 {
  display: none;
}
#s-8ad4191c-d3a9-4a2e-a7ee-95dbaae1c9f9, #wrap-s-8ad4191c-d3a9-4a2e-a7ee-95dbaae1c9f9 { display: none !important; }}
#s-ecd4270d-e8c2-4046-ba34-90d53430c6f3 {
  opacity: 0;
}
@media (min-width: 1200px){#s-ecd4270d-e8c2-4046-ba34-90d53430c6f3 {
  display: unset;
}
#s-ecd4270d-e8c2-4046-ba34-90d53430c6f3, #wrap-s-ecd4270d-e8c2-4046-ba34-90d53430c6f3 { display: unset !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ecd4270d-e8c2-4046-ba34-90d53430c6f3 {
  display: none;
}
#s-ecd4270d-e8c2-4046-ba34-90d53430c6f3, #wrap-s-ecd4270d-e8c2-4046-ba34-90d53430c6f3 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-ecd4270d-e8c2-4046-ba34-90d53430c6f3 {
  display: none;
}
#s-ecd4270d-e8c2-4046-ba34-90d53430c6f3, #wrap-s-ecd4270d-e8c2-4046-ba34-90d53430c6f3 { display: none !important; }}@media (max-width: 767px){#s-ecd4270d-e8c2-4046-ba34-90d53430c6f3 {
  display: none;
}
#s-ecd4270d-e8c2-4046-ba34-90d53430c6f3, #wrap-s-ecd4270d-e8c2-4046-ba34-90d53430c6f3 { display: none !important; }}
#s-ecd4270d-e8c2-4046-ba34-90d53430c6f3 hr {
  border-top: 2px solid #ddd;
}

@media (min-width: 768px) and (max-width: 991px){#s-cc1b6718-caeb-4ba0-a13d-9684fd50cc11 {
  display: none;
}
#s-cc1b6718-caeb-4ba0-a13d-9684fd50cc11, #wrap-s-cc1b6718-caeb-4ba0-a13d-9684fd50cc11 { display: none !important; }}@media (max-width: 767px){#s-cc1b6718-caeb-4ba0-a13d-9684fd50cc11 {
  display: none;
}
#s-cc1b6718-caeb-4ba0-a13d-9684fd50cc11, #wrap-s-cc1b6718-caeb-4ba0-a13d-9684fd50cc11 { display: none !important; }}
@media (min-width: 0px) {
[id="s-cc1b6718-caeb-4ba0-a13d-9684fd50cc11"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-cc1b6718-caeb-4ba0-a13d-9684fd50cc11"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-cc1b6718-caeb-4ba0-a13d-9684fd50cc11"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-cc1b6718-caeb-4ba0-a13d-9684fd50cc11"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-f5ae92ff-c551-4da7-a791-e3b467a89258 {
  padding-left: 50px;
padding-right: 50px;
max-width: 4619px;
aspect-ratio: 0;
text-align: center;
opacity: 1;
}
#s-f5ae92ff-c551-4da7-a791-e3b467a89258:hover {opacity: 0.7 !important;}




  #s-f5ae92ff-c551-4da7-a791-e3b467a89258 img.shogun-image,
  #s-f5ae92ff-c551-4da7-a791-e3b467a89258 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f5ae92ff-c551-4da7-a791-e3b467a89258 {
    width: 100%;
    height: auto;
  }



  #s-f5ae92ff-c551-4da7-a791-e3b467a89258 img.shogun-image {
    

    
    
    
  }


#s-f5ae92ff-c551-4da7-a791-e3b467a89258 .shogun-image-content {
  
    align-items: center;
  
}

#s-12c7d297-bd9b-4156-b4df-5bd5864800d0 {
  margin-left: 5%;
margin-right: 5%;
padding-top: 20px;
padding-left: 60px;
padding-bottom: 20px;
padding-right: 60px;
}
@media (max-width: 767px){#s-12c7d297-bd9b-4156-b4df-5bd5864800d0 {
  display: none;
}
#s-12c7d297-bd9b-4156-b4df-5bd5864800d0, #wrap-s-12c7d297-bd9b-4156-b4df-5bd5864800d0 { display: none !important; }}
#s-d7b48c17-b5ad-4075-8a45-9ace45aaf23b {
  padding-left: 50px;
padding-right: 50px;
max-width: 5401px;
aspect-ratio: 0;
text-align: center;
opacity: 1;
}
#s-d7b48c17-b5ad-4075-8a45-9ace45aaf23b:hover {opacity: 0.7 !important;}




  #s-d7b48c17-b5ad-4075-8a45-9ace45aaf23b img.shogun-image,
  #s-d7b48c17-b5ad-4075-8a45-9ace45aaf23b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d7b48c17-b5ad-4075-8a45-9ace45aaf23b {
    width: 100%;
    height: auto;
  }



  #s-d7b48c17-b5ad-4075-8a45-9ace45aaf23b img.shogun-image {
    

    
    
    
  }


#s-d7b48c17-b5ad-4075-8a45-9ace45aaf23b .shogun-image-content {
  
    align-items: center;
  
}

#s-83b50a5b-3436-470b-9fbb-723cca3f9f3c {
  margin-left: 5%;
margin-right: 5%;
padding-top: 20px;
padding-left: 60px;
padding-bottom: 20px;
padding-right: 60px;
}
@media (max-width: 767px){#s-83b50a5b-3436-470b-9fbb-723cca3f9f3c {
  display: none;
}
#s-83b50a5b-3436-470b-9fbb-723cca3f9f3c, #wrap-s-83b50a5b-3436-470b-9fbb-723cca3f9f3c { display: none !important; }}
#s-505f855f-877c-4154-a4fe-ee019c3719b7 {
  opacity: 0;
}
@media (min-width: 768px) and (max-width: 991px){#s-505f855f-877c-4154-a4fe-ee019c3719b7 {
  display: none;
}
#s-505f855f-877c-4154-a4fe-ee019c3719b7, #wrap-s-505f855f-877c-4154-a4fe-ee019c3719b7 { display: none !important; }}@media (max-width: 767px){#s-505f855f-877c-4154-a4fe-ee019c3719b7 {
  display: none;
}
#s-505f855f-877c-4154-a4fe-ee019c3719b7, #wrap-s-505f855f-877c-4154-a4fe-ee019c3719b7 { display: none !important; }}
#s-505f855f-877c-4154-a4fe-ee019c3719b7 hr {
  border-top: 2px solid #ddd;
}

@media (min-width: 768px) and (max-width: 991px){#s-62447012-4316-4951-bb0a-1093f8abb40c {
  display: none;
}
#s-62447012-4316-4951-bb0a-1093f8abb40c, #wrap-s-62447012-4316-4951-bb0a-1093f8abb40c { display: none !important; }}@media (max-width: 767px){#s-62447012-4316-4951-bb0a-1093f8abb40c {
  display: none;
}
#s-62447012-4316-4951-bb0a-1093f8abb40c, #wrap-s-62447012-4316-4951-bb0a-1093f8abb40c { display: none !important; }}
@media (min-width: 0px) {
[id="s-62447012-4316-4951-bb0a-1093f8abb40c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-62447012-4316-4951-bb0a-1093f8abb40c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-62447012-4316-4951-bb0a-1093f8abb40c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-62447012-4316-4951-bb0a-1093f8abb40c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-11accc2f-5612-45be-a2bf-69c2283826da {
  max-width: 3600px;
aspect-ratio: 3600/4800;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-11accc2f-5612-45be-a2bf-69c2283826da {
  display: unset;
}
#s-11accc2f-5612-45be-a2bf-69c2283826da, #wrap-s-11accc2f-5612-45be-a2bf-69c2283826da { display: unset !important; }}@media (max-width: 767px){#s-11accc2f-5612-45be-a2bf-69c2283826da {
  display: none;
}
#s-11accc2f-5612-45be-a2bf-69c2283826da, #wrap-s-11accc2f-5612-45be-a2bf-69c2283826da { display: none !important; }}




  #s-11accc2f-5612-45be-a2bf-69c2283826da img.shogun-image,
  #s-11accc2f-5612-45be-a2bf-69c2283826da .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-11accc2f-5612-45be-a2bf-69c2283826da {
    width: 100%;
    height: auto;
  }

  #s-11accc2f-5612-45be-a2bf-69c2283826da img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-11accc2f-5612-45be-a2bf-69c2283826da.shogun-image {
    
    
  }


.s-11accc2f-5612-45be-a2bf-69c2283826da .shogun-image-content {
  
    align-items: center;
  
}

.s-11accc2f-5612-45be-a2bf-69c2283826da.shg-align-container {
  display: flex;
  justify-content: center
}

.s-11accc2f-5612-45be-a2bf-69c2283826da.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-11accc2f-5612-45be-a2bf-69c2283826da.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-11accc2f-5612-45be-a2bf-69c2283826da {
      --shg-aspect-ratio: calc(3600/4800); 
    }

    .s-11accc2f-5612-45be-a2bf-69c2283826da.shogun-image-container {
      position: relative;
    }

    .s-11accc2f-5612-45be-a2bf-69c2283826da.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-11accc2f-5612-45be-a2bf-69c2283826da.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-11accc2f-5612-45be-a2bf-69c2283826da img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-11accc2f-5612-45be-a2bf-69c2283826da img.shogun-image,
  #s-11accc2f-5612-45be-a2bf-69c2283826da .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-11accc2f-5612-45be-a2bf-69c2283826da {
    width: 100%;
    height: auto;
  }

  #s-11accc2f-5612-45be-a2bf-69c2283826da img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-11accc2f-5612-45be-a2bf-69c2283826da.shogun-image {
    
    
  }


.s-11accc2f-5612-45be-a2bf-69c2283826da .shogun-image-content {
  
    align-items: center;
  
}

.s-11accc2f-5612-45be-a2bf-69c2283826da.shg-align-container {
  display: flex;
  justify-content: center
}

.s-11accc2f-5612-45be-a2bf-69c2283826da.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-11accc2f-5612-45be-a2bf-69c2283826da.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-11accc2f-5612-45be-a2bf-69c2283826da {
      --shg-aspect-ratio: calc(3600/4800); 
    }

    .s-11accc2f-5612-45be-a2bf-69c2283826da.shogun-image-container {
      position: relative;
    }

    .s-11accc2f-5612-45be-a2bf-69c2283826da.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-11accc2f-5612-45be-a2bf-69c2283826da.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-11accc2f-5612-45be-a2bf-69c2283826da img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-11accc2f-5612-45be-a2bf-69c2283826da img.shogun-image,
  #s-11accc2f-5612-45be-a2bf-69c2283826da .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-11accc2f-5612-45be-a2bf-69c2283826da {
    width: 100%;
    height: auto;
  }

  #s-11accc2f-5612-45be-a2bf-69c2283826da img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-11accc2f-5612-45be-a2bf-69c2283826da.shogun-image {
    
    
  }


.s-11accc2f-5612-45be-a2bf-69c2283826da .shogun-image-content {
  
    align-items: center;
  
}

.s-11accc2f-5612-45be-a2bf-69c2283826da.shg-align-container {
  display: flex;
  justify-content: center
}

.s-11accc2f-5612-45be-a2bf-69c2283826da.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-11accc2f-5612-45be-a2bf-69c2283826da.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-11accc2f-5612-45be-a2bf-69c2283826da {
      --shg-aspect-ratio: calc(3600/4800); 
    }

    .s-11accc2f-5612-45be-a2bf-69c2283826da.shogun-image-container {
      position: relative;
    }

    .s-11accc2f-5612-45be-a2bf-69c2283826da.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-11accc2f-5612-45be-a2bf-69c2283826da.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-11accc2f-5612-45be-a2bf-69c2283826da img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-11accc2f-5612-45be-a2bf-69c2283826da img.shogun-image,
  #s-11accc2f-5612-45be-a2bf-69c2283826da .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-11accc2f-5612-45be-a2bf-69c2283826da {
    width: 100%;
    height: auto;
  }

  #s-11accc2f-5612-45be-a2bf-69c2283826da img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-11accc2f-5612-45be-a2bf-69c2283826da.shogun-image {
    
    
  }


.s-11accc2f-5612-45be-a2bf-69c2283826da .shogun-image-content {
  
    align-items: center;
  
}

.s-11accc2f-5612-45be-a2bf-69c2283826da.shg-align-container {
  display: flex;
  justify-content: center
}

.s-11accc2f-5612-45be-a2bf-69c2283826da.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-11accc2f-5612-45be-a2bf-69c2283826da.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-11accc2f-5612-45be-a2bf-69c2283826da {
      --shg-aspect-ratio: calc(3600/4800); 
    }

    .s-11accc2f-5612-45be-a2bf-69c2283826da.shogun-image-container {
      position: relative;
    }

    .s-11accc2f-5612-45be-a2bf-69c2283826da.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-11accc2f-5612-45be-a2bf-69c2283826da.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-11accc2f-5612-45be-a2bf-69c2283826da img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-11accc2f-5612-45be-a2bf-69c2283826da img.shogun-image,
  #s-11accc2f-5612-45be-a2bf-69c2283826da .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-11accc2f-5612-45be-a2bf-69c2283826da {
    width: 100%;
    height: auto;
  }

  #s-11accc2f-5612-45be-a2bf-69c2283826da img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-11accc2f-5612-45be-a2bf-69c2283826da.shogun-image {
    
    
  }


.s-11accc2f-5612-45be-a2bf-69c2283826da .shogun-image-content {
  
    align-items: center;
  
}

.s-11accc2f-5612-45be-a2bf-69c2283826da.shg-align-container {
  display: flex;
  justify-content: center
}

.s-11accc2f-5612-45be-a2bf-69c2283826da.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-11accc2f-5612-45be-a2bf-69c2283826da.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-11accc2f-5612-45be-a2bf-69c2283826da {
      --shg-aspect-ratio: calc(3600/4800); 
    }

    .s-11accc2f-5612-45be-a2bf-69c2283826da.shogun-image-container {
      position: relative;
    }

    .s-11accc2f-5612-45be-a2bf-69c2283826da.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-11accc2f-5612-45be-a2bf-69c2283826da.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-11accc2f-5612-45be-a2bf-69c2283826da img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-c6abab7a-c0e2-46cf-b5e9-92a71be41f3d {
  max-width: 3600px;
aspect-ratio: 3600/4800;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-c6abab7a-c0e2-46cf-b5e9-92a71be41f3d {
  display: unset;
}
#s-c6abab7a-c0e2-46cf-b5e9-92a71be41f3d, #wrap-s-c6abab7a-c0e2-46cf-b5e9-92a71be41f3d { display: unset !important; }}@media (max-width: 767px){#s-c6abab7a-c0e2-46cf-b5e9-92a71be41f3d {
  display: none;
}
#s-c6abab7a-c0e2-46cf-b5e9-92a71be41f3d, #wrap-s-c6abab7a-c0e2-46cf-b5e9-92a71be41f3d { display: none !important; }}




  #s-c6abab7a-c0e2-46cf-b5e9-92a71be41f3d img.shogun-image,
  #s-c6abab7a-c0e2-46cf-b5e9-92a71be41f3d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c6abab7a-c0e2-46cf-b5e9-92a71be41f3d {
    width: 100%;
    height: auto;
  }

  #s-c6abab7a-c0e2-46cf-b5e9-92a71be41f3d img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c6abab7a-c0e2-46cf-b5e9-92a71be41f3d.shogun-image {
    
    
  }


.s-c6abab7a-c0e2-46cf-b5e9-92a71be41f3d .shogun-image-content {
  
    align-items: center;
  
}

.s-c6abab7a-c0e2-46cf-b5e9-92a71be41f3d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c6abab7a-c0e2-46cf-b5e9-92a71be41f3d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c6abab7a-c0e2-46cf-b5e9-92a71be41f3d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c6abab7a-c0e2-46cf-b5e9-92a71be41f3d {
      --shg-aspect-ratio: calc(3600/4800); 
    }

    .s-c6abab7a-c0e2-46cf-b5e9-92a71be41f3d.shogun-image-container {
      position: relative;
    }

    .s-c6abab7a-c0e2-46cf-b5e9-92a71be41f3d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c6abab7a-c0e2-46cf-b5e9-92a71be41f3d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c6abab7a-c0e2-46cf-b5e9-92a71be41f3d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-c6abab7a-c0e2-46cf-b5e9-92a71be41f3d img.shogun-image,
  #s-c6abab7a-c0e2-46cf-b5e9-92a71be41f3d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c6abab7a-c0e2-46cf-b5e9-92a71be41f3d {
    width: 100%;
    height: auto;
  }

  #s-c6abab7a-c0e2-46cf-b5e9-92a71be41f3d img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c6abab7a-c0e2-46cf-b5e9-92a71be41f3d.shogun-image {
    
    
  }


.s-c6abab7a-c0e2-46cf-b5e9-92a71be41f3d .shogun-image-content {
  
    align-items: center;
  
}

.s-c6abab7a-c0e2-46cf-b5e9-92a71be41f3d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c6abab7a-c0e2-46cf-b5e9-92a71be41f3d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c6abab7a-c0e2-46cf-b5e9-92a71be41f3d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c6abab7a-c0e2-46cf-b5e9-92a71be41f3d {
      --shg-aspect-ratio: calc(3600/4800); 
    }

    .s-c6abab7a-c0e2-46cf-b5e9-92a71be41f3d.shogun-image-container {
      position: relative;
    }

    .s-c6abab7a-c0e2-46cf-b5e9-92a71be41f3d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c6abab7a-c0e2-46cf-b5e9-92a71be41f3d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c6abab7a-c0e2-46cf-b5e9-92a71be41f3d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-c6abab7a-c0e2-46cf-b5e9-92a71be41f3d img.shogun-image,
  #s-c6abab7a-c0e2-46cf-b5e9-92a71be41f3d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c6abab7a-c0e2-46cf-b5e9-92a71be41f3d {
    width: 100%;
    height: auto;
  }

  #s-c6abab7a-c0e2-46cf-b5e9-92a71be41f3d img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c6abab7a-c0e2-46cf-b5e9-92a71be41f3d.shogun-image {
    
    
  }


.s-c6abab7a-c0e2-46cf-b5e9-92a71be41f3d .shogun-image-content {
  
    align-items: center;
  
}

.s-c6abab7a-c0e2-46cf-b5e9-92a71be41f3d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c6abab7a-c0e2-46cf-b5e9-92a71be41f3d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c6abab7a-c0e2-46cf-b5e9-92a71be41f3d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c6abab7a-c0e2-46cf-b5e9-92a71be41f3d {
      --shg-aspect-ratio: calc(3600/4800); 
    }

    .s-c6abab7a-c0e2-46cf-b5e9-92a71be41f3d.shogun-image-container {
      position: relative;
    }

    .s-c6abab7a-c0e2-46cf-b5e9-92a71be41f3d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c6abab7a-c0e2-46cf-b5e9-92a71be41f3d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c6abab7a-c0e2-46cf-b5e9-92a71be41f3d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-c6abab7a-c0e2-46cf-b5e9-92a71be41f3d img.shogun-image,
  #s-c6abab7a-c0e2-46cf-b5e9-92a71be41f3d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c6abab7a-c0e2-46cf-b5e9-92a71be41f3d {
    width: 100%;
    height: auto;
  }

  #s-c6abab7a-c0e2-46cf-b5e9-92a71be41f3d img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c6abab7a-c0e2-46cf-b5e9-92a71be41f3d.shogun-image {
    
    
  }


.s-c6abab7a-c0e2-46cf-b5e9-92a71be41f3d .shogun-image-content {
  
    align-items: center;
  
}

.s-c6abab7a-c0e2-46cf-b5e9-92a71be41f3d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c6abab7a-c0e2-46cf-b5e9-92a71be41f3d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c6abab7a-c0e2-46cf-b5e9-92a71be41f3d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c6abab7a-c0e2-46cf-b5e9-92a71be41f3d {
      --shg-aspect-ratio: calc(3600/4800); 
    }

    .s-c6abab7a-c0e2-46cf-b5e9-92a71be41f3d.shogun-image-container {
      position: relative;
    }

    .s-c6abab7a-c0e2-46cf-b5e9-92a71be41f3d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c6abab7a-c0e2-46cf-b5e9-92a71be41f3d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c6abab7a-c0e2-46cf-b5e9-92a71be41f3d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-c6abab7a-c0e2-46cf-b5e9-92a71be41f3d img.shogun-image,
  #s-c6abab7a-c0e2-46cf-b5e9-92a71be41f3d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c6abab7a-c0e2-46cf-b5e9-92a71be41f3d {
    width: 100%;
    height: auto;
  }

  #s-c6abab7a-c0e2-46cf-b5e9-92a71be41f3d img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c6abab7a-c0e2-46cf-b5e9-92a71be41f3d.shogun-image {
    
    
  }


.s-c6abab7a-c0e2-46cf-b5e9-92a71be41f3d .shogun-image-content {
  
    align-items: center;
  
}

.s-c6abab7a-c0e2-46cf-b5e9-92a71be41f3d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c6abab7a-c0e2-46cf-b5e9-92a71be41f3d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c6abab7a-c0e2-46cf-b5e9-92a71be41f3d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c6abab7a-c0e2-46cf-b5e9-92a71be41f3d {
      --shg-aspect-ratio: calc(3600/4800); 
    }

    .s-c6abab7a-c0e2-46cf-b5e9-92a71be41f3d.shogun-image-container {
      position: relative;
    }

    .s-c6abab7a-c0e2-46cf-b5e9-92a71be41f3d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c6abab7a-c0e2-46cf-b5e9-92a71be41f3d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c6abab7a-c0e2-46cf-b5e9-92a71be41f3d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-7c9f5260-892d-4c12-a828-cf202c5c1c1c {
  max-width: 3600px;
aspect-ratio: 3600/4800;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-7c9f5260-892d-4c12-a828-cf202c5c1c1c {
  display: unset;
}
#s-7c9f5260-892d-4c12-a828-cf202c5c1c1c, #wrap-s-7c9f5260-892d-4c12-a828-cf202c5c1c1c { display: unset !important; }}@media (max-width: 767px){#s-7c9f5260-892d-4c12-a828-cf202c5c1c1c {
  display: none;
}
#s-7c9f5260-892d-4c12-a828-cf202c5c1c1c, #wrap-s-7c9f5260-892d-4c12-a828-cf202c5c1c1c { display: none !important; }}




  #s-7c9f5260-892d-4c12-a828-cf202c5c1c1c img.shogun-image,
  #s-7c9f5260-892d-4c12-a828-cf202c5c1c1c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-7c9f5260-892d-4c12-a828-cf202c5c1c1c {
    width: 100%;
    height: auto;
  }

  #s-7c9f5260-892d-4c12-a828-cf202c5c1c1c img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7c9f5260-892d-4c12-a828-cf202c5c1c1c.shogun-image {
    
    
  }


.s-7c9f5260-892d-4c12-a828-cf202c5c1c1c .shogun-image-content {
  
    align-items: center;
  
}

.s-7c9f5260-892d-4c12-a828-cf202c5c1c1c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7c9f5260-892d-4c12-a828-cf202c5c1c1c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7c9f5260-892d-4c12-a828-cf202c5c1c1c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7c9f5260-892d-4c12-a828-cf202c5c1c1c {
      --shg-aspect-ratio: calc(3600/4800); 
    }

    .s-7c9f5260-892d-4c12-a828-cf202c5c1c1c.shogun-image-container {
      position: relative;
    }

    .s-7c9f5260-892d-4c12-a828-cf202c5c1c1c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7c9f5260-892d-4c12-a828-cf202c5c1c1c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7c9f5260-892d-4c12-a828-cf202c5c1c1c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-7c9f5260-892d-4c12-a828-cf202c5c1c1c img.shogun-image,
  #s-7c9f5260-892d-4c12-a828-cf202c5c1c1c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-7c9f5260-892d-4c12-a828-cf202c5c1c1c {
    width: 100%;
    height: auto;
  }

  #s-7c9f5260-892d-4c12-a828-cf202c5c1c1c img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7c9f5260-892d-4c12-a828-cf202c5c1c1c.shogun-image {
    
    
  }


.s-7c9f5260-892d-4c12-a828-cf202c5c1c1c .shogun-image-content {
  
    align-items: center;
  
}

.s-7c9f5260-892d-4c12-a828-cf202c5c1c1c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7c9f5260-892d-4c12-a828-cf202c5c1c1c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7c9f5260-892d-4c12-a828-cf202c5c1c1c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7c9f5260-892d-4c12-a828-cf202c5c1c1c {
      --shg-aspect-ratio: calc(3600/4800); 
    }

    .s-7c9f5260-892d-4c12-a828-cf202c5c1c1c.shogun-image-container {
      position: relative;
    }

    .s-7c9f5260-892d-4c12-a828-cf202c5c1c1c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7c9f5260-892d-4c12-a828-cf202c5c1c1c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7c9f5260-892d-4c12-a828-cf202c5c1c1c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-7c9f5260-892d-4c12-a828-cf202c5c1c1c img.shogun-image,
  #s-7c9f5260-892d-4c12-a828-cf202c5c1c1c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-7c9f5260-892d-4c12-a828-cf202c5c1c1c {
    width: 100%;
    height: auto;
  }

  #s-7c9f5260-892d-4c12-a828-cf202c5c1c1c img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7c9f5260-892d-4c12-a828-cf202c5c1c1c.shogun-image {
    
    
  }


.s-7c9f5260-892d-4c12-a828-cf202c5c1c1c .shogun-image-content {
  
    align-items: center;
  
}

.s-7c9f5260-892d-4c12-a828-cf202c5c1c1c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7c9f5260-892d-4c12-a828-cf202c5c1c1c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7c9f5260-892d-4c12-a828-cf202c5c1c1c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7c9f5260-892d-4c12-a828-cf202c5c1c1c {
      --shg-aspect-ratio: calc(3600/4800); 
    }

    .s-7c9f5260-892d-4c12-a828-cf202c5c1c1c.shogun-image-container {
      position: relative;
    }

    .s-7c9f5260-892d-4c12-a828-cf202c5c1c1c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7c9f5260-892d-4c12-a828-cf202c5c1c1c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7c9f5260-892d-4c12-a828-cf202c5c1c1c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-7c9f5260-892d-4c12-a828-cf202c5c1c1c img.shogun-image,
  #s-7c9f5260-892d-4c12-a828-cf202c5c1c1c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-7c9f5260-892d-4c12-a828-cf202c5c1c1c {
    width: 100%;
    height: auto;
  }

  #s-7c9f5260-892d-4c12-a828-cf202c5c1c1c img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7c9f5260-892d-4c12-a828-cf202c5c1c1c.shogun-image {
    
    
  }


.s-7c9f5260-892d-4c12-a828-cf202c5c1c1c .shogun-image-content {
  
    align-items: center;
  
}

.s-7c9f5260-892d-4c12-a828-cf202c5c1c1c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7c9f5260-892d-4c12-a828-cf202c5c1c1c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7c9f5260-892d-4c12-a828-cf202c5c1c1c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7c9f5260-892d-4c12-a828-cf202c5c1c1c {
      --shg-aspect-ratio: calc(3600/4800); 
    }

    .s-7c9f5260-892d-4c12-a828-cf202c5c1c1c.shogun-image-container {
      position: relative;
    }

    .s-7c9f5260-892d-4c12-a828-cf202c5c1c1c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7c9f5260-892d-4c12-a828-cf202c5c1c1c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7c9f5260-892d-4c12-a828-cf202c5c1c1c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-7c9f5260-892d-4c12-a828-cf202c5c1c1c img.shogun-image,
  #s-7c9f5260-892d-4c12-a828-cf202c5c1c1c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-7c9f5260-892d-4c12-a828-cf202c5c1c1c {
    width: 100%;
    height: auto;
  }

  #s-7c9f5260-892d-4c12-a828-cf202c5c1c1c img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7c9f5260-892d-4c12-a828-cf202c5c1c1c.shogun-image {
    
    
  }


.s-7c9f5260-892d-4c12-a828-cf202c5c1c1c .shogun-image-content {
  
    align-items: center;
  
}

.s-7c9f5260-892d-4c12-a828-cf202c5c1c1c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7c9f5260-892d-4c12-a828-cf202c5c1c1c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7c9f5260-892d-4c12-a828-cf202c5c1c1c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7c9f5260-892d-4c12-a828-cf202c5c1c1c {
      --shg-aspect-ratio: calc(3600/4800); 
    }

    .s-7c9f5260-892d-4c12-a828-cf202c5c1c1c.shogun-image-container {
      position: relative;
    }

    .s-7c9f5260-892d-4c12-a828-cf202c5c1c1c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7c9f5260-892d-4c12-a828-cf202c5c1c1c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7c9f5260-892d-4c12-a828-cf202c5c1c1c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
@media (min-width: 768px) and (max-width: 991px){#s-72a353c1-dfcc-4805-ab19-be5d648ab8d4 {
  display: none;
}
#s-72a353c1-dfcc-4805-ab19-be5d648ab8d4, #wrap-s-72a353c1-dfcc-4805-ab19-be5d648ab8d4 { display: none !important; }}@media (max-width: 767px){#s-72a353c1-dfcc-4805-ab19-be5d648ab8d4 {
  display: none;
}
#s-72a353c1-dfcc-4805-ab19-be5d648ab8d4, #wrap-s-72a353c1-dfcc-4805-ab19-be5d648ab8d4 { display: none !important; }}
@media (min-width: 0px) {
[id="s-72a353c1-dfcc-4805-ab19-be5d648ab8d4"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-72a353c1-dfcc-4805-ab19-be5d648ab8d4"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-72a353c1-dfcc-4805-ab19-be5d648ab8d4"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-72a353c1-dfcc-4805-ab19-be5d648ab8d4"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-12734520-26ac-442e-831c-d05fa3e93e37 {
  margin-left: 5%;
margin-right: 5%;
padding-top: 20px;
padding-left: 5%;
padding-bottom: 20px;
padding-right: 5%;
}
@media (min-width: 768px) and (max-width: 991px){#s-12734520-26ac-442e-831c-d05fa3e93e37 {
  display: none;
}
#s-12734520-26ac-442e-831c-d05fa3e93e37, #wrap-s-12734520-26ac-442e-831c-d05fa3e93e37 { display: none !important; }}@media (max-width: 767px){#s-12734520-26ac-442e-831c-d05fa3e93e37 {
  display: none;
}
#s-12734520-26ac-442e-831c-d05fa3e93e37, #wrap-s-12734520-26ac-442e-831c-d05fa3e93e37 { display: none !important; }}
#s-0f89d967-e287-41d6-a18a-5eadd0c22ceb {
  margin-left: 5%;
margin-right: 5%;
padding-top: 20px;
padding-left: 5%;
padding-bottom: 20px;
padding-right: 5%;
}
@media (min-width: 768px) and (max-width: 991px){#s-0f89d967-e287-41d6-a18a-5eadd0c22ceb {
  display: none;
}
#s-0f89d967-e287-41d6-a18a-5eadd0c22ceb, #wrap-s-0f89d967-e287-41d6-a18a-5eadd0c22ceb { display: none !important; }}@media (max-width: 767px){#s-0f89d967-e287-41d6-a18a-5eadd0c22ceb {
  display: none;
}
#s-0f89d967-e287-41d6-a18a-5eadd0c22ceb, #wrap-s-0f89d967-e287-41d6-a18a-5eadd0c22ceb { display: none !important; }}
#s-e6d878e9-838f-4b9e-a18f-a9ffe414ca16 {
  margin-left: 5%;
margin-right: 5%;
padding-top: 20px;
padding-left: 5%;
padding-bottom: 20px;
padding-right: 5%;
}
@media (min-width: 768px) and (max-width: 991px){#s-e6d878e9-838f-4b9e-a18f-a9ffe414ca16 {
  display: none;
}
#s-e6d878e9-838f-4b9e-a18f-a9ffe414ca16, #wrap-s-e6d878e9-838f-4b9e-a18f-a9ffe414ca16 { display: none !important; }}@media (max-width: 767px){#s-e6d878e9-838f-4b9e-a18f-a9ffe414ca16 {
  display: none;
}
#s-e6d878e9-838f-4b9e-a18f-a9ffe414ca16, #wrap-s-e6d878e9-838f-4b9e-a18f-a9ffe414ca16 { display: none !important; }}
@media (min-width: 1200px){#s-f3998e6f-f013-472b-9c12-99bd1c21904b {
  display: none;
}
#s-f3998e6f-f013-472b-9c12-99bd1c21904b, #wrap-s-f3998e6f-f013-472b-9c12-99bd1c21904b { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f3998e6f-f013-472b-9c12-99bd1c21904b {
  display: none;
}
#s-f3998e6f-f013-472b-9c12-99bd1c21904b, #wrap-s-f3998e6f-f013-472b-9c12-99bd1c21904b { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-f3998e6f-f013-472b-9c12-99bd1c21904b {
  display: none;
}
#s-f3998e6f-f013-472b-9c12-99bd1c21904b, #wrap-s-f3998e6f-f013-472b-9c12-99bd1c21904b { display: none !important; }}@media (max-width: 767px){#s-f3998e6f-f013-472b-9c12-99bd1c21904b {
  display: none;
}
#s-f3998e6f-f013-472b-9c12-99bd1c21904b, #wrap-s-f3998e6f-f013-472b-9c12-99bd1c21904b { display: none !important; }}
#s-f3998e6f-f013-472b-9c12-99bd1c21904b hr {
  border-top: 2px solid rgba(221, 221, 221, 0);
}

@media (min-width: 1200px){#s-61d4a699-34d1-4f28-ba29-0a0a12fb5bb7 {
  display: none;
}
#s-61d4a699-34d1-4f28-ba29-0a0a12fb5bb7, #wrap-s-61d4a699-34d1-4f28-ba29-0a0a12fb5bb7 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-61d4a699-34d1-4f28-ba29-0a0a12fb5bb7 {
  display: none;
}
#s-61d4a699-34d1-4f28-ba29-0a0a12fb5bb7, #wrap-s-61d4a699-34d1-4f28-ba29-0a0a12fb5bb7 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-61d4a699-34d1-4f28-ba29-0a0a12fb5bb7 {
  
}
}@media (max-width: 767px){#s-61d4a699-34d1-4f28-ba29-0a0a12fb5bb7 {
  display: none;
}
#s-61d4a699-34d1-4f28-ba29-0a0a12fb5bb7, #wrap-s-61d4a699-34d1-4f28-ba29-0a0a12fb5bb7 { display: none !important; }}
@media (min-width: 0px) {
[id="s-61d4a699-34d1-4f28-ba29-0a0a12fb5bb7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-61d4a699-34d1-4f28-ba29-0a0a12fb5bb7"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-61d4a699-34d1-4f28-ba29-0a0a12fb5bb7"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-61d4a699-34d1-4f28-ba29-0a0a12fb5bb7"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-da1a2953-83b3-4edd-8a26-e59a11966e6b {
  padding-left: 10%;
padding-right: 10%;
max-width: 5412px;
text-align: center;
}







  #s-da1a2953-83b3-4edd-8a26-e59a11966e6b img.shogun-image {
    

    
    
    
  }


#s-da1a2953-83b3-4edd-8a26-e59a11966e6b .shogun-image-content {
  
    align-items: center;
  
}

#s-f8c444ed-2358-4fca-9ffd-d661c0b52b4d {
  padding-top: 20px;
padding-left: 10%;
padding-bottom: 20px;
padding-right: 10%;
}
@media (min-width: 1200px){#s-f8c444ed-2358-4fca-9ffd-d661c0b52b4d {
  display: none;
}
#s-f8c444ed-2358-4fca-9ffd-d661c0b52b4d, #wrap-s-f8c444ed-2358-4fca-9ffd-d661c0b52b4d { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f8c444ed-2358-4fca-9ffd-d661c0b52b4d {
  display: none;
}
#s-f8c444ed-2358-4fca-9ffd-d661c0b52b4d, #wrap-s-f8c444ed-2358-4fca-9ffd-d661c0b52b4d { display: none !important; }}@media (max-width: 767px){#s-f8c444ed-2358-4fca-9ffd-d661c0b52b4d {
  display: none;
}
#s-f8c444ed-2358-4fca-9ffd-d661c0b52b4d, #wrap-s-f8c444ed-2358-4fca-9ffd-d661c0b52b4d { display: none !important; }}
#s-3e947ba7-8a61-494b-bc81-f150dacec429 {
  max-width: 5401px;
aspect-ratio: 5401/6752;
text-align: center;
}





  #s-3e947ba7-8a61-494b-bc81-f150dacec429 img.shogun-image,
  #s-3e947ba7-8a61-494b-bc81-f150dacec429 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-3e947ba7-8a61-494b-bc81-f150dacec429 {
    width: 100%;
    height: auto;
  }



  #s-3e947ba7-8a61-494b-bc81-f150dacec429 img.shogun-image {
    

    
    
    
  }


#s-3e947ba7-8a61-494b-bc81-f150dacec429 .shogun-image-content {
  
    align-items: center;
  
}

#s-0436cfca-4095-475f-89e8-d6c7252a2df9 {
  padding-top: 20px;
padding-left: 10%;
padding-bottom: 20px;
padding-right: 10%;
}
@media (min-width: 1200px){#s-0436cfca-4095-475f-89e8-d6c7252a2df9 {
  display: none;
}
#s-0436cfca-4095-475f-89e8-d6c7252a2df9, #wrap-s-0436cfca-4095-475f-89e8-d6c7252a2df9 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0436cfca-4095-475f-89e8-d6c7252a2df9 {
  display: none;
}
#s-0436cfca-4095-475f-89e8-d6c7252a2df9, #wrap-s-0436cfca-4095-475f-89e8-d6c7252a2df9 { display: none !important; }}@media (max-width: 767px){#s-0436cfca-4095-475f-89e8-d6c7252a2df9 {
  display: none;
}
#s-0436cfca-4095-475f-89e8-d6c7252a2df9, #wrap-s-0436cfca-4095-475f-89e8-d6c7252a2df9 { display: none !important; }}
@media (min-width: 1200px){#s-939626da-8e0f-4246-9940-700969bee0e7 {
  display: none;
}
#s-939626da-8e0f-4246-9940-700969bee0e7, #wrap-s-939626da-8e0f-4246-9940-700969bee0e7 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-939626da-8e0f-4246-9940-700969bee0e7 {
  display: none;
}
#s-939626da-8e0f-4246-9940-700969bee0e7, #wrap-s-939626da-8e0f-4246-9940-700969bee0e7 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-939626da-8e0f-4246-9940-700969bee0e7 {
  
}
}@media (max-width: 767px){#s-939626da-8e0f-4246-9940-700969bee0e7 {
  display: none;
}
#s-939626da-8e0f-4246-9940-700969bee0e7, #wrap-s-939626da-8e0f-4246-9940-700969bee0e7 { display: none !important; }}
@media (min-width: 0px) {
[id="s-939626da-8e0f-4246-9940-700969bee0e7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-939626da-8e0f-4246-9940-700969bee0e7"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-939626da-8e0f-4246-9940-700969bee0e7"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-939626da-8e0f-4246-9940-700969bee0e7"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-a212cf98-99a8-471b-9e59-ba635cc60bee {
  padding-left: 10%;
padding-right: 10%;
max-width: 3200px;
text-align: center;
}







  #s-a212cf98-99a8-471b-9e59-ba635cc60bee img.shogun-image {
    

    
    
    
  }


#s-a212cf98-99a8-471b-9e59-ba635cc60bee .shogun-image-content {
  
    align-items: center;
  
}

#s-23268c47-4390-4e31-9343-6b5ae148eab9 {
  padding-top: 20px;
padding-left: 10%;
padding-bottom: 20px;
padding-right: 10%;
}
@media (min-width: 1200px){#s-23268c47-4390-4e31-9343-6b5ae148eab9 {
  display: none;
}
#s-23268c47-4390-4e31-9343-6b5ae148eab9, #wrap-s-23268c47-4390-4e31-9343-6b5ae148eab9 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-23268c47-4390-4e31-9343-6b5ae148eab9 {
  display: none;
}
#s-23268c47-4390-4e31-9343-6b5ae148eab9, #wrap-s-23268c47-4390-4e31-9343-6b5ae148eab9 { display: none !important; }}@media (max-width: 767px){#s-23268c47-4390-4e31-9343-6b5ae148eab9 {
  display: none;
}
#s-23268c47-4390-4e31-9343-6b5ae148eab9, #wrap-s-23268c47-4390-4e31-9343-6b5ae148eab9 { display: none !important; }}
#s-d175fad3-75eb-4e6f-a195-2ec1ca14370b {
  max-width: 3200px;
aspect-ratio: 2/3;
text-align: center;
}





  #s-d175fad3-75eb-4e6f-a195-2ec1ca14370b img.shogun-image,
  #s-d175fad3-75eb-4e6f-a195-2ec1ca14370b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d175fad3-75eb-4e6f-a195-2ec1ca14370b {
    width: 100%;
    height: auto;
  }



  #s-d175fad3-75eb-4e6f-a195-2ec1ca14370b img.shogun-image {
    

    
    
    
  }


#s-d175fad3-75eb-4e6f-a195-2ec1ca14370b .shogun-image-content {
  
    align-items: center;
  
}

#s-db7f20a6-740d-47b2-8be1-c1991d8c845a {
  padding-top: 20px;
padding-left: 6%;
padding-bottom: 20px;
padding-right: 6%;
}
@media (min-width: 1200px){#s-db7f20a6-740d-47b2-8be1-c1991d8c845a {
  display: none;
}
#s-db7f20a6-740d-47b2-8be1-c1991d8c845a, #wrap-s-db7f20a6-740d-47b2-8be1-c1991d8c845a { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-db7f20a6-740d-47b2-8be1-c1991d8c845a {
  display: none;
}
#s-db7f20a6-740d-47b2-8be1-c1991d8c845a, #wrap-s-db7f20a6-740d-47b2-8be1-c1991d8c845a { display: none !important; }}@media (max-width: 767px){#s-db7f20a6-740d-47b2-8be1-c1991d8c845a {
  display: none;
}
#s-db7f20a6-740d-47b2-8be1-c1991d8c845a, #wrap-s-db7f20a6-740d-47b2-8be1-c1991d8c845a { display: none !important; }}
@media (min-width: 1200px){#s-3408614b-6a2c-4c7e-ac29-498d24b42cf4 {
  display: none;
}
#s-3408614b-6a2c-4c7e-ac29-498d24b42cf4, #wrap-s-3408614b-6a2c-4c7e-ac29-498d24b42cf4 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3408614b-6a2c-4c7e-ac29-498d24b42cf4 {
  display: none;
}
#s-3408614b-6a2c-4c7e-ac29-498d24b42cf4, #wrap-s-3408614b-6a2c-4c7e-ac29-498d24b42cf4 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-3408614b-6a2c-4c7e-ac29-498d24b42cf4 {
  
}
}@media (max-width: 767px){#s-3408614b-6a2c-4c7e-ac29-498d24b42cf4 {
  display: none;
}
#s-3408614b-6a2c-4c7e-ac29-498d24b42cf4, #wrap-s-3408614b-6a2c-4c7e-ac29-498d24b42cf4 { display: none !important; }}
@media (min-width: 0px) {
[id="s-3408614b-6a2c-4c7e-ac29-498d24b42cf4"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3408614b-6a2c-4c7e-ac29-498d24b42cf4"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-3408614b-6a2c-4c7e-ac29-498d24b42cf4"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-3408614b-6a2c-4c7e-ac29-498d24b42cf4"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-37dfdee7-8d77-453a-8d73-179094e1a774 {
  padding-left: 10%;
padding-right: 10%;
max-width: 2000px;
text-align: center;
}







  #s-37dfdee7-8d77-453a-8d73-179094e1a774 img.shogun-image {
    

    
    
    
  }


#s-37dfdee7-8d77-453a-8d73-179094e1a774 .shogun-image-content {
  
    align-items: center;
  
}

#s-50e9fb90-ded6-44d8-bb31-5eef6fae47ed {
  padding-top: 20px;
padding-left: 10%;
padding-bottom: 20px;
padding-right: 10%;
}
@media (min-width: 1200px){#s-50e9fb90-ded6-44d8-bb31-5eef6fae47ed {
  display: none;
}
#s-50e9fb90-ded6-44d8-bb31-5eef6fae47ed, #wrap-s-50e9fb90-ded6-44d8-bb31-5eef6fae47ed { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-50e9fb90-ded6-44d8-bb31-5eef6fae47ed {
  display: none;
}
#s-50e9fb90-ded6-44d8-bb31-5eef6fae47ed, #wrap-s-50e9fb90-ded6-44d8-bb31-5eef6fae47ed { display: none !important; }}@media (max-width: 767px){#s-50e9fb90-ded6-44d8-bb31-5eef6fae47ed {
  display: none;
}
#s-50e9fb90-ded6-44d8-bb31-5eef6fae47ed, #wrap-s-50e9fb90-ded6-44d8-bb31-5eef6fae47ed { display: none !important; }}
#s-e38a8b1c-cd4e-4c95-95ac-8108f563f936 {
  max-width: 3600px;
aspect-ratio: 3600/4800;
text-align: center;
}





  #s-e38a8b1c-cd4e-4c95-95ac-8108f563f936 img.shogun-image,
  #s-e38a8b1c-cd4e-4c95-95ac-8108f563f936 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e38a8b1c-cd4e-4c95-95ac-8108f563f936 {
    width: 100%;
    height: auto;
  }



  #s-e38a8b1c-cd4e-4c95-95ac-8108f563f936 img.shogun-image {
    

    
    
    
  }


#s-e38a8b1c-cd4e-4c95-95ac-8108f563f936 .shogun-image-content {
  
    align-items: center;
  
}

#s-90ff95d7-b53d-452c-a680-5b59de14c747 {
  padding-top: 20px;
padding-left: 10%;
padding-bottom: 20px;
padding-right: 10%;
}
@media (min-width: 1200px){#s-90ff95d7-b53d-452c-a680-5b59de14c747 {
  display: none;
}
#s-90ff95d7-b53d-452c-a680-5b59de14c747, #wrap-s-90ff95d7-b53d-452c-a680-5b59de14c747 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-90ff95d7-b53d-452c-a680-5b59de14c747 {
  display: none;
}
#s-90ff95d7-b53d-452c-a680-5b59de14c747, #wrap-s-90ff95d7-b53d-452c-a680-5b59de14c747 { display: none !important; }}@media (max-width: 767px){#s-90ff95d7-b53d-452c-a680-5b59de14c747 {
  display: none;
}
#s-90ff95d7-b53d-452c-a680-5b59de14c747, #wrap-s-90ff95d7-b53d-452c-a680-5b59de14c747 { display: none !important; }}
#s-67bf4943-0a0d-40ac-bbce-7db1224e40eb {
  padding-top: 40px;
padding-right: 150px;
max-width: 3200px;
text-align: center;
}
@media (min-width: 1200px){#s-67bf4943-0a0d-40ac-bbce-7db1224e40eb {
  display: none;
}
#s-67bf4943-0a0d-40ac-bbce-7db1224e40eb, #wrap-s-67bf4943-0a0d-40ac-bbce-7db1224e40eb { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-67bf4943-0a0d-40ac-bbce-7db1224e40eb {
  display: none;
}
#s-67bf4943-0a0d-40ac-bbce-7db1224e40eb, #wrap-s-67bf4943-0a0d-40ac-bbce-7db1224e40eb { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-67bf4943-0a0d-40ac-bbce-7db1224e40eb {
  display: none;
}
#s-67bf4943-0a0d-40ac-bbce-7db1224e40eb, #wrap-s-67bf4943-0a0d-40ac-bbce-7db1224e40eb { display: none !important; }}






  #s-67bf4943-0a0d-40ac-bbce-7db1224e40eb img.shogun-image {
    

    
    
    
  }


#s-67bf4943-0a0d-40ac-bbce-7db1224e40eb .shogun-image-content {
  
    align-items: center;
  
}

#s-4321a4d8-0240-4073-9d86-2e27eeea4e58 {
  padding-top: 20px;
padding-left: 10px;
padding-bottom: 20px;
padding-right: 10px;
}
@media (min-width: 1200px){#s-4321a4d8-0240-4073-9d86-2e27eeea4e58 {
  display: none;
}
#s-4321a4d8-0240-4073-9d86-2e27eeea4e58, #wrap-s-4321a4d8-0240-4073-9d86-2e27eeea4e58 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-4321a4d8-0240-4073-9d86-2e27eeea4e58 {
  display: none;
}
#s-4321a4d8-0240-4073-9d86-2e27eeea4e58, #wrap-s-4321a4d8-0240-4073-9d86-2e27eeea4e58 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-4321a4d8-0240-4073-9d86-2e27eeea4e58 {
  display: none;
}
#s-4321a4d8-0240-4073-9d86-2e27eeea4e58, #wrap-s-4321a4d8-0240-4073-9d86-2e27eeea4e58 { display: none !important; }}
#s-6fb4bfc8-21e6-478d-bd8b-783bf51e9f6f {
  padding-left: 150px;
max-width: 3200px;
text-align: center;
}
@media (min-width: 1200px){#s-6fb4bfc8-21e6-478d-bd8b-783bf51e9f6f {
  display: none;
}
#s-6fb4bfc8-21e6-478d-bd8b-783bf51e9f6f, #wrap-s-6fb4bfc8-21e6-478d-bd8b-783bf51e9f6f { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-6fb4bfc8-21e6-478d-bd8b-783bf51e9f6f {
  display: none;
}
#s-6fb4bfc8-21e6-478d-bd8b-783bf51e9f6f, #wrap-s-6fb4bfc8-21e6-478d-bd8b-783bf51e9f6f { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-6fb4bfc8-21e6-478d-bd8b-783bf51e9f6f {
  display: none;
}
#s-6fb4bfc8-21e6-478d-bd8b-783bf51e9f6f, #wrap-s-6fb4bfc8-21e6-478d-bd8b-783bf51e9f6f { display: none !important; }}






  #s-6fb4bfc8-21e6-478d-bd8b-783bf51e9f6f img.shogun-image {
    

    
    
    
  }


#s-6fb4bfc8-21e6-478d-bd8b-783bf51e9f6f .shogun-image-content {
  
    align-items: center;
  
}

#s-5b97dcaa-25d9-4813-a638-6227f195d94d {
  padding-top: 20px;
padding-left: 10px;
padding-bottom: 20px;
padding-right: 10px;
}
@media (min-width: 1200px){#s-5b97dcaa-25d9-4813-a638-6227f195d94d {
  display: none;
}
#s-5b97dcaa-25d9-4813-a638-6227f195d94d, #wrap-s-5b97dcaa-25d9-4813-a638-6227f195d94d { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-5b97dcaa-25d9-4813-a638-6227f195d94d {
  display: none;
}
#s-5b97dcaa-25d9-4813-a638-6227f195d94d, #wrap-s-5b97dcaa-25d9-4813-a638-6227f195d94d { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-5b97dcaa-25d9-4813-a638-6227f195d94d {
  display: none;
}
#s-5b97dcaa-25d9-4813-a638-6227f195d94d, #wrap-s-5b97dcaa-25d9-4813-a638-6227f195d94d { display: none !important; }}
#s-53a81126-fa08-4081-999b-8f91175b2fa8 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 400px;
background-position: center center;
background-attachment: scroll;
}
@media (min-width: 1200px){#s-53a81126-fa08-4081-999b-8f91175b2fa8 {
  display: none;
}
#s-53a81126-fa08-4081-999b-8f91175b2fa8, #wrap-s-53a81126-fa08-4081-999b-8f91175b2fa8 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-53a81126-fa08-4081-999b-8f91175b2fa8 {
  display: none;
}
#s-53a81126-fa08-4081-999b-8f91175b2fa8, #wrap-s-53a81126-fa08-4081-999b-8f91175b2fa8 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-53a81126-fa08-4081-999b-8f91175b2fa8 {
  display: none;
}
#s-53a81126-fa08-4081-999b-8f91175b2fa8, #wrap-s-53a81126-fa08-4081-999b-8f91175b2fa8 { display: none !important; }}@media (max-width: 767px){#s-53a81126-fa08-4081-999b-8f91175b2fa8 {
  
}
}







#s-53a81126-fa08-4081-999b-8f91175b2fa8 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-53a81126-fa08-4081-999b-8f91175b2fa8 {
  cursor: pointer;
}#s-53a81126-fa08-4081-999b-8f91175b2fa8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c79dec52-dbf5-4352-844c-33826e737219 {
  border-style: solid;
margin-left: 120px;
margin-right: 120px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
background-color: rgba(0, 0, 0, 0);
}
@media (min-width: 1200px){#s-c79dec52-dbf5-4352-844c-33826e737219 {
  display: none;
}
#s-c79dec52-dbf5-4352-844c-33826e737219, #wrap-s-c79dec52-dbf5-4352-844c-33826e737219 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c79dec52-dbf5-4352-844c-33826e737219 {
  display: none;
}
#s-c79dec52-dbf5-4352-844c-33826e737219, #wrap-s-c79dec52-dbf5-4352-844c-33826e737219 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-c79dec52-dbf5-4352-844c-33826e737219 {
  
}
}@media (max-width: 767px){#s-c79dec52-dbf5-4352-844c-33826e737219 {
  display: none;
}
#s-c79dec52-dbf5-4352-844c-33826e737219, #wrap-s-c79dec52-dbf5-4352-844c-33826e737219 { display: none !important; }}
#s-14286590-7686-43c0-bd28-1d5a1c9f90eb {
  border-style: solid;
margin-left: 40px;
margin-right: 40px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
background-color: rgba(0, 0, 0, 0);
}
@media (min-width: 1200px){#s-14286590-7686-43c0-bd28-1d5a1c9f90eb {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-14286590-7686-43c0-bd28-1d5a1c9f90eb {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-14286590-7686-43c0-bd28-1d5a1c9f90eb {
  display: none;
}
#s-14286590-7686-43c0-bd28-1d5a1c9f90eb, #wrap-s-14286590-7686-43c0-bd28-1d5a1c9f90eb { display: none !important; }}@media (max-width: 767px){#s-14286590-7686-43c0-bd28-1d5a1c9f90eb {
  display: none;
}
#s-14286590-7686-43c0-bd28-1d5a1c9f90eb, #wrap-s-14286590-7686-43c0-bd28-1d5a1c9f90eb { display: none !important; }}
#s-81856a95-6780-4bd9-a801-ab41d59c1b12 {
  border-style: solid;
margin-left: 40px;
margin-right: 40px;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(242, 242, 242, 1);
text-align: center;
}
@media (min-width: 1200px){#s-81856a95-6780-4bd9-a801-ab41d59c1b12 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-81856a95-6780-4bd9-a801-ab41d59c1b12 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-81856a95-6780-4bd9-a801-ab41d59c1b12 {
  
}
}@media (max-width: 767px){#s-81856a95-6780-4bd9-a801-ab41d59c1b12 {
  display: none;
}
#s-81856a95-6780-4bd9-a801-ab41d59c1b12, #wrap-s-81856a95-6780-4bd9-a801-ab41d59c1b12 { display: none !important; }}
#s-81856a95-6780-4bd9-a801-ab41d59c1b12 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Playfair Display";
  font-style:  normal ;
  font-size: 60px;
  
  letter-spacing: 3px;
  
}



#s-0d43b8d4-1745-447b-83ab-3eb14bfa9f80 {
  border-style: solid;
margin-left: 40px;
margin-right: 40px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
background-color: rgba(0, 0, 0, 0);
}
@media (min-width: 1200px){#s-0d43b8d4-1745-447b-83ab-3eb14bfa9f80 {
  display: none;
}
#s-0d43b8d4-1745-447b-83ab-3eb14bfa9f80, #wrap-s-0d43b8d4-1745-447b-83ab-3eb14bfa9f80 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0d43b8d4-1745-447b-83ab-3eb14bfa9f80 {
  display: none;
}
#s-0d43b8d4-1745-447b-83ab-3eb14bfa9f80, #wrap-s-0d43b8d4-1745-447b-83ab-3eb14bfa9f80 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-0d43b8d4-1745-447b-83ab-3eb14bfa9f80 {
  display: none;
}
#s-0d43b8d4-1745-447b-83ab-3eb14bfa9f80, #wrap-s-0d43b8d4-1745-447b-83ab-3eb14bfa9f80 { display: none !important; }}@media (max-width: 767px){#s-0d43b8d4-1745-447b-83ab-3eb14bfa9f80 {
  display: none;
}
#s-0d43b8d4-1745-447b-83ab-3eb14bfa9f80, #wrap-s-0d43b8d4-1745-447b-83ab-3eb14bfa9f80 { display: none !important; }}
#s-b80f3884-2f6e-488d-b2f7-0c82f2fa85bc {
  padding-top: 20px;
padding-left: 10px;
padding-bottom: 0px;
padding-right: 10px;
}
@media (min-width: 1200px){#s-b80f3884-2f6e-488d-b2f7-0c82f2fa85bc {
  display: none;
}
#s-b80f3884-2f6e-488d-b2f7-0c82f2fa85bc, #wrap-s-b80f3884-2f6e-488d-b2f7-0c82f2fa85bc { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b80f3884-2f6e-488d-b2f7-0c82f2fa85bc {
  display: none;
}
#s-b80f3884-2f6e-488d-b2f7-0c82f2fa85bc, #wrap-s-b80f3884-2f6e-488d-b2f7-0c82f2fa85bc { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-b80f3884-2f6e-488d-b2f7-0c82f2fa85bc {
  display: none;
}
#s-b80f3884-2f6e-488d-b2f7-0c82f2fa85bc, #wrap-s-b80f3884-2f6e-488d-b2f7-0c82f2fa85bc { display: none !important; }}
#s-f7b405bc-f1b8-4b53-a7b5-624f41c23d33 {
  padding-top: 40px;
padding-right: 150px;
max-width: 800px;
text-align: center;
}
@media (min-width: 1200px){#s-f7b405bc-f1b8-4b53-a7b5-624f41c23d33 {
  display: none;
}
#s-f7b405bc-f1b8-4b53-a7b5-624f41c23d33, #wrap-s-f7b405bc-f1b8-4b53-a7b5-624f41c23d33 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f7b405bc-f1b8-4b53-a7b5-624f41c23d33 {
  display: none;
}
#s-f7b405bc-f1b8-4b53-a7b5-624f41c23d33, #wrap-s-f7b405bc-f1b8-4b53-a7b5-624f41c23d33 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-f7b405bc-f1b8-4b53-a7b5-624f41c23d33 {
  display: none;
}
#s-f7b405bc-f1b8-4b53-a7b5-624f41c23d33, #wrap-s-f7b405bc-f1b8-4b53-a7b5-624f41c23d33 { display: none !important; }}






  #s-f7b405bc-f1b8-4b53-a7b5-624f41c23d33 img.shogun-image {
    

    
    
    
  }


#s-f7b405bc-f1b8-4b53-a7b5-624f41c23d33 .shogun-image-content {
  
    align-items: center;
  
}

#s-5a6aa540-3eea-4377-924c-c7bcc0e2a11a {
  padding-top: 20px;
padding-left: 10px;
padding-bottom: 20px;
padding-right: 10px;
}
@media (min-width: 1200px){#s-5a6aa540-3eea-4377-924c-c7bcc0e2a11a {
  display: none;
}
#s-5a6aa540-3eea-4377-924c-c7bcc0e2a11a, #wrap-s-5a6aa540-3eea-4377-924c-c7bcc0e2a11a { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-5a6aa540-3eea-4377-924c-c7bcc0e2a11a {
  display: none;
}
#s-5a6aa540-3eea-4377-924c-c7bcc0e2a11a, #wrap-s-5a6aa540-3eea-4377-924c-c7bcc0e2a11a { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-5a6aa540-3eea-4377-924c-c7bcc0e2a11a {
  display: none;
}
#s-5a6aa540-3eea-4377-924c-c7bcc0e2a11a, #wrap-s-5a6aa540-3eea-4377-924c-c7bcc0e2a11a { display: none !important; }}
#s-ff64f07f-1893-4f80-8d83-57bb522342ab {
  padding-left: 150px;
max-width: 5412px;
text-align: center;
}
@media (min-width: 1200px){#s-ff64f07f-1893-4f80-8d83-57bb522342ab {
  display: none;
}
#s-ff64f07f-1893-4f80-8d83-57bb522342ab, #wrap-s-ff64f07f-1893-4f80-8d83-57bb522342ab { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ff64f07f-1893-4f80-8d83-57bb522342ab {
  display: none;
}
#s-ff64f07f-1893-4f80-8d83-57bb522342ab, #wrap-s-ff64f07f-1893-4f80-8d83-57bb522342ab { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-ff64f07f-1893-4f80-8d83-57bb522342ab {
  display: none;
}
#s-ff64f07f-1893-4f80-8d83-57bb522342ab, #wrap-s-ff64f07f-1893-4f80-8d83-57bb522342ab { display: none !important; }}






  #s-ff64f07f-1893-4f80-8d83-57bb522342ab img.shogun-image {
    

    
    
    
  }


#s-ff64f07f-1893-4f80-8d83-57bb522342ab .shogun-image-content {
  
    align-items: center;
  
}

#s-ac14926c-56ff-4d73-a066-d4b2ebee2957 {
  padding-top: 20px;
padding-left: 10px;
padding-bottom: 20px;
padding-right: 10px;
}
@media (min-width: 1200px){#s-ac14926c-56ff-4d73-a066-d4b2ebee2957 {
  display: none;
}
#s-ac14926c-56ff-4d73-a066-d4b2ebee2957, #wrap-s-ac14926c-56ff-4d73-a066-d4b2ebee2957 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ac14926c-56ff-4d73-a066-d4b2ebee2957 {
  display: none;
}
#s-ac14926c-56ff-4d73-a066-d4b2ebee2957, #wrap-s-ac14926c-56ff-4d73-a066-d4b2ebee2957 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-ac14926c-56ff-4d73-a066-d4b2ebee2957 {
  display: none;
}
#s-ac14926c-56ff-4d73-a066-d4b2ebee2957, #wrap-s-ac14926c-56ff-4d73-a066-d4b2ebee2957 { display: none !important; }}
#s-f4bd8444-3453-480d-baca-28b7d51c1515 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 550px;
background-position: center center;
background-attachment: scroll;
}
@media (min-width: 1200px){#s-f4bd8444-3453-480d-baca-28b7d51c1515 {
  display: none;
}
#s-f4bd8444-3453-480d-baca-28b7d51c1515, #wrap-s-f4bd8444-3453-480d-baca-28b7d51c1515 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f4bd8444-3453-480d-baca-28b7d51c1515 {
  display: none;
}
#s-f4bd8444-3453-480d-baca-28b7d51c1515, #wrap-s-f4bd8444-3453-480d-baca-28b7d51c1515 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-f4bd8444-3453-480d-baca-28b7d51c1515 {
  display: none;
}
#s-f4bd8444-3453-480d-baca-28b7d51c1515, #wrap-s-f4bd8444-3453-480d-baca-28b7d51c1515 { display: none !important; }}@media (max-width: 767px){#s-f4bd8444-3453-480d-baca-28b7d51c1515 {
  
}
}







#s-f4bd8444-3453-480d-baca-28b7d51c1515 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-f4bd8444-3453-480d-baca-28b7d51c1515 {
  cursor: pointer;
}#s-f4bd8444-3453-480d-baca-28b7d51c1515.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-634b1eec-6df4-4918-93da-25f2ad8048dc {
  border-style: solid;
margin-left: 120px;
margin-right: 120px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
background-color: rgba(0, 0, 0, 0);
}
@media (min-width: 1200px){#s-634b1eec-6df4-4918-93da-25f2ad8048dc {
  display: none;
}
#s-634b1eec-6df4-4918-93da-25f2ad8048dc, #wrap-s-634b1eec-6df4-4918-93da-25f2ad8048dc { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-634b1eec-6df4-4918-93da-25f2ad8048dc {
  display: none;
}
#s-634b1eec-6df4-4918-93da-25f2ad8048dc, #wrap-s-634b1eec-6df4-4918-93da-25f2ad8048dc { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-634b1eec-6df4-4918-93da-25f2ad8048dc {
  
}
}@media (max-width: 767px){#s-634b1eec-6df4-4918-93da-25f2ad8048dc {
  display: none;
}
#s-634b1eec-6df4-4918-93da-25f2ad8048dc, #wrap-s-634b1eec-6df4-4918-93da-25f2ad8048dc { display: none !important; }}
#s-c9337d16-90a8-4ee4-a570-1d97f74a5f13 {
  border-style: solid;
margin-left: 40px;
margin-right: 40px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
background-color: rgba(0, 0, 0, 0);
}
@media (min-width: 1200px){#s-c9337d16-90a8-4ee4-a570-1d97f74a5f13 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-c9337d16-90a8-4ee4-a570-1d97f74a5f13 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-c9337d16-90a8-4ee4-a570-1d97f74a5f13 {
  display: none;
}
#s-c9337d16-90a8-4ee4-a570-1d97f74a5f13, #wrap-s-c9337d16-90a8-4ee4-a570-1d97f74a5f13 { display: none !important; }}@media (max-width: 767px){#s-c9337d16-90a8-4ee4-a570-1d97f74a5f13 {
  display: none;
}
#s-c9337d16-90a8-4ee4-a570-1d97f74a5f13, #wrap-s-c9337d16-90a8-4ee4-a570-1d97f74a5f13 { display: none !important; }}
#s-5697b023-0aac-4cc1-9d44-02197b5560e3 {
  border-style: solid;
margin-left: 40px;
margin-right: 40px;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(242, 242, 242, 1);
text-align: center;
}
@media (min-width: 1200px){#s-5697b023-0aac-4cc1-9d44-02197b5560e3 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-5697b023-0aac-4cc1-9d44-02197b5560e3 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-5697b023-0aac-4cc1-9d44-02197b5560e3 {
  
}
}@media (max-width: 767px){#s-5697b023-0aac-4cc1-9d44-02197b5560e3 {
  display: none;
}
#s-5697b023-0aac-4cc1-9d44-02197b5560e3, #wrap-s-5697b023-0aac-4cc1-9d44-02197b5560e3 { display: none !important; }}
#s-5697b023-0aac-4cc1-9d44-02197b5560e3 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Playfair Display";
  font-style:  normal ;
  font-size: 60px;
  
  letter-spacing: 3px;
  
}



#s-7487fd54-e69c-49b5-bd18-ec32b57a676e {
  border-style: solid;
margin-left: 40px;
margin-right: 40px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
background-color: rgba(0, 0, 0, 0);
}
@media (min-width: 1200px){#s-7487fd54-e69c-49b5-bd18-ec32b57a676e {
  display: none;
}
#s-7487fd54-e69c-49b5-bd18-ec32b57a676e, #wrap-s-7487fd54-e69c-49b5-bd18-ec32b57a676e { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-7487fd54-e69c-49b5-bd18-ec32b57a676e {
  display: none;
}
#s-7487fd54-e69c-49b5-bd18-ec32b57a676e, #wrap-s-7487fd54-e69c-49b5-bd18-ec32b57a676e { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-7487fd54-e69c-49b5-bd18-ec32b57a676e {
  display: none;
}
#s-7487fd54-e69c-49b5-bd18-ec32b57a676e, #wrap-s-7487fd54-e69c-49b5-bd18-ec32b57a676e { display: none !important; }}@media (max-width: 767px){#s-7487fd54-e69c-49b5-bd18-ec32b57a676e {
  display: none;
}
#s-7487fd54-e69c-49b5-bd18-ec32b57a676e, #wrap-s-7487fd54-e69c-49b5-bd18-ec32b57a676e { display: none !important; }}
#s-84f600de-31c4-40d6-ac0c-c14e33067411 {
  padding-top: 20px;
padding-left: 10px;
padding-bottom: 0px;
padding-right: 10px;
}
@media (min-width: 1200px){#s-84f600de-31c4-40d6-ac0c-c14e33067411 {
  display: none;
}
#s-84f600de-31c4-40d6-ac0c-c14e33067411, #wrap-s-84f600de-31c4-40d6-ac0c-c14e33067411 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-84f600de-31c4-40d6-ac0c-c14e33067411 {
  display: none;
}
#s-84f600de-31c4-40d6-ac0c-c14e33067411, #wrap-s-84f600de-31c4-40d6-ac0c-c14e33067411 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-84f600de-31c4-40d6-ac0c-c14e33067411 {
  display: none;
}
#s-84f600de-31c4-40d6-ac0c-c14e33067411, #wrap-s-84f600de-31c4-40d6-ac0c-c14e33067411 { display: none !important; }}
#s-f7440c2e-c787-4871-8934-aac294271e03 {
  padding-top: 40px;
padding-right: 150px;
max-width: 3200px;
text-align: center;
}
@media (min-width: 1200px){#s-f7440c2e-c787-4871-8934-aac294271e03 {
  display: none;
}
#s-f7440c2e-c787-4871-8934-aac294271e03, #wrap-s-f7440c2e-c787-4871-8934-aac294271e03 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f7440c2e-c787-4871-8934-aac294271e03 {
  display: none;
}
#s-f7440c2e-c787-4871-8934-aac294271e03, #wrap-s-f7440c2e-c787-4871-8934-aac294271e03 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-f7440c2e-c787-4871-8934-aac294271e03 {
  display: none;
}
#s-f7440c2e-c787-4871-8934-aac294271e03, #wrap-s-f7440c2e-c787-4871-8934-aac294271e03 { display: none !important; }}






  #s-f7440c2e-c787-4871-8934-aac294271e03 img.shogun-image {
    

    
    
    
  }


#s-f7440c2e-c787-4871-8934-aac294271e03 .shogun-image-content {
  
    align-items: center;
  
}

#s-b588a708-3e28-4a4a-988f-6f9c12af01e2 {
  padding-top: 20px;
padding-left: 10px;
padding-bottom: 20px;
padding-right: 10px;
}
@media (min-width: 1200px){#s-b588a708-3e28-4a4a-988f-6f9c12af01e2 {
  display: none;
}
#s-b588a708-3e28-4a4a-988f-6f9c12af01e2, #wrap-s-b588a708-3e28-4a4a-988f-6f9c12af01e2 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b588a708-3e28-4a4a-988f-6f9c12af01e2 {
  display: none;
}
#s-b588a708-3e28-4a4a-988f-6f9c12af01e2, #wrap-s-b588a708-3e28-4a4a-988f-6f9c12af01e2 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-b588a708-3e28-4a4a-988f-6f9c12af01e2 {
  display: none;
}
#s-b588a708-3e28-4a4a-988f-6f9c12af01e2, #wrap-s-b588a708-3e28-4a4a-988f-6f9c12af01e2 { display: none !important; }}
#s-883f0757-5160-44dc-a057-ace75041c85d {
  padding-left: 150px;
max-width: 3200px;
text-align: center;
}
@media (min-width: 1200px){#s-883f0757-5160-44dc-a057-ace75041c85d {
  display: none;
}
#s-883f0757-5160-44dc-a057-ace75041c85d, #wrap-s-883f0757-5160-44dc-a057-ace75041c85d { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-883f0757-5160-44dc-a057-ace75041c85d {
  display: none;
}
#s-883f0757-5160-44dc-a057-ace75041c85d, #wrap-s-883f0757-5160-44dc-a057-ace75041c85d { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-883f0757-5160-44dc-a057-ace75041c85d {
  display: none;
}
#s-883f0757-5160-44dc-a057-ace75041c85d, #wrap-s-883f0757-5160-44dc-a057-ace75041c85d { display: none !important; }}






  #s-883f0757-5160-44dc-a057-ace75041c85d img.shogun-image {
    

    
    
    
  }


#s-883f0757-5160-44dc-a057-ace75041c85d .shogun-image-content {
  
    align-items: center;
  
}

#s-c29c3f81-f31e-4c15-b20d-dbcec786c46a {
  padding-top: 20px;
padding-left: 10px;
padding-bottom: 20px;
padding-right: 10px;
}
@media (min-width: 1200px){#s-c29c3f81-f31e-4c15-b20d-dbcec786c46a {
  display: none;
}
#s-c29c3f81-f31e-4c15-b20d-dbcec786c46a, #wrap-s-c29c3f81-f31e-4c15-b20d-dbcec786c46a { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c29c3f81-f31e-4c15-b20d-dbcec786c46a {
  display: none;
}
#s-c29c3f81-f31e-4c15-b20d-dbcec786c46a, #wrap-s-c29c3f81-f31e-4c15-b20d-dbcec786c46a { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-c29c3f81-f31e-4c15-b20d-dbcec786c46a {
  display: none;
}
#s-c29c3f81-f31e-4c15-b20d-dbcec786c46a, #wrap-s-c29c3f81-f31e-4c15-b20d-dbcec786c46a { display: none !important; }}
#s-7084c4ac-29c1-49a2-b4b5-d5045f8b134a {
  background-repeat: no-repeat;
background-size: cover;
min-height: 550px;
background-position: center center;
background-attachment: scroll;
}
@media (min-width: 1200px){#s-7084c4ac-29c1-49a2-b4b5-d5045f8b134a {
  display: none;
}
#s-7084c4ac-29c1-49a2-b4b5-d5045f8b134a, #wrap-s-7084c4ac-29c1-49a2-b4b5-d5045f8b134a { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-7084c4ac-29c1-49a2-b4b5-d5045f8b134a {
  display: none;
}
#s-7084c4ac-29c1-49a2-b4b5-d5045f8b134a, #wrap-s-7084c4ac-29c1-49a2-b4b5-d5045f8b134a { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-7084c4ac-29c1-49a2-b4b5-d5045f8b134a {
  display: none;
}
#s-7084c4ac-29c1-49a2-b4b5-d5045f8b134a, #wrap-s-7084c4ac-29c1-49a2-b4b5-d5045f8b134a { display: none !important; }}@media (max-width: 767px){#s-7084c4ac-29c1-49a2-b4b5-d5045f8b134a {
  
}
}







#s-7084c4ac-29c1-49a2-b4b5-d5045f8b134a > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-7084c4ac-29c1-49a2-b4b5-d5045f8b134a {
  cursor: pointer;
}#s-7084c4ac-29c1-49a2-b4b5-d5045f8b134a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-cf171080-0997-4cb5-8207-acc8d54508fe {
  border-style: solid;
margin-left: 120px;
margin-right: 120px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
background-color: rgba(0, 0, 0, 0);
}
@media (min-width: 1200px){#s-cf171080-0997-4cb5-8207-acc8d54508fe {
  display: none;
}
#s-cf171080-0997-4cb5-8207-acc8d54508fe, #wrap-s-cf171080-0997-4cb5-8207-acc8d54508fe { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-cf171080-0997-4cb5-8207-acc8d54508fe {
  display: none;
}
#s-cf171080-0997-4cb5-8207-acc8d54508fe, #wrap-s-cf171080-0997-4cb5-8207-acc8d54508fe { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-cf171080-0997-4cb5-8207-acc8d54508fe {
  
}
}@media (max-width: 767px){#s-cf171080-0997-4cb5-8207-acc8d54508fe {
  display: none;
}
#s-cf171080-0997-4cb5-8207-acc8d54508fe, #wrap-s-cf171080-0997-4cb5-8207-acc8d54508fe { display: none !important; }}
#s-0369a43e-b36a-46ea-893f-b1239554f6c5 {
  border-style: solid;
margin-left: 40px;
margin-right: 40px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
background-color: rgba(0, 0, 0, 0);
}
@media (min-width: 1200px){#s-0369a43e-b36a-46ea-893f-b1239554f6c5 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-0369a43e-b36a-46ea-893f-b1239554f6c5 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-0369a43e-b36a-46ea-893f-b1239554f6c5 {
  display: none;
}
#s-0369a43e-b36a-46ea-893f-b1239554f6c5, #wrap-s-0369a43e-b36a-46ea-893f-b1239554f6c5 { display: none !important; }}@media (max-width: 767px){#s-0369a43e-b36a-46ea-893f-b1239554f6c5 {
  display: none;
}
#s-0369a43e-b36a-46ea-893f-b1239554f6c5, #wrap-s-0369a43e-b36a-46ea-893f-b1239554f6c5 { display: none !important; }}
#s-df45c0d6-7992-459b-8c5c-6534a572e3be {
  border-style: solid;
margin-left: 40px;
margin-right: 40px;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(242, 242, 242, 1);
text-align: center;
}
@media (min-width: 1200px){#s-df45c0d6-7992-459b-8c5c-6534a572e3be {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-df45c0d6-7992-459b-8c5c-6534a572e3be {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-df45c0d6-7992-459b-8c5c-6534a572e3be {
  
}
}@media (max-width: 767px){#s-df45c0d6-7992-459b-8c5c-6534a572e3be {
  display: none;
}
#s-df45c0d6-7992-459b-8c5c-6534a572e3be, #wrap-s-df45c0d6-7992-459b-8c5c-6534a572e3be { display: none !important; }}
#s-df45c0d6-7992-459b-8c5c-6534a572e3be .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Playfair Display";
  font-style:  normal ;
  font-size: 60px;
  
  letter-spacing: 3px;
  
}



#s-87ad92df-447a-47ab-ba40-9166b90fb4b1 {
  border-style: solid;
margin-left: 40px;
margin-right: 40px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
background-color: rgba(0, 0, 0, 0);
}
@media (min-width: 1200px){#s-87ad92df-447a-47ab-ba40-9166b90fb4b1 {
  display: none;
}
#s-87ad92df-447a-47ab-ba40-9166b90fb4b1, #wrap-s-87ad92df-447a-47ab-ba40-9166b90fb4b1 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-87ad92df-447a-47ab-ba40-9166b90fb4b1 {
  display: none;
}
#s-87ad92df-447a-47ab-ba40-9166b90fb4b1, #wrap-s-87ad92df-447a-47ab-ba40-9166b90fb4b1 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-87ad92df-447a-47ab-ba40-9166b90fb4b1 {
  display: none;
}
#s-87ad92df-447a-47ab-ba40-9166b90fb4b1, #wrap-s-87ad92df-447a-47ab-ba40-9166b90fb4b1 { display: none !important; }}@media (max-width: 767px){#s-87ad92df-447a-47ab-ba40-9166b90fb4b1 {
  display: none;
}
#s-87ad92df-447a-47ab-ba40-9166b90fb4b1, #wrap-s-87ad92df-447a-47ab-ba40-9166b90fb4b1 { display: none !important; }}
#s-772c13d2-e71f-4c3e-a12b-093e03778e11 {
  padding-top: 20px;
padding-left: 10px;
padding-bottom: 30px;
padding-right: 10px;
}
@media (min-width: 1200px){#s-772c13d2-e71f-4c3e-a12b-093e03778e11 {
  display: none;
}
#s-772c13d2-e71f-4c3e-a12b-093e03778e11, #wrap-s-772c13d2-e71f-4c3e-a12b-093e03778e11 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-772c13d2-e71f-4c3e-a12b-093e03778e11 {
  display: none;
}
#s-772c13d2-e71f-4c3e-a12b-093e03778e11, #wrap-s-772c13d2-e71f-4c3e-a12b-093e03778e11 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-772c13d2-e71f-4c3e-a12b-093e03778e11 {
  display: none;
}
#s-772c13d2-e71f-4c3e-a12b-093e03778e11, #wrap-s-772c13d2-e71f-4c3e-a12b-093e03778e11 { display: none !important; }}
#s-ea31a4f1-8689-4416-9eb0-b8de3f533f41 {
  padding-top: 40px;
padding-right: 150px;
max-width: 3200px;
text-align: center;
}
@media (min-width: 1200px){#s-ea31a4f1-8689-4416-9eb0-b8de3f533f41 {
  display: none;
}
#s-ea31a4f1-8689-4416-9eb0-b8de3f533f41, #wrap-s-ea31a4f1-8689-4416-9eb0-b8de3f533f41 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ea31a4f1-8689-4416-9eb0-b8de3f533f41 {
  display: none;
}
#s-ea31a4f1-8689-4416-9eb0-b8de3f533f41, #wrap-s-ea31a4f1-8689-4416-9eb0-b8de3f533f41 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-ea31a4f1-8689-4416-9eb0-b8de3f533f41 {
  display: none;
}
#s-ea31a4f1-8689-4416-9eb0-b8de3f533f41, #wrap-s-ea31a4f1-8689-4416-9eb0-b8de3f533f41 { display: none !important; }}






  #s-ea31a4f1-8689-4416-9eb0-b8de3f533f41 img.shogun-image {
    

    
    
    
  }


#s-ea31a4f1-8689-4416-9eb0-b8de3f533f41 .shogun-image-content {
  
    align-items: center;
  
}

#s-438a791f-885f-453d-839e-56033bc64449 {
  padding-top: 20px;
padding-left: 10px;
padding-bottom: 20px;
padding-right: 10px;
}
@media (min-width: 1200px){#s-438a791f-885f-453d-839e-56033bc64449 {
  display: none;
}
#s-438a791f-885f-453d-839e-56033bc64449, #wrap-s-438a791f-885f-453d-839e-56033bc64449 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-438a791f-885f-453d-839e-56033bc64449 {
  display: none;
}
#s-438a791f-885f-453d-839e-56033bc64449, #wrap-s-438a791f-885f-453d-839e-56033bc64449 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-438a791f-885f-453d-839e-56033bc64449 {
  display: none;
}
#s-438a791f-885f-453d-839e-56033bc64449, #wrap-s-438a791f-885f-453d-839e-56033bc64449 { display: none !important; }}
#s-81785fcd-ab89-4748-8c36-0e94bb8dffc6 {
  padding-left: 150px;
max-width: 4619px;
text-align: center;
}
@media (min-width: 1200px){#s-81785fcd-ab89-4748-8c36-0e94bb8dffc6 {
  display: none;
}
#s-81785fcd-ab89-4748-8c36-0e94bb8dffc6, #wrap-s-81785fcd-ab89-4748-8c36-0e94bb8dffc6 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-81785fcd-ab89-4748-8c36-0e94bb8dffc6 {
  display: none;
}
#s-81785fcd-ab89-4748-8c36-0e94bb8dffc6, #wrap-s-81785fcd-ab89-4748-8c36-0e94bb8dffc6 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-81785fcd-ab89-4748-8c36-0e94bb8dffc6 {
  display: none;
}
#s-81785fcd-ab89-4748-8c36-0e94bb8dffc6, #wrap-s-81785fcd-ab89-4748-8c36-0e94bb8dffc6 { display: none !important; }}






  #s-81785fcd-ab89-4748-8c36-0e94bb8dffc6 img.shogun-image {
    

    
    
    
  }


#s-81785fcd-ab89-4748-8c36-0e94bb8dffc6 .shogun-image-content {
  
    align-items: center;
  
}

#s-772f3ca2-c8e1-423e-b8dc-d0087b9d461a {
  padding-top: 20px;
padding-left: 10px;
padding-bottom: 20px;
padding-right: 10px;
}
@media (min-width: 1200px){#s-772f3ca2-c8e1-423e-b8dc-d0087b9d461a {
  display: none;
}
#s-772f3ca2-c8e1-423e-b8dc-d0087b9d461a, #wrap-s-772f3ca2-c8e1-423e-b8dc-d0087b9d461a { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-772f3ca2-c8e1-423e-b8dc-d0087b9d461a {
  display: none;
}
#s-772f3ca2-c8e1-423e-b8dc-d0087b9d461a, #wrap-s-772f3ca2-c8e1-423e-b8dc-d0087b9d461a { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-772f3ca2-c8e1-423e-b8dc-d0087b9d461a {
  display: none;
}
#s-772f3ca2-c8e1-423e-b8dc-d0087b9d461a, #wrap-s-772f3ca2-c8e1-423e-b8dc-d0087b9d461a { display: none !important; }}
#s-661f3fd4-3ec5-47e4-9bf1-401f4088b8cb {
  background-repeat: no-repeat;
background-size: cover;
min-height: 550px;
background-position: center center;
background-attachment: scroll;
}
@media (min-width: 1200px){#s-661f3fd4-3ec5-47e4-9bf1-401f4088b8cb {
  display: none;
}
#s-661f3fd4-3ec5-47e4-9bf1-401f4088b8cb, #wrap-s-661f3fd4-3ec5-47e4-9bf1-401f4088b8cb { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-661f3fd4-3ec5-47e4-9bf1-401f4088b8cb {
  display: none;
}
#s-661f3fd4-3ec5-47e4-9bf1-401f4088b8cb, #wrap-s-661f3fd4-3ec5-47e4-9bf1-401f4088b8cb { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-661f3fd4-3ec5-47e4-9bf1-401f4088b8cb {
  display: none;
}
#s-661f3fd4-3ec5-47e4-9bf1-401f4088b8cb, #wrap-s-661f3fd4-3ec5-47e4-9bf1-401f4088b8cb { display: none !important; }}@media (max-width: 767px){#s-661f3fd4-3ec5-47e4-9bf1-401f4088b8cb {
  
}
}







#s-661f3fd4-3ec5-47e4-9bf1-401f4088b8cb > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-661f3fd4-3ec5-47e4-9bf1-401f4088b8cb {
  cursor: pointer;
}#s-661f3fd4-3ec5-47e4-9bf1-401f4088b8cb.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-43110747-13f9-42fb-be95-18cc31b982b2 {
  border-style: solid;
margin-left: 120px;
margin-right: 120px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
background-color: rgba(0, 0, 0, 0);
}
@media (min-width: 1200px){#s-43110747-13f9-42fb-be95-18cc31b982b2 {
  display: none;
}
#s-43110747-13f9-42fb-be95-18cc31b982b2, #wrap-s-43110747-13f9-42fb-be95-18cc31b982b2 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-43110747-13f9-42fb-be95-18cc31b982b2 {
  display: none;
}
#s-43110747-13f9-42fb-be95-18cc31b982b2, #wrap-s-43110747-13f9-42fb-be95-18cc31b982b2 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-43110747-13f9-42fb-be95-18cc31b982b2 {
  
}
}@media (max-width: 767px){#s-43110747-13f9-42fb-be95-18cc31b982b2 {
  display: none;
}
#s-43110747-13f9-42fb-be95-18cc31b982b2, #wrap-s-43110747-13f9-42fb-be95-18cc31b982b2 { display: none !important; }}
#s-e93cb618-3330-4cd8-840f-c83aec3041fc {
  border-style: solid;
margin-left: 40px;
margin-right: 40px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
background-color: rgba(0, 0, 0, 0);
}
@media (min-width: 1200px){#s-e93cb618-3330-4cd8-840f-c83aec3041fc {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e93cb618-3330-4cd8-840f-c83aec3041fc {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-e93cb618-3330-4cd8-840f-c83aec3041fc {
  display: none;
}
#s-e93cb618-3330-4cd8-840f-c83aec3041fc, #wrap-s-e93cb618-3330-4cd8-840f-c83aec3041fc { display: none !important; }}@media (max-width: 767px){#s-e93cb618-3330-4cd8-840f-c83aec3041fc {
  display: none;
}
#s-e93cb618-3330-4cd8-840f-c83aec3041fc, #wrap-s-e93cb618-3330-4cd8-840f-c83aec3041fc { display: none !important; }}
#s-89789846-f098-4cae-ba57-398d64709f96 {
  border-style: solid;
margin-left: 40px;
margin-right: 40px;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(242, 242, 242, 1);
text-align: center;
}
@media (min-width: 1200px){#s-89789846-f098-4cae-ba57-398d64709f96 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-89789846-f098-4cae-ba57-398d64709f96 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-89789846-f098-4cae-ba57-398d64709f96 {
  
}
}@media (max-width: 767px){#s-89789846-f098-4cae-ba57-398d64709f96 {
  display: none;
}
#s-89789846-f098-4cae-ba57-398d64709f96, #wrap-s-89789846-f098-4cae-ba57-398d64709f96 { display: none !important; }}
#s-89789846-f098-4cae-ba57-398d64709f96 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Playfair Display";
  font-style:  normal ;
  font-size: 60px;
  
  letter-spacing: 3px;
  
}



#s-fd568dea-865b-4028-93db-d9e3d044961d {
  border-style: solid;
margin-left: 40px;
margin-right: 40px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
background-color: rgba(0, 0, 0, 0);
}
@media (min-width: 1200px){#s-fd568dea-865b-4028-93db-d9e3d044961d {
  display: none;
}
#s-fd568dea-865b-4028-93db-d9e3d044961d, #wrap-s-fd568dea-865b-4028-93db-d9e3d044961d { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-fd568dea-865b-4028-93db-d9e3d044961d {
  display: none;
}
#s-fd568dea-865b-4028-93db-d9e3d044961d, #wrap-s-fd568dea-865b-4028-93db-d9e3d044961d { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-fd568dea-865b-4028-93db-d9e3d044961d {
  display: none;
}
#s-fd568dea-865b-4028-93db-d9e3d044961d, #wrap-s-fd568dea-865b-4028-93db-d9e3d044961d { display: none !important; }}@media (max-width: 767px){#s-fd568dea-865b-4028-93db-d9e3d044961d {
  display: none;
}
#s-fd568dea-865b-4028-93db-d9e3d044961d, #wrap-s-fd568dea-865b-4028-93db-d9e3d044961d { display: none !important; }}
#s-bf7ba515-0e83-4dcb-8a5b-b00f2af91ce2 {
  padding-top: 20px;
padding-left: 10px;
padding-bottom: 30px;
padding-right: 10px;
}
@media (min-width: 1200px){#s-bf7ba515-0e83-4dcb-8a5b-b00f2af91ce2 {
  display: none;
}
#s-bf7ba515-0e83-4dcb-8a5b-b00f2af91ce2, #wrap-s-bf7ba515-0e83-4dcb-8a5b-b00f2af91ce2 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-bf7ba515-0e83-4dcb-8a5b-b00f2af91ce2 {
  display: none;
}
#s-bf7ba515-0e83-4dcb-8a5b-b00f2af91ce2, #wrap-s-bf7ba515-0e83-4dcb-8a5b-b00f2af91ce2 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-bf7ba515-0e83-4dcb-8a5b-b00f2af91ce2 {
  display: none;
}
#s-bf7ba515-0e83-4dcb-8a5b-b00f2af91ce2, #wrap-s-bf7ba515-0e83-4dcb-8a5b-b00f2af91ce2 { display: none !important; }}
@media (min-width: 1200px){#s-dfe21991-78e0-4bb2-b278-23f7560145e0 {
  display: none;
}
#s-dfe21991-78e0-4bb2-b278-23f7560145e0, #wrap-s-dfe21991-78e0-4bb2-b278-23f7560145e0 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-dfe21991-78e0-4bb2-b278-23f7560145e0 {
  display: none;
}
#s-dfe21991-78e0-4bb2-b278-23f7560145e0, #wrap-s-dfe21991-78e0-4bb2-b278-23f7560145e0 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-dfe21991-78e0-4bb2-b278-23f7560145e0 {
  display: none;
}
#s-dfe21991-78e0-4bb2-b278-23f7560145e0, #wrap-s-dfe21991-78e0-4bb2-b278-23f7560145e0 { display: none !important; }}@media (max-width: 767px){#s-dfe21991-78e0-4bb2-b278-23f7560145e0 {
  display: none;
}
#s-dfe21991-78e0-4bb2-b278-23f7560145e0, #wrap-s-dfe21991-78e0-4bb2-b278-23f7560145e0 { display: none !important; }}
#s-dfe21991-78e0-4bb2-b278-23f7560145e0 hr {
  border-top: 2px solid rgba(221, 221, 221, 0);
}

@media (min-width: 1200px){#s-fa5034da-f0fb-4820-acab-e94d666c4f9e {
  display: none;
}
#s-fa5034da-f0fb-4820-acab-e94d666c4f9e, #wrap-s-fa5034da-f0fb-4820-acab-e94d666c4f9e { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-fa5034da-f0fb-4820-acab-e94d666c4f9e {
  display: none;
}
#s-fa5034da-f0fb-4820-acab-e94d666c4f9e, #wrap-s-fa5034da-f0fb-4820-acab-e94d666c4f9e { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-fa5034da-f0fb-4820-acab-e94d666c4f9e {
  
}
}@media (max-width: 767px){#s-fa5034da-f0fb-4820-acab-e94d666c4f9e {
  display: none;
}
#s-fa5034da-f0fb-4820-acab-e94d666c4f9e, #wrap-s-fa5034da-f0fb-4820-acab-e94d666c4f9e { display: none !important; }}
@media (min-width: 0px) {
[id="s-fa5034da-f0fb-4820-acab-e94d666c4f9e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-fa5034da-f0fb-4820-acab-e94d666c4f9e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-fa5034da-f0fb-4820-acab-e94d666c4f9e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-fa5034da-f0fb-4820-acab-e94d666c4f9e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-0f750200-51f5-495b-bb1f-0cc64d843722 {
  margin-left: 10%;
margin-right: 10%;
padding-left: 0%;
padding-right: 0%;
max-width: 4619px;
aspect-ratio: 4619/5774;
text-align: center;
}







  #s-0f750200-51f5-495b-bb1f-0cc64d843722 img.shogun-image {
    

    
    
    
  }


#s-0f750200-51f5-495b-bb1f-0cc64d843722 .shogun-image-content {
  
    align-items: center;
  
}

#s-2ea33d20-1c45-4d56-903e-7387400177b4 {
  padding-top: 20px;
padding-left: 10px;
padding-bottom: 20px;
padding-right: 10px;
}
@media (min-width: 1200px){#s-2ea33d20-1c45-4d56-903e-7387400177b4 {
  display: none;
}
#s-2ea33d20-1c45-4d56-903e-7387400177b4, #wrap-s-2ea33d20-1c45-4d56-903e-7387400177b4 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-2ea33d20-1c45-4d56-903e-7387400177b4 {
  display: none;
}
#s-2ea33d20-1c45-4d56-903e-7387400177b4, #wrap-s-2ea33d20-1c45-4d56-903e-7387400177b4 { display: none !important; }}@media (max-width: 767px){#s-2ea33d20-1c45-4d56-903e-7387400177b4 {
  display: none;
}
#s-2ea33d20-1c45-4d56-903e-7387400177b4, #wrap-s-2ea33d20-1c45-4d56-903e-7387400177b4 { display: none !important; }}
#s-d4e807e9-e1e9-4833-a7a8-d7a1a0870a71 {
  max-width: 5401px;
aspect-ratio: 5401/6752;
text-align: center;
}





  #s-d4e807e9-e1e9-4833-a7a8-d7a1a0870a71 img.shogun-image,
  #s-d4e807e9-e1e9-4833-a7a8-d7a1a0870a71 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d4e807e9-e1e9-4833-a7a8-d7a1a0870a71 {
    width: 100%;
    height: auto;
  }



  #s-d4e807e9-e1e9-4833-a7a8-d7a1a0870a71 img.shogun-image {
    

    
    
    
  }


#s-d4e807e9-e1e9-4833-a7a8-d7a1a0870a71 .shogun-image-content {
  
    align-items: center;
  
}

#s-051f1f48-d0db-4815-81aa-c48fa39da62c {
  padding-top: 20px;
padding-left: 10px;
padding-bottom: 20px;
padding-right: 10px;
}
@media (min-width: 1200px){#s-051f1f48-d0db-4815-81aa-c48fa39da62c {
  display: none;
}
#s-051f1f48-d0db-4815-81aa-c48fa39da62c, #wrap-s-051f1f48-d0db-4815-81aa-c48fa39da62c { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-051f1f48-d0db-4815-81aa-c48fa39da62c {
  display: none;
}
#s-051f1f48-d0db-4815-81aa-c48fa39da62c, #wrap-s-051f1f48-d0db-4815-81aa-c48fa39da62c { display: none !important; }}@media (max-width: 767px){#s-051f1f48-d0db-4815-81aa-c48fa39da62c {
  display: none;
}
#s-051f1f48-d0db-4815-81aa-c48fa39da62c, #wrap-s-051f1f48-d0db-4815-81aa-c48fa39da62c { display: none !important; }}
#s-64063ec0-d76d-4595-8c56-c45b74a8676e {
  margin-left: 0%;
margin-right: 0%;
padding-left: 0%;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
}
@media (min-width: 1200px){#s-64063ec0-d76d-4595-8c56-c45b74a8676e {
  display: none;
}
#s-64063ec0-d76d-4595-8c56-c45b74a8676e, #wrap-s-64063ec0-d76d-4595-8c56-c45b74a8676e { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-64063ec0-d76d-4595-8c56-c45b74a8676e {
  display: none;
}
#s-64063ec0-d76d-4595-8c56-c45b74a8676e, #wrap-s-64063ec0-d76d-4595-8c56-c45b74a8676e { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-64063ec0-d76d-4595-8c56-c45b74a8676e {
  display: unset;
}
#s-64063ec0-d76d-4595-8c56-c45b74a8676e, #wrap-s-64063ec0-d76d-4595-8c56-c45b74a8676e { display: unset !important; }}@media (max-width: 767px){#s-64063ec0-d76d-4595-8c56-c45b74a8676e {
  display: none;
}
#s-64063ec0-d76d-4595-8c56-c45b74a8676e, #wrap-s-64063ec0-d76d-4595-8c56-c45b74a8676e { display: none !important; }}
@media (min-width: 0px) {
[id="s-64063ec0-d76d-4595-8c56-c45b74a8676e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-64063ec0-d76d-4595-8c56-c45b74a8676e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-64063ec0-d76d-4595-8c56-c45b74a8676e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-64063ec0-d76d-4595-8c56-c45b74a8676e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-7a3e442e-de75-4a68-889c-b695f98f87a6 {
  max-width: 3600px;
aspect-ratio: 3600/4800;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-7a3e442e-de75-4a68-889c-b695f98f87a6 {
  display: unset;
}
#s-7a3e442e-de75-4a68-889c-b695f98f87a6, #wrap-s-7a3e442e-de75-4a68-889c-b695f98f87a6 { display: unset !important; }}@media (max-width: 767px){#s-7a3e442e-de75-4a68-889c-b695f98f87a6 {
  display: none;
}
#s-7a3e442e-de75-4a68-889c-b695f98f87a6, #wrap-s-7a3e442e-de75-4a68-889c-b695f98f87a6 { display: none !important; }}




  #s-7a3e442e-de75-4a68-889c-b695f98f87a6 img.shogun-image,
  #s-7a3e442e-de75-4a68-889c-b695f98f87a6 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-7a3e442e-de75-4a68-889c-b695f98f87a6 {
    width: 100%;
    height: auto;
  }

  #s-7a3e442e-de75-4a68-889c-b695f98f87a6 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7a3e442e-de75-4a68-889c-b695f98f87a6.shogun-image {
    
    
  }


.s-7a3e442e-de75-4a68-889c-b695f98f87a6 .shogun-image-content {
  
    align-items: center;
  
}

.s-7a3e442e-de75-4a68-889c-b695f98f87a6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7a3e442e-de75-4a68-889c-b695f98f87a6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7a3e442e-de75-4a68-889c-b695f98f87a6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7a3e442e-de75-4a68-889c-b695f98f87a6 {
      --shg-aspect-ratio: calc(3600/4800); 
    }

    .s-7a3e442e-de75-4a68-889c-b695f98f87a6.shogun-image-container {
      position: relative;
    }

    .s-7a3e442e-de75-4a68-889c-b695f98f87a6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7a3e442e-de75-4a68-889c-b695f98f87a6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7a3e442e-de75-4a68-889c-b695f98f87a6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-7a3e442e-de75-4a68-889c-b695f98f87a6 img.shogun-image,
  #s-7a3e442e-de75-4a68-889c-b695f98f87a6 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-7a3e442e-de75-4a68-889c-b695f98f87a6 {
    width: 100%;
    height: auto;
  }

  #s-7a3e442e-de75-4a68-889c-b695f98f87a6 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7a3e442e-de75-4a68-889c-b695f98f87a6.shogun-image {
    
    
  }


.s-7a3e442e-de75-4a68-889c-b695f98f87a6 .shogun-image-content {
  
    align-items: center;
  
}

.s-7a3e442e-de75-4a68-889c-b695f98f87a6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7a3e442e-de75-4a68-889c-b695f98f87a6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7a3e442e-de75-4a68-889c-b695f98f87a6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7a3e442e-de75-4a68-889c-b695f98f87a6 {
      --shg-aspect-ratio: calc(3600/4800); 
    }

    .s-7a3e442e-de75-4a68-889c-b695f98f87a6.shogun-image-container {
      position: relative;
    }

    .s-7a3e442e-de75-4a68-889c-b695f98f87a6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7a3e442e-de75-4a68-889c-b695f98f87a6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7a3e442e-de75-4a68-889c-b695f98f87a6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-7a3e442e-de75-4a68-889c-b695f98f87a6 img.shogun-image,
  #s-7a3e442e-de75-4a68-889c-b695f98f87a6 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-7a3e442e-de75-4a68-889c-b695f98f87a6 {
    width: 100%;
    height: auto;
  }

  #s-7a3e442e-de75-4a68-889c-b695f98f87a6 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7a3e442e-de75-4a68-889c-b695f98f87a6.shogun-image {
    
    
  }


.s-7a3e442e-de75-4a68-889c-b695f98f87a6 .shogun-image-content {
  
    align-items: center;
  
}

.s-7a3e442e-de75-4a68-889c-b695f98f87a6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7a3e442e-de75-4a68-889c-b695f98f87a6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7a3e442e-de75-4a68-889c-b695f98f87a6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7a3e442e-de75-4a68-889c-b695f98f87a6 {
      --shg-aspect-ratio: calc(3600/4800); 
    }

    .s-7a3e442e-de75-4a68-889c-b695f98f87a6.shogun-image-container {
      position: relative;
    }

    .s-7a3e442e-de75-4a68-889c-b695f98f87a6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7a3e442e-de75-4a68-889c-b695f98f87a6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7a3e442e-de75-4a68-889c-b695f98f87a6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-7a3e442e-de75-4a68-889c-b695f98f87a6 img.shogun-image,
  #s-7a3e442e-de75-4a68-889c-b695f98f87a6 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-7a3e442e-de75-4a68-889c-b695f98f87a6 {
    width: 100%;
    height: auto;
  }

  #s-7a3e442e-de75-4a68-889c-b695f98f87a6 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7a3e442e-de75-4a68-889c-b695f98f87a6.shogun-image {
    
    
  }


.s-7a3e442e-de75-4a68-889c-b695f98f87a6 .shogun-image-content {
  
    align-items: center;
  
}

.s-7a3e442e-de75-4a68-889c-b695f98f87a6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7a3e442e-de75-4a68-889c-b695f98f87a6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7a3e442e-de75-4a68-889c-b695f98f87a6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7a3e442e-de75-4a68-889c-b695f98f87a6 {
      --shg-aspect-ratio: calc(3600/4800); 
    }

    .s-7a3e442e-de75-4a68-889c-b695f98f87a6.shogun-image-container {
      position: relative;
    }

    .s-7a3e442e-de75-4a68-889c-b695f98f87a6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7a3e442e-de75-4a68-889c-b695f98f87a6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7a3e442e-de75-4a68-889c-b695f98f87a6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-7a3e442e-de75-4a68-889c-b695f98f87a6 img.shogun-image,
  #s-7a3e442e-de75-4a68-889c-b695f98f87a6 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-7a3e442e-de75-4a68-889c-b695f98f87a6 {
    width: 100%;
    height: auto;
  }

  #s-7a3e442e-de75-4a68-889c-b695f98f87a6 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7a3e442e-de75-4a68-889c-b695f98f87a6.shogun-image {
    
    
  }


.s-7a3e442e-de75-4a68-889c-b695f98f87a6 .shogun-image-content {
  
    align-items: center;
  
}

.s-7a3e442e-de75-4a68-889c-b695f98f87a6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7a3e442e-de75-4a68-889c-b695f98f87a6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7a3e442e-de75-4a68-889c-b695f98f87a6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7a3e442e-de75-4a68-889c-b695f98f87a6 {
      --shg-aspect-ratio: calc(3600/4800); 
    }

    .s-7a3e442e-de75-4a68-889c-b695f98f87a6.shogun-image-container {
      position: relative;
    }

    .s-7a3e442e-de75-4a68-889c-b695f98f87a6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7a3e442e-de75-4a68-889c-b695f98f87a6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7a3e442e-de75-4a68-889c-b695f98f87a6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-09d58c6c-8b5d-43ea-9756-d0a511ed9aab {
  max-width: 3600px;
aspect-ratio: 3600/4800;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-09d58c6c-8b5d-43ea-9756-d0a511ed9aab {
  display: unset;
}
#s-09d58c6c-8b5d-43ea-9756-d0a511ed9aab, #wrap-s-09d58c6c-8b5d-43ea-9756-d0a511ed9aab { display: unset !important; }}@media (max-width: 767px){#s-09d58c6c-8b5d-43ea-9756-d0a511ed9aab {
  display: none;
}
#s-09d58c6c-8b5d-43ea-9756-d0a511ed9aab, #wrap-s-09d58c6c-8b5d-43ea-9756-d0a511ed9aab { display: none !important; }}




  #s-09d58c6c-8b5d-43ea-9756-d0a511ed9aab img.shogun-image,
  #s-09d58c6c-8b5d-43ea-9756-d0a511ed9aab .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-09d58c6c-8b5d-43ea-9756-d0a511ed9aab {
    width: 100%;
    height: auto;
  }

  #s-09d58c6c-8b5d-43ea-9756-d0a511ed9aab img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-09d58c6c-8b5d-43ea-9756-d0a511ed9aab.shogun-image {
    
    
  }


.s-09d58c6c-8b5d-43ea-9756-d0a511ed9aab .shogun-image-content {
  
    align-items: center;
  
}

.s-09d58c6c-8b5d-43ea-9756-d0a511ed9aab.shg-align-container {
  display: flex;
  justify-content: center
}

.s-09d58c6c-8b5d-43ea-9756-d0a511ed9aab.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-09d58c6c-8b5d-43ea-9756-d0a511ed9aab.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-09d58c6c-8b5d-43ea-9756-d0a511ed9aab {
      --shg-aspect-ratio: calc(3600/4800); 
    }

    .s-09d58c6c-8b5d-43ea-9756-d0a511ed9aab.shogun-image-container {
      position: relative;
    }

    .s-09d58c6c-8b5d-43ea-9756-d0a511ed9aab.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-09d58c6c-8b5d-43ea-9756-d0a511ed9aab.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-09d58c6c-8b5d-43ea-9756-d0a511ed9aab img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-09d58c6c-8b5d-43ea-9756-d0a511ed9aab img.shogun-image,
  #s-09d58c6c-8b5d-43ea-9756-d0a511ed9aab .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-09d58c6c-8b5d-43ea-9756-d0a511ed9aab {
    width: 100%;
    height: auto;
  }

  #s-09d58c6c-8b5d-43ea-9756-d0a511ed9aab img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-09d58c6c-8b5d-43ea-9756-d0a511ed9aab.shogun-image {
    
    
  }


.s-09d58c6c-8b5d-43ea-9756-d0a511ed9aab .shogun-image-content {
  
    align-items: center;
  
}

.s-09d58c6c-8b5d-43ea-9756-d0a511ed9aab.shg-align-container {
  display: flex;
  justify-content: center
}

.s-09d58c6c-8b5d-43ea-9756-d0a511ed9aab.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-09d58c6c-8b5d-43ea-9756-d0a511ed9aab.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-09d58c6c-8b5d-43ea-9756-d0a511ed9aab {
      --shg-aspect-ratio: calc(3600/4800); 
    }

    .s-09d58c6c-8b5d-43ea-9756-d0a511ed9aab.shogun-image-container {
      position: relative;
    }

    .s-09d58c6c-8b5d-43ea-9756-d0a511ed9aab.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-09d58c6c-8b5d-43ea-9756-d0a511ed9aab.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-09d58c6c-8b5d-43ea-9756-d0a511ed9aab img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-09d58c6c-8b5d-43ea-9756-d0a511ed9aab img.shogun-image,
  #s-09d58c6c-8b5d-43ea-9756-d0a511ed9aab .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-09d58c6c-8b5d-43ea-9756-d0a511ed9aab {
    width: 100%;
    height: auto;
  }

  #s-09d58c6c-8b5d-43ea-9756-d0a511ed9aab img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-09d58c6c-8b5d-43ea-9756-d0a511ed9aab.shogun-image {
    
    
  }


.s-09d58c6c-8b5d-43ea-9756-d0a511ed9aab .shogun-image-content {
  
    align-items: center;
  
}

.s-09d58c6c-8b5d-43ea-9756-d0a511ed9aab.shg-align-container {
  display: flex;
  justify-content: center
}

.s-09d58c6c-8b5d-43ea-9756-d0a511ed9aab.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-09d58c6c-8b5d-43ea-9756-d0a511ed9aab.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-09d58c6c-8b5d-43ea-9756-d0a511ed9aab {
      --shg-aspect-ratio: calc(3600/4800); 
    }

    .s-09d58c6c-8b5d-43ea-9756-d0a511ed9aab.shogun-image-container {
      position: relative;
    }

    .s-09d58c6c-8b5d-43ea-9756-d0a511ed9aab.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-09d58c6c-8b5d-43ea-9756-d0a511ed9aab.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-09d58c6c-8b5d-43ea-9756-d0a511ed9aab img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-09d58c6c-8b5d-43ea-9756-d0a511ed9aab img.shogun-image,
  #s-09d58c6c-8b5d-43ea-9756-d0a511ed9aab .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-09d58c6c-8b5d-43ea-9756-d0a511ed9aab {
    width: 100%;
    height: auto;
  }

  #s-09d58c6c-8b5d-43ea-9756-d0a511ed9aab img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-09d58c6c-8b5d-43ea-9756-d0a511ed9aab.shogun-image {
    
    
  }


.s-09d58c6c-8b5d-43ea-9756-d0a511ed9aab .shogun-image-content {
  
    align-items: center;
  
}

.s-09d58c6c-8b5d-43ea-9756-d0a511ed9aab.shg-align-container {
  display: flex;
  justify-content: center
}

.s-09d58c6c-8b5d-43ea-9756-d0a511ed9aab.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-09d58c6c-8b5d-43ea-9756-d0a511ed9aab.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-09d58c6c-8b5d-43ea-9756-d0a511ed9aab {
      --shg-aspect-ratio: calc(3600/4800); 
    }

    .s-09d58c6c-8b5d-43ea-9756-d0a511ed9aab.shogun-image-container {
      position: relative;
    }

    .s-09d58c6c-8b5d-43ea-9756-d0a511ed9aab.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-09d58c6c-8b5d-43ea-9756-d0a511ed9aab.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-09d58c6c-8b5d-43ea-9756-d0a511ed9aab img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-09d58c6c-8b5d-43ea-9756-d0a511ed9aab img.shogun-image,
  #s-09d58c6c-8b5d-43ea-9756-d0a511ed9aab .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-09d58c6c-8b5d-43ea-9756-d0a511ed9aab {
    width: 100%;
    height: auto;
  }

  #s-09d58c6c-8b5d-43ea-9756-d0a511ed9aab img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-09d58c6c-8b5d-43ea-9756-d0a511ed9aab.shogun-image {
    
    
  }


.s-09d58c6c-8b5d-43ea-9756-d0a511ed9aab .shogun-image-content {
  
    align-items: center;
  
}

.s-09d58c6c-8b5d-43ea-9756-d0a511ed9aab.shg-align-container {
  display: flex;
  justify-content: center
}

.s-09d58c6c-8b5d-43ea-9756-d0a511ed9aab.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-09d58c6c-8b5d-43ea-9756-d0a511ed9aab.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-09d58c6c-8b5d-43ea-9756-d0a511ed9aab {
      --shg-aspect-ratio: calc(3600/4800); 
    }

    .s-09d58c6c-8b5d-43ea-9756-d0a511ed9aab.shogun-image-container {
      position: relative;
    }

    .s-09d58c6c-8b5d-43ea-9756-d0a511ed9aab.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-09d58c6c-8b5d-43ea-9756-d0a511ed9aab.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-09d58c6c-8b5d-43ea-9756-d0a511ed9aab img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-dc8279d6-87fd-4d77-be52-f19a65c342dd {
  max-width: 3600px;
aspect-ratio: 3600/4800;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-dc8279d6-87fd-4d77-be52-f19a65c342dd {
  display: unset;
}
#s-dc8279d6-87fd-4d77-be52-f19a65c342dd, #wrap-s-dc8279d6-87fd-4d77-be52-f19a65c342dd { display: unset !important; }}@media (max-width: 767px){#s-dc8279d6-87fd-4d77-be52-f19a65c342dd {
  display: none;
}
#s-dc8279d6-87fd-4d77-be52-f19a65c342dd, #wrap-s-dc8279d6-87fd-4d77-be52-f19a65c342dd { display: none !important; }}




  #s-dc8279d6-87fd-4d77-be52-f19a65c342dd img.shogun-image,
  #s-dc8279d6-87fd-4d77-be52-f19a65c342dd .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-dc8279d6-87fd-4d77-be52-f19a65c342dd {
    width: 100%;
    height: auto;
  }

  #s-dc8279d6-87fd-4d77-be52-f19a65c342dd img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-dc8279d6-87fd-4d77-be52-f19a65c342dd.shogun-image {
    
    
  }


.s-dc8279d6-87fd-4d77-be52-f19a65c342dd .shogun-image-content {
  
    align-items: center;
  
}

.s-dc8279d6-87fd-4d77-be52-f19a65c342dd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dc8279d6-87fd-4d77-be52-f19a65c342dd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dc8279d6-87fd-4d77-be52-f19a65c342dd.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-dc8279d6-87fd-4d77-be52-f19a65c342dd {
      --shg-aspect-ratio: calc(3600/4800); 
    }

    .s-dc8279d6-87fd-4d77-be52-f19a65c342dd.shogun-image-container {
      position: relative;
    }

    .s-dc8279d6-87fd-4d77-be52-f19a65c342dd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-dc8279d6-87fd-4d77-be52-f19a65c342dd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-dc8279d6-87fd-4d77-be52-f19a65c342dd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-dc8279d6-87fd-4d77-be52-f19a65c342dd img.shogun-image,
  #s-dc8279d6-87fd-4d77-be52-f19a65c342dd .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-dc8279d6-87fd-4d77-be52-f19a65c342dd {
    width: 100%;
    height: auto;
  }

  #s-dc8279d6-87fd-4d77-be52-f19a65c342dd img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-dc8279d6-87fd-4d77-be52-f19a65c342dd.shogun-image {
    
    
  }


.s-dc8279d6-87fd-4d77-be52-f19a65c342dd .shogun-image-content {
  
    align-items: center;
  
}

.s-dc8279d6-87fd-4d77-be52-f19a65c342dd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dc8279d6-87fd-4d77-be52-f19a65c342dd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dc8279d6-87fd-4d77-be52-f19a65c342dd.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-dc8279d6-87fd-4d77-be52-f19a65c342dd {
      --shg-aspect-ratio: calc(3600/4800); 
    }

    .s-dc8279d6-87fd-4d77-be52-f19a65c342dd.shogun-image-container {
      position: relative;
    }

    .s-dc8279d6-87fd-4d77-be52-f19a65c342dd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-dc8279d6-87fd-4d77-be52-f19a65c342dd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-dc8279d6-87fd-4d77-be52-f19a65c342dd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-dc8279d6-87fd-4d77-be52-f19a65c342dd img.shogun-image,
  #s-dc8279d6-87fd-4d77-be52-f19a65c342dd .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-dc8279d6-87fd-4d77-be52-f19a65c342dd {
    width: 100%;
    height: auto;
  }

  #s-dc8279d6-87fd-4d77-be52-f19a65c342dd img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-dc8279d6-87fd-4d77-be52-f19a65c342dd.shogun-image {
    
    
  }


.s-dc8279d6-87fd-4d77-be52-f19a65c342dd .shogun-image-content {
  
    align-items: center;
  
}

.s-dc8279d6-87fd-4d77-be52-f19a65c342dd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dc8279d6-87fd-4d77-be52-f19a65c342dd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dc8279d6-87fd-4d77-be52-f19a65c342dd.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-dc8279d6-87fd-4d77-be52-f19a65c342dd {
      --shg-aspect-ratio: calc(3600/4800); 
    }

    .s-dc8279d6-87fd-4d77-be52-f19a65c342dd.shogun-image-container {
      position: relative;
    }

    .s-dc8279d6-87fd-4d77-be52-f19a65c342dd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-dc8279d6-87fd-4d77-be52-f19a65c342dd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-dc8279d6-87fd-4d77-be52-f19a65c342dd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-dc8279d6-87fd-4d77-be52-f19a65c342dd img.shogun-image,
  #s-dc8279d6-87fd-4d77-be52-f19a65c342dd .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-dc8279d6-87fd-4d77-be52-f19a65c342dd {
    width: 100%;
    height: auto;
  }

  #s-dc8279d6-87fd-4d77-be52-f19a65c342dd img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-dc8279d6-87fd-4d77-be52-f19a65c342dd.shogun-image {
    
    
  }


.s-dc8279d6-87fd-4d77-be52-f19a65c342dd .shogun-image-content {
  
    align-items: center;
  
}

.s-dc8279d6-87fd-4d77-be52-f19a65c342dd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dc8279d6-87fd-4d77-be52-f19a65c342dd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dc8279d6-87fd-4d77-be52-f19a65c342dd.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-dc8279d6-87fd-4d77-be52-f19a65c342dd {
      --shg-aspect-ratio: calc(3600/4800); 
    }

    .s-dc8279d6-87fd-4d77-be52-f19a65c342dd.shogun-image-container {
      position: relative;
    }

    .s-dc8279d6-87fd-4d77-be52-f19a65c342dd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-dc8279d6-87fd-4d77-be52-f19a65c342dd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-dc8279d6-87fd-4d77-be52-f19a65c342dd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-dc8279d6-87fd-4d77-be52-f19a65c342dd img.shogun-image,
  #s-dc8279d6-87fd-4d77-be52-f19a65c342dd .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-dc8279d6-87fd-4d77-be52-f19a65c342dd {
    width: 100%;
    height: auto;
  }

  #s-dc8279d6-87fd-4d77-be52-f19a65c342dd img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-dc8279d6-87fd-4d77-be52-f19a65c342dd.shogun-image {
    
    
  }


.s-dc8279d6-87fd-4d77-be52-f19a65c342dd .shogun-image-content {
  
    align-items: center;
  
}

.s-dc8279d6-87fd-4d77-be52-f19a65c342dd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dc8279d6-87fd-4d77-be52-f19a65c342dd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dc8279d6-87fd-4d77-be52-f19a65c342dd.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-dc8279d6-87fd-4d77-be52-f19a65c342dd {
      --shg-aspect-ratio: calc(3600/4800); 
    }

    .s-dc8279d6-87fd-4d77-be52-f19a65c342dd.shogun-image-container {
      position: relative;
    }

    .s-dc8279d6-87fd-4d77-be52-f19a65c342dd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-dc8279d6-87fd-4d77-be52-f19a65c342dd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-dc8279d6-87fd-4d77-be52-f19a65c342dd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-2610a574-18a4-4797-b558-f81ffece9078 {
  margin-left: 0%;
margin-right: 0%;
}
@media (min-width: 1200px){#s-2610a574-18a4-4797-b558-f81ffece9078 {
  display: none;
}
#s-2610a574-18a4-4797-b558-f81ffece9078, #wrap-s-2610a574-18a4-4797-b558-f81ffece9078 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-2610a574-18a4-4797-b558-f81ffece9078 {
  display: none;
}
#s-2610a574-18a4-4797-b558-f81ffece9078, #wrap-s-2610a574-18a4-4797-b558-f81ffece9078 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-2610a574-18a4-4797-b558-f81ffece9078 {
  display: none;
}
#s-2610a574-18a4-4797-b558-f81ffece9078, #wrap-s-2610a574-18a4-4797-b558-f81ffece9078 { display: none !important; }}@media (max-width: 767px){#s-2610a574-18a4-4797-b558-f81ffece9078 {
  display: unset;
}
#s-2610a574-18a4-4797-b558-f81ffece9078, #wrap-s-2610a574-18a4-4797-b558-f81ffece9078 { display: unset !important; }}
@media (min-width: 0px) {
[id="s-2610a574-18a4-4797-b558-f81ffece9078"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2610a574-18a4-4797-b558-f81ffece9078"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-2610a574-18a4-4797-b558-f81ffece9078"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-2610a574-18a4-4797-b558-f81ffece9078"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-26f88fff-9ac6-4d2b-a3be-a5c1e203ad7b {
  margin-top: 5px;
margin-left: 10%;
margin-bottom: 5px;
margin-right: 10%;
max-width: 3600px;
aspect-ratio: 3600/4800;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-26f88fff-9ac6-4d2b-a3be-a5c1e203ad7b {
  display: unset;
}
#s-26f88fff-9ac6-4d2b-a3be-a5c1e203ad7b, #wrap-s-26f88fff-9ac6-4d2b-a3be-a5c1e203ad7b { display: unset !important; }}@media (max-width: 767px){#s-26f88fff-9ac6-4d2b-a3be-a5c1e203ad7b {
  display: unset;
}
#s-26f88fff-9ac6-4d2b-a3be-a5c1e203ad7b, #wrap-s-26f88fff-9ac6-4d2b-a3be-a5c1e203ad7b { display: unset !important; }}




  #s-26f88fff-9ac6-4d2b-a3be-a5c1e203ad7b img.shogun-image,
  #s-26f88fff-9ac6-4d2b-a3be-a5c1e203ad7b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-26f88fff-9ac6-4d2b-a3be-a5c1e203ad7b {
    width: 100%;
    height: auto;
  }

  #s-26f88fff-9ac6-4d2b-a3be-a5c1e203ad7b img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-26f88fff-9ac6-4d2b-a3be-a5c1e203ad7b.shogun-image {
    
    
  }


.s-26f88fff-9ac6-4d2b-a3be-a5c1e203ad7b .shogun-image-content {
  
    align-items: center;
  
}

.s-26f88fff-9ac6-4d2b-a3be-a5c1e203ad7b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-26f88fff-9ac6-4d2b-a3be-a5c1e203ad7b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-26f88fff-9ac6-4d2b-a3be-a5c1e203ad7b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-26f88fff-9ac6-4d2b-a3be-a5c1e203ad7b {
      --shg-aspect-ratio: calc(3600/4800); 
    }

    .s-26f88fff-9ac6-4d2b-a3be-a5c1e203ad7b.shogun-image-container {
      position: relative;
    }

    .s-26f88fff-9ac6-4d2b-a3be-a5c1e203ad7b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-26f88fff-9ac6-4d2b-a3be-a5c1e203ad7b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-26f88fff-9ac6-4d2b-a3be-a5c1e203ad7b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-26f88fff-9ac6-4d2b-a3be-a5c1e203ad7b img.shogun-image,
  #s-26f88fff-9ac6-4d2b-a3be-a5c1e203ad7b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-26f88fff-9ac6-4d2b-a3be-a5c1e203ad7b {
    width: 100%;
    height: auto;
  }

  #s-26f88fff-9ac6-4d2b-a3be-a5c1e203ad7b img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-26f88fff-9ac6-4d2b-a3be-a5c1e203ad7b.shogun-image {
    
    
  }


.s-26f88fff-9ac6-4d2b-a3be-a5c1e203ad7b .shogun-image-content {
  
    align-items: center;
  
}

.s-26f88fff-9ac6-4d2b-a3be-a5c1e203ad7b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-26f88fff-9ac6-4d2b-a3be-a5c1e203ad7b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-26f88fff-9ac6-4d2b-a3be-a5c1e203ad7b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-26f88fff-9ac6-4d2b-a3be-a5c1e203ad7b {
      --shg-aspect-ratio: calc(3600/4800); 
    }

    .s-26f88fff-9ac6-4d2b-a3be-a5c1e203ad7b.shogun-image-container {
      position: relative;
    }

    .s-26f88fff-9ac6-4d2b-a3be-a5c1e203ad7b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-26f88fff-9ac6-4d2b-a3be-a5c1e203ad7b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-26f88fff-9ac6-4d2b-a3be-a5c1e203ad7b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-26f88fff-9ac6-4d2b-a3be-a5c1e203ad7b img.shogun-image,
  #s-26f88fff-9ac6-4d2b-a3be-a5c1e203ad7b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-26f88fff-9ac6-4d2b-a3be-a5c1e203ad7b {
    width: 100%;
    height: auto;
  }

  #s-26f88fff-9ac6-4d2b-a3be-a5c1e203ad7b img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-26f88fff-9ac6-4d2b-a3be-a5c1e203ad7b.shogun-image {
    
    
  }


.s-26f88fff-9ac6-4d2b-a3be-a5c1e203ad7b .shogun-image-content {
  
    align-items: center;
  
}

.s-26f88fff-9ac6-4d2b-a3be-a5c1e203ad7b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-26f88fff-9ac6-4d2b-a3be-a5c1e203ad7b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-26f88fff-9ac6-4d2b-a3be-a5c1e203ad7b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-26f88fff-9ac6-4d2b-a3be-a5c1e203ad7b {
      --shg-aspect-ratio: calc(3600/4800); 
    }

    .s-26f88fff-9ac6-4d2b-a3be-a5c1e203ad7b.shogun-image-container {
      position: relative;
    }

    .s-26f88fff-9ac6-4d2b-a3be-a5c1e203ad7b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-26f88fff-9ac6-4d2b-a3be-a5c1e203ad7b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-26f88fff-9ac6-4d2b-a3be-a5c1e203ad7b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-26f88fff-9ac6-4d2b-a3be-a5c1e203ad7b img.shogun-image,
  #s-26f88fff-9ac6-4d2b-a3be-a5c1e203ad7b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-26f88fff-9ac6-4d2b-a3be-a5c1e203ad7b {
    width: 100%;
    height: auto;
  }

  #s-26f88fff-9ac6-4d2b-a3be-a5c1e203ad7b img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-26f88fff-9ac6-4d2b-a3be-a5c1e203ad7b.shogun-image {
    
    
  }


.s-26f88fff-9ac6-4d2b-a3be-a5c1e203ad7b .shogun-image-content {
  
    align-items: center;
  
}

.s-26f88fff-9ac6-4d2b-a3be-a5c1e203ad7b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-26f88fff-9ac6-4d2b-a3be-a5c1e203ad7b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-26f88fff-9ac6-4d2b-a3be-a5c1e203ad7b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-26f88fff-9ac6-4d2b-a3be-a5c1e203ad7b {
      --shg-aspect-ratio: calc(3600/4800); 
    }

    .s-26f88fff-9ac6-4d2b-a3be-a5c1e203ad7b.shogun-image-container {
      position: relative;
    }

    .s-26f88fff-9ac6-4d2b-a3be-a5c1e203ad7b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-26f88fff-9ac6-4d2b-a3be-a5c1e203ad7b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-26f88fff-9ac6-4d2b-a3be-a5c1e203ad7b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-26f88fff-9ac6-4d2b-a3be-a5c1e203ad7b img.shogun-image,
  #s-26f88fff-9ac6-4d2b-a3be-a5c1e203ad7b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-26f88fff-9ac6-4d2b-a3be-a5c1e203ad7b {
    width: 100%;
    height: auto;
  }

  #s-26f88fff-9ac6-4d2b-a3be-a5c1e203ad7b img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-26f88fff-9ac6-4d2b-a3be-a5c1e203ad7b.shogun-image {
    
    
  }


.s-26f88fff-9ac6-4d2b-a3be-a5c1e203ad7b .shogun-image-content {
  
    align-items: center;
  
}

.s-26f88fff-9ac6-4d2b-a3be-a5c1e203ad7b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-26f88fff-9ac6-4d2b-a3be-a5c1e203ad7b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-26f88fff-9ac6-4d2b-a3be-a5c1e203ad7b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-26f88fff-9ac6-4d2b-a3be-a5c1e203ad7b {
      --shg-aspect-ratio: calc(3600/4800); 
    }

    .s-26f88fff-9ac6-4d2b-a3be-a5c1e203ad7b.shogun-image-container {
      position: relative;
    }

    .s-26f88fff-9ac6-4d2b-a3be-a5c1e203ad7b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-26f88fff-9ac6-4d2b-a3be-a5c1e203ad7b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-26f88fff-9ac6-4d2b-a3be-a5c1e203ad7b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-6cdddb66-dfa4-47e6-b32c-f02c0846a889 {
  padding-top: 20px;
padding-left: 10px;
padding-bottom: 30px;
padding-right: 10px;
}
@media (min-width: 1200px){#s-6cdddb66-dfa4-47e6-b32c-f02c0846a889 {
  display: none;
}
#s-6cdddb66-dfa4-47e6-b32c-f02c0846a889, #wrap-s-6cdddb66-dfa4-47e6-b32c-f02c0846a889 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-6cdddb66-dfa4-47e6-b32c-f02c0846a889 {
  display: none;
}
#s-6cdddb66-dfa4-47e6-b32c-f02c0846a889, #wrap-s-6cdddb66-dfa4-47e6-b32c-f02c0846a889 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-6cdddb66-dfa4-47e6-b32c-f02c0846a889 {
  display: none;
}
#s-6cdddb66-dfa4-47e6-b32c-f02c0846a889, #wrap-s-6cdddb66-dfa4-47e6-b32c-f02c0846a889 { display: none !important; }}
#s-ddf0c2ec-ec85-4d7b-887c-502f96befbf7 {
  margin-top: 5px;
margin-left: 10%;
margin-bottom: 5px;
margin-right: 10%;
max-width: 3600px;
aspect-ratio: 3600/4800;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-ddf0c2ec-ec85-4d7b-887c-502f96befbf7 {
  display: unset;
}
#s-ddf0c2ec-ec85-4d7b-887c-502f96befbf7, #wrap-s-ddf0c2ec-ec85-4d7b-887c-502f96befbf7 { display: unset !important; }}@media (max-width: 767px){#s-ddf0c2ec-ec85-4d7b-887c-502f96befbf7 {
  display: unset;
}
#s-ddf0c2ec-ec85-4d7b-887c-502f96befbf7, #wrap-s-ddf0c2ec-ec85-4d7b-887c-502f96befbf7 { display: unset !important; }}




  #s-ddf0c2ec-ec85-4d7b-887c-502f96befbf7 img.shogun-image,
  #s-ddf0c2ec-ec85-4d7b-887c-502f96befbf7 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ddf0c2ec-ec85-4d7b-887c-502f96befbf7 {
    width: 100%;
    height: auto;
  }

  #s-ddf0c2ec-ec85-4d7b-887c-502f96befbf7 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ddf0c2ec-ec85-4d7b-887c-502f96befbf7.shogun-image {
    
    
  }


.s-ddf0c2ec-ec85-4d7b-887c-502f96befbf7 .shogun-image-content {
  
    align-items: center;
  
}

.s-ddf0c2ec-ec85-4d7b-887c-502f96befbf7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ddf0c2ec-ec85-4d7b-887c-502f96befbf7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ddf0c2ec-ec85-4d7b-887c-502f96befbf7.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ddf0c2ec-ec85-4d7b-887c-502f96befbf7 {
      --shg-aspect-ratio: calc(3600/4800); 
    }

    .s-ddf0c2ec-ec85-4d7b-887c-502f96befbf7.shogun-image-container {
      position: relative;
    }

    .s-ddf0c2ec-ec85-4d7b-887c-502f96befbf7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ddf0c2ec-ec85-4d7b-887c-502f96befbf7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ddf0c2ec-ec85-4d7b-887c-502f96befbf7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-ddf0c2ec-ec85-4d7b-887c-502f96befbf7 img.shogun-image,
  #s-ddf0c2ec-ec85-4d7b-887c-502f96befbf7 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ddf0c2ec-ec85-4d7b-887c-502f96befbf7 {
    width: 100%;
    height: auto;
  }

  #s-ddf0c2ec-ec85-4d7b-887c-502f96befbf7 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ddf0c2ec-ec85-4d7b-887c-502f96befbf7.shogun-image {
    
    
  }


.s-ddf0c2ec-ec85-4d7b-887c-502f96befbf7 .shogun-image-content {
  
    align-items: center;
  
}

.s-ddf0c2ec-ec85-4d7b-887c-502f96befbf7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ddf0c2ec-ec85-4d7b-887c-502f96befbf7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ddf0c2ec-ec85-4d7b-887c-502f96befbf7.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ddf0c2ec-ec85-4d7b-887c-502f96befbf7 {
      --shg-aspect-ratio: calc(3600/4800); 
    }

    .s-ddf0c2ec-ec85-4d7b-887c-502f96befbf7.shogun-image-container {
      position: relative;
    }

    .s-ddf0c2ec-ec85-4d7b-887c-502f96befbf7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ddf0c2ec-ec85-4d7b-887c-502f96befbf7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ddf0c2ec-ec85-4d7b-887c-502f96befbf7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-ddf0c2ec-ec85-4d7b-887c-502f96befbf7 img.shogun-image,
  #s-ddf0c2ec-ec85-4d7b-887c-502f96befbf7 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ddf0c2ec-ec85-4d7b-887c-502f96befbf7 {
    width: 100%;
    height: auto;
  }

  #s-ddf0c2ec-ec85-4d7b-887c-502f96befbf7 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ddf0c2ec-ec85-4d7b-887c-502f96befbf7.shogun-image {
    
    
  }


.s-ddf0c2ec-ec85-4d7b-887c-502f96befbf7 .shogun-image-content {
  
    align-items: center;
  
}

.s-ddf0c2ec-ec85-4d7b-887c-502f96befbf7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ddf0c2ec-ec85-4d7b-887c-502f96befbf7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ddf0c2ec-ec85-4d7b-887c-502f96befbf7.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ddf0c2ec-ec85-4d7b-887c-502f96befbf7 {
      --shg-aspect-ratio: calc(3600/4800); 
    }

    .s-ddf0c2ec-ec85-4d7b-887c-502f96befbf7.shogun-image-container {
      position: relative;
    }

    .s-ddf0c2ec-ec85-4d7b-887c-502f96befbf7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ddf0c2ec-ec85-4d7b-887c-502f96befbf7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ddf0c2ec-ec85-4d7b-887c-502f96befbf7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-ddf0c2ec-ec85-4d7b-887c-502f96befbf7 img.shogun-image,
  #s-ddf0c2ec-ec85-4d7b-887c-502f96befbf7 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ddf0c2ec-ec85-4d7b-887c-502f96befbf7 {
    width: 100%;
    height: auto;
  }

  #s-ddf0c2ec-ec85-4d7b-887c-502f96befbf7 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ddf0c2ec-ec85-4d7b-887c-502f96befbf7.shogun-image {
    
    
  }


.s-ddf0c2ec-ec85-4d7b-887c-502f96befbf7 .shogun-image-content {
  
    align-items: center;
  
}

.s-ddf0c2ec-ec85-4d7b-887c-502f96befbf7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ddf0c2ec-ec85-4d7b-887c-502f96befbf7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ddf0c2ec-ec85-4d7b-887c-502f96befbf7.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ddf0c2ec-ec85-4d7b-887c-502f96befbf7 {
      --shg-aspect-ratio: calc(3600/4800); 
    }

    .s-ddf0c2ec-ec85-4d7b-887c-502f96befbf7.shogun-image-container {
      position: relative;
    }

    .s-ddf0c2ec-ec85-4d7b-887c-502f96befbf7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ddf0c2ec-ec85-4d7b-887c-502f96befbf7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ddf0c2ec-ec85-4d7b-887c-502f96befbf7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-ddf0c2ec-ec85-4d7b-887c-502f96befbf7 img.shogun-image,
  #s-ddf0c2ec-ec85-4d7b-887c-502f96befbf7 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ddf0c2ec-ec85-4d7b-887c-502f96befbf7 {
    width: 100%;
    height: auto;
  }

  #s-ddf0c2ec-ec85-4d7b-887c-502f96befbf7 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ddf0c2ec-ec85-4d7b-887c-502f96befbf7.shogun-image {
    
    
  }


.s-ddf0c2ec-ec85-4d7b-887c-502f96befbf7 .shogun-image-content {
  
    align-items: center;
  
}

.s-ddf0c2ec-ec85-4d7b-887c-502f96befbf7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ddf0c2ec-ec85-4d7b-887c-502f96befbf7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ddf0c2ec-ec85-4d7b-887c-502f96befbf7.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ddf0c2ec-ec85-4d7b-887c-502f96befbf7 {
      --shg-aspect-ratio: calc(3600/4800); 
    }

    .s-ddf0c2ec-ec85-4d7b-887c-502f96befbf7.shogun-image-container {
      position: relative;
    }

    .s-ddf0c2ec-ec85-4d7b-887c-502f96befbf7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ddf0c2ec-ec85-4d7b-887c-502f96befbf7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ddf0c2ec-ec85-4d7b-887c-502f96befbf7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-e89e431a-d822-41a6-a525-b719e0a55f09 {
  padding-top: 20px;
padding-left: 10px;
padding-bottom: 30px;
padding-right: 10px;
}
@media (min-width: 1200px){#s-e89e431a-d822-41a6-a525-b719e0a55f09 {
  display: none;
}
#s-e89e431a-d822-41a6-a525-b719e0a55f09, #wrap-s-e89e431a-d822-41a6-a525-b719e0a55f09 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e89e431a-d822-41a6-a525-b719e0a55f09 {
  display: none;
}
#s-e89e431a-d822-41a6-a525-b719e0a55f09, #wrap-s-e89e431a-d822-41a6-a525-b719e0a55f09 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-e89e431a-d822-41a6-a525-b719e0a55f09 {
  display: none;
}
#s-e89e431a-d822-41a6-a525-b719e0a55f09, #wrap-s-e89e431a-d822-41a6-a525-b719e0a55f09 { display: none !important; }}
#s-ad49d0ca-3c4b-45c9-85d1-494e470a3cea {
  margin-top: 5px;
margin-left: 10%;
margin-bottom: 5px;
margin-right: 10%;
max-width: 3600px;
aspect-ratio: 3600/4800;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-ad49d0ca-3c4b-45c9-85d1-494e470a3cea {
  display: unset;
}
#s-ad49d0ca-3c4b-45c9-85d1-494e470a3cea, #wrap-s-ad49d0ca-3c4b-45c9-85d1-494e470a3cea { display: unset !important; }}@media (max-width: 767px){#s-ad49d0ca-3c4b-45c9-85d1-494e470a3cea {
  display: unset;
}
#s-ad49d0ca-3c4b-45c9-85d1-494e470a3cea, #wrap-s-ad49d0ca-3c4b-45c9-85d1-494e470a3cea { display: unset !important; }}




  #s-ad49d0ca-3c4b-45c9-85d1-494e470a3cea img.shogun-image,
  #s-ad49d0ca-3c4b-45c9-85d1-494e470a3cea .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ad49d0ca-3c4b-45c9-85d1-494e470a3cea {
    width: 100%;
    height: auto;
  }

  #s-ad49d0ca-3c4b-45c9-85d1-494e470a3cea img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ad49d0ca-3c4b-45c9-85d1-494e470a3cea.shogun-image {
    
    
  }


.s-ad49d0ca-3c4b-45c9-85d1-494e470a3cea .shogun-image-content {
  
    align-items: center;
  
}

.s-ad49d0ca-3c4b-45c9-85d1-494e470a3cea.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ad49d0ca-3c4b-45c9-85d1-494e470a3cea.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ad49d0ca-3c4b-45c9-85d1-494e470a3cea.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ad49d0ca-3c4b-45c9-85d1-494e470a3cea {
      --shg-aspect-ratio: calc(3600/4800); 
    }

    .s-ad49d0ca-3c4b-45c9-85d1-494e470a3cea.shogun-image-container {
      position: relative;
    }

    .s-ad49d0ca-3c4b-45c9-85d1-494e470a3cea.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ad49d0ca-3c4b-45c9-85d1-494e470a3cea.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ad49d0ca-3c4b-45c9-85d1-494e470a3cea img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-ad49d0ca-3c4b-45c9-85d1-494e470a3cea img.shogun-image,
  #s-ad49d0ca-3c4b-45c9-85d1-494e470a3cea .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ad49d0ca-3c4b-45c9-85d1-494e470a3cea {
    width: 100%;
    height: auto;
  }

  #s-ad49d0ca-3c4b-45c9-85d1-494e470a3cea img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ad49d0ca-3c4b-45c9-85d1-494e470a3cea.shogun-image {
    
    
  }


.s-ad49d0ca-3c4b-45c9-85d1-494e470a3cea .shogun-image-content {
  
    align-items: center;
  
}

.s-ad49d0ca-3c4b-45c9-85d1-494e470a3cea.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ad49d0ca-3c4b-45c9-85d1-494e470a3cea.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ad49d0ca-3c4b-45c9-85d1-494e470a3cea.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ad49d0ca-3c4b-45c9-85d1-494e470a3cea {
      --shg-aspect-ratio: calc(3600/4800); 
    }

    .s-ad49d0ca-3c4b-45c9-85d1-494e470a3cea.shogun-image-container {
      position: relative;
    }

    .s-ad49d0ca-3c4b-45c9-85d1-494e470a3cea.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ad49d0ca-3c4b-45c9-85d1-494e470a3cea.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ad49d0ca-3c4b-45c9-85d1-494e470a3cea img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-ad49d0ca-3c4b-45c9-85d1-494e470a3cea img.shogun-image,
  #s-ad49d0ca-3c4b-45c9-85d1-494e470a3cea .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ad49d0ca-3c4b-45c9-85d1-494e470a3cea {
    width: 100%;
    height: auto;
  }

  #s-ad49d0ca-3c4b-45c9-85d1-494e470a3cea img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ad49d0ca-3c4b-45c9-85d1-494e470a3cea.shogun-image {
    
    
  }


.s-ad49d0ca-3c4b-45c9-85d1-494e470a3cea .shogun-image-content {
  
    align-items: center;
  
}

.s-ad49d0ca-3c4b-45c9-85d1-494e470a3cea.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ad49d0ca-3c4b-45c9-85d1-494e470a3cea.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ad49d0ca-3c4b-45c9-85d1-494e470a3cea.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ad49d0ca-3c4b-45c9-85d1-494e470a3cea {
      --shg-aspect-ratio: calc(3600/4800); 
    }

    .s-ad49d0ca-3c4b-45c9-85d1-494e470a3cea.shogun-image-container {
      position: relative;
    }

    .s-ad49d0ca-3c4b-45c9-85d1-494e470a3cea.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ad49d0ca-3c4b-45c9-85d1-494e470a3cea.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ad49d0ca-3c4b-45c9-85d1-494e470a3cea img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-ad49d0ca-3c4b-45c9-85d1-494e470a3cea img.shogun-image,
  #s-ad49d0ca-3c4b-45c9-85d1-494e470a3cea .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ad49d0ca-3c4b-45c9-85d1-494e470a3cea {
    width: 100%;
    height: auto;
  }

  #s-ad49d0ca-3c4b-45c9-85d1-494e470a3cea img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ad49d0ca-3c4b-45c9-85d1-494e470a3cea.shogun-image {
    
    
  }


.s-ad49d0ca-3c4b-45c9-85d1-494e470a3cea .shogun-image-content {
  
    align-items: center;
  
}

.s-ad49d0ca-3c4b-45c9-85d1-494e470a3cea.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ad49d0ca-3c4b-45c9-85d1-494e470a3cea.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ad49d0ca-3c4b-45c9-85d1-494e470a3cea.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ad49d0ca-3c4b-45c9-85d1-494e470a3cea {
      --shg-aspect-ratio: calc(3600/4800); 
    }

    .s-ad49d0ca-3c4b-45c9-85d1-494e470a3cea.shogun-image-container {
      position: relative;
    }

    .s-ad49d0ca-3c4b-45c9-85d1-494e470a3cea.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ad49d0ca-3c4b-45c9-85d1-494e470a3cea.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ad49d0ca-3c4b-45c9-85d1-494e470a3cea img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-ad49d0ca-3c4b-45c9-85d1-494e470a3cea img.shogun-image,
  #s-ad49d0ca-3c4b-45c9-85d1-494e470a3cea .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ad49d0ca-3c4b-45c9-85d1-494e470a3cea {
    width: 100%;
    height: auto;
  }

  #s-ad49d0ca-3c4b-45c9-85d1-494e470a3cea img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ad49d0ca-3c4b-45c9-85d1-494e470a3cea.shogun-image {
    
    
  }


.s-ad49d0ca-3c4b-45c9-85d1-494e470a3cea .shogun-image-content {
  
    align-items: center;
  
}

.s-ad49d0ca-3c4b-45c9-85d1-494e470a3cea.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ad49d0ca-3c4b-45c9-85d1-494e470a3cea.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ad49d0ca-3c4b-45c9-85d1-494e470a3cea.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ad49d0ca-3c4b-45c9-85d1-494e470a3cea {
      --shg-aspect-ratio: calc(3600/4800); 
    }

    .s-ad49d0ca-3c4b-45c9-85d1-494e470a3cea.shogun-image-container {
      position: relative;
    }

    .s-ad49d0ca-3c4b-45c9-85d1-494e470a3cea.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ad49d0ca-3c4b-45c9-85d1-494e470a3cea.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ad49d0ca-3c4b-45c9-85d1-494e470a3cea img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
@media (min-width: 1200px){#s-14cd17fc-141f-4242-b8bd-a6e7c1db0059 {
  display: none;
}
#s-14cd17fc-141f-4242-b8bd-a6e7c1db0059, #wrap-s-14cd17fc-141f-4242-b8bd-a6e7c1db0059 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-14cd17fc-141f-4242-b8bd-a6e7c1db0059 {
  display: none;
}
#s-14cd17fc-141f-4242-b8bd-a6e7c1db0059, #wrap-s-14cd17fc-141f-4242-b8bd-a6e7c1db0059 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-14cd17fc-141f-4242-b8bd-a6e7c1db0059 {
  display: unset;
}
#s-14cd17fc-141f-4242-b8bd-a6e7c1db0059, #wrap-s-14cd17fc-141f-4242-b8bd-a6e7c1db0059 { display: unset !important; }}@media (max-width: 767px){#s-14cd17fc-141f-4242-b8bd-a6e7c1db0059 {
  display: none;
}
#s-14cd17fc-141f-4242-b8bd-a6e7c1db0059, #wrap-s-14cd17fc-141f-4242-b8bd-a6e7c1db0059 { display: none !important; }}
@media (min-width: 0px) {
[id="s-14cd17fc-141f-4242-b8bd-a6e7c1db0059"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-14cd17fc-141f-4242-b8bd-a6e7c1db0059"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-14cd17fc-141f-4242-b8bd-a6e7c1db0059"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-14cd17fc-141f-4242-b8bd-a6e7c1db0059"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-d7de9c5b-99b5-4f65-9d95-c40d733310e0 {
  margin-left: 5%;
margin-right: 5%;
padding-top: 20px;
padding-left: 5%;
padding-bottom: 20px;
padding-right: 5%;
}
@media (min-width: 1200px){#s-d7de9c5b-99b5-4f65-9d95-c40d733310e0 {
  display: none;
}
#s-d7de9c5b-99b5-4f65-9d95-c40d733310e0, #wrap-s-d7de9c5b-99b5-4f65-9d95-c40d733310e0 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d7de9c5b-99b5-4f65-9d95-c40d733310e0 {
  display: none;
}
#s-d7de9c5b-99b5-4f65-9d95-c40d733310e0, #wrap-s-d7de9c5b-99b5-4f65-9d95-c40d733310e0 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-d7de9c5b-99b5-4f65-9d95-c40d733310e0 {
  display: unset;
}
#s-d7de9c5b-99b5-4f65-9d95-c40d733310e0, #wrap-s-d7de9c5b-99b5-4f65-9d95-c40d733310e0 { display: unset !important; }}@media (max-width: 767px){#s-d7de9c5b-99b5-4f65-9d95-c40d733310e0 {
  display: none;
}
#s-d7de9c5b-99b5-4f65-9d95-c40d733310e0, #wrap-s-d7de9c5b-99b5-4f65-9d95-c40d733310e0 { display: none !important; }}
#s-691cb2a1-af11-4585-9720-d6d64ecf5894 {
  margin-left: 5%;
margin-right: 5%;
padding-top: 20px;
padding-left: 5%;
padding-bottom: 20px;
padding-right: 5%;
}
@media (min-width: 1200px){#s-691cb2a1-af11-4585-9720-d6d64ecf5894 {
  display: none;
}
#s-691cb2a1-af11-4585-9720-d6d64ecf5894, #wrap-s-691cb2a1-af11-4585-9720-d6d64ecf5894 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-691cb2a1-af11-4585-9720-d6d64ecf5894 {
  display: none;
}
#s-691cb2a1-af11-4585-9720-d6d64ecf5894, #wrap-s-691cb2a1-af11-4585-9720-d6d64ecf5894 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-691cb2a1-af11-4585-9720-d6d64ecf5894 {
  display: unset;
}
#s-691cb2a1-af11-4585-9720-d6d64ecf5894, #wrap-s-691cb2a1-af11-4585-9720-d6d64ecf5894 { display: unset !important; }}@media (max-width: 767px){#s-691cb2a1-af11-4585-9720-d6d64ecf5894 {
  display: none;
}
#s-691cb2a1-af11-4585-9720-d6d64ecf5894, #wrap-s-691cb2a1-af11-4585-9720-d6d64ecf5894 { display: none !important; }}
#s-2ba59bda-205d-497a-bc23-cd71f3b55baa {
  margin-left: 5%;
margin-right: 5%;
padding-top: 20px;
padding-left: 5%;
padding-bottom: 20px;
padding-right: 5%;
}
@media (min-width: 1200px){#s-2ba59bda-205d-497a-bc23-cd71f3b55baa {
  display: none;
}
#s-2ba59bda-205d-497a-bc23-cd71f3b55baa, #wrap-s-2ba59bda-205d-497a-bc23-cd71f3b55baa { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-2ba59bda-205d-497a-bc23-cd71f3b55baa {
  display: none;
}
#s-2ba59bda-205d-497a-bc23-cd71f3b55baa, #wrap-s-2ba59bda-205d-497a-bc23-cd71f3b55baa { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-2ba59bda-205d-497a-bc23-cd71f3b55baa {
  display: unset;
}
#s-2ba59bda-205d-497a-bc23-cd71f3b55baa, #wrap-s-2ba59bda-205d-497a-bc23-cd71f3b55baa { display: unset !important; }}@media (max-width: 767px){#s-2ba59bda-205d-497a-bc23-cd71f3b55baa {
  display: none;
}
#s-2ba59bda-205d-497a-bc23-cd71f3b55baa, #wrap-s-2ba59bda-205d-497a-bc23-cd71f3b55baa { display: none !important; }}
#s-4a5e3efc-f2c5-446c-99b4-b37c4f13d0d6 {
  padding-top: 20px;
padding-left: 10px;
padding-bottom: 30px;
padding-right: 10px;
}
@media (min-width: 1200px){#s-4a5e3efc-f2c5-446c-99b4-b37c4f13d0d6 {
  display: none;
}
#s-4a5e3efc-f2c5-446c-99b4-b37c4f13d0d6, #wrap-s-4a5e3efc-f2c5-446c-99b4-b37c4f13d0d6 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-4a5e3efc-f2c5-446c-99b4-b37c4f13d0d6 {
  display: none;
}
#s-4a5e3efc-f2c5-446c-99b4-b37c4f13d0d6, #wrap-s-4a5e3efc-f2c5-446c-99b4-b37c4f13d0d6 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-4a5e3efc-f2c5-446c-99b4-b37c4f13d0d6 {
  display: none;
}
#s-4a5e3efc-f2c5-446c-99b4-b37c4f13d0d6, #wrap-s-4a5e3efc-f2c5-446c-99b4-b37c4f13d0d6 { display: none !important; }}
#s-6f19b6b7-bd4f-4321-bf17-21666d82726a {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 13px;
padding-left: 20px;
padding-bottom: 13px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-6f19b6b7-bd4f-4321-bf17-21666d82726a:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-6f19b6b7-bd4f-4321-bf17-21666d82726a:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-6f19b6b7-bd4f-4321-bf17-21666d82726a-root {
    text-align: center;
  }


#s-6f19b6b7-bd4f-4321-bf17-21666d82726a.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 600;
  
  font-family: Khula;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-6f19b6b7-bd4f-4321-bf17-21666d82726a-root {
    text-align: center;
  }


#s-6f19b6b7-bd4f-4321-bf17-21666d82726a.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 600;
  
  font-family: Khula;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-6f19b6b7-bd4f-4321-bf17-21666d82726a-root {
    text-align: center;
  }


#s-6f19b6b7-bd4f-4321-bf17-21666d82726a.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 600;
  
  font-family: Khula;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-6f19b6b7-bd4f-4321-bf17-21666d82726a-root {
    text-align: center;
  }


#s-6f19b6b7-bd4f-4321-bf17-21666d82726a.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 600;
  
  font-family: Khula;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-6f19b6b7-bd4f-4321-bf17-21666d82726a-root {
    text-align: center;
  }


#s-6f19b6b7-bd4f-4321-bf17-21666d82726a.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 600;
  
  font-family: Khula;
  display:  inline-block ;
}
}
/*
  $vgutter : 20px
  $hgutter : 10px;
*/

.shg-c:before,
.shg-c:after {
  content: " ";
  display: table;
}

/**
  Ref:
  https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Positioning/Understanding_z_index/The_stacking_context
  https://dnf.slack.com/archives/C0514HB79/p1538741509000100
**/
.shogun-root {
  z-index: 1;
  position: relative;
  isolation: isolate;
}

.shogun-root iframe {
  display: initial;
}

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

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

#mc_embed_signup .clear {
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
}

.shg-clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.shogun-image {
  max-width: 100%;
  min-height: inherit;
  max-height: inherit;
  display: inline !important;
  border: 0;
  vertical-align: middle;
}

.shg-fw {
  margin-left: calc(50% - 50vw);
  width: 100vw;
}

.shg-fw .shg-fw {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

div[data-shg-lightbox-switch] {
  cursor: pointer;
}

.shg-lightbox {
  position: fixed;
  z-index: 999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.85);
}

.shg-lightbox.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}

.shg-lightbox .shg-lightbox-close {
  position: absolute;
  right: 0;
  padding: 5px 0;
  color: #fff;
  font-size: 45px;
  margin-right: 10px;
  line-height: 30px;
  user-select: none;
  cursor: pointer;
  z-index: 1;
}

.shg-lightbox .shg-lightbox-image-container {
  padding: 25px;
}

.shg-lightbox .shg-lightbox-image {
  margin: auto;
  max-height: 90vh;
  max-width: 100%;
}

.shg-lightbox .shg-lightbox-close:hover,
.shg-lightbox .shg-lightbox-close:focus {
  color: #a2a2a2;
  text-decoration: none;
  cursor: pointer;
}

.shg-lightbox .shg-lightbox-nav {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: 35px;
  height: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translate(0%, -50%);
  z-index: 1;
}

.shg-lightbox .shg-lightbox-nav.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-nav.shg-nav-left {
  left: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==);
}

.shg-lightbox .shg-lightbox-nav.shg-nav-right {
  right: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+);
}

@media screen and (min-width: 769px) {
  .shg-lightbox .shg-lightbox-image-container {
    padding: 50px;
  }
}

.shogun-lazyload:not([src]),
.shogun-lazyloading:not([src]) {
  opacity: 0;
}
.shogun-lazyloaded {
  opacity: 1;
  transition: opacity 300ms;
}

.shogun-lazyload-bg-image {
  display: none;
}

.shogun-root a:empty,
.shogun-root article:empty,
.shogun-root dl:empty,
.shogun-root h1:empty,
.shogun-root h2:empty,
.shogun-root h3:empty,
.shogun-root h4:empty,
.shogun-root h5:empty,
.shogun-root h6:empty,
.shogun-root p:empty,
.shogun-root section:empty,
.shogun-root ul:empty {
  display: unset;
}

.shogun-root div:empty {
  display: inline-block;
}

/* User Content Animations --> */
[data-animations*="enterviewport"][data-animations*="fadeIn"],
[data-animations*="enterviewport"][data-animations*="zoomIn"] {
  opacity: 0;
}
/* <-- User Content Animations */

.shogun-form-error-msg, .shogun-form-field-error-msg {
  display: flex;
  align-items: center;
  color: #dc143c;
}

.shogun-badge {
  margin-bottom: 50px;
}

.shogun-badge-container {
  position: fixed;
  right: 0;
  bottom: 0;
  margin-bottom: -10px;
}

.shg-c:before,.shg-c:after{content:" ";display:table}.shogun-root{z-index:1;position:relative;isolation:isolate}.shogun-root iframe{display:initial}@media (max-width: 1024px){.shg-c,.shg-box{background-attachment:scroll !important}}@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) and (hover: none) and (orientation: landscape){.shg-box{background-attachment:scroll !important}}#mc_embed_signup .clear{width:auto !important;height:auto !important;visibility:visible !important}.shg-clearfix:after{content:"";display:block;clear:both}.shogun-image{max-width:100%;min-height:inherit;max-height:inherit;display:inline !important;border:0;vertical-align:middle}.shg-fw{margin-left:calc(50% - 50vw);width:100vw}.shg-fw .shg-fw{margin-left:auto;margin-right:auto;width:100%}div[data-shg-lightbox-switch]{cursor:pointer}.shg-lightbox{position:fixed;z-index:999999;left:0;top:0;width:100%;height:100%;overflow:hidden;background-color:#000;background-color:rgba(0,0,0,0.85)}.shg-lightbox.hidden{display:none !important}.shg-lightbox .shg-lightbox-content{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);width:100%;text-align:center}.shg-lightbox .shg-lightbox-close{position:absolute;right:0;padding:5px 0;color:#fff;font-size:45px;margin-right:10px;line-height:30px;user-select:none;cursor:pointer;z-index:1}.shg-lightbox .shg-lightbox-image-container{padding:25px}.shg-lightbox .shg-lightbox-image{margin:auto;max-height:90vh;max-width:100%}.shg-lightbox .shg-lightbox-close:hover,.shg-lightbox .shg-lightbox-close:focus{color:#a2a2a2;text-decoration:none;cursor:pointer}.shg-lightbox .shg-lightbox-nav{cursor:pointer;position:absolute;top:50%;width:35px;height:100px;background-size:contain;background-repeat:no-repeat;background-position:center;transform:translate(0%, -50%);z-index:1}.shg-lightbox .shg-lightbox-nav.hidden{display:none !important}.shg-lightbox .shg-lightbox-nav.shg-nav-left{left:0;background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==)}.shg-lightbox .shg-lightbox-nav.shg-nav-right{right:0;background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+)}@media screen and (min-width: 769px){.shg-lightbox .shg-lightbox-image-container{padding:50px}}.shogun-lazyload:not([src]),.shogun-lazyloading:not([src]){opacity:0}.shogun-lazyloaded{opacity:1;transition:opacity 300ms}.shogun-lazyload-bg-image{display:none}.shogun-root a:empty,.shogun-root article:empty,.shogun-root dl:empty,.shogun-root h1:empty,.shogun-root h2:empty,.shogun-root h3:empty,.shogun-root h4:empty,.shogun-root h5:empty,.shogun-root h6:empty,.shogun-root p:empty,.shogun-root section:empty,.shogun-root ul:empty{display:unset}.shogun-root div:empty{display:inline-block}[data-animations*="enterviewport"][data-animations*="fadeIn"],[data-animations*="enterviewport"][data-animations*="zoomIn"]{opacity:0}.shogun-form-error-msg,.shogun-form-field-error-msg{display:flex;align-items:center;color:#dc143c}.shogun-badge{margin-bottom:50px}.shogun-badge-container{position:fixed;right:0;bottom:0;margin-bottom:-10px}
