.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-bb43272f-c78e-4818-adf1-5d4e2cb2eec5 {
  min-height: 50px;
max-width: 1920px;
}
@media (min-width: 768px) and (max-width: 991px){#s-bb43272f-c78e-4818-adf1-5d4e2cb2eec5 {
  display: none;
}
#s-bb43272f-c78e-4818-adf1-5d4e2cb2eec5, #wrap-s-bb43272f-c78e-4818-adf1-5d4e2cb2eec5 { display:none !important; }}@media (max-width: 767px){#s-bb43272f-c78e-4818-adf1-5d4e2cb2eec5 {
  display: none;
}
#s-bb43272f-c78e-4818-adf1-5d4e2cb2eec5, #wrap-s-bb43272f-c78e-4818-adf1-5d4e2cb2eec5 { display:none !important; }}







#s-bb43272f-c78e-4818-adf1-5d4e2cb2eec5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bb43272f-c78e-4818-adf1-5d4e2cb2eec5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-48b7e731-6761-41b4-961b-1a5f5178322b {
  background-size: cover;
min-height: 50px;
background-position: center top;
}








#s-48b7e731-6761-41b4-961b-1a5f5178322b > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.2;
}#s-48b7e731-6761-41b4-961b-1a5f5178322b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b02cadb3-1d1b-4ef5-896d-30c697557ebd {
  margin-top: 7%;
margin-right: 15%;
min-height: 50px;
}
@media (min-width: 1200px){#s-b02cadb3-1d1b-4ef5-896d-30c697557ebd {
  display: none;
}
#s-b02cadb3-1d1b-4ef5-896d-30c697557ebd, #wrap-s-b02cadb3-1d1b-4ef5-896d-30c697557ebd { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b02cadb3-1d1b-4ef5-896d-30c697557ebd {
  display: none;
}
#s-b02cadb3-1d1b-4ef5-896d-30c697557ebd, #wrap-s-b02cadb3-1d1b-4ef5-896d-30c697557ebd { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-b02cadb3-1d1b-4ef5-896d-30c697557ebd {
  display: none;
}
#s-b02cadb3-1d1b-4ef5-896d-30c697557ebd, #wrap-s-b02cadb3-1d1b-4ef5-896d-30c697557ebd { display:none !important; }}@media (max-width: 767px){#s-b02cadb3-1d1b-4ef5-896d-30c697557ebd {
  display: none;
}
#s-b02cadb3-1d1b-4ef5-896d-30c697557ebd, #wrap-s-b02cadb3-1d1b-4ef5-896d-30c697557ebd { display:none !important; }}







#s-b02cadb3-1d1b-4ef5-896d-30c697557ebd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b02cadb3-1d1b-4ef5-896d-30c697557ebd.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-aca517ad-52d7-42e5-a531-5f54893670cc {
  margin-bottom: -3%;
}

#s-695d5365-af21-487f-a77c-1e627474d39f {
  margin-bottom: 1%;
}

#s-f77c9cf8-e120-4a4a-b23f-e599bdc88300 {
  margin-top: 7%;
margin-right: 15%;
min-height: 50px;
}








#s-f77c9cf8-e120-4a4a-b23f-e599bdc88300 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f77c9cf8-e120-4a4a-b23f-e599bdc88300.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-655a971e-420f-4bd1-95ce-e77e38b5f5a8 {
  margin-bottom: -3%;
}

#s-4bdeec62-f49c-42e6-a893-36d1ec49c802 {
  margin-bottom: 1%;
}

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

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

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

#s-600962b8-8d8a-434f-bb44-bfb4c1c800bf {
  margin-top: -5%;
}

@media (min-width: 0px) {
[id="s-600962b8-8d8a-434f-bb44-bfb4c1c800bf"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-600962b8-8d8a-434f-bb44-bfb4c1c800bf"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-600962b8-8d8a-434f-bb44-bfb4c1c800bf"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-600962b8-8d8a-434f-bb44-bfb4c1c800bf"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-600962b8-8d8a-434f-bb44-bfb4c1c800bf"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-600962b8-8d8a-434f-bb44-bfb4c1c800bf"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-600962b8-8d8a-434f-bb44-bfb4c1c800bf"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

}

#s-fa069cf3-9213-45ac-a7e6-2b33875f0190 {
  margin-top: 3%;
}

  /** Modal */
  .custom-modal {
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.3s;
    position: fixed;
    top: 20%;
    left: 25vw;
    /*right: 29%;*/
    /*min-width: 800px;*/
    /*max-width: 801px;*/
    min-width: 50vw;
    max-width: 51vw;
    margin: 0 auto;
    /*padding: 30px;*/
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
    z-index: 9999;
  }
  
  @media (max-width: 500px) {
      .custom-modal {
          left: 0;
          min-width: 99vw;
          max-width: 100vw;
      }
  }
  
  .modal-close-btn {
    position: absolute;
    right: 2px;
    top: 0px;
    font-size: 20px;
    border: none;
    background-color: rgba(0,0,0,0);
    z-index: 10;
  }

  /** Overlay */
  .overlay {
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.3s;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 9998;
  }

  /** JS */
  .is-visible {
    opacity: 1;
    pointer-events: auto;
  }

  .embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
  }
  .embed-responsive::before {
    display: block;
    content: "";
  }
  .embed-responsive .embed-responsive-item,
  .embed-responsive embed,
  .embed-responsive iframe,
  .embed-responsive object,
  .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
  }
  .embed-responsive-21by9::before {
    padding-top: 42.857143%;
  }
  .embed-responsive-16by9::before {
    padding-top: 56.25%;
  }
  .embed-responsive-3by4::before {
    padding-top: 133.333333%;
  }
  .embed-responsive-1by1::before {
    padding-top: 100%;
  }
#s-c5227b46-ca93-4c69-a28b-0a78f61eab47 {
  margin-bottom: 1%;
}

#s-5a5803e0-1b46-432e-8f4f-c81091bc22c6 {
  min-height: 50px;
}








#s-5a5803e0-1b46-432e-8f4f-c81091bc22c6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5a5803e0-1b46-432e-8f4f-c81091bc22c6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-3ce798c6-dbdb-401d-bd5c-aa64f36f1f8a {
  text-align: center;
}








#s-3ce798c6-dbdb-401d-bd5c-aa64f36f1f8a .shogun-image-content {
  
    align-items: center;
  
}

#s-212c558f-bdc8-432a-9924-0938489df0d3 {
  min-height: 50px;
}








#s-212c558f-bdc8-432a-9924-0938489df0d3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-212c558f-bdc8-432a-9924-0938489df0d3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-fd5e864e-5925-4c2e-91b2-40154b8784ff {
  margin-top: -5%;
margin-left: 5%;
margin-bottom: 0%;
margin-right: 5%;
}

#s-1ef717a1-6e2b-49f1-812a-0cb3bad51700 {
  text-align: center;
}







  #s-1ef717a1-6e2b-49f1-812a-0cb3bad51700 img.shogun-image {
    

    
    
    
  }


#s-1ef717a1-6e2b-49f1-812a-0cb3bad51700 .shogun-image-content {
  
    align-items: center;
  
}

.shg-btn.shg-cse, .shg-btn.shg-cse:hover, .shg-btn.shg-cse:focus {
  color: #FFF;
}

.shg-btn {
  cursor: pointer;
  box-sizing: border-box;
}

.shg-btn-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-0fe8d6b2-df29-4e87-b3d0-da77e6cde424 {
  padding-top: 15px;
padding-left: 40px;
padding-bottom: 15px;
padding-right: 40px;
border-radius: 2px;
text-align: center;
background-color: rgba(239, 51, 64, 1);
text-decoration: none;
}
#s-0fe8d6b2-df29-4e87-b3d0-da77e6cde424:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-0fe8d6b2-df29-4e87-b3d0-da77e6cde424:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-0fe8d6b2-df29-4e87-b3d0-da77e6cde424-root {
    text-align: center;
  }


#s-0fe8d6b2-df29-4e87-b3d0-da77e6cde424.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 30px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-0fe8d6b2-df29-4e87-b3d0-da77e6cde424-root {
    text-align: center;
  }


