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

.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-4081aff7-29e9-48e4-871a-16bbf6ee9ef5 {
  text-align: center;
}
@media (min-width: 1200px){#s-4081aff7-29e9-48e4-871a-16bbf6ee9ef5 {
  text-align: center;
}
}@media (min-width: 768px) and (max-width: 991px){#s-4081aff7-29e9-48e4-871a-16bbf6ee9ef5 {
  display: none;
}
#s-4081aff7-29e9-48e4-871a-16bbf6ee9ef5, #wrap-s-4081aff7-29e9-48e4-871a-16bbf6ee9ef5 { display: none !important; }}@media (max-width: 767px){#s-4081aff7-29e9-48e4-871a-16bbf6ee9ef5 {
  display: none;
}
#s-4081aff7-29e9-48e4-871a-16bbf6ee9ef5, #wrap-s-4081aff7-29e9-48e4-871a-16bbf6ee9ef5 { display: none !important; }}






  #s-4081aff7-29e9-48e4-871a-16bbf6ee9ef5 img.shogun-image {
    

    
    
    
  }


#s-4081aff7-29e9-48e4-871a-16bbf6ee9ef5 .shogun-image-content {
  
    align-items: center;
  
}

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

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

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

#s-1d2d8d90-8a28-4dcf-af4d-5b4f34afc69c {
  padding-top: 1%;
padding-bottom: 11%;
}
@media (min-width: 768px) and (max-width: 991px){#s-1d2d8d90-8a28-4dcf-af4d-5b4f34afc69c {
  display: none;
}
#s-1d2d8d90-8a28-4dcf-af4d-5b4f34afc69c, #wrap-s-1d2d8d90-8a28-4dcf-af4d-5b4f34afc69c { display: none !important; }}@media (max-width: 767px){#s-1d2d8d90-8a28-4dcf-af4d-5b4f34afc69c {
  display: none;
}
#s-1d2d8d90-8a28-4dcf-af4d-5b4f34afc69c, #wrap-s-1d2d8d90-8a28-4dcf-af4d-5b4f34afc69c { display: none !important; }}
@media (min-width: 0px) {
[id="s-1d2d8d90-8a28-4dcf-af4d-5b4f34afc69c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1d2d8d90-8a28-4dcf-af4d-5b4f34afc69c"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-1d2d8d90-8a28-4dcf-af4d-5b4f34afc69c"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-1d2d8d90-8a28-4dcf-af4d-5b4f34afc69c"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-1d2d8d90-8a28-4dcf-af4d-5b4f34afc69c"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-1d2d8d90-8a28-4dcf-af4d-5b4f34afc69c"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-1d2d8d90-8a28-4dcf-af4d-5b4f34afc69c"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

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

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

#s-05bb386d-0ad3-4167-a910-139d55776986 {
  padding-top: 10px;
padding-left: 10%;
padding-bottom: 23px;
padding-right: 10%;
text-align: right;
}

#s-05bb386d-0ad3-4167-a910-139d55776986 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 61px;
  
  
  text-align: right;
}



#s-6d3487e8-f534-4478-bead-78d201e9c57a {
  padding-top: 0%;
padding-left: 10%;
padding-bottom: 0%;
padding-right: 10%;
}
@media (min-width: 768px) and (max-width: 991px){#s-6d3487e8-f534-4478-bead-78d201e9c57a {
  display: none;
}
#s-6d3487e8-f534-4478-bead-78d201e9c57a, #wrap-s-6d3487e8-f534-4478-bead-78d201e9c57a { display: none !important; }}@media (max-width: 767px){#s-6d3487e8-f534-4478-bead-78d201e9c57a {
  display: none;
}
#s-6d3487e8-f534-4478-bead-78d201e9c57a, #wrap-s-6d3487e8-f534-4478-bead-78d201e9c57a { display: none !important; }}
.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-6560dc29-5cc4-44ae-b09a-1c555c36976d {
  padding-top: 0px;
padding-bottom: 0px;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-6560dc29-5cc4-44ae-b09a-1c555c36976d {
  display: none;
}
#s-6560dc29-5cc4-44ae-b09a-1c555c36976d, #wrap-s-6560dc29-5cc4-44ae-b09a-1c555c36976d { display: none !important; }}@media (max-width: 767px){#s-6560dc29-5cc4-44ae-b09a-1c555c36976d {
  display: none;
}
#s-6560dc29-5cc4-44ae-b09a-1c555c36976d, #wrap-s-6560dc29-5cc4-44ae-b09a-1c555c36976d { display: none !important; }}







#s-6560dc29-5cc4-44ae-b09a-1c555c36976d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6560dc29-5cc4-44ae-b09a-1c555c36976d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d706c33d-e1cd-4fb1-96af-39b49e103b24 {
  margin-left: 5%;
