.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-cab63805-87f1-49b7-8831-506eefe0d2b2 {
  min-height: 50px;
}








#s-cab63805-87f1-49b7-8831-506eefe0d2b2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cab63805-87f1-49b7-8831-506eefe0d2b2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-026f8716-4275-40b2-980c-e38f81d1ed7a {
  min-height: 120px;
background-color: rgba(0, 0, 0, 1);
}
@media (min-width: 992px) and (max-width: 1199px){#s-026f8716-4275-40b2-980c-e38f81d1ed7a {
  min-height: 120px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-026f8716-4275-40b2-980c-e38f81d1ed7a {
  min-height: 80px;
}
}@media (max-width: 767px){#s-026f8716-4275-40b2-980c-e38f81d1ed7a {
  min-height: 60px;
}
}







#s-026f8716-4275-40b2-980c-e38f81d1ed7a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-026f8716-4275-40b2-980c-e38f81d1ed7a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-095a11cf-cc44-43f4-9b63-b543ce82df54 {
  min-height: 50px;
}








#s-095a11cf-cc44-43f4-9b63-b543ce82df54 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-095a11cf-cc44-43f4-9b63-b543ce82df54.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-85e4369b-e7d8-4bb1-9167-9a7416fec114 {
  margin-top: 8px;
margin-bottom: 8px;
}

#s-2aceb9b7-5a91-4db6-909f-977c477a8a90 {
  min-height: 50px;
}








#s-2aceb9b7-5a91-4db6-909f-977c477a8a90 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2aceb9b7-5a91-4db6-909f-977c477a8a90.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

.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-3cb17d37-b405-4ea5-b073-308e588c5dc5 {
  margin-left: auto;
margin-right: auto;
padding-left: 5%;
padding-right: 5%;
max-width: 900px;
}

#s-ff912d61-4163-467e-82f3-1be681a6bb21 {
  min-height: 120px;
background-color: rgba(0, 0, 0, 1);
}
@media (min-width: 1200px){#s-ff912d61-4163-467e-82f3-1be681a6bb21 {
  min-height: 120px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-ff912d61-4163-467e-82f3-1be681a6bb21 {
  min-height: 120px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-ff912d61-4163-467e-82f3-1be681a6bb21 {
  min-height: 80px;
}
}@media (max-width: 767px){#s-ff912d61-4163-467e-82f3-1be681a6bb21 {
  min-height: 60px;
}
}







#s-ff912d61-4163-467e-82f3-1be681a6bb21 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ff912d61-4163-467e-82f3-1be681a6bb21.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6f8b5f4a-4fdd-47b8-a600-0b43e514975c {
  background-repeat: repeat;
background-size: contain;
padding-top: 80px;
padding-bottom: 80px;
border-color: rgba(143, 143, 143, 0);
border-style: solid;
min-height: 500px;
background-position: center center;
}
@media (min-width: 768px) and (max-width: 991px){#s-6f8b5f4a-4fdd-47b8-a600-0b43e514975c {
  display: none;
}
#s-6f8b5f4a-4fdd-47b8-a600-0b43e514975c, #wrap-s-6f8b5f4a-4fdd-47b8-a600-0b43e514975c { display: none !important; }}@media (max-width: 767px){#s-6f8b5f4a-4fdd-47b8-a600-0b43e514975c {
  padding-top: 50px;
padding-bottom: 50px;
display: none;
}
#s-6f8b5f4a-4fdd-47b8-a600-0b43e514975c, #wrap-s-6f8b5f4a-4fdd-47b8-a600-0b43e514975c { display: none !important; }}







#s-6f8b5f4a-4fdd-47b8-a600-0b43e514975c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6f8b5f4a-4fdd-47b8-a600-0b43e514975c.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

.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-1f5e7263-2e40-4825-b127-f044a901c64c"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-1f5e7263-2e40-4825-b127-f044a901c64c"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-1f5e7263-2e40-4825-b127-f044a901c64c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-1f5e7263-2e40-4825-b127-f044a901c64c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-1f5e7263-2e40-4825-b127-f044a901c64c"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-1f5e7263-2e40-4825-b127-f044a901c64c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-1f5e7263-2e40-4825-b127-f044a901c64c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-1f5e7263-2e40-4825-b127-f044a901c64c"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-1f5e7263-2e40-4825-b127-f044a901c64c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-1f5e7263-2e40-4825-b127-f044a901c64c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-bfb21f45-5eff-4d03-9f8f-fa48e1c98903 {
  margin-left: auto;
margin-right: auto;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
min-height: 50px;
}








#s-bfb21f45-5eff-4d03-9f8f-fa48e1c98903 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bfb21f45-5eff-4d03-9f8f-fa48e1c98903.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

.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-650fad9a-25e5-4bb8-8ee0-667cefd503b0 {
  padding-top: 20px;
padding-bottom: 20px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-650fad9a-25e5-4bb8-8ee0-667cefd503b0 {
  margin-left: 50px;
margin-right: 50px;
padding-left: 20px;
padding-right: 20px;
}
}@media (max-width: 767px){#s-650fad9a-25e5-4bb8-8ee0-667cefd503b0 {
  margin-top: 60px;
margin-left: 40px;
margin-right: 40px;
padding-left: 40px;
padding-right: 40px;
}
}






  #s-650fad9a-25e5-4bb8-8ee0-667cefd503b0 img.shogun-image {
    

    
    
    
  }


#s-650fad9a-25e5-4bb8-8ee0-667cefd503b0 .shogun-image-content {
  
    align-items: center;
  
}

#s-0bd7f368-7fdf-40b8-b481-b802c3fc214d {
  margin-left: auto;
