.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-fc1ba27f-6b5e-476c-9aa9-3a8d1bcbd946 {
  min-height: 50px;
background-color: rgba(157, 182, 198, 1);
}
@media (min-width: 1200px){#s-fc1ba27f-6b5e-476c-9aa9-3a8d1bcbd946 {
  display: none;
}
#s-fc1ba27f-6b5e-476c-9aa9-3a8d1bcbd946, #wrap-s-fc1ba27f-6b5e-476c-9aa9-3a8d1bcbd946 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-fc1ba27f-6b5e-476c-9aa9-3a8d1bcbd946 {
  display: none;
}
#s-fc1ba27f-6b5e-476c-9aa9-3a8d1bcbd946, #wrap-s-fc1ba27f-6b5e-476c-9aa9-3a8d1bcbd946 { display: none !important; }}







#s-fc1ba27f-6b5e-476c-9aa9-3a8d1bcbd946 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fc1ba27f-6b5e-476c-9aa9-3a8d1bcbd946.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-44c5ace8-4b5f-4747-be0c-331c69fa346e {
  padding-top: 5%;
padding-bottom: 2%;
text-align: center;
}
@media (min-width: 1200px){#s-44c5ace8-4b5f-4747-be0c-331c69fa346e {
  display: none;
}
#s-44c5ace8-4b5f-4747-be0c-331c69fa346e, #wrap-s-44c5ace8-4b5f-4747-be0c-331c69fa346e { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-44c5ace8-4b5f-4747-be0c-331c69fa346e {
  display: none;
}
#s-44c5ace8-4b5f-4747-be0c-331c69fa346e, #wrap-s-44c5ace8-4b5f-4747-be0c-331c69fa346e { display: none !important; }}
#s-44c5ace8-4b5f-4747-be0c-331c69fa346e .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 50px;
  
  
  text-align: center;
}



#s-e95df041-f0f1-40ce-ba9c-cef220bc3fc8 {
  padding-top: 2%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
}
@media (min-width: 1200px){#s-e95df041-f0f1-40ce-ba9c-cef220bc3fc8 {
  display: none;
}
#s-e95df041-f0f1-40ce-ba9c-cef220bc3fc8, #wrap-s-e95df041-f0f1-40ce-ba9c-cef220bc3fc8 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e95df041-f0f1-40ce-ba9c-cef220bc3fc8 {
  display: none;
}
#s-e95df041-f0f1-40ce-ba9c-cef220bc3fc8, #wrap-s-e95df041-f0f1-40ce-ba9c-cef220bc3fc8 { display: none !important; }}
#s-59f16975-556f-4342-b28f-8ad949636211 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-59f16975-556f-4342-b28f-8ad949636211 {
  display: none;
}
#s-59f16975-556f-4342-b28f-8ad949636211, #wrap-s-59f16975-556f-4342-b28f-8ad949636211 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-59f16975-556f-4342-b28f-8ad949636211 {
  display: none;
}
#s-59f16975-556f-4342-b28f-8ad949636211, #wrap-s-59f16975-556f-4342-b28f-8ad949636211 { display: none !important; }}







#s-59f16975-556f-4342-b28f-8ad949636211 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-59f16975-556f-4342-b28f-8ad949636211.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-fc49e86b-8857-4d13-801a-25d4d5ba48fb {
  text-align: center;
}







  #s-fc49e86b-8857-4d13-801a-25d4d5ba48fb img.shogun-image {
    

    
    
    
  }


#s-fc49e86b-8857-4d13-801a-25d4d5ba48fb .shogun-image-content {
  
    align-items: center;
  
}

#s-89057088-c15c-4304-bbba-e44cb54815d5 {
  text-align: center;
}
@media (min-width: 1200px){#s-89057088-c15c-4304-bbba-e44cb54815d5 {
  text-align: center;
}
}@media (min-width: 768px) and (max-width: 991px){#s-89057088-c15c-4304-bbba-e44cb54815d5 {
  display: none;
}
#s-89057088-c15c-4304-bbba-e44cb54815d5, #wrap-s-89057088-c15c-4304-bbba-e44cb54815d5 { display: none !important; }}@media (max-width: 767px){#s-89057088-c15c-4304-bbba-e44cb54815d5 {
  display: none;
}
#s-89057088-c15c-4304-bbba-e44cb54815d5, #wrap-s-89057088-c15c-4304-bbba-e44cb54815d5 { display: none !important; }}






  #s-89057088-c15c-4304-bbba-e44cb54815d5 img.shogun-image {
    

    
    
    
  }


#s-89057088-c15c-4304-bbba-e44cb54815d5 .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-fd5ad24d-321f-4462-8d89-8bc244c6c777 {
  padding-top: 1%;
