.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-78346dc9-f5b2-471e-930b-6dfd573066ba {
  min-height: 50px;
}








#s-78346dc9-f5b2-471e-930b-6dfd573066ba > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-78346dc9-f5b2-471e-930b-6dfd573066ba.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c4eb9129-0bbc-4502-9d54-79d28dcc0c6b {
  min-height: 50px;
}








#s-c4eb9129-0bbc-4502-9d54-79d28dcc0c6b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c4eb9129-0bbc-4502-9d54-79d28dcc0c6b.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-ff3acb8c-03c0-4753-91a9-4924fadcc879 {
  margin-top: 15px;
margin-bottom: 15px;
text-align: center;
}







  #s-ff3acb8c-03c0-4753-91a9-4924fadcc879 img.shogun-image {
    

    
    
    
  }


#s-ff3acb8c-03c0-4753-91a9-4924fadcc879 .shogun-image-content {
  
    align-items: 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-23398ef1-df09-4a36-9b0f-f58d31d60113 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-23398ef1-df09-4a36-9b0f-f58d31d60113 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 72px;
  
  
  
}



#s-31787a22-39e4-46e2-8ca7-af14ecaa87f0 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-31787a22-39e4-46e2-8ca7-af14ecaa87f0 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



.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-01a50152-8cec-4639-a314-2699a0df7904 {
  margin-top: 15px;
margin-left: -15%;
margin-bottom: 15px;
margin-right: -15%;
}

#s-15e879b5-91f3-4193-8cf4-c1503ccd7227 {
  min-height: 50px;
}








#s-15e879b5-91f3-4193-8cf4-c1503ccd7227 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-15e879b5-91f3-4193-8cf4-c1503ccd7227.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: 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-cb7b4a85-4be7-4eaa-9752-ac01df99d539 {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-cb7b4a85-4be7-4eaa-9752-ac01df99d539"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-cb7b4a85-4be7-4eaa-9752-ac01df99d539"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-cb7b4a85-4be7-4eaa-9752-ac01df99d539"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-cb7b4a85-4be7-4eaa-9752-ac01df99d539"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-2f149f9b-8573-4d61-b711-6e0035ea989e {
  text-align: center;
}







  #s-2f149f9b-8573-4d61-b711-6e0035ea989e img.shogun-image {
    

    
    
    
  }


#s-2f149f9b-8573-4d61-b711-6e0035ea989e .shogun-image-content {
  
    align-items: center;
  
}

#s-8e434c5f-ba3c-4404-bad3-d0a5180ef6ae {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8e434c5f-ba3c-4404-bad3-d0a5180ef6ae .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-73ee5bc4-af8e-4139-9138-cb8b2b6f559c {
  margin-left: 33px;
margin-right: 33px;
}

#s-39fe81f9-1330-4759-8c58-ce91ee5b676f {
  min-height: 50px;
}








#s-39fe81f9-1330-4759-8c58-ce91ee5b676f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-39fe81f9-1330-4759-8c58-ce91ee5b676f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-99068234-e8ea-4a89-aabd-ca21a32037f6 {
  text-align: center;
}







  #s-99068234-e8ea-4a89-aabd-ca21a32037f6 img.shogun-image {
    

    
    
    
  }


#s-99068234-e8ea-4a89-aabd-ca21a32037f6 .shogun-image-content {
  
    align-items: center;
  
}

.shg-hr-wrapper {
  padding: 30px 0;
}

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

#s-ee9e2212-7aad-499e-a0b7-7f2a7bc13272 hr {
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-053d474d-e191-4fec-a267-969b5bd6d348 {
  min-height: 50px;
}








#s-053d474d-e191-4fec-a267-969b5bd6d348 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-053d474d-e191-4fec-a267-969b5bd6d348.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c29c6cf0-833b-4585-8c5a-b64dad3af6f4 {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-c29c6cf0-833b-4585-8c5a-b64dad3af6f4"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c29c6cf0-833b-4585-8c5a-b64dad3af6f4"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-c29c6cf0-833b-4585-8c5a-b64dad3af6f4"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-c29c6cf0-833b-4585-8c5a-b64dad3af6f4"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-8a669d9c-38f8-4944-bb8f-db1da8b3a196 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8a669d9c-38f8-4944-bb8f-db1da8b3a196 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-87a6da7b-b515-4469-990b-bdaa60418e1d {
  margin-left: 33px;
margin-right: 33px;
}

#s-04cc744a-4cae-4696-ab8e-0baf9dbb4e24 {
  text-align: center;
}







  #s-04cc744a-4cae-4696-ab8e-0baf9dbb4e24 img.shogun-image {
    

    
    
    
  }


#s-04cc744a-4cae-4696-ab8e-0baf9dbb4e24 .shogun-image-content {
  
    align-items: center;
  
}

#s-bfe66e9f-b203-4613-b381-7e8e2dc5b6f6 {
  min-height: 50px;
}








#s-bfe66e9f-b203-4613-b381-7e8e2dc5b6f6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bfe66e9f-b203-4613-b381-7e8e2dc5b6f6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-723f72f4-ad8c-4b72-81bb-d930702bf628 {
  text-align: center;
}







  #s-723f72f4-ad8c-4b72-81bb-d930702bf628 img.shogun-image {
    

    
    
    
  }


#s-723f72f4-ad8c-4b72-81bb-d930702bf628 .shogun-image-content {
  
    align-items: center;
  
}

#s-7a2e78a0-b7bb-4fe3-a4e3-d2f6e2cb017d hr {
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-4def3169-7a74-4c15-82aa-41ae0ae850fd {
  min-height: 50px;
}








#s-4def3169-7a74-4c15-82aa-41ae0ae850fd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4def3169-7a74-4c15-82aa-41ae0ae850fd.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e5cb6b12-b21e-4fe4-8ede-18cb18b3f6e1 {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-e5cb6b12-b21e-4fe4-8ede-18cb18b3f6e1"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e5cb6b12-b21e-4fe4-8ede-18cb18b3f6e1"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-e5cb6b12-b21e-4fe4-8ede-18cb18b3f6e1"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-e5cb6b12-b21e-4fe4-8ede-18cb18b3f6e1"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-97247591-b279-4434-8335-fbb5b8f22e66 {
  text-align: center;
}







  #s-97247591-b279-4434-8335-fbb5b8f22e66 img.shogun-image {
    

    
    
    
  }


