#s-1fdcd02c-4abd-4421-b8c4-ca5986317efa {
  padding-top: 1em;
padding-left: 1em;
padding-bottom: 1em;
padding-right: 1em;
}

.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-789b0237-e7c6-4340-bed7-750543cbb2c6 {
  min-height: 50px;
}








#s-789b0237-e7c6-4340-bed7-750543cbb2c6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-789b0237-e7c6-4340-bed7-750543cbb2c6.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-ae5ecafe-e187-46b1-ab06-e847fe90f584 {
  margin-top: 28px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ae5ecafe-e187-46b1-ab06-e847fe90f584 .shogun-heading-component h1 {
  color: rgba(29, 63, 88, 1);
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: center;
}



#s-f8a85902-835d-4c27-83a9-cdbd1438a57e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f8a85902-835d-4c27-83a9-cdbd1438a57e .shogun-heading-component h2 {
  color: rgba(109, 116, 121, 1);
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 24px;
  line-height: 2em;
  
  text-align: center;
}



#s-88eb96b7-75fe-4418-acf3-b5f1f7cd498d {
  padding-left: 22px;
padding-right: 22px;
min-height: 50px;
}








#s-88eb96b7-75fe-4418-acf3-b5f1f7cd498d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-88eb96b7-75fe-4418-acf3-b5f1f7cd498d.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-f7ac6729-e51e-4c16-bef1-3126271d59df {
  margin-left: auto;
margin-right: auto;
max-width: 1200px;
}

@media (min-width: 0px) {
[id="s-f7ac6729-e51e-4c16-bef1-3126271d59df"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f7ac6729-e51e-4c16-bef1-3126271d59df"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-f7ac6729-e51e-4c16-bef1-3126271d59df"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-f7ac6729-e51e-4c16-bef1-3126271d59df"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

.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-d5e5dfb2-23bd-4511-af52-52eee5fdb2c4 {
  max-width: 1920px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-d5e5dfb2-23bd-4511-af52-52eee5fdb2c4 img.shogun-image,
  #s-d5e5dfb2-23bd-4511-af52-52eee5fdb2c4 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d5e5dfb2-23bd-4511-af52-52eee5fdb2c4 {
    width: 100%;
    height: auto;
  }



  #s-d5e5dfb2-23bd-4511-af52-52eee5fdb2c4 img.shogun-image {
    

    
    
    
  }


#s-d5e5dfb2-23bd-4511-af52-52eee5fdb2c4 .shogun-image-content {
  
    align-items: center;
  
}

.shg-rich-text {
  overflow-wrap: break-word;
}

.shg-rich-text img {
  margin: 0 20px;
}

@media (max-width: 768px) {
  .shg-rich-text img {
    display: block;
    float: none !important;
    margin: 0 auto;
  }
}

.shg-default-text-content *:first-child {
  margin-top: 0;
}

.shg-default-text-content {
  text-align: left;
}

.shg-default-text-content p,
.shg-default-text-content h1,
.shg-default-text-content h2,
.shg-default-text-content h3,
.shg-default-text-content h4,
.shg-default-text-content h5,
.shg-default-text-content h6,
.shg-default-text-content address,
.shg-default-text-content pre,
.shg-default-text-content div,
.shg-default-text-content ol,
.shg-default-text-content ul {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  color: #000000;
  font-family: inherit;
  font-style: normal;
  margin-bottom: 0;
  padding: 0;
  text-align: left;
  text-transform: none;
}

.shg-default-text-content h1,
.shg-default-text-content h2,
.shg-default-text-content h3,
.shg-default-text-content h4,
.shg-default-text-content h5,
.shg-default-text-content h6 {
  color: ;
  font-family: ;
  font-weight: ;
}

.shg-default-text-content a {
  background-color: inherit;
  color: inherit;
  cursor: pointer;
  font-family: inherit;
  font-style: inherit;
  text-decoration: underline;
  text-transform: inherit;
}

.shg-default-text-content strong,
.shg-default-text-content em {
  background-color: inherit;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  text-align: inherit;
  text-transform: inherit;
}

.shg-default-text-content em {
  font-weight: inherit;
}

.shg-default-text-content strong {
  font-style: inherit;
  font-weight: 700;
}

/* https://stackoverflow.com/a/16094931/3696652 */
.shg-default-text-content ::selection,
.shg-default-text-content *::selection {
  background: #accef7;
}