padding-bottom: 11%;
}
@media (min-width: 768px) and (max-width: 991px){#s-fd5ad24d-321f-4462-8d89-8bc244c6c777 {
  display: none;
}
#s-fd5ad24d-321f-4462-8d89-8bc244c6c777, #wrap-s-fd5ad24d-321f-4462-8d89-8bc244c6c777 { display: none !important; }}@media (max-width: 767px){#s-fd5ad24d-321f-4462-8d89-8bc244c6c777 {
  display: none;
}
#s-fd5ad24d-321f-4462-8d89-8bc244c6c777, #wrap-s-fd5ad24d-321f-4462-8d89-8bc244c6c777 { display: none !important; }}
@media (min-width: 0px) {
[id="s-fd5ad24d-321f-4462-8d89-8bc244c6c777"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-fd5ad24d-321f-4462-8d89-8bc244c6c777"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-fd5ad24d-321f-4462-8d89-8bc244c6c777"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-fd5ad24d-321f-4462-8d89-8bc244c6c777"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-fd5ad24d-321f-4462-8d89-8bc244c6c777"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-fd5ad24d-321f-4462-8d89-8bc244c6c777"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-fd5ad24d-321f-4462-8d89-8bc244c6c777"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

#s-574c6b5a-2b8d-40cc-a0d7-63adc65e1cbe {
  padding-top: 10px;
padding-left: 10%;
padding-bottom: 23px;
padding-right: 10%;
text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-574c6b5a-2b8d-40cc-a0d7-63adc65e1cbe {
  display: none;
}
#s-574c6b5a-2b8d-40cc-a0d7-63adc65e1cbe, #wrap-s-574c6b5a-2b8d-40cc-a0d7-63adc65e1cbe { display: none !important; }}@media (max-width: 767px){#s-574c6b5a-2b8d-40cc-a0d7-63adc65e1cbe {
  display: none;
}
#s-574c6b5a-2b8d-40cc-a0d7-63adc65e1cbe, #wrap-s-574c6b5a-2b8d-40cc-a0d7-63adc65e1cbe { display: none !important; }}
#s-574c6b5a-2b8d-40cc-a0d7-63adc65e1cbe .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 61px;
  
  
  text-align: left;
}



#s-b07c55fd-b9c6-4c6d-b069-daee27266d65 {
  padding-top: 0%;
padding-left: 10%;
padding-bottom: 0%;
padding-right: 10%;
}
@media (min-width: 768px) and (max-width: 991px){#s-b07c55fd-b9c6-4c6d-b069-daee27266d65 {
  display: none;
}
#s-b07c55fd-b9c6-4c6d-b069-daee27266d65, #wrap-s-b07c55fd-b9c6-4c6d-b069-daee27266d65 { display: none !important; }}@media (max-width: 767px){#s-b07c55fd-b9c6-4c6d-b069-daee27266d65 {
  display: none;
}
#s-b07c55fd-b9c6-4c6d-b069-daee27266d65, #wrap-s-b07c55fd-b9c6-4c6d-b069-daee27266d65 { display: none !important; }}
#s-ae9f848e-96a7-40a9-9e7c-41ffe3f07fd9 {
  padding-top: 0px;
padding-bottom: 0px;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-ae9f848e-96a7-40a9-9e7c-41ffe3f07fd9 {
  display: none;
}
#s-ae9f848e-96a7-40a9-9e7c-41ffe3f07fd9, #wrap-s-ae9f848e-96a7-40a9-9e7c-41ffe3f07fd9 { display: none !important; }}@media (max-width: 767px){#s-ae9f848e-96a7-40a9-9e7c-41ffe3f07fd9 {
  display: none;
}
#s-ae9f848e-96a7-40a9-9e7c-41ffe3f07fd9, #wrap-s-ae9f848e-96a7-40a9-9e7c-41ffe3f07fd9 { display: none !important; }}







#s-ae9f848e-96a7-40a9-9e7c-41ffe3f07fd9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ae9f848e-96a7-40a9-9e7c-41ffe3f07fd9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c83c2187-f2e7-41e5-97cd-599847eecafd {
  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-c83c2187-f2e7-41e5-97cd-599847eecafd {
  display: none;
}
#s-c83c2187-f2e7-41e5-97cd-599847eecafd, #wrap-s-c83c2187-f2e7-41e5-97cd-599847eecafd { display: none !important; }}@media (max-width: 767px){#s-c83c2187-f2e7-41e5-97cd-599847eecafd {
  display: none;
}
#s-c83c2187-f2e7-41e5-97cd-599847eecafd, #wrap-s-c83c2187-f2e7-41e5-97cd-599847eecafd { display: none !important; }}
@media (min-width: 0px) {
[id="s-c83c2187-f2e7-41e5-97cd-599847eecafd"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c83c2187-f2e7-41e5-97cd-599847eecafd"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-c83c2187-f2e7-41e5-97cd-599847eecafd"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-c83c2187-f2e7-41e5-97cd-599847eecafd"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-b0663c26-933f-4ebc-a1f6-a1fd2126c650 {
  padding-top: 5%;
text-align: center;
}







  #s-b0663c26-933f-4ebc-a1f6-a1fd2126c650 img.shogun-image {
    

    
    
    
  }


#s-b0663c26-933f-4ebc-a1f6-a1fd2126c650 .shogun-image-content {
  
    align-items: center;
  
}

#s-cc4c5f65-76f2-4e4e-a03f-4060b1a19db3 {
  min-height: 50px;
}