margin-right: auto;
border-top-width: 0px;
border-left-width: 1px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
min-height: 50px;
max-width: 88%;
}








#s-0bd7f368-7fdf-40b8-b481-b802c3fc214d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0bd7f368-7fdf-40b8-b481-b802c3fc214d.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-e3308d7e-805e-451f-8b02-716af902ac1e {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 83%;
}








#s-e3308d7e-805e-451f-8b02-716af902ac1e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e3308d7e-805e-451f-8b02-716af902ac1e.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-9e164461-28c4-42de-a562-38b683698597 {
  padding-top: 20px;
padding-bottom: 20px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-9e164461-28c4-42de-a562-38b683698597 {
  margin-left: 50px;
margin-right: 50px;
padding-left: 20px;
padding-right: 20px;
}
}@media (max-width: 767px){#s-9e164461-28c4-42de-a562-38b683698597 {
  margin-top: 20px;
margin-left: 40px;
margin-bottom: 20px;
margin-right: 40px;
padding-left: 40px;
padding-right: 40px;
}
}






  #s-9e164461-28c4-42de-a562-38b683698597 img.shogun-image {
    

    
    
    
  }


#s-9e164461-28c4-42de-a562-38b683698597 .shogun-image-content {
  
    align-items: center;
  
}

#s-df8bb3e3-257c-4417-8ed7-23d29a7c4db9 {
  margin-left: auto;
margin-right: auto;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(214, 27, 27, 1);
border-style: solid;
min-height: 50px;
max-width: 100%;
}








#s-df8bb3e3-257c-4417-8ed7-23d29a7c4db9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-df8bb3e3-257c-4417-8ed7-23d29a7c4db9.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-4a8d9b76-8d32-449e-9067-2e577c2ad44e {
  padding-top: 20px;
padding-bottom: 20px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-4a8d9b76-8d32-449e-9067-2e577c2ad44e {
  margin-left: 50px;
margin-right: 50px;
padding-left: 20px;
padding-right: 20px;
}
}@media (max-width: 767px){#s-4a8d9b76-8d32-449e-9067-2e577c2ad44e {
  margin-top: 60px;
margin-left: 40px;
margin-right: 40px;
padding-left: 40px;
padding-right: 40px;
}
}






  #s-4a8d9b76-8d32-449e-9067-2e577c2ad44e img.shogun-image {
    

    
    
    
  }


#s-4a8d9b76-8d32-449e-9067-2e577c2ad44e .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-825c8e97-af01-47bc-b6fe-d2defb334283"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-825c8e97-af01-47bc-b6fe-d2defb334283"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-825c8e97-af01-47bc-b6fe-d2defb334283"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-825c8e97-af01-47bc-b6fe-d2defb334283"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-825c8e97-af01-47bc-b6fe-d2defb334283"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-825c8e97-af01-47bc-b6fe-d2defb334283"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-825c8e97-af01-47bc-b6fe-d2defb334283"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-825c8e97-af01-47bc-b6fe-d2defb334283"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-825c8e97-af01-47bc-b6fe-d2defb334283"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-825c8e97-af01-47bc-b6fe-d2defb334283"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-a8a252aa-e807-439a-844d-948f3f60b418 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-a8a252aa-e807-439a-844d-948f3f60b418 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a8a252aa-e807-439a-844d-948f3f60b418.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-831326cd-77a3-4c34-9e0f-52e905ed04cc {
  margin-bottom: 35px;
}

#s-b22270a1-cd01-4b71-9a08-6ad8f86aa220 {
  margin-left: auto;
margin-right: auto;
border-top-width: 0px;
border-left-width: 1px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
min-height: 50px;
max-width: 88%;
}








#s-b22270a1-cd01-4b71-9a08-6ad8f86aa220 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b22270a1-cd01-4b71-9a08-6ad8f86aa220.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-39e0d635-bbac-482e-8260-a1f8fd23444b {
  margin-left: auto;
margin-right: auto;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(214, 27, 27, 1);
border-style: solid;
min-height: 50px;
max-width: 83%;
}








#s-39e0d635-bbac-482e-8260-a1f8fd23444b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-39e0d635-bbac-482e-8260-a1f8fd23444b.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-8e280611-7764-4fcf-9f73-e9a762e1fd6c {
  margin-bottom: 35px;
}

#s-4171c0b4-a3e4-43dc-97a2-d2fe20a273a3 {
  margin-left: auto;
margin-right: auto;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
min-height: 50px;
}








#s-4171c0b4-a3e4-43dc-97a2-d2fe20a273a3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4171c0b4-a3e4-43dc-97a2-d2fe20a273a3.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-e8e286bd-877c-4a5f-8d1d-dd042b91e4e3 {
  margin-bottom: 35px;
}

@media (min-width: 0px) {
[id="s-c1000691-a4a3-493a-88c5-32b8e78f3cb8"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-c1000691-a4a3-493a-88c5-32b8e78f3cb8"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-c1000691-a4a3-493a-88c5-32b8e78f3cb8"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-c1000691-a4a3-493a-88c5-32b8e78f3cb8"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-c1000691-a4a3-493a-88c5-32b8e78f3cb8"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-c1000691-a4a3-493a-88c5-32b8e78f3cb8"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-c1000691-a4a3-493a-88c5-32b8e78f3cb8"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-c1000691-a4a3-493a-88c5-32b8e78f3cb8"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-c1000691-a4a3-493a-88c5-32b8e78f3cb8"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-c1000691-a4a3-493a-88c5-32b8e78f3cb8"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-4254fe6b-64d0-417f-aa4b-7ab6320063df {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-4254fe6b-64d0-417f-aa4b-7ab6320063df > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4254fe6b-64d0-417f-aa4b-7ab6320063df.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-8231aaeb-1f0d-4353-b18b-53e1a4f42ed7 {
  margin-bottom: 30px;
}

#s-c43d06f0-6e40-4d83-975a-16bdc99c0d9f {
  margin-left: auto;
margin-right: auto;
border-top-width: 0px;
border-left-width: 1px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
min-height: 50px;
max-width: 88%;
}








