.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-ab1f21a3-48c2-44d8-ad45-0e6da8f1928e {
  margin-left: 0%;
margin-right: 0%;
min-height: 50px;
}








#s-ab1f21a3-48c2-44d8-ad45-0e6da8f1928e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ab1f21a3-48c2-44d8-ad45-0e6da8f1928e.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-a486d65c-216f-4116-9570-2f0c06eb431c {
  max-width: 1919px;
aspect-ratio: 1919/925;
text-align: center;
}
@media (max-width: 767px){#s-a486d65c-216f-4116-9570-2f0c06eb431c {
  display: none;
}
#s-a486d65c-216f-4116-9570-2f0c06eb431c, #wrap-s-a486d65c-216f-4116-9570-2f0c06eb431c { display: none !important; }}




  #s-a486d65c-216f-4116-9570-2f0c06eb431c img.shogun-image,
  #s-a486d65c-216f-4116-9570-2f0c06eb431c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a486d65c-216f-4116-9570-2f0c06eb431c {
    width: 100%;
    height: auto;
  }



  #s-a486d65c-216f-4116-9570-2f0c06eb431c img.shogun-image {
    

    
    
    
  }


#s-a486d65c-216f-4116-9570-2f0c06eb431c .shogun-image-content {
  
    align-items: center;
  
}

#s-63e5bcbe-57c0-453f-96c3-797303527153 {
  max-width: 1000px;
aspect-ratio: 1/1;
text-align: center;
}
@media (min-width: 1200px){#s-63e5bcbe-57c0-453f-96c3-797303527153 {
  display: none;
}
#s-63e5bcbe-57c0-453f-96c3-797303527153, #wrap-s-63e5bcbe-57c0-453f-96c3-797303527153 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-63e5bcbe-57c0-453f-96c3-797303527153 {
  display: none;
}
#s-63e5bcbe-57c0-453f-96c3-797303527153, #wrap-s-63e5bcbe-57c0-453f-96c3-797303527153 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-63e5bcbe-57c0-453f-96c3-797303527153 {
  display: none;
}
#s-63e5bcbe-57c0-453f-96c3-797303527153, #wrap-s-63e5bcbe-57c0-453f-96c3-797303527153 { display: none !important; }}




  #s-63e5bcbe-57c0-453f-96c3-797303527153 img.shogun-image,
  #s-63e5bcbe-57c0-453f-96c3-797303527153 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-63e5bcbe-57c0-453f-96c3-797303527153 {
    width: 100%;
    height: auto;
  }



  #s-63e5bcbe-57c0-453f-96c3-797303527153 img.shogun-image {
    

    
    
    
  }


#s-63e5bcbe-57c0-453f-96c3-797303527153 .shogun-image-content {
  
    align-items: 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-0822f456-dd02-4b4c-83dc-17fadaf26481 {
  margin-top: 5%;
margin-left: 8%;
margin-bottom: 5%;
margin-right: 8%;
}
@media (min-width: 1200px){#s-0822f456-dd02-4b4c-83dc-17fadaf26481 {
  display: none;
}
#s-0822f456-dd02-4b4c-83dc-17fadaf26481, #wrap-s-0822f456-dd02-4b4c-83dc-17fadaf26481 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0822f456-dd02-4b4c-83dc-17fadaf26481 {
  display: none;
}
#s-0822f456-dd02-4b4c-83dc-17fadaf26481, #wrap-s-0822f456-dd02-4b4c-83dc-17fadaf26481 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-0822f456-dd02-4b4c-83dc-17fadaf26481 {
  display: none;
}
#s-0822f456-dd02-4b4c-83dc-17fadaf26481, #wrap-s-0822f456-dd02-4b4c-83dc-17fadaf26481 { display: none !important; }}
#s-94bff050-e4e3-4706-834a-399781d5bf18 {
  margin-top: 5%;
margin-left: 8%;
margin-bottom: 5%;
margin-right: 8%;
}
@media (min-width: 1200px){#s-94bff050-e4e3-4706-834a-399781d5bf18 {
  display: none;
}
#s-94bff050-e4e3-4706-834a-399781d5bf18, #wrap-s-94bff050-e4e3-4706-834a-399781d5bf18 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-94bff050-e4e3-4706-834a-399781d5bf18 {
  display: none;
}
#s-94bff050-e4e3-4706-834a-399781d5bf18, #wrap-s-94bff050-e4e3-4706-834a-399781d5bf18 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-94bff050-e4e3-4706-834a-399781d5bf18 {
  
}
}@media (max-width: 767px){#s-94bff050-e4e3-4706-834a-399781d5bf18 {
  display: none;
}
#s-94bff050-e4e3-4706-834a-399781d5bf18, #wrap-s-94bff050-e4e3-4706-834a-399781d5bf18 { display: none !important; }}
#s-85a7af61-7b58-452e-8710-ef6cdfa15e40 {
  margin-top: 5%;