#s-cc4c5f65-76f2-4e4e-a03f-4060b1a19db3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cc4c5f65-76f2-4e4e-a03f-4060b1a19db3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-cf45b5bf-7862-4d37-b655-5e969dd9e288 {
  margin-top: 15%;
padding-top: 10px;
padding-left: 5%;
padding-bottom: 3%;
padding-right: 5%;
text-align: left;
}
@media (max-width: 767px){#s-cf45b5bf-7862-4d37-b655-5e969dd9e288 {
  margin-top: 15%;
padding-top: 10px;
padding-left: 5%;
padding-bottom: 3%;
padding-right: 5%;
text-align: center;
}
}
#s-cf45b5bf-7862-4d37-b655-5e969dd9e288 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 50px;
  
  
  text-align: left;
}


@media (max-width: 767px){#s-cf45b5bf-7862-4d37-b655-5e969dd9e288 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 50px;
  
  
  text-align: center;
}


}
#s-56eaa1fa-7110-43df-9d27-9b0aae2759f3 {
  padding-left: 5%;
padding-right: 5%;
}
@media (min-width: 1200px){#s-56eaa1fa-7110-43df-9d27-9b0aae2759f3 {
  display: none;
}
#s-56eaa1fa-7110-43df-9d27-9b0aae2759f3, #wrap-s-56eaa1fa-7110-43df-9d27-9b0aae2759f3 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-56eaa1fa-7110-43df-9d27-9b0aae2759f3 {
  display: none;
}
#s-56eaa1fa-7110-43df-9d27-9b0aae2759f3, #wrap-s-56eaa1fa-7110-43df-9d27-9b0aae2759f3 { display: none !important; }}
#s-3b56d944-05f8-4bae-8887-9f66a088fe6d {
  padding-left: 5%;
padding-right: 5%;
}
@media (min-width: 768px) and (max-width: 991px){#s-3b56d944-05f8-4bae-8887-9f66a088fe6d {
  display: none;
}
#s-3b56d944-05f8-4bae-8887-9f66a088fe6d, #wrap-s-3b56d944-05f8-4bae-8887-9f66a088fe6d { display: none !important; }}@media (max-width: 767px){#s-3b56d944-05f8-4bae-8887-9f66a088fe6d {
  display: none;
}
#s-3b56d944-05f8-4bae-8887-9f66a088fe6d, #wrap-s-3b56d944-05f8-4bae-8887-9f66a088fe6d { display: none !important; }}
#s-9b556a1c-c4a1-48af-9232-d1b51446e393 {
  margin-left: 5%;
margin-right: 5%;
padding-top: 5%;
padding-left: 10%;
padding-bottom: 20%;
padding-right: 10%;
}
@media (min-width: 1200px){#s-9b556a1c-c4a1-48af-9232-d1b51446e393 {
  display: none;
}
#s-9b556a1c-c4a1-48af-9232-d1b51446e393, #wrap-s-9b556a1c-c4a1-48af-9232-d1b51446e393 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9b556a1c-c4a1-48af-9232-d1b51446e393 {
  display: none;
}
#s-9b556a1c-c4a1-48af-9232-d1b51446e393, #wrap-s-9b556a1c-c4a1-48af-9232-d1b51446e393 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-9b556a1c-c4a1-48af-9232-d1b51446e393 {
  display: none;
}
#s-9b556a1c-c4a1-48af-9232-d1b51446e393, #wrap-s-9b556a1c-c4a1-48af-9232-d1b51446e393 { display: none !important; }}@media (max-width: 767px){#s-9b556a1c-c4a1-48af-9232-d1b51446e393 {
  
}
}
@media (min-width: 0px) {
[id="s-9b556a1c-c4a1-48af-9232-d1b51446e393"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9b556a1c-c4a1-48af-9232-d1b51446e393"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-9b556a1c-c4a1-48af-9232-d1b51446e393"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-9b556a1c-c4a1-48af-9232-d1b51446e393"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-e8e4caff-3a22-42b4-a65d-b3917b2ee700 {
  min-height: 50px;
}








#s-e8e4caff-3a22-42b4-a65d-b3917b2ee700 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e8e4caff-3a22-42b4-a65d-b3917b2ee700.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-55713345-e2c7-4d87-9717-7e31c888f2be {
  margin-top: 15%;
padding-top: 10px;
padding-left: 5%;
padding-bottom: 3%;
padding-right: 5%;
text-align: left;
}
@media (max-width: 767px){#s-55713345-e2c7-4d87-9717-7e31c888f2be {
  margin-top: 15%;
padding-top: 10px;
padding-left: 5%;
padding-bottom: 3%;
padding-right: 5%;
text-align: center;
}
}
#s-55713345-e2c7-4d87-9717-7e31c888f2be .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 50px;
  
  
  text-align: left;
}


@media (max-width: 767px){#s-55713345-e2c7-4d87-9717-7e31c888f2be .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 50px;
  
  
  text-align: center;
}


}
#s-37280fda-4eb1-4af0-82ec-9ba24150abc2 {
  padding-left: 5%;
