.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-9df500aa-82fd-4ffb-8d79-f1241158b880 {
  min-height: 50px;
}








#s-9df500aa-82fd-4ffb-8d79-f1241158b880 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9df500aa-82fd-4ffb-8d79-f1241158b880.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shg-row {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  min-height: inherit;
  max-height: inherit;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.shg-row > * {
  min-height: inherit;
  max-height: inherit;
}

[class*=shg-c-xs],
[class*=shg-c-sm],
[class*=shg-c-md],
[class*=shg-c-lg] {
  position: relative;
}

@media (min-width: 0px) {
[id="s-af917d9d-5e9d-430c-8cb1-8641f954951b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-af917d9d-5e9d-430c-8cb1-8641f954951b"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-af917d9d-5e9d-430c-8cb1-8641f954951b"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-af917d9d-5e9d-430c-8cb1-8641f954951b"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-af917d9d-5e9d-430c-8cb1-8641f954951b"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-af917d9d-5e9d-430c-8cb1-8641f954951b"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-af917d9d-5e9d-430c-8cb1-8641f954951b"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

#s-ef24f87c-4f65-4b6f-94a7-142dd51f9f20 {
  padding-top: 40px;
padding-bottom: 40px;
}
@media (max-width: 767px){#s-ef24f87c-4f65-4b6f-94a7-142dd51f9f20 {
  
}
}
@media (min-width: 0px) {
[id="s-ef24f87c-4f65-4b6f-94a7-142dd51f9f20"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ef24f87c-4f65-4b6f-94a7-142dd51f9f20"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-ef24f87c-4f65-4b6f-94a7-142dd51f9f20"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-ef24f87c-4f65-4b6f-94a7-142dd51f9f20"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-ef24f87c-4f65-4b6f-94a7-142dd51f9f20"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-ef24f87c-4f65-4b6f-94a7-142dd51f9f20"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-ef24f87c-4f65-4b6f-94a7-142dd51f9f20"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

}

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

@media (max-width: 767px){#s-f1329224-dc50-49f2-9d80-ac879310200e {
  padding-left: 5%;
padding-right: 5%;
}
}
#s-7a0e9cf6-6ac0-4569-94d8-64e59eaa5446 {
  min-height: 50px;
}








#s-7a0e9cf6-6ac0-4569-94d8-64e59eaa5446 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7a0e9cf6-6ac0-4569-94d8-64e59eaa5446.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-481ad3d7-5b68-4f2b-8428-75bf31889aa7 {
  min-height: 50px;
}








#s-481ad3d7-5b68-4f2b-8428-75bf31889aa7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-481ad3d7-5b68-4f2b-8428-75bf31889aa7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c6fe66f4-ae42-4c29-b4cb-e2422fa3e9ab {
  min-height: 50px;
}








#s-c6fe66f4-ae42-4c29-b4cb-e2422fa3e9ab > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c6fe66f4-ae42-4c29-b4cb-e2422fa3e9ab.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c4280a9f-81d0-4aab-a059-6b7db13aa04e {
  margin-top: 0px;
margin-bottom: 50px;
}
@media (max-width: 767px){#s-c4280a9f-81d0-4aab-a059-6b7db13aa04e {
  display: none;
}
#s-c4280a9f-81d0-4aab-a059-6b7db13aa04e, #wrap-s-c4280a9f-81d0-4aab-a059-6b7db13aa04e { display:none !important; }}
@media (min-width: 0px) {
[id="s-c4280a9f-81d0-4aab-a059-6b7db13aa04e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c4280a9f-81d0-4aab-a059-6b7db13aa04e"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-c4280a9f-81d0-4aab-a059-6b7db13aa04e"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-c4280a9f-81d0-4aab-a059-6b7db13aa04e"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-c4280a9f-81d0-4aab-a059-6b7db13aa04e"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-c4280a9f-81d0-4aab-a059-6b7db13aa04e"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-c4280a9f-81d0-4aab-a059-6b7db13aa04e"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

.shogun-image-container {
  position: relative;
}

.shogun-image-container.shg-align-left {
  text-align: left;
}

.shogun-image-container.shg-align-center {
  text-align: center;
}

.shogun-image-container.shg-align-right {
  text-align: right;
}

.shogun-image-linked {
  cursor: pointer;
}

.shogun-image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  padding: 20px;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}

.shogun-image-overlay.shg-top-left {
  align-items: flex-start;
  justify-content: flex-start;
}

.shogun-image-overlay.shg-top-center {
  align-items: flex-start;
  justify-content: center;
}

.shogun-image-overlay.shg-top-right {
  align-items: flex-start;
  justify-content: flex-end;
}

.shogun-image-overlay.shg-middle-left {
  align-items: center;
  justify-content: flex-start;
}

.shogun-image-overlay.shg-middle-center {
  align-items: center;
  justify-content: center;
}

.shogun-image-overlay.shg-middle-right {
  align-items: center;
  justify-content: flex-end;
}

.shogun-image-overlay.shg-bottom-left {
  align-items: flex-end;
  justify-content: flex-start;
}

.shogun-image-overlay.shg-bottom-center {
  align-items: flex-end;
  justify-content: center;
}

.shogun-image-overlay.shg-bottom-right {
  align-items: flex-end;
  justify-content: flex-end;
}

.shogun-image-overlay p {
  margin: 0;
  padding: 0;
  line-height: normal;
}

.shogun-image-cover {
  object-fit: cover;
  font-family: "object-fit: cover;";
  width: 100%;
}

.shogun-image-contain {
  font-family: "object-fit: contain;";
  object-fit: contain;
  width: 100%;
}

.shogun-image-link {
  display: block;
  min-height: inherit;
  max-height: inherit;
}

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

.shogun-image-content {
  display: flex;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
}

.shogun-image-content-linked, .shogun-image-content-not-linked {
  pointer-events: none;
}

.shogun-image-content-not-linked > div {
  pointer-events: auto;
}

.shogun-image-content-linked a,
.shogun-image-content-linked button,
.shogun-image-content-linked iframe,
.shogun-image-content-linked .shg-box-linked {
  pointer-events: auto;
}

.shogun-image-content > div {
  width: 100%;
}

.shogun-image-content-top {
  align-items: flex-start;
}

.shogun-image-content-center {
  align-items: center;
}

.shogun-image-content-bottom {
  align-items: flex-end;
}
#s-f7d0dbc4-73a3-498b-bd67-8066bb9d9be1 {
  text-align: center;
}
@media (max-width: 767px){#s-f7d0dbc4-73a3-498b-bd67-8066bb9d9be1 {
  padding-left: 0%;
padding-right: 0%;
}
}






  #s-f7d0dbc4-73a3-498b-bd67-8066bb9d9be1 img.shogun-image {
    

    
    
    
  }


#s-f7d0dbc4-73a3-498b-bd67-8066bb9d9be1 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 1200px){#s-b916fd3b-2f9f-4473-82ca-c92387c52e49 {
  display: none;
}
#s-b916fd3b-2f9f-4473-82ca-c92387c52e49, #wrap-s-b916fd3b-2f9f-4473-82ca-c92387c52e49 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b916fd3b-2f9f-4473-82ca-c92387c52e49 {
  display: none;
}
#s-b916fd3b-2f9f-4473-82ca-c92387c52e49, #wrap-s-b916fd3b-2f9f-4473-82ca-c92387c52e49 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-b916fd3b-2f9f-4473-82ca-c92387c52e49 {
  display: none;
}
#s-b916fd3b-2f9f-4473-82ca-c92387c52e49, #wrap-s-b916fd3b-2f9f-4473-82ca-c92387c52e49 { display:none !important; }}@media (max-width: 767px){#s-b916fd3b-2f9f-4473-82ca-c92387c52e49 {
  padding-top: 0px;