margin-left: 0%;
margin-bottom: 5%;
margin-right: 0%;
}
@media (min-width: 1200px){#s-85a7af61-7b58-452e-8710-ef6cdfa15e40 {
  display: none;
}
#s-85a7af61-7b58-452e-8710-ef6cdfa15e40, #wrap-s-85a7af61-7b58-452e-8710-ef6cdfa15e40 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-85a7af61-7b58-452e-8710-ef6cdfa15e40 {
  display: none;
}
#s-85a7af61-7b58-452e-8710-ef6cdfa15e40, #wrap-s-85a7af61-7b58-452e-8710-ef6cdfa15e40 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-85a7af61-7b58-452e-8710-ef6cdfa15e40 {
  
}
}
#s-1c048160-760e-49c9-aa24-d85cca4f3ad0 {
  margin-top: 5%;
margin-left: 8%;
margin-bottom: 5%;
margin-right: 8%;
}
@media (min-width: 768px) and (max-width: 991px){#s-1c048160-760e-49c9-aa24-d85cca4f3ad0 {
  display: none;
}
#s-1c048160-760e-49c9-aa24-d85cca4f3ad0, #wrap-s-1c048160-760e-49c9-aa24-d85cca4f3ad0 { display: none !important; }}@media (max-width: 767px){#s-1c048160-760e-49c9-aa24-d85cca4f3ad0 {
  display: none;
}
#s-1c048160-760e-49c9-aa24-d85cca4f3ad0, #wrap-s-1c048160-760e-49c9-aa24-d85cca4f3ad0 { display: none !important; }}
.shg-row {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  min-height: inherit;
  max-height: inherit;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

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

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

#s-4b491cf3-a519-480e-a9be-57f919d50ed8 {
  margin-top: 0%;
margin-left: 2%;
margin-bottom: 0%;
margin-right: 2%;
}
@media (min-width: 768px) and (max-width: 991px){#s-4b491cf3-a519-480e-a9be-57f919d50ed8 {
  display: none;
}
#s-4b491cf3-a519-480e-a9be-57f919d50ed8, #wrap-s-4b491cf3-a519-480e-a9be-57f919d50ed8 { display: none !important; }}@media (max-width: 767px){#s-4b491cf3-a519-480e-a9be-57f919d50ed8 {
  display: none;
}
#s-4b491cf3-a519-480e-a9be-57f919d50ed8, #wrap-s-4b491cf3-a519-480e-a9be-57f919d50ed8 { display: none !important; }}
@media (min-width: 0px) {
[id="s-4b491cf3-a519-480e-a9be-57f919d50ed8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4b491cf3-a519-480e-a9be-57f919d50ed8"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-4b491cf3-a519-480e-a9be-57f919d50ed8"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-4b491cf3-a519-480e-a9be-57f919d50ed8"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-4b491cf3-a519-480e-a9be-57f919d50ed8"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-4b491cf3-a519-480e-a9be-57f919d50ed8"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-4b491cf3-a519-480e-a9be-57f919d50ed8"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

#s-42dd83f6-a753-4c62-8f8c-47c9227ee81c {
  margin-top: -1%;
margin-left: 0%;
margin-bottom: -1%;
margin-right: 0%;
}
@media (min-width: 768px) and (max-width: 991px){#s-42dd83f6-a753-4c62-8f8c-47c9227ee81c {
  margin-top: 5%;
margin-bottom: 5%;
display: none;
}
#s-42dd83f6-a753-4c62-8f8c-47c9227ee81c, #wrap-s-42dd83f6-a753-4c62-8f8c-47c9227ee81c { display: none !important; }}@media (max-width: 767px){#s-42dd83f6-a753-4c62-8f8c-47c9227ee81c {
  display: none;
}
#s-42dd83f6-a753-4c62-8f8c-47c9227ee81c, #wrap-s-42dd83f6-a753-4c62-8f8c-47c9227ee81c { display: none !important; }}
.shg-hr-wrapper {
  padding: 30px 0;
}

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

#s-47272755-c370-4496-a850-47cf3abace1d {
  margin-top: 3%;
margin-bottom: 3%;
}

#s-47272755-c370-4496-a850-47cf3abace1d hr {
  border-top: 2px solid rgba(255, 190, 198, 1);
}