#s-97247591-b279-4434-8335-fbb5b8f22e66 .shogun-image-content {
  
    align-items: center;
  
}

#s-0bbbf4bd-408b-4537-b406-b4e86f510495 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0bbbf4bd-408b-4537-b406-b4e86f510495 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-3d1f23a6-365b-429c-ac71-2a37b761a6ac {
  min-height: 50px;
}








#s-3d1f23a6-365b-429c-ac71-2a37b761a6ac > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3d1f23a6-365b-429c-ac71-2a37b761a6ac.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5b3dad70-6b11-45b0-8507-ae2c751f9665 {
  text-align: center;
}







  #s-5b3dad70-6b11-45b0-8507-ae2c751f9665 img.shogun-image {
    

    
    
    
  }


#s-5b3dad70-6b11-45b0-8507-ae2c751f9665 .shogun-image-content {
  
    align-items: center;
  
}

#s-ebc73d9b-0300-493d-a14e-942e39b2a427 hr {
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-19ad8a37-198c-4687-be94-9fcbfa3b6a5e {
  margin-top: 15px;
margin-bottom: 15px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-19ad8a37-198c-4687-be94-9fcbfa3b6a5e .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-06becf5b-3d82-4680-afad-f6deec72b75c {
  min-height: 50px;
}








#s-06becf5b-3d82-4680-afad-f6deec72b75c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-06becf5b-3d82-4680-afad-f6deec72b75c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-1841fa31-483e-450a-ab1f-366ca410fcb0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1841fa31-483e-450a-ab1f-366ca410fcb0"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-1841fa31-483e-450a-ab1f-366ca410fcb0"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-1841fa31-483e-450a-ab1f-366ca410fcb0"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-8e4bb60e-3fe7-434e-8fe6-089b359b4f14 {
  text-align: center;
}







  #s-8e4bb60e-3fe7-434e-8fe6-089b359b4f14 img.shogun-image {
    

    
    
    
  }


#s-8e4bb60e-3fe7-434e-8fe6-089b359b4f14 .shogun-image-content {
  
    align-items: center;
  
}

#s-4e844451-9cdb-4020-b6a1-1f8fd00c44c2 {
  text-align: center;
}







  #s-4e844451-9cdb-4020-b6a1-1f8fd00c44c2 img.shogun-image {
    

    
    
    
  }


#s-4e844451-9cdb-4020-b6a1-1f8fd00c44c2 .shogun-image-content {
  
    align-items: center;
  
}

#s-291e61da-0760-4e4b-a100-7d48dafc5275 {
  text-align: center;
}







  #s-291e61da-0760-4e4b-a100-7d48dafc5275 img.shogun-image {
    

    
    
    
  }


#s-291e61da-0760-4e4b-a100-7d48dafc5275 .shogun-image-content {
  
    align-items: center;
  
}

.shg-sld-content {
  width: 100%;
  position: relative;
  z-index: 1;
}

.shg-sld-slides {
  word-break: break-word;
  position: relative;
}

.shg-sld-slides-padded {
  padding: 0 35px;
}

.shg-sld-nav-button {
  cursor: pointer;
  position: absolute;
  z-index: 10;
  top: 0;
  width: 35px;
  min-height: 35px;
  height: 100%;

  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.shg-sld-nav-button > svg {
  height: 100%;
  width: 100%;
}

.shg-sld-nav-button.shg-sld-left {
  left: 0;
}

.shg-sld-nav-button.shg-sld-left-over-content {
  left: 2%;
}

.shg-sld-nav-button.shg-sld-right {
  right: 0;
}

.shg-sld-nav-button.shg-sld-right-over-content {
  right: 2%;
}

.shg-sld-nav-button.shg-sld-disabled {
  cursor: default;
  opacity: 0.2;
}

.shg-sld-item {
  display: none;
}

.shg-sld-item.shg-sld-active {
  display: block;
}

.shg-sld-dots {
  margin-top: 10px;
  text-align: center;
  z-index: 1;
  position: relative;
}

.shg-sld-dots-on-top {
  margin-top: -30px !important;
}

.shg-sld-dot {
  cursor: pointer;
  display: inline-block !important;
  height: 14px;
  width: 14px;
  border-radius: 100%;
  margin-left: 5px;
  opacity: 0.5;
}

.shg-sld-dot:first-child {
  margin-left: 0px;
}

.shg-sld-dot.shg-sld-active {
  opacity: 1;
}

@keyframes shg-sld-fade {
  from {
    opacity: 0.4;
  }

  to {
    opacity: 1;
  }
}

#s-0d377e19-dc9c-40c5-9503-d9b06db77ad6 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-0d377e19-dc9c-40c5-9503-d9b06db77ad6 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-0d377e19-dc9c-40c5-9503-d9b06db77ad6 .shg-sld-nav-button.shg-sld-left,
#s-0d377e19-dc9c-40c5-9503-d9b06db77ad6 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-cb03a982-59af-4e06-be29-a4ff67cda04e {
  text-align: center;
}







  #s-cb03a982-59af-4e06-be29-a4ff67cda04e img.shogun-image {
    

    
    
    
  }


#s-cb03a982-59af-4e06-be29-a4ff67cda04e .shogun-image-content {
  
    align-items: center;
  
}

#s-91a8769f-4082-4bdd-9d7e-8c5c2f2db62c {
  text-align: center;
}







  #s-91a8769f-4082-4bdd-9d7e-8c5c2f2db62c img.shogun-image {
    

    
    
    
  }


#s-91a8769f-4082-4bdd-9d7e-8c5c2f2db62c .shogun-image-content {
  
    align-items: center;
  
}

#s-df0c66f8-0065-41d7-9231-50c82fb9fabd {
  text-align: center;
}







  #s-df0c66f8-0065-41d7-9231-50c82fb9fabd img.shogun-image {
    

    
    
    
  }