.shg-default-text-content p {
  font-size: 1em;
  font-weight: ;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 0.6em;
  color: ;
  font-family: ;
}

.shg-default-text-content h1 {
  font-size: 1.714em;
  font-weight: 500;
  letter-spacing: -0.01em;
  line-height: 1.166;
  margin-top: 0.67em;
}

.shg-default-text-content h2 {
  font-size: 1.43em;
  font-weight: 500;
  letter-spacing: -0.01em;
  line-height: 1.2;
  margin-top: 0.83em;
}

.shg-default-text-content h3 {
  font-size: 1.142em;
  font-weight: 500;
  letter-spacing: -0.008em;
  line-height: 1.5;
  margin-top: 1em;
}

.shg-default-text-content h4 {
  font-size: 1em;
  font-weight: 600;
  letter-spacing: -0.006em;
  line-height: 1.428;
  margin-top: 1.33em;
}

.shg-default-text-content h5 {
  font-size: 0.857em;
  font-weight: 600;
  letter-spacing: -0.003em;
  line-height: 1.333;
  margin-top: 1.43em;
}

.shg-default-text-content h6 {
  font-size: 0.785em;
  font-weight: 600;
  letter-spacing: -0.003em;
  line-height: 1.454;
  margin-top: 1.42em;
  text-transform: uppercase;
}

.shg-default-text-content ul {
  list-style: disc;
}

.shg-default-text-content ol {
  list-style: decimal;
}

.shg-default-text-content ul,
.shg-default-text-content ol {
  margin-block-end: 1em;
  margin-block-start: 1em;
  margin-bottom: 0;
  margin-inline-end: 0;
  margin-inline-start: 0;
  margin-top: 0;
  padding-inline-start: 40px;
}

.shg-default-text-content li {
  font-size: 1em;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1;
  list-style: inherit;
  margin-top: 0.67em;
}

.shg-default-text-content pre {
  font-family: monospace;
  font-size: 1em;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 1em;
  white-space: pre-wrap;
  word-break: normal;
}

.shg-default-text-content address {
  font-size: 1em;
  font-style: italic;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 0;
}

.shg-default-text-content div {
  font-size: 1em;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-bottom: 0;
  margin-top: 0.67em;
}

.shg-theme-text-content h1,
.shg-theme-text-content h2,
.shg-theme-text-content h3,
.shg-theme-text-content h4,
.shg-theme-text-content h5,
.shg-theme-text-content h6 {
  color: ;
  font-family: ;
  font-weight: ;
}

.shg-theme-text-content p {
  color: ;
  font-family: ;
  font-weight: ;
}

#s-83984fb8-6666-48f3-8794-179b6bfd3e8a {
  padding-top: 8px;
padding-left: 4%;
padding-bottom: 8px;
padding-right: 4%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 8px;
min-height: 50px;
background-color: rgba(243, 245, 247, 1);
}








#s-83984fb8-6666-48f3-8794-179b6bfd3e8a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-83984fb8-6666-48f3-8794-179b6bfd3e8a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3bce5cd2-86f9-41dc-aad4-84bb892a9ad5 {
  margin-top: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-3bce5cd2-86f9-41dc-aad4-84bb892a9ad5 {
  display: none;
}
#s-3bce5cd2-86f9-41dc-aad4-84bb892a9ad5, #wrap-s-3bce5cd2-86f9-41dc-aad4-84bb892a9ad5 { display: none !important; }}@media (max-width: 767px){#s-3bce5cd2-86f9-41dc-aad4-84bb892a9ad5 {
  display: none;
}
#s-3bce5cd2-86f9-41dc-aad4-84bb892a9ad5, #wrap-s-3bce5cd2-86f9-41dc-aad4-84bb892a9ad5 { display: none !important; }}
.shg-btn.shg-cse, .shg-btn.shg-cse:hover, .shg-btn.shg-cse:focus {
  color: #FFF;
}

.shg-product-atc-wrapper {
  position: relative;
}

.shg-product-atc-btn {
  position: relative;
  z-index: 2;
  display: block;
  border: none;
  align-items: normal;
  box-sizing: border-box;
  cursor: pointer;
  transition: opacity 200ms linear;
  opacity: 1;
}

.shg-product-atc-btn-opaque {
  opacity: 0;
}