margin-right: 5%;
padding-top: 5%;
padding-left: 10%;
padding-bottom: 5%;
padding-right: 10%;
}
@media (min-width: 768px) and (max-width: 991px){#s-d706c33d-e1cd-4fb1-96af-39b49e103b24 {
  display: none;
}
#s-d706c33d-e1cd-4fb1-96af-39b49e103b24, #wrap-s-d706c33d-e1cd-4fb1-96af-39b49e103b24 { display: none !important; }}@media (max-width: 767px){#s-d706c33d-e1cd-4fb1-96af-39b49e103b24 {
  display: none;
}
#s-d706c33d-e1cd-4fb1-96af-39b49e103b24, #wrap-s-d706c33d-e1cd-4fb1-96af-39b49e103b24 { display: none !important; }}
@media (min-width: 0px) {
[id="s-d706c33d-e1cd-4fb1-96af-39b49e103b24"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d706c33d-e1cd-4fb1-96af-39b49e103b24"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-d706c33d-e1cd-4fb1-96af-39b49e103b24"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-d706c33d-e1cd-4fb1-96af-39b49e103b24"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-db70f956-39f2-4f9d-ad68-5afa5fda235d {
  min-height: 50px;
}








#s-db70f956-39f2-4f9d-ad68-5afa5fda235d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-db70f956-39f2-4f9d-ad68-5afa5fda235d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e3b76756-43b3-4c76-bb83-6d680b7bf89c {
  margin-top: 15%;
padding-top: 10px;
padding-left: 5%;
padding-bottom: 3%;
padding-right: 5%;
text-align: left;
}
@media (max-width: 767px){#s-e3b76756-43b3-4c76-bb83-6d680b7bf89c {
  margin-top: 15%;
padding-top: 10px;
padding-left: 5%;
padding-bottom: 3%;
padding-right: 5%;
text-align: center;
}
}
#s-e3b76756-43b3-4c76-bb83-6d680b7bf89c .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 50px;
  
  
  text-align: left;
}


@media (max-width: 767px){#s-e3b76756-43b3-4c76-bb83-6d680b7bf89c .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 50px;
  
  
  text-align: center;
}


}
#s-f15172cc-58ca-4431-aec1-f153180be578 {
  padding-left: 5%;
padding-right: 5%;
}
@media (min-width: 1200px){#s-f15172cc-58ca-4431-aec1-f153180be578 {
  display: none;
}
#s-f15172cc-58ca-4431-aec1-f153180be578, #wrap-s-f15172cc-58ca-4431-aec1-f153180be578 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f15172cc-58ca-4431-aec1-f153180be578 {
  display: none;
}
#s-f15172cc-58ca-4431-aec1-f153180be578, #wrap-s-f15172cc-58ca-4431-aec1-f153180be578 { display: none !important; }}
#s-725563c3-b522-4f33-b3ae-19b22f8741ce {
  padding-left: 5%;
padding-right: 5%;
}
@media (min-width: 768px) and (max-width: 991px){#s-725563c3-b522-4f33-b3ae-19b22f8741ce {
  display: none;
}
#s-725563c3-b522-4f33-b3ae-19b22f8741ce, #wrap-s-725563c3-b522-4f33-b3ae-19b22f8741ce { display: none !important; }}@media (max-width: 767px){#s-725563c3-b522-4f33-b3ae-19b22f8741ce {
  display: none;
}
#s-725563c3-b522-4f33-b3ae-19b22f8741ce, #wrap-s-725563c3-b522-4f33-b3ae-19b22f8741ce { display: none !important; }}
#s-4259ed94-8a6b-4eeb-a0b7-ccb09341b661 {
  padding-top: 5%;
text-align: center;
}







  #s-4259ed94-8a6b-4eeb-a0b7-ccb09341b661 img.shogun-image {
    

    
    
    
  }


#s-4259ed94-8a6b-4eeb-a0b7-ccb09341b661 .shogun-image-content {
  
    align-items: center;
  
}

#s-62797b43-c99c-47c1-9fe3-b1336021a1ea {
  margin-left: 5%;
margin-right: 5%;
padding-top: 5%;
padding-left: 10%;
padding-bottom: 5%;
padding-right: 10%;
}
@media (min-width: 1200px){#s-62797b43-c99c-47c1-9fe3-b1336021a1ea {
  display: none;
}
#s-62797b43-c99c-47c1-9fe3-b1336021a1ea, #wrap-s-62797b43-c99c-47c1-9fe3-b1336021a1ea { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-62797b43-c99c-47c1-9fe3-b1336021a1ea {
  display: none;
}
#s-62797b43-c99c-47c1-9fe3-b1336021a1ea, #wrap-s-62797b43-c99c-47c1-9fe3-b1336021a1ea { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-62797b43-c99c-47c1-9fe3-b1336021a1ea {
  display: none;
}
#s-62797b43-c99c-47c1-9fe3-b1336021a1ea, #wrap-s-62797b43-c99c-47c1-9fe3-b1336021a1ea { display: none !important; }}@media (max-width: 767px){#s-62797b43-c99c-47c1-9fe3-b1336021a1ea {
  
}
}
@media (min-width: 0px) {
[id="s-62797b43-c99c-47c1-9fe3-b1336021a1ea"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-62797b43-c99c-47c1-9fe3-b1336021a1ea"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-62797b43-c99c-47c1-9fe3-b1336021a1ea"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-62797b43-c99c-47c1-9fe3-b1336021a1ea"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-bb20bf1b-94d7-4c84-9448-d683104cc295 {
  min-height: 50px;
}








#s-bb20bf1b-94d7-4c84-9448-d683104cc295 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bb20bf1b-94d7-4c84-9448-d683104cc295.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-813b993e-2bf5-4837-a8a3-10718fe0bfe7 {
  margin-top: 15%;
padding-top: 10px;
padding-left: 5%;
padding-bottom: 3%;
padding-right: 5%;
text-align: left;
}
@media (max-width: 767px){#s-813b993e-2bf5-4837-a8a3-10718fe0bfe7 {
  margin-top: 15%;
padding-top: 10px;
padding-left: 5%;
padding-bottom: 3%;
padding-right: 5%;
text-align: center;
}
}
#s-813b993e-2bf5-4837-a8a3-10718fe0bfe7 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 50px;
  
  
  text-align: left;
}


