.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-60562eb6-baf5-4d76-b998-b77ee30eb6c8 {
  text-align: center;
}
@media (min-width: 1200px){#s-60562eb6-baf5-4d76-b998-b77ee30eb6c8 {
  display: none;
}
#s-60562eb6-baf5-4d76-b998-b77ee30eb6c8, #wrap-s-60562eb6-baf5-4d76-b998-b77ee30eb6c8 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-60562eb6-baf5-4d76-b998-b77ee30eb6c8 {
  display: none;
}
#s-60562eb6-baf5-4d76-b998-b77ee30eb6c8, #wrap-s-60562eb6-baf5-4d76-b998-b77ee30eb6c8 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-60562eb6-baf5-4d76-b998-b77ee30eb6c8 {
  display: none;
}
#s-60562eb6-baf5-4d76-b998-b77ee30eb6c8, #wrap-s-60562eb6-baf5-4d76-b998-b77ee30eb6c8 { display: none !important; }}@media (max-width: 767px){#s-60562eb6-baf5-4d76-b998-b77ee30eb6c8 {
  display: none;
}
#s-60562eb6-baf5-4d76-b998-b77ee30eb6c8, #wrap-s-60562eb6-baf5-4d76-b998-b77ee30eb6c8 { display: none !important; }}






  #s-60562eb6-baf5-4d76-b998-b77ee30eb6c8 img.shogun-image {
    

    
    
    
  }


#s-60562eb6-baf5-4d76-b998-b77ee30eb6c8 .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;
}


.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-d9839f06-871e-482b-9452-4828f1216134 {
  margin-top: -15px;
margin-bottom: -15px;
}

.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-d1dc5e9a-8f45-4167-a10d-2133fa54cbbe {
  margin-top: 11px;
margin-bottom: 11px;
}

@media (min-width: 0px) {
[id="s-d1dc5e9a-8f45-4167-a10d-2133fa54cbbe"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d1dc5e9a-8f45-4167-a10d-2133fa54cbbe"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-d1dc5e9a-8f45-4167-a10d-2133fa54cbbe"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-d1dc5e9a-8f45-4167-a10d-2133fa54cbbe"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-c30c97a5-746f-4c6e-b6ff-fb6ae52c6f2d {
  text-align: center;
}







  #s-c30c97a5-746f-4c6e-b6ff-fb6ae52c6f2d img.shogun-image {
    

    
    
    
  }


#s-c30c97a5-746f-4c6e-b6ff-fb6ae52c6f2d .shogun-image-content {
  
    align-items: center;
  
}

#s-473569fb-ba92-40bf-b9ba-c6010ca794ea {
  margin-top: 11px;
margin-bottom: 11px;
}

@media (min-width: 0px) {
[id="s-473569fb-ba92-40bf-b9ba-c6010ca794ea"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-473569fb-ba92-40bf-b9ba-c6010ca794ea"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-473569fb-ba92-40bf-b9ba-c6010ca794ea"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-473569fb-ba92-40bf-b9ba-c6010ca794ea"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-b2c0a142-f618-420c-8a95-22d31af8d204 {
  margin-top: 11px;
margin-bottom: 11px;
text-align: center;
}







  #s-b2c0a142-f618-420c-8a95-22d31af8d204 img.shogun-image {
    

    
    
    
  }


#s-b2c0a142-f618-420c-8a95-22d31af8d204 .shogun-image-content {
  
    align-items: center;
  
}

#s-91d93141-5fca-4aa9-bd61-8e9fca8a2593 {
  text-align: center;
}







  #s-91d93141-5fca-4aa9-bd61-8e9fca8a2593 img.shogun-image {
    

    
    
    
  }


#s-91d93141-5fca-4aa9-bd61-8e9fca8a2593 .shogun-image-content {
  
    align-items: center;
  
}

.shogun-heading-component h1,
.shogun-heading-component h2,
.shogun-heading-component h3,
.shogun-heading-component h4,
.shogun-heading-component h5,
.shogun-heading-component h6 {
  margin: 0;
  padding: 0;
  display: block;
  color: ;
  font-family: ;
  text-transform: none;
  font-weight: ;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
}

.shogun-heading-component a {
  text-decoration: none !important;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
}

#s-5d4a2f48-ed64-46c0-b06e-0416519d2208 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-5d4a2f48-ed64-46c0-b06e-0416519d2208 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 30px;
  
  
  text-align: left;
}



#s-1a54799e-2c31-4afb-8384-ad11baac25bc {
  margin-top: 11px;
margin-bottom: 11px;
}

