.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-80e9aee4-fd4a-40a5-afb2-f77ad25932e4 {
  margin-top: 2%;
margin-bottom: 2%;
min-height: 50px;
}
@media (max-width: 767px){#s-80e9aee4-fd4a-40a5-afb2-f77ad25932e4 {
  margin-top: 2%;
margin-bottom: 6%;
}
}







#s-80e9aee4-fd4a-40a5-afb2-f77ad25932e4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-80e9aee4-fd4a-40a5-afb2-f77ad25932e4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7285b184-6d12-4e1c-8fe6-c0b014f7f83a {
  padding-top: 1%;
padding-bottom: 3%;
min-height: 50px;
background-color: rgba(245, 244, 245, 1);
}
@media (max-width: 767px){#s-7285b184-6d12-4e1c-8fe6-c0b014f7f83a {
  padding-bottom: 7%;
}
}







#s-7285b184-6d12-4e1c-8fe6-c0b014f7f83a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7285b184-6d12-4e1c-8fe6-c0b014f7f83a.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-59ed2fc9-e233-4712-9d29-425d974d722b {
  margin-bottom: 2%;
padding-top: 17px;
padding-bottom: 17px;
text-align: center;
}

#s-59ed2fc9-e233-4712-9d29-425d974d722b .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



.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-ec7d53ee-c708-4a1a-8342-7db933ca60be {
  margin-left: auto;
margin-right: auto;
max-width: 1200px;
}

@media (min-width: 0px) {
[id="s-ec7d53ee-c708-4a1a-8342-7db933ca60be"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ec7d53ee-c708-4a1a-8342-7db933ca60be"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-ec7d53ee-c708-4a1a-8342-7db933ca60be"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-ec7d53ee-c708-4a1a-8342-7db933ca60be"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-aafa450d-ff3c-4134-ac5d-80312c1eb315 {
  min-height: 50px;
}








#s-aafa450d-ff3c-4134-ac5d-80312c1eb315 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-aafa450d-ff3c-4134-ac5d-80312c1eb315.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-c402ef8c-fe32-4b52-ac42-2313b647c03a {
  margin-left: auto;
margin-right: auto;
max-width: 75px;
text-align: center;
}







  #s-c402ef8c-fe32-4b52-ac42-2313b647c03a img.shogun-image {
    

    
    
    
  }


#s-c402ef8c-fe32-4b52-ac42-2313b647c03a .shogun-image-content {
  
    align-items: center;
  
}

#s-3dd0982f-f533-459f-88e0-eae5f70a4b49 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3dd0982f-f533-459f-88e0-eae5f70a4b49 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-7d7e890d-ecde-4dbc-9584-3f26844e531e {
  min-height: 50px;
}








#s-7d7e890d-ecde-4dbc-9584-3f26844e531e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7d7e890d-ecde-4dbc-9584-3f26844e531e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4266b440-8bbe-4d39-af20-de0f140ac16e {
  margin-left: auto;
margin-right: auto;
max-width: 75px;
text-align: center;
}







  #s-4266b440-8bbe-4d39-af20-de0f140ac16e img.shogun-image {
    

    
    
    
  }


#s-4266b440-8bbe-4d39-af20-de0f140ac16e .shogun-image-content {
  
    align-items: center;
  
}

#s-4487c0ca-6da6-444e-b04b-9d54bf580c62 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4487c0ca-6da6-444e-b04b-9d54bf580c62 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-6a3c0610-9ab6-4bc9-82a4-29787975b2e5 {
  min-height: 50px;
}








#s-6a3c0610-9ab6-4bc9-82a4-29787975b2e5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6a3c0610-9ab6-4bc9-82a4-29787975b2e5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-095bc0ad-2aad-4927-9a5a-ddc0f6231a7f {
  margin-left: auto;
margin-right: auto;
max-width: 75px;
text-align: center;
}







  #s-095bc0ad-2aad-4927-9a5a-ddc0f6231a7f img.shogun-image {
    

    
    
    
  }


#s-095bc0ad-2aad-4927-9a5a-ddc0f6231a7f .shogun-image-content {
  
    align-items: center;
  
}

#s-d2642341-4df4-4975-95f3-7bc6731a5199 {
  min-height: 50px;
}