#s-df0c66f8-0065-41d7-9231-50c82fb9fabd .shogun-image-content {
  
    align-items: center;
  
}

#s-a7913515-d88d-4248-bf55-afdd118072fc {
  text-align: center;
}







  #s-a7913515-d88d-4248-bf55-afdd118072fc img.shogun-image {
    

    
    
    
  }


#s-a7913515-d88d-4248-bf55-afdd118072fc .shogun-image-content {
  
    align-items: center;
  
}

#s-e888eeb5-6c34-424c-aaf8-8a55e04b8fbe {
  text-align: center;
}







  #s-e888eeb5-6c34-424c-aaf8-8a55e04b8fbe img.shogun-image {
    

    
    
    
  }


#s-e888eeb5-6c34-424c-aaf8-8a55e04b8fbe .shogun-image-content {
  
    align-items: center;
  
}

#s-ad379853-4234-4c23-b844-4b04432aeb44 {
  text-align: center;
}







  #s-ad379853-4234-4c23-b844-4b04432aeb44 img.shogun-image {
    

    
    
    
  }


#s-ad379853-4234-4c23-b844-4b04432aeb44 .shogun-image-content {
  
    align-items: center;
  
}

#s-07b87894-d61a-41c4-ac05-122120c02f79 {
  text-align: center;
}







  #s-07b87894-d61a-41c4-ac05-122120c02f79 img.shogun-image {
    

    
    
    
  }


#s-07b87894-d61a-41c4-ac05-122120c02f79 .shogun-image-content {
  
    align-items: center;
  
}

#s-4659c74e-4976-46a3-8314-3a6e67688ced {
  text-align: center;
}







  #s-4659c74e-4976-46a3-8314-3a6e67688ced img.shogun-image {
    

    
    
    
  }


#s-4659c74e-4976-46a3-8314-3a6e67688ced .shogun-image-content {
  
    align-items: center;
  
}

#s-302036e9-923e-47fd-86ec-335b1ddea551 {
  text-align: center;
}







  #s-302036e9-923e-47fd-86ec-335b1ddea551 img.shogun-image {
    

    
    
    
  }


#s-302036e9-923e-47fd-86ec-335b1ddea551 .shogun-image-content {
  
    align-items: center;
  
}

#s-72691de1-d4ca-427a-b716-dbd87f080d32 {
  text-align: center;
}







  #s-72691de1-d4ca-427a-b716-dbd87f080d32 img.shogun-image {
    

    
    
    
  }


#s-72691de1-d4ca-427a-b716-dbd87f080d32 .shogun-image-content {
  
    align-items: center;
  
}

#s-8bd05b16-e49f-487f-b57c-3f25214898e0 {
  text-align: center;
}







  #s-8bd05b16-e49f-487f-b57c-3f25214898e0 img.shogun-image {
    

    
    
    
  }


#s-8bd05b16-e49f-487f-b57c-3f25214898e0 .shogun-image-content {
  
    align-items: center;
  
}

#s-a61dde7e-7e9d-4bc0-a76d-12b204654555 {
  text-align: center;
}







  #s-a61dde7e-7e9d-4bc0-a76d-12b204654555 img.shogun-image {
    

    
    
    
  }


#s-a61dde7e-7e9d-4bc0-a76d-12b204654555 .shogun-image-content {
  
    align-items: center;
  
}

#s-5a59cea5-365a-4194-98d6-366eb1f842a4 {
  text-align: center;
}







  #s-5a59cea5-365a-4194-98d6-366eb1f842a4 img.shogun-image {
    

    
    
    
  }


#s-5a59cea5-365a-4194-98d6-366eb1f842a4 .shogun-image-content {
  
    align-items: center;
  
}

#s-6b02c34f-d273-4cf4-b2e9-b7b9a33fa1d2 {
  text-align: center;
}







  #s-6b02c34f-d273-4cf4-b2e9-b7b9a33fa1d2 img.shogun-image {
    

    
    
    
  }


#s-6b02c34f-d273-4cf4-b2e9-b7b9a33fa1d2 .shogun-image-content {
  
    align-items: center;
  
}

#s-4fe64c9d-ff24-4cd8-80b0-acb96871c67a {
  text-align: center;
}







  #s-4fe64c9d-ff24-4cd8-80b0-acb96871c67a img.shogun-image {
    

    
    
    
  }


#s-4fe64c9d-ff24-4cd8-80b0-acb96871c67a .shogun-image-content {
  
    align-items: center;
  
}

#s-dfd25450-4fac-414d-bdd6-cd6337e7c6c8 {
  text-align: center;
}







  #s-dfd25450-4fac-414d-bdd6-cd6337e7c6c8 img.shogun-image {
    

    
    
    
  }


#s-dfd25450-4fac-414d-bdd6-cd6337e7c6c8 .shogun-image-content {
  
    align-items: center;
  
}

#s-2381cb22-f6e1-41a8-a50b-df3c4fbcffb9 {
  text-align: center;
}







  #s-2381cb22-f6e1-41a8-a50b-df3c4fbcffb9 img.shogun-image {
    

    
    
    
  }


#s-2381cb22-f6e1-41a8-a50b-df3c4fbcffb9 .shogun-image-content {
  
    align-items: center;
  
}

#s-0690c053-923c-4bce-9533-a1888d9e3265 {
  text-align: center;
}







  #s-0690c053-923c-4bce-9533-a1888d9e3265 img.shogun-image {
    

    
    
    
  }


#s-0690c053-923c-4bce-9533-a1888d9e3265 .shogun-image-content {
  
    align-items: center;
  
}

#s-7faf2db3-0f9d-4170-8f9e-e07b9fe9c734 {
  text-align: center;
}







  #s-7faf2db3-0f9d-4170-8f9e-e07b9fe9c734 img.shogun-image {
    

    
    
    
  }


#s-7faf2db3-0f9d-4170-8f9e-e07b9fe9c734 .shogun-image-content {
  
    align-items: center;
  
}

#s-d412ea14-4ee1-467c-ab05-7c4f20f142e9 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d412ea14-4ee1-467c-ab05-7c4f20f142e9 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-f9a5f622-c1c5-4f0c-80f7-9de450c158ad {
  margin-left: -15%;