padding-right: 5%;
}
@media (min-width: 1200px){#s-37280fda-4eb1-4af0-82ec-9ba24150abc2 {
  display: none;
}
#s-37280fda-4eb1-4af0-82ec-9ba24150abc2, #wrap-s-37280fda-4eb1-4af0-82ec-9ba24150abc2 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-37280fda-4eb1-4af0-82ec-9ba24150abc2 {
  display: none;
}
#s-37280fda-4eb1-4af0-82ec-9ba24150abc2, #wrap-s-37280fda-4eb1-4af0-82ec-9ba24150abc2 { display: none !important; }}
#s-1957f5f4-a501-4d73-b0df-af65a2019ece {
  padding-left: 5%;
padding-right: 5%;
}
@media (min-width: 768px) and (max-width: 991px){#s-1957f5f4-a501-4d73-b0df-af65a2019ece {
  display: none;
}
#s-1957f5f4-a501-4d73-b0df-af65a2019ece, #wrap-s-1957f5f4-a501-4d73-b0df-af65a2019ece { display: none !important; }}@media (max-width: 767px){#s-1957f5f4-a501-4d73-b0df-af65a2019ece {
  display: none;
}
#s-1957f5f4-a501-4d73-b0df-af65a2019ece, #wrap-s-1957f5f4-a501-4d73-b0df-af65a2019ece { display: none !important; }}
#s-ec16384b-2da9-4aac-a001-ab6efb925f87 {
  padding-top: 5%;
text-align: center;
}







  #s-ec16384b-2da9-4aac-a001-ab6efb925f87 img.shogun-image {
    

    
    
    
  }


#s-ec16384b-2da9-4aac-a001-ab6efb925f87 .shogun-image-content {
  
    align-items: center;
  
}

#s-e0b5f98a-f718-4159-804b-23e6ac5ff542 {
  padding-top: 0px;
padding-bottom: 0px;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-e0b5f98a-f718-4159-804b-23e6ac5ff542 {
  display: none;
}
#s-e0b5f98a-f718-4159-804b-23e6ac5ff542, #wrap-s-e0b5f98a-f718-4159-804b-23e6ac5ff542 { display: none !important; }}@media (max-width: 767px){#s-e0b5f98a-f718-4159-804b-23e6ac5ff542 {
  display: none;
}
#s-e0b5f98a-f718-4159-804b-23e6ac5ff542, #wrap-s-e0b5f98a-f718-4159-804b-23e6ac5ff542 { display: none !important; }}







#s-e0b5f98a-f718-4159-804b-23e6ac5ff542 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e0b5f98a-f718-4159-804b-23e6ac5ff542.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7c2e4535-5dec-4d1f-837e-67afc10b59bf {
  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-7c2e4535-5dec-4d1f-837e-67afc10b59bf {
  display: none;
}
#s-7c2e4535-5dec-4d1f-837e-67afc10b59bf, #wrap-s-7c2e4535-5dec-4d1f-837e-67afc10b59bf { display: none !important; }}@media (max-width: 767px){#s-7c2e4535-5dec-4d1f-837e-67afc10b59bf {
  display: none;
}
#s-7c2e4535-5dec-4d1f-837e-67afc10b59bf, #wrap-s-7c2e4535-5dec-4d1f-837e-67afc10b59bf { display: none !important; }}
@media (min-width: 0px) {
[id="s-7c2e4535-5dec-4d1f-837e-67afc10b59bf"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7c2e4535-5dec-4d1f-837e-67afc10b59bf"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-7c2e4535-5dec-4d1f-837e-67afc10b59bf"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-7c2e4535-5dec-4d1f-837e-67afc10b59bf"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-61422c38-8aba-4f44-8d9b-278ddbc9c00a {
  min-height: 50px;
}








#s-61422c38-8aba-4f44-8d9b-278ddbc9c00a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-61422c38-8aba-4f44-8d9b-278ddbc9c00a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e518e319-1923-4a49-892a-2f1ac70d77c3 {
  margin-top: 15%;
padding-top: 10px;
padding-left: 5%;
padding-bottom: 3%;
padding-right: 5%;
text-align: left;
}
@media (max-width: 767px){#s-e518e319-1923-4a49-892a-2f1ac70d77c3 {
  margin-top: 15%;
padding-top: 10px;
padding-left: 5%;
padding-bottom: 3%;
padding-right: 5%;
text-align: center;
}
}
#s-e518e319-1923-4a49-892a-2f1ac70d77c3 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 50px;
  
  
  text-align: left;
}


@media (max-width: 767px){#s-e518e319-1923-4a49-892a-2f1ac70d77c3 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 50px;
  
  
  text-align: center;
}


}
#s-9a3c23c7-68d0-41f0-aab5-bcabd2b382c0 {
  padding-left: 5%;
padding-right: 5%;
}
@media (min-width: 1200px){#s-9a3c23c7-68d0-41f0-aab5-bcabd2b382c0 {
  display: none;
}
#s-9a3c23c7-68d0-41f0-aab5-bcabd2b382c0, #wrap-s-9a3c23c7-68d0-41f0-aab5-bcabd2b382c0 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9a3c23c7-68d0-41f0-aab5-bcabd2b382c0 {
  display: none;
}
#s-9a3c23c7-68d0-41f0-aab5-bcabd2b382c0, #wrap-s-9a3c23c7-68d0-41f0-aab5-bcabd2b382c0 { display: none !important; }}
#s-51382b17-9dbb-44cb-9594-53f2c204a761 {
  padding-left: 5%;