#s-3ebb5c1c-7ee7-4a7d-8fca-2cdcdb877622 {
  margin-left: 0%;
margin-right: 0%;
padding-left: 2%;
padding-right: 2%;
}
@media (min-width: 1200px){#s-3ebb5c1c-7ee7-4a7d-8fca-2cdcdb877622 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-3ebb5c1c-7ee7-4a7d-8fca-2cdcdb877622 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-3ebb5c1c-7ee7-4a7d-8fca-2cdcdb877622 {
  display: none;
}
#s-3ebb5c1c-7ee7-4a7d-8fca-2cdcdb877622, #wrap-s-3ebb5c1c-7ee7-4a7d-8fca-2cdcdb877622 { display: none !important; }}@media (max-width: 767px){#s-3ebb5c1c-7ee7-4a7d-8fca-2cdcdb877622 {
  display: none;
}
#s-3ebb5c1c-7ee7-4a7d-8fca-2cdcdb877622, #wrap-s-3ebb5c1c-7ee7-4a7d-8fca-2cdcdb877622 { display: none !important; }}
@media (min-width: 0px) {
[id="s-3ebb5c1c-7ee7-4a7d-8fca-2cdcdb877622"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3ebb5c1c-7ee7-4a7d-8fca-2cdcdb877622"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-3ebb5c1c-7ee7-4a7d-8fca-2cdcdb877622"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-3ebb5c1c-7ee7-4a7d-8fca-2cdcdb877622"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-3ebb5c1c-7ee7-4a7d-8fca-2cdcdb877622"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-3ebb5c1c-7ee7-4a7d-8fca-2cdcdb877622"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-3ebb5c1c-7ee7-4a7d-8fca-2cdcdb877622"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

#s-9902fdaa-606d-42e7-a693-7aa9a315ea8f {
  margin-top: 3%;
margin-left: 0%;
margin-bottom: 3%;
margin-right: 0%;
}

@media (min-width: 0px) {
[id="s-9902fdaa-606d-42e7-a693-7aa9a315ea8f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9902fdaa-606d-42e7-a693-7aa9a315ea8f"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-9902fdaa-606d-42e7-a693-7aa9a315ea8f"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-9902fdaa-606d-42e7-a693-7aa9a315ea8f"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-9902fdaa-606d-42e7-a693-7aa9a315ea8f"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-9902fdaa-606d-42e7-a693-7aa9a315ea8f"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-9902fdaa-606d-42e7-a693-7aa9a315ea8f"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

#s-a1b8e486-22d3-458a-aa54-9079ad1e1bdf {
  margin-top: 10%;
margin-bottom: 10%;
min-height: 50px;
}








#s-a1b8e486-22d3-458a-aa54-9079ad1e1bdf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a1b8e486-22d3-458a-aa54-9079ad1e1bdf.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c19e1c32-8567-43a2-a899-b797308683ce {
  margin-top: 2%;
margin-left: 8%;
margin-bottom: 2%;
margin-right: 8%;
}
@media (min-width: 768px) and (max-width: 991px){#s-c19e1c32-8567-43a2-a899-b797308683ce {
  display: none;
}
#s-c19e1c32-8567-43a2-a899-b797308683ce, #wrap-s-c19e1c32-8567-43a2-a899-b797308683ce { display: none !important; }}@media (max-width: 767px){#s-c19e1c32-8567-43a2-a899-b797308683ce {
  display: none;
}
#s-c19e1c32-8567-43a2-a899-b797308683ce, #wrap-s-c19e1c32-8567-43a2-a899-b797308683ce { display: none !important; }}
#s-1126efc6-803f-4608-90e1-200c6acccdab {
  margin-left: 0%;
margin-right: 0%;
text-align: center;
background-color: rgba(48, 45, 45, 1);
opacity: 0.8;
}







  #s-1126efc6-803f-4608-90e1-200c6acccdab img.shogun-image {
    

    
    
    
  }


#s-1126efc6-803f-4608-90e1-200c6acccdab .shogun-image-content {
  
    align-items: center;
  
}

#s-5423316e-0f1d-40ea-aaac-1b42759b8052 {
  margin-top: 2%;
margin-bottom: 2%;
}

#s-45987e6b-4ed2-4d6e-a1ef-6453ba5869b1 {
  text-align: center;
opacity: 0.8;
background-color: rgba(48, 45, 45, 1);
}







  #s-45987e6b-4ed2-4d6e-a1ef-6453ba5869b1 img.shogun-image {
    

    
    
    
  }


#s-45987e6b-4ed2-4d6e-a1ef-6453ba5869b1 .shogun-image-content {
  
    align-items: center;
  
}