margin-right: -15%;
}

#s-b8441964-6047-4e2e-8a28-87595d83c694 {
  min-height: 50px;
}








#s-b8441964-6047-4e2e-8a28-87595d83c694 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b8441964-6047-4e2e-8a28-87595d83c694.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e872833a-2bf1-4a33-bf03-10263ecd34bd {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-e872833a-2bf1-4a33-bf03-10263ecd34bd"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e872833a-2bf1-4a33-bf03-10263ecd34bd"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-e872833a-2bf1-4a33-bf03-10263ecd34bd"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-e872833a-2bf1-4a33-bf03-10263ecd34bd"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-65956324-996e-4b5d-a146-ee4f744d5501 {
  text-align: center;
}







  #s-65956324-996e-4b5d-a146-ee4f744d5501 img.shogun-image {
    

    
    
    
  }


#s-65956324-996e-4b5d-a146-ee4f744d5501 .shogun-image-content {
  
    align-items: center;
  
}

#s-7d7f2768-5083-49d4-933b-215394ab79d7 {
  padding-top: 1px;
padding-bottom: 1px;
text-align: center;
}







  #s-7d7f2768-5083-49d4-933b-215394ab79d7 img.shogun-image {
    

    
    
    
  }


#s-7d7f2768-5083-49d4-933b-215394ab79d7 .shogun-image-content {
  
    align-items: center;
  
}

#s-e53858f5-837a-4371-9642-24c33e35e582 {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-e53858f5-837a-4371-9642-24c33e35e582"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e53858f5-837a-4371-9642-24c33e35e582"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-e53858f5-837a-4371-9642-24c33e35e582"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-e53858f5-837a-4371-9642-24c33e35e582"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-d6aa2b5d-d7ff-4aef-a952-34afb28ea5ad {
  text-align: center;
}







  #s-d6aa2b5d-d7ff-4aef-a952-34afb28ea5ad img.shogun-image {
    

    
    
    
  }


#s-d6aa2b5d-d7ff-4aef-a952-34afb28ea5ad .shogun-image-content {
  
    align-items: center;
  
}

#s-aeef9287-7ae5-44f7-acdd-fa633a2e6d42 {
  padding-top: 1px;
padding-bottom: 1px;
text-align: center;
}







  #s-aeef9287-7ae5-44f7-acdd-fa633a2e6d42 img.shogun-image {
    

    
    
    
  }


#s-aeef9287-7ae5-44f7-acdd-fa633a2e6d42 .shogun-image-content {
  
    align-items: center;
  
}

#s-d31227a6-394f-43e3-ad0b-a294cee032f4 {
  margin-top: 10px;
margin-left: -15%;
margin-bottom: 10px;
margin-right: -15%;
padding-top: 10px;
padding-bottom: 10px;
}

#s-7bf13122-b4b0-4f30-a517-9f4f09464361 {
  min-height: 50px;
}








#s-7bf13122-b4b0-4f30-a517-9f4f09464361 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7bf13122-b4b0-4f30-a517-9f4f09464361.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8947c7c7-f22e-47b4-b8e2-cd45583c7404 {
  text-align: center;
}







  #s-8947c7c7-f22e-47b4-b8e2-cd45583c7404 img.shogun-image {
    

    
    
    
  }


#s-8947c7c7-f22e-47b4-b8e2-cd45583c7404 .shogun-image-content {
  
    align-items: center;
  
}

#s-c1087fb9-2d23-4b7d-9d6d-2aabaf7ed676 {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-c1087fb9-2d23-4b7d-9d6d-2aabaf7ed676"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c1087fb9-2d23-4b7d-9d6d-2aabaf7ed676"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-c1087fb9-2d23-4b7d-9d6d-2aabaf7ed676"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-c1087fb9-2d23-4b7d-9d6d-2aabaf7ed676"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-37581531-2f77-4a55-ae7a-6cb24c0862c6 {
  text-align: center;
}







  #s-37581531-2f77-4a55-ae7a-6cb24c0862c6 img.shogun-image {
    

    
    
    
  }


#s-37581531-2f77-4a55-ae7a-6cb24c0862c6 .shogun-image-content {
  
    align-items: center;
  
}

#s-9c2420d4-24ac-419f-81d5-b26ba31f89e1 {
  padding-top: 1px;
padding-bottom: 1px;
text-align: center;
}







  #s-9c2420d4-24ac-419f-81d5-b26ba31f89e1 img.shogun-image {
    

    
    
    
  }


#s-9c2420d4-24ac-419f-81d5-b26ba31f89e1 .shogun-image-content {
  
    align-items: center;
  
}

#s-599cab08-e7ad-45b3-93a4-93613f0248a3 {
  min-height: 50px;
}








#s-599cab08-e7ad-45b3-93a4-93613f0248a3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-599cab08-e7ad-45b3-93a4-93613f0248a3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4d981d29-c0d0-4f71-9c47-d86fa3134b84 {
  min-height: 50px;
}








#s-4d981d29-c0d0-4f71-9c47-d86fa3134b84 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4d981d29-c0d0-4f71-9c47-d86fa3134b84.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f7f2652e-c6a5-45da-8d03-51cfe78b25a0 {
  padding-top: 10px;
padding-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-f7f2652e-c6a5-45da-8d03-51cfe78b25a0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f7f2652e-c6a5-45da-8d03-51cfe78b25a0"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-f7f2652e-c6a5-45da-8d03-51cfe78b25a0"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-f7f2652e-c6a5-45da-8d03-51cfe78b25a0"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

#s-445f9845-e4a0-441a-b310-dfeaa51ee031 {
  text-align: center;
}







  #s-445f9845-e4a0-441a-b310-dfeaa51ee031 img.shogun-image {
    

    
    
    
  }


#s-445f9845-e4a0-441a-b310-dfeaa51ee031 .shogun-image-content {
  
    align-items: center;
  
}

#s-5d5cbeeb-e05b-4884-8c86-b1bf1431561d {
  text-align: center;
}







  #s-5d5cbeeb-e05b-4884-8c86-b1bf1431561d img.shogun-image {
    

    
    
    
  }