padding-right: 5%;
}
@media (min-width: 768px) and (max-width: 991px){#s-51382b17-9dbb-44cb-9594-53f2c204a761 {
  display: none;
}
#s-51382b17-9dbb-44cb-9594-53f2c204a761, #wrap-s-51382b17-9dbb-44cb-9594-53f2c204a761 { display: none !important; }}@media (max-width: 767px){#s-51382b17-9dbb-44cb-9594-53f2c204a761 {
  display: none;
}
#s-51382b17-9dbb-44cb-9594-53f2c204a761, #wrap-s-51382b17-9dbb-44cb-9594-53f2c204a761 { display: none !important; }}
#s-4b7e6904-83ca-422a-8f86-9ec9557bc514 {
  padding-top: 5%;
text-align: center;
}







  #s-4b7e6904-83ca-422a-8f86-9ec9557bc514 img.shogun-image {
    

    
    
    
  }


#s-4b7e6904-83ca-422a-8f86-9ec9557bc514 .shogun-image-content {
  
    align-items: center;
  
}

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

}

@media (min-width: 768px) {
[id="s-831b0f64-2459-4f3b-a774-fc424387e3e9"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-831b0f64-2459-4f3b-a774-fc424387e3e9"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-831b0f64-2459-4f3b-a774-fc424387e3e9"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-9d546c0e-5542-4615-b8f1-fda0d65af61a {
  min-height: 50px;
}








#s-9d546c0e-5542-4615-b8f1-fda0d65af61a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9d546c0e-5542-4615-b8f1-fda0d65af61a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7336805d-4c16-4464-aea1-ba461cb8ff20 {
  margin-top: 15%;
padding-top: 10px;
padding-left: 5%;
padding-bottom: 3%;
padding-right: 5%;
text-align: left;
}
@media (max-width: 767px){#s-7336805d-4c16-4464-aea1-ba461cb8ff20 {
  margin-top: 15%;
padding-top: 10px;
padding-left: 5%;
padding-bottom: 3%;
padding-right: 5%;
text-align: center;
}
}
#s-7336805d-4c16-4464-aea1-ba461cb8ff20 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 50px;
  
  
  text-align: left;
}


@media (max-width: 767px){#s-7336805d-4c16-4464-aea1-ba461cb8ff20 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 50px;
  
  
  text-align: center;
}


}
#s-dd5fcd9c-0477-4350-8307-d8f033814a25 {
  padding-left: 5%;
padding-right: 5%;
}
@media (min-width: 1200px){#s-dd5fcd9c-0477-4350-8307-d8f033814a25 {
  display: none;
}
#s-dd5fcd9c-0477-4350-8307-d8f033814a25, #wrap-s-dd5fcd9c-0477-4350-8307-d8f033814a25 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-dd5fcd9c-0477-4350-8307-d8f033814a25 {
  display: none;
}
#s-dd5fcd9c-0477-4350-8307-d8f033814a25, #wrap-s-dd5fcd9c-0477-4350-8307-d8f033814a25 { display: none !important; }}
#s-4d5de075-2cfb-495d-a328-c92a86a9ea7d {
  padding-left: 5%;
padding-right: 5%;
}
@media (min-width: 768px) and (max-width: 991px){#s-4d5de075-2cfb-495d-a328-c92a86a9ea7d {
  display: none;
}
#s-4d5de075-2cfb-495d-a328-c92a86a9ea7d, #wrap-s-4d5de075-2cfb-495d-a328-c92a86a9ea7d { display: none !important; }}@media (max-width: 767px){#s-4d5de075-2cfb-495d-a328-c92a86a9ea7d {
  display: none;
}
#s-4d5de075-2cfb-495d-a328-c92a86a9ea7d, #wrap-s-4d5de075-2cfb-495d-a328-c92a86a9ea7d { display: none !important; }}
#s-ac9afa0c-82e7-4406-b40a-7d3b114637f5 {
  padding-top: 5%;
text-align: center;
}







  #s-ac9afa0c-82e7-4406-b40a-7d3b114637f5 img.shogun-image {
    

    
    
    
  }


#s-ac9afa0c-82e7-4406-b40a-7d3b114637f5 .shogun-image-content {
  
    align-items: center;
  
}

#s-6c69eb3d-497e-4ec2-ba73-7d0749d73136 {
  padding-bottom: 3%;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-6c69eb3d-497e-4ec2-ba73-7d0749d73136 {
  display: none;
}
#s-6c69eb3d-497e-4ec2-ba73-7d0749d73136, #wrap-s-6c69eb3d-497e-4ec2-ba73-7d0749d73136 { display: none !important; }}@media (max-width: 767px){#s-6c69eb3d-497e-4ec2-ba73-7d0749d73136 {
  display: none;
}
#s-6c69eb3d-497e-4ec2-ba73-7d0749d73136, #wrap-s-6c69eb3d-497e-4ec2-ba73-7d0749d73136 { display: none !important; }}