#s-d2642341-4df4-4975-95f3-7bc6731a5199 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d2642341-4df4-4975-95f3-7bc6731a5199.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f7e441d0-ba37-4015-94c8-b5fea00277f5 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f7e441d0-ba37-4015-94c8-b5fea00277f5 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-84c2afa9-b68e-409e-8485-d5f44a606e38 {
  margin-top: 2%;
margin-bottom: 2%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-84c2afa9-b68e-409e-8485-d5f44a606e38 {
  margin-left: 2%;
margin-right: 2%;
}
}
#s-84c2afa9-b68e-409e-8485-d5f44a606e38 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-68d513a5-2935-4618-8bbe-a76f8f41be64 {
  margin-top: 1%;
margin-left: auto;
margin-bottom: 1%;
margin-right: auto;
max-width: 1200px;
}
@media (max-width: 767px){#s-68d513a5-2935-4618-8bbe-a76f8f41be64 {
  margin-left: 5%;
margin-right: 5%;
}
}
@media (min-width: 0px) {
[id="s-68d513a5-2935-4618-8bbe-a76f8f41be64"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-68d513a5-2935-4618-8bbe-a76f8f41be64"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-68d513a5-2935-4618-8bbe-a76f8f41be64"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-68d513a5-2935-4618-8bbe-a76f8f41be64"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-7e6f74cb-60fc-47b9-b6a9-ca24c5232abc {
  margin-left: 0%;
min-height: 50px;
}








#s-7e6f74cb-60fc-47b9-b6a9-ca24c5232abc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7e6f74cb-60fc-47b9-b6a9-ca24c5232abc.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-03b0cc01-7a91-4524-bed9-5af414339bce {
  min-height: 15em;
}
@media (max-width: 767px){#s-03b0cc01-7a91-4524-bed9-5af414339bce {
  min-height: 12em;
}
}







#s-03b0cc01-7a91-4524-bed9-5af414339bce > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-03b0cc01-7a91-4524-bed9-5af414339bce.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8e46d21c-d259-443d-9c87-41d465bee9ab {
  text-align: center;
}







  #s-8e46d21c-d259-443d-9c87-41d465bee9ab img.shogun-image {
    

    
    
    
  }


#s-8e46d21c-d259-443d-9c87-41d465bee9ab .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-f0dd38e9-4f38-4aba-985c-96605e0b01ac {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f0dd38e9-4f38-4aba-985c-96605e0b01ac .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: center;
}



#s-1e57650e-4e37-492e-ae23-a4ce6666c6ca {
  margin-left: 0%;
min-height: 50px;
}








#s-1e57650e-4e37-492e-ae23-a4ce6666c6ca > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1e57650e-4e37-492e-ae23-a4ce6666c6ca.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-07f0e98d-e596-49f7-91f0-2c356f55e739 {
  min-height: 15em;
}
@media (max-width: 767px){#s-07f0e98d-e596-49f7-91f0-2c356f55e739 {
  min-height: 12em;
}
}







#s-07f0e98d-e596-49f7-91f0-2c356f55e739 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-07f0e98d-e596-49f7-91f0-2c356f55e739.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-79d00783-e156-4ebb-b5a4-e4c61ff7dbc8 {
  text-align: center;
}







  #s-79d00783-e156-4ebb-b5a4-e4c61ff7dbc8 img.shogun-image {
    

    
    
    
  }


#s-79d00783-e156-4ebb-b5a4-e4c61ff7dbc8 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-4383d067-b399-4664-a90d-e4dbad025e41 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4383d067-b399-4664-a90d-e4dbad025e41 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: center;
}



#s-8dbf1987-da2e-4d61-9e1d-ea3200503fea {
  min-height: 15em;
}
@media (max-width: 767px){#s-8dbf1987-da2e-4d61-9e1d-ea3200503fea {
  min-height: 12em;
}
}







#s-8dbf1987-da2e-4d61-9e1d-ea3200503fea > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8dbf1987-da2e-4d61-9e1d-ea3200503fea.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-74394d99-8907-4023-8d53-904b2bf6687e {
  text-align: center;
}
@media (max-width: 767px){#s-74394d99-8907-4023-8d53-904b2bf6687e {
  margin-left: auto;
margin-right: auto;
}
}






  #s-74394d99-8907-4023-8d53-904b2bf6687e img.shogun-image {
    

    
    
    
  }


#s-74394d99-8907-4023-8d53-904b2bf6687e .shogun-image-content {
  
    align-items: center;
  
}

#s-0281b058-e04b-4d06-acb6-b99981b2a504 {
  margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0281b058-e04b-4d06-acb6-b99981b2a504 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: center;
}



