.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-0950e884-0639-419e-ac6c-0d9b5fed66aa {
  padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-0950e884-0639-419e-ac6c-0d9b5fed66aa {
  
}
}@media (max-width: 767px){#s-0950e884-0639-419e-ac6c-0d9b5fed66aa {
  
}
}
#s-0950e884-0639-419e-ac6c-0d9b5fed66aa .shg-sld-dot {
  background-color: rgba(250, 176, 176, 1);
}

#s-0950e884-0639-419e-ac6c-0d9b5fed66aa .shg-sld-nav-button.shg-sld-left,
#s-0950e884-0639-419e-ac6c-0d9b5fed66aa .shg-sld-nav-button.shg-sld-right {
  fill: rgba(250, 176, 176, 1);
}

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

@media (min-width: 0px) {
[id="s-e31d84fe-0bb5-4baa-8d2f-d4c364f66cfb"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-e31d84fe-0bb5-4baa-8d2f-d4c364f66cfb"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-e31d84fe-0bb5-4baa-8d2f-d4c364f66cfb"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-e31d84fe-0bb5-4baa-8d2f-d4c364f66cfb"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

.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-57a46436-42a2-4106-86ad-869f5981a7e2 {
  min-height: 50px;
}








#s-57a46436-42a2-4106-86ad-869f5981a7e2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-57a46436-42a2-4106-86ad-869f5981a7e2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-33beaa4d-1764-416e-a3c2-1683b5911248 {
  min-height: 50px;
}








#s-33beaa4d-1764-416e-a3c2-1683b5911248 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-33beaa4d-1764-416e-a3c2-1683b5911248.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-0fcca27f-f307-4ea7-9d57-93c26f3873ea {
  text-align: center;
}







  #s-0fcca27f-f307-4ea7-9d57-93c26f3873ea img.shogun-image {
    

    
    
    
  }


#s-0fcca27f-f307-4ea7-9d57-93c26f3873ea .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-a3863df3-145e-4c1c-9efc-d3342e5e7390 {
  margin-top: 5px;
margin-left: 10%;
margin-bottom: 5px;
margin-right: 10%;
}

#s-dfbcde65-14d5-470d-b9f4-a7ceafd0e416 {
  min-height: 50px;
}








#s-dfbcde65-14d5-470d-b9f4-a7ceafd0e416 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-dfbcde65-14d5-470d-b9f4-a7ceafd0e416.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2e79e8b1-ce24-48a6-8d0e-9ba47d8d8354 {
  text-align: center;
}







  #s-2e79e8b1-ce24-48a6-8d0e-9ba47d8d8354 img.shogun-image {
    

    
    
    
  }


#s-2e79e8b1-ce24-48a6-8d0e-9ba47d8d8354 .shogun-image-content {
  
    align-items: center;
  
}

#s-a127acd7-e480-4293-8223-d68ea50b5846 {
  margin-top: 5px;
margin-left: 10%;
margin-bottom: 5px;
margin-right: 10%;
padding-left: 0%;
padding-right: 0%;
}

@media (min-width: 0px) {
[id="s-1b39cb8c-2b3f-4fff-89f5-1a543a6191cb"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-1b39cb8c-2b3f-4fff-89f5-1a543a6191cb"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-1b39cb8c-2b3f-4fff-89f5-1a543a6191cb"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-1b39cb8c-2b3f-4fff-89f5-1a543a6191cb"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-44d30771-1743-4437-a0ea-91b85017fe2c {
  min-height: 50px;
}








#s-44d30771-1743-4437-a0ea-91b85017fe2c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-44d30771-1743-4437-a0ea-91b85017fe2c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-dab12fca-6b1d-41b8-b6b8-a2f753f57b41 {
  text-align: center;
}







  #s-dab12fca-6b1d-41b8-b6b8-a2f753f57b41 img.shogun-image {
    

    
    
    
  }


#s-dab12fca-6b1d-41b8-b6b8-a2f753f57b41 .shogun-image-content {
  
    align-items: center;
  
}

#s-7c8c1577-09a7-403e-bc41-a7e0d5608015 {
  margin-left: 10%;
margin-right: 10%;
}

#s-301ce8f7-0b4b-4dc0-8570-1ab1ac5a6ee6 {
  min-height: 50px;
}








#s-301ce8f7-0b4b-4dc0-8570-1ab1ac5a6ee6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-301ce8f7-0b4b-4dc0-8570-1ab1ac5a6ee6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-fdaea0a1-3a12-4231-b624-e43c2882423a {
  text-align: center;
}







  #s-fdaea0a1-3a12-4231-b624-e43c2882423a img.shogun-image {
    

    
    
    
  }


