.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: ;
}

.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-0513108e-f453-484d-bf5b-cc12c08c69f5 {
  padding-top: 3%;
padding-bottom: 3%;
min-height: 50px;
background-color: rgba(157, 182, 198, 1);
}
@media (min-width: 1200px){#s-0513108e-f453-484d-bf5b-cc12c08c69f5 {
  display: none;
}
#s-0513108e-f453-484d-bf5b-cc12c08c69f5, #wrap-s-0513108e-f453-484d-bf5b-cc12c08c69f5 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0513108e-f453-484d-bf5b-cc12c08c69f5 {
  display: none;
}
#s-0513108e-f453-484d-bf5b-cc12c08c69f5, #wrap-s-0513108e-f453-484d-bf5b-cc12c08c69f5 { display: none !important; }}







#s-0513108e-f453-484d-bf5b-cc12c08c69f5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0513108e-f453-484d-bf5b-cc12c08c69f5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

#s-9b2ed901-6869-4f4e-a493-75c0d8a4a14b {
  padding-top: 3%;
padding-left: 10%;
padding-bottom: 3%;
padding-right: 10%;
text-align: center;
}

#s-9b2ed901-6869-4f4e-a493-75c0d8a4a14b .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 50px;
  
  
  text-align: center;
}



#s-f4087730-4dca-4fe9-9284-96dd53843b90 {
  padding-top: 0%;
padding-left: 10%;
padding-right: 10%;
}
@media (min-width: 1200px){#s-f4087730-4dca-4fe9-9284-96dd53843b90 {
  display: none;
}
#s-f4087730-4dca-4fe9-9284-96dd53843b90, #wrap-s-f4087730-4dca-4fe9-9284-96dd53843b90 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f4087730-4dca-4fe9-9284-96dd53843b90 {
  display: none;
}
#s-f4087730-4dca-4fe9-9284-96dd53843b90, #wrap-s-f4087730-4dca-4fe9-9284-96dd53843b90 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-f4087730-4dca-4fe9-9284-96dd53843b90 {
  
}
}
.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-0c46cc37-b07b-4d71-aa07-2666aa0ff3e0 {
  text-align: center;
}
@media (min-width: 1200px){#s-0c46cc37-b07b-4d71-aa07-2666aa0ff3e0 {
  text-align: center;
}
}@media (min-width: 768px) and (max-width: 991px){#s-0c46cc37-b07b-4d71-aa07-2666aa0ff3e0 {
  display: none;
}
#s-0c46cc37-b07b-4d71-aa07-2666aa0ff3e0, #wrap-s-0c46cc37-b07b-4d71-aa07-2666aa0ff3e0 { display: none !important; }}@media (max-width: 767px){#s-0c46cc37-b07b-4d71-aa07-2666aa0ff3e0 {
  display: none;
}
#s-0c46cc37-b07b-4d71-aa07-2666aa0ff3e0, #wrap-s-0c46cc37-b07b-4d71-aa07-2666aa0ff3e0 { display: none !important; }}







#s-0c46cc37-b07b-4d71-aa07-2666aa0ff3e0 .shogun-image-content {
  
    align-items: center;
  
}

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

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

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

#s-e264a952-04ef-45ee-8dba-db62c15a42ca {
  padding-top: 1%;
padding-bottom: 11%;
}
@media (min-width: 768px) and (max-width: 991px){#s-e264a952-04ef-45ee-8dba-db62c15a42ca {
  display: none;
}
#s-e264a952-04ef-45ee-8dba-db62c15a42ca, #wrap-s-e264a952-04ef-45ee-8dba-db62c15a42ca { display: none !important; }}@media (max-width: 767px){#s-e264a952-04ef-45ee-8dba-db62c15a42ca {
  display: none;
}
#s-e264a952-04ef-45ee-8dba-db62c15a42ca, #wrap-s-e264a952-04ef-45ee-8dba-db62c15a42ca { display: none !important; }}
@media (min-width: 0px) {
[id="s-e264a952-04ef-45ee-8dba-db62c15a42ca"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e264a952-04ef-45ee-8dba-db62c15a42ca"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-e264a952-04ef-45ee-8dba-db62c15a42ca"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-e264a952-04ef-45ee-8dba-db62c15a42ca"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-e264a952-04ef-45ee-8dba-db62c15a42ca"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-e264a952-04ef-45ee-8dba-db62c15a42ca"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-e264a952-04ef-45ee-8dba-db62c15a42ca"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

#s-5d652a39-e3e5-44ec-a23a-195468f95617 {
  padding-top: 10px;
padding-left: 10%;
padding-bottom: 23px;
padding-right: 10%;
text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-5d652a39-e3e5-44ec-a23a-195468f95617 {
  display: none;
}
#s-5d652a39-e3e5-44ec-a23a-195468f95617, #wrap-s-5d652a39-e3e5-44ec-a23a-195468f95617 { display: none !important; }}@media (max-width: 767px){#s-5d652a39-e3e5-44ec-a23a-195468f95617 {
  display: none;
}
#s-5d652a39-e3e5-44ec-a23a-195468f95617, #wrap-s-5d652a39-e3e5-44ec-a23a-195468f95617 { display: none !important; }}
#s-5d652a39-e3e5-44ec-a23a-195468f95617 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 61px;
  
  
  text-align: left;
}



#s-0a18ea84-fae4-4964-ba6d-838c94ca23c9 {
  padding-top: 0%;