padding-bottom: 50px;
}
}
@media (min-width: 0px) {
[id="s-b916fd3b-2f9f-4473-82ca-c92387c52e49"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b916fd3b-2f9f-4473-82ca-c92387c52e49"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-b916fd3b-2f9f-4473-82ca-c92387c52e49"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-b916fd3b-2f9f-4473-82ca-c92387c52e49"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-b916fd3b-2f9f-4473-82ca-c92387c52e49"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-b916fd3b-2f9f-4473-82ca-c92387c52e49"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-b916fd3b-2f9f-4473-82ca-c92387c52e49"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

#s-f2bf9f29-de5f-43c2-b694-8c639fe26ef7 {
  text-align: center;
}
@media (max-width: 767px){#s-f2bf9f29-de5f-43c2-b694-8c639fe26ef7 {
  padding-left: 5%;
padding-right: 5%;
}
}






  #s-f2bf9f29-de5f-43c2-b694-8c639fe26ef7 img.shogun-image {
    

    
    
    
  }


#s-f2bf9f29-de5f-43c2-b694-8c639fe26ef7 .shogun-image-content {
  
    align-items: center;
  
}

#s-001df313-f956-4cda-9d5b-b0f5c22edded {
  padding-top: 20px;
background-color: rgba(209, 181, 169, 1);
}

@media (min-width: 0px) {
[id="s-001df313-f956-4cda-9d5b-b0f5c22edded"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-001df313-f956-4cda-9d5b-b0f5c22edded"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-001df313-f956-4cda-9d5b-b0f5c22edded"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-001df313-f956-4cda-9d5b-b0f5c22edded"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-001df313-f956-4cda-9d5b-b0f5c22edded"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-001df313-f956-4cda-9d5b-b0f5c22edded"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-001df313-f956-4cda-9d5b-b0f5c22edded"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

#s-6a004767-71c6-478e-b63b-efcfc1b883fd {
  padding-bottom: 10px;
background-color: rgba(209, 181, 169, 1);
}
@media (max-width: 767px){#s-6a004767-71c6-478e-b63b-efcfc1b883fd {
  padding-left: 5%;
padding-right: 5%;
}
}
#s-e6ba6fca-65ee-4b1d-9050-0eb771307269 {
  padding-bottom: 0px;
background-color: rgba(209, 181, 169, 1);
}
@media (max-width: 767px){#s-e6ba6fca-65ee-4b1d-9050-0eb771307269 {
  padding-left: 5%;
padding-right: 5%;
}
}
#s-890bbebe-0aba-4193-a903-51a55d6fe18b {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 30px;
padding-bottom: 30px;
background-color: rgba(209, 181, 169, 1);
}
@media (max-width: 767px){#s-890bbebe-0aba-4193-a903-51a55d6fe18b {
  
}
}
@media (min-width: 0px) {
[id="s-890bbebe-0aba-4193-a903-51a55d6fe18b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-890bbebe-0aba-4193-a903-51a55d6fe18b"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-890bbebe-0aba-4193-a903-51a55d6fe18b"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-890bbebe-0aba-4193-a903-51a55d6fe18b"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-890bbebe-0aba-4193-a903-51a55d6fe18b"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-890bbebe-0aba-4193-a903-51a55d6fe18b"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-890bbebe-0aba-4193-a903-51a55d6fe18b"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 0px) {
[id="s-43214664-f036-4f37-b108-94913c9411e0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-43214664-f036-4f37-b108-94913c9411e0"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-43214664-f036-4f37-b108-94913c9411e0"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-43214664-f036-4f37-b108-94913c9411e0"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-82b57613-1a0d-4bb6-8fee-539a7c59648c {
  text-align: center;
}
@media (max-width: 767px){#s-82b57613-1a0d-4bb6-8fee-539a7c59648c {
  padding-left: 5%;
padding-right: 5%;
}
}






  #s-82b57613-1a0d-4bb6-8fee-539a7c59648c img.shogun-image {
    

    
    
    
  }


#s-82b57613-1a0d-4bb6-8fee-539a7c59648c .shogun-image-content {
  
    align-items: center;
  
}

#s-e0b77430-bb3d-4849-bcfe-27551d055173 {
  text-align: center;
}
@media (max-width: 767px){#s-e0b77430-bb3d-4849-bcfe-27551d055173 {
  padding-top: 30px;
padding-left: 5%;
padding-right: 5%;
}
}






  #s-e0b77430-bb3d-4849-bcfe-27551d055173 img.shogun-image {
    

    
    
    
  }


#s-e0b77430-bb3d-4849-bcfe-27551d055173 .shogun-image-content {
  
    align-items: center;
  
}

#s-8ab40ee8-b57d-4cc6-b7ea-39f9a633aa61 {
  text-align: center;
}
@media (max-width: 767px){#s-8ab40ee8-b57d-4cc6-b7ea-39f9a633aa61 {
  padding-top: 30px;
padding-left: 5%;
padding-bottom: 30px;
padding-right: 5%;
}
}






  #s-8ab40ee8-b57d-4cc6-b7ea-39f9a633aa61 img.shogun-image {
    

    
    
    
  }


#s-8ab40ee8-b57d-4cc6-b7ea-39f9a633aa61 .shogun-image-content {
  
    align-items: center;
  
}

#s-846144c6-9dff-4842-9495-2809f21f97b2 {
  padding-top: 20px;
}
@media (max-width: 767px){#s-846144c6-9dff-4842-9495-2809f21f97b2 {
  padding-top: 0px;
}
}
#s-3ef40c58-a8bc-4ec7-ab02-641c7a0a2203 {
  padding-top: 40px;
padding-bottom: 40px;
}
@media (max-width: 767px){#s-3ef40c58-a8bc-4ec7-ab02-641c7a0a2203 {
  padding-top: 40px;
}
}
@media (min-width: 0px) {
[id="s-3ef40c58-a8bc-4ec7-ab02-641c7a0a2203"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3ef40c58-a8bc-4ec7-ab02-641c7a0a2203"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-3ef40c58-a8bc-4ec7-ab02-641c7a0a2203"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-3ef40c58-a8bc-4ec7-ab02-641c7a0a2203"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-3ef40c58-a8bc-4ec7-ab02-641c7a0a2203"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-3ef40c58-a8bc-4ec7-ab02-641c7a0a2203"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-3ef40c58-a8bc-4ec7-ab02-641c7a0a2203"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

#s-ab078c3f-a842-433e-a12a-1dca83a7156b {
  padding-bottom: 10px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-ab078c3f-a842-433e-a12a-1dca83a7156b {
  padding-left: 5%;
padding-right: 5%;
}
}
@media (max-width: 767px){#s-333aed91-769a-43e9-a88d-2b60d7aebf8f {
  padding-left: 5%;
padding-right: 5%;
}
}
#s-0190cf64-678e-4a33-b22b-3bc39178794b {
  padding-top: 30px;
background-color: rgba(67, 67, 67, 1);
}
@media (max-width: 767px){#s-0190cf64-678e-4a33-b22b-3bc39178794b {
  display: none;
}
#s-0190cf64-678e-4a33-b22b-3bc39178794b, #wrap-s-0190cf64-678e-4a33-b22b-3bc39178794b { display:none !important; }}
@media (min-width: 0px) {
[id="s-0190cf64-678e-4a33-b22b-3bc39178794b"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-0190cf64-678e-4a33-b22b-3bc39178794b"] > .shg-row > .shg-c-sm-2_4 {
  width: calc(20.0% - 24.0px);
}

}