@media (max-width: 767px){#s-813b993e-2bf5-4837-a8a3-10718fe0bfe7 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 50px;
  
  
  text-align: center;
}


}
#s-fea2ec68-1b84-487d-a5a9-2a62276d9478 {
  padding-left: 5%;
padding-right: 5%;
}
@media (min-width: 1200px){#s-fea2ec68-1b84-487d-a5a9-2a62276d9478 {
  display: none;
}
#s-fea2ec68-1b84-487d-a5a9-2a62276d9478, #wrap-s-fea2ec68-1b84-487d-a5a9-2a62276d9478 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-fea2ec68-1b84-487d-a5a9-2a62276d9478 {
  display: none;
}
#s-fea2ec68-1b84-487d-a5a9-2a62276d9478, #wrap-s-fea2ec68-1b84-487d-a5a9-2a62276d9478 { display: none !important; }}
#s-6de3931d-ffbf-45df-9366-a6c1cd9fea6b {
  padding-left: 5%;
padding-right: 5%;
}
@media (min-width: 768px) and (max-width: 991px){#s-6de3931d-ffbf-45df-9366-a6c1cd9fea6b {
  display: none;
}
#s-6de3931d-ffbf-45df-9366-a6c1cd9fea6b, #wrap-s-6de3931d-ffbf-45df-9366-a6c1cd9fea6b { display: none !important; }}@media (max-width: 767px){#s-6de3931d-ffbf-45df-9366-a6c1cd9fea6b {
  display: none;
}
#s-6de3931d-ffbf-45df-9366-a6c1cd9fea6b, #wrap-s-6de3931d-ffbf-45df-9366-a6c1cd9fea6b { display: none !important; }}
#s-ce33eb47-0146-431d-ad3d-6c87c64b89af {
  padding-top: 5%;
text-align: center;
}







  #s-ce33eb47-0146-431d-ad3d-6c87c64b89af img.shogun-image {
    

    
    
    
  }


#s-ce33eb47-0146-431d-ad3d-6c87c64b89af .shogun-image-content {
  
    align-items: center;
  
}

#s-3d6623e6-8edd-4668-9c35-ec695399d86d {
  padding-left: 5%;
padding-right: 5%;
}
@media (min-width: 1200px){#s-3d6623e6-8edd-4668-9c35-ec695399d86d {
  display: none;
}
#s-3d6623e6-8edd-4668-9c35-ec695399d86d, #wrap-s-3d6623e6-8edd-4668-9c35-ec695399d86d { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3d6623e6-8edd-4668-9c35-ec695399d86d {
  display: none;
}
#s-3d6623e6-8edd-4668-9c35-ec695399d86d, #wrap-s-3d6623e6-8edd-4668-9c35-ec695399d86d { display: none !important; }}
#s-d89fc76c-055c-44ff-9dbb-91eb847536eb {
  padding-top: 0px;
padding-bottom: 0px;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-d89fc76c-055c-44ff-9dbb-91eb847536eb {
  display: none;
}
#s-d89fc76c-055c-44ff-9dbb-91eb847536eb, #wrap-s-d89fc76c-055c-44ff-9dbb-91eb847536eb { display: none !important; }}@media (max-width: 767px){#s-d89fc76c-055c-44ff-9dbb-91eb847536eb {
  display: none;
}
#s-d89fc76c-055c-44ff-9dbb-91eb847536eb, #wrap-s-d89fc76c-055c-44ff-9dbb-91eb847536eb { display: none !important; }}







#s-d89fc76c-055c-44ff-9dbb-91eb847536eb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d89fc76c-055c-44ff-9dbb-91eb847536eb.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d4de253a-c061-4a96-9e30-8f8ef77c9e4b {
  margin-left: 5%;
margin-right: 5%;
padding-top: 5%;
padding-left: 10%;
padding-bottom: 5%;
padding-right: 10%;
}
@media (min-width: 768px) and (max-width: 991px){#s-d4de253a-c061-4a96-9e30-8f8ef77c9e4b {
  display: none;
}
#s-d4de253a-c061-4a96-9e30-8f8ef77c9e4b, #wrap-s-d4de253a-c061-4a96-9e30-8f8ef77c9e4b { display: none !important; }}@media (max-width: 767px){#s-d4de253a-c061-4a96-9e30-8f8ef77c9e4b {
  display: none;
}
#s-d4de253a-c061-4a96-9e30-8f8ef77c9e4b, #wrap-s-d4de253a-c061-4a96-9e30-8f8ef77c9e4b { display: none !important; }}
@media (min-width: 0px) {
[id="s-d4de253a-c061-4a96-9e30-8f8ef77c9e4b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d4de253a-c061-4a96-9e30-8f8ef77c9e4b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-d4de253a-c061-4a96-9e30-8f8ef77c9e4b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-d4de253a-c061-4a96-9e30-8f8ef77c9e4b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-dcdd4c1e-c0d4-4f5f-b69e-a3395f4a55e0 {
  padding-top: 5%;
text-align: center;
}







  #s-dcdd4c1e-c0d4-4f5f-b69e-a3395f4a55e0 img.shogun-image {
    

    
    
    
  }