padding-left: 10%;
padding-bottom: 0%;
padding-right: 10%;
}
@media (min-width: 768px) and (max-width: 991px){#s-0a18ea84-fae4-4964-ba6d-838c94ca23c9 {
  display: none;
}
#s-0a18ea84-fae4-4964-ba6d-838c94ca23c9, #wrap-s-0a18ea84-fae4-4964-ba6d-838c94ca23c9 { display: none !important; }}@media (max-width: 767px){#s-0a18ea84-fae4-4964-ba6d-838c94ca23c9 {
  display: none;
}
#s-0a18ea84-fae4-4964-ba6d-838c94ca23c9, #wrap-s-0a18ea84-fae4-4964-ba6d-838c94ca23c9 { display: none !important; }}
#s-b11bf04f-f9b9-470c-a738-30b7f596ddee {
  text-align: center;
}
@media (min-width: 1200px){#s-b11bf04f-f9b9-470c-a738-30b7f596ddee {
  display: none;
}
#s-b11bf04f-f9b9-470c-a738-30b7f596ddee, #wrap-s-b11bf04f-f9b9-470c-a738-30b7f596ddee { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b11bf04f-f9b9-470c-a738-30b7f596ddee {
  display: none;
}
#s-b11bf04f-f9b9-470c-a738-30b7f596ddee, #wrap-s-b11bf04f-f9b9-470c-a738-30b7f596ddee { display: none !important; }}






  #s-b11bf04f-f9b9-470c-a738-30b7f596ddee img.shogun-image {
    

    
    
    
  }


#s-b11bf04f-f9b9-470c-a738-30b7f596ddee .shogun-image-content {
  
    align-items: center;
  
}

#s-55e9de89-ba94-43b1-b9c5-3e548f446dac {
  padding-top: 1%;
padding-bottom: 11%;
}
@media (min-width: 768px) and (max-width: 991px){#s-55e9de89-ba94-43b1-b9c5-3e548f446dac {
  display: none;
}
#s-55e9de89-ba94-43b1-b9c5-3e548f446dac, #wrap-s-55e9de89-ba94-43b1-b9c5-3e548f446dac { display: none !important; }}@media (max-width: 767px){#s-55e9de89-ba94-43b1-b9c5-3e548f446dac {
  display: none;
}
#s-55e9de89-ba94-43b1-b9c5-3e548f446dac, #wrap-s-55e9de89-ba94-43b1-b9c5-3e548f446dac { display: none !important; }}
@media (min-width: 0px) {
[id="s-55e9de89-ba94-43b1-b9c5-3e548f446dac"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-55e9de89-ba94-43b1-b9c5-3e548f446dac"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-55e9de89-ba94-43b1-b9c5-3e548f446dac"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-55e9de89-ba94-43b1-b9c5-3e548f446dac"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-55e9de89-ba94-43b1-b9c5-3e548f446dac"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-55e9de89-ba94-43b1-b9c5-3e548f446dac"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-55e9de89-ba94-43b1-b9c5-3e548f446dac"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

#s-cdd89a2b-64ad-408d-bbe6-f8728c8e9fc9 {
  padding-top: 10px;
padding-left: 10%;
padding-bottom: 23px;
padding-right: 10%;
text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-cdd89a2b-64ad-408d-bbe6-f8728c8e9fc9 {
  display: none;
}
#s-cdd89a2b-64ad-408d-bbe6-f8728c8e9fc9, #wrap-s-cdd89a2b-64ad-408d-bbe6-f8728c8e9fc9 { display: none !important; }}@media (max-width: 767px){#s-cdd89a2b-64ad-408d-bbe6-f8728c8e9fc9 {
  display: none;
}
#s-cdd89a2b-64ad-408d-bbe6-f8728c8e9fc9, #wrap-s-cdd89a2b-64ad-408d-bbe6-f8728c8e9fc9 { display: none !important; }}
#s-cdd89a2b-64ad-408d-bbe6-f8728c8e9fc9 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 61px;
  
  
  text-align: left;
}



#s-0f0d2a02-8c6c-43ce-b4ca-ee7273c73475 {
  padding-top: 0%;
padding-left: 10%;
padding-bottom: 0%;
padding-right: 10%;
}
@media (min-width: 768px) and (max-width: 991px){#s-0f0d2a02-8c6c-43ce-b4ca-ee7273c73475 {
  display: none;
}
#s-0f0d2a02-8c6c-43ce-b4ca-ee7273c73475, #wrap-s-0f0d2a02-8c6c-43ce-b4ca-ee7273c73475 { display: none !important; }}@media (max-width: 767px){#s-0f0d2a02-8c6c-43ce-b4ca-ee7273c73475 {
  display: none;
}
#s-0f0d2a02-8c6c-43ce-b4ca-ee7273c73475, #wrap-s-0f0d2a02-8c6c-43ce-b4ca-ee7273c73475 { display: none !important; }}
#s-80d98412-6300-4419-b3d3-41616dab7674 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-80d98412-6300-4419-b3d3-41616dab7674 {
  display: none;
}
#s-80d98412-6300-4419-b3d3-41616dab7674, #wrap-s-80d98412-6300-4419-b3d3-41616dab7674 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-80d98412-6300-4419-b3d3-41616dab7674 {
  display: none;
}
#s-80d98412-6300-4419-b3d3-41616dab7674, #wrap-s-80d98412-6300-4419-b3d3-41616dab7674 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-80d98412-6300-4419-b3d3-41616dab7674 {
  
}
}@media (max-width: 767px){#s-80d98412-6300-4419-b3d3-41616dab7674 {
  
}
}







#s-80d98412-6300-4419-b3d3-41616dab7674 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-80d98412-6300-4419-b3d3-41616dab7674.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9507e6e3-7a43-459a-80ed-82ac859300f2 {
  margin-top: 15%;