#s-844cd07b-0e66-4812-a93d-9731bb375333 {
  margin-left: 0%;
min-height: 50px;
}








#s-844cd07b-0e66-4812-a93d-9731bb375333 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-844cd07b-0e66-4812-a93d-9731bb375333.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 992px) and (max-width: 1199px){#s-ced31906-c40d-479d-9ce3-972695db572d {
  
}
}@media (max-width: 767px){#s-ced31906-c40d-479d-9ce3-972695db572d {
  margin-top: 0px;
margin-bottom: 24px;
}
}
#s-1eda3614-0038-4a9e-bc73-442ecf6643fc {
  min-height: 15em;
}
@media (max-width: 767px){#s-1eda3614-0038-4a9e-bc73-442ecf6643fc {
  min-height: 12em;
}
}







#s-1eda3614-0038-4a9e-bc73-442ecf6643fc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1eda3614-0038-4a9e-bc73-442ecf6643fc.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8653eb9d-21db-4b07-8b2b-720ddc821bf4 {
  text-align: center;
}







  #s-8653eb9d-21db-4b07-8b2b-720ddc821bf4 img.shogun-image {
    

    
    
    
  }


#s-8653eb9d-21db-4b07-8b2b-720ddc821bf4 .shogun-image-content {
  
    align-items: center;
  
}

#s-8b7f9591-04ac-4075-9881-63683311cd2e {
  margin-left: 0%;
min-height: 50px;
}








#s-8b7f9591-04ac-4075-9881-63683311cd2e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8b7f9591-04ac-4075-9881-63683311cd2e.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-b33eb088-cd6f-4193-903b-8c30a816b407 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b33eb088-cd6f-4193-903b-8c30a816b407 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: center;
}



@media (min-width: 0px) {
[id="s-908b4c6d-b25e-4974-bb20-009b724acb2f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-908b4c6d-b25e-4974-bb20-009b724acb2f"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-908b4c6d-b25e-4974-bb20-009b724acb2f"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-908b4c6d-b25e-4974-bb20-009b724acb2f"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-908b4c6d-b25e-4974-bb20-009b724acb2f"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-908b4c6d-b25e-4974-bb20-009b724acb2f"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-908b4c6d-b25e-4974-bb20-009b724acb2f"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

#s-7265c2e2-0e18-43a7-aefc-ba65fbaac0df {
  min-height: 50px;
}








#s-7265c2e2-0e18-43a7-aefc-ba65fbaac0df > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7265c2e2-0e18-43a7-aefc-ba65fbaac0df.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shogun-accordion-wrapper .shogun-accordion {
  margin-bottom: 0;
  border-radius: 4px;
}

.shogun-accordion {
  margin-bottom: 20px;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}

.shogun-accordion-wrapper .shogun-accordion + .shogun-accordion {
  margin-top: 5px;
}

.shogun-accordion-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.shogun-accordion-heading {
  color: #333;
  border-bottom: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  cursor: pointer;
}

.shogun-accordion-title {
  margin: 0 !important;
  padding: 0 !important;
  cursor: pointer;
  text-decoration: none;
  flex: 1;
  user-select: none;
}

.shogun-accordion-body {
  display: none;
  opacity: 0;
  transition: opacity 0.5s linear;
}

.shogun-accordion-body.shogun-accordion-active {
  display: block;
  opacity: 1;
  visibility: visible;
}

.shogun-accordion-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 1.2em;
}

.shogun-accordion-icon > span {
  transition: 0.3s transform;
  position: absolute;
  right: 0;
  font-size: 1.2em;
}

.shogun-accordion-icon.shogun-icon-chevron > span::after {
  content: "▸";
}

.shogun-accordion.shogun-accordion-active
  > .shogun-accordion-heading
  .shogun-accordion-icon.shogun-icon-chevron
  > span {
  transform: rotate(90deg);
}

.shogun-accordion-icon.shogun-icon-plus > span::after {
  content: "＋";
}

.shogun-accordion.shogun-accordion-active
  > .shogun-accordion-heading
  .shogun-accordion-icon.shogun-icon-plus
  > span {
  transform: rotate(-225deg);
}

#s-91a839e9-4beb-4897-8fb3-ee6eb7a4911f {
  margin-top: 1%;