#s-5d5cbeeb-e05b-4884-8c86-b1bf1431561d .shogun-image-content {
  
    align-items: center;
  
}

#s-37e9fa57-9f38-476b-af30-934c1e7d6469 {
  text-align: center;
}







  #s-37e9fa57-9f38-476b-af30-934c1e7d6469 img.shogun-image {
    

    
    
    
  }


#s-37e9fa57-9f38-476b-af30-934c1e7d6469 .shogun-image-content {
  
    align-items: center;
  
}

#s-747fe1bc-56fb-4f66-ae9b-e40d5d9f4fb4 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-747fe1bc-56fb-4f66-ae9b-e40d5d9f4fb4 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-a82426a1-97ac-483b-9215-e4717d3afb96 {
  margin-left: -15%;
margin-right: -15%;
padding-top: 10px;
padding-bottom: 10px;
}

#s-152aaccf-a464-4ecb-9452-e43dcb519de3 {
  min-height: 50px;
}








#s-152aaccf-a464-4ecb-9452-e43dcb519de3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-152aaccf-a464-4ecb-9452-e43dcb519de3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4292ab2c-d47a-4a9b-a4dc-cd205e53ab82 {
  padding-top: 10px;
padding-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-4292ab2c-d47a-4a9b-a4dc-cd205e53ab82"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4292ab2c-d47a-4a9b-a4dc-cd205e53ab82"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-4292ab2c-d47a-4a9b-a4dc-cd205e53ab82"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-4292ab2c-d47a-4a9b-a4dc-cd205e53ab82"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

#s-448864ed-f650-47c6-b959-c335bd401cc3 {
  text-align: center;
}







  #s-448864ed-f650-47c6-b959-c335bd401cc3 img.shogun-image {
    

    
    
    
  }


#s-448864ed-f650-47c6-b959-c335bd401cc3 .shogun-image-content {
  
    align-items: center;
  
}

#s-4441a60f-7c03-4f64-a59d-4c62cf799c9a {
  text-align: center;
}







  #s-4441a60f-7c03-4f64-a59d-4c62cf799c9a img.shogun-image {
    

    
    
    
  }


#s-4441a60f-7c03-4f64-a59d-4c62cf799c9a .shogun-image-content {
  
    align-items: center;
  
}

#s-0f5012fa-ba60-419b-a065-0c12a707cb7e {
  text-align: center;
}







  #s-0f5012fa-ba60-419b-a065-0c12a707cb7e img.shogun-image {
    

    
    
    
  }


#s-0f5012fa-ba60-419b-a065-0c12a707cb7e .shogun-image-content {
  
    align-items: center;
  
}

#s-e4ce7e2c-c7dd-40cc-a4e9-aabb5b9e7187 {
  min-height: 50px;
}








#s-e4ce7e2c-c7dd-40cc-a4e9-aabb5b9e7187 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e4ce7e2c-c7dd-40cc-a4e9-aabb5b9e7187.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-560aa2c7-04c1-4b24-b805-21fc2ffca80e {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-560aa2c7-04c1-4b24-b805-21fc2ffca80e .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-560aa2c7-04c1-4b24-b805-21fc2ffca80e .shg-sld-nav-button.shg-sld-left,
#s-560aa2c7-04c1-4b24-b805-21fc2ffca80e .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-818cd5c8-a481-4150-ab69-382bec580d88 {
  text-align: center;
}







  #s-818cd5c8-a481-4150-ab69-382bec580d88 img.shogun-image {
    

    
    
    
  }


#s-818cd5c8-a481-4150-ab69-382bec580d88 .shogun-image-content {
  
    align-items: center;
  
}

#s-1cca722b-c928-4173-8856-8fff7762d24c {
  text-align: center;
}







  #s-1cca722b-c928-4173-8856-8fff7762d24c img.shogun-image {
    

    
    
    
  }


#s-1cca722b-c928-4173-8856-8fff7762d24c .shogun-image-content {
  
    align-items: center;
  
}

#s-07d5b579-ba11-4164-93d5-21d7b15bc196 {
  text-align: center;
}







  #s-07d5b579-ba11-4164-93d5-21d7b15bc196 img.shogun-image {
    

    
    
    
  }


#s-07d5b579-ba11-4164-93d5-21d7b15bc196 .shogun-image-content {
  
    align-items: center;
  
}

#s-3ea32143-7008-4a3e-b0b7-e913b4c4aae1 {
  text-align: center;
}







  #s-3ea32143-7008-4a3e-b0b7-e913b4c4aae1 img.shogun-image {
    

    
    
    
  }


#s-3ea32143-7008-4a3e-b0b7-e913b4c4aae1 .shogun-image-content {
  
    align-items: center;
  
}

#s-2b07b09c-cfab-4cf8-ace2-86935557d3b5 {
  text-align: center;
}







  #s-2b07b09c-cfab-4cf8-ace2-86935557d3b5 img.shogun-image {
    

    
    
    
  }


#s-2b07b09c-cfab-4cf8-ace2-86935557d3b5 .shogun-image-content {
  
    align-items: center;
  
}

#s-af7ebff9-72e2-4a43-93ad-2ee59c63bdb5 {
  text-align: center;
}







  #s-af7ebff9-72e2-4a43-93ad-2ee59c63bdb5 img.shogun-image {
    

    
    
    
  }


#s-af7ebff9-72e2-4a43-93ad-2ee59c63bdb5 .shogun-image-content {
  
    align-items: center;
  
}

#s-c95ab43f-f208-4399-96f0-97254c08024a {
  text-align: center;
}







  #s-c95ab43f-f208-4399-96f0-97254c08024a img.shogun-image {
    

    
    
    
  }


#s-c95ab43f-f208-4399-96f0-97254c08024a .shogun-image-content {
  
    align-items: center;
  
}

#s-1a21d68c-cc2a-4c3e-9cf1-edaf159546cf {
  text-align: center;
}







  #s-1a21d68c-cc2a-4c3e-9cf1-edaf159546cf img.shogun-image {
    

    
    
    
  }


#s-1a21d68c-cc2a-4c3e-9cf1-edaf159546cf .shogun-image-content {
  
    align-items: center;
  
}