#s-fdaea0a1-3a12-4231-b624-e43c2882423a .shogun-image-content {
  
    align-items: center;
  
}

#s-a2e54976-2844-40b9-81f8-b9b297a6881f {
  margin-top: 5px;
margin-left: 10%;
margin-bottom: 5px;
margin-right: 10%;
}

#s-07b46755-eea1-447d-903e-fc0d952d1afb {
  min-height: 50px;
}








#s-07b46755-eea1-447d-903e-fc0d952d1afb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-07b46755-eea1-447d-903e-fc0d952d1afb.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-76ef4291-3073-4e24-99c7-8e266751540a {
  text-align: center;
}







  #s-76ef4291-3073-4e24-99c7-8e266751540a img.shogun-image {
    

    
    
    
  }


#s-76ef4291-3073-4e24-99c7-8e266751540a .shogun-image-content {
  
    align-items: center;
  
}

#s-674e0a58-5932-4fd5-941a-b571e8cbe319 {
  margin-top: 5px;
margin-left: 10%;
margin-bottom: 5px;
margin-right: 10%;
}

#s-7d56887f-08fc-4e2b-9bc5-96ebda1f4d27 {
  min-height: 50px;
}








#s-7d56887f-08fc-4e2b-9bc5-96ebda1f4d27 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7d56887f-08fc-4e2b-9bc5-96ebda1f4d27.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-eb8ebcb8-8a13-4a6f-b759-4b078e3eaeff {
  text-align: center;
}







  #s-eb8ebcb8-8a13-4a6f-b759-4b078e3eaeff img.shogun-image {
    

    
    
    
  }


#s-eb8ebcb8-8a13-4a6f-b759-4b078e3eaeff .shogun-image-content {
  
    align-items: center;
  
}

#s-5b342470-2af8-4c84-9c3e-82937988056c {
  margin-top: 5px;
margin-left: 10%;
margin-bottom: 5px;
margin-right: 10%;
}

@media (min-width: 0px) {
[id="s-0d3283e1-d0cd-460b-ab39-c4ddc4a504d9"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-0d3283e1-d0cd-460b-ab39-c4ddc4a504d9"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-0d3283e1-d0cd-460b-ab39-c4ddc4a504d9"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-0d3283e1-d0cd-460b-ab39-c4ddc4a504d9"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-9a85b996-9a9f-4ad0-98da-33f40d30ff58 {
  min-height: 50px;
}








#s-9a85b996-9a9f-4ad0-98da-33f40d30ff58 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9a85b996-9a9f-4ad0-98da-33f40d30ff58.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-58adfee8-80fe-4a13-9229-ff35f195f60f {
  text-align: center;
}







  #s-58adfee8-80fe-4a13-9229-ff35f195f60f img.shogun-image {
    

    
    
    
  }


#s-58adfee8-80fe-4a13-9229-ff35f195f60f .shogun-image-content {
  
    align-items: center;
  
}

#s-08744d7a-545d-48c4-9268-cfc74e6a4aed {
  margin-top: 5px;
margin-left: 10%;
margin-bottom: 5px;
margin-right: 10%;
}

#s-46331a2f-61c9-4caa-ae1e-6de2b8d3a0ab {
  min-height: 50px;
}








#s-46331a2f-61c9-4caa-ae1e-6de2b8d3a0ab > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-46331a2f-61c9-4caa-ae1e-6de2b8d3a0ab.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-572bc62f-e6c8-401b-b8a0-285874ae2750 {
  text-align: center;
}







  #s-572bc62f-e6c8-401b-b8a0-285874ae2750 img.shogun-image {
    

    
    
    
  }


#s-572bc62f-e6c8-401b-b8a0-285874ae2750 .shogun-image-content {
  
    align-items: center;
  
}

#s-7b4b218d-774c-4735-8714-64b9c7c63d52 {
  margin-top: 5px;
margin-left: 10%;
margin-bottom: 5px;
margin-right: 10%;
}

#s-6ec18b5f-3dc9-4020-b974-13bff8f8c6eb {
  min-height: 50px;
}








#s-6ec18b5f-3dc9-4020-b974-13bff8f8c6eb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6ec18b5f-3dc9-4020-b974-13bff8f8c6eb.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-03262ec5-5b63-4521-a9a4-1235e5b0cb8c {
  text-align: center;
}







  #s-03262ec5-5b63-4521-a9a4-1235e5b0cb8c img.shogun-image {
    

    
    
    
  }