@media (min-width: 992px) {
[id="s-0190cf64-678e-4a33-b22b-3bc39178794b"] > .shg-row > .shg-c-md-2_4 {
  width: calc(20.0% - 24.0px);
}

}

@media (min-width: 1200px) {
[id="s-0190cf64-678e-4a33-b22b-3bc39178794b"] > .shg-row > .shg-c-lg-2_4 {
  width: calc(20.0% - 24.0px);
}

}

#s-2b9703ce-870a-4aca-8f21-d646c02daa6f {
  text-align: center;
}
@media (max-width: 767px){#s-2b9703ce-870a-4aca-8f21-d646c02daa6f {
  padding-left: 5%;
padding-right: 5%;
}
}






  #s-2b9703ce-870a-4aca-8f21-d646c02daa6f img.shogun-image {
    

    
    
    
  }


#s-2b9703ce-870a-4aca-8f21-d646c02daa6f .shogun-image-content {
  
    align-items: center;
  
}

#s-f5636204-c77c-4740-9f4d-4c152f80166a {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 10px;
}

#s-321c6daf-2214-4895-920f-87ddcdbb5929 {
  text-align: center;
}
@media (max-width: 767px){#s-321c6daf-2214-4895-920f-87ddcdbb5929 {
  padding-left: 5%;
padding-right: 5%;
}
}






  #s-321c6daf-2214-4895-920f-87ddcdbb5929 img.shogun-image {
    

    
    
    
  }


#s-321c6daf-2214-4895-920f-87ddcdbb5929 .shogun-image-content {
  
    align-items: center;
  
}

#s-b2e4dcc9-365e-476c-8eb0-ded1b919f85a {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 10px;
}

#s-9fcc3ce9-3f1f-4c82-818b-990b1f1952e6 {
  text-align: center;
}
@media (max-width: 767px){#s-9fcc3ce9-3f1f-4c82-818b-990b1f1952e6 {
  padding-left: 5%;
padding-right: 5%;
}
}






  #s-9fcc3ce9-3f1f-4c82-818b-990b1f1952e6 img.shogun-image {
    

    
    
    
  }


#s-9fcc3ce9-3f1f-4c82-818b-990b1f1952e6 .shogun-image-content {
  
    align-items: center;
  
}

#s-414f4188-f57e-4aa5-834d-79c3393aca18 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 10px;
}

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

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

#s-35c1970f-09c2-460d-a789-349a309da095 {
  text-align: center;
}
@media (max-width: 767px){#s-35c1970f-09c2-460d-a789-349a309da095 {
  padding-left: 5%;
padding-right: 5%;
}
}






  img.s-35c1970f-09c2-460d-a789-349a309da095.shogun-image {
    
    
  }


.s-35c1970f-09c2-460d-a789-349a309da095 .shogun-image-content {
  
    align-items: center;
  
}

.s-35c1970f-09c2-460d-a789-349a309da095.shg-align-container {
  text-align: center
}

.s-35c1970f-09c2-460d-a789-349a309da095.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-35c1970f-09c2-460d-a789-349a309da095.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-35c1970f-09c2-460d-a789-349a309da095.shogun-image {
    
    
  }


.s-35c1970f-09c2-460d-a789-349a309da095 .shogun-image-content {
  
    align-items: center;
  
}

.s-35c1970f-09c2-460d-a789-349a309da095.shg-align-container {
  text-align: center
}

.s-35c1970f-09c2-460d-a789-349a309da095.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-35c1970f-09c2-460d-a789-349a309da095.shogun-image {
  box-sizing: border-box;
}


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





  img.s-35c1970f-09c2-460d-a789-349a309da095.shogun-image {
    
    
  }


.s-35c1970f-09c2-460d-a789-349a309da095 .shogun-image-content {
  
    align-items: center;
  
}

.s-35c1970f-09c2-460d-a789-349a309da095.shg-align-container {
  text-align: center
}

.s-35c1970f-09c2-460d-a789-349a309da095.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-35c1970f-09c2-460d-a789-349a309da095.shogun-image {
  box-sizing: border-box;
}


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





  img.s-35c1970f-09c2-460d-a789-349a309da095.shogun-image {
    
    
  }


.s-35c1970f-09c2-460d-a789-349a309da095 .shogun-image-content {
  
    align-items: center;
  
}

.s-35c1970f-09c2-460d-a789-349a309da095.shg-align-container {
  text-align: center
}

.s-35c1970f-09c2-460d-a789-349a309da095.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-35c1970f-09c2-460d-a789-349a309da095.shogun-image {
  box-sizing: border-box;
}


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





  img.s-35c1970f-09c2-460d-a789-349a309da095.shogun-image {
    
    
  }


.s-35c1970f-09c2-460d-a789-349a309da095 .shogun-image-content {
  
    align-items: center;
  
}

.s-35c1970f-09c2-460d-a789-349a309da095.shg-align-container {
  text-align: center
}

.s-35c1970f-09c2-460d-a789-349a309da095.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-35c1970f-09c2-460d-a789-349a309da095.shogun-image {
  box-sizing: border-box;
}


}
#s-c7c5ce99-f568-4d62-8009-92cdb8263326 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 10px;
}

#s-3d5b5430-689f-4962-ab4f-043e35ca050b {
  text-align: center;
}







  img.s-3d5b5430-689f-4962-ab4f-043e35ca050b.shogun-image {
    
    
  }


.s-3d5b5430-689f-4962-ab4f-043e35ca050b .shogun-image-content {
  
    align-items: center;
  
}

.s-3d5b5430-689f-4962-ab4f-043e35ca050b.shg-align-container {
  text-align: center
}

.s-3d5b5430-689f-4962-ab4f-043e35ca050b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3d5b5430-689f-4962-ab4f-043e35ca050b.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-3d5b5430-689f-4962-ab4f-043e35ca050b.shogun-image {
    
    
  }


.s-3d5b5430-689f-4962-ab4f-043e35ca050b .shogun-image-content {
  
    align-items: center;
  
}

.s-3d5b5430-689f-4962-ab4f-043e35ca050b.shg-align-container {
  text-align: center
}

.s-3d5b5430-689f-4962-ab4f-043e35ca050b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3d5b5430-689f-4962-ab4f-043e35ca050b.shogun-image {
  box-sizing: border-box;
}


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





  img.s-3d5b5430-689f-4962-ab4f-043e35ca050b.shogun-image {
    
    
  }


.s-3d5b5430-689f-4962-ab4f-043e35ca050b .shogun-image-content {
  
    align-items: center;
  
}

.s-3d5b5430-689f-4962-ab4f-043e35ca050b.shg-align-container {
  text-align: center
}

.s-3d5b5430-689f-4962-ab4f-043e35ca050b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3d5b5430-689f-4962-ab4f-043e35ca050b.shogun-image {
  box-sizing: border-box;
}


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





  img.s-3d5b5430-689f-4962-ab4f-043e35ca050b.shogun-image {
    
    
  }


.s-3d5b5430-689f-4962-ab4f-043e35ca050b .shogun-image-content {
  
    align-items: center;
  
}

.s-3d5b5430-689f-4962-ab4f-043e35ca050b.shg-align-container {
  text-align: center
}