#s-c43d06f0-6e40-4d83-975a-16bdc99c0d9f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c43d06f0-6e40-4d83-975a-16bdc99c0d9f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-436697d3-9524-43ff-aacf-d7d75a278479 {
  margin-left: auto;
margin-right: auto;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(214, 27, 27, 1);
border-style: solid;
min-height: 50px;
max-width: 83%;
}








#s-436697d3-9524-43ff-aacf-d7d75a278479 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-436697d3-9524-43ff-aacf-d7d75a278479.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-b1ebacd6-6d50-4bcf-8a5c-0b1feeacda5f {
  margin-bottom: 30px;
}

#s-88e860e5-dc75-4a96-b56c-8bb998e5d7b2 {
  margin-left: auto;
margin-right: auto;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
min-height: 50px;
}








#s-88e860e5-dc75-4a96-b56c-8bb998e5d7b2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-88e860e5-dc75-4a96-b56c-8bb998e5d7b2.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-8ef634ae-a7cc-429e-b15c-4c6300ba5ada {
  margin-bottom: 30px;
}

@media (min-width: 0px) {
[id="s-fcf2c38b-966d-4164-b58b-5cfd033ff263"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-fcf2c38b-966d-4164-b58b-5cfd033ff263"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-fcf2c38b-966d-4164-b58b-5cfd033ff263"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-fcf2c38b-966d-4164-b58b-5cfd033ff263"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-fcf2c38b-966d-4164-b58b-5cfd033ff263"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-fcf2c38b-966d-4164-b58b-5cfd033ff263"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-fcf2c38b-966d-4164-b58b-5cfd033ff263"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-fcf2c38b-966d-4164-b58b-5cfd033ff263"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-fcf2c38b-966d-4164-b58b-5cfd033ff263"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-fcf2c38b-966d-4164-b58b-5cfd033ff263"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-64b80246-0d49-4adf-9837-81caec33b016 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-64b80246-0d49-4adf-9837-81caec33b016 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-64b80246-0d49-4adf-9837-81caec33b016.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

@media (max-width: 767px){#s-baad4ba8-75b4-47b3-b2a8-033ff1f3e7d7 {
  margin-bottom: 10px;
}
}
#s-dae1bfa4-b228-4095-a4bd-51ba5a61f61f {
  margin-left: auto;
margin-right: auto;
border-top-width: 0px;
border-left-width: 1px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
min-height: 50px;
max-width: 88%;
}








#s-dae1bfa4-b228-4095-a4bd-51ba5a61f61f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-dae1bfa4-b228-4095-a4bd-51ba5a61f61f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-fcba8f7a-02f2-42f4-a853-c8b40877ff2e {
  margin-left: auto;
margin-right: auto;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(214, 27, 27, 1);
border-style: solid;
min-height: 50px;
max-width: 83%;
}








#s-fcba8f7a-02f2-42f4-a853-c8b40877ff2e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fcba8f7a-02f2-42f4-a853-c8b40877ff2e.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

@media (max-width: 767px){#s-c6664b42-731a-441e-8154-35590671b63a {
  padding-bottom: 15px;
}
}
.shg-btn.shg-cse, .shg-btn.shg-cse:hover, .shg-btn.shg-cse:focus {
  color: #FFF;
}

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

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

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

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

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

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

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

#s-b4cc9c5d-63fe-4bd9-a1f9-9a30af324cba {
  border-style: solid;
padding-top: 9px;
padding-left: 48px;
padding-bottom: 8px;
padding-right: 48px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #2C2A34;
border-radius: 50px;
background-color: rgba(0, 0, 0, 0);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
letter-spacing: 0.5px;
}
#s-b4cc9c5d-63fe-4bd9-a1f9-9a30af324cba:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: #2C2A34 !important;
border-radius: 50px !important;
background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-b4cc9c5d-63fe-4bd9-a1f9-9a30af324cba:active {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: #2C2A34 !important;
border-radius: 50px !important;
background-color: rgba(44, 42, 52, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 768px) and (max-width: 991px){#s-b4cc9c5d-63fe-4bd9-a1f9-9a30af324cba {
  padding-left: 30px;
padding-right: 30px;
}
}

  #s-b4cc9c5d-63fe-4bd9-a1f9-9a30af324cba-root {
    text-align: center;
  }


#s-b4cc9c5d-63fe-4bd9-a1f9-9a30af324cba.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  font-weight: 500;
  
  font-family: Roboto;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-b4cc9c5d-63fe-4bd9-a1f9-9a30af324cba-root {
    text-align: center;
  }


#s-b4cc9c5d-63fe-4bd9-a1f9-9a30af324cba.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  font-weight: 500;
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-b4cc9c5d-63fe-4bd9-a1f9-9a30af324cba-root {
    text-align: center;
  }


#s-b4cc9c5d-63fe-4bd9-a1f9-9a30af324cba.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  font-weight: 500;
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-b4cc9c5d-63fe-4bd9-a1f9-9a30af324cba-root {
    text-align: center;
  }


#s-b4cc9c5d-63fe-4bd9-a1f9-9a30af324cba.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 500;
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-b4cc9c5d-63fe-4bd9-a1f9-9a30af324cba-root {
    text-align: center;
  }