padding-top: 10px;
padding-left: 5%;
padding-bottom: 3%;
padding-right: 5%;
text-align: center;
}

#s-9507e6e3-7a43-459a-80ed-82ac859300f2 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 50px;
  
  
  text-align: center;
}



#s-e64f7f37-b917-4560-98bf-640919f1d78b {
  padding-left: 7%;
padding-bottom: 1%;
padding-right: 7%;
}
@media (min-width: 1200px){#s-e64f7f37-b917-4560-98bf-640919f1d78b {
  display: none;
}
#s-e64f7f37-b917-4560-98bf-640919f1d78b, #wrap-s-e64f7f37-b917-4560-98bf-640919f1d78b { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e64f7f37-b917-4560-98bf-640919f1d78b {
  display: none;
}
#s-e64f7f37-b917-4560-98bf-640919f1d78b, #wrap-s-e64f7f37-b917-4560-98bf-640919f1d78b { display: none !important; }}
#s-87e29a25-7af8-4fe1-9d5f-8783853496ca {
  padding-top: 5%;
padding-left: 5%;
padding-bottom: 10%;
padding-right: 5%;
text-align: center;
}







  #s-87e29a25-7af8-4fe1-9d5f-8783853496ca img.shogun-image {
    

    
    
    
  }


#s-87e29a25-7af8-4fe1-9d5f-8783853496ca .shogun-image-content {
  
    align-items: center;
  
}

#s-00b6487a-7083-4846-a8d7-204a9ebfb1e8 {
  padding-top: 0px;
padding-bottom: 0px;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-00b6487a-7083-4846-a8d7-204a9ebfb1e8 {
  display: none;
}
#s-00b6487a-7083-4846-a8d7-204a9ebfb1e8, #wrap-s-00b6487a-7083-4846-a8d7-204a9ebfb1e8 { display: none !important; }}@media (max-width: 767px){#s-00b6487a-7083-4846-a8d7-204a9ebfb1e8 {
  display: none;
}
#s-00b6487a-7083-4846-a8d7-204a9ebfb1e8, #wrap-s-00b6487a-7083-4846-a8d7-204a9ebfb1e8 { display: none !important; }}







#s-00b6487a-7083-4846-a8d7-204a9ebfb1e8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-00b6487a-7083-4846-a8d7-204a9ebfb1e8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0fb3cd8c-e4d4-44a7-a11c-0d91568543a6 {
  margin-left: 5%;
margin-right: 5%;
padding-top: 5%;
padding-left: 10%;
padding-bottom: 5%;
padding-right: 10%;
}
@media (min-width: 768px) and (max-width: 991px){#s-0fb3cd8c-e4d4-44a7-a11c-0d91568543a6 {
  display: none;
}
#s-0fb3cd8c-e4d4-44a7-a11c-0d91568543a6, #wrap-s-0fb3cd8c-e4d4-44a7-a11c-0d91568543a6 { display: none !important; }}@media (max-width: 767px){#s-0fb3cd8c-e4d4-44a7-a11c-0d91568543a6 {
  display: none;
}
#s-0fb3cd8c-e4d4-44a7-a11c-0d91568543a6, #wrap-s-0fb3cd8c-e4d4-44a7-a11c-0d91568543a6 { display: none !important; }}
@media (min-width: 0px) {
[id="s-0fb3cd8c-e4d4-44a7-a11c-0d91568543a6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0fb3cd8c-e4d4-44a7-a11c-0d91568543a6"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-0fb3cd8c-e4d4-44a7-a11c-0d91568543a6"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-0fb3cd8c-e4d4-44a7-a11c-0d91568543a6"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-2d90059a-48da-487d-9ed4-d426bc35ed8e {
  min-height: 50px;
}








#s-2d90059a-48da-487d-9ed4-d426bc35ed8e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2d90059a-48da-487d-9ed4-d426bc35ed8e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-63826d3f-0767-471a-b1a0-2ec1a59b65be {
  margin-top: 15%;
padding-top: 10px;
padding-left: 5%;
padding-bottom: 3%;
padding-right: 5%;
text-align: left;
}
@media (max-width: 767px){#s-63826d3f-0767-471a-b1a0-2ec1a59b65be {
  margin-top: 15%;
padding-top: 10px;
padding-left: 5%;
padding-bottom: 3%;
padding-right: 5%;
text-align: center;
}
}
#s-63826d3f-0767-471a-b1a0-2ec1a59b65be .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 50px;
  
  
  text-align: left;
}


@media (max-width: 767px){#s-63826d3f-0767-471a-b1a0-2ec1a59b65be .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 50px;
  
  
  text-align: center;
}


}
#s-fcc0ef33-114a-4b26-b3ff-846b30cdc687 {
  padding-left: 5%;
padding-right: 5%;
}
@media (min-width: 1200px){#s-fcc0ef33-114a-4b26-b3ff-846b30cdc687 {
  display: none;
}
#s-fcc0ef33-114a-4b26-b3ff-846b30cdc687, #wrap-s-fcc0ef33-114a-4b26-b3ff-846b30cdc687 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-fcc0ef33-114a-4b26-b3ff-846b30cdc687 {
  display: none;
}
#s-fcc0ef33-114a-4b26-b3ff-846b30cdc687, #wrap-s-fcc0ef33-114a-4b26-b3ff-846b30cdc687 { display: none !important; }}
#s-8e678d3c-6483-4030-9215-003b23a6a798 {
  padding-left: 5%;