#s-03262ec5-5b63-4521-a9a4-1235e5b0cb8c .shogun-image-content {
  
    align-items: center;
  
}

#s-eaf8f842-4d16-42e2-9cf9-63da024594f0 {
  margin-top: 5px;
margin-left: 10%;
margin-bottom: 5px;
margin-right: 10%;
}

#s-1e465838-6397-49f6-80fc-75778b60f136 {
  min-height: 50px;
}








#s-1e465838-6397-49f6-80fc-75778b60f136 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1e465838-6397-49f6-80fc-75778b60f136.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3b26748d-7e41-4a92-8c29-8b48a134a393 {
  text-align: center;
}







  #s-3b26748d-7e41-4a92-8c29-8b48a134a393 img.shogun-image {
    

    
    
    
  }


#s-3b26748d-7e41-4a92-8c29-8b48a134a393 .shogun-image-content {
  
    align-items: center;
  
}

#s-be3b022c-ae9f-403f-b232-3f2ad67038a4 {
  margin-top: 5px;
margin-left: 10%;
margin-bottom: 5px;
margin-right: 10%;
}

#s-2f4166bf-4fe6-4667-bfbe-5548866809d9 {
  text-align: center;
}







  #s-2f4166bf-4fe6-4667-bfbe-5548866809d9 img.shogun-image {
    

    
    
    
  }


#s-2f4166bf-4fe6-4667-bfbe-5548866809d9 .shogun-image-content {
  
    align-items: center;
  
}

#s-4d1ef7c3-160a-4b67-8767-bf7032ba24df {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-4d1ef7c3-160a-4b67-8767-bf7032ba24df .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-4d1ef7c3-160a-4b67-8767-bf7032ba24df .shg-sld-nav-button.shg-sld-left,
#s-4d1ef7c3-160a-4b67-8767-bf7032ba24df .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-21c231d2-68a2-46bc-a44a-409a07d85ade {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-21c231d2-68a2-46bc-a44a-409a07d85ade .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-21c231d2-68a2-46bc-a44a-409a07d85ade .shg-sld-nav-button.shg-sld-left,
#s-21c231d2-68a2-46bc-a44a-409a07d85ade .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

@media (min-width: 0px) {
[id="s-85f8be21-7c5c-4d35-9e0d-2793bce0f51c"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-85f8be21-7c5c-4d35-9e0d-2793bce0f51c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-85f8be21-7c5c-4d35-9e0d-2793bce0f51c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-85f8be21-7c5c-4d35-9e0d-2793bce0f51c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-99194ac9-b9b3-4f17-8e93-46acdbc0e286 {
  text-align: center;
}







  #s-99194ac9-b9b3-4f17-8e93-46acdbc0e286 img.shogun-image {
    

    
    
    
  }


#s-99194ac9-b9b3-4f17-8e93-46acdbc0e286 .shogun-image-content {
  
    align-items: center;
  
}

#s-336201a6-85a7-4bbc-b6fb-8cea4dda12a2 {
  text-align: center;
}







  #s-336201a6-85a7-4bbc-b6fb-8cea4dda12a2 img.shogun-image {
    

    
    
    
  }


#s-336201a6-85a7-4bbc-b6fb-8cea4dda12a2 .shogun-image-content {
  
    align-items: center;
  
}

#s-5132e18a-a5b2-4f92-aab8-3dd7b3693f92 {
  text-align: center;
}







  #s-5132e18a-a5b2-4f92-aab8-3dd7b3693f92 img.shogun-image {
    

    
    
    
  }


#s-5132e18a-a5b2-4f92-aab8-3dd7b3693f92 .shogun-image-content {
  
    align-items: center;
  
}

#s-fd8c29a4-14d0-440c-b095-8b4c90adb8a5 {
  text-align: center;
}







  #s-fd8c29a4-14d0-440c-b095-8b4c90adb8a5 img.shogun-image {
    

    
    
    
  }


#s-fd8c29a4-14d0-440c-b095-8b4c90adb8a5 .shogun-image-content {
  
    align-items: center;
  
}

#s-beb7440a-2a46-46d6-81b6-440899fd9566 {
  margin-left: 0%;
margin-right: 0%;
}

@media (min-width: 0px) {
[id="s-beb7440a-2a46-46d6-81b6-440899fd9566"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-beb7440a-2a46-46d6-81b6-440899fd9566"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-beb7440a-2a46-46d6-81b6-440899fd9566"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-beb7440a-2a46-46d6-81b6-440899fd9566"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-5bbf521c-3526-4ac0-8273-33b6db1c1c67 {
  min-height: 50px;
}








#s-5bbf521c-3526-4ac0-8273-33b6db1c1c67 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5bbf521c-3526-4ac0-8273-33b6db1c1c67.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shg-align-container {
  box-sizing: border-box;
}