#s-6c69eb3d-497e-4ec2-ba73-7d0749d73136 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6c69eb3d-497e-4ec2-ba73-7d0749d73136.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c415ee03-44c2-42f8-89c8-c2d529783898 {
  padding-left: 10%;
padding-right: 10%;
}

@media (min-width: 0px) {
[id="s-c415ee03-44c2-42f8-89c8-c2d529783898"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c415ee03-44c2-42f8-89c8-c2d529783898"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 66.66666666666667px);
}

}

@media (min-width: 992px) {
[id="s-c415ee03-44c2-42f8-89c8-c2d529783898"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 66.66666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-c415ee03-44c2-42f8-89c8-c2d529783898"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 66.66666666666667px);
}

}

#s-07bfb437-47a1-4924-87c9-f912e4ab6369 {
  text-align: center;
}







  #s-07bfb437-47a1-4924-87c9-f912e4ab6369 img.shogun-image {
    

    
    
    
  }


#s-07bfb437-47a1-4924-87c9-f912e4ab6369 .shogun-image-content {
  
    align-items: center;
  
}

#s-589fbaa2-e76a-4942-935b-3886ddd728e1 {
  padding-top: 3%;
padding-bottom: 3%;
}

#s-f8259de3-4def-4e2b-8b8d-ed0be790f6d8 {
  padding-top: 5%;
text-align: center;
}







  #s-f8259de3-4def-4e2b-8b8d-ed0be790f6d8 img.shogun-image {
    

    
    
    
  }


#s-f8259de3-4def-4e2b-8b8d-ed0be790f6d8 .shogun-image-content {
  
    align-items: center;
  
}

#s-b97424de-37b5-45e4-85a1-3bb000349fc5 {
  padding-top: 3%;
padding-bottom: 3%;
}

#s-e3e67f50-5d8c-4440-b83a-b41fb7c515d6 {
  padding-top: 5%;
text-align: center;
}







  #s-e3e67f50-5d8c-4440-b83a-b41fb7c515d6 img.shogun-image {
    

    
    
    
  }


#s-e3e67f50-5d8c-4440-b83a-b41fb7c515d6 .shogun-image-content {
  
    align-items: center;
  
}

#s-f2f4cb9a-d24e-4f49-a3c2-13e2f7499a33 {
  padding-top: 3%;
padding-bottom: 3%;
}

#s-e77c7c6d-4297-4595-9498-8cdd6b095b84 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-e77c7c6d-4297-4595-9498-8cdd6b095b84 {
  display: none;
}
#s-e77c7c6d-4297-4595-9498-8cdd6b095b84, #wrap-s-e77c7c6d-4297-4595-9498-8cdd6b095b84 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e77c7c6d-4297-4595-9498-8cdd6b095b84 {
  display: none;
}
#s-e77c7c6d-4297-4595-9498-8cdd6b095b84, #wrap-s-e77c7c6d-4297-4595-9498-8cdd6b095b84 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-e77c7c6d-4297-4595-9498-8cdd6b095b84 {
  
}
}@media (max-width: 767px){#s-e77c7c6d-4297-4595-9498-8cdd6b095b84 {
  
}
}







#s-e77c7c6d-4297-4595-9498-8cdd6b095b84 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e77c7c6d-4297-4595-9498-8cdd6b095b84.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ed0b6fa4-bb80-4cdf-a8c4-7b7a037403ce {
  margin-top: 15%;
padding-top: 10px;
padding-left: 5%;
padding-bottom: 3%;
padding-right: 5%;
text-align: center;
}

#s-ed0b6fa4-bb80-4cdf-a8c4-7b7a037403ce .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 50px;
  
  
  text-align: center;
}



#s-d197ab0f-b371-4101-95a4-aa765767af8c {
  padding-left: 7%;
padding-bottom: 1%;
padding-right: 7%;
}
@media (min-width: 1200px){#s-d197ab0f-b371-4101-95a4-aa765767af8c {
  display: none;
}
#s-d197ab0f-b371-4101-95a4-aa765767af8c, #wrap-s-d197ab0f-b371-4101-95a4-aa765767af8c { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d197ab0f-b371-4101-95a4-aa765767af8c {
  display: none;
}
#s-d197ab0f-b371-4101-95a4-aa765767af8c, #wrap-s-d197ab0f-b371-4101-95a4-aa765767af8c { display: none !important; }}
#s-89e65bf2-9cee-4faf-9adb-01449be5c766 {
  padding-top: 5%;
padding-left: 5%;
padding-bottom: 10%;
padding-right: 5%;
text-align: center;
}







  #s-89e65bf2-9cee-4faf-9adb-01449be5c766 img.shogun-image {
    

    
    
    
  }


#s-89e65bf2-9cee-4faf-9adb-01449be5c766 .shogun-image-content {
  
    align-items: center;
  
}