#s-dcdd4c1e-c0d4-4f5f-b69e-a3395f4a55e0 .shogun-image-content {
  
    align-items: center;
  
}

#s-4c0e4516-9af7-4fb9-b312-fa209a514b4c {
  min-height: 50px;
}








#s-4c0e4516-9af7-4fb9-b312-fa209a514b4c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4c0e4516-9af7-4fb9-b312-fa209a514b4c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5ed107e9-d232-460e-8b38-c64a3a5c0001 {
  margin-top: 15%;
padding-top: 10px;
padding-left: 5%;
padding-bottom: 3%;
padding-right: 5%;
text-align: left;
}
@media (max-width: 767px){#s-5ed107e9-d232-460e-8b38-c64a3a5c0001 {
  margin-top: 15%;
padding-top: 10px;
padding-left: 5%;
padding-bottom: 3%;
padding-right: 5%;
text-align: center;
}
}
#s-5ed107e9-d232-460e-8b38-c64a3a5c0001 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 50px;
  
  
  text-align: left;
}


@media (max-width: 767px){#s-5ed107e9-d232-460e-8b38-c64a3a5c0001 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 50px;
  
  
  text-align: center;
}


}
#s-0b7dd006-5034-45a9-85f0-ea40978e2d66 {
  padding-left: 5%;
padding-right: 5%;
}
@media (min-width: 1200px){#s-0b7dd006-5034-45a9-85f0-ea40978e2d66 {
  display: none;
}
#s-0b7dd006-5034-45a9-85f0-ea40978e2d66, #wrap-s-0b7dd006-5034-45a9-85f0-ea40978e2d66 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0b7dd006-5034-45a9-85f0-ea40978e2d66 {
  display: none;
}
#s-0b7dd006-5034-45a9-85f0-ea40978e2d66, #wrap-s-0b7dd006-5034-45a9-85f0-ea40978e2d66 { display: none !important; }}
#s-32711d09-3dab-4b98-b96a-ead338d6fcad {
  padding-left: 5%;
padding-right: 5%;
}
@media (min-width: 768px) and (max-width: 991px){#s-32711d09-3dab-4b98-b96a-ead338d6fcad {
  display: none;
}
#s-32711d09-3dab-4b98-b96a-ead338d6fcad, #wrap-s-32711d09-3dab-4b98-b96a-ead338d6fcad { display: none !important; }}@media (max-width: 767px){#s-32711d09-3dab-4b98-b96a-ead338d6fcad {
  display: none;
}
#s-32711d09-3dab-4b98-b96a-ead338d6fcad, #wrap-s-32711d09-3dab-4b98-b96a-ead338d6fcad { display: none !important; }}
#s-51426384-98ce-4cf5-88ff-9f6ba8cd05e0 {
  margin-left: 5%;
margin-right: 5%;
padding-top: 5%;
padding-left: 10%;
padding-bottom: 20%;
padding-right: 10%;
}
@media (min-width: 1200px){#s-51426384-98ce-4cf5-88ff-9f6ba8cd05e0 {
  display: none;
}
#s-51426384-98ce-4cf5-88ff-9f6ba8cd05e0, #wrap-s-51426384-98ce-4cf5-88ff-9f6ba8cd05e0 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-51426384-98ce-4cf5-88ff-9f6ba8cd05e0 {
  display: none;
}
#s-51426384-98ce-4cf5-88ff-9f6ba8cd05e0, #wrap-s-51426384-98ce-4cf5-88ff-9f6ba8cd05e0 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-51426384-98ce-4cf5-88ff-9f6ba8cd05e0 {
  display: none;
}
#s-51426384-98ce-4cf5-88ff-9f6ba8cd05e0, #wrap-s-51426384-98ce-4cf5-88ff-9f6ba8cd05e0 { display: none !important; }}@media (max-width: 767px){#s-51426384-98ce-4cf5-88ff-9f6ba8cd05e0 {
  
}
}
@media (min-width: 0px) {
[id="s-51426384-98ce-4cf5-88ff-9f6ba8cd05e0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-51426384-98ce-4cf5-88ff-9f6ba8cd05e0"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-51426384-98ce-4cf5-88ff-9f6ba8cd05e0"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-51426384-98ce-4cf5-88ff-9f6ba8cd05e0"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-59d60a17-0544-4ced-977d-43fa259dfad2 {
  min-height: 50px;
}








#s-59d60a17-0544-4ced-977d-43fa259dfad2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-59d60a17-0544-4ced-977d-43fa259dfad2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-645e6219-124c-4541-a1f7-7db06c91cd30 {
  margin-top: 15%;
padding-top: 10px;
padding-left: 5%;
padding-bottom: 3%;
padding-right: 5%;
text-align: left;
}
@media (max-width: 767px){#s-645e6219-124c-4541-a1f7-7db06c91cd30 {
  margin-top: 15%;
padding-top: 10px;
padding-left: 5%;
padding-bottom: 3%;
padding-right: 5%;
text-align: center;
}
}
#s-645e6219-124c-4541-a1f7-7db06c91cd30 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 50px;
  
  
  text-align: left;
}