@media (min-width: 0px) {
[id="s-1a54799e-2c31-4afb-8384-ad11baac25bc"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1a54799e-2c31-4afb-8384-ad11baac25bc"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-1a54799e-2c31-4afb-8384-ad11baac25bc"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-1a54799e-2c31-4afb-8384-ad11baac25bc"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-61e34b0d-0b81-479c-bf48-d8e69e72d5b0 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-61e34b0d-0b81-479c-bf48-d8e69e72d5b0 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}



#s-e166552f-87f4-4ae0-94ad-2ea4ac5572e6 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-e166552f-87f4-4ae0-94ad-2ea4ac5572e6 .shogun-heading-component h4 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: left;
}



#s-220c8086-cb2f-49e4-b0ac-5383a895bc8e {
  text-align: center;
}







  #s-220c8086-cb2f-49e4-b0ac-5383a895bc8e img.shogun-image {
    

    
    
    
  }


#s-220c8086-cb2f-49e4-b0ac-5383a895bc8e .shogun-image-content {
  
    align-items: center;
  
}

#s-c16b6c6b-d4f8-4971-8cd4-3a3d859eddfd {
  margin-top: 11px;
margin-bottom: 11px;
}

@media (min-width: 0px) {
[id="s-c16b6c6b-d4f8-4971-8cd4-3a3d859eddfd"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c16b6c6b-d4f8-4971-8cd4-3a3d859eddfd"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-c16b6c6b-d4f8-4971-8cd4-3a3d859eddfd"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-c16b6c6b-d4f8-4971-8cd4-3a3d859eddfd"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-7884f0e5-2f3b-4abd-828e-6bcaafd46657 {
  text-align: center;
}







  #s-7884f0e5-2f3b-4abd-828e-6bcaafd46657 img.shogun-image {
    

    
    
    
  }


#s-7884f0e5-2f3b-4abd-828e-6bcaafd46657 .shogun-image-content {
  
    align-items: center;
  
}

#s-1a64f5fa-6cd8-461a-9292-9dad989910c0 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-1a64f5fa-6cd8-461a-9292-9dad989910c0 .shogun-heading-component h4 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: left;
}



#s-349b2c89-9b8a-467b-92e1-f3ea23d89838 {
  margin-top: 11px;
margin-bottom: 11px;
}

@media (min-width: 0px) {
[id="s-349b2c89-9b8a-467b-92e1-f3ea23d89838"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-349b2c89-9b8a-467b-92e1-f3ea23d89838"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-349b2c89-9b8a-467b-92e1-f3ea23d89838"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-349b2c89-9b8a-467b-92e1-f3ea23d89838"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-e9eb86c5-b03c-4e9a-8aa8-98c6122bdb1c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-e9eb86c5-b03c-4e9a-8aa8-98c6122bdb1c .shogun-heading-component h4 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: left;
}



#s-cbda266c-df99-4545-a13e-9c508e3ee78b {
  text-align: center;
}







  #s-cbda266c-df99-4545-a13e-9c508e3ee78b img.shogun-image {
    

    
    
    
  }


#s-cbda266c-df99-4545-a13e-9c508e3ee78b .shogun-image-content {
  
    align-items: center;
  
}

#s-dfb0fa39-c583-4a25-8a4c-ca8e157a935a {
  margin-top: 11px;
margin-bottom: 11px;
}

@media (min-width: 0px) {
[id="s-dfb0fa39-c583-4a25-8a4c-ca8e157a935a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-dfb0fa39-c583-4a25-8a4c-ca8e157a935a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-dfb0fa39-c583-4a25-8a4c-ca8e157a935a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-dfb0fa39-c583-4a25-8a4c-ca8e157a935a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-4e0dee04-7c17-47cb-b915-4acb1c99d0b8 {
  margin-top: 11px;
margin-bottom: 11px;
text-align: center;
}







  #s-4e0dee04-7c17-47cb-b915-4acb1c99d0b8 img.shogun-image {
    

    
    
    
  }


#s-4e0dee04-7c17-47cb-b915-4acb1c99d0b8 .shogun-image-content {
  
    align-items: center;
  
}

#s-308db5d7-e46b-4f25-af6c-f64aad2c338e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-308db5d7-e46b-4f25-af6c-f64aad2c338e .shogun-heading-component h4 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: left;
}



#s-38eeaf91-f54f-43fb-bf1e-88146a8c24d9 {
  margin-top: 11px;
margin-bottom: 11px;
}

@media (min-width: 0px) {
[id="s-38eeaf91-f54f-43fb-bf1e-88146a8c24d9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-38eeaf91-f54f-43fb-bf1e-88146a8c24d9"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-38eeaf91-f54f-43fb-bf1e-88146a8c24d9"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-38eeaf91-f54f-43fb-bf1e-88146a8c24d9"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-592bf156-66df-424b-b2dc-67c361b8f581 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-592bf156-66df-424b-b2dc-67c361b8f581 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}



#s-b89f007e-d5f9-4a8a-9dc8-7dd37008e46d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-b89f007e-d5f9-4a8a-9dc8-7dd37008e46d .shogun-heading-component h4 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: left;
}