#s-a7b3c34f-ab3c-42d9-acfe-217333f5412f {
  text-align: center;
}







  #s-a7b3c34f-ab3c-42d9-acfe-217333f5412f img.shogun-image {
    

    
    
    
  }


#s-a7b3c34f-ab3c-42d9-acfe-217333f5412f .shogun-image-content {
  
    align-items: center;
  
}

#s-f8222458-11e7-4f68-9ec4-c1ccb2b3affd {
  text-align: center;
}







  #s-f8222458-11e7-4f68-9ec4-c1ccb2b3affd img.shogun-image {
    

    
    
    
  }


#s-f8222458-11e7-4f68-9ec4-c1ccb2b3affd .shogun-image-content {
  
    align-items: center;
  
}

#s-52309e8c-bb4f-420b-9d1a-7edd4e20083f {
  text-align: center;
}







  #s-52309e8c-bb4f-420b-9d1a-7edd4e20083f img.shogun-image {
    

    
    
    
  }


#s-52309e8c-bb4f-420b-9d1a-7edd4e20083f .shogun-image-content {
  
    align-items: center;
  
}

#s-a9e085e4-2d6f-4fa0-aa70-a752f0092b63 {
  text-align: center;
}







  #s-a9e085e4-2d6f-4fa0-aa70-a752f0092b63 img.shogun-image {
    

    
    
    
  }


#s-a9e085e4-2d6f-4fa0-aa70-a752f0092b63 .shogun-image-content {
  
    align-items: center;
  
}

#s-9253dcf8-79be-4d9b-98e8-ab7e21531407 {
  text-align: center;
}







  #s-9253dcf8-79be-4d9b-98e8-ab7e21531407 img.shogun-image {
    

    
    
    
  }


#s-9253dcf8-79be-4d9b-98e8-ab7e21531407 .shogun-image-content {
  
    align-items: center;
  
}

#s-1a8f4024-1d66-4ecf-ad85-c2cbfae3afa1 {
  text-align: center;
}







  #s-1a8f4024-1d66-4ecf-ad85-c2cbfae3afa1 img.shogun-image {
    

    
    
    
  }


#s-1a8f4024-1d66-4ecf-ad85-c2cbfae3afa1 .shogun-image-content {
  
    align-items: center;
  
}

#s-9d1cf1f2-11b4-4052-a714-287b24e740cc {
  text-align: center;
}







  #s-9d1cf1f2-11b4-4052-a714-287b24e740cc img.shogun-image {
    

    
    
    
  }


#s-9d1cf1f2-11b4-4052-a714-287b24e740cc .shogun-image-content {
  
    align-items: center;
  
}

#s-e05d1e00-c084-4deb-ad62-c596e51f182a {
  text-align: center;
}







  #s-e05d1e00-c084-4deb-ad62-c596e51f182a img.shogun-image {
    

    
    
    
  }


#s-e05d1e00-c084-4deb-ad62-c596e51f182a .shogun-image-content {
  
    align-items: center;
  
}

#s-987a8392-cb13-44ba-86e0-d1ba9630decd {
  text-align: center;
}







  #s-987a8392-cb13-44ba-86e0-d1ba9630decd img.shogun-image {
    

    
    
    
  }


#s-987a8392-cb13-44ba-86e0-d1ba9630decd .shogun-image-content {
  
    align-items: center;
  
}

#s-f15a924e-f693-423b-829e-7ca30a9adb8d {
  text-align: center;
}







  #s-f15a924e-f693-423b-829e-7ca30a9adb8d img.shogun-image {
    

    
    
    
  }


#s-f15a924e-f693-423b-829e-7ca30a9adb8d .shogun-image-content {
  
    align-items: center;
  
}

#s-2fa84137-e614-4140-86cf-d7279ecf6a05 {
  text-align: center;
}







  #s-2fa84137-e614-4140-86cf-d7279ecf6a05 img.shogun-image {
    

    
    
    
  }


#s-2fa84137-e614-4140-86cf-d7279ecf6a05 .shogun-image-content {
  
    align-items: center;
  
}

#s-78fc2af7-27c9-4be0-abd4-3ff7fa91b11d {
  text-align: center;
}







  #s-78fc2af7-27c9-4be0-abd4-3ff7fa91b11d img.shogun-image {
    

    
    
    
  }


#s-78fc2af7-27c9-4be0-abd4-3ff7fa91b11d .shogun-image-content {
  
    align-items: center;
  
}

#s-dd801718-d07d-46f1-9ab6-86e7d504cbf3 {
  text-align: center;
}







  #s-dd801718-d07d-46f1-9ab6-86e7d504cbf3 img.shogun-image {
    

    
    
    
  }


#s-dd801718-d07d-46f1-9ab6-86e7d504cbf3 .shogun-image-content {
  
    align-items: center;
  
}

#s-f875ff8f-f77f-43be-a959-66854eff3fa0 {
  text-align: center;
}







  #s-f875ff8f-f77f-43be-a959-66854eff3fa0 img.shogun-image {
    

    
    
    
  }


#s-f875ff8f-f77f-43be-a959-66854eff3fa0 .shogun-image-content {
  
    align-items: center;
  
}

#s-ce96f45e-4aaf-4da9-94a8-a998bd9e21a2 {
  text-align: center;
}







  #s-ce96f45e-4aaf-4da9-94a8-a998bd9e21a2 img.shogun-image {
    

    
    
    
  }


#s-ce96f45e-4aaf-4da9-94a8-a998bd9e21a2 .shogun-image-content {
  
    align-items: center;
  
}

#s-5a306f99-92a9-4256-8bdc-063cb89401f2 {
  text-align: center;
}







  #s-5a306f99-92a9-4256-8bdc-063cb89401f2 img.shogun-image {
    

    
    
    
  }


#s-5a306f99-92a9-4256-8bdc-063cb89401f2 .shogun-image-content {
  
    align-items: center;
  
}

#s-7924d719-efa4-427d-8091-0dbf4e82e2c6 {
  text-align: center;
}







  #s-7924d719-efa4-427d-8091-0dbf4e82e2c6 img.shogun-image {
    

    
    
    
  }