@media (max-width: 767px){#s-645e6219-124c-4541-a1f7-7db06c91cd30 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 50px;
  
  
  text-align: center;
}


}
#s-dc313f55-37d1-41d6-bb74-7df91bd3e7f5 {
  padding-left: 5%;
padding-right: 5%;
}
@media (min-width: 1200px){#s-dc313f55-37d1-41d6-bb74-7df91bd3e7f5 {
  display: none;
}
#s-dc313f55-37d1-41d6-bb74-7df91bd3e7f5, #wrap-s-dc313f55-37d1-41d6-bb74-7df91bd3e7f5 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-dc313f55-37d1-41d6-bb74-7df91bd3e7f5 {
  display: none;
}
#s-dc313f55-37d1-41d6-bb74-7df91bd3e7f5, #wrap-s-dc313f55-37d1-41d6-bb74-7df91bd3e7f5 { display: none !important; }}
#s-8304f0a1-a639-4573-80f7-fc0988cec89b {
  padding-left: 5%;
padding-right: 5%;
}
@media (min-width: 768px) and (max-width: 991px){#s-8304f0a1-a639-4573-80f7-fc0988cec89b {
  display: none;
}
#s-8304f0a1-a639-4573-80f7-fc0988cec89b, #wrap-s-8304f0a1-a639-4573-80f7-fc0988cec89b { display: none !important; }}@media (max-width: 767px){#s-8304f0a1-a639-4573-80f7-fc0988cec89b {
  display: none;
}
#s-8304f0a1-a639-4573-80f7-fc0988cec89b, #wrap-s-8304f0a1-a639-4573-80f7-fc0988cec89b { display: none !important; }}
#s-9f6e1064-049a-469f-820e-411909b55335 {
  padding-top: 5%;
text-align: center;
}







  #s-9f6e1064-049a-469f-820e-411909b55335 img.shogun-image {
    

    
    
    
  }


#s-9f6e1064-049a-469f-820e-411909b55335 .shogun-image-content {
  
    align-items: center;
  
}

#s-a40dc010-3885-430a-afd6-7ebcd79c6ccc {
  padding-bottom: 3%;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-a40dc010-3885-430a-afd6-7ebcd79c6ccc {
  display: none;
}
#s-a40dc010-3885-430a-afd6-7ebcd79c6ccc, #wrap-s-a40dc010-3885-430a-afd6-7ebcd79c6ccc { display: none !important; }}@media (max-width: 767px){#s-a40dc010-3885-430a-afd6-7ebcd79c6ccc {
  display: none;
}
#s-a40dc010-3885-430a-afd6-7ebcd79c6ccc, #wrap-s-a40dc010-3885-430a-afd6-7ebcd79c6ccc { display: none !important; }}







#s-a40dc010-3885-430a-afd6-7ebcd79c6ccc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a40dc010-3885-430a-afd6-7ebcd79c6ccc.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9db85da1-a775-476c-b67d-e6b795f691da {
  padding-left: 10%;
padding-right: 10%;
}

@media (min-width: 0px) {
[id="s-9db85da1-a775-476c-b67d-e6b795f691da"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9db85da1-a775-476c-b67d-e6b795f691da"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 66.66666666666667px);
}

}

@media (min-width: 992px) {
[id="s-9db85da1-a775-476c-b67d-e6b795f691da"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 66.66666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-9db85da1-a775-476c-b67d-e6b795f691da"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 66.66666666666667px);
}

}

#s-aa00de15-1cf1-4281-b295-9772fb584ccb {
  text-align: center;
}







  #s-aa00de15-1cf1-4281-b295-9772fb584ccb img.shogun-image {
    

    
    
    
  }


#s-aa00de15-1cf1-4281-b295-9772fb584ccb .shogun-image-content {
  
    align-items: center;
  
}

#s-62a81d95-ba54-426f-b551-92b78e113b1d {
  padding-top: 3%;
padding-bottom: 3%;
}

#s-872f563d-64fd-4cb9-b995-d3f00b8b4a89 {
  padding-top: 5%;
text-align: center;
}







  #s-872f563d-64fd-4cb9-b995-d3f00b8b4a89 img.shogun-image {
    

    
    
    
  }


#s-872f563d-64fd-4cb9-b995-d3f00b8b4a89 .shogun-image-content {
  
    align-items: center;
  
}

#s-83d88067-4d2e-4a13-8abc-14a88aebd832 {
  padding-top: 3%;
padding-bottom: 3%;
}

#s-eea2da18-358c-4aef-acd3-591dfd2dc84d {
  padding-top: 5%;
text-align: center;
}







  #s-eea2da18-358c-4aef-acd3-591dfd2dc84d img.shogun-image {
    

    
    
    
  }


#s-eea2da18-358c-4aef-acd3-591dfd2dc84d .shogun-image-content {
  
    align-items: center;
  
}

#s-948f2df8-7ea6-49a2-8e93-2300fed74ef3 {
  padding-top: 3%;
padding-bottom: 3%;
}

#s-1db0e23b-7839-413a-9471-586d3f0a2497 {
  min-height: 50px;
background-color: rgba(157, 182, 198, 1);
}
@media (min-width: 1200px){#s-1db0e23b-7839-413a-9471-586d3f0a2497 {
  display: none;
}
#s-1db0e23b-7839-413a-9471-586d3f0a2497, #wrap-s-1db0e23b-7839-413a-9471-586d3f0a2497 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-1db0e23b-7839-413a-9471-586d3f0a2497 {
  display: none;
}
#s-1db0e23b-7839-413a-9471-586d3f0a2497, #wrap-s-1db0e23b-7839-413a-9471-586d3f0a2497 { display: none !important; }}