.shg-product-atc-info-box {
  position: absolute;
  z-index: 1;
  display: flex;
  overflow: hidden;
  justify-content: center;
  align-items: center;
  text-align: center;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

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

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

#s-ec5c329f-31cd-4a50-b349-1b46ac31b6cb {
  background-size: 0px 0px;
margin-top: 10px;
margin-bottom: 10px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
border-radius: 8px;
text-align: center;
background-color: rgba(204, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-ec5c329f-31cd-4a50-b349-1b46ac31b6cb:hover {background-color: rgba(204, 0, 0, 0.6) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-ec5c329f-31cd-4a50-b349-1b46ac31b6cb:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-ec5c329f-31cd-4a50-b349-1b46ac31b6cb {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-ec5c329f-31cd-4a50-b349-1b46ac31b6cb.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-ec5c329f-31cd-4a50-b349-1b46ac31b6cb.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}

#s-ec5c329f-31cd-4a50-b349-1b46ac31b6cb.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-43e10795-f008-4c5f-8081-6c76bdb58890 {
  text-align: center;
}







  #s-43e10795-f008-4c5f-8081-6c76bdb58890 img.shogun-image {
    

    
    
    
  }


#s-43e10795-f008-4c5f-8081-6c76bdb58890 .shogun-image-content {
  
    align-items: center;
  
}

#s-fe9d719d-7b33-42f8-b99a-4824f7525f86 {
  margin-top: 28px;
}

#s-3012675a-0460-4710-9de0-4627433eb2db {
  margin-bottom: 16px;
padding-top: 8px;
padding-left: 4%;
padding-bottom: 8px;
padding-right: 4%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 8px;
min-height: 50px;
background-color: rgba(243, 245, 247, 1);
}








#s-3012675a-0460-4710-9de0-4627433eb2db > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3012675a-0460-4710-9de0-4627433eb2db.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-5db7f72a-f07d-4b31-b9ba-104932da4343"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5db7f72a-f07d-4b31-b9ba-104932da4343"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-5db7f72a-f07d-4b31-b9ba-104932da4343"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-5db7f72a-f07d-4b31-b9ba-104932da4343"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-5db7f72a-f07d-4b31-b9ba-104932da4343"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-5db7f72a-f07d-4b31-b9ba-104932da4343"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-5db7f72a-f07d-4b31-b9ba-104932da4343"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

#s-bdebaec1-94e8-4d40-8c62-d9041c4b56c5 {
  margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-bdebaec1-94e8-4d40-8c62-d9041c4b56c5 .shogun-heading-component h3 {
  color: rgba(12, 64, 90, 1);
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}



.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-8757f98a-f2b9-4f48-8ba6-923ed6aafe47 {
  border-style: solid;
margin-top: 18px;
margin-bottom: 18px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(91, 123, 139, 0.6);
border-radius: 8px;
background-color: rgba(204, 0, 0, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-8757f98a-f2b9-4f48-8ba6-923ed6aafe47:hover {background-color: rgba(204, 0, 0, 0.6) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-8757f98a-f2b9-4f48-8ba6-923ed6aafe47:active {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-8757f98a-f2b9-4f48-8ba6-923ed6aafe47-root {
    text-align: left;
  }


#s-8757f98a-f2b9-4f48-8ba6-923ed6aafe47.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  block ;
}
@media (min-width: 1200px){
  #s-8757f98a-f2b9-4f48-8ba6-923ed6aafe47-root {
    text-align: left;
  }


#s-8757f98a-f2b9-4f48-8ba6-923ed6aafe47.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-8757f98a-f2b9-4f48-8ba6-923ed6aafe47-root {
    text-align: left;
  }


#s-8757f98a-f2b9-4f48-8ba6-923ed6aafe47.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-8757f98a-f2b9-4f48-8ba6-923ed6aafe47-root {
    text-align: left;
  }


#s-8757f98a-f2b9-4f48-8ba6-923ed6aafe47.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  block ;
}
}@media (max-width: 767px){
  #s-8757f98a-f2b9-4f48-8ba6-923ed6aafe47-root {
    text-align: left;
  }


#s-8757f98a-f2b9-4f48-8ba6-923ed6aafe47.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  block ;
}
}
  #s-8757f98a-f2b9-4f48-8ba6-923ed6aafe47-root {
    text-align: left;
  }


#s-8757f98a-f2b9-4f48-8ba6-923ed6aafe47.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  block ;
}

#s-0a6f2c96-8896-4a50-8089-f9bb4b1adea3 {
  min-height: 50px;
}