margin-left: auto;
margin-bottom: 3%;
margin-right: auto;
max-width: 1200px;
}
@media (max-width: 767px){#s-91a839e9-4beb-4897-8fb3-ee6eb7a4911f {
  margin-left: 5%;
margin-bottom: 6%;
margin-right: 5%;
}
}
#s-91a839e9-4beb-4897-8fb3-ee6eb7a4911f > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 1);
}

#s-91a839e9-4beb-4897-8fb3-ee6eb7a4911f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 1);
  padding: 10px;
}

#s-91a839e9-4beb-4897-8fb3-ee6eb7a4911f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(92, 92, 92, 1);
}

#s-91a839e9-4beb-4897-8fb3-ee6eb7a4911f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-91a839e9-4beb-4897-8fb3-ee6eb7a4911f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(92, 92, 92, 1);
  text-align: left;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 16px;
}

#s-91a839e9-4beb-4897-8fb3-ee6eb7a4911f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-e29eb6ca-bdbb-47d0-a3e2-05ab125cd54f {
  padding-top: 5px;
padding-left: 10px;
padding-bottom: 5px;
padding-right: 10px;
}

#s-5acefc42-72a7-4780-a78d-575eb4207ef3 {
  padding-top: 5px;
padding-left: 10px;
padding-bottom: 5px;
padding-right: 10px;
}

#s-efb8b35d-0a67-46a7-811d-0e09593e359b {
  padding-top: 5px;
padding-left: 10px;
padding-bottom: 5px;
padding-right: 10px;
}

#s-21b3cba5-2067-496a-9660-35dceb9c3bc8 {
  padding-top: 5px;
padding-left: 10px;
padding-bottom: 5px;
padding-right: 10px;
}

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

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

.shg-btn-text {
  font-weight: ;
  font-family: ;
}

.shg-btn.shg-btn-stretch {
  display: block;
}

.shg-btn:not(.shg-btn-stretch) {
  display: inline-block;
}

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

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

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

#s-bc88ff1d-6dfa-4eb6-8b56-27ae3ebfcdd9 {
  padding-top: 5px;
padding-left: 10px;
padding-bottom: 5px;
padding-right: 10px;
border-radius: 2px;
background-color: rgba(61, 66, 70, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-bc88ff1d-6dfa-4eb6-8b56-27ae3ebfcdd9:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-bc88ff1d-6dfa-4eb6-8b56-27ae3ebfcdd9:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-bc88ff1d-6dfa-4eb6-8b56-27ae3ebfcdd9-root {
    text-align: center;
  }


#s-bc88ff1d-6dfa-4eb6-8b56-27ae3ebfcdd9.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-bc88ff1d-6dfa-4eb6-8b56-27ae3ebfcdd9-root {
    text-align: center;
  }


#s-bc88ff1d-6dfa-4eb6-8b56-27ae3ebfcdd9.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-bc88ff1d-6dfa-4eb6-8b56-27ae3ebfcdd9-root {
    text-align: center;
  }


#s-bc88ff1d-6dfa-4eb6-8b56-27ae3ebfcdd9.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-bc88ff1d-6dfa-4eb6-8b56-27ae3ebfcdd9-root {
    text-align: center;
  }


#s-bc88ff1d-6dfa-4eb6-8b56-27ae3ebfcdd9.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-bc88ff1d-6dfa-4eb6-8b56-27ae3ebfcdd9-root {
    text-align: center;
  }


#s-bc88ff1d-6dfa-4eb6-8b56-27ae3ebfcdd9.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  block ;
}
}
#s-39371e00-f1c6-44cc-ba80-fe34dc1bc13c {
  text-align: center;
}







  #s-39371e00-f1c6-44cc-ba80-fe34dc1bc13c img.shogun-image {
    

    
    
    
  }


#s-39371e00-f1c6-44cc-ba80-fe34dc1bc13c .shogun-image-content {
  
    align-items: center;
  
}

#s-20b25496-6a98-48a4-8d4a-0ed1358e5dda {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-bottom: 1px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
min-height: 0px;
background-position: center center;
}
@media (min-width: 1200px){#s-20b25496-6a98-48a4-8d4a-0ed1358e5dda {
  padding-top: 75px;
padding-bottom: 75px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-20b25496-6a98-48a4-8d4a-0ed1358e5dda {
  padding-top: 75px;
padding-bottom: 75px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-20b25496-6a98-48a4-8d4a-0ed1358e5dda {
  
}
}@media (max-width: 767px){#s-20b25496-6a98-48a4-8d4a-0ed1358e5dda {
  
}
}