#s-b4cc9c5d-63fe-4bd9-a1f9-9a30af324cba.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  font-weight: 500;
  
  font-family: Roboto;
  display:  inline-block ;
}
}
#s-fdac945a-cb1f-47b7-980d-c95267665150 {
  margin-left: auto;
margin-right: auto;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
min-height: 50px;
}








#s-fdac945a-cb1f-47b7-980d-c95267665150 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fdac945a-cb1f-47b7-980d-c95267665150.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

@media (max-width: 767px){#s-9165df2b-38d6-410a-b122-bc4b0a759d08 {
  padding-bottom: 15px;
}
}
#s-1a4935ea-9e7a-4d04-8e14-a4b5d510108b {
  border-style: solid;
padding-top: 9px;
padding-left: 48px;
padding-bottom: 8px;
padding-right: 48px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #2C2A34;
border-radius: 50px;
background-color: rgba(0, 0, 0, 0);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
letter-spacing: 0.5px;
}
#s-1a4935ea-9e7a-4d04-8e14-a4b5d510108b:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: #2C2A34 !important;
border-radius: 50px !important;
background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-1a4935ea-9e7a-4d04-8e14-a4b5d510108b:active {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: #2C2A34 !important;
border-radius: 50px !important;
background-color: rgba(44, 42, 52, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 768px) and (max-width: 991px){#s-1a4935ea-9e7a-4d04-8e14-a4b5d510108b {
  padding-left: 30px;
padding-right: 30px;
}
}

  #s-1a4935ea-9e7a-4d04-8e14-a4b5d510108b-root {
    text-align: center;
  }


#s-1a4935ea-9e7a-4d04-8e14-a4b5d510108b.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  font-weight: 500;
  
  font-family: Roboto;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-1a4935ea-9e7a-4d04-8e14-a4b5d510108b-root {
    text-align: center;
  }


#s-1a4935ea-9e7a-4d04-8e14-a4b5d510108b.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  font-weight: 500;
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-1a4935ea-9e7a-4d04-8e14-a4b5d510108b-root {
    text-align: center;
  }


#s-1a4935ea-9e7a-4d04-8e14-a4b5d510108b.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  font-weight: 500;
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-1a4935ea-9e7a-4d04-8e14-a4b5d510108b-root {
    text-align: center;
  }


#s-1a4935ea-9e7a-4d04-8e14-a4b5d510108b.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 500;
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-1a4935ea-9e7a-4d04-8e14-a4b5d510108b-root {
    text-align: center;
  }


#s-1a4935ea-9e7a-4d04-8e14-a4b5d510108b.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  font-weight: 500;
  
  font-family: Roboto;
  display:  inline-block ;
}
}
#s-63fcd82d-e248-424b-9bef-2be4e108f838 {
  background-repeat: repeat;
background-size: contain;
padding-top: 80px;
padding-bottom: 80px;
border-color: rgba(143, 143, 143, 0);
border-style: solid;
min-height: 500px;
background-position: center center;
}
@media (min-width: 1200px){#s-63fcd82d-e248-424b-9bef-2be4e108f838 {
  display: none;
}
#s-63fcd82d-e248-424b-9bef-2be4e108f838, #wrap-s-63fcd82d-e248-424b-9bef-2be4e108f838 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-63fcd82d-e248-424b-9bef-2be4e108f838 {
  display: none;
}
#s-63fcd82d-e248-424b-9bef-2be4e108f838, #wrap-s-63fcd82d-e248-424b-9bef-2be4e108f838 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-63fcd82d-e248-424b-9bef-2be4e108f838 {
  padding-top: 50px;
padding-bottom: 50px;
}
}@media (max-width: 767px){#s-63fcd82d-e248-424b-9bef-2be4e108f838 {
  padding-top: 50px;
padding-bottom: 50px;
display: none;
}
#s-63fcd82d-e248-424b-9bef-2be4e108f838, #wrap-s-63fcd82d-e248-424b-9bef-2be4e108f838 { display: none !important; }}







#s-63fcd82d-e248-424b-9bef-2be4e108f838 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-63fcd82d-e248-424b-9bef-2be4e108f838.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

@media (min-width: 0px) {
[id="s-b7914a4f-f850-4c6e-a745-fa72f5255995"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-b7914a4f-f850-4c6e-a745-fa72f5255995"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-b7914a4f-f850-4c6e-a745-fa72f5255995"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-b7914a4f-f850-4c6e-a745-fa72f5255995"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-b7914a4f-f850-4c6e-a745-fa72f5255995"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-b7914a4f-f850-4c6e-a745-fa72f5255995"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-b7914a4f-f850-4c6e-a745-fa72f5255995"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-b7914a4f-f850-4c6e-a745-fa72f5255995"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-b7914a4f-f850-4c6e-a745-fa72f5255995"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-b7914a4f-f850-4c6e-a745-fa72f5255995"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-81212f99-0a55-41d9-8e15-b26b3ab3ae32 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-81212f99-0a55-41d9-8e15-b26b3ab3ae32 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-81212f99-0a55-41d9-8e15-b26b3ab3ae32.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-7dea0949-2405-47c5-ace8-7a79e921dffd {
  padding-top: 20px;
padding-bottom: 20px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-7dea0949-2405-47c5-ace8-7a79e921dffd {
  margin-left: 50px;
margin-right: 50px;
padding-left: 20px;
padding-right: 20px;
}
}@media (max-width: 767px){#s-7dea0949-2405-47c5-ace8-7a79e921dffd {
  margin-top: 60px;
margin-left: 40px;
margin-right: 40px;
padding-left: 40px;
padding-right: 40px;
}
}






  #s-7dea0949-2405-47c5-ace8-7a79e921dffd img.shogun-image {
    

    
    
    
  }