#s-0a6f2c96-8896-4a50-8089-f9bb4b1adea3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0a6f2c96-8896-4a50-8089-f9bb4b1adea3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7de2c8e0-b331-49c0-a716-9b9992f720fc {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7de2c8e0-b331-49c0-a716-9b9992f720fc .shogun-heading-component h2 {
  color: rgba(29, 63, 88, 1);
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-1ec31636-4a69-4e35-b19c-9ef2d1b6d6b4 {
  margin-left: auto;
margin-right: auto;
max-width: 1500px;
}

@media (min-width: 0px) {
[id="s-1ec31636-4a69-4e35-b19c-9ef2d1b6d6b4"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1ec31636-4a69-4e35-b19c-9ef2d1b6d6b4"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-1ec31636-4a69-4e35-b19c-9ef2d1b6d6b4"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-1ec31636-4a69-4e35-b19c-9ef2d1b6d6b4"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-1f980576-347a-42c3-b53a-9b34c797e4e4 {
  margin-left: 36px;
margin-right: 36px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1f980576-347a-42c3-b53a-9b34c797e4e4 .shogun-heading-component h1 {
  color: rgba(12, 64, 90, 1);
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: center;
}



.shogun-video {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

.shogun-video-16x9 {
  padding-bottom: 56.25%;
}

.shogun-video-4x3 {
  padding-bottom: 75%;
}

.shogun-video-embed {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

#s-2232aea5-dc5b-455a-aeb2-f4f0b8f87eb8 {
  margin-left: 36px;
margin-right: 36px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2232aea5-dc5b-455a-aeb2-f4f0b8f87eb8 .shogun-heading-component h1 {
  color: rgba(12, 64, 90, 1);
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: center;
}



#s-a0c26d9e-2cbd-4443-8cec-3f10762e46c9 {
  margin-left: 36px;
margin-right: 36px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a0c26d9e-2cbd-4443-8cec-3f10762e46c9 .shogun-heading-component h1 {
  color: rgba(12, 64, 90, 1);
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: center;
}



#s-edbf06be-013c-4369-bb89-b6f518755f6d {
  margin-left: 36px;
margin-right: 36px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-edbf06be-013c-4369-bb89-b6f518755f6d .shogun-heading-component h1 {
  color: rgba(12, 64, 90, 1);
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: center;
}



#s-d39ab4b3-df00-4dd7-8495-74587c6d7608 {
  margin-left: 36px;
margin-right: 36px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d39ab4b3-df00-4dd7-8495-74587c6d7608 .shogun-heading-component h1 {
  color: rgba(12, 64, 90, 1);
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: center;
}



#s-aa2eff63-f91c-4afb-a16e-a4ae9335fbda {
  margin-left: 36px;
margin-right: 36px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-aa2eff63-f91c-4afb-a16e-a4ae9335fbda .shogun-heading-component h1 {
  color: rgba(12, 64, 90, 1);
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: center;
}



#s-fcc3277b-742b-4413-a506-729ea5a62cb3 {
  margin-top: 64px;
margin-bottom: 64px;
min-height: 50px;
}








#s-fcc3277b-742b-4413-a506-729ea5a62cb3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fcc3277b-742b-4413-a506-729ea5a62cb3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shogun-tabs {
  margin: 0 !important;
  list-style: none !important;
  padding: 0 0 0 0;
  overflow: visible;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.shogun-tabs.shogun-modern {
  padding-left: 10px;
  padding-right: 5px;
  overflow: hidden;
  transform: translate(0px, 0px);
}

.shogun-tabs li {
  text-decoration: none;
  cursor: pointer;
  position: relative;
  display: flex;
  flex-grow: 1;
  justify-content: center;
  align-items: center;
}

.shogun-tabs.shogun-modern li {
  width: 200px;
  height: 45px;
  margin: 0 5px 0 0;
}

.shogun-tabs.shogun-rounded li {
  margin-bottom: 0;
  float: left;
  box-sizing: border-box;
  margin-right: 2px;
  line-height: 1.42857143;
  position: relative;
  display: block;
  overflow: visible;
}

.shogun-tabs.shogun-rounded li .shogun-tab-box {
  padding: 10px 15px !important;
  border-radius: 4px 4px 0 0;
}

.shogun-tabs.shogun-modern li .shogun-tab-box {
  padding: 12px 5px !important;
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .shogun-tabs.shogun-rounded li .shogun-tab-box {
    padding: 10px 5px !important;
    text-align: center;
  }

  .shogun-tabs.shogun-modern li .shogun-tab-box {
    padding: 12px 15px !important;
  }
}

.shogun-tabs.shogun-rounded .shogun-tab-box {
  border-bottom: none !important;
}

.shogun-tabs.shogun-modern li.active {
  z-index: 40;
}

.shogun-tabs.shogun-modern li .shogun-tab-box::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: -1px;
  left: 0;
  z-index: -1;
  outline: 1px solid transparent;
  border-radius: 4px 4px 0 0;
  content: "";
  transform: perspective(100px) rotateX(30deg);
  -webkit-transform: perspective(100px) rotateX(30deg);
}

.shogun-tabs.shogun-modern li.shogun-tab-active .shogun-tab-box::after {
  border-bottom: none !important;
  height: 46px;
}

.shogun-tabs-body {
  padding-top: 10px;
}

.shogun-tabs-body.shogun-rounded {
  margin-top: 0px !important;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.shogun-tabs-body > .shogun-tab-content {
  display: none;
}

.shogun-tabs-body > .shogun-tab-content.shogun-tab-active {
  -webkit-animation: fadeIn 0.5s;
  animation: fadeIn 0.5s;
  display: block;
}

.shogun-tab-border {
  position: absolute;
}

.shogun-tab-title {
  white-space: nowrap;
  text-align: center;

  display: inline-block;
  width: 100%;
}

.shogun-tabs.shogun-modern .shogun-tab-title {
  /** Hack for Safari weird bug */
  /* https://stackoverflow.com/questions/18146511/bug-in-css3-rotatey-transition-on-safari */
  transform: translateZ(1000px);
}

#s-4c8c46e6-94e4-494a-b566-d967f2029dcc {
  margin-left: auto;
margin-right: auto;
max-width: 1350px;
background-color: rgba(243, 245, 247, 1);
}


  #s-4c8c46e6-94e4-494a-b566-d967f2029dcc .shogun-tabs > li > .shogun-tab-box {
    background: rgba(231, 231, 231, 1);
    border: 1px solid rgba(243, 245, 247, 1);
  }
  #s-4c8c46e6-94e4-494a-b566-d967f2029dcc .shogun-tabs > li.shogun-tab-active > .shogun-tab-box  {
    background: rgba(243, 245, 247, 1);
    border: 1px solid rgba(243, 245, 247, 1);
  }