padding-right: 5%;
}
@media (min-width: 768px) and (max-width: 991px){#s-8e678d3c-6483-4030-9215-003b23a6a798 {
  display: none;
}
#s-8e678d3c-6483-4030-9215-003b23a6a798, #wrap-s-8e678d3c-6483-4030-9215-003b23a6a798 { display: none !important; }}@media (max-width: 767px){#s-8e678d3c-6483-4030-9215-003b23a6a798 {
  display: none;
}
#s-8e678d3c-6483-4030-9215-003b23a6a798, #wrap-s-8e678d3c-6483-4030-9215-003b23a6a798 { display: none !important; }}
#s-7f6d5e50-ffdf-48a1-ba7c-3c7b61d2a954 {
  padding-top: 5%;
text-align: center;
}







  #s-7f6d5e50-ffdf-48a1-ba7c-3c7b61d2a954 img.shogun-image {
    

    
    
    
  }


#s-7f6d5e50-ffdf-48a1-ba7c-3c7b61d2a954 .shogun-image-content {
  
    align-items: center;
  
}

#s-22bc79f5-cb8e-4c00-bf98-017ae532f7c6 {
  margin-left: 5%;
margin-right: 5%;
padding-top: 5%;
padding-left: 10%;
padding-bottom: 5%;
padding-right: 10%;
}
@media (min-width: 1200px){#s-22bc79f5-cb8e-4c00-bf98-017ae532f7c6 {
  display: none;
}
#s-22bc79f5-cb8e-4c00-bf98-017ae532f7c6, #wrap-s-22bc79f5-cb8e-4c00-bf98-017ae532f7c6 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-22bc79f5-cb8e-4c00-bf98-017ae532f7c6 {
  display: none;
}
#s-22bc79f5-cb8e-4c00-bf98-017ae532f7c6, #wrap-s-22bc79f5-cb8e-4c00-bf98-017ae532f7c6 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-22bc79f5-cb8e-4c00-bf98-017ae532f7c6 {
  display: none;
}
#s-22bc79f5-cb8e-4c00-bf98-017ae532f7c6, #wrap-s-22bc79f5-cb8e-4c00-bf98-017ae532f7c6 { display: none !important; }}@media (max-width: 767px){#s-22bc79f5-cb8e-4c00-bf98-017ae532f7c6 {
  
}
}
@media (min-width: 0px) {
[id="s-22bc79f5-cb8e-4c00-bf98-017ae532f7c6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-22bc79f5-cb8e-4c00-bf98-017ae532f7c6"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-22bc79f5-cb8e-4c00-bf98-017ae532f7c6"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-22bc79f5-cb8e-4c00-bf98-017ae532f7c6"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-e497a9a7-24d7-47cd-b548-06337722589d {
  min-height: 50px;
}








#s-e497a9a7-24d7-47cd-b548-06337722589d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e497a9a7-24d7-47cd-b548-06337722589d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8242a55b-4f59-4349-b308-09a963d83657 {
  margin-top: 15%;
padding-top: 10px;
padding-left: 5%;
padding-bottom: 3%;
padding-right: 5%;
text-align: left;
}
@media (max-width: 767px){#s-8242a55b-4f59-4349-b308-09a963d83657 {
  margin-top: 15%;
padding-top: 10px;
padding-left: 5%;
padding-bottom: 3%;
padding-right: 5%;
text-align: center;
}
}
#s-8242a55b-4f59-4349-b308-09a963d83657 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 50px;
  
  
  text-align: left;
}


@media (max-width: 767px){#s-8242a55b-4f59-4349-b308-09a963d83657 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 50px;
  
  
  text-align: center;
}


}
#s-1ba87fce-e3e6-4234-a761-5aa8799faa62 {
  padding-left: 5%;
padding-right: 5%;
}
@media (min-width: 1200px){#s-1ba87fce-e3e6-4234-a761-5aa8799faa62 {
  display: none;
}
#s-1ba87fce-e3e6-4234-a761-5aa8799faa62, #wrap-s-1ba87fce-e3e6-4234-a761-5aa8799faa62 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-1ba87fce-e3e6-4234-a761-5aa8799faa62 {
  display: none;
}
#s-1ba87fce-e3e6-4234-a761-5aa8799faa62, #wrap-s-1ba87fce-e3e6-4234-a761-5aa8799faa62 { display: none !important; }}
#s-3d46ae18-e037-4100-aabf-a22b97a5469e {
  padding-left: 5%;
padding-right: 5%;
}
@media (min-width: 768px) and (max-width: 991px){#s-3d46ae18-e037-4100-aabf-a22b97a5469e {
  display: none;
}
#s-3d46ae18-e037-4100-aabf-a22b97a5469e, #wrap-s-3d46ae18-e037-4100-aabf-a22b97a5469e { display: none !important; }}@media (max-width: 767px){#s-3d46ae18-e037-4100-aabf-a22b97a5469e {
  display: none;
}
#s-3d46ae18-e037-4100-aabf-a22b97a5469e, #wrap-s-3d46ae18-e037-4100-aabf-a22b97a5469e { display: none !important; }}
#s-635b6172-10c5-4d58-be54-bd6af7dfffd5 {
  padding-top: 5%;
text-align: center;
}







  #s-635b6172-10c5-4d58-be54-bd6af7dfffd5 img.shogun-image {
    

    
    
    
  }


#s-635b6172-10c5-4d58-be54-bd6af7dfffd5 .shogun-image-content {
  
    align-items: center;
  
}

#s-06bfe399-33f9-4e97-bcb1-f9ade75bd264 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-06bfe399-33f9-4e97-bcb1-f9ade75bd264 {
  display: none;
}
#s-06bfe399-33f9-4e97-bcb1-f9ade75bd264, #wrap-s-06bfe399-33f9-4e97-bcb1-f9ade75bd264 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-06bfe399-33f9-4e97-bcb1-f9ade75bd264 {
  display: none;
}
#s-06bfe399-33f9-4e97-bcb1-f9ade75bd264, #wrap-s-06bfe399-33f9-4e97-bcb1-f9ade75bd264 { display: none !important; }}