#s-20b25496-6a98-48a4-8d4a-0ed1358e5dda > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.15;
}#s-20b25496-6a98-48a4-8d4a-0ed1358e5dda.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-787b2a20-96af-4176-8e41-c8d215728082 {
  margin-left: 30px;
margin-right: 30px;
background-color: rgba(0, 2, 1, 0);
}

@media (min-width: 0px) {
[id="s-787b2a20-96af-4176-8e41-c8d215728082"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-787b2a20-96af-4176-8e41-c8d215728082"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-787b2a20-96af-4176-8e41-c8d215728082"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-787b2a20-96af-4176-8e41-c8d215728082"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-787b2a20-96af-4176-8e41-c8d215728082"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-787b2a20-96af-4176-8e41-c8d215728082"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-787b2a20-96af-4176-8e41-c8d215728082"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-787b2a20-96af-4176-8e41-c8d215728082"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-981d9e4d-9305-4357-88d1-2ec0bea24374 {
  border-style: solid;
margin-top: 50px;
margin-bottom: 50px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 0.5);
border-radius: 0px;
min-height: 350px;
opacity: 1;
background-color: rgba(0, 0, 0, 0.33);
}








#s-981d9e4d-9305-4357-88d1-2ec0bea24374 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-981d9e4d-9305-4357-88d1-2ec0bea24374.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6ee58784-dcab-448c-b23d-fadfeb0f7fc2 {
  padding-top: 10px;
padding-left: 25px;
padding-bottom: 10px;
padding-right: 25px;
}

#s-b575bbf0-b916-43ab-8e47-0fb1bc9308fa {
  border-style: solid;
margin-left: 30px;
margin-bottom: 0px;
margin-right: 30px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
}
@media (min-width: 1200px){#s-b575bbf0-b916-43ab-8e47-0fb1bc9308fa {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-b575bbf0-b916-43ab-8e47-0fb1bc9308fa {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-b575bbf0-b916-43ab-8e47-0fb1bc9308fa {
  
}
}@media (max-width: 767px){#s-b575bbf0-b916-43ab-8e47-0fb1bc9308fa {
  
}
}
@media (min-width: 0px) {
[id="s-b575bbf0-b916-43ab-8e47-0fb1bc9308fa"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b575bbf0-b916-43ab-8e47-0fb1bc9308fa"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 13.333333333333334px);
}

[id="s-b575bbf0-b916-43ab-8e47-0fb1bc9308fa"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 13.333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-b575bbf0-b916-43ab-8e47-0fb1bc9308fa"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 13.333333333333334px);
}

[id="s-b575bbf0-b916-43ab-8e47-0fb1bc9308fa"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 13.333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-b575bbf0-b916-43ab-8e47-0fb1bc9308fa"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 13.333333333333334px);
}

[id="s-b575bbf0-b916-43ab-8e47-0fb1bc9308fa"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 13.333333333333334px);
}

}

#s-a1ae8ee5-14b9-44de-9a34-885d029350eb {
  border-style: solid;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(6, 129, 176, 1);
border-radius: 4px;
opacity: 1;
text-align: center;
background-color: rgba(6, 129, 176, 1);
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-a1ae8ee5-14b9-44de-9a34-885d029350eb:hover {border-style: solid !important;
border-color: rgba(4, 93, 127, 1) !important;
opacity: 1 !important;
background-color: rgba(4, 93, 127, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-a1ae8ee5-14b9-44de-9a34-885d029350eb:active {border-style: solid !important;
border-color: rgba(4, 93, 127, 1) !important;
background-color: rgba(4, 93, 127, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-a1ae8ee5-14b9-44de-9a34-885d029350eb-root {
    text-align: center;
  }


#s-a1ae8ee5-14b9-44de-9a34-885d029350eb.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-a1ae8ee5-14b9-44de-9a34-885d029350eb-root {
    text-align: center;
  }


#s-a1ae8ee5-14b9-44de-9a34-885d029350eb.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-a1ae8ee5-14b9-44de-9a34-885d029350eb-root {
    text-align: center;
  }


#s-a1ae8ee5-14b9-44de-9a34-885d029350eb.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-a1ae8ee5-14b9-44de-9a34-885d029350eb-root {
    text-align: center;
  }


#s-a1ae8ee5-14b9-44de-9a34-885d029350eb.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-a1ae8ee5-14b9-44de-9a34-885d029350eb-root {
    text-align: center;
  }