#s-1db0e23b-7839-413a-9471-586d3f0a2497 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1db0e23b-7839-413a-9471-586d3f0a2497.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5c623271-f247-4a21-aa25-326d981dee59 {
  padding-top: 5%;
padding-bottom: 2%;
text-align: center;
}
@media (min-width: 1200px){#s-5c623271-f247-4a21-aa25-326d981dee59 {
  display: none;
}
#s-5c623271-f247-4a21-aa25-326d981dee59, #wrap-s-5c623271-f247-4a21-aa25-326d981dee59 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-5c623271-f247-4a21-aa25-326d981dee59 {
  display: none;
}
#s-5c623271-f247-4a21-aa25-326d981dee59, #wrap-s-5c623271-f247-4a21-aa25-326d981dee59 { display: none !important; }}
#s-5c623271-f247-4a21-aa25-326d981dee59 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 40px;
  
  
  text-align: center;
}



#s-23c8dec3-6f91-4dc7-b737-5ebdba3f7c44 {
  padding-top: 2%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
}
@media (min-width: 1200px){#s-23c8dec3-6f91-4dc7-b737-5ebdba3f7c44 {
  display: none;
}
#s-23c8dec3-6f91-4dc7-b737-5ebdba3f7c44, #wrap-s-23c8dec3-6f91-4dc7-b737-5ebdba3f7c44 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-23c8dec3-6f91-4dc7-b737-5ebdba3f7c44 {
  display: none;
}
#s-23c8dec3-6f91-4dc7-b737-5ebdba3f7c44, #wrap-s-23c8dec3-6f91-4dc7-b737-5ebdba3f7c44 { display: none !important; }}
#s-9f0d07de-6548-4aa0-8648-555b10f15770 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-9f0d07de-6548-4aa0-8648-555b10f15770 {
  display: none;
}
#s-9f0d07de-6548-4aa0-8648-555b10f15770, #wrap-s-9f0d07de-6548-4aa0-8648-555b10f15770 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9f0d07de-6548-4aa0-8648-555b10f15770 {
  display: none;
}
#s-9f0d07de-6548-4aa0-8648-555b10f15770, #wrap-s-9f0d07de-6548-4aa0-8648-555b10f15770 { display: none !important; }}







#s-9f0d07de-6548-4aa0-8648-555b10f15770 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9f0d07de-6548-4aa0-8648-555b10f15770.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8bd622fa-a4c5-4f92-af33-f25f1578c28e {
  text-align: center;
}







  #s-8bd622fa-a4c5-4f92-af33-f25f1578c28e img.shogun-image {
    

    
    
    
  }


#s-8bd622fa-a4c5-4f92-af33-f25f1578c28e .shogun-image-content {
  
    align-items: center;
  
}

#s-dfee041e-0c19-4c35-ac86-bd3a24893fed {
  min-height: 50px;
}
@media (min-width: 1200px){#s-dfee041e-0c19-4c35-ac86-bd3a24893fed {
  display: none;
}
#s-dfee041e-0c19-4c35-ac86-bd3a24893fed, #wrap-s-dfee041e-0c19-4c35-ac86-bd3a24893fed { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-dfee041e-0c19-4c35-ac86-bd3a24893fed {
  display: none;
}
#s-dfee041e-0c19-4c35-ac86-bd3a24893fed, #wrap-s-dfee041e-0c19-4c35-ac86-bd3a24893fed { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-dfee041e-0c19-4c35-ac86-bd3a24893fed {
  
}
}@media (max-width: 767px){#s-dfee041e-0c19-4c35-ac86-bd3a24893fed {
  
}
}







#s-dfee041e-0c19-4c35-ac86-bd3a24893fed > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-dfee041e-0c19-4c35-ac86-bd3a24893fed.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-992d7d63-c859-43d7-a760-f747748eaa3d {
  margin-top: 15%;
padding-top: 10px;
padding-left: 5%;
padding-bottom: 3%;
padding-right: 5%;
text-align: center;
}

#s-992d7d63-c859-43d7-a760-f747748eaa3d .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 50px;
  
  
  text-align: center;
}



#s-f8d299f1-eda5-458a-a391-ee9d584c62a4 {
  padding-left: 7%;
padding-bottom: 1%;
padding-right: 7%;
}
@media (min-width: 1200px){#s-f8d299f1-eda5-458a-a391-ee9d584c62a4 {
  display: none;
}
#s-f8d299f1-eda5-458a-a391-ee9d584c62a4, #wrap-s-f8d299f1-eda5-458a-a391-ee9d584c62a4 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f8d299f1-eda5-458a-a391-ee9d584c62a4 {
  display: none;
}
#s-f8d299f1-eda5-458a-a391-ee9d584c62a4, #wrap-s-f8d299f1-eda5-458a-a391-ee9d584c62a4 { display: none !important; }}
#s-0b76a4ee-2c18-496a-94ca-27c909c8be92 {
  padding-top: 5%;
padding-left: 5%;
padding-bottom: 10%;
padding-right: 5%;
text-align: center;
}







  #s-0b76a4ee-2c18-496a-94ca-27c909c8be92 img.shogun-image {
    

    
    
    
  }