#s-333b5869-f082-455d-91a0-764b1793bcd1 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-333b5869-f082-455d-91a0-764b1793bcd1 .shogun-heading-component h4 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: left;
}



#s-2b042467-5b01-4b1a-a4ff-87a0f5138a68 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-2b042467-5b01-4b1a-a4ff-87a0f5138a68 .shogun-heading-component h4 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: left;
}



#s-964b81a9-76a8-4f19-a816-63fd1666ccb0 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-964b81a9-76a8-4f19-a816-63fd1666ccb0 .shogun-heading-component h4 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: left;
}



#s-63127864-cf7d-44c4-bfc1-98455bf4ac85 {
  text-align: center;
}







  #s-63127864-cf7d-44c4-bfc1-98455bf4ac85 img.shogun-image {
    

    
    
    
  }


#s-63127864-cf7d-44c4-bfc1-98455bf4ac85 .shogun-image-content {
  
    align-items: center;
  
}

#s-44ade191-faf5-4e9c-8bb1-cb24dc5d4ada {
  margin-top: 11px;
margin-bottom: 11px;
}

@media (min-width: 0px) {
[id="s-44ade191-faf5-4e9c-8bb1-cb24dc5d4ada"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-44ade191-faf5-4e9c-8bb1-cb24dc5d4ada"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-44ade191-faf5-4e9c-8bb1-cb24dc5d4ada"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-44ade191-faf5-4e9c-8bb1-cb24dc5d4ada"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-b6bea1bf-7b85-4d6e-ba6b-990163ea46f1 {
  text-align: center;
}







  #s-b6bea1bf-7b85-4d6e-ba6b-990163ea46f1 img.shogun-image {
    

    
    
    
  }


#s-b6bea1bf-7b85-4d6e-ba6b-990163ea46f1 .shogun-image-content {
  
    align-items: center;
  
}

#s-707fd494-1fad-4961-86a8-b074ee590506 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-707fd494-1fad-4961-86a8-b074ee590506 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}



#s-40db9f17-d11a-47a6-9b14-55025945c400 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-40db9f17-d11a-47a6-9b14-55025945c400 .shogun-heading-component h4 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: left;
}



#s-d05afc8e-3380-4a80-bf1a-5a0fd3d00178 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-d05afc8e-3380-4a80-bf1a-5a0fd3d00178 .shogun-heading-component h4 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: left;
}



#s-0436edfb-8c51-40ad-943d-d2366aa3fdc3 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-0436edfb-8c51-40ad-943d-d2366aa3fdc3 .shogun-heading-component h4 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: left;
}



#s-8794fac1-56bf-4c8b-87aa-9fe620abe173 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-8794fac1-56bf-4c8b-87aa-9fe620abe173 .shogun-heading-component h4 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: left;
}



#s-aad55699-9671-4e67-9124-0dce5e76e67d {
  margin-top: 11px;
margin-bottom: 11px;
}

@media (min-width: 0px) {
[id="s-aad55699-9671-4e67-9124-0dce5e76e67d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-aad55699-9671-4e67-9124-0dce5e76e67d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-aad55699-9671-4e67-9124-0dce5e76e67d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-aad55699-9671-4e67-9124-0dce5e76e67d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-d35ecd5c-d8e7-472a-8bf9-bfef56650241 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-d35ecd5c-d8e7-472a-8bf9-bfef56650241 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 30px;
  
  
  text-align: left;
}



#s-63ffc845-acdb-46a5-87a6-d8a3fa32d9c2 {
  text-align: center;
}







  #s-63ffc845-acdb-46a5-87a6-d8a3fa32d9c2 img.shogun-image {
    

    
    
    
  }


#s-63ffc845-acdb-46a5-87a6-d8a3fa32d9c2 .shogun-image-content {
  
    align-items: center;
  
}

#s-aea6e858-9598-47b5-a9e6-7267c4b204a4 {
  margin-top: 11px;
margin-bottom: 11px;
}

@media (min-width: 0px) {
[id="s-aea6e858-9598-47b5-a9e6-7267c4b204a4"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-aea6e858-9598-47b5-a9e6-7267c4b204a4"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-aea6e858-9598-47b5-a9e6-7267c4b204a4"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-aea6e858-9598-47b5-a9e6-7267c4b204a4"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-cdf32c93-21e4-4df4-97fd-c99a9fb7e370 {
  margin-top: 11px;
margin-bottom: 11px;
text-align: center;
}







  #s-cdf32c93-21e4-4df4-97fd-c99a9fb7e370 img.shogun-image {
    

    
    
    
  }


#s-cdf32c93-21e4-4df4-97fd-c99a9fb7e370 .shogun-image-content {
  
    align-items: center;
  
}