#s-4c8c46e6-94e4-494a-b566-d967f2029dcc .shogun-tabs > li > .shogun-tab-box > .shogun-tab-title {
  color: rgba(160, 160, 160, 1);
  font-family: Open Sans;
  font-weight: 700;
  font-style: ;
  font-size: 18px;
}

#s-4c8c46e6-94e4-494a-b566-d967f2029dcc .shogun-tabs > li.shogun-tab-active > .shogun-tab-box > .shogun-tab-title {
  color: rgba(12, 64, 90, 1);
}

#s-4c8c46e6-94e4-494a-b566-d967f2029dcc .shogun-tabs > li > .shogun-tab-border {
  width: calc(100% - 2 * 1px);
  left: 1px;
  bottom: -1px;
  height: 1px;
  background: rgba(243, 245, 247, 1);
}

#s-4c8c46e6-94e4-494a-b566-d967f2029dcc .shogun-tabs-body {
  margin-top: -1px;
  border-top: 1px solid rgba(243, 245, 247, 1);
}

@media (min-width: 0px) {
[id="s-16de3f14-929c-4546-9a11-4ef027e6497b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-16de3f14-929c-4546-9a11-4ef027e6497b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-16de3f14-929c-4546-9a11-4ef027e6497b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-16de3f14-929c-4546-9a11-4ef027e6497b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-c5dcc489-b646-4ec9-8ab5-cf86b6d1d084 {
  margin-left: 36px;
margin-right: 36px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-c5dcc489-b646-4ec9-8ab5-cf86b6d1d084 .shogun-heading-component h1 {
  color: rgba(12, 64, 90, 1);
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}



#s-f23b1886-cd17-46f2-a515-fc19c447c2b8 {
  padding-top: 36px;
padding-left: 36px;
padding-bottom: 36px;
padding-right: 36px;
background-color: rgba(243, 245, 247, 1);
}

#s-a042f1cc-ed3b-4962-8142-464c748e2e57 {
  margin-left: 36px;
margin-right: 36px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-a042f1cc-ed3b-4962-8142-464c748e2e57 .shogun-heading-component h1 {
  color: rgba(12, 64, 90, 1);
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}



#s-79f5a98d-f0da-49a2-8cd9-cb93b579aeb2 {
  padding-top: 36px;
padding-left: 36px;
padding-bottom: 36px;
padding-right: 36px;
background-color: rgba(243, 245, 247, 1);
}