#s-0fe8d6b2-df29-4e87-b3d0-da77e6cde424.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 30px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-0fe8d6b2-df29-4e87-b3d0-da77e6cde424-root {
    text-align: center;
  }


#s-0fe8d6b2-df29-4e87-b3d0-da77e6cde424.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 30px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-0fe8d6b2-df29-4e87-b3d0-da77e6cde424-root {
    text-align: center;
  }


#s-0fe8d6b2-df29-4e87-b3d0-da77e6cde424.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 30px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-0fe8d6b2-df29-4e87-b3d0-da77e6cde424-root {
    text-align: center;
  }


#s-0fe8d6b2-df29-4e87-b3d0-da77e6cde424.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 30px;
  
  
  
  display:  inline-block ;
}
}
.shg-hr-wrapper {
  padding: 30px 0;
}

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

#s-6296ecf6-07e7-4b13-a9af-ce6f5e8f88df {
  margin-top: 2%;
margin-left: 4%;
margin-bottom: 2%;
margin-right: 4%;
}

#s-6296ecf6-07e7-4b13-a9af-ce6f5e8f88df hr {
  border-top: 3px solid rgba(172, 172, 172, 1);
}

#s-144c4745-ab80-4ca2-9c59-ac6e69159389 {
  min-height: 50px;
}








#s-144c4745-ab80-4ca2-9c59-ac6e69159389 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-144c4745-ab80-4ca2-9c59-ac6e69159389.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6264141a-d6d3-4cb3-bce3-f8df0db7b881 {
  margin-left: 5%;
margin-bottom: -2%;
margin-right: 5%;
}

#s-d11224c0-1009-4857-aa24-64124914e795 {
  margin-left: 5%;
margin-right: 5%;
}

@media (min-width: 0px) {
[id="s-d11224c0-1009-4857-aa24-64124914e795"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d11224c0-1009-4857-aa24-64124914e795"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-d11224c0-1009-4857-aa24-64124914e795"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-d11224c0-1009-4857-aa24-64124914e795"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-40279633-f644-43af-a4c1-44951e0e412b {
  background-repeat: no-repeat;
background-size: cover;
min-height: 50px;
background-position: center center;
}








#s-40279633-f644-43af-a4c1-44951e0e412b > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.1;
}#s-40279633-f644-43af-a4c1-44951e0e412b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ab0f4a17-b025-4b0d-8c36-13612f177ab7 {
  margin-top: -2px;
text-align: center;
}








#s-ab0f4a17-b025-4b0d-8c36-13612f177ab7 .shogun-image-content {
  
    align-items: center;
  
}

#s-7283a64c-4c5f-4b88-93df-1442f7124423 {
  box-shadow:0px 0px 0px 0px rgba(255, 255, 255, 1);
margin-top: 15%;
margin-bottom: -2.5%;
margin-right: 4%;
}

#s-04f9580d-844e-40c7-b780-b3dfcd49cafe {
  margin-top: 5%;
margin-left: 5%;
margin-bottom: 5%;
margin-right: 5%;
min-height: 50px;
}








#s-04f9580d-844e-40c7-b780-b3dfcd49cafe > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-04f9580d-844e-40c7-b780-b3dfcd49cafe.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shogun-video {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

.shogun-video-16x9 {
  padding-bottom: 56.25%;
}

.shogun-video-4x3 {
  padding-bottom: 75%;
}

.shogun-video-embed {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

#s-ba18f2e1-551d-456b-9f2e-6072b5034a87 {
  margin-top: 2%;
margin-left: 5%;
margin-bottom: 0%;
margin-right: 5%;
padding-bottom: 5%;
min-height: 50px;
}








#s-ba18f2e1-551d-456b-9f2e-6072b5034a87 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ba18f2e1-551d-456b-9f2e-6072b5034a87.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a5f5a404-d8ae-45bb-9fca-f36885b2fafb {
  min-height: 50px;
}








#s-a5f5a404-d8ae-45bb-9fca-f36885b2fafb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a5f5a404-d8ae-45bb-9fca-f36885b2fafb.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6ea5f865-6abf-425c-9553-6db43acd0d38 {
  margin-top: 0%;
margin-left: 5%;
margin-bottom: 0%;
margin-right: 5%;
}

@media (min-width: 0px) {
[id="s-6ea5f865-6abf-425c-9553-6db43acd0d38"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6ea5f865-6abf-425c-9553-6db43acd0d38"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-6ea5f865-6abf-425c-9553-6db43acd0d38"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-6ea5f865-6abf-425c-9553-6db43acd0d38"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-f9a079a0-05cc-4938-8634-7c9a3f869a21 {
  text-align: center;
}







  #s-f9a079a0-05cc-4938-8634-7c9a3f869a21 img.shogun-image {
    

    
    
    
  }


#s-f9a079a0-05cc-4938-8634-7c9a3f869a21 .shogun-image-content {
  
    align-items: center;
  
}

#s-410b512b-662f-43c6-ba34-b5f8c3ca5e59 {
  text-align: center;
}







  #s-410b512b-662f-43c6-ba34-b5f8c3ca5e59 img.shogun-image {
    

    
    
    
  }


#s-410b512b-662f-43c6-ba34-b5f8c3ca5e59 .shogun-image-content {
  
    align-items: center;
  
}

#s-95a4e933-9cad-4f2d-bbb2-6c91b2138a3d {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-95a4e933-9cad-4f2d-bbb2-6c91b2138a3d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-95a4e933-9cad-4f2d-bbb2-6c91b2138a3d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-20f805af-8971-4790-998a-0184e9c0e210 {
  margin-top: 0%;
margin-left: 5%;
margin-bottom: 0%;
margin-right: 5%;
}

#s-699a0478-e624-4fe3-b450-c7ef88efa614 {
  margin-left: 5%;
margin-right: 5%;
text-align: center;
}







  #s-699a0478-e624-4fe3-b450-c7ef88efa614 img.shogun-image {
    

    
    
    
  }


#s-699a0478-e624-4fe3-b450-c7ef88efa614 .shogun-image-content {
  
    align-items: center;
  
}

#s-48116572-c3f7-470f-9833-22112a087b4e {
  margin-top: 2%;
margin-left: 5%;
margin-bottom: 2%;
margin-right: 5%;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-48116572-c3f7-470f-9833-22112a087b4e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-48116572-c3f7-470f-9833-22112a087b4e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c93525e1-9a83-4e82-adb3-ec8883005e8b {
  margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
}

#s-2c70127a-8b09-470e-9ef4-b34c8d5cc025 {
  margin-left: 0%;
margin-right: 0%;
}

#s-33ef6450-f26b-4bf6-b6c2-5b63b9d8c6ec {
  margin-left: 5%;
margin-right: 5%;
}

#s-33ef6450-f26b-4bf6-b6c2-5b63b9d8c6ec hr {
  border-top: 2px solid #ddd;
}

#s-15b2e20c-edd5-49f7-ac3d-97bd22ec8b79 {
  padding-top: 5%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
min-height: 50px;
}








#s-15b2e20c-edd5-49f7-ac3d-97bd22ec8b79 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-15b2e20c-edd5-49f7-ac3d-97bd22ec8b79.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-fdf17f51-993f-4af4-8c1e-9f8f9e2d79ad {
  text-align: center;
}







  #s-fdf17f51-993f-4af4-8c1e-9f8f9e2d79ad img.shogun-image {
    

    
    
    
  }


#s-fdf17f51-993f-4af4-8c1e-9f8f9e2d79ad .shogun-image-content {
  
    align-items: center;
  
}

#s-b1180e97-3061-4025-966f-aa119d9baf81 {
  min-height: 50px;
}








#s-b1180e97-3061-4025-966f-aa119d9baf81 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b1180e97-3061-4025-966f-aa119d9baf81.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6d8d3500-b3cf-4fb7-95ba-27d4885148d8 {
  margin-top: 0%;
margin-left: 5%;
margin-bottom: 0%;
margin-right: 5%;
}

#s-edf6b219-889a-4181-9ec9-65aca63f048d {
  min-height: 50px;
}