#s-f5c1a9dd-9f58-4cc4-a55a-0114d9aa36ba {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-f5c1a9dd-9f58-4cc4-a55a-0114d9aa36ba .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 30px;
  
  
  text-align: left;
}



#s-5fc626d1-9ecf-43db-a128-d3967da6df13 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-5fc626d1-9ecf-43db-a128-d3967da6df13 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}



#s-e57086d0-92bc-427e-9fb9-26c7274cf702 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-e57086d0-92bc-427e-9fb9-26c7274cf702 .shogun-heading-component h4 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: left;
}



#s-de3914d1-6f27-42e9-ad11-35de4c6e2636 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-de3914d1-6f27-42e9-ad11-35de4c6e2636 .shogun-heading-component h4 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: left;
}



#s-ac3f9d85-c7d5-4f6e-baee-2c575851a603 {
  margin-top: 11px;
margin-bottom: 11px;
}

@media (min-width: 0px) {
[id="s-ac3f9d85-c7d5-4f6e-baee-2c575851a603"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ac3f9d85-c7d5-4f6e-baee-2c575851a603"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-ac3f9d85-c7d5-4f6e-baee-2c575851a603"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-ac3f9d85-c7d5-4f6e-baee-2c575851a603"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-7529ee6e-b84e-4f20-819c-620ea2af2122 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-7529ee6e-b84e-4f20-819c-620ea2af2122 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}



#s-c2619cc3-17cc-4b73-8cbe-b95d0c3a8155 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-c2619cc3-17cc-4b73-8cbe-b95d0c3a8155 .shogun-heading-component h4 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: left;
}



#s-82c692ee-8f4d-4f55-98d4-febb86876d2c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-82c692ee-8f4d-4f55-98d4-febb86876d2c .shogun-heading-component h4 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: left;
}



#s-e456cc67-5c45-44d6-aaba-31a35b82d5f5 {
  text-align: center;
}







  #s-e456cc67-5c45-44d6-aaba-31a35b82d5f5 img.shogun-image {
    

    
    
    
  }


#s-e456cc67-5c45-44d6-aaba-31a35b82d5f5 .shogun-image-content {
  
    align-items: center;
  
}

#s-26ebdd45-2623-4b6c-9e16-6502ffb92e1f {
  margin-top: 11px;
margin-bottom: 11px;
}

@media (min-width: 0px) {
[id="s-26ebdd45-2623-4b6c-9e16-6502ffb92e1f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-26ebdd45-2623-4b6c-9e16-6502ffb92e1f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-26ebdd45-2623-4b6c-9e16-6502ffb92e1f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-26ebdd45-2623-4b6c-9e16-6502ffb92e1f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-e7311298-729a-4925-818f-6829966c4524 {
  text-align: center;
}







  #s-e7311298-729a-4925-818f-6829966c4524 img.shogun-image {
    

    
    
    
  }


#s-e7311298-729a-4925-818f-6829966c4524 .shogun-image-content {
  
    align-items: center;
  
}

#s-68a1b7ac-7644-4318-ba08-2cd6f6a493e2 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-68a1b7ac-7644-4318-ba08-2cd6f6a493e2 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}



#s-2ccbafd3-f421-4bb2-a6db-2346a1ca4710 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-2ccbafd3-f421-4bb2-a6db-2346a1ca4710 .shogun-heading-component h4 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: left;
}



#s-d5a059e1-7fda-4696-a6a1-53489110b0d5 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-d5a059e1-7fda-4696-a6a1-53489110b0d5 .shogun-heading-component h4 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: left;
}



#s-d9ffeb20-5e90-4884-aaf1-76d775baf705 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-d9ffeb20-5e90-4884-aaf1-76d775baf705 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: left;
}



#s-0c8f3296-3c75-452f-9b23-0457fb4fa7c8 {
  margin-top: 11px;
margin-bottom: 11px;
}

@media (min-width: 0px) {
[id="s-0c8f3296-3c75-452f-9b23-0457fb4fa7c8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0c8f3296-3c75-452f-9b23-0457fb4fa7c8"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-0c8f3296-3c75-452f-9b23-0457fb4fa7c8"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-0c8f3296-3c75-452f-9b23-0457fb4fa7c8"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-644fcf1b-c1a1-49bf-a1c6-f7228ad87ed3 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-644fcf1b-c1a1-49bf-a1c6-f7228ad87ed3 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 30px;
  
  
  text-align: left;
}



#s-90a35c64-1721-43a6-a090-f7c1b57d06da {
  text-align: center;
}







  #s-90a35c64-1721-43a6-a090-f7c1b57d06da img.shogun-image {
    

    
    
    
  }


#s-90a35c64-1721-43a6-a090-f7c1b57d06da .shogun-image-content {
  
    align-items: center;
  
}



.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: 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;
}


[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;
}

.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}