#s-0442dc7c-c5ab-4277-986f-71d17643f388 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-0442dc7c-c5ab-4277-986f-71d17643f388 {
  display: none;
}
#s-0442dc7c-c5ab-4277-986f-71d17643f388, #wrap-s-0442dc7c-c5ab-4277-986f-71d17643f388 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0442dc7c-c5ab-4277-986f-71d17643f388 {
  display: none;
}
#s-0442dc7c-c5ab-4277-986f-71d17643f388, #wrap-s-0442dc7c-c5ab-4277-986f-71d17643f388 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-0442dc7c-c5ab-4277-986f-71d17643f388 {
  
}
}@media (max-width: 767px){#s-0442dc7c-c5ab-4277-986f-71d17643f388 {
  
}
}







#s-0442dc7c-c5ab-4277-986f-71d17643f388 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0442dc7c-c5ab-4277-986f-71d17643f388.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a5f1fee7-f29d-4fbf-a715-96fd2592ab95 {
  margin-top: 15%;
padding-top: 10px;
padding-left: 5%;
padding-bottom: 3%;
padding-right: 5%;
text-align: center;
}

#s-a5f1fee7-f29d-4fbf-a715-96fd2592ab95 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 50px;
  
  
  text-align: center;
}



#s-73a656fa-6fd1-4ba3-961a-808efff9ac10 {
  padding-left: 7%;
padding-bottom: 1%;
padding-right: 7%;
}
@media (min-width: 1200px){#s-73a656fa-6fd1-4ba3-961a-808efff9ac10 {
  display: none;
}
#s-73a656fa-6fd1-4ba3-961a-808efff9ac10, #wrap-s-73a656fa-6fd1-4ba3-961a-808efff9ac10 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-73a656fa-6fd1-4ba3-961a-808efff9ac10 {
  display: none;
}
#s-73a656fa-6fd1-4ba3-961a-808efff9ac10, #wrap-s-73a656fa-6fd1-4ba3-961a-808efff9ac10 { display: none !important; }}
#s-8c41e819-151e-4530-bb12-0bb161700d77 {
  padding-top: 5%;
padding-left: 5%;
padding-bottom: 10%;
padding-right: 5%;
text-align: center;
}







  #s-8c41e819-151e-4530-bb12-0bb161700d77 img.shogun-image {
    

    
    
    
  }


#s-8c41e819-151e-4530-bb12-0bb161700d77 .shogun-image-content {
  
    align-items: center;
  
}

#s-02fe5b47-0af7-4ebb-91a1-4cd9299198ad {
  padding-top: 15px;
padding-left: 30%;
padding-right: 30%;
min-height: 50px;
}
@media (min-width: 1200px){#s-02fe5b47-0af7-4ebb-91a1-4cd9299198ad {
  display: none;
}
#s-02fe5b47-0af7-4ebb-91a1-4cd9299198ad, #wrap-s-02fe5b47-0af7-4ebb-91a1-4cd9299198ad { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-02fe5b47-0af7-4ebb-91a1-4cd9299198ad {
  display: none;
}
#s-02fe5b47-0af7-4ebb-91a1-4cd9299198ad, #wrap-s-02fe5b47-0af7-4ebb-91a1-4cd9299198ad { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-02fe5b47-0af7-4ebb-91a1-4cd9299198ad {
  
}
}







#s-02fe5b47-0af7-4ebb-91a1-4cd9299198ad > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-02fe5b47-0af7-4ebb-91a1-4cd9299198ad.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5df75f2e-49e2-495d-b63b-adf8290fb75d {
  text-align: center;
}







  #s-5df75f2e-49e2-495d-b63b-adf8290fb75d img.shogun-image {
    

    
    
    
  }


#s-5df75f2e-49e2-495d-b63b-adf8290fb75d .shogun-image-content {
  
    align-items: center;
  
}

#s-c2ed3c40-ba9d-4c49-b107-658f69cee1ce {
  padding-top: 3%;
padding-bottom: 3%;
}

#s-fc0d6241-8544-4825-a1ad-e2966f16316c {
  text-align: center;
}







  #s-fc0d6241-8544-4825-a1ad-e2966f16316c img.shogun-image {
    

    
    
    
  }


#s-fc0d6241-8544-4825-a1ad-e2966f16316c .shogun-image-content {
  
    align-items: center;
  
}

#s-7b7a44d9-9f69-4173-a97e-1fa54598fefa {
  padding-top: 3%;
padding-bottom: 3%;
}

#s-e4a18d87-be9e-4fdf-a5ce-90615f3fecd0 {
  padding-top: 5%;
text-align: center;
}







  #s-e4a18d87-be9e-4fdf-a5ce-90615f3fecd0 img.shogun-image {
    

    
    
    
  }


#s-e4a18d87-be9e-4fdf-a5ce-90615f3fecd0 .shogun-image-content {
  
    align-items: center;
  
}

#s-5a44760e-8974-43bc-9096-3950eb5befb5 {
  padding-top: 3%;
padding-bottom: 3%;
}

#s-83c11939-78ed-43d6-b4a7-ca54999e4f53 {
  min-height: 50px;
}