#s-0b76a4ee-2c18-496a-94ca-27c909c8be92 .shogun-image-content {
  
    align-items: center;
  
}

#s-1f0fc618-8ae3-416b-b6cf-5a37eee97a86 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-1f0fc618-8ae3-416b-b6cf-5a37eee97a86 {
  display: none;
}
#s-1f0fc618-8ae3-416b-b6cf-5a37eee97a86, #wrap-s-1f0fc618-8ae3-416b-b6cf-5a37eee97a86 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-1f0fc618-8ae3-416b-b6cf-5a37eee97a86 {
  display: none;
}
#s-1f0fc618-8ae3-416b-b6cf-5a37eee97a86, #wrap-s-1f0fc618-8ae3-416b-b6cf-5a37eee97a86 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-1f0fc618-8ae3-416b-b6cf-5a37eee97a86 {
  
}
}@media (max-width: 767px){#s-1f0fc618-8ae3-416b-b6cf-5a37eee97a86 {
  
}
}







#s-1f0fc618-8ae3-416b-b6cf-5a37eee97a86 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1f0fc618-8ae3-416b-b6cf-5a37eee97a86.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-16cf1d41-c0ec-4c08-a12a-42e7cfb5115d {
  margin-top: 15%;
padding-top: 10px;
padding-left: 5%;
padding-bottom: 3%;
padding-right: 5%;
text-align: center;
}

#s-16cf1d41-c0ec-4c08-a12a-42e7cfb5115d .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 50px;
  
  
  text-align: center;
}



#s-11216ad5-f7ec-42df-851e-0c1dc78faff7 {
  padding-left: 7%;
padding-bottom: 1%;
padding-right: 7%;
}
@media (min-width: 1200px){#s-11216ad5-f7ec-42df-851e-0c1dc78faff7 {
  display: none;
}
#s-11216ad5-f7ec-42df-851e-0c1dc78faff7, #wrap-s-11216ad5-f7ec-42df-851e-0c1dc78faff7 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-11216ad5-f7ec-42df-851e-0c1dc78faff7 {
  display: none;
}
#s-11216ad5-f7ec-42df-851e-0c1dc78faff7, #wrap-s-11216ad5-f7ec-42df-851e-0c1dc78faff7 { display: none !important; }}
#s-b1e1d1a2-550a-4073-84ca-287946009212 {
  padding-top: 5%;
padding-left: 5%;
padding-bottom: 10%;
padding-right: 5%;
text-align: center;
}







  #s-b1e1d1a2-550a-4073-84ca-287946009212 img.shogun-image {
    

    
    
    
  }


#s-b1e1d1a2-550a-4073-84ca-287946009212 .shogun-image-content {
  
    align-items: center;
  
}

#s-001d2e52-5071-494f-9b8a-93e9242a2a69 {
  padding-top: 15px;
padding-left: 30%;
padding-right: 30%;
min-height: 50px;
}
@media (min-width: 1200px){#s-001d2e52-5071-494f-9b8a-93e9242a2a69 {
  display: none;
}
#s-001d2e52-5071-494f-9b8a-93e9242a2a69, #wrap-s-001d2e52-5071-494f-9b8a-93e9242a2a69 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-001d2e52-5071-494f-9b8a-93e9242a2a69 {
  display: none;
}
#s-001d2e52-5071-494f-9b8a-93e9242a2a69, #wrap-s-001d2e52-5071-494f-9b8a-93e9242a2a69 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-001d2e52-5071-494f-9b8a-93e9242a2a69 {
  
}
}







#s-001d2e52-5071-494f-9b8a-93e9242a2a69 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-001d2e52-5071-494f-9b8a-93e9242a2a69.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-257a2ee1-a644-4285-9b86-d42a50cf4b87 {
  text-align: center;
}







  #s-257a2ee1-a644-4285-9b86-d42a50cf4b87 img.shogun-image {
    

    
    
    
  }


#s-257a2ee1-a644-4285-9b86-d42a50cf4b87 .shogun-image-content {
  
    align-items: center;
  
}

#s-4eb578db-6f6c-43da-a2fd-0417240feac2 {
  padding-top: 3%;
padding-bottom: 3%;
}

#s-18dd8b5c-024b-4da2-9c0c-e22406a37ff0 {
  text-align: center;
}







  #s-18dd8b5c-024b-4da2-9c0c-e22406a37ff0 img.shogun-image {
    

    
    
    
  }


#s-18dd8b5c-024b-4da2-9c0c-e22406a37ff0 .shogun-image-content {
  
    align-items: center;
  
}

#s-62a1a43b-480b-4841-87db-c2119b6ee375 {
  padding-top: 3%;
padding-bottom: 3%;
}

#s-efdcd8ba-1a5d-46ed-8175-bcffbe9acd0f {
  padding-top: 5%;
text-align: center;
}







  #s-efdcd8ba-1a5d-46ed-8175-bcffbe9acd0f img.shogun-image {
    

    
    
    
  }


#s-efdcd8ba-1a5d-46ed-8175-bcffbe9acd0f .shogun-image-content {
  
    align-items: center;
  
}

#s-d10ee3de-7198-4b12-8e47-23605829b229 {
  padding-top: 3%;
padding-bottom: 3%;
}

#s-9ca86ade-bf80-4b98-9458-b76c2a3a7d2d {
  min-height: 50px;
}