#s-e36cff51-1d03-4621-b6cd-c914106c8c08 {
  margin-top: 2%;
margin-left: 8%;
margin-bottom: 2%;
margin-right: 8%;
}

#s-de3c801e-e487-469b-805d-cdba73c5a46e {
  text-align: center;
opacity: 0.8;
background-color: rgba(48, 45, 45, 1);
}







  #s-de3c801e-e487-469b-805d-cdba73c5a46e img.shogun-image {
    

    
    
    
  }


#s-de3c801e-e487-469b-805d-cdba73c5a46e .shogun-image-content {
  
    align-items: center;
  
}

#s-1a8aa040-4a7f-46fc-853b-4f004210900d {
  margin-top: 2%;
margin-bottom: 2%;
}

@media (min-width: 0px) {
[id="s-19722f1b-4d0c-4efc-b027-dcc0579d679d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-19722f1b-4d0c-4efc-b027-dcc0579d679d"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-19722f1b-4d0c-4efc-b027-dcc0579d679d"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-19722f1b-4d0c-4efc-b027-dcc0579d679d"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-19722f1b-4d0c-4efc-b027-dcc0579d679d"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-19722f1b-4d0c-4efc-b027-dcc0579d679d"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-19722f1b-4d0c-4efc-b027-dcc0579d679d"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

}

#s-b36c568a-8b81-450e-84c8-5e98bf20be47 {
  margin-top: 5%;
margin-left: 0%;
margin-bottom: 5%;
margin-right: 0%;
text-align: center;
background-color: rgba(48, 45, 45, 1);
opacity: 0.8;
}







  #s-b36c568a-8b81-450e-84c8-5e98bf20be47 img.shogun-image {
    

    
    
    
  }


#s-b36c568a-8b81-450e-84c8-5e98bf20be47 .shogun-image-content {
  
    align-items: center;
  
}

#s-56118270-7791-4528-836e-0e26c904aa87 {
  margin-top: 2%;
margin-bottom: 2%;
}

#s-76faf566-9cb2-40d5-97b8-4218b4530974 {
  text-align: center;
background-color: rgba(48, 45, 45, 1);
opacity: 0.8;
}







  #s-76faf566-9cb2-40d5-97b8-4218b4530974 img.shogun-image {
    

    
    
    
  }


#s-76faf566-9cb2-40d5-97b8-4218b4530974 .shogun-image-content {
  
    align-items: center;
  
}

#s-21d4adb4-5479-4304-8393-3bc1a26d74df {
  margin-top: 2%;
margin-bottom: 2%;
}

#s-de82b3db-b197-46f8-8ecc-5b359cc75ce6 {
  margin-top: 3%;
margin-left: 0%;
margin-bottom: 3%;
margin-right: 0%;
}
@media (min-width: 768px) and (max-width: 991px){#s-de82b3db-b197-46f8-8ecc-5b359cc75ce6 {
  display: none;
}
#s-de82b3db-b197-46f8-8ecc-5b359cc75ce6, #wrap-s-de82b3db-b197-46f8-8ecc-5b359cc75ce6 { display: none !important; }}@media (max-width: 767px){#s-de82b3db-b197-46f8-8ecc-5b359cc75ce6 {
  display: none;
}
#s-de82b3db-b197-46f8-8ecc-5b359cc75ce6, #wrap-s-de82b3db-b197-46f8-8ecc-5b359cc75ce6 { display: none !important; }}
@media (min-width: 0px) {
[id="s-de82b3db-b197-46f8-8ecc-5b359cc75ce6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-de82b3db-b197-46f8-8ecc-5b359cc75ce6"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-de82b3db-b197-46f8-8ecc-5b359cc75ce6"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-de82b3db-b197-46f8-8ecc-5b359cc75ce6"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-de82b3db-b197-46f8-8ecc-5b359cc75ce6"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-de82b3db-b197-46f8-8ecc-5b359cc75ce6"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-de82b3db-b197-46f8-8ecc-5b359cc75ce6"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-64c64952-e9f6-431e-8213-3284698311c9 hr {
  border-top: 2px solid rgba(255, 190, 198, 1);
}

#s-42e52760-332a-4d52-b064-4844d8af9c45 {
  margin-left: 4%;
margin-right: 4%;
min-height: 50px;
}
@media (min-width: 1200px){#s-42e52760-332a-4d52-b064-4844d8af9c45 {
  display: none;
}
#s-42e52760-332a-4d52-b064-4844d8af9c45, #wrap-s-42e52760-332a-4d52-b064-4844d8af9c45 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-42e52760-332a-4d52-b064-4844d8af9c45 {
  display: none;
}
#s-42e52760-332a-4d52-b064-4844d8af9c45, #wrap-s-42e52760-332a-4d52-b064-4844d8af9c45 { display: none !important; }}