.shg-image-content-wrapper {
  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;
  height: inherit;
  position: relative;
}

img.shogun-image {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

.shg-imageV2-content {
  text-align: initial;
}

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

.shg-image-content-wrapper .shogun-image.hover~* {
  z-index: 1;
}
#s-f191ff70-a6bf-4a39-8125-d01ff565162d {
  max-width: 1200px;
aspect-ratio: 1200/960;
text-align: center;
}





  #s-f191ff70-a6bf-4a39-8125-d01ff565162d img.shogun-image,
  #s-f191ff70-a6bf-4a39-8125-d01ff565162d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f191ff70-a6bf-4a39-8125-d01ff565162d {
    width: 100%;
    height: auto;
  }

  #s-f191ff70-a6bf-4a39-8125-d01ff565162d img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f191ff70-a6bf-4a39-8125-d01ff565162d.shogun-image {
    
    
  }


.s-f191ff70-a6bf-4a39-8125-d01ff565162d .shogun-image-content {
  
    align-items: center;
  
}

.s-f191ff70-a6bf-4a39-8125-d01ff565162d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f191ff70-a6bf-4a39-8125-d01ff565162d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f191ff70-a6bf-4a39-8125-d01ff565162d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f191ff70-a6bf-4a39-8125-d01ff565162d {
      --shg-aspect-ratio: calc(1200/960); 
    }

    .s-f191ff70-a6bf-4a39-8125-d01ff565162d.shogun-image-container {
      position: relative;
    }

    .s-f191ff70-a6bf-4a39-8125-d01ff565162d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f191ff70-a6bf-4a39-8125-d01ff565162d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f191ff70-a6bf-4a39-8125-d01ff565162d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-f191ff70-a6bf-4a39-8125-d01ff565162d img.shogun-image,
  #s-f191ff70-a6bf-4a39-8125-d01ff565162d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f191ff70-a6bf-4a39-8125-d01ff565162d {
    width: 100%;
    height: auto;
  }

  #s-f191ff70-a6bf-4a39-8125-d01ff565162d img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f191ff70-a6bf-4a39-8125-d01ff565162d.shogun-image {
    
    
  }


.s-f191ff70-a6bf-4a39-8125-d01ff565162d .shogun-image-content {
  
    align-items: center;
  
}

.s-f191ff70-a6bf-4a39-8125-d01ff565162d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f191ff70-a6bf-4a39-8125-d01ff565162d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f191ff70-a6bf-4a39-8125-d01ff565162d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f191ff70-a6bf-4a39-8125-d01ff565162d {
      --shg-aspect-ratio: calc(1200/960); 
    }

    .s-f191ff70-a6bf-4a39-8125-d01ff565162d.shogun-image-container {
      position: relative;
    }

    .s-f191ff70-a6bf-4a39-8125-d01ff565162d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f191ff70-a6bf-4a39-8125-d01ff565162d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f191ff70-a6bf-4a39-8125-d01ff565162d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-f191ff70-a6bf-4a39-8125-d01ff565162d img.shogun-image,
  #s-f191ff70-a6bf-4a39-8125-d01ff565162d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f191ff70-a6bf-4a39-8125-d01ff565162d {
    width: 100%;
    height: auto;
  }

  #s-f191ff70-a6bf-4a39-8125-d01ff565162d img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f191ff70-a6bf-4a39-8125-d01ff565162d.shogun-image {
    
    
  }


.s-f191ff70-a6bf-4a39-8125-d01ff565162d .shogun-image-content {
  
    align-items: center;
  
}

.s-f191ff70-a6bf-4a39-8125-d01ff565162d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f191ff70-a6bf-4a39-8125-d01ff565162d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f191ff70-a6bf-4a39-8125-d01ff565162d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f191ff70-a6bf-4a39-8125-d01ff565162d {
      --shg-aspect-ratio: calc(1200/960); 
    }

    .s-f191ff70-a6bf-4a39-8125-d01ff565162d.shogun-image-container {
      position: relative;
    }

    .s-f191ff70-a6bf-4a39-8125-d01ff565162d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f191ff70-a6bf-4a39-8125-d01ff565162d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f191ff70-a6bf-4a39-8125-d01ff565162d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-f191ff70-a6bf-4a39-8125-d01ff565162d img.shogun-image,
  #s-f191ff70-a6bf-4a39-8125-d01ff565162d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f191ff70-a6bf-4a39-8125-d01ff565162d {
    width: 100%;
    height: auto;
  }

  #s-f191ff70-a6bf-4a39-8125-d01ff565162d img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f191ff70-a6bf-4a39-8125-d01ff565162d.shogun-image {
    
    
  }