.s-3d5b5430-689f-4962-ab4f-043e35ca050b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3d5b5430-689f-4962-ab4f-043e35ca050b.shogun-image {
  box-sizing: border-box;
}


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





  img.s-3d5b5430-689f-4962-ab4f-043e35ca050b.shogun-image {
    
    
  }


.s-3d5b5430-689f-4962-ab4f-043e35ca050b .shogun-image-content {
  
    align-items: center;
  
}

.s-3d5b5430-689f-4962-ab4f-043e35ca050b.shg-align-container {
  text-align: center
}

.s-3d5b5430-689f-4962-ab4f-043e35ca050b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3d5b5430-689f-4962-ab4f-043e35ca050b.shogun-image {
  box-sizing: border-box;
}


}
#s-7808b892-2d1d-467b-b173-17f3e18677ee {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 10px;
}

#s-376dee6e-febc-4f2d-a74a-da1d0c36e96e {
  padding-top: 30px;
background-color: rgba(67, 67, 67, 1);
}
@media (min-width: 1200px){#s-376dee6e-febc-4f2d-a74a-da1d0c36e96e {
  display: none;
}
#s-376dee6e-febc-4f2d-a74a-da1d0c36e96e, #wrap-s-376dee6e-febc-4f2d-a74a-da1d0c36e96e { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-376dee6e-febc-4f2d-a74a-da1d0c36e96e {
  display: none;
}
#s-376dee6e-febc-4f2d-a74a-da1d0c36e96e, #wrap-s-376dee6e-febc-4f2d-a74a-da1d0c36e96e { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-376dee6e-febc-4f2d-a74a-da1d0c36e96e {
  display: none;
}
#s-376dee6e-febc-4f2d-a74a-da1d0c36e96e, #wrap-s-376dee6e-febc-4f2d-a74a-da1d0c36e96e { display:none !important; }}
@media (min-width: 0px) {
[id="s-376dee6e-febc-4f2d-a74a-da1d0c36e96e"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-376dee6e-febc-4f2d-a74a-da1d0c36e96e"] > .shg-row > .shg-c-sm-2_4 {
  width: calc(20.0% - 8.0px);
}

}

@media (min-width: 992px) {
[id="s-376dee6e-febc-4f2d-a74a-da1d0c36e96e"] > .shg-row > .shg-c-md-2_4 {
  width: calc(20.0% - 8.0px);
}

}

@media (min-width: 1200px) {
[id="s-376dee6e-febc-4f2d-a74a-da1d0c36e96e"] > .shg-row > .shg-c-lg-2_4 {
  width: calc(20.0% - 8.0px);
}

}

#s-13326262-bbb6-4474-a1dc-9711a0c845dc {
  text-align: center;
}
@media (max-width: 767px){#s-13326262-bbb6-4474-a1dc-9711a0c845dc {
  padding-left: 5%;
padding-right: 0%;
}
}






  #s-13326262-bbb6-4474-a1dc-9711a0c845dc img.shogun-image {
    

    
    
    
  }


#s-13326262-bbb6-4474-a1dc-9711a0c845dc .shogun-image-content {
  
    align-items: center;
  
}

#s-85d11f16-8124-4acb-a545-57debd63866f {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 10px;
}
@media (max-width: 767px){#s-85d11f16-8124-4acb-a545-57debd63866f {
  padding-bottom: 20px;
}
}
#s-cfd6e1fb-1165-46c1-b0af-2edbad83beda {
  text-align: center;
}
@media (max-width: 767px){#s-cfd6e1fb-1165-46c1-b0af-2edbad83beda {
  padding-left: 0%;
padding-right: 5%;
}
}






  #s-cfd6e1fb-1165-46c1-b0af-2edbad83beda img.shogun-image {
    

    
    
    
  }


#s-cfd6e1fb-1165-46c1-b0af-2edbad83beda .shogun-image-content {
  
    align-items: center;
  
}

#s-4e607052-e6b5-4a76-8bae-00aad2e414c2 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 10px;
}
@media (max-width: 767px){#s-4e607052-e6b5-4a76-8bae-00aad2e414c2 {
  padding-bottom: 20px;
}
}
#s-6868b268-67b0-4f5e-ac0a-a6a6d68d7f91 {
  text-align: center;
}
@media (max-width: 767px){#s-6868b268-67b0-4f5e-ac0a-a6a6d68d7f91 {
  padding-left: 5%;
padding-right: 0%;
}
}






  #s-6868b268-67b0-4f5e-ac0a-a6a6d68d7f91 img.shogun-image {
    

    
    
    
  }


#s-6868b268-67b0-4f5e-ac0a-a6a6d68d7f91 .shogun-image-content {
  
    align-items: center;
  
}

#s-2e76eadc-7aa4-4f6d-af48-10c831417d15 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 10px;
}
@media (max-width: 767px){#s-2e76eadc-7aa4-4f6d-af48-10c831417d15 {
  padding-bottom: 20px;
}
}
#s-15a5269c-40bd-4ad7-b87a-0659966eab90 {
  text-align: center;
}
@media (max-width: 767px){#s-15a5269c-40bd-4ad7-b87a-0659966eab90 {
  padding-left: 5%;
}
}






  img.s-15a5269c-40bd-4ad7-b87a-0659966eab90.shogun-image {
    
    
  }


.s-15a5269c-40bd-4ad7-b87a-0659966eab90 .shogun-image-content {
  
    align-items: center;
  
}

.s-15a5269c-40bd-4ad7-b87a-0659966eab90.shg-align-container {
  text-align: center
}

.s-15a5269c-40bd-4ad7-b87a-0659966eab90.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-15a5269c-40bd-4ad7-b87a-0659966eab90.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-15a5269c-40bd-4ad7-b87a-0659966eab90.shogun-image {
    
    
  }


.s-15a5269c-40bd-4ad7-b87a-0659966eab90 .shogun-image-content {
  
    align-items: center;
  
}

.s-15a5269c-40bd-4ad7-b87a-0659966eab90.shg-align-container {
  text-align: center
}

.s-15a5269c-40bd-4ad7-b87a-0659966eab90.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-15a5269c-40bd-4ad7-b87a-0659966eab90.shogun-image {
  box-sizing: border-box;
}


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





  img.s-15a5269c-40bd-4ad7-b87a-0659966eab90.shogun-image {
    
    
  }


.s-15a5269c-40bd-4ad7-b87a-0659966eab90 .shogun-image-content {
  
    align-items: center;
  
}

.s-15a5269c-40bd-4ad7-b87a-0659966eab90.shg-align-container {
  text-align: center
}

.s-15a5269c-40bd-4ad7-b87a-0659966eab90.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-15a5269c-40bd-4ad7-b87a-0659966eab90.shogun-image {
  box-sizing: border-box;
}


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





  img.s-15a5269c-40bd-4ad7-b87a-0659966eab90.shogun-image {
    
    
  }


.s-15a5269c-40bd-4ad7-b87a-0659966eab90 .shogun-image-content {
  
    align-items: center;
  
}

.s-15a5269c-40bd-4ad7-b87a-0659966eab90.shg-align-container {
  text-align: center
}

.s-15a5269c-40bd-4ad7-b87a-0659966eab90.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-15a5269c-40bd-4ad7-b87a-0659966eab90.shogun-image {
  box-sizing: border-box;
}


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





  img.s-15a5269c-40bd-4ad7-b87a-0659966eab90.shogun-image {
    
    
  }


.s-15a5269c-40bd-4ad7-b87a-0659966eab90 .shogun-image-content {
  
    align-items: center;
  
}

.s-15a5269c-40bd-4ad7-b87a-0659966eab90.shg-align-container {
  text-align: center
}