#s-edf6b219-889a-4181-9ec9-65aca63f048d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-edf6b219-889a-4181-9ec9-65aca63f048d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5d68d58f-6c87-4a59-ae3f-031d21fe7582 {
  text-align: center;
}








#s-5d68d58f-6c87-4a59-ae3f-031d21fe7582 .shogun-image-content {
  
    align-items: center;
  
}

#s-d379d2c7-e5c6-443d-af4f-83d1cda78b2c {
  margin-left: 5%;
margin-right: 5%;
min-height: 50px;
}








#s-d379d2c7-e5c6-443d-af4f-83d1cda78b2c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d379d2c7-e5c6-443d-af4f-83d1cda78b2c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9689dbc2-54c7-439b-a0cc-689f83dd73cd {
  margin-left: 0%;
margin-right: 0%;
}

@media (min-width: 0px) {
[id="s-9689dbc2-54c7-439b-a0cc-689f83dd73cd"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9689dbc2-54c7-439b-a0cc-689f83dd73cd"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-9689dbc2-54c7-439b-a0cc-689f83dd73cd"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-9689dbc2-54c7-439b-a0cc-689f83dd73cd"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-e1294881-3f0d-42f2-8b06-1cdefcf8aef5 {
  margin-left: 0%;
margin-right: 0%;
}

#s-d36b0f30-291d-4367-b899-9cacc94d9acb {
  margin-left: 0%;
margin-right: 0%;
}

#s-6dffab62-2d1b-43e3-8fad-18a7322a7417 {
  background-repeat: no-repeat;
background-size: 100% 66%;
padding-left: 5%;
padding-right: 5%;
min-height: 750px;
background-position: center center;
}








#s-6dffab62-2d1b-43e3-8fad-18a7322a7417 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6dffab62-2d1b-43e3-8fad-18a7322a7417.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-d875225b-ba58-4d43-8b1d-6244b5066213"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-d875225b-ba58-4d43-8b1d-6244b5066213"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-d875225b-ba58-4d43-8b1d-6244b5066213"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-d875225b-ba58-4d43-8b1d-6244b5066213"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-39bbc73d-9be5-44a4-8c9e-7bf517fbbbc1 {
  text-align: center;
}







  #s-39bbc73d-9be5-44a4-8c9e-7bf517fbbbc1 img.shogun-image {
    

    
    
    
  }


#s-39bbc73d-9be5-44a4-8c9e-7bf517fbbbc1 .shogun-image-content {
  
    align-items: center;
  
}

#s-f5393978-a2ad-447f-aafd-1af211363a46 {
  margin-top: 10%;
margin-bottom: 10%;
}

#s-c31912fd-19b5-4cec-9562-e65dc07151d7 {
  margin-left: 5%;
margin-right: 5%;
min-height: 50px;
}








#s-c31912fd-19b5-4cec-9562-e65dc07151d7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c31912fd-19b5-4cec-9562-e65dc07151d7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-ba87c58d-aa0a-40bf-9966-529f622e0212"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ba87c58d-aa0a-40bf-9966-529f622e0212"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-ba87c58d-aa0a-40bf-9966-529f622e0212"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-ba87c58d-aa0a-40bf-9966-529f622e0212"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-6cc03ee8-78cb-4c0d-bc70-ac0b9292358b {
  margin-left: 5%;
margin-right: 5%;
}

#s-6cc03ee8-78cb-4c0d-bc70-ac0b9292358b hr {
  border-top: 2px solid #ddd;
}

#s-9c41036a-1431-4d68-994f-66ec2af6342d {
  margin-left: 5%;
margin-right: 5%;
min-height: 50px;
}








#s-9c41036a-1431-4d68-994f-66ec2af6342d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9c41036a-1431-4d68-994f-66ec2af6342d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b42e2c97-2fee-4642-a03e-c5c81e91620f {
  text-align: center;
}








#s-b42e2c97-2fee-4642-a03e-c5c81e91620f .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-de391c3e-3ee0-476a-aba8-996990ac40b4"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-de391c3e-3ee0-476a-aba8-996990ac40b4"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-de391c3e-3ee0-476a-aba8-996990ac40b4"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-de391c3e-3ee0-476a-aba8-996990ac40b4"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-60ee907e-c153-4535-9acf-34335dd9d965 {
  background-repeat: no-repeat;
background-size: 100% 100%;
padding-left: 5%;
padding-right: 5%;
min-height: 750px;
background-position: center center;
}








#s-60ee907e-c153-4535-9acf-34335dd9d965 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-60ee907e-c153-4535-9acf-34335dd9d965.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-de133f5c-eb88-4ca1-b3f9-c265f1560a70 {
  margin-left: 5%;
margin-right: 5%;
min-height: 50px;
}








#s-de133f5c-eb88-4ca1-b3f9-c265f1560a70 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-de133f5c-eb88-4ca1-b3f9-c265f1560a70.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-a1e36638-9e6d-4fd4-988c-ee333c094c91"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a1e36638-9e6d-4fd4-988c-ee333c094c91"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-a1e36638-9e6d-4fd4-988c-ee333c094c91"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-a1e36638-9e6d-4fd4-988c-ee333c094c91"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-16dfd9aa-510f-42a8-b254-e2dee097b57c {
  text-align: center;
}







  #s-16dfd9aa-510f-42a8-b254-e2dee097b57c img.shogun-image {
    

    
    
    
  }


#s-16dfd9aa-510f-42a8-b254-e2dee097b57c .shogun-image-content {
  
    align-items: center;
  
}

#s-985acfe2-fa6d-4288-af64-f19352a4bed9 {
  min-height: 50px;
}








#s-985acfe2-fa6d-4288-af64-f19352a4bed9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-985acfe2-fa6d-4288-af64-f19352a4bed9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b062cf1f-f183-44f5-ad24-155de0029d03 {
  margin-top: 3%;
margin-bottom: 3%;
text-align: center;
}








#s-b062cf1f-f183-44f5-ad24-155de0029d03 .shogun-image-content {
  
    align-items: center;
  
}

#s-c0dccbbe-f4c8-4255-b46a-5acfbce13707 {
  margin-left: 5%;
margin-right: 5%;
}

@media (min-width: 0px) {
[id="s-c0dccbbe-f4c8-4255-b46a-5acfbce13707"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c0dccbbe-f4c8-4255-b46a-5acfbce13707"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-c0dccbbe-f4c8-4255-b46a-5acfbce13707"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-c0dccbbe-f4c8-4255-b46a-5acfbce13707"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-fbe19c3f-09d7-4c63-acd1-a755550fbed6 {
  background-repeat: no-repeat;
background-size: 100% 66%;
padding-left: 5%;
padding-right: 5%;
min-height: 750px;
background-position: center center;
}








#s-fbe19c3f-09d7-4c63-acd1-a755550fbed6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fbe19c3f-09d7-4c63-acd1-a755550fbed6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-b69bdd0b-900a-4952-923d-465fe4a2df2d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b69bdd0b-900a-4952-923d-465fe4a2df2d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-b69bdd0b-900a-4952-923d-465fe4a2df2d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-b69bdd0b-900a-4952-923d-465fe4a2df2d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-2c96eac2-a1b9-404c-93c1-98ae87c7883d {
  padding-top: 20%;
padding-bottom: 20%;
}

#s-cb8bd865-6320-42cf-a0a5-8631b748b285 {
  text-align: center;
}







  #s-cb8bd865-6320-42cf-a0a5-8631b748b285 img.shogun-image {
    

    
    
    
  }


#s-cb8bd865-6320-42cf-a0a5-8631b748b285 .shogun-image-content {
  
    align-items: center;
  
}

#s-3f834f88-33ca-41e7-a523-aa9be0afb142 {
  margin-top: 2%;
margin-left: 5%;
margin-right: 5%;
min-height: 50px;
}








#s-3f834f88-33ca-41e7-a523-aa9be0afb142 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3f834f88-33ca-41e7-a523-aa9be0afb142.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-5563d7b9-692d-47aa-a975-29c692157284"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5563d7b9-692d-47aa-a975-29c692157284"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-5563d7b9-692d-47aa-a975-29c692157284"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-5563d7b9-692d-47aa-a975-29c692157284"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-5563d7b9-692d-47aa-a975-29c692157284"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-5563d7b9-692d-47aa-a975-29c692157284"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-5563d7b9-692d-47aa-a975-29c692157284"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