#s-7924d719-efa4-427d-8091-0dbf4e82e2c6 .shogun-image-content {
  
    align-items: center;
  
}

#s-6edc90e9-957d-4ac4-9ee8-5408984c29b4 {
  text-align: center;
}







  #s-6edc90e9-957d-4ac4-9ee8-5408984c29b4 img.shogun-image {
    

    
    
    
  }


#s-6edc90e9-957d-4ac4-9ee8-5408984c29b4 .shogun-image-content {
  
    align-items: center;
  
}

#s-5db4fb2b-c66f-4d2c-b846-14c67306d50f {
  text-align: center;
}







  #s-5db4fb2b-c66f-4d2c-b846-14c67306d50f img.shogun-image {
    

    
    
    
  }


#s-5db4fb2b-c66f-4d2c-b846-14c67306d50f .shogun-image-content {
  
    align-items: center;
  
}

#s-b41921e8-8781-417c-a941-827d95a3092c {
  text-align: center;
}







  #s-b41921e8-8781-417c-a941-827d95a3092c img.shogun-image {
    

    
    
    
  }


#s-b41921e8-8781-417c-a941-827d95a3092c .shogun-image-content {
  
    align-items: center;
  
}

#s-99bb2308-b8c9-442c-8581-b75050128336 {
  text-align: center;
}







  #s-99bb2308-b8c9-442c-8581-b75050128336 img.shogun-image {
    

    
    
    
  }


#s-99bb2308-b8c9-442c-8581-b75050128336 .shogun-image-content {
  
    align-items: center;
  
}

#s-71cb1aef-5f4c-494d-a437-417f6e8389d4 {
  text-align: center;
}







  #s-71cb1aef-5f4c-494d-a437-417f6e8389d4 img.shogun-image {
    

    
    
    
  }


#s-71cb1aef-5f4c-494d-a437-417f6e8389d4 .shogun-image-content {
  
    align-items: center;
  
}

#s-c7ef57d6-6db9-4aae-bf77-bf467fb89f44 {
  text-align: center;
}







  #s-c7ef57d6-6db9-4aae-bf77-bf467fb89f44 img.shogun-image {
    

    
    
    
  }


#s-c7ef57d6-6db9-4aae-bf77-bf467fb89f44 .shogun-image-content {
  
    align-items: center;
  
}

#s-4cea6e6d-a295-4bc2-8b12-c50b8bbe53b4 {
  text-align: center;
}







  #s-4cea6e6d-a295-4bc2-8b12-c50b8bbe53b4 img.shogun-image {
    

    
    
    
  }


#s-4cea6e6d-a295-4bc2-8b12-c50b8bbe53b4 .shogun-image-content {
  
    align-items: center;
  
}

#s-7ef7a216-c85a-420e-a29d-cc80906f5858 {
  text-align: center;
}







  #s-7ef7a216-c85a-420e-a29d-cc80906f5858 img.shogun-image {
    

    
    
    
  }


#s-7ef7a216-c85a-420e-a29d-cc80906f5858 .shogun-image-content {
  
    align-items: center;
  
}

#s-1ebed4eb-2e53-4ee6-859f-fcd102e47ec3 hr {
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-57a4b7a2-3c13-4bc3-9510-d6e0a6172d8e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-57a4b7a2-3c13-4bc3-9510-d6e0a6172d8e .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-1c1d6961-9188-4a32-833d-c59ad3aeb41c {
  margin-left: -15%;
margin-right: -15%;
}

#s-a0654f63-f83d-4a15-8cd6-e095741a6302 hr {
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-35624ad8-3341-4be7-9b43-f71f49ff5ba6 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-35624ad8-3341-4be7-9b43-f71f49ff5ba6 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-dcc342ce-7c59-425f-9776-c9037f483be7 {
  margin-left: -15%;
margin-right: -15%;
}

#s-2504fe26-9690-49d2-98c1-9660a2033ddc {
  padding-top: 100px;
padding-left: 30%;
padding-bottom: 100px;
padding-right: 30%;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-2504fe26-9690-49d2-98c1-9660a2033ddc {
  padding-top: 60px;
padding-left: 15%;
padding-bottom: 60px;
padding-right: 15%;
}
}@media (max-width: 767px){#s-2504fe26-9690-49d2-98c1-9660a2033ddc {
  padding-top: 60px;
padding-left: 20px;
padding-bottom: 60px;
padding-right: 20px;
}
}







#s-2504fe26-9690-49d2-98c1-9660a2033ddc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2504fe26-9690-49d2-98c1-9660a2033ddc.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5ed025e3-c2ea-4351-8c9f-6b164dc11a06 {
  margin-bottom: 10px;
text-align: center;
}

#s-5ed025e3-c2ea-4351-8c9f-6b164dc11a06 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}



#s-e3f96952-405b-4997-9c3f-af765323b102 {
  margin-bottom: 20px;
text-align: center;
}

#s-e3f96952-405b-4997-9c3f-af765323b102 .shogun-heading-component h1 {
  color: rgba(102, 102, 102, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  line-height: 1.5em;
  
  
}



#s-8d8076cd-4a9e-41bd-8eaf-4b5a667a610e {
  padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
}

#s-8d8076cd-4a9e-41bd-8eaf-4b5a667a610e .shogun-form-box label.shogun-form-label {
  display: flex;
  font-weight:  normal;
  color: #000;
  
  
  
  
  
  
  
  
  
  
}

#s-8d8076cd-4a9e-41bd-8eaf-4b5a667a610e .shogun-form-success-msg {
  visibility: hidden;
  display: flex;
  align-items: center;
  font-size: ;
  font-style: ;
  color: rgba(34, 188, 34, 1);
  font-family: ;
  font-weight: ;
  
  
  justify-content: center;
}

#s-8d8076cd-4a9e-41bd-8eaf-4b5a667a610e .shogun-form-success-msg > svg {
  margin-right: 4px;
  stroke: rgba(34, 188, 34, 1);
}

#s-8d8076cd-4a9e-41bd-8eaf-4b5a667a610e .shogun-form-error-msg-container, #s-8d8076cd-4a9e-41bd-8eaf-4b5a667a610e .shogun-form-field-error-msg-container {
  display: none;
}