.s-15a5269c-40bd-4ad7-b87a-0659966eab90.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-15a5269c-40bd-4ad7-b87a-0659966eab90.shogun-image {
  box-sizing: border-box;
}


}
#s-bfdea982-75ee-4b91-9530-96925f00eb65 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 10px;
}

#s-6a597efb-8672-4a77-a028-be0b70369adc {
  text-align: center;
}
@media (max-width: 767px){#s-6a597efb-8672-4a77-a028-be0b70369adc {
  padding-left: 0%;
padding-right: 5%;
}
}






  img.s-6a597efb-8672-4a77-a028-be0b70369adc.shogun-image {
    
    
  }


.s-6a597efb-8672-4a77-a028-be0b70369adc .shogun-image-content {
  
    align-items: center;
  
}

.s-6a597efb-8672-4a77-a028-be0b70369adc.shg-align-container {
  text-align: center
}

.s-6a597efb-8672-4a77-a028-be0b70369adc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6a597efb-8672-4a77-a028-be0b70369adc.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-6a597efb-8672-4a77-a028-be0b70369adc.shogun-image {
    
    
  }


.s-6a597efb-8672-4a77-a028-be0b70369adc .shogun-image-content {
  
    align-items: center;
  
}

.s-6a597efb-8672-4a77-a028-be0b70369adc.shg-align-container {
  text-align: center
}

.s-6a597efb-8672-4a77-a028-be0b70369adc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6a597efb-8672-4a77-a028-be0b70369adc.shogun-image {
  box-sizing: border-box;
}


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





  img.s-6a597efb-8672-4a77-a028-be0b70369adc.shogun-image {
    
    
  }


.s-6a597efb-8672-4a77-a028-be0b70369adc .shogun-image-content {
  
    align-items: center;
  
}

.s-6a597efb-8672-4a77-a028-be0b70369adc.shg-align-container {
  text-align: center
}

.s-6a597efb-8672-4a77-a028-be0b70369adc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6a597efb-8672-4a77-a028-be0b70369adc.shogun-image {
  box-sizing: border-box;
}


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





  img.s-6a597efb-8672-4a77-a028-be0b70369adc.shogun-image {
    
    
  }


.s-6a597efb-8672-4a77-a028-be0b70369adc .shogun-image-content {
  
    align-items: center;
  
}

.s-6a597efb-8672-4a77-a028-be0b70369adc.shg-align-container {
  text-align: center
}

.s-6a597efb-8672-4a77-a028-be0b70369adc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6a597efb-8672-4a77-a028-be0b70369adc.shogun-image {
  box-sizing: border-box;
}


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





  img.s-6a597efb-8672-4a77-a028-be0b70369adc.shogun-image {
    
    
  }


.s-6a597efb-8672-4a77-a028-be0b70369adc .shogun-image-content {
  
    align-items: center;
  
}

.s-6a597efb-8672-4a77-a028-be0b70369adc.shg-align-container {
  text-align: center
}

.s-6a597efb-8672-4a77-a028-be0b70369adc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6a597efb-8672-4a77-a028-be0b70369adc.shogun-image {
  box-sizing: border-box;
}


}
#s-e9d28b0a-decd-4e42-9357-d6fd02fe09bd {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 10px;
}
@media (max-width: 767px){#s-e9d28b0a-decd-4e42-9357-d6fd02fe09bd {
  padding-bottom: 20px;
}
}
#s-07e207d0-39ae-4661-96b0-e79f7bbc0f27 {
  text-align: center;
}
@media (max-width: 767px){#s-07e207d0-39ae-4661-96b0-e79f7bbc0f27 {
  padding-right: 5%;
}
}






  img.s-07e207d0-39ae-4661-96b0-e79f7bbc0f27.shogun-image {
    
    
  }


.s-07e207d0-39ae-4661-96b0-e79f7bbc0f27 .shogun-image-content {
  
    align-items: center;
  
}

.s-07e207d0-39ae-4661-96b0-e79f7bbc0f27.shg-align-container {
  text-align: center
}

.s-07e207d0-39ae-4661-96b0-e79f7bbc0f27.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-07e207d0-39ae-4661-96b0-e79f7bbc0f27.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-07e207d0-39ae-4661-96b0-e79f7bbc0f27.shogun-image {
    
    
  }


.s-07e207d0-39ae-4661-96b0-e79f7bbc0f27 .shogun-image-content {
  
    align-items: center;
  
}

.s-07e207d0-39ae-4661-96b0-e79f7bbc0f27.shg-align-container {
  text-align: center
}

.s-07e207d0-39ae-4661-96b0-e79f7bbc0f27.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-07e207d0-39ae-4661-96b0-e79f7bbc0f27.shogun-image {
  box-sizing: border-box;
}


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





  img.s-07e207d0-39ae-4661-96b0-e79f7bbc0f27.shogun-image {
    
    
  }


.s-07e207d0-39ae-4661-96b0-e79f7bbc0f27 .shogun-image-content {
  
    align-items: center;
  
}

.s-07e207d0-39ae-4661-96b0-e79f7bbc0f27.shg-align-container {
  text-align: center
}

.s-07e207d0-39ae-4661-96b0-e79f7bbc0f27.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-07e207d0-39ae-4661-96b0-e79f7bbc0f27.shogun-image {
  box-sizing: border-box;
}


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





  img.s-07e207d0-39ae-4661-96b0-e79f7bbc0f27.shogun-image {
    
    
  }


.s-07e207d0-39ae-4661-96b0-e79f7bbc0f27 .shogun-image-content {
  
    align-items: center;
  
}

.s-07e207d0-39ae-4661-96b0-e79f7bbc0f27.shg-align-container {
  text-align: center
}

.s-07e207d0-39ae-4661-96b0-e79f7bbc0f27.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-07e207d0-39ae-4661-96b0-e79f7bbc0f27.shogun-image {
  box-sizing: border-box;
}


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





  img.s-07e207d0-39ae-4661-96b0-e79f7bbc0f27.shogun-image {
    
    
  }


.s-07e207d0-39ae-4661-96b0-e79f7bbc0f27 .shogun-image-content {
  
    align-items: center;
  
}

.s-07e207d0-39ae-4661-96b0-e79f7bbc0f27.shg-align-container {
  text-align: center
}

.s-07e207d0-39ae-4661-96b0-e79f7bbc0f27.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-07e207d0-39ae-4661-96b0-e79f7bbc0f27.shogun-image {
  box-sizing: border-box;
}


}
#s-9c8478c7-7252-423b-898b-0ba81393ebf2 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 10px;
}

#s-1c1365c1-63eb-411d-b012-3ae91409ff8d {
  padding-top: 30px;
padding-bottom: 30px;
background-color: rgba(67, 67, 67, 1);
}
@media (max-width: 767px){#s-1c1365c1-63eb-411d-b012-3ae91409ff8d {
  display: none;
}
#s-1c1365c1-63eb-411d-b012-3ae91409ff8d, #wrap-s-1c1365c1-63eb-411d-b012-3ae91409ff8d { display:none !important; }}
@media (min-width: 0px) {
[id="s-1c1365c1-63eb-411d-b012-3ae91409ff8d"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-1c1365c1-63eb-411d-b012-3ae91409ff8d"] > .shg-row > .shg-c-sm-2_4 {
  width: calc(20.0% - 24.0px);
}

}

@media (min-width: 992px) {
[id="s-1c1365c1-63eb-411d-b012-3ae91409ff8d"] > .shg-row > .shg-c-md-2_4 {
  width: calc(20.0% - 24.0px);
}

}