.s-f191ff70-a6bf-4a39-8125-d01ff565162d .shogun-image-content {
  
    align-items: center;
  
}

.s-f191ff70-a6bf-4a39-8125-d01ff565162d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f191ff70-a6bf-4a39-8125-d01ff565162d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f191ff70-a6bf-4a39-8125-d01ff565162d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f191ff70-a6bf-4a39-8125-d01ff565162d {
      --shg-aspect-ratio: calc(1200/960); 
    }

    .s-f191ff70-a6bf-4a39-8125-d01ff565162d.shogun-image-container {
      position: relative;
    }

    .s-f191ff70-a6bf-4a39-8125-d01ff565162d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f191ff70-a6bf-4a39-8125-d01ff565162d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f191ff70-a6bf-4a39-8125-d01ff565162d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-f191ff70-a6bf-4a39-8125-d01ff565162d img.shogun-image,
  #s-f191ff70-a6bf-4a39-8125-d01ff565162d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f191ff70-a6bf-4a39-8125-d01ff565162d {
    width: 100%;
    height: auto;
  }

  #s-f191ff70-a6bf-4a39-8125-d01ff565162d img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f191ff70-a6bf-4a39-8125-d01ff565162d.shogun-image {
    
    
  }


.s-f191ff70-a6bf-4a39-8125-d01ff565162d .shogun-image-content {
  
    align-items: center;
  
}

.s-f191ff70-a6bf-4a39-8125-d01ff565162d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f191ff70-a6bf-4a39-8125-d01ff565162d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f191ff70-a6bf-4a39-8125-d01ff565162d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f191ff70-a6bf-4a39-8125-d01ff565162d {
      --shg-aspect-ratio: calc(1200/960); 
    }

    .s-f191ff70-a6bf-4a39-8125-d01ff565162d.shogun-image-container {
      position: relative;
    }

    .s-f191ff70-a6bf-4a39-8125-d01ff565162d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f191ff70-a6bf-4a39-8125-d01ff565162d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f191ff70-a6bf-4a39-8125-d01ff565162d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-05895cc8-39d9-4496-a539-b7a407bda082 {
  margin-top: 5px;
margin-left: 10%;
margin-bottom: 5px;
margin-right: 10%;
}

#s-11984d39-fb54-40b1-9968-737d837d94fe {
  min-height: 50px;
}








#s-11984d39-fb54-40b1-9968-737d837d94fe > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-11984d39-fb54-40b1-9968-737d837d94fe.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-22b5ee34-cf59-4458-9698-a239ed82a829 {
  text-align: center;
}







  img.s-22b5ee34-cf59-4458-9698-a239ed82a829.shogun-image {
    
    
  }


.s-22b5ee34-cf59-4458-9698-a239ed82a829 .shogun-image-content {
  
    align-items: center;
  
}

.s-22b5ee34-cf59-4458-9698-a239ed82a829.shg-align-container {
  display: flex;
  justify-content: center
}

.s-22b5ee34-cf59-4458-9698-a239ed82a829.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-22b5ee34-cf59-4458-9698-a239ed82a829.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-22b5ee34-cf59-4458-9698-a239ed82a829.shogun-image {
    
    
  }


.s-22b5ee34-cf59-4458-9698-a239ed82a829 .shogun-image-content {
  
    align-items: center;
  
}

.s-22b5ee34-cf59-4458-9698-a239ed82a829.shg-align-container {
  display: flex;
  justify-content: center
}