#s-a1ae8ee5-14b9-44de-9a34-885d029350eb.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}
#s-c6514dac-af5e-4b1b-aa95-a03585fa860b {
  background-color: rgba(245, 244, 245, 1);
}

@media (min-width: 0px) {
[id="s-c6514dac-af5e-4b1b-aa95-a03585fa860b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c6514dac-af5e-4b1b-aa95-a03585fa860b"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-c6514dac-af5e-4b1b-aa95-a03585fa860b"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-c6514dac-af5e-4b1b-aa95-a03585fa860b"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-c6514dac-af5e-4b1b-aa95-a03585fa860b"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-c6514dac-af5e-4b1b-aa95-a03585fa860b"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-c6514dac-af5e-4b1b-aa95-a03585fa860b"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

#s-6101ba97-c228-4047-a6fc-c81201735922 {
  margin-top: 2%;
margin-bottom: 2%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-6101ba97-c228-4047-a6fc-c81201735922 {
  margin-left: 2%;
margin-right: 2%;
}
}
#s-6101ba97-c228-4047-a6fc-c81201735922 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-2175b9a5-2ec1-4ff1-b63a-848153691c4f {
  margin-top: 1%;
margin-left: auto;
margin-bottom: 3%;
margin-right: auto;
max-width: 1200px;
}
@media (max-width: 767px){#s-2175b9a5-2ec1-4ff1-b63a-848153691c4f {
  margin-left: 5%;
margin-bottom: 6%;
margin-right: 5%;
}
}
#s-2175b9a5-2ec1-4ff1-b63a-848153691c4f > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 1);
}

#s-2175b9a5-2ec1-4ff1-b63a-848153691c4f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 1);
  padding: 10px;
}

#s-2175b9a5-2ec1-4ff1-b63a-848153691c4f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(92, 92, 92, 1);
}

#s-2175b9a5-2ec1-4ff1-b63a-848153691c4f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-2175b9a5-2ec1-4ff1-b63a-848153691c4f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(92, 92, 92, 1);
  text-align: left;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 16px;
}

#s-2175b9a5-2ec1-4ff1-b63a-848153691c4f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-b9a2fc17-0318-4e62-9bab-783a5ecbe9c4 {
  padding-top: 5px;
padding-left: 10px;
padding-bottom: 5px;
padding-right: 10px;
}

#s-bbae2e30-50ef-4de4-ad6e-178b0c226845 {
  padding-top: 5px;
padding-left: 10px;
padding-bottom: 5px;
padding-right: 10px;
}

#s-bcc4d17c-3724-4f45-8975-c09d7cab1109 {
  padding-top: 5px;
padding-left: 10px;
padding-bottom: 5px;
padding-right: 10px;
}

#s-dcb7d329-8c32-49f8-872d-4006369c5de1 {
  padding-top: 5px;
padding-left: 10px;
padding-bottom: 5px;
padding-right: 10px;
}

#s-83312a82-300d-49d7-b694-49b12248f4c6 {
  padding-top: 5px;
padding-left: 10px;
padding-bottom: 5px;
padding-right: 10px;
}

#s-c7a0cee7-a0d5-46de-bbc3-1a9a759a4949 {
  padding-top: 5px;
padding-left: 10px;
padding-bottom: 5px;
padding-right: 10px;
}

#s-b53532de-355b-4edb-a322-1813c0c8732e {
  padding-top: 5px;
padding-left: 10px;
padding-bottom: 5px;
padding-right: 10px;
}

#s-9d0a9a66-029b-4658-b08e-4e6f5977e352 {
  padding-top: 5px;
padding-left: 10px;
padding-bottom: 5px;
padding-right: 10px;
}

#s-e4b1018b-6621-42a0-af32-1149a9a93a47 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
min-height: 400px;
}

@media (min-width: 0px) {
[id="s-e4b1018b-6621-42a0-af32-1149a9a93a47"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e4b1018b-6621-42a0-af32-1149a9a93a47"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-e4b1018b-6621-42a0-af32-1149a9a93a47"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-e4b1018b-6621-42a0-af32-1149a9a93a47"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-e4b1018b-6621-42a0-af32-1149a9a93a47"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-2386bbc9-cf7f-4c33-8d37-0be946f074cf {
  border-style: solid;
margin-top: 0px;
margin-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0);
min-height: 520px;
}








#s-2386bbc9-cf7f-4c33-8d37-0be946f074cf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2386bbc9-cf7f-4c33-8d37-0be946f074cf.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b8ca5285-7a68-4684-88dc-8f219d37ee16 {
  margin-top: 10px;
margin-left: 25px;
margin-bottom: 10px;
margin-right: 25px;
}