#s-86f71a1b-bbe3-493e-ae9e-12d6d2269932 hr {
  border-top: 2px solid #ddd;
}

@media (min-width: 0px) {
[id="s-efcb8b9b-44e8-498d-ae31-ab564061a667"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-efcb8b9b-44e8-498d-ae31-ab564061a667"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-efcb8b9b-44e8-498d-ae31-ab564061a667"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-efcb8b9b-44e8-498d-ae31-ab564061a667"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-efcb8b9b-44e8-498d-ae31-ab564061a667"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-efcb8b9b-44e8-498d-ae31-ab564061a667"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-efcb8b9b-44e8-498d-ae31-ab564061a667"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

#s-a27f57dc-0a97-4f10-b507-b946a210e971 {
  background-repeat: no-repeat;
background-size: 100% 100%;
padding-top: 5%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
min-height: 50px;
background-position: center center;
}








#s-a27f57dc-0a97-4f10-b507-b946a210e971 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a27f57dc-0a97-4f10-b507-b946a210e971.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-3021597f-6bf8-4556-85d1-3ac8fdd42675"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3021597f-6bf8-4556-85d1-3ac8fdd42675"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-3021597f-6bf8-4556-85d1-3ac8fdd42675"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-3021597f-6bf8-4556-85d1-3ac8fdd42675"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-4fededa3-7124-4625-ad7b-161d60bb19b2 {
  margin-top: -30%;
text-align: center;
}







  #s-4fededa3-7124-4625-ad7b-161d60bb19b2 img.shogun-image {
    

    
    
    
  }


#s-4fededa3-7124-4625-ad7b-161d60bb19b2 .shogun-image-content {
  
    align-items: center;
  
}

#s-84b7a257-22f9-49bc-bfe1-e51d8a89d9fd hr {
  border-top: 3px solid rgba(255, 255, 255, 1);
}

#s-babdfd6f-16eb-4c23-85e0-ecc65f788acf {
  margin-top: -30.3%;
text-align: center;
}







  #s-babdfd6f-16eb-4c23-85e0-ecc65f788acf img.shogun-image {
    

    
    
    
  }


#s-babdfd6f-16eb-4c23-85e0-ecc65f788acf .shogun-image-content {
  
    align-items: center;
  
}

#s-ae43c425-baea-434d-a4ab-e0f72a9b4346 hr {
  border-top: 3px solid rgba(255, 255, 255, 1);
}

#s-2b372d87-b865-4bd4-b1ae-d765d4f7ee6d {
  margin-top: 4%;
margin-left: 5%;
margin-right: 5%;
min-height: 50px;
}








#s-2b372d87-b865-4bd4-b1ae-d765d4f7ee6d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2b372d87-b865-4bd4-b1ae-d765d4f7ee6d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-785d8140-ccea-41ef-aa82-e6bdcf6c03f3 {
  margin-left: 20%;
margin-right: 20%;
}

@media (min-width: 0px) {
[id="s-785d8140-ccea-41ef-aa82-e6bdcf6c03f3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-785d8140-ccea-41ef-aa82-e6bdcf6c03f3"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-785d8140-ccea-41ef-aa82-e6bdcf6c03f3"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-785d8140-ccea-41ef-aa82-e6bdcf6c03f3"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-757d6122-a14e-4588-a164-61fce88333df {
  margin-top: -7%;
text-align: center;
}







  #s-757d6122-a14e-4588-a164-61fce88333df img.shogun-image {
    

    
    
    
  }


#s-757d6122-a14e-4588-a164-61fce88333df .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-44f3fb18-6707-43ff-8e55-1bcc74a74abd"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-44f3fb18-6707-43ff-8e55-1bcc74a74abd"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-44f3fb18-6707-43ff-8e55-1bcc74a74abd"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-44f3fb18-6707-43ff-8e55-1bcc74a74abd"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-32468315-b173-48a1-b6a4-421296a5e33e {
  text-align: center;
}







  #s-32468315-b173-48a1-b6a4-421296a5e33e img.shogun-image {
    

    
    
    
  }


#s-32468315-b173-48a1-b6a4-421296a5e33e .shogun-image-content {
  
    align-items: center;
  
}

#s-a22716fc-272f-437e-9018-ae8b3f33bbc7 {
  text-align: center;
}







  #s-a22716fc-272f-437e-9018-ae8b3f33bbc7 img.shogun-image {
    

    
    
    
  }


#s-a22716fc-272f-437e-9018-ae8b3f33bbc7 .shogun-image-content {
  
    align-items: center;
  
}

#s-a9c9a895-cfc7-46ed-815d-a2b83e20ad37 {
  margin-left: 5%;
margin-right: 5%;
min-height: 50px;
}








#s-a9c9a895-cfc7-46ed-815d-a2b83e20ad37 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a9c9a895-cfc7-46ed-815d-a2b83e20ad37.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-86a85fab-103e-43ee-98e9-957c8d750709"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-86a85fab-103e-43ee-98e9-957c8d750709"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-86a85fab-103e-43ee-98e9-957c8d750709"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-86a85fab-103e-43ee-98e9-957c8d750709"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-86a85fab-103e-43ee-98e9-957c8d750709"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-86a85fab-103e-43ee-98e9-957c8d750709"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-86a85fab-103e-43ee-98e9-957c8d750709"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 0px) {
[id="s-e386815e-821c-4681-a648-c8cf9ce307b5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e386815e-821c-4681-a648-c8cf9ce307b5"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-e386815e-821c-4681-a648-c8cf9ce307b5"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-e386815e-821c-4681-a648-c8cf9ce307b5"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-e386815e-821c-4681-a648-c8cf9ce307b5"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-e386815e-821c-4681-a648-c8cf9ce307b5"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-e386815e-821c-4681-a648-c8cf9ce307b5"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 0px) {
[id="s-8f20c088-c601-447d-b5e1-7b66fc6403b0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8f20c088-c601-447d-b5e1-7b66fc6403b0"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-8f20c088-c601-447d-b5e1-7b66fc6403b0"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-8f20c088-c601-447d-b5e1-7b66fc6403b0"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-8f20c088-c601-447d-b5e1-7b66fc6403b0"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-8f20c088-c601-447d-b5e1-7b66fc6403b0"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-8f20c088-c601-447d-b5e1-7b66fc6403b0"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

#s-130d5179-c2a7-4a33-9ffa-5e6de01d237e {
  min-height: 50px;
}
@media (min-width: 1200px){#s-130d5179-c2a7-4a33-9ffa-5e6de01d237e {
  display: none;
}
#s-130d5179-c2a7-4a33-9ffa-5e6de01d237e, #wrap-s-130d5179-c2a7-4a33-9ffa-5e6de01d237e { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-130d5179-c2a7-4a33-9ffa-5e6de01d237e {
  display: none;
}
#s-130d5179-c2a7-4a33-9ffa-5e6de01d237e, #wrap-s-130d5179-c2a7-4a33-9ffa-5e6de01d237e { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-130d5179-c2a7-4a33-9ffa-5e6de01d237e {
  
}
}@media (max-width: 767px){#s-130d5179-c2a7-4a33-9ffa-5e6de01d237e {
  
}
}







#s-130d5179-c2a7-4a33-9ffa-5e6de01d237e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-130d5179-c2a7-4a33-9ffa-5e6de01d237e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e43c86f2-fbbd-4bae-9ae5-5e58a2bceec4 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 50px;
background-position: center top;
}

#s-e43c86f2-fbbd-4bae-9ae5-5e58a2bceec4 {
  background-image: url(https://i.shgcdn.com/4eac110b-c2fc-42de-b643-025e9893b778/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-e43c86f2-fbbd-4bae-9ae5-5e58a2bceec4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e43c86f2-fbbd-4bae-9ae5-5e58a2bceec4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-fd3edddd-90d6-4603-80ec-7bae132b5ab7 {
  margin-top: 7%;
min-height: 50px;
}