#s-06bfe399-33f9-4e97-bcb1-f9ade75bd264 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-06bfe399-33f9-4e97-bcb1-f9ade75bd264.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6fcd2549-4271-4f3d-8f38-6032bacd0e9d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6fcd2549-4271-4f3d-8f38-6032bacd0e9d .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 50px;
  
  
  
}



#s-4ea7c589-2d68-41fe-8c15-f207dca2e2cf {
  padding-left: 5%;
padding-right: 5%;
}
@media (min-width: 1200px){#s-4ea7c589-2d68-41fe-8c15-f207dca2e2cf {
  display: none;
}
#s-4ea7c589-2d68-41fe-8c15-f207dca2e2cf, #wrap-s-4ea7c589-2d68-41fe-8c15-f207dca2e2cf { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-4ea7c589-2d68-41fe-8c15-f207dca2e2cf {
  display: none;
}
#s-4ea7c589-2d68-41fe-8c15-f207dca2e2cf, #wrap-s-4ea7c589-2d68-41fe-8c15-f207dca2e2cf { display: none !important; }}
#s-31620365-e62b-4a2b-a74d-6b271a6808c4 {
  padding-top: 5%;
padding-left: 5%;
padding-bottom: 10%;
padding-right: 5%;
text-align: center;
}







  #s-31620365-e62b-4a2b-a74d-6b271a6808c4 img.shogun-image {
    

    
    
    
  }


#s-31620365-e62b-4a2b-a74d-6b271a6808c4 .shogun-image-content {
  
    align-items: center;
  
}

#s-6abbe0b2-8770-469e-bc37-3d87aa9cd976 {
  padding-top: 0px;
padding-bottom: 0px;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-6abbe0b2-8770-469e-bc37-3d87aa9cd976 {
  display: none;
}
#s-6abbe0b2-8770-469e-bc37-3d87aa9cd976, #wrap-s-6abbe0b2-8770-469e-bc37-3d87aa9cd976 { display: none !important; }}@media (max-width: 767px){#s-6abbe0b2-8770-469e-bc37-3d87aa9cd976 {
  display: none;
}
#s-6abbe0b2-8770-469e-bc37-3d87aa9cd976, #wrap-s-6abbe0b2-8770-469e-bc37-3d87aa9cd976 { display: none !important; }}







#s-6abbe0b2-8770-469e-bc37-3d87aa9cd976 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6abbe0b2-8770-469e-bc37-3d87aa9cd976.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-53cea165-07fe-4a23-af91-ebcf711296b3 {
  margin-left: 5%;
margin-right: 5%;
padding-top: 5%;
padding-left: 10%;
padding-bottom: 5%;
padding-right: 10%;
}
@media (min-width: 768px) and (max-width: 991px){#s-53cea165-07fe-4a23-af91-ebcf711296b3 {
  display: none;
}
#s-53cea165-07fe-4a23-af91-ebcf711296b3, #wrap-s-53cea165-07fe-4a23-af91-ebcf711296b3 { display: none !important; }}@media (max-width: 767px){#s-53cea165-07fe-4a23-af91-ebcf711296b3 {
  display: none;
}
#s-53cea165-07fe-4a23-af91-ebcf711296b3, #wrap-s-53cea165-07fe-4a23-af91-ebcf711296b3 { display: none !important; }}
@media (min-width: 0px) {
[id="s-53cea165-07fe-4a23-af91-ebcf711296b3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-53cea165-07fe-4a23-af91-ebcf711296b3"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-53cea165-07fe-4a23-af91-ebcf711296b3"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-53cea165-07fe-4a23-af91-ebcf711296b3"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-09a1919d-1a7b-45be-b019-f2923828712a {
  padding-top: 5%;
text-align: center;
}







  #s-09a1919d-1a7b-45be-b019-f2923828712a img.shogun-image {
    

    
    
    
  }


#s-09a1919d-1a7b-45be-b019-f2923828712a .shogun-image-content {
  
    align-items: center;
  
}

#s-f29602e0-4702-44d7-92ca-2000a8eac1b5 {
  min-height: 50px;
}








#s-f29602e0-4702-44d7-92ca-2000a8eac1b5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f29602e0-4702-44d7-92ca-2000a8eac1b5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-21119b69-7635-4c04-979a-1e916ea8e8ee {
  margin-top: 15%;
padding-top: 10px;
padding-left: 5%;
padding-bottom: 3%;
padding-right: 5%;
text-align: left;
}
@media (max-width: 767px){#s-21119b69-7635-4c04-979a-1e916ea8e8ee {
  margin-top: 15%;
padding-top: 10px;
padding-left: 5%;
padding-bottom: 3%;
padding-right: 5%;
text-align: center;
}
}
#s-21119b69-7635-4c04-979a-1e916ea8e8ee .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 50px;
  
  
  text-align: left;
}


@media (max-width: 767px){#s-21119b69-7635-4c04-979a-1e916ea8e8ee .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 50px;
  
  
  text-align: center;
}


}
#s-411f21d2-8364-4d0e-89d8-5baf745418cb {
  padding-left: 5%;