#s-9d9740da-d80c-46fa-9da9-5d7ba65a7f3c {
  margin-left: 36px;
margin-right: 36px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-9d9740da-d80c-46fa-9da9-5d7ba65a7f3c .shogun-heading-component h1 {
  color: rgba(12, 64, 90, 1);
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}



#s-cd256bc5-af9f-46c5-a6ff-e9ea49295367 {
  padding-top: 36px;
padding-left: 36px;
padding-bottom: 36px;
padding-right: 36px;
background-color: rgba(243, 245, 247, 1);
}

@media (min-width: 0px) {
[id="s-4ce12817-f0e9-4be5-bdec-ec27dd96561e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4ce12817-f0e9-4be5-bdec-ec27dd96561e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-4ce12817-f0e9-4be5-bdec-ec27dd96561e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-4ce12817-f0e9-4be5-bdec-ec27dd96561e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-80cd6ed5-6495-44cf-9ed5-5f9314b406f6 {
  margin-left: 36px;
margin-right: 36px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-80cd6ed5-6495-44cf-9ed5-5f9314b406f6 .shogun-heading-component h1 {
  color: rgba(12, 64, 90, 1);
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}



#s-94c29397-2b81-465b-b27f-26b0c0842f6a {
  padding-top: 10px;
padding-left: 36px;
padding-bottom: 10px;
padding-right: 36px;
}

#s-65511326-a653-4a7c-b0a3-16a43ef30cb0 {
  margin-left: 36px;
margin-right: 36px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-65511326-a653-4a7c-b0a3-16a43ef30cb0 .shogun-heading-component h1 {
  color: rgba(12, 64, 90, 1);
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}



#s-cc7af3af-de33-4e24-8746-fc94e876ca9e {
  padding-top: 10px;
padding-left: 36px;
padding-bottom: 10px;
padding-right: 36px;
}

@media (min-width: 0px) {
[id="s-c81c834f-994d-4297-b8cd-752f9d546c23"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c81c834f-994d-4297-b8cd-752f9d546c23"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-c81c834f-994d-4297-b8cd-752f9d546c23"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-c81c834f-994d-4297-b8cd-752f9d546c23"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-44abe469-d607-4840-83ba-92b1bbef781a {
  margin-left: 36px;
margin-right: 36px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-44abe469-d607-4840-83ba-92b1bbef781a .shogun-heading-component h1 {
  color: rgba(12, 64, 90, 1);
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}



#s-e81e33f1-7596-4ca2-b62d-c2341da002c7 {
  padding-top: 10px;
padding-left: 36px;
padding-bottom: 10px;
padding-right: 36px;
}

#s-8156750a-90a6-4cf9-baf1-1813f87e2ccc {
  margin-left: 36px;
margin-right: 36px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-8156750a-90a6-4cf9-baf1-1813f87e2ccc .shogun-heading-component h1 {
  color: rgba(12, 64, 90, 1);
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}



#s-3251832f-ba62-4bf5-972e-d1efa3a3b4bd {
  padding-top: 10px;
padding-left: 36px;
padding-bottom: 10px;
padding-right: 36px;
}

@media (min-width: 0px) {
[id="s-c51d7b2d-3255-4435-b9ea-717d1f68ee35"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c51d7b2d-3255-4435-b9ea-717d1f68ee35"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-c51d7b2d-3255-4435-b9ea-717d1f68ee35"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-c51d7b2d-3255-4435-b9ea-717d1f68ee35"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-d3e6a8c3-78a0-4a9c-b249-f2941300d7be {
  margin-left: 36px;
margin-right: 36px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-d3e6a8c3-78a0-4a9c-b249-f2941300d7be .shogun-heading-component h1 {
  color: rgba(12, 64, 90, 1);
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}



#s-a787a4a6-9abe-452f-9c71-52e2db821899 {
  padding-top: 10px;
padding-left: 36px;
padding-bottom: 10px;
padding-right: 36px;
}

#s-b883be9b-5641-4080-8c51-9f9c2f62b84d {
  margin-left: 36px;
margin-right: 36px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-b883be9b-5641-4080-8c51-9f9c2f62b84d .shogun-heading-component h1 {
  color: rgba(12, 64, 90, 1);
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}



#s-7c53af81-023a-4d0a-90c1-ff51d8fefcbc {
  padding-top: 10px;
padding-left: 36px;
padding-bottom: 10px;
padding-right: 36px;
}