#s-8d8076cd-4a9e-41bd-8eaf-4b5a667a610e .shogun-form-error-msg {
  font-size: ;
  font-style: ;
  color: rgba(224, 0, 0, 1);
  font-family: ;
  font-weight: ;
  
  
  
}

#s-8d8076cd-4a9e-41bd-8eaf-4b5a667a610e .shogun-form-field-error-msg > svg {
  margin-right: 4px;
  stroke: rgba(224, 0, 0, 1);
}

.shogun-form-text-input-field {
  width: 100%;
}

.shogun-form-text-input-field:focus {
  outline: none;
}

textarea.shogun-form-text-input-field {
  resize: none;
  overflow: hidden;
  min-height: 70px !important;
}

#s-d6fee71a-fcfd-4713-859e-5abd0e0cdaea {
  margin-bottom: 10px;
}

#s-d6fee71a-fcfd-4713-859e-5abd0e0cdaea  .shogun-form-text-input-field {
  border-width: 0px;
  border-color: #000;
  
  background-color: rgba(245, 245, 245, 1);
  
  font-size: ;
  font-style: ;
  color: #000;
  font-family: Libre Baskerville;
  font-weight: ;
  line-height: 2em;
  
}

#s-d6fee71a-fcfd-4713-859e-5abd0e0cdaea  .shogun-form-text-input-field::placeholder {
  font-size: ;
  font-style: ;
  color: rgba(34, 34, 34, 1);
  font-family: ;
  font-weight: ;
  
  
}


#s-d6fee71a-fcfd-4713-859e-5abd0e0cdaea .shogun-form-text-input-field:hover {
  border-width: 0px;
  border-color: #000;
  
  background-color: rgba(241, 241, 241, 1);
  color: #000;
}



#s-d6fee71a-fcfd-4713-859e-5abd0e0cdaea .shogun-form-text-input-field:focus {
  border-width: 0px;
  border-color: #000;
  
  
  color: #000;
}


#s-590e7667-c331-4709-ad5f-c7ace043b2f1 {
  margin-bottom: 10px;
}

#s-590e7667-c331-4709-ad5f-c7ace043b2f1  .shogun-form-text-input-field {
  border-width: 0px;
  border-color: #000;
  
  background-color: rgba(245, 245, 245, 1);
  
  font-size: ;
  font-style: ;
  color: #000;
  font-family: ;
  font-weight: ;
  line-height: 2em;
  
}

#s-590e7667-c331-4709-ad5f-c7ace043b2f1  .shogun-form-text-input-field::placeholder {
  font-size: ;
  font-style: ;
  color: rgba(34, 34, 34, 1);
  font-family: Libre Baskerville;
  font-weight: ;
  
  
}


#s-590e7667-c331-4709-ad5f-c7ace043b2f1 .shogun-form-text-input-field:hover {
  border-width: 0px;
  border-color: #000;
  
  background-color: rgba(241, 241, 241, 1);
  color: #000;
}



#s-590e7667-c331-4709-ad5f-c7ace043b2f1 .shogun-form-text-input-field:focus {
  border-width: 0px;
  border-color: #000;
  
  
  color: #000;
}


#s-5ca4e22e-5728-44e4-89a0-ae0d6d1d5428 {
  margin-bottom: 5px;
}

#s-5ca4e22e-5728-44e4-89a0-ae0d6d1d5428  .shogun-form-text-input-field {
  border-width: 0px;
  border-color: #000;
  
  background-color: rgba(245, 245, 245, 1);
  
  font-size: ;
  font-style: ;
  color: #000;
  font-family: ;
  font-weight: ;
  line-height: 2em;
  
}

#s-5ca4e22e-5728-44e4-89a0-ae0d6d1d5428  .shogun-form-text-input-field::placeholder {
  font-size: ;
  font-style: ;
  color: rgba(34, 34, 34, 1);
  font-family: ;
  font-weight: ;
  line-height: 2em;
  
}


#s-5ca4e22e-5728-44e4-89a0-ae0d6d1d5428 .shogun-form-text-input-field:hover {
  border-width: 0px;
  border-color: #000;
  
  background-color: rgba(241, 241, 241, 1);
  color: #000;
}



#s-5ca4e22e-5728-44e4-89a0-ae0d6d1d5428 .shogun-form-text-input-field:focus {
  border-width: 0px;
  border-color: #000;
  
  
  color: #000;
}


.shogun-form-box-submit {
  border: 0;
  font-size: 1em;
  line-height: 1.8;
}

.shogun-form-box-submit:focus {
  outline: none;
}

.shg-btn-wrapper.shg-align-left {
  text-align: left;
}

.shg-btn-wrapper.shg-align-center {
  text-align: center;
}

.shg-btn-wrapper.shg-align-right {
  text-align: right;
}

#s-d5d66755-a530-41ef-af4a-f603c3e85e9c {
  border-style: solid;
margin-top: 20px;
margin-bottom: 20px;
padding-top: 15px;
padding-left: 45px;
padding-bottom: 15px;
padding-right: 45px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #2C2A34;
border-radius: 0px;
color: #FFFFFF;
background-color: rgba(0, 0, 0, 1);
text-align: center;
cursor: pointer;
font-size: 24px;
background-image: none;
hover-type: color;
}
#s-d5d66755-a530-41ef-af4a-f603c3e85e9c:hover {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: #2C2A34 !important;
border-radius: 0px !important;
background-color: rgba(34, 34, 34, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-d5d66755-a530-41ef-af4a-f603c3e85e9c:active {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: #2C2A34 !important;
border-radius: 0px !important;
background-color: rgba(68, 68, 68, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}
#s-d5d66755-a530-41ef-af4a-f603c3e85e9c[disabled],
#s-d5d66755-a530-41ef-af4a-f603c3e85e9c[disabled]:hover,
#s-d5d66755-a530-41ef-af4a-f603c3e85e9c[disabled]:focus {
  background-color: #D7D5E2 !important;
}

#s-d5d66755-a530-41ef-af4a-f603c3e85e9c {
  display:  inline-block ;
  width:  auto ;
}


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