#s-fd3edddd-90d6-4603-80ec-7bae132b5ab7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fd3edddd-90d6-4603-80ec-7bae132b5ab7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f2b30a43-0f0f-42cf-9ed7-fb1345b2250d {
  margin-bottom: -6%;
}

#s-614229bd-d696-4397-a7b9-4a018239873c {
  margin-bottom: -2%;
}

#s-9ca7d326-eb73-496b-97a4-6cb203b6d498 {
  min-height: 50px;
}








#s-9ca7d326-eb73-496b-97a4-6cb203b6d498 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9ca7d326-eb73-496b-97a4-6cb203b6d498.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-263f9740-b92b-4d57-aa00-4cfe86a8b975 {
  text-align: center;
}








#s-263f9740-b92b-4d57-aa00-4cfe86a8b975 .shogun-image-content {
  
    align-items: center;
  
}

#s-b5c85f93-e366-4c08-b745-27efdf7897a3 {
  min-height: 50px;
}








#s-b5c85f93-e366-4c08-b745-27efdf7897a3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b5c85f93-e366-4c08-b745-27efdf7897a3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5d8b5dcb-28fe-4ca6-b6e2-b8572dd14028 {
  margin-top: -5%;
margin-left: 5%;
margin-bottom: 0%;
margin-right: 5%;
}

#s-8c35b9de-14e6-4607-b20e-37a4302da375 {
  text-align: center;
}







  #s-8c35b9de-14e6-4607-b20e-37a4302da375 img.shogun-image {
    

    
    
    
  }


#s-8c35b9de-14e6-4607-b20e-37a4302da375 .shogun-image-content {
  
    align-items: center;
  
}

#s-db2d08fe-b3c9-463a-a030-fb2fe84e1549 {
  padding-top: 15px;
padding-left: 40px;
padding-bottom: 15px;
padding-right: 40px;
border-radius: 2px;
text-align: center;
background-color: rgba(239, 51, 64, 1);
text-decoration: none;
}
#s-db2d08fe-b3c9-463a-a030-fb2fe84e1549:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-db2d08fe-b3c9-463a-a030-fb2fe84e1549:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-db2d08fe-b3c9-463a-a030-fb2fe84e1549-root {
    text-align: center;
  }


#s-db2d08fe-b3c9-463a-a030-fb2fe84e1549.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 30px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-db2d08fe-b3c9-463a-a030-fb2fe84e1549-root {
    text-align: center;
  }


#s-db2d08fe-b3c9-463a-a030-fb2fe84e1549.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 30px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-db2d08fe-b3c9-463a-a030-fb2fe84e1549-root {
    text-align: center;
  }


#s-db2d08fe-b3c9-463a-a030-fb2fe84e1549.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 30px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-db2d08fe-b3c9-463a-a030-fb2fe84e1549-root {
    text-align: center;
  }


#s-db2d08fe-b3c9-463a-a030-fb2fe84e1549.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 30px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-db2d08fe-b3c9-463a-a030-fb2fe84e1549-root {
    text-align: center;
  }


#s-db2d08fe-b3c9-463a-a030-fb2fe84e1549.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 30px;
  
  
  
  display:  inline-block ;
}
}
#s-1cbce0e1-4f60-409b-9ad4-13dec11890ce {
  margin-left: 4%;
margin-right: 4%;
}

#s-1cbce0e1-4f60-409b-9ad4-13dec11890ce hr {
  border-top: 3px solid rgba(172, 172, 172, 1);
}

#s-daa0a09e-0cb3-466b-8509-0cd92bf6f78f {
  min-height: 50px;
}








#s-daa0a09e-0cb3-466b-8509-0cd92bf6f78f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-daa0a09e-0cb3-466b-8509-0cd92bf6f78f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2dcf1ebc-5740-4a81-a180-1dc59a9c2117 {
  margin-left: 5%;
margin-right: 5%;
}

@media (min-width: 0px) {
[id="s-2dcf1ebc-5740-4a81-a180-1dc59a9c2117"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2dcf1ebc-5740-4a81-a180-1dc59a9c2117"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-2dcf1ebc-5740-4a81-a180-1dc59a9c2117"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-2dcf1ebc-5740-4a81-a180-1dc59a9c2117"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-f83c6bea-0377-4da4-88b4-2d5fad352740 {
  margin-bottom: -5%;
}

#s-932f492b-d278-429f-929b-8ba1b796f635 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 50px;
background-position: center center;
}








#s-932f492b-d278-429f-929b-8ba1b796f635 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.1;
}#s-932f492b-d278-429f-929b-8ba1b796f635.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-59633437-1d07-4848-8635-c66d7bb9efe1 {
  text-align: center;
}








#s-59633437-1d07-4848-8635-c66d7bb9efe1 .shogun-image-content {
  
    align-items: center;
  
}

#s-1b391ace-060a-4427-90f8-72f8bc9fdfc4 {
  box-shadow:0px 0px 0px 0px rgba(255, 255, 255, 1);
margin-top: 15%;
margin-bottom: -24px;
margin-right: 0%;
}

#s-bfce3e9b-7f8e-4084-87fe-466ea2d2fbf2 {
  margin-top: 2%;
margin-left: 5%;
margin-bottom: 0%;
margin-right: 5%;
padding-bottom: 5%;
min-height: 50px;
}








#s-bfce3e9b-7f8e-4084-87fe-466ea2d2fbf2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bfce3e9b-7f8e-4084-87fe-466ea2d2fbf2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-dc466406-a6ec-41ae-8ea9-d09a6aa60f46 {
  min-height: 50px;
}








#s-dc466406-a6ec-41ae-8ea9-d09a6aa60f46 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-dc466406-a6ec-41ae-8ea9-d09a6aa60f46.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-08920d8b-e67c-48d7-909d-3a17aa60d56b {
  margin-top: 0%;
margin-left: 5%;
margin-bottom: 0%;
margin-right: 5%;
}

@media (min-width: 0px) {
[id="s-08920d8b-e67c-48d7-909d-3a17aa60d56b"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-08920d8b-e67c-48d7-909d-3a17aa60d56b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-08920d8b-e67c-48d7-909d-3a17aa60d56b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-08920d8b-e67c-48d7-909d-3a17aa60d56b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-18fae5a7-9e8f-4e4d-ae3e-da1ffcb663d5 {
  text-align: center;
}







  #s-18fae5a7-9e8f-4e4d-ae3e-da1ffcb663d5 img.shogun-image {
    

    
    
    
  }


#s-18fae5a7-9e8f-4e4d-ae3e-da1ffcb663d5 .shogun-image-content {
  
    align-items: center;
  
}

#s-54626d7b-3d35-4c65-bc4e-4cef8e2565dc {
  text-align: center;
}







  #s-54626d7b-3d35-4c65-bc4e-4cef8e2565dc img.shogun-image {
    

    
    
    
  }


#s-54626d7b-3d35-4c65-bc4e-4cef8e2565dc .shogun-image-content {
  
    align-items: center;
  
}

#s-49074d36-451d-4b1a-8322-6a1b941b64cf {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-49074d36-451d-4b1a-8322-6a1b941b64cf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-49074d36-451d-4b1a-8322-6a1b941b64cf.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5ba00e7e-38ef-4f02-b12a-21df901d736d {
  margin-top: 0%;
margin-left: 5%;
margin-bottom: 0%;
margin-right: 5%;
}

#s-1a0c9a34-807e-4810-8920-b4d57602d813 {
  margin-left: 5%;
margin-right: 5%;
text-align: center;
}







  #s-1a0c9a34-807e-4810-8920-b4d57602d813 img.shogun-image {
    

    
    
    
  }


#s-1a0c9a34-807e-4810-8920-b4d57602d813 .shogun-image-content {
  
    align-items: center;
  
}

#s-060a1dd4-fdcb-4e1c-882c-85fbd6d17f8e {
  margin-top: 2%;
margin-bottom: 2%;
padding-left: 5%;
padding-right: 5%;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-060a1dd4-fdcb-4e1c-882c-85fbd6d17f8e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-060a1dd4-fdcb-4e1c-882c-85fbd6d17f8e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ff2c2011-0b8e-4752-a498-a576660a6f4e {
  margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
}