padding-right: 5%;
}
@media (min-width: 1200px){#s-411f21d2-8364-4d0e-89d8-5baf745418cb {
  display: none;
}
#s-411f21d2-8364-4d0e-89d8-5baf745418cb, #wrap-s-411f21d2-8364-4d0e-89d8-5baf745418cb { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-411f21d2-8364-4d0e-89d8-5baf745418cb {
  display: none;
}
#s-411f21d2-8364-4d0e-89d8-5baf745418cb, #wrap-s-411f21d2-8364-4d0e-89d8-5baf745418cb { display: none !important; }}
#s-3c9cd231-9626-4798-b0db-cae5c628400c {
  padding-left: 5%;
padding-right: 5%;
}
@media (min-width: 768px) and (max-width: 991px){#s-3c9cd231-9626-4798-b0db-cae5c628400c {
  display: none;
}
#s-3c9cd231-9626-4798-b0db-cae5c628400c, #wrap-s-3c9cd231-9626-4798-b0db-cae5c628400c { display: none !important; }}@media (max-width: 767px){#s-3c9cd231-9626-4798-b0db-cae5c628400c {
  display: none;
}
#s-3c9cd231-9626-4798-b0db-cae5c628400c, #wrap-s-3c9cd231-9626-4798-b0db-cae5c628400c { display: none !important; }}
#s-56a05e7e-b51f-4836-bf1b-164d042d5576 {
  margin-left: 5%;
margin-right: 5%;
padding-top: 5%;
padding-left: 10%;
padding-bottom: 20%;
padding-right: 10%;
}
@media (min-width: 1200px){#s-56a05e7e-b51f-4836-bf1b-164d042d5576 {
  display: none;
}
#s-56a05e7e-b51f-4836-bf1b-164d042d5576, #wrap-s-56a05e7e-b51f-4836-bf1b-164d042d5576 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-56a05e7e-b51f-4836-bf1b-164d042d5576 {
  display: none;
}
#s-56a05e7e-b51f-4836-bf1b-164d042d5576, #wrap-s-56a05e7e-b51f-4836-bf1b-164d042d5576 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-56a05e7e-b51f-4836-bf1b-164d042d5576 {
  display: none;
}
#s-56a05e7e-b51f-4836-bf1b-164d042d5576, #wrap-s-56a05e7e-b51f-4836-bf1b-164d042d5576 { display: none !important; }}@media (max-width: 767px){#s-56a05e7e-b51f-4836-bf1b-164d042d5576 {
  
}
}
@media (min-width: 0px) {
[id="s-56a05e7e-b51f-4836-bf1b-164d042d5576"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-56a05e7e-b51f-4836-bf1b-164d042d5576"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-56a05e7e-b51f-4836-bf1b-164d042d5576"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-56a05e7e-b51f-4836-bf1b-164d042d5576"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-02884d95-613b-4847-9ea5-9e5cc09096be {
  min-height: 50px;
}








#s-02884d95-613b-4847-9ea5-9e5cc09096be > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-02884d95-613b-4847-9ea5-9e5cc09096be.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-dc888fba-1230-4489-8ddf-023f2cbef344 {
  margin-top: 15%;
padding-top: 10px;
padding-left: 5%;
padding-bottom: 3%;
padding-right: 5%;
text-align: left;
}
@media (max-width: 767px){#s-dc888fba-1230-4489-8ddf-023f2cbef344 {
  margin-top: 15%;
padding-top: 10px;
padding-left: 5%;
padding-bottom: 3%;
padding-right: 5%;
text-align: center;
}
}
#s-dc888fba-1230-4489-8ddf-023f2cbef344 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 50px;
  
  
  text-align: left;
}


@media (max-width: 767px){#s-dc888fba-1230-4489-8ddf-023f2cbef344 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 50px;
  
  
  text-align: center;
}


}
#s-c828cf37-12f1-4b58-a699-6fee171d0c1e {
  padding-left: 5%;
padding-right: 5%;
}
@media (min-width: 1200px){#s-c828cf37-12f1-4b58-a699-6fee171d0c1e {
  display: none;
}
#s-c828cf37-12f1-4b58-a699-6fee171d0c1e, #wrap-s-c828cf37-12f1-4b58-a699-6fee171d0c1e { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c828cf37-12f1-4b58-a699-6fee171d0c1e {
  display: none;
}
#s-c828cf37-12f1-4b58-a699-6fee171d0c1e, #wrap-s-c828cf37-12f1-4b58-a699-6fee171d0c1e { display: none !important; }}
#s-4a4df929-05d6-43f0-88a1-29b906fc9ad5 {
  padding-left: 5%;
padding-right: 5%;
}
@media (min-width: 768px) and (max-width: 991px){#s-4a4df929-05d6-43f0-88a1-29b906fc9ad5 {
  display: none;
}
#s-4a4df929-05d6-43f0-88a1-29b906fc9ad5, #wrap-s-4a4df929-05d6-43f0-88a1-29b906fc9ad5 { display: none !important; }}@media (max-width: 767px){#s-4a4df929-05d6-43f0-88a1-29b906fc9ad5 {
  display: none;
}
#s-4a4df929-05d6-43f0-88a1-29b906fc9ad5, #wrap-s-4a4df929-05d6-43f0-88a1-29b906fc9ad5 { display: none !important; }}
#s-0d7c84cf-0b3b-410a-b60e-23aff0566989 {
  padding-top: 5%;
text-align: center;
}







  #s-0d7c84cf-0b3b-410a-b60e-23aff0566989 img.shogun-image {
    

    
    
    
  }


#s-0d7c84cf-0b3b-410a-b60e-23aff0566989 .shogun-image-content {
  
    align-items: center;
  
}

#s-c26a1557-41d5-4bc5-844a-1f7186b647b0 {
  padding-top: 15px;