#s-42e52760-332a-4d52-b064-4844d8af9c45 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-42e52760-332a-4d52-b064-4844d8af9c45.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c822571b-13ed-4f0e-8032-7bf0a88ab35c {
  margin-top: 4%;
margin-left: 8%;
margin-bottom: 4%;
margin-right: 8%;
}

#s-8cee50a1-c25f-402f-ba64-c2f32a3fe9ee {
  margin-top: 3%;
margin-bottom: 3%;
text-align: center;
opacity: 0.8;
background-color: rgba(48, 45, 45, 1);
}







  #s-8cee50a1-c25f-402f-ba64-c2f32a3fe9ee img.shogun-image {
    

    
    
    
  }


#s-8cee50a1-c25f-402f-ba64-c2f32a3fe9ee .shogun-image-content {
  
    align-items: center;
  
}

#s-1df9ee58-2c97-4a38-9825-a8097595b57f {
  margin-top: 3%;
margin-bottom: 3%;
text-align: center;
opacity: 0.8;
background-color: rgba(48, 45, 45, 1);
}







  #s-1df9ee58-2c97-4a38-9825-a8097595b57f img.shogun-image {
    

    
    
    
  }


#s-1df9ee58-2c97-4a38-9825-a8097595b57f .shogun-image-content {
  
    align-items: center;
  
}

#s-4679df48-80b5-4580-a706-a80d16f5d5db {
  margin-top: 3%;
margin-bottom: 3%;
text-align: center;
opacity: 0.8;
background-color: rgba(48, 45, 45, 1);
}







  #s-4679df48-80b5-4580-a706-a80d16f5d5db img.shogun-image {
    

    
    
    
  }


#s-4679df48-80b5-4580-a706-a80d16f5d5db .shogun-image-content {
  
    align-items: center;
  
}

#s-04814783-4d43-437a-ac64-a79aba73fae8 {
  margin-top: 3%;
margin-bottom: 3%;
text-align: center;
opacity: 0.8;
background-color: rgba(48, 45, 45, 1);
}







  #s-04814783-4d43-437a-ac64-a79aba73fae8 img.shogun-image {
    

    
    
    
  }


#s-04814783-4d43-437a-ac64-a79aba73fae8 .shogun-image-content {
  
    align-items: center;
  
}

#s-66b622ac-f39d-4fa0-b52b-360736eb4f6a {
  margin-top: 3%;
margin-bottom: 3%;
text-align: center;
opacity: 0.8;
background-color: rgba(48, 45, 45, 1);
}







  #s-66b622ac-f39d-4fa0-b52b-360736eb4f6a img.shogun-image {
    

    
    
    
  }


#s-66b622ac-f39d-4fa0-b52b-360736eb4f6a .shogun-image-content {
  
    align-items: center;
  
}

#s-31dede9b-b0aa-46b6-b08c-7ea51bf9c030 hr {
  border-top: 2px solid rgba(255, 190, 198, 1);
}

#s-ffdd626b-7599-40b9-8f45-4585745c14c5 {
  margin-top: 4%;
margin-left: 8%;
margin-bottom: 4%;
margin-right: 8%;
}
@media (min-width: 1200px){#s-ffdd626b-7599-40b9-8f45-4585745c14c5 {
  display: none;
}
#s-ffdd626b-7599-40b9-8f45-4585745c14c5, #wrap-s-ffdd626b-7599-40b9-8f45-4585745c14c5 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ffdd626b-7599-40b9-8f45-4585745c14c5 {
  display: none;
}
#s-ffdd626b-7599-40b9-8f45-4585745c14c5, #wrap-s-ffdd626b-7599-40b9-8f45-4585745c14c5 { display: none !important; }}
#s-fe79399c-9c49-44d4-9aef-3d3f0d42ebc2 {
  margin-top: 0%;
margin-left: 6%;
margin-bottom: 0%;
margin-right: 6%;
}
@media (min-width: 768px) and (max-width: 991px){#s-fe79399c-9c49-44d4-9aef-3d3f0d42ebc2 {
  display: none;
}
#s-fe79399c-9c49-44d4-9aef-3d3f0d42ebc2, #wrap-s-fe79399c-9c49-44d4-9aef-3d3f0d42ebc2 { display: none !important; }}@media (max-width: 767px){#s-fe79399c-9c49-44d4-9aef-3d3f0d42ebc2 {
  display: none;
}
#s-fe79399c-9c49-44d4-9aef-3d3f0d42ebc2, #wrap-s-fe79399c-9c49-44d4-9aef-3d3f0d42ebc2 { display: none !important; }}
#s-27529434-3bd4-4301-b135-5c9969c6aeb5 {
  margin-top: 3%;