#s-83c11939-78ed-43d6-b4a7-ca54999e4f53 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-83c11939-78ed-43d6-b4a7-ca54999e4f53.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ef45d9f8-ba06-46da-92ef-7e6cb0cb4159 {
  padding-top: 5%;
padding-left: 3%;
padding-bottom: 30px;
padding-right: 3%;
text-align: center;
}

#s-ef45d9f8-ba06-46da-92ef-7e6cb0cb4159 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 40px;
  
  
  
}



#s-1809a6f1-6989-4a8f-82cb-eb67587724e3 {
  padding-top: 5px;
padding-left: 28%;
padding-bottom: 5px;
padding-right: 28%;
}
@media (min-width: 768px) and (max-width: 991px){#s-1809a6f1-6989-4a8f-82cb-eb67587724e3 {
  display: none;
}
#s-1809a6f1-6989-4a8f-82cb-eb67587724e3, #wrap-s-1809a6f1-6989-4a8f-82cb-eb67587724e3 { display: none !important; }}@media (max-width: 767px){#s-1809a6f1-6989-4a8f-82cb-eb67587724e3 {
  display: none;
}
#s-1809a6f1-6989-4a8f-82cb-eb67587724e3, #wrap-s-1809a6f1-6989-4a8f-82cb-eb67587724e3 { display: none !important; }}
#s-dca9ca20-17a1-4a61-ab95-ae2cc471391f {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-dca9ca20-17a1-4a61-ab95-ae2cc471391f {
  display: none;
}
#s-dca9ca20-17a1-4a61-ab95-ae2cc471391f, #wrap-s-dca9ca20-17a1-4a61-ab95-ae2cc471391f { display: none !important; }}@media (max-width: 767px){#s-dca9ca20-17a1-4a61-ab95-ae2cc471391f {
  display: none;
}
#s-dca9ca20-17a1-4a61-ab95-ae2cc471391f, #wrap-s-dca9ca20-17a1-4a61-ab95-ae2cc471391f { display: none !important; }}







#s-dca9ca20-17a1-4a61-ab95-ae2cc471391f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-dca9ca20-17a1-4a61-ab95-ae2cc471391f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e8e0a776-782a-4af1-8700-53d8a5b60997 {
  padding-left: 5%;
padding-right: 5%;
text-align: center;
}







  #s-e8e0a776-782a-4af1-8700-53d8a5b60997 img.shogun-image {
    

    
    
    
  }


#s-e8e0a776-782a-4af1-8700-53d8a5b60997 .shogun-image-content {
  
    align-items: center;
  
}

#s-2af1bb39-aa4f-4794-b9ee-48e4f2efb91b {
  padding-top: 5px;
padding-left: 11%;
padding-bottom: 5px;
padding-right: 11%;
}
@media (min-width: 1200px){#s-2af1bb39-aa4f-4794-b9ee-48e4f2efb91b {
  display: none;
}
#s-2af1bb39-aa4f-4794-b9ee-48e4f2efb91b, #wrap-s-2af1bb39-aa4f-4794-b9ee-48e4f2efb91b { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-2af1bb39-aa4f-4794-b9ee-48e4f2efb91b {
  display: none;
}
#s-2af1bb39-aa4f-4794-b9ee-48e4f2efb91b, #wrap-s-2af1bb39-aa4f-4794-b9ee-48e4f2efb91b { display: none !important; }}
#s-72acd1f8-5fe3-4784-98a1-3ed3bbe202bc {
  padding-left: 10%;
padding-bottom: 5%;
padding-right: 10%;
}
@media (min-width: 1200px){#s-72acd1f8-5fe3-4784-98a1-3ed3bbe202bc {
  display: none;
}
#s-72acd1f8-5fe3-4784-98a1-3ed3bbe202bc, #wrap-s-72acd1f8-5fe3-4784-98a1-3ed3bbe202bc { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-72acd1f8-5fe3-4784-98a1-3ed3bbe202bc {
  display: none;
}
#s-72acd1f8-5fe3-4784-98a1-3ed3bbe202bc, #wrap-s-72acd1f8-5fe3-4784-98a1-3ed3bbe202bc { display: none !important; }}
@media (min-width: 0px) {
[id="s-72acd1f8-5fe3-4784-98a1-3ed3bbe202bc"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-72acd1f8-5fe3-4784-98a1-3ed3bbe202bc"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-72acd1f8-5fe3-4784-98a1-3ed3bbe202bc"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-72acd1f8-5fe3-4784-98a1-3ed3bbe202bc"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-f894f621-0feb-467e-964b-a8eb43f8ada4 {
  padding-top: 4%;
padding-bottom: 4%;
text-align: center;
}







  #s-f894f621-0feb-467e-964b-a8eb43f8ada4 img.shogun-image {
    

    
    
    
  }


#s-f894f621-0feb-467e-964b-a8eb43f8ada4 .shogun-image-content {
  
    align-items: center;
  
}

#s-9485459b-bbdf-48aa-85b4-91a28b843b39 {
  text-align: center;
}







  #s-9485459b-bbdf-48aa-85b4-91a28b843b39 img.shogun-image {
    

    
    
    
  }


#s-9485459b-bbdf-48aa-85b4-91a28b843b39 .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}