#s-9ca86ade-bf80-4b98-9458-b76c2a3a7d2d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9ca86ade-bf80-4b98-9458-b76c2a3a7d2d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7d1e4ba8-03bf-48b0-9c8a-0960e6aa94cb {
  padding-top: 5%;
padding-left: 3%;
padding-bottom: 30px;
padding-right: 3%;
text-align: center;
}

#s-7d1e4ba8-03bf-48b0-9c8a-0960e6aa94cb .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 40px;
  
  
  
}



#s-3dfce35f-8ed1-43a7-86db-b3986e5d76f3 {
  padding-top: 5px;
padding-left: 28%;
padding-bottom: 5px;
padding-right: 28%;
}
@media (min-width: 768px) and (max-width: 991px){#s-3dfce35f-8ed1-43a7-86db-b3986e5d76f3 {
  display: none;
}
#s-3dfce35f-8ed1-43a7-86db-b3986e5d76f3, #wrap-s-3dfce35f-8ed1-43a7-86db-b3986e5d76f3 { display: none !important; }}@media (max-width: 767px){#s-3dfce35f-8ed1-43a7-86db-b3986e5d76f3 {
  display: none;
}
#s-3dfce35f-8ed1-43a7-86db-b3986e5d76f3, #wrap-s-3dfce35f-8ed1-43a7-86db-b3986e5d76f3 { display: none !important; }}
#s-42fb3109-bf46-42bf-a001-ddf57e865d02 {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-42fb3109-bf46-42bf-a001-ddf57e865d02 {
  display: none;
}
#s-42fb3109-bf46-42bf-a001-ddf57e865d02, #wrap-s-42fb3109-bf46-42bf-a001-ddf57e865d02 { display: none !important; }}@media (max-width: 767px){#s-42fb3109-bf46-42bf-a001-ddf57e865d02 {
  display: none;
}
#s-42fb3109-bf46-42bf-a001-ddf57e865d02, #wrap-s-42fb3109-bf46-42bf-a001-ddf57e865d02 { display: none !important; }}







#s-42fb3109-bf46-42bf-a001-ddf57e865d02 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-42fb3109-bf46-42bf-a001-ddf57e865d02.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9d09e81b-de46-4f24-9f3b-e0af0e4d7e8c {
  padding-left: 5%;
padding-right: 5%;
text-align: center;
}







  #s-9d09e81b-de46-4f24-9f3b-e0af0e4d7e8c img.shogun-image {
    

    
    
    
  }


#s-9d09e81b-de46-4f24-9f3b-e0af0e4d7e8c .shogun-image-content {
  
    align-items: center;
  
}

#s-039d9abf-e93e-4c55-b2ae-0c210fba3262 {
  padding-top: 5px;
padding-left: 11%;
padding-bottom: 5px;
padding-right: 11%;
}
@media (min-width: 1200px){#s-039d9abf-e93e-4c55-b2ae-0c210fba3262 {
  display: none;
}
#s-039d9abf-e93e-4c55-b2ae-0c210fba3262, #wrap-s-039d9abf-e93e-4c55-b2ae-0c210fba3262 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-039d9abf-e93e-4c55-b2ae-0c210fba3262 {
  display: none;
}
#s-039d9abf-e93e-4c55-b2ae-0c210fba3262, #wrap-s-039d9abf-e93e-4c55-b2ae-0c210fba3262 { display: none !important; }}
#s-5e632645-6823-4fa2-aea1-c5a0d2f9ab3b {
  padding-left: 10%;
padding-bottom: 5%;
padding-right: 10%;
}
@media (min-width: 1200px){#s-5e632645-6823-4fa2-aea1-c5a0d2f9ab3b {
  display: none;
}
#s-5e632645-6823-4fa2-aea1-c5a0d2f9ab3b, #wrap-s-5e632645-6823-4fa2-aea1-c5a0d2f9ab3b { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-5e632645-6823-4fa2-aea1-c5a0d2f9ab3b {
  display: none;
}
#s-5e632645-6823-4fa2-aea1-c5a0d2f9ab3b, #wrap-s-5e632645-6823-4fa2-aea1-c5a0d2f9ab3b { display: none !important; }}
@media (min-width: 0px) {
[id="s-5e632645-6823-4fa2-aea1-c5a0d2f9ab3b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5e632645-6823-4fa2-aea1-c5a0d2f9ab3b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-5e632645-6823-4fa2-aea1-c5a0d2f9ab3b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-5e632645-6823-4fa2-aea1-c5a0d2f9ab3b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-2da0dba9-adfb-45f4-b1b4-d3159e1aacb3 {
  padding-top: 4%;
padding-bottom: 4%;
text-align: center;
}







  #s-2da0dba9-adfb-45f4-b1b4-d3159e1aacb3 img.shogun-image {
    

    
    
    
  }


#s-2da0dba9-adfb-45f4-b1b4-d3159e1aacb3 .shogun-image-content {
  
    align-items: center;
  
}

#s-049863c6-5de4-41d0-9f2e-c91541bd5c4b {
  text-align: center;
}







  #s-049863c6-5de4-41d0-9f2e-c91541bd5c4b img.shogun-image {
    

    
    
    
  }


#s-049863c6-5de4-41d0-9f2e-c91541bd5c4b .shogun-image-content {
  
    align-items: center;
  
}

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

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

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

.shogun-root iframe {
  display: initial;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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