#s-7dea0949-2405-47c5-ace8-7a79e921dffd .shogun-image-content {
  
    align-items: center;
  
}

#s-89a3cd64-8a54-4bd6-84c9-484a6c6b6579 {
  margin-left: auto;
margin-right: auto;
border-top-width: 0px;
border-left-width: 1px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
min-height: 50px;
max-width: 88%;
}








#s-89a3cd64-8a54-4bd6-84c9-484a6c6b6579 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-89a3cd64-8a54-4bd6-84c9-484a6c6b6579.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-0694165b-587f-4e5f-9f42-4607a9704b42 {
  margin-top: 2px;
margin-left: auto;
margin-bottom: 2px;
margin-right: auto;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(214, 27, 27, 1);
border-style: solid;
min-height: 50px;
max-width: 83%;
}








#s-0694165b-587f-4e5f-9f42-4607a9704b42 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0694165b-587f-4e5f-9f42-4607a9704b42.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-6d3de093-1f31-4c7f-9d09-5171f9e90ee1 {
  padding-top: 20px;
padding-bottom: 20px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-6d3de093-1f31-4c7f-9d09-5171f9e90ee1 {
  margin-left: 47px;
margin-right: 47px;
padding-left: 20px;
padding-right: 20px;
}
}@media (max-width: 767px){#s-6d3de093-1f31-4c7f-9d09-5171f9e90ee1 {
  margin-top: 60px;
margin-left: 40px;
margin-right: 40px;
padding-left: 40px;
padding-right: 40px;
}
}






  #s-6d3de093-1f31-4c7f-9d09-5171f9e90ee1 img.shogun-image {
    

    
    
    
  }


#s-6d3de093-1f31-4c7f-9d09-5171f9e90ee1 .shogun-image-content {
  
    align-items: center;
  
}

#s-c353e7d3-bfd8-4c4d-8d9a-c3080805f74a {
  margin-left: auto;
margin-right: auto;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
min-height: 50px;
}








#s-c353e7d3-bfd8-4c4d-8d9a-c3080805f74a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c353e7d3-bfd8-4c4d-8d9a-c3080805f74a.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-69620a81-f4db-41a5-8c09-8c6b8735b217 {
  padding-top: 20px;
padding-bottom: 20px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-69620a81-f4db-41a5-8c09-8c6b8735b217 {
  margin-left: 50px;
margin-right: 50px;
padding-left: 20px;
padding-right: 20px;
}
}@media (max-width: 767px){#s-69620a81-f4db-41a5-8c09-8c6b8735b217 {
  margin-top: 20px;
margin-left: 40px;
margin-bottom: 20px;
margin-right: 40px;
padding-left: 40px;
padding-right: 40px;
}
}






  #s-69620a81-f4db-41a5-8c09-8c6b8735b217 img.shogun-image {
    

    
    
    
  }


#s-69620a81-f4db-41a5-8c09-8c6b8735b217 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-c7247c4b-50bf-479e-8976-3731b6374c85"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-c7247c4b-50bf-479e-8976-3731b6374c85"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-c7247c4b-50bf-479e-8976-3731b6374c85"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-c7247c4b-50bf-479e-8976-3731b6374c85"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-c7247c4b-50bf-479e-8976-3731b6374c85"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-c7247c4b-50bf-479e-8976-3731b6374c85"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-c7247c4b-50bf-479e-8976-3731b6374c85"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-c7247c4b-50bf-479e-8976-3731b6374c85"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-c7247c4b-50bf-479e-8976-3731b6374c85"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-c7247c4b-50bf-479e-8976-3731b6374c85"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-c2cea2b2-1819-4344-b455-0a23a07ef1ba {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-c2cea2b2-1819-4344-b455-0a23a07ef1ba > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c2cea2b2-1819-4344-b455-0a23a07ef1ba.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-010bc19d-cbc6-4544-b891-d960ff9cb470 {
  margin-bottom: 30px;
}

#s-d039fb05-67b5-4bba-9eed-4a4b9be82c2a {
  margin-left: auto;
margin-right: auto;
border-top-width: 0px;
border-left-width: 1px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
min-height: 50px;
max-width: 88%;
}








#s-d039fb05-67b5-4bba-9eed-4a4b9be82c2a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d039fb05-67b5-4bba-9eed-4a4b9be82c2a.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-aa88f952-07fd-42c3-a90c-f4afa791909d {
  margin-left: auto;
margin-right: auto;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(214, 27, 27, 1);
border-style: solid;
min-height: 50px;
max-width: 83%;
}
@media (min-width: 768px) and (max-width: 991px){#s-aa88f952-07fd-42c3-a90c-f4afa791909d {
  margin-left: auto;
margin-right: auto;
}
}







#s-aa88f952-07fd-42c3-a90c-f4afa791909d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-aa88f952-07fd-42c3-a90c-f4afa791909d.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-d89b7a14-a79e-4022-9ea7-42275bd807fd {
  margin-bottom: 30px;
}

#s-c85837df-c23e-41a4-b7b8-418dfaa4bf39 {
  margin-left: auto;
margin-right: auto;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
min-height: 50px;
}








#s-c85837df-c23e-41a4-b7b8-418dfaa4bf39 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c85837df-c23e-41a4-b7b8-418dfaa4bf39.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-bedfa81d-6645-4f4f-a015-b1e6357695f3 {
  margin-bottom: 30px;
}