margin-left: 2%;
margin-bottom: 3%;
margin-right: 2%;
}
@media (max-width: 767px){#s-27529434-3bd4-4301-b135-5c9969c6aeb5 {
  margin-left: 4%;
margin-right: 4%;
}
}
@media (min-width: 0px) {
[id="s-27529434-3bd4-4301-b135-5c9969c6aeb5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-27529434-3bd4-4301-b135-5c9969c6aeb5"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-27529434-3bd4-4301-b135-5c9969c6aeb5"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-27529434-3bd4-4301-b135-5c9969c6aeb5"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-171297e7-e202-4645-94d0-a293f7798e30 {
  text-align: center;
}







  #s-171297e7-e202-4645-94d0-a293f7798e30 img.shogun-image {
    

    
    
    
  }


#s-171297e7-e202-4645-94d0-a293f7798e30 .shogun-image-content {
  
    align-items: center;
  
}

#s-43f02564-573d-47f9-a0e7-906c4e0ded65 {
  margin-top: 5%;
margin-left: 8%;
margin-bottom: 5%;
margin-right: 8%;
}

@media (min-width: 768px) and (max-width: 991px){#s-bef886d4-43a2-4f78-8723-8955d409b3a0 {
  display: none;
}
#s-bef886d4-43a2-4f78-8723-8955d409b3a0, #wrap-s-bef886d4-43a2-4f78-8723-8955d409b3a0 { display: none !important; }}@media (max-width: 767px){#s-bef886d4-43a2-4f78-8723-8955d409b3a0 {
  display: none;
}
#s-bef886d4-43a2-4f78-8723-8955d409b3a0, #wrap-s-bef886d4-43a2-4f78-8723-8955d409b3a0 { display: none !important; }}
@media (min-width: 1200px){#s-c81e4d06-42ec-44c7-8052-02bfefcb856f {
  display: none;
}
#s-c81e4d06-42ec-44c7-8052-02bfefcb856f, #wrap-s-c81e4d06-42ec-44c7-8052-02bfefcb856f { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c81e4d06-42ec-44c7-8052-02bfefcb856f {
  display: none;
}
#s-c81e4d06-42ec-44c7-8052-02bfefcb856f, #wrap-s-c81e4d06-42ec-44c7-8052-02bfefcb856f { display: none !important; }}
#s-990fea20-f9c5-4143-91ac-92ee4ca5e84e {
  min-height: 50px;
}
@media (max-width: 767px){#s-990fea20-f9c5-4143-91ac-92ee4ca5e84e {
  margin-top: 5%;
margin-bottom: 5%;
}
}







#s-990fea20-f9c5-4143-91ac-92ee4ca5e84e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-990fea20-f9c5-4143-91ac-92ee4ca5e84e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3cb94ac7-870f-41a3-81fb-78e3b2d3a383 {
  text-align: center;
}







  #s-3cb94ac7-870f-41a3-81fb-78e3b2d3a383 img.shogun-image {
    

    
    
    
  }


#s-3cb94ac7-870f-41a3-81fb-78e3b2d3a383 .shogun-image-content {
  
    align-items: center;
  
}

#s-af062ea4-bffe-496e-bf63-f7b1fb09e412 {
  margin-top: 5%;
margin-left: 8%;
margin-bottom: 5%;
margin-right: 8%;
}

@media (min-width: 768px) and (max-width: 991px){#s-35b84295-c75d-45b3-8b1f-9911ba2b03ed {
  display: none;
}
#s-35b84295-c75d-45b3-8b1f-9911ba2b03ed, #wrap-s-35b84295-c75d-45b3-8b1f-9911ba2b03ed { display: none !important; }}@media (max-width: 767px){#s-35b84295-c75d-45b3-8b1f-9911ba2b03ed {
  display: none;
}
#s-35b84295-c75d-45b3-8b1f-9911ba2b03ed, #wrap-s-35b84295-c75d-45b3-8b1f-9911ba2b03ed { display: none !important; }}
@media (min-width: 1200px){#s-62cba9f6-7c5d-40c3-966f-87d305925892 {
  display: none;
}
#s-62cba9f6-7c5d-40c3-966f-87d305925892, #wrap-s-62cba9f6-7c5d-40c3-966f-87d305925892 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-62cba9f6-7c5d-40c3-966f-87d305925892 {
  display: none;
}
#s-62cba9f6-7c5d-40c3-966f-87d305925892, #wrap-s-62cba9f6-7c5d-40c3-966f-87d305925892 { display: none !important; }}
#s-a2680dbb-6928-4a3b-9908-290b8953d59f {
  text-align: center;
}







  #s-a2680dbb-6928-4a3b-9908-290b8953d59f img.shogun-image {
    

    
    
    
  }