.s-22b5ee34-cf59-4458-9698-a239ed82a829.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-22b5ee34-cf59-4458-9698-a239ed82a829.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 992px) and (max-width: 1199px){





  img.s-22b5ee34-cf59-4458-9698-a239ed82a829.shogun-image {
    
    
  }


.s-22b5ee34-cf59-4458-9698-a239ed82a829 .shogun-image-content {
  
    align-items: center;
  
}

.s-22b5ee34-cf59-4458-9698-a239ed82a829.shg-align-container {
  display: flex;
  justify-content: center
}

.s-22b5ee34-cf59-4458-9698-a239ed82a829.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-22b5ee34-cf59-4458-9698-a239ed82a829.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 768px) and (max-width: 991px){





  img.s-22b5ee34-cf59-4458-9698-a239ed82a829.shogun-image {
    
    
  }


.s-22b5ee34-cf59-4458-9698-a239ed82a829 .shogun-image-content {
  
    align-items: center;
  
}

.s-22b5ee34-cf59-4458-9698-a239ed82a829.shg-align-container {
  display: flex;
  justify-content: center
}

.s-22b5ee34-cf59-4458-9698-a239ed82a829.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-22b5ee34-cf59-4458-9698-a239ed82a829.shogun-image {
  box-sizing: border-box;
}



}@media (max-width: 767px){





  img.s-22b5ee34-cf59-4458-9698-a239ed82a829.shogun-image {
    
    
  }


.s-22b5ee34-cf59-4458-9698-a239ed82a829 .shogun-image-content {
  
    align-items: center;
  
}

.s-22b5ee34-cf59-4458-9698-a239ed82a829.shg-align-container {
  display: flex;
  justify-content: center
}

.s-22b5ee34-cf59-4458-9698-a239ed82a829.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-22b5ee34-cf59-4458-9698-a239ed82a829.shogun-image {
  box-sizing: border-box;
}



}
#s-a1addf5f-0334-42ed-ac87-1193a7d7f8c5 {
  margin-top: 5px;
margin-left: 10%;
margin-bottom: 5px;
margin-right: 10%;
}

#s-3e344f56-48f7-45fd-a8c0-0293294a117a {
  min-height: 50px;
}








#s-3e344f56-48f7-45fd-a8c0-0293294a117a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3e344f56-48f7-45fd-a8c0-0293294a117a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6064e099-206d-40da-9bc7-4d35c898cded {
  text-align: center;
}







  img.s-6064e099-206d-40da-9bc7-4d35c898cded.shogun-image {
    
    
  }


.s-6064e099-206d-40da-9bc7-4d35c898cded .shogun-image-content {
  
    align-items: center;
  
}

.s-6064e099-206d-40da-9bc7-4d35c898cded.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6064e099-206d-40da-9bc7-4d35c898cded.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6064e099-206d-40da-9bc7-4d35c898cded.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-6064e099-206d-40da-9bc7-4d35c898cded.shogun-image {
    
    
  }


.s-6064e099-206d-40da-9bc7-4d35c898cded .shogun-image-content {
  
    align-items: center;
  
}

.s-6064e099-206d-40da-9bc7-4d35c898cded.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6064e099-206d-40da-9bc7-4d35c898cded.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6064e099-206d-40da-9bc7-4d35c898cded.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 992px) and (max-width: 1199px){





  img.s-6064e099-206d-40da-9bc7-4d35c898cded.shogun-image {
    
    
  }


.s-6064e099-206d-40da-9bc7-4d35c898cded .shogun-image-content {
  
    align-items: center;
  
}

.s-6064e099-206d-40da-9bc7-4d35c898cded.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6064e099-206d-40da-9bc7-4d35c898cded.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6064e099-206d-40da-9bc7-4d35c898cded.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 768px) and (max-width: 991px){





  img.s-6064e099-206d-40da-9bc7-4d35c898cded.shogun-image {
    
    
  }


.s-6064e099-206d-40da-9bc7-4d35c898cded .shogun-image-content {
  
    align-items: center;
  
}

.s-6064e099-206d-40da-9bc7-4d35c898cded.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6064e099-206d-40da-9bc7-4d35c898cded.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6064e099-206d-40da-9bc7-4d35c898cded.shogun-image {
  box-sizing: border-box;
}



}@media (max-width: 767px){





  img.s-6064e099-206d-40da-9bc7-4d35c898cded.shogun-image {
    
    
  }


.s-6064e099-206d-40da-9bc7-4d35c898cded .shogun-image-content {
  
    align-items: center;
  
}

.s-6064e099-206d-40da-9bc7-4d35c898cded.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6064e099-206d-40da-9bc7-4d35c898cded.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6064e099-206d-40da-9bc7-4d35c898cded.shogun-image {
  box-sizing: border-box;
}



}
#s-4316690b-e2be-47f7-bd63-80d3b48cb2d3 {
  margin-top: 5px;
margin-left: 10%;
margin-bottom: 5px;
margin-right: 10%;
}

#s-4d5bb97a-c6c7-4414-a7d4-4b113267ca97 {
  min-height: 50px;
}