#s-e4609857-c8f7-43ae-bedb-e68514c74b98 {
  background-repeat: no-repeat;
background-size: cover;
border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0.57);
min-height: 520px;
background-position: center center;
}








#s-e4609857-c8f7-43ae-bedb-e68514c74b98 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e4609857-c8f7-43ae-bedb-e68514c74b98.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-8975a3aa-58a3-4246-8890-33c08c25562a {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
min-height: 400px;
}

@media (min-width: 0px) {
[id="s-8975a3aa-58a3-4246-8890-33c08c25562a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8975a3aa-58a3-4246-8890-33c08c25562a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-8975a3aa-58a3-4246-8890-33c08c25562a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-8975a3aa-58a3-4246-8890-33c08c25562a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-673eb4b6-d34b-48bd-a30f-11132cdb5d90 {
  background-repeat: no-repeat;
background-size: cover;
border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0.57);
min-height: 520px;
background-position: center center;
}








#s-673eb4b6-d34b-48bd-a30f-11132cdb5d90 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-673eb4b6-d34b-48bd-a30f-11132cdb5d90.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-fe9a52df-1288-4d58-ae5e-bedf3aad42a0 {
  border-style: solid;
margin-top: 0px;
margin-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0);
min-height: 520px;
}








#s-fe9a52df-1288-4d58-ae5e-bedf3aad42a0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fe9a52df-1288-4d58-ae5e-bedf3aad42a0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7518e2b0-5c06-4ef2-855d-5952ddc0fbb9 {
  margin-top: 10px;
margin-left: 25px;
margin-bottom: 10px;
margin-right: 25px;
}

#s-a000a2c6-1e9f-40a2-885b-944f7a7fc046 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
}

@media (min-width: 0px) {
[id="s-a000a2c6-1e9f-40a2-885b-944f7a7fc046"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a000a2c6-1e9f-40a2-885b-944f7a7fc046"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-a000a2c6-1e9f-40a2-885b-944f7a7fc046"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-a000a2c6-1e9f-40a2-885b-944f7a7fc046"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-a000a2c6-1e9f-40a2-885b-944f7a7fc046"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-99f5cb6d-d67f-4f90-a9fd-5a3fb6f8ad6f {
  margin-top: 10px;
margin-left: 25px;
margin-bottom: 10px;
margin-right: 25px;
}

#s-1b5e66e8-4dd8-46cf-927d-7f3c8765f552 {
  background-repeat: no-repeat;
background-size: cover;
border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0.57);
min-height: 520px;
background-position: center center;
}








#s-1b5e66e8-4dd8-46cf-927d-7f3c8765f552 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1b5e66e8-4dd8-46cf-927d-7f3c8765f552.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-6d9cc5d0-2fa5-47d7-b269-06bb1f16c7a3 {
  padding-top: 4px;
padding-bottom: 1%;
min-height: 50px;
background-color: rgba(245, 244, 245, 1);
}








#s-6d9cc5d0-2fa5-47d7-b269-06bb1f16c7a3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6d9cc5d0-2fa5-47d7-b269-06bb1f16c7a3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7acaebb8-349b-4045-baa2-8c89549659f7 {
  margin-top: 0%;
margin-left: auto;
margin-bottom: 2%;
margin-right: auto;
padding-top: 1%;
padding-bottom: 1%;
min-height: 50px;
max-width: 1200px;
}








#s-7acaebb8-349b-4045-baa2-8c89549659f7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7acaebb8-349b-4045-baa2-8c89549659f7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: 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-46f140c1-fae5-4e45-85a9-d2796c1b1976 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
max-width: 1200px;
}

#s-46f140c1-fae5-4e45-85a9-d2796c1b1976 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-46f140c1-fae5-4e45-85a9-d2796c1b1976 .shg-sld-nav-button.shg-sld-left,
#s-46f140c1-fae5-4e45-85a9-d2796c1b1976 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-ac7e5aab-842b-4ca4-a48a-380159293a9c {
  margin-left: 6%;
margin-right: 6%;
min-height: 50px;
}