#s-a2680dbb-6928-4a3b-9908-290b8953d59f .shogun-image-content {
  
    align-items: center;
  
}

#s-ccfe21ca-aeb2-4dcd-8543-7e926adfe2c0 {
  margin-top: 5%;
margin-left: 8%;
margin-bottom: 5%;
margin-right: 8%;
}

@media (min-width: 768px) and (max-width: 991px){#s-fdcceb9d-3045-4873-a4a5-561c19e18f6e {
  display: none;
}
#s-fdcceb9d-3045-4873-a4a5-561c19e18f6e, #wrap-s-fdcceb9d-3045-4873-a4a5-561c19e18f6e { display: none !important; }}@media (max-width: 767px){#s-fdcceb9d-3045-4873-a4a5-561c19e18f6e {
  display: none;
}
#s-fdcceb9d-3045-4873-a4a5-561c19e18f6e, #wrap-s-fdcceb9d-3045-4873-a4a5-561c19e18f6e { display: none !important; }}
@media (min-width: 1200px){#s-060e6b5f-fb2b-4ee2-9c1f-5e63bc2f665b {
  display: none;
}
#s-060e6b5f-fb2b-4ee2-9c1f-5e63bc2f665b, #wrap-s-060e6b5f-fb2b-4ee2-9c1f-5e63bc2f665b { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-060e6b5f-fb2b-4ee2-9c1f-5e63bc2f665b {
  display: none;
}
#s-060e6b5f-fb2b-4ee2-9c1f-5e63bc2f665b, #wrap-s-060e6b5f-fb2b-4ee2-9c1f-5e63bc2f665b { display: none !important; }}
#s-ecd853d8-7bca-47d5-96e1-4344a8334dff {
  margin-top: 3%;
margin-left: 2%;
margin-bottom: 3%;
margin-right: 2%;
}
@media (max-width: 767px){#s-ecd853d8-7bca-47d5-96e1-4344a8334dff {
  margin-left: 4%;
margin-right: 4%;
}
}
@media (min-width: 0px) {
[id="s-ecd853d8-7bca-47d5-96e1-4344a8334dff"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ecd853d8-7bca-47d5-96e1-4344a8334dff"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-ecd853d8-7bca-47d5-96e1-4344a8334dff"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-ecd853d8-7bca-47d5-96e1-4344a8334dff"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-6c99b459-9e64-4374-a2e5-2ab58ffe494d {
  text-align: center;
}







  #s-6c99b459-9e64-4374-a2e5-2ab58ffe494d img.shogun-image {
    

    
    
    
  }


#s-6c99b459-9e64-4374-a2e5-2ab58ffe494d .shogun-image-content {
  
    align-items: center;
  
}

#s-f587ef19-14c1-41f5-ad99-c7a107532c54 {
  margin-top: 5%;
margin-left: 8%;
margin-bottom: 5%;
margin-right: 8%;
}

@media (min-width: 768px) and (max-width: 991px){#s-46fba71f-4888-4212-809a-ee523359edb9 {
  display: none;
}
#s-46fba71f-4888-4212-809a-ee523359edb9, #wrap-s-46fba71f-4888-4212-809a-ee523359edb9 { display: none !important; }}@media (max-width: 767px){#s-46fba71f-4888-4212-809a-ee523359edb9 {
  display: none;
}
#s-46fba71f-4888-4212-809a-ee523359edb9, #wrap-s-46fba71f-4888-4212-809a-ee523359edb9 { display: none !important; }}
@media (min-width: 1200px){#s-7980c420-a3b0-4e76-9052-3b4e3f972632 {
  display: none;
}
#s-7980c420-a3b0-4e76-9052-3b4e3f972632, #wrap-s-7980c420-a3b0-4e76-9052-3b4e3f972632 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-7980c420-a3b0-4e76-9052-3b4e3f972632 {
  display: none;
}
#s-7980c420-a3b0-4e76-9052-3b4e3f972632, #wrap-s-7980c420-a3b0-4e76-9052-3b4e3f972632 { display: none !important; }}
#s-7d4574c7-3c95-4fae-9df8-f6c6c7ad6370 {
  margin-top: 0%;