@media (min-width: 1200px) {
[id="s-1c1365c1-63eb-411d-b012-3ae91409ff8d"] > .shg-row > .shg-c-lg-2_4 {
  width: calc(20.0% - 24.0px);
}

}

#s-6d90947a-9233-4430-85ce-182cb2dceedd {
  text-align: center;
}
@media (max-width: 767px){#s-6d90947a-9233-4430-85ce-182cb2dceedd {
  padding-left: 5%;
padding-right: 5%;
}
}






  #s-6d90947a-9233-4430-85ce-182cb2dceedd img.shogun-image {
    

    
    
    
  }


#s-6d90947a-9233-4430-85ce-182cb2dceedd .shogun-image-content {
  
    align-items: center;
  
}

#s-91a2cd53-8093-4508-bcfc-ffb985fb5650 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 10px;
}

#s-f97f2ea4-b251-4b45-ae71-a23b95796d77 {
  text-align: center;
}
@media (max-width: 767px){#s-f97f2ea4-b251-4b45-ae71-a23b95796d77 {
  padding-top: 30px;
padding-left: 5%;
padding-right: 5%;
}
}






  #s-f97f2ea4-b251-4b45-ae71-a23b95796d77 img.shogun-image {
    

    
    
    
  }


#s-f97f2ea4-b251-4b45-ae71-a23b95796d77 .shogun-image-content {
  
    align-items: center;
  
}

#s-ce142d12-b1c7-4d42-97a2-d6567bd08039 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 10px;
}

#s-27efe25a-eade-4845-b66b-bbfcc36bc4cb {
  text-align: center;
}
@media (max-width: 767px){#s-27efe25a-eade-4845-b66b-bbfcc36bc4cb {
  padding-top: 30px;
padding-left: 5%;
padding-bottom: 30px;
padding-right: 5%;
}
}






  #s-27efe25a-eade-4845-b66b-bbfcc36bc4cb img.shogun-image {
    

    
    
    
  }


#s-27efe25a-eade-4845-b66b-bbfcc36bc4cb .shogun-image-content {
  
    align-items: center;
  
}

#s-13521a09-f0d3-436f-b398-9f8567341384 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 10px;
}

#s-38d62419-8ffe-43d3-a2ad-732c51972d0e {
  text-align: center;
}







  img.s-38d62419-8ffe-43d3-a2ad-732c51972d0e.shogun-image {
    
    
  }


.s-38d62419-8ffe-43d3-a2ad-732c51972d0e .shogun-image-content {
  
    align-items: center;
  
}

.s-38d62419-8ffe-43d3-a2ad-732c51972d0e.shg-align-container {
  text-align: center
}

.s-38d62419-8ffe-43d3-a2ad-732c51972d0e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-38d62419-8ffe-43d3-a2ad-732c51972d0e.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-38d62419-8ffe-43d3-a2ad-732c51972d0e.shogun-image {
    
    
  }


.s-38d62419-8ffe-43d3-a2ad-732c51972d0e .shogun-image-content {
  
    align-items: center;
  
}

.s-38d62419-8ffe-43d3-a2ad-732c51972d0e.shg-align-container {
  text-align: center
}

.s-38d62419-8ffe-43d3-a2ad-732c51972d0e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-38d62419-8ffe-43d3-a2ad-732c51972d0e.shogun-image {
  box-sizing: border-box;
}


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





  img.s-38d62419-8ffe-43d3-a2ad-732c51972d0e.shogun-image {
    
    
  }


.s-38d62419-8ffe-43d3-a2ad-732c51972d0e .shogun-image-content {
  
    align-items: center;
  
}

.s-38d62419-8ffe-43d3-a2ad-732c51972d0e.shg-align-container {
  text-align: center
}

.s-38d62419-8ffe-43d3-a2ad-732c51972d0e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-38d62419-8ffe-43d3-a2ad-732c51972d0e.shogun-image {
  box-sizing: border-box;
}


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





  img.s-38d62419-8ffe-43d3-a2ad-732c51972d0e.shogun-image {
    
    
  }


.s-38d62419-8ffe-43d3-a2ad-732c51972d0e .shogun-image-content {
  
    align-items: center;
  
}

.s-38d62419-8ffe-43d3-a2ad-732c51972d0e.shg-align-container {
  text-align: center
}

.s-38d62419-8ffe-43d3-a2ad-732c51972d0e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-38d62419-8ffe-43d3-a2ad-732c51972d0e.shogun-image {
  box-sizing: border-box;
}


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





  img.s-38d62419-8ffe-43d3-a2ad-732c51972d0e.shogun-image {
    
    
  }


.s-38d62419-8ffe-43d3-a2ad-732c51972d0e .shogun-image-content {
  
    align-items: center;
  
}

.s-38d62419-8ffe-43d3-a2ad-732c51972d0e.shg-align-container {
  text-align: center
}

.s-38d62419-8ffe-43d3-a2ad-732c51972d0e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-38d62419-8ffe-43d3-a2ad-732c51972d0e.shogun-image {
  box-sizing: border-box;
}


}
#s-b632ac4a-2f45-45a3-85a5-6325f5817394 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 10px;
}

#s-ee59c83c-979d-4e38-ad96-3bca104f7d62 {
  text-align: center;
}







  img.s-ee59c83c-979d-4e38-ad96-3bca104f7d62.shogun-image {
    
    
  }


.s-ee59c83c-979d-4e38-ad96-3bca104f7d62 .shogun-image-content {
  
    align-items: center;
  
}

.s-ee59c83c-979d-4e38-ad96-3bca104f7d62.shg-align-container {
  text-align: center
}

.s-ee59c83c-979d-4e38-ad96-3bca104f7d62.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ee59c83c-979d-4e38-ad96-3bca104f7d62.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-ee59c83c-979d-4e38-ad96-3bca104f7d62.shogun-image {
    
    
  }


.s-ee59c83c-979d-4e38-ad96-3bca104f7d62 .shogun-image-content {
  
    align-items: center;
  
}

.s-ee59c83c-979d-4e38-ad96-3bca104f7d62.shg-align-container {
  text-align: center
}

.s-ee59c83c-979d-4e38-ad96-3bca104f7d62.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ee59c83c-979d-4e38-ad96-3bca104f7d62.shogun-image {
  box-sizing: border-box;
}


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





  img.s-ee59c83c-979d-4e38-ad96-3bca104f7d62.shogun-image {
    
    
  }


.s-ee59c83c-979d-4e38-ad96-3bca104f7d62 .shogun-image-content {
  
    align-items: center;
  
}

.s-ee59c83c-979d-4e38-ad96-3bca104f7d62.shg-align-container {
  text-align: center
}

.s-ee59c83c-979d-4e38-ad96-3bca104f7d62.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ee59c83c-979d-4e38-ad96-3bca104f7d62.shogun-image {
  box-sizing: border-box;
}


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





  img.s-ee59c83c-979d-4e38-ad96-3bca104f7d62.shogun-image {
    
    
  }


.s-ee59c83c-979d-4e38-ad96-3bca104f7d62 .shogun-image-content {
  
    align-items: center;
  
}

.s-ee59c83c-979d-4e38-ad96-3bca104f7d62.shg-align-container {
  text-align: center
}

.s-ee59c83c-979d-4e38-ad96-3bca104f7d62.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ee59c83c-979d-4e38-ad96-3bca104f7d62.shogun-image {
  box-sizing: border-box;
}


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





  img.s-ee59c83c-979d-4e38-ad96-3bca104f7d62.shogun-image {
    
    
  }