@media (min-width: 0px) {
[id="s-d90782dc-8f23-47f4-8865-c3806dd6ca84"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-d90782dc-8f23-47f4-8865-c3806dd6ca84"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-d90782dc-8f23-47f4-8865-c3806dd6ca84"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-d90782dc-8f23-47f4-8865-c3806dd6ca84"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-d90782dc-8f23-47f4-8865-c3806dd6ca84"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-d90782dc-8f23-47f4-8865-c3806dd6ca84"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-d90782dc-8f23-47f4-8865-c3806dd6ca84"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-d90782dc-8f23-47f4-8865-c3806dd6ca84"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-d90782dc-8f23-47f4-8865-c3806dd6ca84"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-d90782dc-8f23-47f4-8865-c3806dd6ca84"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-574673f5-0158-4ec5-b37e-1c90a976c85e {
  margin-left: auto;
margin-right: auto;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
min-height: 50px;
}








#s-574673f5-0158-4ec5-b37e-1c90a976c85e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-574673f5-0158-4ec5-b37e-1c90a976c85e.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

@media (max-width: 767px){#s-f3157c3f-7b75-4619-aec9-a881953d3232 {
  padding-bottom: 15px;
}
}
#s-a0ad66c7-df38-461b-b15f-8ac334412cf9 {
  margin-left: auto;
margin-right: auto;
border-top-width: 0px;
border-left-width: 1px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
min-height: 50px;
max-width: 88%;
}








#s-a0ad66c7-df38-461b-b15f-8ac334412cf9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a0ad66c7-df38-461b-b15f-8ac334412cf9.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-8bd91efc-0da3-46ab-a234-29ac6116c38f {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 83%;
}








#s-8bd91efc-0da3-46ab-a234-29ac6116c38f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8bd91efc-0da3-46ab-a234-29ac6116c38f.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

@media (max-width: 767px){#s-885558d5-2271-4a83-8a58-1b08e89687bd {
  margin-bottom: 10px;
}
}
#s-80cf79d7-89fa-4be1-8650-22b83cb16548 {
  border-style: solid;
padding-top: 9px;
padding-left: 48px;
padding-bottom: 8px;
padding-right: 48px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #2C2A34;
border-radius: 50px;
background-color: rgba(0, 0, 0, 0);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
letter-spacing: 0.5px;
}
#s-80cf79d7-89fa-4be1-8650-22b83cb16548:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: #2C2A34 !important;
border-radius: 50px !important;
background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-80cf79d7-89fa-4be1-8650-22b83cb16548:active {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: #2C2A34 !important;
border-radius: 50px !important;
background-color: rgba(44, 42, 52, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 768px) and (max-width: 991px){#s-80cf79d7-89fa-4be1-8650-22b83cb16548 {
  padding-left: 30px;
padding-right: 30px;
}
}

  #s-80cf79d7-89fa-4be1-8650-22b83cb16548-root {
    text-align: center;
  }


#s-80cf79d7-89fa-4be1-8650-22b83cb16548.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  font-weight: 500;
  
  font-family: Roboto;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-80cf79d7-89fa-4be1-8650-22b83cb16548-root {
    text-align: center;
  }


#s-80cf79d7-89fa-4be1-8650-22b83cb16548.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  font-weight: 500;
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-80cf79d7-89fa-4be1-8650-22b83cb16548-root {
    text-align: center;
  }


#s-80cf79d7-89fa-4be1-8650-22b83cb16548.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  font-weight: 500;
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-80cf79d7-89fa-4be1-8650-22b83cb16548-root {
    text-align: center;
  }


#s-80cf79d7-89fa-4be1-8650-22b83cb16548.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 500;
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-80cf79d7-89fa-4be1-8650-22b83cb16548-root {
    text-align: center;
  }


#s-80cf79d7-89fa-4be1-8650-22b83cb16548.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  font-weight: 500;
  
  font-family: Roboto;
  display:  inline-block ;
}
}
#s-806e9fa1-ede6-49a8-a5a9-dfe95017c5fd {
  margin-left: auto;
margin-right: auto;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(214, 27, 27, 1);
border-style: solid;
min-height: 50px;
}








#s-806e9fa1-ede6-49a8-a5a9-dfe95017c5fd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-806e9fa1-ede6-49a8-a5a9-dfe95017c5fd.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

@media (max-width: 767px){#s-36869473-92ac-48c2-8617-88b1c01001a9 {
  padding-bottom: 15px;
}
}
#s-ff8a7715-2aac-487e-b888-46e82b1c9cba {
  border-style: solid;
padding-top: 9px;
padding-left: 48px;
padding-bottom: 8px;
padding-right: 48px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #2C2A34;
border-radius: 50px;
background-color: rgba(0, 0, 0, 0);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
letter-spacing: 0.5px;
}
#s-ff8a7715-2aac-487e-b888-46e82b1c9cba:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: #2C2A34 !important;
border-radius: 50px !important;
background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-ff8a7715-2aac-487e-b888-46e82b1c9cba:active {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: #2C2A34 !important;
border-radius: 50px !important;
background-color: rgba(44, 42, 52, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 768px) and (max-width: 991px){#s-ff8a7715-2aac-487e-b888-46e82b1c9cba {
  padding-left: 30px;
padding-right: 30px;
}
}

  #s-ff8a7715-2aac-487e-b888-46e82b1c9cba-root {
    text-align: center;
  }


#s-ff8a7715-2aac-487e-b888-46e82b1c9cba.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  font-weight: 500;
  
  font-family: Roboto;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-ff8a7715-2aac-487e-b888-46e82b1c9cba-root {
    text-align: center;
  }


#s-ff8a7715-2aac-487e-b888-46e82b1c9cba.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  font-weight: 500;
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-ff8a7715-2aac-487e-b888-46e82b1c9cba-root {
    text-align: center;
  }