margin-bottom: 0%;
min-height: 50px;
}
@media (max-width: 767px){#s-7d4574c7-3c95-4fae-9df8-f6c6c7ad6370 {
  margin-top: 5%;
margin-bottom: 5%;
}
}







#s-7d4574c7-3c95-4fae-9df8-f6c6c7ad6370 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7d4574c7-3c95-4fae-9df8-f6c6c7ad6370.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shg-image-content-wrapper .shogun-image.hover~* {
  z-index: 1;
}
#s-a0385e64-9f66-4e43-bdff-411438e20cf7 {
  text-align: center;
}







  img.s-a0385e64-9f66-4e43-bdff-411438e20cf7.shogun-image {
    
    
  }


.s-a0385e64-9f66-4e43-bdff-411438e20cf7 .shogun-image-content {
  
    align-items: center;
  
}

.s-a0385e64-9f66-4e43-bdff-411438e20cf7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a0385e64-9f66-4e43-bdff-411438e20cf7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a0385e64-9f66-4e43-bdff-411438e20cf7.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-a0385e64-9f66-4e43-bdff-411438e20cf7.shogun-image {
    
    
  }


.s-a0385e64-9f66-4e43-bdff-411438e20cf7 .shogun-image-content {
  
    align-items: center;
  
}

.s-a0385e64-9f66-4e43-bdff-411438e20cf7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a0385e64-9f66-4e43-bdff-411438e20cf7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a0385e64-9f66-4e43-bdff-411438e20cf7.shogun-image {
  box-sizing: border-box;
}



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





  img.s-a0385e64-9f66-4e43-bdff-411438e20cf7.shogun-image {
    
    
  }


.s-a0385e64-9f66-4e43-bdff-411438e20cf7 .shogun-image-content {
  
    align-items: center;
  
}

.s-a0385e64-9f66-4e43-bdff-411438e20cf7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a0385e64-9f66-4e43-bdff-411438e20cf7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a0385e64-9f66-4e43-bdff-411438e20cf7.shogun-image {
  box-sizing: border-box;
}



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





  img.s-a0385e64-9f66-4e43-bdff-411438e20cf7.shogun-image {
    
    
  }


.s-a0385e64-9f66-4e43-bdff-411438e20cf7 .shogun-image-content {
  
    align-items: center;
  
}

.s-a0385e64-9f66-4e43-bdff-411438e20cf7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a0385e64-9f66-4e43-bdff-411438e20cf7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a0385e64-9f66-4e43-bdff-411438e20cf7.shogun-image {
  box-sizing: border-box;
}



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





  img.s-a0385e64-9f66-4e43-bdff-411438e20cf7.shogun-image {
    
    
  }


.s-a0385e64-9f66-4e43-bdff-411438e20cf7 .shogun-image-content {
  
    align-items: center;
  
}

.s-a0385e64-9f66-4e43-bdff-411438e20cf7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a0385e64-9f66-4e43-bdff-411438e20cf7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a0385e64-9f66-4e43-bdff-411438e20cf7.shogun-image {
  box-sizing: border-box;
}



}
#s-b6d9d50a-89bf-4ac0-8c5c-6fca714aba2e {
  margin-top: 5%;
margin-left: 8%;
margin-bottom: 5%;
margin-right: 8%;
}

@media (min-width: 1200px){#s-6cf0b054-1555-486a-b89c-c2d79b7b12d4 {
  display: none;
}
#s-6cf0b054-1555-486a-b89c-c2d79b7b12d4, #wrap-s-6cf0b054-1555-486a-b89c-c2d79b7b12d4 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-6cf0b054-1555-486a-b89c-c2d79b7b12d4 {
  display: none;
}
#s-6cf0b054-1555-486a-b89c-c2d79b7b12d4, #wrap-s-6cf0b054-1555-486a-b89c-c2d79b7b12d4 { display: none !important; }}
@media (min-width: 768px) and (max-width: 991px){#s-fd52b894-2c09-4746-9997-5c5e8fd5f0f3 {
  display: none;
}
#s-fd52b894-2c09-4746-9997-5c5e8fd5f0f3, #wrap-s-fd52b894-2c09-4746-9997-5c5e8fd5f0f3 { display: none !important; }}@media (max-width: 767px){#s-fd52b894-2c09-4746-9997-5c5e8fd5f0f3 {
  display: none;
}
#s-fd52b894-2c09-4746-9997-5c5e8fd5f0f3, #wrap-s-fd52b894-2c09-4746-9997-5c5e8fd5f0f3 { display: none !important; }}
/*
  $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}