#s-f418046f-992b-48e6-b70c-db8f22e8d7b3 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 25%;
padding-bottom: 10px;
padding-right: 25%;
text-align: center;
}

#s-f418046f-992b-48e6-b70c-db8f22e8d7b3 .shogun-heading-component h1 {
  color: rgba(12, 64, 90, 1);
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: center;
}



@media (min-width: 0px) {
[id="s-168c3a3a-ccd9-4e39-94a1-208b255b708f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-168c3a3a-ccd9-4e39-94a1-208b255b708f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-168c3a3a-ccd9-4e39-94a1-208b255b708f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-168c3a3a-ccd9-4e39-94a1-208b255b708f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-24f5473e-9d84-49db-8d70-35a86c3a043b {
  margin-left: 36px;
margin-right: 36px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-24f5473e-9d84-49db-8d70-35a86c3a043b .shogun-heading-component h1 {
  color: rgba(12, 64, 90, 1);
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}



#s-f674d26c-89eb-4c7d-beff-78a0e857332b {
  padding-top: 10px;
padding-left: 36px;
padding-bottom: 10px;
padding-right: 36px;
}

#s-469c2dbe-3e9e-4f4a-a60c-8d00b1613d2e {
  margin-left: 36px;
margin-right: 36px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-469c2dbe-3e9e-4f4a-a60c-8d00b1613d2e .shogun-heading-component h1 {
  color: rgba(12, 64, 90, 1);
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}



#s-f3fc26cd-e163-48c2-9072-d773cb330f00 {
  padding-top: 10px;
padding-left: 36px;
padding-bottom: 10px;
padding-right: 36px;
}

#s-81286e96-d7f3-494a-bbec-12a7cc6ab819 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 25%;
padding-bottom: 10px;
padding-right: 25%;
}

#s-73a02a1d-96d0-43f0-91ac-da89200cb7b6 {
  min-height: 50px;
}








#s-73a02a1d-96d0-43f0-91ac-da89200cb7b6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-73a02a1d-96d0-43f0-91ac-da89200cb7b6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-fb71bb95-a768-416a-8ec8-e61f4c8eac30 {
  margin-top: 0px;
margin-bottom: 30px;
padding-top: 0px;
padding-bottom: 10px;
text-align: center;
}

#s-fb71bb95-a768-416a-8ec8-e61f4c8eac30 .shogun-heading-component h2 {
  color: rgba(29, 63, 88, 1);
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: center;
}



@media (min-width: 0px) {
[id="s-f46e1389-cc9b-4e72-93cf-735f70dec0b1"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f46e1389-cc9b-4e72-93cf-735f70dec0b1"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-f46e1389-cc9b-4e72-93cf-735f70dec0b1"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-f46e1389-cc9b-4e72-93cf-735f70dec0b1"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-85013651-8268-40b5-8da4-e2ef0197f8de {
  border-radius: 1000px;
text-align: center;
}







  #s-85013651-8268-40b5-8da4-e2ef0197f8de img.shogun-image {
    

    
    
    
  }


#s-85013651-8268-40b5-8da4-e2ef0197f8de .shogun-image-content {
  
    align-items: center;
  
}

#s-cfd89f9b-f25d-44c0-bc29-2f8f8d25fe10 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-cfd89f9b-f25d-44c0-bc29-2f8f8d25fe10 .shogun-heading-component h3 {
  color: rgba(29, 63, 88, 1);
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-adffa3e5-5cc9-4099-b975-987d514e6c20 {
  margin-left: 2%;
margin-right: 2%;
padding-top: 0px;
padding-bottom: 30px;
}

#s-c3a92cb7-7341-4251-98d7-3fb6f11ffdbd {
  margin-left: auto;