padding-left: 30%;
padding-right: 30%;
min-height: 50px;
}
@media (min-width: 1200px){#s-c26a1557-41d5-4bc5-844a-1f7186b647b0 {
  display: none;
}
#s-c26a1557-41d5-4bc5-844a-1f7186b647b0, #wrap-s-c26a1557-41d5-4bc5-844a-1f7186b647b0 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c26a1557-41d5-4bc5-844a-1f7186b647b0 {
  display: none;
}
#s-c26a1557-41d5-4bc5-844a-1f7186b647b0, #wrap-s-c26a1557-41d5-4bc5-844a-1f7186b647b0 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-c26a1557-41d5-4bc5-844a-1f7186b647b0 {
  
}
}







#s-c26a1557-41d5-4bc5-844a-1f7186b647b0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c26a1557-41d5-4bc5-844a-1f7186b647b0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-aaeedffd-82e9-4c18-b8b9-62b8c7561086 {
  text-align: center;
}







  #s-aaeedffd-82e9-4c18-b8b9-62b8c7561086 img.shogun-image {
    

    
    
    
  }


#s-aaeedffd-82e9-4c18-b8b9-62b8c7561086 .shogun-image-content {
  
    align-items: center;
  
}

#s-2fc92071-1eb7-40b0-b799-10366b61ba74 {
  padding-top: 3%;
padding-bottom: 3%;
}

#s-416c9ae6-ba45-4b5c-af16-01238ea44745 {
  padding-top: 5%;
text-align: center;
}







  #s-416c9ae6-ba45-4b5c-af16-01238ea44745 img.shogun-image {
    

    
    
    
  }


#s-416c9ae6-ba45-4b5c-af16-01238ea44745 .shogun-image-content {
  
    align-items: center;
  
}

#s-76093e8f-f2a4-4b8d-b55c-28b752d6b57c {
  padding-top: 3%;
padding-bottom: 3%;
}

#s-b120674f-9d11-4ad1-ada8-0161a491f3c7 {
  padding-top: 5%;
text-align: center;
}







  #s-b120674f-9d11-4ad1-ada8-0161a491f3c7 img.shogun-image {
    

    
    
    
  }


#s-b120674f-9d11-4ad1-ada8-0161a491f3c7 .shogun-image-content {
  
    align-items: center;
  
}

#s-c5d94902-fefe-4143-9b43-0332051ac3fc {
  padding-top: 3%;
padding-bottom: 3%;
}

#s-180ca22c-ddb6-4af1-9818-2135c226690c {
  padding-bottom: 3%;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-180ca22c-ddb6-4af1-9818-2135c226690c {
  display: none;
}
#s-180ca22c-ddb6-4af1-9818-2135c226690c, #wrap-s-180ca22c-ddb6-4af1-9818-2135c226690c { display: none !important; }}@media (max-width: 767px){#s-180ca22c-ddb6-4af1-9818-2135c226690c {
  display: none;
}
#s-180ca22c-ddb6-4af1-9818-2135c226690c, #wrap-s-180ca22c-ddb6-4af1-9818-2135c226690c { display: none !important; }}







#s-180ca22c-ddb6-4af1-9818-2135c226690c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-180ca22c-ddb6-4af1-9818-2135c226690c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8940b7f4-cdaf-4dca-9ec5-40486e787f39 {
  padding-left: 10%;
padding-right: 10%;
}

@media (min-width: 0px) {
[id="s-8940b7f4-cdaf-4dca-9ec5-40486e787f39"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8940b7f4-cdaf-4dca-9ec5-40486e787f39"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 66.66666666666667px);
}

}

@media (min-width: 992px) {
[id="s-8940b7f4-cdaf-4dca-9ec5-40486e787f39"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 66.66666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-8940b7f4-cdaf-4dca-9ec5-40486e787f39"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 66.66666666666667px);
}

}

#s-2de8f072-5106-4db8-900f-19330b9d66cd {
  text-align: center;
}







  #s-2de8f072-5106-4db8-900f-19330b9d66cd img.shogun-image {
    

    
    
    
  }


#s-2de8f072-5106-4db8-900f-19330b9d66cd .shogun-image-content {
  
    align-items: center;
  
}

#s-d01a734e-9c16-46b2-b9f9-f8a3e79d845e {
  padding-top: 3%;
padding-bottom: 3%;
}

#s-698cce3e-d65d-4a26-965e-06657fc67ac3 {
  padding-top: 5%;
text-align: center;
}







  #s-698cce3e-d65d-4a26-965e-06657fc67ac3 img.shogun-image {
    

    
    
    
  }


#s-698cce3e-d65d-4a26-965e-06657fc67ac3 .shogun-image-content {
  
    align-items: center;
  
}

#s-7904ee73-b5f9-4824-a047-c68607c1ec04 {
  padding-top: 3%;
padding-bottom: 3%;
}

#s-661dca44-e96a-4f69-ae3e-face1a74f7f3 {
  padding-top: 5%;
text-align: center;
}







  #s-661dca44-e96a-4f69-ae3e-face1a74f7f3 img.shogun-image {
    

    
    
    
  }


#s-661dca44-e96a-4f69-ae3e-face1a74f7f3 .shogun-image-content {
  
    align-items: center;
  
}

#s-82dea0df-6404-48a4-aba0-fc1152911112 {
  padding-top: 3%;
padding-bottom: 3%;
}

#s-470cd322-0a02-4aa8-a6b3-04c9e8bdd591 {
  padding-left: 9%;
padding-right: 9%;
}