.s-ee59c83c-979d-4e38-ad96-3bca104f7d62 .shogun-image-content {
  
    align-items: center;
  
}

.s-ee59c83c-979d-4e38-ad96-3bca104f7d62.shg-align-container {
  text-align: center
}

.s-ee59c83c-979d-4e38-ad96-3bca104f7d62.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ee59c83c-979d-4e38-ad96-3bca104f7d62.shogun-image {
  box-sizing: border-box;
}


}
#s-e6443ee7-3de5-4144-aa8a-0c3c031901e8 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 10px;
}

#s-aef1d743-b716-40dd-9f38-97ef7be7161f {
  padding-top: 30px;
padding-bottom: 30px;
background-color: rgba(67, 67, 67, 1);
}
@media (min-width: 1200px){#s-aef1d743-b716-40dd-9f38-97ef7be7161f {
  display: none;
}
#s-aef1d743-b716-40dd-9f38-97ef7be7161f, #wrap-s-aef1d743-b716-40dd-9f38-97ef7be7161f { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-aef1d743-b716-40dd-9f38-97ef7be7161f {
  display: none;
}
#s-aef1d743-b716-40dd-9f38-97ef7be7161f, #wrap-s-aef1d743-b716-40dd-9f38-97ef7be7161f { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-aef1d743-b716-40dd-9f38-97ef7be7161f {
  display: none;
}
#s-aef1d743-b716-40dd-9f38-97ef7be7161f, #wrap-s-aef1d743-b716-40dd-9f38-97ef7be7161f { display:none !important; }}
@media (min-width: 0px) {
[id="s-aef1d743-b716-40dd-9f38-97ef7be7161f"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-aef1d743-b716-40dd-9f38-97ef7be7161f"] > .shg-row > .shg-c-sm-2_4 {
  width: calc(20.0% - 8.0px);
}

}

@media (min-width: 992px) {
[id="s-aef1d743-b716-40dd-9f38-97ef7be7161f"] > .shg-row > .shg-c-md-2_4 {
  width: calc(20.0% - 8.0px);
}

}

@media (min-width: 1200px) {
[id="s-aef1d743-b716-40dd-9f38-97ef7be7161f"] > .shg-row > .shg-c-lg-2_4 {
  width: calc(20.0% - 8.0px);
}

}

#s-27ae45df-0db0-4fcd-9a8d-beffb9381346 {
  text-align: center;
}
@media (max-width: 767px){#s-27ae45df-0db0-4fcd-9a8d-beffb9381346 {
  padding-left: 5%;
padding-right: 0%;
}
}






  #s-27ae45df-0db0-4fcd-9a8d-beffb9381346 img.shogun-image {
    

    
    
    
  }


#s-27ae45df-0db0-4fcd-9a8d-beffb9381346 .shogun-image-content {
  
    align-items: center;
  
}

#s-43d9351d-cc86-4220-af90-611361b04a4b {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 10px;
}
@media (max-width: 767px){#s-43d9351d-cc86-4220-af90-611361b04a4b {
  padding-bottom: 20px;
}
}
#s-500426d0-c14a-4665-aeaf-b135c7751104 {
  text-align: center;
}
@media (max-width: 767px){#s-500426d0-c14a-4665-aeaf-b135c7751104 {
  padding-left: 0%;
padding-right: 5%;
}
}






  #s-500426d0-c14a-4665-aeaf-b135c7751104 img.shogun-image {
    

    
    
    
  }


#s-500426d0-c14a-4665-aeaf-b135c7751104 .shogun-image-content {
  
    align-items: center;
  
}

#s-ca1a2a08-751f-4fa0-a34b-a7182f162e9f {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 10px;
}
@media (max-width: 767px){#s-ca1a2a08-751f-4fa0-a34b-a7182f162e9f {
  padding-bottom: 20px;
}
}
#s-3f604d6d-7a55-4228-822b-41cec99e14bb {
  text-align: center;
}
@media (max-width: 767px){#s-3f604d6d-7a55-4228-822b-41cec99e14bb {
  padding-left: 5%;
padding-right: 0%;
}
}






  #s-3f604d6d-7a55-4228-822b-41cec99e14bb img.shogun-image {
    

    
    
    
  }


#s-3f604d6d-7a55-4228-822b-41cec99e14bb .shogun-image-content {
  
    align-items: center;
  
}

#s-0848c967-21d2-4ff5-b86e-4fcf2a2d3046 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 10px;
}

#s-8ec6a3f1-acec-443e-a392-9179eb83ba03 {
  text-align: center;
}
@media (max-width: 767px){#s-8ec6a3f1-acec-443e-a392-9179eb83ba03 {
  padding-right: 5%;
}
}






  img.s-8ec6a3f1-acec-443e-a392-9179eb83ba03.shogun-image {
    
    
  }


.s-8ec6a3f1-acec-443e-a392-9179eb83ba03 .shogun-image-content {
  
    align-items: center;
  
}

.s-8ec6a3f1-acec-443e-a392-9179eb83ba03.shg-align-container {
  text-align: center
}

.s-8ec6a3f1-acec-443e-a392-9179eb83ba03.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8ec6a3f1-acec-443e-a392-9179eb83ba03.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-8ec6a3f1-acec-443e-a392-9179eb83ba03.shogun-image {
    
    
  }


.s-8ec6a3f1-acec-443e-a392-9179eb83ba03 .shogun-image-content {
  
    align-items: center;
  
}

.s-8ec6a3f1-acec-443e-a392-9179eb83ba03.shg-align-container {
  text-align: center
}

.s-8ec6a3f1-acec-443e-a392-9179eb83ba03.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8ec6a3f1-acec-443e-a392-9179eb83ba03.shogun-image {
  box-sizing: border-box;
}


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





  img.s-8ec6a3f1-acec-443e-a392-9179eb83ba03.shogun-image {
    
    
  }


.s-8ec6a3f1-acec-443e-a392-9179eb83ba03 .shogun-image-content {
  
    align-items: center;
  
}

.s-8ec6a3f1-acec-443e-a392-9179eb83ba03.shg-align-container {
  text-align: center
}

.s-8ec6a3f1-acec-443e-a392-9179eb83ba03.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8ec6a3f1-acec-443e-a392-9179eb83ba03.shogun-image {
  box-sizing: border-box;
}


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





  img.s-8ec6a3f1-acec-443e-a392-9179eb83ba03.shogun-image {
    
    
  }


.s-8ec6a3f1-acec-443e-a392-9179eb83ba03 .shogun-image-content {
  
    align-items: center;
  
}

.s-8ec6a3f1-acec-443e-a392-9179eb83ba03.shg-align-container {
  text-align: center
}

.s-8ec6a3f1-acec-443e-a392-9179eb83ba03.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8ec6a3f1-acec-443e-a392-9179eb83ba03.shogun-image {
  box-sizing: border-box;
}


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





  img.s-8ec6a3f1-acec-443e-a392-9179eb83ba03.shogun-image {
    
    
  }


.s-8ec6a3f1-acec-443e-a392-9179eb83ba03 .shogun-image-content {
  
    align-items: center;
  
}

.s-8ec6a3f1-acec-443e-a392-9179eb83ba03.shg-align-container {
  text-align: center
}

.s-8ec6a3f1-acec-443e-a392-9179eb83ba03.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8ec6a3f1-acec-443e-a392-9179eb83ba03.shogun-image {
  box-sizing: border-box;
}


}
#s-1a90250a-e711-484e-9b02-70ae6691da5b {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 10px;
}