#s-4d5bb97a-c6c7-4414-a7d4-4b113267ca97 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4d5bb97a-c6c7-4414-a7d4-4b113267ca97.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2fbe5b01-a684-4432-ab3d-a9c350b9714c {
  text-align: center;
}







  #s-2fbe5b01-a684-4432-ab3d-a9c350b9714c img.shogun-image {
    

    
    
    
  }


#s-2fbe5b01-a684-4432-ab3d-a9c350b9714c .shogun-image-content {
  
    align-items: center;
  
}

#s-f84f7e25-bb96-48a7-b9ee-78d1a95030ff {
  margin-top: 5px;
margin-left: 10%;
margin-bottom: 5px;
margin-right: 10%;
}

@media (min-width: 0px) {
[id="s-f34bcfee-9e6d-41a0-8fed-17521df6eade"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-f34bcfee-9e6d-41a0-8fed-17521df6eade"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-f34bcfee-9e6d-41a0-8fed-17521df6eade"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-f34bcfee-9e6d-41a0-8fed-17521df6eade"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-c111c64d-0dd1-4ef1-b45c-aad1aa6a54e2 {
  min-height: 50px;
}








#s-c111c64d-0dd1-4ef1-b45c-aad1aa6a54e2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c111c64d-0dd1-4ef1-b45c-aad1aa6a54e2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-725f4c02-c005-4ce4-b54c-fe68e78ae6e1 {
  text-align: center;
}







  #s-725f4c02-c005-4ce4-b54c-fe68e78ae6e1 img.shogun-image {
    

    
    
    
  }


#s-725f4c02-c005-4ce4-b54c-fe68e78ae6e1 .shogun-image-content {
  
    align-items: center;
  
}

#s-3ea7e03c-db99-426c-a587-27bc4629fc76 {
  margin-top: 5px;
margin-left: 10%;
margin-bottom: 5px;
margin-right: 10%;
}

#s-831d4bd4-4fce-44f2-900d-e488d6d770a6 {
  min-height: 50px;
}








#s-831d4bd4-4fce-44f2-900d-e488d6d770a6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-831d4bd4-4fce-44f2-900d-e488d6d770a6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-fa1bba4b-614a-4737-bcab-a252f1af19b8 {
  min-height: 50px;
}








#s-fa1bba4b-614a-4737-bcab-a252f1af19b8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fa1bba4b-614a-4737-bcab-a252f1af19b8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-01650625-23c0-4f38-987f-cd9b401f98be {
  text-align: center;
}







  #s-01650625-23c0-4f38-987f-cd9b401f98be img.shogun-image {
    

    
    
    
  }


#s-01650625-23c0-4f38-987f-cd9b401f98be .shogun-image-content {
  
    align-items: center;
  
}

#s-b7279798-a504-456b-9f2d-1f8cc0548f49 {
  margin-top: 5px;
margin-left: 10%;
margin-bottom: 5px;
margin-right: 10%;
}

#s-19d27c5b-b0d0-4a2f-bc21-6b1a5cba4d19 {
  min-height: 50px;
}








#s-19d27c5b-b0d0-4a2f-bc21-6b1a5cba4d19 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-19d27c5b-b0d0-4a2f-bc21-6b1a5cba4d19.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c1ec5bd1-f51d-4919-aa58-8af7de2bf54e {
  text-align: center;
}







  #s-c1ec5bd1-f51d-4919-aa58-8af7de2bf54e img.shogun-image {
    

    
    
    
  }


#s-c1ec5bd1-f51d-4919-aa58-8af7de2bf54e .shogun-image-content {
  
    align-items: center;
  
}

#s-95de110b-e436-4c70-aba2-8305b7325e92 {
  margin-top: 5px;
margin-left: 10%;
margin-bottom: 5px;
margin-right: 10%;
}

#s-2e84ee07-6661-481a-a846-215071bdcc57 {
  min-height: 50px;
}








#s-2e84ee07-6661-481a-a846-215071bdcc57 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2e84ee07-6661-481a-a846-215071bdcc57.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5f47875b-7fd6-4fad-acc1-8076fa0f32b4 {
  text-align: center;
}







  #s-5f47875b-7fd6-4fad-acc1-8076fa0f32b4 img.shogun-image {
    

    
    
    
  }


#s-5f47875b-7fd6-4fad-acc1-8076fa0f32b4 .shogun-image-content {
  
    align-items: center;
  
}

#s-57f6fa9d-73ad-4efc-a764-1f7aa0ddb00c {
  margin-top: 5px;
margin-left: 10%;
margin-bottom: 5px;
margin-right: 10%;
}