#s-87385b35-ce02-4bc7-8f4d-6e83dc0a4f4f {
  margin-left: 0%;
margin-right: 0%;
}

#s-38d47021-5630-4db1-98ab-9c4234c8a96b {
  margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
}

#s-cb38b9af-1df4-4817-bbcb-0817dca01d61 {
  margin-left: 0%;
margin-right: 0%;
}

#s-d216709d-9d12-4e65-80e3-ba304437db17 {
  margin-left: 5%;
margin-right: 5%;
}

#s-d216709d-9d12-4e65-80e3-ba304437db17 hr {
  border-top: 2px solid #ddd;
}

#s-71b81787-2ebe-47a7-912a-5406c963bff3 {
  padding-top: 5%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
min-height: 50px;
}








#s-71b81787-2ebe-47a7-912a-5406c963bff3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-71b81787-2ebe-47a7-912a-5406c963bff3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-19c3a9ed-9ce3-4ba3-a3f0-bf8815542444 {
  text-align: center;
}







  #s-19c3a9ed-9ce3-4ba3-a3f0-bf8815542444 img.shogun-image {
    

    
    
    
  }


#s-19c3a9ed-9ce3-4ba3-a3f0-bf8815542444 .shogun-image-content {
  
    align-items: center;
  
}

#s-d557964c-4b1f-4416-b610-b869e77bae9b {
  margin-top: 0%;
margin-left: 5%;
margin-bottom: 0%;
margin-right: 5%;
}

#s-6342acc8-17f0-43d9-9fcd-437cf4223af8 {
  min-height: 50px;
}








#s-6342acc8-17f0-43d9-9fcd-437cf4223af8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6342acc8-17f0-43d9-9fcd-437cf4223af8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2fc23399-e749-4a6f-bde9-a7ad35ceefc1 {
  text-align: center;
}







  #s-2fc23399-e749-4a6f-bde9-a7ad35ceefc1 img.shogun-image {
    

    
    
    
  }


#s-2fc23399-e749-4a6f-bde9-a7ad35ceefc1 .shogun-image-content {
  
    align-items: center;
  
}

#s-71ebef70-ec20-4879-b7dd-ab64a853b6c4 {
  margin-left: 5%;
margin-right: 5%;
min-height: 50px;
}








#s-71ebef70-ec20-4879-b7dd-ab64a853b6c4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-71ebef70-ec20-4879-b7dd-ab64a853b6c4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c50b5663-875c-4d79-89e2-66d01230637f {
  margin-left: 0%;
margin-right: 0%;
}

@media (min-width: 0px) {
[id="s-c50b5663-875c-4d79-89e2-66d01230637f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c50b5663-875c-4d79-89e2-66d01230637f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-c50b5663-875c-4d79-89e2-66d01230637f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-c50b5663-875c-4d79-89e2-66d01230637f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-8e8d5e90-b961-4cfc-8fdc-b6618569b7a0 {
  margin-left: 0%;
margin-right: 0%;
}

#s-94d8b689-5c4b-4c7d-9cce-0035f571aac1 {
  margin-left: 0%;
margin-right: 0%;
}

#s-6a7043df-c5b5-4004-8676-e9bb29554df7 {
  background-repeat: no-repeat;
background-size: cover;
padding-left: 5%;
padding-right: 5%;
min-height: 50px;
background-position: center center;
}








#s-6a7043df-c5b5-4004-8676-e9bb29554df7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6a7043df-c5b5-4004-8676-e9bb29554df7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ff8314ae-822a-4f1f-a6ec-4b3e1753bd8f {
  text-align: center;
}







  #s-ff8314ae-822a-4f1f-a6ec-4b3e1753bd8f img.shogun-image {
    

    
    
    
  }


#s-ff8314ae-822a-4f1f-a6ec-4b3e1753bd8f .shogun-image-content {
  
    align-items: center;
  
}

#s-6bfddc66-9366-4675-8305-41736e008a13 {
  margin-bottom: 10%;
}

#s-7872f143-50b7-4458-9365-0cf98365d46e {
  margin-left: 5%;
margin-right: 5%;
min-height: 50px;
}








#s-7872f143-50b7-4458-9365-0cf98365d46e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7872f143-50b7-4458-9365-0cf98365d46e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-1249c850-632d-48b5-b407-363661be3586"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1249c850-632d-48b5-b407-363661be3586"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-1249c850-632d-48b5-b407-363661be3586"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-1249c850-632d-48b5-b407-363661be3586"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-9a891cb9-e631-4f20-943a-efcdea24d6da {
  margin-left: 5%;
margin-right: 5%;
}

#s-9a891cb9-e631-4f20-943a-efcdea24d6da hr {
  border-top: 2px solid #ddd;
}

#s-29098567-23db-442b-9485-852988ca6787 {
  margin-left: 5%;
margin-right: 5%;
min-height: 50px;
}








#s-29098567-23db-442b-9485-852988ca6787 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-29098567-23db-442b-9485-852988ca6787.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1a976014-1615-44e8-9009-19166fdcc96c {
  text-align: center;
}







  #s-1a976014-1615-44e8-9009-19166fdcc96c img.shogun-image {
    

    
    
    
  }


#s-1a976014-1615-44e8-9009-19166fdcc96c .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-d284d962-52b3-448b-bcb1-80e5a5a0c65d"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-d284d962-52b3-448b-bcb1-80e5a5a0c65d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-d284d962-52b3-448b-bcb1-80e5a5a0c65d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-d284d962-52b3-448b-bcb1-80e5a5a0c65d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-ec9990af-fede-4600-ab38-034f5843112e {
  background-repeat: no-repeat;
background-size: 200% 100%;
padding-left: 5%;
padding-right: 5%;
min-height: 450px;
background-position: center center;
}








#s-ec9990af-fede-4600-ab38-034f5843112e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ec9990af-fede-4600-ab38-034f5843112e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4be8c79b-b12b-410d-a45d-ab0334290023 {
  margin-left: 5%;
margin-right: 5%;
min-height: 50px;
}








#s-4be8c79b-b12b-410d-a45d-ab0334290023 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4be8c79b-b12b-410d-a45d-ab0334290023.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-587dfbba-9b54-4998-abef-8b6d454ce44c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-587dfbba-9b54-4998-abef-8b6d454ce44c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-587dfbba-9b54-4998-abef-8b6d454ce44c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-587dfbba-9b54-4998-abef-8b6d454ce44c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-b30b00d3-2158-496c-82d2-6850fad15460 {
  text-align: center;
}







  #s-b30b00d3-2158-496c-82d2-6850fad15460 img.shogun-image {
    

    
    
    
  }


#s-b30b00d3-2158-496c-82d2-6850fad15460 .shogun-image-content {
  
    align-items: center;
  
}

#s-c11aa3c8-daed-45c3-9591-2bd93bbe29a9 {
  min-height: 50px;
}








#s-c11aa3c8-daed-45c3-9591-2bd93bbe29a9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c11aa3c8-daed-45c3-9591-2bd93bbe29a9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f0b7dc99-bd37-46c9-afba-a0613e760ae5 {
  text-align: center;
}
@media (min-width: 1200px){#s-f0b7dc99-bd37-46c9-afba-a0613e760ae5 {
  display: none;
}
#s-f0b7dc99-bd37-46c9-afba-a0613e760ae5, #wrap-s-f0b7dc99-bd37-46c9-afba-a0613e760ae5 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f0b7dc99-bd37-46c9-afba-a0613e760ae5 {
  display: none;
}
#s-f0b7dc99-bd37-46c9-afba-a0613e760ae5, #wrap-s-f0b7dc99-bd37-46c9-afba-a0613e760ae5 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-f0b7dc99-bd37-46c9-afba-a0613e760ae5 {
  display: none;
}
#s-f0b7dc99-bd37-46c9-afba-a0613e760ae5, #wrap-s-f0b7dc99-bd37-46c9-afba-a0613e760ae5 { display:none !important; }}






  #s-f0b7dc99-bd37-46c9-afba-a0613e760ae5 img.shogun-image {
    

    
    
    
  }