#s-cda0f27e-2bd3-4db0-b93c-4809befcf1fd {
  padding-top: 40px;
padding-bottom: 40px;
}
@media (max-width: 767px){#s-cda0f27e-2bd3-4db0-b93c-4809befcf1fd {
  padding-top: 50px;
padding-bottom: 50px;
}
}
@media (min-width: 0px) {
[id="s-cda0f27e-2bd3-4db0-b93c-4809befcf1fd"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-cda0f27e-2bd3-4db0-b93c-4809befcf1fd"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-cda0f27e-2bd3-4db0-b93c-4809befcf1fd"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-cda0f27e-2bd3-4db0-b93c-4809befcf1fd"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-cda0f27e-2bd3-4db0-b93c-4809befcf1fd"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-cda0f27e-2bd3-4db0-b93c-4809befcf1fd"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-cda0f27e-2bd3-4db0-b93c-4809befcf1fd"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (max-width: 767px){#s-72f79a13-ffde-435f-a0f0-c4f89fe2ce55 {
  padding-left: 5%;
padding-right: 5%;
}
}
#s-da9aeb35-acd2-4f1b-a262-0f7a59b75da3 {
  padding-top: 40px;
padding-bottom: 10px;
background-color: rgba(244, 139, 141, 1);
}
@media (max-width: 767px){#s-da9aeb35-acd2-4f1b-a262-0f7a59b75da3 {
  padding-top: 30px;
}
}
@media (min-width: 0px) {
[id="s-da9aeb35-acd2-4f1b-a262-0f7a59b75da3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-da9aeb35-acd2-4f1b-a262-0f7a59b75da3"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-da9aeb35-acd2-4f1b-a262-0f7a59b75da3"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-da9aeb35-acd2-4f1b-a262-0f7a59b75da3"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-da9aeb35-acd2-4f1b-a262-0f7a59b75da3"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-da9aeb35-acd2-4f1b-a262-0f7a59b75da3"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-da9aeb35-acd2-4f1b-a262-0f7a59b75da3"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

#s-63345720-cfc2-4802-bc2a-35bccdcd15a9 {
  padding-bottom: 10px;
background-color: rgba(244, 139, 141, 1);
}
@media (max-width: 767px){#s-63345720-cfc2-4802-bc2a-35bccdcd15a9 {
  padding-left: 5%;
padding-right: 5%;
}
}
#s-8d770b6a-1329-4057-b966-96e1940b91b9 {
  padding-bottom: 10px;
background-color: rgba(244, 139, 141, 1);
}
@media (max-width: 767px){#s-8d770b6a-1329-4057-b966-96e1940b91b9 {
  padding-left: 5%;
padding-right: 5%;
}
}
#s-e0744472-774d-4b1f-948a-25260de165ae {
  background-color: rgba(244, 139, 141, 1);
}
@media (max-width: 767px){#s-e0744472-774d-4b1f-948a-25260de165ae {
  
}
}
@media (min-width: 0px) {
[id="s-e0744472-774d-4b1f-948a-25260de165ae"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e0744472-774d-4b1f-948a-25260de165ae"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-e0744472-774d-4b1f-948a-25260de165ae"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-e0744472-774d-4b1f-948a-25260de165ae"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-e0744472-774d-4b1f-948a-25260de165ae"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-e0744472-774d-4b1f-948a-25260de165ae"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-e0744472-774d-4b1f-948a-25260de165ae"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 0px) {
[id="s-6491ab6f-b898-42e6-8bdd-5454e3fa1f20"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6491ab6f-b898-42e6-8bdd-5454e3fa1f20"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-6491ab6f-b898-42e6-8bdd-5454e3fa1f20"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-6491ab6f-b898-42e6-8bdd-5454e3fa1f20"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-d47f2771-d984-4176-a891-702ebd393267 {
  text-align: center;
}
@media (max-width: 767px){#s-d47f2771-d984-4176-a891-702ebd393267 {
  padding-left: 5%;
padding-right: 5%;
}
}






  #s-d47f2771-d984-4176-a891-702ebd393267 img.shogun-image {
    

    
    
    
  }


#s-d47f2771-d984-4176-a891-702ebd393267 .shogun-image-content {
  
    align-items: center;
  
}

#s-6d0284ed-3df1-4a93-852a-8f0c7ae0c73b {
  text-align: center;
}
@media (max-width: 767px){#s-6d0284ed-3df1-4a93-852a-8f0c7ae0c73b {
  padding-top: 30px;
padding-left: 5%;
padding-right: 5%;
}
}






  #s-6d0284ed-3df1-4a93-852a-8f0c7ae0c73b img.shogun-image {
    

    
    
    
  }


#s-6d0284ed-3df1-4a93-852a-8f0c7ae0c73b .shogun-image-content {
  
    align-items: center;
  
}

#s-e56bc94c-d084-4fa3-b0ed-7b5aaefdd806 {
  text-align: center;
}
@media (max-width: 767px){#s-e56bc94c-d084-4fa3-b0ed-7b5aaefdd806 {
  padding-top: 30px;
padding-left: 5%;
padding-bottom: 0px;
padding-right: 5%;
}
}






  #s-e56bc94c-d084-4fa3-b0ed-7b5aaefdd806 img.shogun-image {
    

    
    
    
  }


#s-e56bc94c-d084-4fa3-b0ed-7b5aaefdd806 .shogun-image-content {
  
    align-items: center;
  
}

#s-2dacfd54-898e-4c1d-8a06-dbb71759112a {
  padding-top: 30px;
padding-bottom: 30px;
background-color: rgba(244, 139, 141, 1);
}
@media (max-width: 767px){#s-2dacfd54-898e-4c1d-8a06-dbb71759112a {
  
}
}
@media (min-width: 0px) {
[id="s-2dacfd54-898e-4c1d-8a06-dbb71759112a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2dacfd54-898e-4c1d-8a06-dbb71759112a"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-2dacfd54-898e-4c1d-8a06-dbb71759112a"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-2dacfd54-898e-4c1d-8a06-dbb71759112a"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-2dacfd54-898e-4c1d-8a06-dbb71759112a"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-2dacfd54-898e-4c1d-8a06-dbb71759112a"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-2dacfd54-898e-4c1d-8a06-dbb71759112a"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (max-width: 767px){#s-0aaf2093-a88f-4963-994a-00befe427970 {
  padding-left: 5%;
padding-right: 5%;
}
}
#s-3d2d9c26-70bc-4173-9af3-bcdbca5f6ca6 {
  padding-top: 40px;
padding-bottom: 40px;
}
@media (max-width: 767px){#s-3d2d9c26-70bc-4173-9af3-bcdbca5f6ca6 {
  padding-top: 30px;
}
}
@media (min-width: 0px) {
[id="s-3d2d9c26-70bc-4173-9af3-bcdbca5f6ca6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3d2d9c26-70bc-4173-9af3-bcdbca5f6ca6"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-3d2d9c26-70bc-4173-9af3-bcdbca5f6ca6"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-3d2d9c26-70bc-4173-9af3-bcdbca5f6ca6"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-3d2d9c26-70bc-4173-9af3-bcdbca5f6ca6"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-3d2d9c26-70bc-4173-9af3-bcdbca5f6ca6"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-3d2d9c26-70bc-4173-9af3-bcdbca5f6ca6"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (max-width: 767px){#s-9cef25a8-e231-44e0-9d9d-1011fd259cb3 {
  padding-top: 20px;
padding-left: 5%;
padding-bottom: 0px;
padding-right: 5%;
}
}
/*
  $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}