#s-ac7e5aab-842b-4ca4-a48a-380159293a9c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ac7e5aab-842b-4ca4-a48a-380159293a9c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d24a3201-cad4-4c00-9065-4b5fb3755dad {
  margin-top: 0px;
margin-bottom: -27px;
padding-top: 10px;
padding-bottom: 1px;
text-align: left;
}

#s-d24a3201-cad4-4c00-9065-4b5fb3755dad .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 75px;
  
  
  text-align: left;
}



#s-59a8f2c6-c1ec-4d1a-a2db-a03b724aa4af {
  margin-top: -10px;
margin-bottom: -10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-59a8f2c6-c1ec-4d1a-a2db-a03b724aa4af .shogun-heading-component h3 {
  color: rgba(6, 129, 176, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-444aa499-72e0-497d-954a-ebade4081173 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-444aa499-72e0-497d-954a-ebade4081173 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}



#s-db3a16a4-9bd7-4ec1-8a01-97ff87491ecf {
  margin-top: 1%;
margin-bottom: 1%;
}

#s-752e68b0-6044-4bd3-b437-c3e3a314021b {
  margin-left: 6%;
margin-right: 6%;
min-height: 50px;
}








#s-752e68b0-6044-4bd3-b437-c3e3a314021b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-752e68b0-6044-4bd3-b437-c3e3a314021b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-316c53c0-7697-463d-b423-b74dbdb117c4 {
  margin-top: 0px;
margin-bottom: -27px;
padding-top: 10px;
padding-bottom: 1px;
text-align: left;
}

#s-316c53c0-7697-463d-b423-b74dbdb117c4 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 75px;
  
  
  text-align: left;
}



#s-facce2de-e160-469c-86ca-8277c6320d16 {
  margin-top: -10px;
margin-bottom: -10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-facce2de-e160-469c-86ca-8277c6320d16 .shogun-heading-component h3 {
  color: rgba(6, 129, 176, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-47057a8b-c7a7-4ffc-a638-4c8950ad1907 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-47057a8b-c7a7-4ffc-a638-4c8950ad1907 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}



#s-471fdb7b-99b0-4b8b-b0ab-55d5cd48b55c {
  margin-top: 1%;
margin-bottom: 1%;
}

#s-e4307565-11cb-40be-a3c6-f35534c76f7e {
  margin-left: 6%;
margin-right: 6%;
min-height: 50px;
}








#s-e4307565-11cb-40be-a3c6-f35534c76f7e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e4307565-11cb-40be-a3c6-f35534c76f7e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-26cf9af7-0ced-4839-93e4-61bf37e29e2c {
  margin-top: 0px;
margin-bottom: -27px;
padding-top: 10px;
padding-bottom: 1px;
text-align: left;
}

#s-26cf9af7-0ced-4839-93e4-61bf37e29e2c .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 75px;
  
  
  text-align: left;
}



#s-41e2bae2-ac10-4983-bd08-19c26b20d0cb {
  margin-top: -10px;
margin-bottom: -10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-41e2bae2-ac10-4983-bd08-19c26b20d0cb .shogun-heading-component h3 {
  color: rgba(6, 129, 176, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-97771ce9-b949-4c6b-a24d-f49ce54b7038 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-97771ce9-b949-4c6b-a24d-f49ce54b7038 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}



#s-fd56bc6a-e834-455a-ac27-e6c823b686bf {
  margin-top: 1%;
margin-bottom: 1%;
}

#s-e9500274-365d-48a4-9438-347faad7e58d {
  padding-top: 0px;
padding-bottom: 0px;
}

#s-e9500274-365d-48a4-9438-347faad7e58d > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(221, 221, 221, 0);
}

#s-e9500274-365d-48a4-9438-347faad7e58d > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(61, 66, 70, 1);
  padding: 10px;
}

#s-e9500274-365d-48a4-9438-347faad7e58d > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(255, 255, 255, 1);
}

#s-e9500274-365d-48a4-9438-347faad7e58d > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(255, 255, 255, 0);
  border-top: 1px solid rgba(221, 221, 221, 0);
}

#s-e9500274-365d-48a4-9438-347faad7e58d > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(255, 255, 255, 1);
  text-align: left;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 15px;
}

#s-e9500274-365d-48a4-9438-347faad7e58d > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 15px;
}
#s-5086ecf8-5809-4b8a-9067-34394836bc82 {
  margin-left: 8%;
margin-right: 8%;
}

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

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

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

.shogun-root iframe {
  display: initial;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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