@media (min-width: 0px) {
[id="s-470cd322-0a02-4aa8-a6b3-04c9e8bdd591"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-470cd322-0a02-4aa8-a6b3-04c9e8bdd591"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-470cd322-0a02-4aa8-a6b3-04c9e8bdd591"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-470cd322-0a02-4aa8-a6b3-04c9e8bdd591"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-470cd322-0a02-4aa8-a6b3-04c9e8bdd591"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-470cd322-0a02-4aa8-a6b3-04c9e8bdd591"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-470cd322-0a02-4aa8-a6b3-04c9e8bdd591"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

#s-20b77f73-dd12-4398-aa9d-fd5b2fe9e589 {
  padding-top: 30px;
padding-bottom: 30px;
text-align: center;
}

#s-20b77f73-dd12-4398-aa9d-fd5b2fe9e589 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 50px;
  
  
  
}



#s-d63b141e-e20d-40a8-9ec1-3f670081cb1a {
  padding-left: 5%;
padding-right: 5%;
}

#s-028edfb7-78a7-4b14-8b48-0299778fdf39 {
  margin-left: 5%;
margin-right: 5%;
padding-left: 10%;
padding-bottom: 5%;
padding-right: 10%;
}
@media (min-width: 1200px){#s-028edfb7-78a7-4b14-8b48-0299778fdf39 {
  display: none;
}
#s-028edfb7-78a7-4b14-8b48-0299778fdf39, #wrap-s-028edfb7-78a7-4b14-8b48-0299778fdf39 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-028edfb7-78a7-4b14-8b48-0299778fdf39 {
  display: none;
}
#s-028edfb7-78a7-4b14-8b48-0299778fdf39, #wrap-s-028edfb7-78a7-4b14-8b48-0299778fdf39 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-028edfb7-78a7-4b14-8b48-0299778fdf39 {
  display: none;
}
#s-028edfb7-78a7-4b14-8b48-0299778fdf39, #wrap-s-028edfb7-78a7-4b14-8b48-0299778fdf39 { display: none !important; }}@media (max-width: 767px){#s-028edfb7-78a7-4b14-8b48-0299778fdf39 {
  
}
}
@media (min-width: 0px) {
[id="s-028edfb7-78a7-4b14-8b48-0299778fdf39"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-028edfb7-78a7-4b14-8b48-0299778fdf39"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-028edfb7-78a7-4b14-8b48-0299778fdf39"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-028edfb7-78a7-4b14-8b48-0299778fdf39"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-bfc0ad3f-1c10-4393-8b58-bed54993ea03 {
  text-align: center;
}
@media (min-width: 1200px){#s-bfc0ad3f-1c10-4393-8b58-bed54993ea03 {
  display: none;
}
#s-bfc0ad3f-1c10-4393-8b58-bed54993ea03, #wrap-s-bfc0ad3f-1c10-4393-8b58-bed54993ea03 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-bfc0ad3f-1c10-4393-8b58-bed54993ea03 {
  display: none;
}
#s-bfc0ad3f-1c10-4393-8b58-bed54993ea03, #wrap-s-bfc0ad3f-1c10-4393-8b58-bed54993ea03 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-bfc0ad3f-1c10-4393-8b58-bed54993ea03 {
  
}
}@media (max-width: 767px){#s-bfc0ad3f-1c10-4393-8b58-bed54993ea03 {
  
}
}






  #s-bfc0ad3f-1c10-4393-8b58-bed54993ea03 img.shogun-image {
    

    
    
    
  }


#s-bfc0ad3f-1c10-4393-8b58-bed54993ea03 .shogun-image-content {
  
    align-items: center;
  
}

#s-e9093fae-0fc4-4736-8f17-1c58fd42f6e7 {
  text-align: center;
}
@media (min-width: 1200px){#s-e9093fae-0fc4-4736-8f17-1c58fd42f6e7 {
  display: none;
}
#s-e9093fae-0fc4-4736-8f17-1c58fd42f6e7, #wrap-s-e9093fae-0fc4-4736-8f17-1c58fd42f6e7 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e9093fae-0fc4-4736-8f17-1c58fd42f6e7 {
  display: none;
}
#s-e9093fae-0fc4-4736-8f17-1c58fd42f6e7, #wrap-s-e9093fae-0fc4-4736-8f17-1c58fd42f6e7 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-e9093fae-0fc4-4736-8f17-1c58fd42f6e7 {
  
}
}@media (max-width: 767px){#s-e9093fae-0fc4-4736-8f17-1c58fd42f6e7 {
  
}
}






  #s-e9093fae-0fc4-4736-8f17-1c58fd42f6e7 img.shogun-image {
    

    
    
    
  }


#s-e9093fae-0fc4-4736-8f17-1c58fd42f6e7 .shogun-image-content {
  
    align-items: center;
  
}

#s-296d933f-4fd9-41c8-8007-f83ef4f607ea {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-296d933f-4fd9-41c8-8007-f83ef4f607ea {
  
}
}@media (max-width: 767px){#s-296d933f-4fd9-41c8-8007-f83ef4f607ea {
  display: none;
}
#s-296d933f-4fd9-41c8-8007-f83ef4f607ea, #wrap-s-296d933f-4fd9-41c8-8007-f83ef4f607ea { display: none !important; }}







#s-296d933f-4fd9-41c8-8007-f83ef4f607ea > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-296d933f-4fd9-41c8-8007-f83ef4f607ea.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3814ec7d-fd2a-4e9c-8bc7-3b0bdafa3665 {
  padding-left: 5%;
padding-right: 5%;
text-align: center;
}







  #s-3814ec7d-fd2a-4e9c-8bc7-3b0bdafa3665 img.shogun-image {
    

    
    
    
  }


#s-3814ec7d-fd2a-4e9c-8bc7-3b0bdafa3665 .shogun-image-content {
  
    align-items: center;
  
}

/*
  $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}