#s-ff8a7715-2aac-487e-b888-46e82b1c9cba.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  font-weight: 500;
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-ff8a7715-2aac-487e-b888-46e82b1c9cba-root {
    text-align: center;
  }


#s-ff8a7715-2aac-487e-b888-46e82b1c9cba.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 500;
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-ff8a7715-2aac-487e-b888-46e82b1c9cba-root {
    text-align: center;
  }


#s-ff8a7715-2aac-487e-b888-46e82b1c9cba.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  font-weight: 500;
  
  font-family: Roboto;
  display:  inline-block ;
}
}
#s-54f86ed8-862b-4585-a854-bd819be5efbd {
  background-repeat: repeat;
background-size: contain;
padding-top: 80px;
padding-bottom: 80px;
border-color: rgba(143, 143, 143, 0);
border-style: solid;
min-height: 500px;
background-position: center center;
}
@media (min-width: 1200px){#s-54f86ed8-862b-4585-a854-bd819be5efbd {
  border-style: solid;
border-color: #000;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-radius: 0px;
display: none;
}
#s-54f86ed8-862b-4585-a854-bd819be5efbd, #wrap-s-54f86ed8-862b-4585-a854-bd819be5efbd { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-54f86ed8-862b-4585-a854-bd819be5efbd {
  display: none;
}
#s-54f86ed8-862b-4585-a854-bd819be5efbd, #wrap-s-54f86ed8-862b-4585-a854-bd819be5efbd { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-54f86ed8-862b-4585-a854-bd819be5efbd {
  display: none;
}
#s-54f86ed8-862b-4585-a854-bd819be5efbd, #wrap-s-54f86ed8-862b-4585-a854-bd819be5efbd { display: none !important; }}@media (max-width: 767px){#s-54f86ed8-862b-4585-a854-bd819be5efbd {
  padding-top: 50px;
padding-bottom: 50px;
}
}







#s-54f86ed8-862b-4585-a854-bd819be5efbd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-54f86ed8-862b-4585-a854-bd819be5efbd.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-5e7b4c6f-7118-4d97-a2f5-95fc84d97ed3 {
  margin-left: auto;
margin-right: auto;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
min-height: 50px;
max-width: 90%;
}








#s-5e7b4c6f-7118-4d97-a2f5-95fc84d97ed3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5e7b4c6f-7118-4d97-a2f5-95fc84d97ed3.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-5d4ee0f8-ee13-4131-b823-ee1de9a33a15 {
  padding-top: 20px;
padding-bottom: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-5d4ee0f8-ee13-4131-b823-ee1de9a33a15 {
  margin-left: 50px;
margin-right: 50px;
padding-left: 20px;
padding-right: 20px;
}
}@media (max-width: 767px){#s-5d4ee0f8-ee13-4131-b823-ee1de9a33a15 {
  margin-top: 20px;
margin-left: 40px;
margin-right: 40px;
padding-left: 40px;
padding-right: 40px;
}
}






  #s-5d4ee0f8-ee13-4131-b823-ee1de9a33a15 img.shogun-image {
    

    
    
    
  }


#s-5d4ee0f8-ee13-4131-b823-ee1de9a33a15 .shogun-image-content {
  
    align-items: center;
  
}

#s-782eb5e9-7d1f-44cd-b71a-908c75dd533a {
  margin-bottom: 35px;
}

@media (max-width: 767px){#s-08c349d1-7a55-4f4c-a212-df8756b818a3 {
  padding-bottom: 15px;
}
}
#s-d3392936-40de-443f-a348-019bae8b47aa {
  margin-bottom: 30px;
}

#s-0aee319f-e61a-4a07-ac29-8d06a3f22f5d {
  min-height: 120px;
background-color: rgba(0, 0, 0, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-0aee319f-e61a-4a07-ac29-8d06a3f22f5d {
  min-height: 80px;
}
}@media (max-width: 767px){#s-0aee319f-e61a-4a07-ac29-8d06a3f22f5d {
  min-height: 60px;
}
}







#s-0aee319f-e61a-4a07-ac29-8d06a3f22f5d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0aee319f-e61a-4a07-ac29-8d06a3f22f5d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-5b1b3ad6-2a7d-4317-a6d4-5d43b5f49424"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5b1b3ad6-2a7d-4317-a6d4-5d43b5f49424"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-5b1b3ad6-2a7d-4317-a6d4-5d43b5f49424"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-5b1b3ad6-2a7d-4317-a6d4-5d43b5f49424"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-5b1b3ad6-2a7d-4317-a6d4-5d43b5f49424"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-7a0dfaf5-2c7b-4569-9dcf-8dd70cdd4289 {
  margin-left: auto;
margin-right: 70px;
min-height: 50px;
max-width: 650px;
}
@media (min-width: 1200px){#s-7a0dfaf5-2c7b-4569-9dcf-8dd70cdd4289 {
  min-height: 555px;
max-width: 650px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-7a0dfaf5-2c7b-4569-9dcf-8dd70cdd4289 {
  min-height: 555px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-7a0dfaf5-2c7b-4569-9dcf-8dd70cdd4289 {
  margin-right: 0px;
min-height: 351px;
max-width: 650px;
}
}@media (max-width: 767px){#s-7a0dfaf5-2c7b-4569-9dcf-8dd70cdd4289 {
  margin-left: auto;
margin-right: auto;
min-height: 351px;
max-width: 100%;
}
}







#s-7a0dfaf5-2c7b-4569-9dcf-8dd70cdd4289 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7a0dfaf5-2c7b-4569-9dcf-8dd70cdd4289.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-957d64ca-a6fe-4a87-9d3c-5e24b11c6325 {
  min-height: 50px;