#s-1fc1da8b-ee4b-424c-9bd5-035753759eb5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1fc1da8b-ee4b-424c-9bd5-035753759eb5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: 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-81d10013-e8e2-4504-9c15-d7c86d10273b {
  min-height: 100px;
}








#s-81d10013-e8e2-4504-9c15-d7c86d10273b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-81d10013-e8e2-4504-9c15-d7c86d10273b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}







  #s-e283d380-87e0-4bee-b891-fa11c1737b8d img.shogun-image {
    

    
    
    
  }


#s-e283d380-87e0-4bee-b891-fa11c1737b8d .shogun-image-content {
  
    align-items: center;
  
}







  #s-be79f5f6-efc0-4f5d-b1c0-9f5f24f24047 img.shogun-image {
    

    
    
    
  }


#s-be79f5f6-efc0-4f5d-b1c0-9f5f24f24047 .shogun-image-content {
  
    align-items: center;
  
}







  #s-ec964255-c3a6-464b-b5cb-b03f6bc8934a img.shogun-image {
    

    
    
    
  }


#s-ec964255-c3a6-464b-b5cb-b03f6bc8934a .shogun-image-content {
  
    align-items: center;
  
}







  #s-397b69c1-c576-4b76-a344-2de7d3ed2d4b img.shogun-image {
    

    
    
    
  }


#s-397b69c1-c576-4b76-a344-2de7d3ed2d4b .shogun-image-content {
  
    align-items: center;
  
}







  #s-5c58f9e0-c9bd-4f2c-a3db-5050858f9372 img.shogun-image {
    

    
    
    
  }


#s-5c58f9e0-c9bd-4f2c-a3db-5050858f9372 .shogun-image-content {
  
    align-items: center;
  
}







  #s-658b01da-1d47-48ed-b3b1-bfde775cadb5 img.shogun-image {
    

    
    
    
  }


#s-658b01da-1d47-48ed-b3b1-bfde775cadb5 .shogun-image-content {
  
    align-items: center;
  
}







  #s-10c439ce-80d3-4e04-ad19-d2932ce8f7a3 img.shogun-image {
    

    
    
    
  }


#s-10c439ce-80d3-4e04-ad19-d2932ce8f7a3 .shogun-image-content {
  
    align-items: center;
  
}







  #s-3ec8f98b-f48f-4c23-8d5d-5498e4458b03 img.shogun-image {
    

    
    
    
  }


#s-3ec8f98b-f48f-4c23-8d5d-5498e4458b03 .shogun-image-content {
  
    align-items: center;
  
}







  #s-ce05cd5d-367e-4495-b290-d1edd9ed6285 img.shogun-image {
    

    
    
    
  }


#s-ce05cd5d-367e-4495-b290-d1edd9ed6285 .shogun-image-content {
  
    align-items: center;
  
}







  #s-115a07bd-61b6-40bc-9c40-4f77e2f2d08f img.shogun-image {
    

    
    
    
  }


#s-115a07bd-61b6-40bc-9c40-4f77e2f2d08f .shogun-image-content {
  
    align-items: center;
  
}







  #s-6d9405d2-a62d-48bc-8671-aab2d83e3f0a img.shogun-image {
    

    
    
    
  }


#s-6d9405d2-a62d-48bc-8671-aab2d83e3f0a .shogun-image-content {
  
    align-items: center;
  
}







  #s-6db50742-7543-461a-a4d9-d37b9264e91b img.shogun-image {
    

    
    
    
  }


#s-6db50742-7543-461a-a4d9-d37b9264e91b .shogun-image-content {
  
    align-items: center;
  
}







  #s-5f26156b-45a0-4360-be66-8bd2093a092a img.shogun-image {
    

    
    
    
  }


#s-5f26156b-45a0-4360-be66-8bd2093a092a .shogun-image-content {
  
    align-items: center;
  
}







  #s-2ade03a7-3c1b-409d-8b84-04fc274ee4d1 img.shogun-image {
    

    
    
    
  }


#s-2ade03a7-3c1b-409d-8b84-04fc274ee4d1 .shogun-image-content {
  
    align-items: center;
  
}







  #s-7cb31260-dfb7-4fff-91d6-80f12c0dfd5d img.shogun-image {
    

    
    
    
  }


#s-7cb31260-dfb7-4fff-91d6-80f12c0dfd5d .shogun-image-content {
  
    align-items: center;
  
}







  #s-7f960ef2-f94b-4a4b-96c5-c53e29f10606 img.shogun-image {
    

    
    
    
  }


#s-7f960ef2-f94b-4a4b-96c5-c53e29f10606 .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}