margin-right: auto;
border-radius: 1000px;
max-width: 250px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-c3a92cb7-7341-4251-98d7-3fb6f11ffdbd img.shogun-image,
  #s-c3a92cb7-7341-4251-98d7-3fb6f11ffdbd .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c3a92cb7-7341-4251-98d7-3fb6f11ffdbd {
    width: 100%;
    height: auto;
  }



  #s-c3a92cb7-7341-4251-98d7-3fb6f11ffdbd img.shogun-image {
    

    
    
    
  }


#s-c3a92cb7-7341-4251-98d7-3fb6f11ffdbd .shogun-image-content {
  
    align-items: center;
  
}

#s-07a7be1a-f3fa-4fba-95df-7955af5f8c52 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-07a7be1a-f3fa-4fba-95df-7955af5f8c52 .shogun-heading-component h3 {
  color: rgba(29, 63, 88, 1);
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-f37d6c33-15c6-40df-91a0-c4e1dc308b37 {
  margin-left: 2%;
margin-right: 2%;
padding-top: 0px;
padding-bottom: 30px;
}

#s-2bf290e1-f279-4975-b3c2-6ba16fc24374 {
  margin-left: auto;
margin-right: auto;
border-radius: 1000px;
max-width: 250px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-2bf290e1-f279-4975-b3c2-6ba16fc24374 img.shogun-image,
  #s-2bf290e1-f279-4975-b3c2-6ba16fc24374 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-2bf290e1-f279-4975-b3c2-6ba16fc24374 {
    width: 100%;
    height: auto;
  }



  #s-2bf290e1-f279-4975-b3c2-6ba16fc24374 img.shogun-image {
    

    
    
    
  }


#s-2bf290e1-f279-4975-b3c2-6ba16fc24374 .shogun-image-content {
  
    align-items: center;
  
}

#s-53394960-82bd-4970-afde-812f8079bb32 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-53394960-82bd-4970-afde-812f8079bb32 .shogun-heading-component h3 {
  color: rgba(29, 63, 88, 1);
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-085af240-fb0e-47c5-b7e9-c10919035821 {
  margin-left: 2%;
margin-right: 2%;
padding-top: 0px;
padding-bottom: 30px;
}

#s-4ea745a3-4e84-410d-8b3f-944a7bd58d76 {
  padding-top: 8px;
padding-left: 4%;
padding-bottom: 8px;
padding-right: 4%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 8px;
min-height: 50px;
background-color: rgba(243, 245, 247, 1);
}








#s-4ea745a3-4e84-410d-8b3f-944a7bd58d76 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4ea745a3-4e84-410d-8b3f-944a7bd58d76.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-566de5a0-bd88-4d10-81c5-5ff5298283f0 {
  margin-top: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-566de5a0-bd88-4d10-81c5-5ff5298283f0 {
  display: none;
}
#s-566de5a0-bd88-4d10-81c5-5ff5298283f0, #wrap-s-566de5a0-bd88-4d10-81c5-5ff5298283f0 { display: none !important; }}@media (max-width: 767px){#s-566de5a0-bd88-4d10-81c5-5ff5298283f0 {
  display: none;
}
#s-566de5a0-bd88-4d10-81c5-5ff5298283f0, #wrap-s-566de5a0-bd88-4d10-81c5-5ff5298283f0 { display: none !important; }}
#s-6b724f86-1749-4f9c-9bab-93c7874cb7b1 {
  background-size: 0px 0px;
margin-top: 10px;
margin-bottom: 10px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
border-radius: 8px;
text-align: center;
background-color: rgba(204, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-6b724f86-1749-4f9c-9bab-93c7874cb7b1:hover {background-color: rgba(204, 0, 0, 0.6) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-6b724f86-1749-4f9c-9bab-93c7874cb7b1:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-6b724f86-1749-4f9c-9bab-93c7874cb7b1 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-6b724f86-1749-4f9c-9bab-93c7874cb7b1.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-6b724f86-1749-4f9c-9bab-93c7874cb7b1.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}

#s-6b724f86-1749-4f9c-9bab-93c7874cb7b1.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-9ac7f025-bec0-48ed-b5e3-07c0a84d74db {
  text-align: center;
}







  #s-9ac7f025-bec0-48ed-b5e3-07c0a84d74db img.shogun-image {
    

    
    
    
  }


#s-9ac7f025-bec0-48ed-b5e3-07c0a84d74db .shogun-image-content {
  
    align-items: center;
  
}

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

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

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

.shogun-root iframe {
  display: initial;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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