#s-f0b7dc99-bd37-46c9-afba-a0613e760ae5 .shogun-image-content {
  
    align-items: center;
  
}

#s-5e360316-1a09-4e89-93bc-6fc98d82a672 {
  margin-top: 3%;
margin-bottom: 3%;
text-align: center;
}
@media (min-width: 1200px){#s-5e360316-1a09-4e89-93bc-6fc98d82a672 {
  display: none;
}
#s-5e360316-1a09-4e89-93bc-6fc98d82a672, #wrap-s-5e360316-1a09-4e89-93bc-6fc98d82a672 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-5e360316-1a09-4e89-93bc-6fc98d82a672 {
  display: none;
}
#s-5e360316-1a09-4e89-93bc-6fc98d82a672, #wrap-s-5e360316-1a09-4e89-93bc-6fc98d82a672 { display:none !important; }}@media (max-width: 767px){#s-5e360316-1a09-4e89-93bc-6fc98d82a672 {
  display: none;
}
#s-5e360316-1a09-4e89-93bc-6fc98d82a672, #wrap-s-5e360316-1a09-4e89-93bc-6fc98d82a672 { display:none !important; }}






  #s-5e360316-1a09-4e89-93bc-6fc98d82a672 img.shogun-image {
    

    
    
    
  }


#s-5e360316-1a09-4e89-93bc-6fc98d82a672 .shogun-image-content {
  
    align-items: center;
  
}

#s-2d20ab20-1c40-482a-b560-0b09d4dfb501 {
  margin-left: 5%;
margin-right: 5%;
}

@media (min-width: 0px) {
[id="s-2d20ab20-1c40-482a-b560-0b09d4dfb501"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2d20ab20-1c40-482a-b560-0b09d4dfb501"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-2d20ab20-1c40-482a-b560-0b09d4dfb501"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-2d20ab20-1c40-482a-b560-0b09d4dfb501"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-4630f9cb-9d23-41bb-ab65-baee85bc545a {
  background-repeat: no-repeat;
background-size: cover;
padding-left: 5%;
padding-right: 5%;
min-height: 50px;
background-position: center center;
}








#s-4630f9cb-9d23-41bb-ab65-baee85bc545a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4630f9cb-9d23-41bb-ab65-baee85bc545a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5ce6ce06-87fb-43c8-84d0-397b4422bb8a {
  text-align: center;
}







  #s-5ce6ce06-87fb-43c8-84d0-397b4422bb8a img.shogun-image {
    

    
    
    
  }


#s-5ce6ce06-87fb-43c8-84d0-397b4422bb8a .shogun-image-content {
  
    align-items: center;
  
}

#s-0982d4a0-bdc3-4eaf-a4d9-6b877b796ab6 {
  margin-bottom: 10%;
}

#s-599afd68-8d1c-4236-b5d5-57116209ad5c {
  margin-top: 2%;
margin-left: 5%;
margin-right: 5%;
min-height: 50px;
}








#s-599afd68-8d1c-4236-b5d5-57116209ad5c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-599afd68-8d1c-4236-b5d5-57116209ad5c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-f68922cf-cb6d-4bde-9854-5dfee805a5c1"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f68922cf-cb6d-4bde-9854-5dfee805a5c1"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-f68922cf-cb6d-4bde-9854-5dfee805a5c1"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-f68922cf-cb6d-4bde-9854-5dfee805a5c1"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-f68922cf-cb6d-4bde-9854-5dfee805a5c1"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-f68922cf-cb6d-4bde-9854-5dfee805a5c1"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-f68922cf-cb6d-4bde-9854-5dfee805a5c1"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

#s-b64cb175-5fb3-4ea9-96e7-bbb74bb77197 hr {
  border-top: 2px solid #ddd;
}

@media (min-width: 0px) {
[id="s-3378e4ab-44ab-4b59-a0f0-2e59f970acdf"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3378e4ab-44ab-4b59-a0f0-2e59f970acdf"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-3378e4ab-44ab-4b59-a0f0-2e59f970acdf"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-3378e4ab-44ab-4b59-a0f0-2e59f970acdf"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-3378e4ab-44ab-4b59-a0f0-2e59f970acdf"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-3378e4ab-44ab-4b59-a0f0-2e59f970acdf"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-3378e4ab-44ab-4b59-a0f0-2e59f970acdf"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

#s-45dd7a65-b5b2-4df1-b8e0-a8072a2dd341 {
  background-repeat: no-repeat;
background-size: cover;
padding-top: 20%;
padding-left: 5%;
padding-bottom: 20%;
padding-right: 5%;
min-height: 50px;
background-position: center center;
}








#s-45dd7a65-b5b2-4df1-b8e0-a8072a2dd341 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-45dd7a65-b5b2-4df1-b8e0-a8072a2dd341.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-1bff9ff8-aec0-4c08-b97c-83698fe1bd42"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-1bff9ff8-aec0-4c08-b97c-83698fe1bd42"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-1bff9ff8-aec0-4c08-b97c-83698fe1bd42"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-1bff9ff8-aec0-4c08-b97c-83698fe1bd42"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-d0809238-7d96-4f6e-8af5-423e593e406f {
  margin-top: -120%;
text-align: center;
}







  #s-d0809238-7d96-4f6e-8af5-423e593e406f img.shogun-image {
    

    
    
    
  }


#s-d0809238-7d96-4f6e-8af5-423e593e406f .shogun-image-content {
  
    align-items: center;
  
}

#s-fb525dcd-a755-44e7-9544-b6bcb5d4e786 hr {
  border-top: 7px solid rgba(255, 255, 255, 1);
}

#s-9c267110-9efe-4635-bc86-06ace9075f7a {
  margin-top: -120%;
text-align: center;
}







  #s-9c267110-9efe-4635-bc86-06ace9075f7a img.shogun-image {
    

    
    
    
  }


#s-9c267110-9efe-4635-bc86-06ace9075f7a .shogun-image-content {
  
    align-items: center;
  
}

#s-85efe829-dea6-4eba-b728-4d1691ee1b21 hr {
  border-top: 7px solid rgba(255, 255, 255, 1);
}

#s-afb78ac9-de40-4e07-bcbe-d6d035dc699e {
  margin-top: 4%;
margin-left: 5%;
margin-right: 5%;
min-height: 50px;
}








#s-afb78ac9-de40-4e07-bcbe-d6d035dc699e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-afb78ac9-de40-4e07-bcbe-d6d035dc699e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-4f3bbc2d-3c3f-47ad-9fd8-63eb20216af6"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-4f3bbc2d-3c3f-47ad-9fd8-63eb20216af6"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-4f3bbc2d-3c3f-47ad-9fd8-63eb20216af6"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-4f3bbc2d-3c3f-47ad-9fd8-63eb20216af6"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-7b2d8109-f2d1-42f4-a817-5ca9e1aed4d0 {
  margin-top: -7%;
text-align: center;
}







  #s-7b2d8109-f2d1-42f4-a817-5ca9e1aed4d0 img.shogun-image {
    

    
    
    
  }


#s-7b2d8109-f2d1-42f4-a817-5ca9e1aed4d0 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-b73585d4-248f-4fd7-a05f-4f833d2b9b4d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b73585d4-248f-4fd7-a05f-4f833d2b9b4d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-b73585d4-248f-4fd7-a05f-4f833d2b9b4d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-b73585d4-248f-4fd7-a05f-4f833d2b9b4d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-21107be0-40b9-4100-a37b-5797e548b3e5 {
  text-align: center;
}







  #s-21107be0-40b9-4100-a37b-5797e548b3e5 img.shogun-image {
    

    
    
    
  }


#s-21107be0-40b9-4100-a37b-5797e548b3e5 .shogun-image-content {
  
    align-items: center;
  
}

#s-19db5995-82a3-4d2f-b885-893237170296 {
  text-align: center;
}







  #s-19db5995-82a3-4d2f-b885-893237170296 img.shogun-image {
    

    
    
    
  }


#s-19db5995-82a3-4d2f-b885-893237170296 .shogun-image-content {
  
    align-items: center;
  
}