max-width: 90%;
}
@media (max-width: 767px){#s-957d64ca-a6fe-4a87-9d3c-5e24b11c6325 {
  margin-bottom: 50px;
max-width: 100%;
}
}







#s-957d64ca-a6fe-4a87-9d3c-5e24b11c6325 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-957d64ca-a6fe-4a87-9d3c-5e24b11c6325.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-abb76922-a875-4c5c-88e3-78dbc2b5c138 {
  text-align: center;
}

#s-d3621df4-e691-43ce-812b-a305a679e582 {
  margin-left: 0px;
margin-right: auto;
padding-left: 5%;
padding-right: 5%;
max-width: 640px;
}
@media (max-width: 767px){#s-d3621df4-e691-43ce-812b-a305a679e582 {
  max-width: 100%;
}
}
#s-9b073446-24e9-417b-ae4c-e466fe27d63e {
  min-height: 120px;
background-color: rgba(0, 0, 0, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-9b073446-24e9-417b-ae4c-e466fe27d63e {
  min-height: 80px;
}
}@media (max-width: 767px){#s-9b073446-24e9-417b-ae4c-e466fe27d63e {
  min-height: 60px;
}
}







#s-9b073446-24e9-417b-ae4c-e466fe27d63e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9b073446-24e9-417b-ae4c-e466fe27d63e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-941d1643-3253-41c1-af18-9e8ce8185ded {
  min-height: 50px;
background-color: rgba(33, 33, 33, 1);
}








#s-941d1643-3253-41c1-af18-9e8ce8185ded > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-941d1643-3253-41c1-af18-9e8ce8185ded.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ca2edfef-2389-497b-965f-8888d4aad544 {
  margin-top: 50px;
}

@media (min-width: 0px) {
[id="s-ca2edfef-2389-497b-965f-8888d4aad544"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ca2edfef-2389-497b-965f-8888d4aad544"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-ca2edfef-2389-497b-965f-8888d4aad544"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-ca2edfef-2389-497b-965f-8888d4aad544"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-8c366417-2852-4fd0-8536-b465b03f776e {
  margin-left: auto;
max-width: 80%;
}
@media (min-width: 1200px){#s-8c366417-2852-4fd0-8536-b465b03f776e {
  max-width: 85%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-8c366417-2852-4fd0-8536-b465b03f776e {
  max-width: 85%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-8c366417-2852-4fd0-8536-b465b03f776e {
  margin-bottom: 50px;
max-width: 90%;
}
}@media (max-width: 767px){#s-8c366417-2852-4fd0-8536-b465b03f776e {
  max-width: 1000%;
}
}







#s-8c366417-2852-4fd0-8536-b465b03f776e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8c366417-2852-4fd0-8536-b465b03f776e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-94ed87ca-b035-4130-a726-8fb2b25290ee {
  text-align: center;
}

#s-ec32c1c8-aeea-4f7f-bbe3-b07bd5bff114 {
  margin-left: 0px;
margin-right: auto;
padding-left: 5%;
padding-right: 5%;
max-width: 640px;
}
@media (max-width: 767px){#s-ec32c1c8-aeea-4f7f-bbe3-b07bd5bff114 {
  max-width: 100%;
}
}
@media (min-width: 1200px){#s-b3ad46c0-9d40-476c-8eec-83cacf3c5133 {
  margin-left: 0px;
}
}







#s-b3ad46c0-9d40-476c-8eec-83cacf3c5133 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b3ad46c0-9d40-476c-8eec-83cacf3c5133.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-79a8d1c1-9de2-41ee-9ccb-31e17165b3b0 {
  text-align: left;
}
@media (min-width: 992px) and (max-width: 1199px){#s-79a8d1c1-9de2-41ee-9ccb-31e17165b3b0 {
  margin-right: 10%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-79a8d1c1-9de2-41ee-9ccb-31e17165b3b0 {
  margin-right: 5%;
}
}@media (max-width: 767px){#s-79a8d1c1-9de2-41ee-9ccb-31e17165b3b0 {
  margin-top: 20px;
margin-left: 5%;
margin-right: 5%;
}
}






  #s-79a8d1c1-9de2-41ee-9ccb-31e17165b3b0 img.shogun-image {
    

    
    
    
  }


#s-79a8d1c1-9de2-41ee-9ccb-31e17165b3b0 .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-135e56a3-2dcf-4d37-aa99-4c03b828d9a0 {
  padding-top: 100px;
}
@media (min-width: 1200px){#s-135e56a3-2dcf-4d37-aa99-4c03b828d9a0 {
  padding-top: 120px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-135e56a3-2dcf-4d37-aa99-4c03b828d9a0 {
  padding-top: 120px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-135e56a3-2dcf-4d37-aa99-4c03b828d9a0 {
  padding-top: 80px;
}
}@media (max-width: 767px){#s-135e56a3-2dcf-4d37-aa99-4c03b828d9a0 {
  padding-top: 60px;
}
}
#s-6da58b4d-3788-4fd5-8000-ab14a17496fa {
  min-height: 120px;
background-color: rgba(0, 0, 0, 1);
}
@media (min-width: 1200px){#s-6da58b4d-3788-4fd5-8000-ab14a17496fa {
  min-height: 80px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-6da58b4d-3788-4fd5-8000-ab14a17496fa {
  min-height: 80px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-6da58b4d-3788-4fd5-8000-ab14a17496fa {
  min-height: 60px;
}
}@media (max-width: 767px){#s-6da58b4d-3788-4fd5-8000-ab14a17496fa {
  min-height: 30px;
}
}







#s-6da58b4d-3788-4fd5-8000-ab14a17496fa > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6da58b4d-3788-4fd5-8000-ab14a17496fa.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: 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}