#s-2c204a34-4df2-471a-925c-819f80d73a86 {
  text-align: center;
}







  #s-2c204a34-4df2-471a-925c-819f80d73a86 img.shogun-image {
    

    
    
    
  }


#s-2c204a34-4df2-471a-925c-819f80d73a86 .shogun-image-content {
  
    align-items: center;
  
}

#s-6b7b3a30-6716-4302-acf7-18d3591d08c8 {
  margin-left: 5%;
margin-right: 5%;
min-height: 50px;
}








#s-6b7b3a30-6716-4302-acf7-18d3591d08c8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6b7b3a30-6716-4302-acf7-18d3591d08c8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-9a77a2b7-b41d-4564-88f2-5dbe37aa7699"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9a77a2b7-b41d-4564-88f2-5dbe37aa7699"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-9a77a2b7-b41d-4564-88f2-5dbe37aa7699"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-9a77a2b7-b41d-4564-88f2-5dbe37aa7699"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-9a77a2b7-b41d-4564-88f2-5dbe37aa7699"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-9a77a2b7-b41d-4564-88f2-5dbe37aa7699"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-9a77a2b7-b41d-4564-88f2-5dbe37aa7699"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

/*
  $vgutter : 20px
  $hgutter : 10px;
*/

.shg-c:before,
.shg-c:after {
  content: " ";
  display: table;
}

/**
  Ref:
  https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Positioning/Understanding_z_index/The_stacking_context
  https://dnf.slack.com/archives/C0514HB79/p1538741509000100
**/
.shogun-root {
  z-index: 1;
  position: relative;
  isolation: isolate;
}

.shogun-root iframe {
  display: initial;
}

@media (max-width: 1024px) {
  .shg-c,
  .shg-box {
    background-attachment: scroll !important;
  }
}

@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) and (hover: none) and (orientation: landscape) {
  .shg-box {
    background-attachment: scroll !important;
  }
}

#mc_embed_signup .clear {
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
}

.shg-clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.shogun-image {
  max-width: 100%;
  min-height: inherit;
  max-height: inherit;
  display: inline !important;
  border: 0;
  vertical-align: middle;
}

.shg-fw {
  margin-left: calc(50% - 50vw);
  width: 100vw;
}

.shg-fw .shg-fw {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

div[data-shg-lightbox-switch] {
  cursor: pointer;
}

.shg-lightbox {
  position: fixed;
  z-index: 999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.85);
}

.shg-lightbox.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}

.shg-lightbox .shg-lightbox-close {
  position: absolute;
  right: 0;
  padding: 5px 0;
  color: #fff;
  font-size: 45px;
  margin-right: 10px;
  line-height: 30px;
  user-select: none;
  cursor: pointer;
  z-index: 1;
}

.shg-lightbox .shg-lightbox-image-container {
  padding: 25px;
}

.shg-lightbox .shg-lightbox-image {
  margin: auto;
  max-height: 90vh;
  max-width: 100%;
}

.shg-lightbox .shg-lightbox-close:hover,
.shg-lightbox .shg-lightbox-close:focus {
  color: #a2a2a2;
  text-decoration: none;
  cursor: pointer;
}

.shg-lightbox .shg-lightbox-nav {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: 35px;
  height: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translate(0%, -50%);
  z-index: 1;
}

.shg-lightbox .shg-lightbox-nav.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-nav.shg-nav-left {
  left: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==);
}

.shg-lightbox .shg-lightbox-nav.shg-nav-right {
  right: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+);
}

@media screen and (min-width: 769px) {
  .shg-lightbox .shg-lightbox-image-container {
    padding: 50px;
  }
}

.shogun-lazyload:not([src]),
.shogun-lazyloading:not([src]) {
  opacity: 0;
}
.shogun-lazyloaded {
  opacity: 1;
  transition: opacity 300ms;
}

.shogun-lazyload-bg-image {
  display: none;
}

.shogun-root a:empty,
.shogun-root article:empty,
.shogun-root dl:empty,
.shogun-root h1:empty,
.shogun-root h2:empty,
.shogun-root h3:empty,
.shogun-root h4:empty,
.shogun-root h5:empty,
.shogun-root h6:empty,
.shogun-root p:empty,
.shogun-root section:empty,
.shogun-root ul:empty {
  display: unset;
}

.shogun-root div:empty {
  display: inline-block;
}

/* User Content Animations --> */
[data-animations*="enterviewport"][data-animations*="fadeIn"],
[data-animations*="enterviewport"][data-animations*="zoomIn"] {
  opacity: 0;
}
/* <-- User Content Animations */

.shogun-form-error-msg, .shogun-form-field-error-msg {
  display: flex;
  align-items: center;
  color: #dc143c;
}

.shogun-badge {
  margin-bottom: 50px;
}

.shogun-badge-container {
  position: fixed;
  right: 0;
  bottom: 0;
  margin-bottom: -10px;
}

.shg-c:after,.shg-c:before{content:" ";display:table}.shogun-root{z-index:1;position:relative;isolation:isolate}.shogun-root iframe{display:initial}@media (max-width:1024px){.shg-box,.shg-c{background-attachment:scroll!important}}@media only screen and (min-width:1024px) and (max-height:1366px) and (-webkit-min-device-pixel-ratio:1.5) and (hover:none) and (orientation:landscape){.shg-box{background-attachment:scroll!important}}#mc_embed_signup .clear{width:auto!important;height:auto!important;visibility:visible!important}.shg-clearfix:after{content:"";display:block;clear:both}.shogun-image{max-width:100%;min-height:inherit;max-height:inherit;display:inline!important;border:0;vertical-align:middle}.shg-fw{margin-left:calc(50% - 50vw);width:100vw}.shg-fw .shg-fw{margin-left:auto;margin-right:auto;width:100%}div[data-shg-lightbox-switch]{cursor:pointer}.shg-lightbox{position:fixed;z-index:999999;left:0;top:0;width:100%;height:100%;overflow:hidden;background-color:#000;background-color:rgba(0,0,0,.85)}.shg-lightbox.hidden{display:none!important}.shg-lightbox .shg-lightbox-content{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:100%;text-align:center}.shg-lightbox .shg-lightbox-close{position:absolute;right:0;padding:5px 0;color:#fff;font-size:45px;margin-right:10px;line-height:30px;user-select:none;cursor:pointer;z-index:1}.shg-lightbox .shg-lightbox-image-container{padding:25px}.shg-lightbox .shg-lightbox-image{margin:auto;max-height:90vh;max-width:100%}.shg-lightbox .shg-lightbox-close:focus,.shg-lightbox .shg-lightbox-close:hover{color:#a2a2a2;text-decoration:none;cursor:pointer}.shg-lightbox .shg-lightbox-nav{cursor:pointer;position:absolute;top:50%;width:35px;height:100px;background-size:contain;background-repeat:no-repeat;background-position:center;transform:translate(0,-50%);z-index:1}.shg-lightbox .shg-lightbox-nav.hidden{display:none!important}.shg-lightbox .shg-lightbox-nav.shg-nav-left{left:0;background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==)}.shg-lightbox .shg-lightbox-nav.shg-nav-right{right:0;background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+)}@media screen and (min-width:769px){.shg-lightbox .shg-lightbox-image-container{padding:50px}}.shogun-lazyload:not([src]),.shogun-lazyloading:not([src]){opacity:0}.shogun-lazyloaded{opacity:1;transition:opacity .3s}.shogun-lazyload-bg-image{display:none}.shogun-root a:empty,.shogun-root article:empty,.shogun-root dl:empty,.shogun-root h1:empty,.shogun-root h2:empty,.shogun-root h3:empty,.shogun-root h4:empty,.shogun-root h5:empty,.shogun-root h6:empty,.shogun-root p:empty,.shogun-root section:empty,.shogun-root ul:empty{display:unset}.shogun-root div:empty{display:inline-block}[data-animations*=enterviewport][data-animations*=fadeIn],[data-animations*=enterviewport][data-animations*=zoomIn]{opacity:0}.shogun-form-error-msg,.shogun-form-field-error-msg{display:flex;align-items:center;color:#dc143c}.shogun-badge{margin-bottom:50px}.shogun-badge-container{position:fixed;right:0;bottom:0;margin-bottom:-10px}