.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-6afcbc2a-68c6-4ba7-b56f-efb2d21130c3 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 50px;
margin-bottom: 50px;
padding-top: 15px;
padding-left: 15px;
padding-bottom: 15px;
padding-right: 15px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0);
border-style: solid;
border-radius: 10px;
min-height: 50px;
background-position: center center;
}
@media (min-width: 768px) and (max-width: 991px){#s-6afcbc2a-68c6-4ba7-b56f-efb2d21130c3 {
  
}
}@media (max-width: 767px){#s-6afcbc2a-68c6-4ba7-b56f-efb2d21130c3 {
  
}
}







#s-6afcbc2a-68c6-4ba7-b56f-efb2d21130c3 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-6afcbc2a-68c6-4ba7-b56f-efb2d21130c3 {
  cursor: pointer;
}#s-6afcbc2a-68c6-4ba7-b56f-efb2d21130c3.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-a03eb908-eb8d-4f79-a9d0-0832932e0ba3 {
  min-height: 50px;
}








#s-a03eb908-eb8d-4f79-a9d0-0832932e0ba3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a03eb908-eb8d-4f79-a9d0-0832932e0ba3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

#s-bd9aba40-7d49-4d57-a58d-984431df0eb8 {
  padding-top: 0px;
padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0);
border-style: solid;
border-radius: 10px;
background-color: rgba(240, 240, 240, 1);
}

@media (min-width: 0px) {
[id="s-bd9aba40-7d49-4d57-a58d-984431df0eb8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-bd9aba40-7d49-4d57-a58d-984431df0eb8"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-bd9aba40-7d49-4d57-a58d-984431df0eb8"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-bd9aba40-7d49-4d57-a58d-984431df0eb8"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-da0c53ca-0f02-41d8-9cf9-045eadb0439f {
  background-repeat: no-repeat;
background-size: cover;
min-height: 200px;
background-position: center center;
}
@media (min-width: 1200px){#s-da0c53ca-0f02-41d8-9cf9-045eadb0439f {
  min-height: 150px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-da0c53ca-0f02-41d8-9cf9-045eadb0439f {
  min-height: 150px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-da0c53ca-0f02-41d8-9cf9-045eadb0439f {
  min-height: 150px;
}
}







#s-da0c53ca-0f02-41d8-9cf9-045eadb0439f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-da0c53ca-0f02-41d8-9cf9-045eadb0439f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-963b7d31-9a10-441b-a604-d70bdf1adb22 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-left: 50px;
padding-bottom: 20px;
padding-right: 50px;
min-height: 50px;
}








#s-963b7d31-9a10-441b-a604-d70bdf1adb22 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-963b7d31-9a10-441b-a604-d70bdf1adb22.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

#s-682e1961-c50c-4e5d-9938-242e75ffc2fd {
  margin-top: 30px;
margin-bottom: -10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-682e1961-c50c-4e5d-9938-242e75ffc2fd .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-a3cb1d35-ef1f-4649-bcd4-a882529e1e15 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-a3cb1d35-ef1f-4649-bcd4-a882529e1e15 .shogun-heading-component h3 {
  color: rgba(208, 44, 49, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



.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-3272fc69-8ab5-49d7-a7e4-b1bf7df4eb7b {
  border-style: solid;
margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 25px;
padding-bottom: 10px;
padding-right: 25px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(143, 42, 43, 1);
border-radius: 5px;
text-align: left;
background-color: rgba(208, 44, 48, 1);
text-decoration: none;
}
#s-3272fc69-8ab5-49d7-a7e4-b1bf7df4eb7b:hover {background-color: rgba(143, 42, 43, 1) !important;
text-decoration: none !important;}#s-3272fc69-8ab5-49d7-a7e4-b1bf7df4eb7b:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-3272fc69-8ab5-49d7-a7e4-b1bf7df4eb7b-root {
    text-align: left;
  }


#s-3272fc69-8ab5-49d7-a7e4-b1bf7df4eb7b.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-3272fc69-8ab5-49d7-a7e4-b1bf7df4eb7b-root {
    text-align: left;
  }


#s-3272fc69-8ab5-49d7-a7e4-b1bf7df4eb7b.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-3272fc69-8ab5-49d7-a7e4-b1bf7df4eb7b-root {
    text-align: left;
  }


#s-3272fc69-8ab5-49d7-a7e4-b1bf7df4eb7b.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-3272fc69-8ab5-49d7-a7e4-b1bf7df4eb7b-root {
    text-align: left;
  }


#s-3272fc69-8ab5-49d7-a7e4-b1bf7df4eb7b.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-3272fc69-8ab5-49d7-a7e4-b1bf7df4eb7b-root {
    text-align: left;
  }


#s-3272fc69-8ab5-49d7-a7e4-b1bf7df4eb7b.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}
#s-ee9b883d-04e3-4823-81bd-b27cfcf83ec5 {
  box-shadow:1px 1px 1px 1px rgba(255, 255, 255, 1);
margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(208, 44, 48, 1);
border-style: solid;
border-radius: 5px;
min-height: 50px;
background-color: rgba(251, 236, 236, 1);
}








#s-ee9b883d-04e3-4823-81bd-b27cfcf83ec5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ee9b883d-04e3-4823-81bd-b27cfcf83ec5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8da7f2fd-8e69-4430-954a-b07432d400df {
  margin-top: 10px;
padding-top: 0px;
padding-left: 2%;
padding-bottom: 0px;
padding-right: 2%;
text-align: left;
}

#s-8da7f2fd-8e69-4430-954a-b07432d400df .shogun-heading-component h3 {
  color: rgba(208, 44, 48, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}



.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-6d53e729-cc08-4a73-90c6-699e96e4c99d {
  margin-bottom: 10px;
padding-top: 0px;
padding-left: 2%;
padding-bottom: 0px;
padding-right: 2%;
}

#s-fc96d260-5bb9-4f7c-837b-bffddd7be0ea {
  min-height: 50px;
}








#s-fc96d260-5bb9-4f7c-837b-bffddd7be0ea > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fc96d260-5bb9-4f7c-837b-bffddd7be0ea.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-81613d8a-0c84-43d3-ab65-08b0c7621e48 {
  margin-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-81613d8a-0c84-43d3-ab65-08b0c7621e48"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-81613d8a-0c84-43d3-ab65-08b0c7621e48"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 33.333333333333336px);
}

[id="s-81613d8a-0c84-43d3-ab65-08b0c7621e48"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 33.333333333333336px);
}

}

@media (min-width: 992px) {
[id="s-81613d8a-0c84-43d3-ab65-08b0c7621e48"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 33.333333333333336px);
}

[id="s-81613d8a-0c84-43d3-ab65-08b0c7621e48"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 33.333333333333336px);
}

}

@media (min-width: 1200px) {
[id="s-81613d8a-0c84-43d3-ab65-08b0c7621e48"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 33.333333333333336px);
}

[id="s-81613d8a-0c84-43d3-ab65-08b0c7621e48"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 33.333333333333336px);
}

}

@media (max-width: 767px) {
  [id="s-81613d8a-0c84-43d3-ab65-08b0c7621e48"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-e9a0fa66-0df5-4b91-b369-56eda228d2e6 {
  margin-left: 20px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e9a0fa66-0df5-4b91-b369-56eda228d2e6 .shogun-heading-component h2 {
  color: rgba(208, 44, 48, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}


@media (max-width: 767px){#s-e9a0fa66-0df5-4b91-b369-56eda228d2e6 .shogun-heading-component h2 {
  color: rgba(208, 44, 48, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


}
#s-2496dccd-a5e8-4350-afc3-0a6fc1727a35 {
  margin-left: 20px;
margin-right: 20px;
}

#s-bbb087b6-bcd3-4ae4-9506-a1b11b8ceeb6 {
  margin-left: 15%;
margin-bottom: 40px;
margin-right: 15%;
}

@media (min-width: 0px) {
[id="s-bbb087b6-bcd3-4ae4-9506-a1b11b8ceeb6"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 7.5px);
}

}

@media (min-width: 768px) {
[id="s-bbb087b6-bcd3-4ae4-9506-a1b11b8ceeb6"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 12.5px);
}

}

@media (min-width: 992px) {
[id="s-bbb087b6-bcd3-4ae4-9506-a1b11b8ceeb6"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 12.5px);
}

}

@media (min-width: 1200px) {
[id="s-bbb087b6-bcd3-4ae4-9506-a1b11b8ceeb6"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 12.5px);
}

}

#s-38a81f4f-75f7-479b-82f9-bfc8a74d490c {
  margin-top: 10px;
margin-left: 25%;
margin-bottom: 10px;
margin-right: 25%;
}

#s-38a81f4f-75f7-479b-82f9-bfc8a74d490c .shogun-icon-wrapper {
  text-align: center;
}


#s-38a81f4f-75f7-479b-82f9-bfc8a74d490c .shogun-icon-wrapper > .shogun-icon {

  font-size: 48px !important;
  color: rgba(212, 212, 212, 1);
}

#s-ed939497-1455-4bee-a94f-1cc7e9b9dbd8 {
  padding-top: 10px;
padding-bottom: 0px;
text-align: center;
}

#s-ed939497-1455-4bee-a94f-1cc7e9b9dbd8 .shogun-heading-component h3 {
  color: rgba(35, 31, 32, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-6ffee4d3-9ef7-476d-ba29-bf9e8a23f25b {
  margin-top: 10px;
margin-left: 25%;
margin-bottom: 10px;
margin-right: 25%;
}

#s-6ffee4d3-9ef7-476d-ba29-bf9e8a23f25b .shogun-icon-wrapper {
  text-align: center;
}


#s-6ffee4d3-9ef7-476d-ba29-bf9e8a23f25b .shogun-icon-wrapper > .shogun-icon {

  font-size: 48px !important;
  color: rgba(212, 212, 212, 1);
}

#s-fe7a2b48-8b05-40bc-b3cf-a4219329f529 {
  padding-top: 10px;
padding-bottom: 0px;
text-align: center;
}

#s-fe7a2b48-8b05-40bc-b3cf-a4219329f529 .shogun-heading-component h3 {
  color: rgba(35, 31, 32, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-3c0c710a-609f-4a1c-9ee3-42f9d8909915 {
  margin-top: 10px;
margin-left: 25%;
margin-bottom: 10px;
margin-right: 25%;
}

#s-3c0c710a-609f-4a1c-9ee3-42f9d8909915 .shogun-icon-wrapper {
  text-align: center;
}


#s-3c0c710a-609f-4a1c-9ee3-42f9d8909915 .shogun-icon-wrapper > .shogun-icon {

  font-size: 48px !important;
  color: rgba(212, 212, 212, 1);
}

#s-bcc07585-159f-4f2f-89f2-2178ed4b4518 {
  padding-top: 10px;
padding-bottom: 0px;
text-align: center;
}

#s-bcc07585-159f-4f2f-89f2-2178ed4b4518 .shogun-heading-component h3 {
  color: rgba(35, 31, 32, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-09c7f06a-cc6d-4761-a2d5-9391b9489799 {
  margin-top: 10px;
margin-left: 25%;
margin-bottom: 10px;
margin-right: 25%;
}

#s-09c7f06a-cc6d-4761-a2d5-9391b9489799 .shogun-icon-wrapper {
  text-align: center;
}


#s-09c7f06a-cc6d-4761-a2d5-9391b9489799 .shogun-icon-wrapper > .shogun-icon {

  font-size: 48px !important;
  color: rgba(212, 212, 212, 1);
}

#s-8694a528-583f-4ab3-b73d-7d9d785fa79b {
  padding-top: 10px;
padding-bottom: 0px;
text-align: center;
}

#s-8694a528-583f-4ab3-b73d-7d9d785fa79b .shogun-heading-component h3 {
  color: rgba(35, 31, 32, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-cf11df02-3f45-4add-9373-819831d921fe {
  margin-top: 10px;
margin-left: 25%;
margin-bottom: 10px;
margin-right: 25%;
}

#s-cf11df02-3f45-4add-9373-819831d921fe .shogun-icon-wrapper {
  text-align: center;
}


#s-cf11df02-3f45-4add-9373-819831d921fe .shogun-icon-wrapper > .shogun-icon {

  font-size: 48px !important;
  color: rgba(212, 212, 212, 1);
}

#s-da35ee6d-4b37-4d7f-bcf9-2fefc9d948ed {
  padding-top: 10px;
padding-bottom: 0px;
text-align: center;
}

#s-da35ee6d-4b37-4d7f-bcf9-2fefc9d948ed .shogun-heading-component h3 {
  color: rgba(35, 31, 32, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-47133035-33b2-4d91-a457-bb729bcff729 {
  margin-top: 10px;
margin-left: 25%;
margin-bottom: 10px;
margin-right: 25%;
}

#s-47133035-33b2-4d91-a457-bb729bcff729 .shogun-icon-wrapper {
  text-align: center;
}


#s-47133035-33b2-4d91-a457-bb729bcff729 .shogun-icon-wrapper > .shogun-icon {

  font-size: 48px !important;
  color: rgba(212, 212, 212, 1);
}

#s-1735a8a4-8f6e-41f6-bb3b-5a8c8e563c63 {
  padding-top: 10px;
padding-bottom: 0px;
text-align: center;
}

#s-1735a8a4-8f6e-41f6-bb3b-5a8c8e563c63 .shogun-heading-component h3 {
  color: rgba(35, 31, 32, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-668e598d-7885-4464-b944-fbe4a35a57c6 {
  background-repeat: no-repeat;
background-size: cover;
margin-bottom: 20px;
padding-top: 20px;
padding-left: 10%;
padding-bottom: 20px;
padding-right: 10%;
background-position: center center;
}
@media (min-width: 768px) and (max-width: 991px){#s-668e598d-7885-4464-b944-fbe4a35a57c6 {
  padding-left: 5%;
padding-right: 5%;
}
}@media (max-width: 767px){#s-668e598d-7885-4464-b944-fbe4a35a57c6 {
  padding-left: 5%;
padding-right: 5%;
}
}







#s-668e598d-7885-4464-b944-fbe4a35a57c6 > .shg-box-overlay {
  background-color: #000;
  opacity: 0.3;
}#s-668e598d-7885-4464-b944-fbe4a35a57c6.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-f186771e-0b3c-4a93-be5e-ff7029b84027"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f186771e-0b3c-4a93-be5e-ff7029b84027"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-f186771e-0b3c-4a93-be5e-ff7029b84027"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-f186771e-0b3c-4a93-be5e-ff7029b84027"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 25.0px);
}

}

@media (max-width: 767px) {
  [id="s-f186771e-0b3c-4a93-be5e-ff7029b84027"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-7cb7cd08-4c94-4e88-953f-920b6c7287ed {
  margin-top: 100px;
margin-bottom: 100px;
padding-top: 10px;
padding-left: 8%;
padding-bottom: 10px;
padding-right: 8%;
min-height: 50px;
background-color: rgba(0, 0, 0, 0.7);
}
@media (max-width: 767px){#s-7cb7cd08-4c94-4e88-953f-920b6c7287ed {
  margin-top: 50px;
margin-bottom: 50px;
}
}







#s-7cb7cd08-4c94-4e88-953f-920b6c7287ed > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7cb7cd08-4c94-4e88-953f-920b6c7287ed.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1e813e91-74d1-450b-b3dc-1be8cc3d5f04 {
  margin-top: 30px;
margin-left: 20px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (max-width: 767px){#s-1e813e91-74d1-450b-b3dc-1be8cc3d5f04 {
  margin-top: 0px;
}
}
#s-1e813e91-74d1-450b-b3dc-1be8cc3d5f04 .shogun-heading-component h2 {
  color: rgba(241, 36, 41, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}


@media (max-width: 767px){#s-1e813e91-74d1-450b-b3dc-1be8cc3d5f04 .shogun-heading-component h2 {
  color: rgba(241, 36, 41, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


}
#s-02eb51fa-c68f-4fef-a00a-4552bfff3177 {
  margin-left: 20px;
margin-right: 20px;
}

.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-7908e099-a94a-42b5-8baf-459d88449bfc {
  margin-top: 50px;
text-align: center;
}
@media (min-width: 992px) and (max-width: 1199px){#s-7908e099-a94a-42b5-8baf-459d88449bfc {
  margin-top: 80px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-7908e099-a94a-42b5-8baf-459d88449bfc {
  margin-top: 0px;
}
}






  #s-7908e099-a94a-42b5-8baf-459d88449bfc img.shogun-image {
    

    
    
    
  }


#s-7908e099-a94a-42b5-8baf-459d88449bfc .shogun-image-content {
  
    align-items: center;
  
}

#s-2ebaa322-b8b5-48b5-b93f-625382612fcf {
  background-repeat: no-repeat;
background-size: cover;
margin-bottom: 20px;
padding-top: 20px;
padding-left: 10%;
padding-bottom: 20px;
padding-right: 10%;
background-position: center center;
}
@media (min-width: 768px) and (max-width: 991px){#s-2ebaa322-b8b5-48b5-b93f-625382612fcf {
  padding-left: 5%;
padding-right: 5%;
}
}@media (max-width: 767px){#s-2ebaa322-b8b5-48b5-b93f-625382612fcf {
  padding-left: 5%;
padding-right: 5%;
}
}







#s-2ebaa322-b8b5-48b5-b93f-625382612fcf > .shg-box-overlay {
  background-color: #000;
  opacity: 0.3;
}#s-2ebaa322-b8b5-48b5-b93f-625382612fcf.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-081e24fc-ad24-424f-8c33-0949fb1859ef {
  margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-081e24fc-ad24-424f-8c33-0949fb1859ef"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-081e24fc-ad24-424f-8c33-0949fb1859ef"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-081e24fc-ad24-424f-8c33-0949fb1859ef"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-081e24fc-ad24-424f-8c33-0949fb1859ef"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 25.0px);
}

}

#s-94ec9e15-0b70-40bb-9e6a-62a43e773b31 {
  margin-top: 55px;
margin-bottom: 0px;
}

#s-94ec9e15-0b70-40bb-9e6a-62a43e773b31 .shogun-icon-wrapper {
  text-align: center;
}


#s-94ec9e15-0b70-40bb-9e6a-62a43e773b31 .shogun-icon-wrapper > .shogun-icon {

  font-size: 64px !important;
  color: rgba(255, 255, 255, 1);
}

#s-56a36e1a-7808-4d4a-b06e-3a67c9293e85 {
  text-align: center;
}







  #s-56a36e1a-7808-4d4a-b06e-3a67c9293e85 img.shogun-image {
    

    
    
    
  }


#s-56a36e1a-7808-4d4a-b06e-3a67c9293e85 .shogun-image-content {
  
    align-items: center;
  
}

#s-57ac0bc1-e54f-4733-ac54-739248532a84 {
  margin-top: 50px;
margin-bottom: 50px;
padding-top: 10px;
padding-left: 8%;
padding-bottom: 10px;
padding-right: 8%;
min-height: 50px;
background-color: rgba(0, 0, 0, 0.7);
}








#s-57ac0bc1-e54f-4733-ac54-739248532a84 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-57ac0bc1-e54f-4733-ac54-739248532a84.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5e671875-1914-4f3e-8648-4220af7ac051 {
  margin-top: 30px;
margin-left: 20px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (max-width: 767px){#s-5e671875-1914-4f3e-8648-4220af7ac051 {
  margin-top: 0px;
}
}
#s-5e671875-1914-4f3e-8648-4220af7ac051 .shogun-heading-component h2 {
  color: rgba(241, 36, 41, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}


@media (max-width: 767px){#s-5e671875-1914-4f3e-8648-4220af7ac051 .shogun-heading-component h2 {
  color: rgba(241, 36, 41, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


}
#s-3f9c8f59-0d18-435d-a82c-7b285ce232e3 {
  margin-left: 20px;
margin-right: 20px;
}

#s-924b1792-ac31-4b82-b113-e3fea23541a7 {
  margin-top: 10px;
margin-bottom: 50px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0);
border-style: solid;
border-radius: 0px;
min-height: 50px;
background-color: rgba(0, 0, 0, 0.75);
}








#s-924b1792-ac31-4b82-b113-e3fea23541a7 > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0;
}#s-924b1792-ac31-4b82-b113-e3fea23541a7.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-e8355cee-1066-4a62-8c9c-b79ec488b156 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-e8355cee-1066-4a62-8c9c-b79ec488b156 .shogun-heading-component h3 {
  color: rgba(208, 44, 49, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}



.shg-sld-content {
  width: 100%;
  position: relative;
  z-index: 1;
}

.shg-sld-slides {
  word-break: break-word;
  position: relative;
}

.shg-sld-slides-padded {
  padding: 0 35px;
}

.shg-sld-nav-button {
  cursor: pointer;
  position: absolute;
  z-index: 10;
  top: 0;
  width: 35px;
  min-height: 35px;
  height: 100%;

  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.shg-sld-nav-button > svg {
  height: 100%;
  width: 100%;
}

.shg-sld-nav-button.shg-sld-left {
  left: 0;
}

.shg-sld-nav-button.shg-sld-left-over-content {
  left: 2%;
}

.shg-sld-nav-button.shg-sld-right {
  right: 0;
}

.shg-sld-nav-button.shg-sld-right-over-content {
  right: 2%;
}

.shg-sld-nav-button.shg-sld-disabled {
  cursor: default;
  opacity: 0.2;
}

.shg-sld-item {
  display: none;
}

.shg-sld-item.shg-sld-active {
  display: block;
}

.shg-sld-dots {
  margin-top: 10px;
  text-align: center;
  z-index: 1;
  position: relative;
}

.shg-sld-dots-on-top {
  margin-top: -30px !important;
}

.shg-sld-dot {
  cursor: pointer;
  display: inline-block !important;
  height: 14px;
  width: 14px;
  border-radius: 100%;
  margin-left: 5px;
  opacity: 0.5;
}

.shg-sld-dot:first-child {
  margin-left: 0px;
}

.shg-sld-dot.shg-sld-active {
  opacity: 1;
}

@keyframes shg-sld-fade {
  from {
    opacity: 0.4;
  }

  to {
    opacity: 1;
  }
}

#s-00ed7d3c-089a-4b6d-98ce-5fd15c73ed5b {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-00ed7d3c-089a-4b6d-98ce-5fd15c73ed5b .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-00ed7d3c-089a-4b6d-98ce-5fd15c73ed5b .shg-sld-nav-button.shg-sld-left,
#s-00ed7d3c-089a-4b6d-98ce-5fd15c73ed5b .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-bf56dc8c-766c-4a9b-93db-c211cdfbbeb4 {
  margin-left: auto;
margin-right: auto;
}

#s-7aa7eff8-b9a4-4b30-bd05-b3850d0601ce {
  text-align: left;
}

#s-7aa7eff8-b9a4-4b30-bd05-b3850d0601ce .shogun-heading-component h3 {
  color: rgba(208, 44, 48, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-ac1bde8b-9b86-4e37-a809-1f5bbf0f628b {
  text-align: left;
}

#s-ac1bde8b-9b86-4e37-a809-1f5bbf0f628b .shogun-heading-component h3 {
  color: rgba(208, 44, 48, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-5f6f7751-bb7c-4982-99c9-d0b7a762d8c2 {
  background-repeat: no-repeat;
background-size: cover;
margin-bottom: 20px;
padding-top: 20px;
padding-left: 10%;
padding-bottom: 20px;
padding-right: 10%;
background-position: center center;
}
@media (min-width: 768px) and (max-width: 991px){#s-5f6f7751-bb7c-4982-99c9-d0b7a762d8c2 {
  padding-left: 5%;
padding-right: 5%;
}
}@media (max-width: 767px){#s-5f6f7751-bb7c-4982-99c9-d0b7a762d8c2 {
  padding-left: 5%;
padding-right: 5%;
}
}







#s-5f6f7751-bb7c-4982-99c9-d0b7a762d8c2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5f6f7751-bb7c-4982-99c9-d0b7a762d8c2.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-4b7ad907-d434-4412-89c1-6d8e3626edfb"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4b7ad907-d434-4412-89c1-6d8e3626edfb"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-4b7ad907-d434-4412-89c1-6d8e3626edfb"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-4b7ad907-d434-4412-89c1-6d8e3626edfb"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 25.0px);
}

}

#s-8a77b8a8-933f-41ee-84ac-c12b0e78545e {
  text-align: center;
}







  #s-8a77b8a8-933f-41ee-84ac-c12b0e78545e img.shogun-image {
    

    
    
    
  }


#s-8a77b8a8-933f-41ee-84ac-c12b0e78545e .shogun-image-content {
  
    align-items: center;
  
}

#s-b76461a8-e973-458c-834a-43820dcffb30 {
  margin-top: 0px;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 10%;
padding-bottom: 20px;
padding-right: 10%;
min-height: 50px;
background-color: rgba(0, 0, 0, 0.7);
}
@media (max-width: 767px){#s-b76461a8-e973-458c-834a-43820dcffb30 {
  padding-left: 2%;
padding-right: 2%;
}
}







#s-b76461a8-e973-458c-834a-43820dcffb30 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b76461a8-e973-458c-834a-43820dcffb30.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a26b2961-3226-43d3-8590-2e6d219c44ae {
  margin-top: 30px;
margin-left: 20px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (max-width: 767px){#s-a26b2961-3226-43d3-8590-2e6d219c44ae {
  margin-top: 0px;
}
}
#s-a26b2961-3226-43d3-8590-2e6d219c44ae .shogun-heading-component h2 {
  color: rgba(241, 36, 41, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}


@media (max-width: 767px){#s-a26b2961-3226-43d3-8590-2e6d219c44ae .shogun-heading-component h2 {
  color: rgba(241, 36, 41, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


}
#s-774deef1-a34c-4cdb-aa8a-ab0925e96793 {
  margin-left: 20px;
margin-right: 20px;
}

#s-37a719c4-c4a8-46f5-8ab2-34314ee17374 {
  background-repeat: no-repeat;
background-size: cover;
margin-bottom: 20px;
padding-top: 20px;
padding-left: 10%;
padding-bottom: 20px;
padding-right: 10%;
background-position: left center;
}
@media (min-width: 768px) and (max-width: 991px){#s-37a719c4-c4a8-46f5-8ab2-34314ee17374 {
  padding-left: 5%;
padding-right: 5%;
}
}@media (max-width: 767px){#s-37a719c4-c4a8-46f5-8ab2-34314ee17374 {
  padding-left: 5%;
padding-right: 5%;
}
}







#s-37a719c4-c4a8-46f5-8ab2-34314ee17374 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-37a719c4-c4a8-46f5-8ab2-34314ee17374.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-bff61a28-5c7f-4edd-8381-ba9d088d557e {
  margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-bff61a28-5c7f-4edd-8381-ba9d088d557e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-bff61a28-5c7f-4edd-8381-ba9d088d557e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-bff61a28-5c7f-4edd-8381-ba9d088d557e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-bff61a28-5c7f-4edd-8381-ba9d088d557e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 25.0px);
}

}

@media (max-width: 767px) {
  [id="s-bff61a28-5c7f-4edd-8381-ba9d088d557e"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-ccdd11f9-bd09-46de-96a1-bc3cb0447833 {
  margin-top: 100px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 8%;
padding-bottom: 10px;
padding-right: 8%;
min-height: 50px;
background-color: rgba(0, 0, 0, 0.7);
}
@media (max-width: 767px){#s-ccdd11f9-bd09-46de-96a1-bc3cb0447833 {
  margin-top: 50px;
}
}







#s-ccdd11f9-bd09-46de-96a1-bc3cb0447833 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ccdd11f9-bd09-46de-96a1-bc3cb0447833.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3cc62061-676b-43af-8cb5-d712ec85c552 {
  margin-top: 30px;
margin-left: 20px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (max-width: 767px){#s-3cc62061-676b-43af-8cb5-d712ec85c552 {
  margin-top: 0px;
}
}
#s-3cc62061-676b-43af-8cb5-d712ec85c552 .shogun-heading-component h2 {
  color: rgba(241, 36, 41, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}


@media (max-width: 767px){#s-3cc62061-676b-43af-8cb5-d712ec85c552 .shogun-heading-component h2 {
  color: rgba(241, 36, 41, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


}
#s-39166dd8-c0bb-42ed-a60b-d611ada9c48d {
  margin-left: 20px;
margin-right: 20px;
}

#s-48ef5984-9f47-4e3a-ab7a-723041094ccb {
  margin-top: 10px;
margin-bottom: 50px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0);
border-style: solid;
border-radius: 0px;
min-height: 50px;
background-color: rgba(0, 0, 0, 0.75);
}








#s-48ef5984-9f47-4e3a-ab7a-723041094ccb > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0;
}#s-48ef5984-9f47-4e3a-ab7a-723041094ccb.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-3df4b8e4-8245-4de4-8b80-e97c65821cc7 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-3df4b8e4-8245-4de4-8b80-e97c65821cc7 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-3df4b8e4-8245-4de4-8b80-e97c65821cc7 .shg-sld-nav-button.shg-sld-left,
#s-3df4b8e4-8245-4de4-8b80-e97c65821cc7 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-b7d3de9f-8d3f-4d8b-ac69-4f272be561db {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-b7d3de9f-8d3f-4d8b-ac69-4f272be561db .shogun-heading-component h3 {
  color: rgba(208, 44, 49, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}



#s-f5a1cca9-fab6-4a73-bf18-e2f082030302 {
  text-align: left;
}

#s-f5a1cca9-fab6-4a73-bf18-e2f082030302 .shogun-heading-component h3 {
  color: rgba(208, 44, 48, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-d6bdcb7e-1446-4825-ad5b-57db68a76108 {
  text-align: left;
}

#s-d6bdcb7e-1446-4825-ad5b-57db68a76108 .shogun-heading-component h3 {
  color: rgba(208, 44, 48, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-d2084a93-6ee5-4189-b601-e9735c9275d1 {
  margin-left: auto;
margin-right: auto;
}

.shogun-accordion-wrapper .shogun-accordion {
  margin-bottom: 0;
  border-radius: 4px;
}

.shogun-accordion {
  margin-bottom: 20px;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}

.shogun-accordion-wrapper .shogun-accordion + .shogun-accordion {
  margin-top: 5px;
}

.shogun-accordion-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.shogun-accordion-heading {
  color: #333;
  border-bottom: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  cursor: pointer;
}

.shogun-accordion-title {
  margin: 0 !important;
  padding: 0 !important;
  cursor: pointer;
  text-decoration: none;
  flex: 1;
  user-select: none;
}

.shogun-accordion-body {
  display: none;
  opacity: 0;
  transition: opacity 0.5s linear;
}

.shogun-accordion-body.shogun-accordion-active {
  display: block;
  opacity: 1;
  visibility: visible;
}

.shogun-accordion-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 1.2em;
}

.shogun-accordion-icon > span {
  transition: 0.3s transform;
  position: absolute;
  right: 0;
  font-size: 1.2em;
}

.shogun-accordion-icon.shogun-icon-chevron > span::after {
  content: "▸";
}

.shogun-accordion.shogun-accordion-active
  > .shogun-accordion-heading
  .shogun-accordion-icon.shogun-icon-chevron
  > span {
  transform: rotate(90deg);
}

.shogun-accordion-icon.shogun-icon-plus > span::after {
  content: "＋";
}

.shogun-accordion.shogun-accordion-active
  > .shogun-accordion-heading
  .shogun-accordion-icon.shogun-icon-plus
  > span {
  transform: rotate(-225deg);
}

#s-69517d36-b86e-442d-9612-22e479a548a8 {
  margin-left: 10px;
margin-right: 10px;
}

#s-69517d36-b86e-442d-9612-22e479a548a8 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(212, 212, 212, 1);
}

#s-69517d36-b86e-442d-9612-22e479a548a8 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(245, 245, 245, 1);
  padding: 12px;
}

#s-69517d36-b86e-442d-9612-22e479a548a8 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(208, 44, 48, 1);
}

#s-69517d36-b86e-442d-9612-22e479a548a8 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(255, 255, 255, 1);
  border-top: 1px solid rgba(212, 212, 212, 1);
}

#s-69517d36-b86e-442d-9612-22e479a548a8 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(208, 44, 48, 1);
  text-align: left;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 18px;
}

#s-69517d36-b86e-442d-9612-22e479a548a8 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 18px;
}
#s-7a5dbcb9-b08e-4364-bb03-1395705fb467 {
  padding-top: 10px;
padding-left: 1%;
padding-bottom: 10px;
padding-right: 1%;
}

@media (min-width: 0px) {
[id="s-7a5dbcb9-b08e-4364-bb03-1395705fb467"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-7a5dbcb9-b08e-4364-bb03-1395705fb467"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-7a5dbcb9-b08e-4364-bb03-1395705fb467"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-7a5dbcb9-b08e-4364-bb03-1395705fb467"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

.shogun-video {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

.shogun-video-16x9 {
  padding-bottom: 56.25%;
}

.shogun-video-4x3 {
  padding-bottom: 75%;
}

.shogun-video-embed {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

@media (min-width: 0px) {
[id="s-a06d10c0-19ed-4bff-a7c6-9a648b5fdde9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a06d10c0-19ed-4bff-a7c6-9a648b5fdde9"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-a06d10c0-19ed-4bff-a7c6-9a648b5fdde9"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-a06d10c0-19ed-4bff-a7c6-9a648b5fdde9"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-b822bf55-1b36-418e-bab7-ef94ec38b520 {
  text-align: center;
}







  #s-b822bf55-1b36-418e-bab7-ef94ec38b520 img.shogun-image {
    

    
    
    
  }


#s-b822bf55-1b36-418e-bab7-ef94ec38b520 .shogun-image-content {
  
    align-items: center;
  
}

#s-3f0b1b14-3b73-4d4f-98b2-b279be8d9d09 {
  margin-left: 20px;
margin-right: 20px;
}

#s-f8c79f4a-a6ef-4861-89ef-c13efe1a6067 {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-f8c79f4a-a6ef-4861-89ef-c13efe1a6067"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f8c79f4a-a6ef-4861-89ef-c13efe1a6067"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-f8c79f4a-a6ef-4861-89ef-c13efe1a6067"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-f8c79f4a-a6ef-4861-89ef-c13efe1a6067"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-f8c79f4a-a6ef-4861-89ef-c13efe1a6067"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-f8c79f4a-a6ef-4861-89ef-c13efe1a6067"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-f8c79f4a-a6ef-4861-89ef-c13efe1a6067"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

#s-e51d37d6-9eef-4bfe-8fe6-c64ce021b818 {
  text-align: center;
}







  #s-e51d37d6-9eef-4bfe-8fe6-c64ce021b818 img.shogun-image {
    

    
    
    
  }


#s-e51d37d6-9eef-4bfe-8fe6-c64ce021b818 .shogun-image-content {
  
    align-items: center;
  
}

#s-97446402-72e2-4dbf-84b4-3ea3a2574638 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
min-height: 50px;
}








#s-97446402-72e2-4dbf-84b4-3ea3a2574638 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-97446402-72e2-4dbf-84b4-3ea3a2574638.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f8ca5aa8-5caa-452e-b4c0-bb733a5c7990 {
  min-height: 50px;
}








#s-f8ca5aa8-5caa-452e-b4c0-bb733a5c7990 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f8ca5aa8-5caa-452e-b4c0-bb733a5c7990.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-3068b7e4-f0e5-4b38-94ff-e32941efc86a {
  border-style: solid;
margin-top: px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(212, 212, 212, 0);
border-radius: 0px;
background-color: rgba(245, 245, 245, 1);
}

@media (min-width: 0px) {
[id="s-3068b7e4-f0e5-4b38-94ff-e32941efc86a"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-3068b7e4-f0e5-4b38-94ff-e32941efc86a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-3068b7e4-f0e5-4b38-94ff-e32941efc86a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-3068b7e4-f0e5-4b38-94ff-e32941efc86a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-0cfd0bae-3dcf-4689-8cbc-d651a2517f6b {
  
}

#s-f3540495-d5f5-47e6-89c8-5f9cc83aa438 {
  
}

#s-c7ef8ba2-7985-448f-92a0-e36d82d2f720 {
  border-style: solid;
margin-top: px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(212, 212, 212, 0);
border-radius: 5px;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-c7ef8ba2-7985-448f-92a0-e36d82d2f720"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-c7ef8ba2-7985-448f-92a0-e36d82d2f720"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-c7ef8ba2-7985-448f-92a0-e36d82d2f720"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-c7ef8ba2-7985-448f-92a0-e36d82d2f720"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-d4f0a44e-c067-49ec-8e37-823738e71579 {
  
}

#s-b2a172c2-d340-4469-b150-d06c2f2894ab {
  
}

#s-8c669b76-b967-4b54-9ffd-717172f3bff4 {
  border-style: solid;
margin-top: px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(212, 212, 212, 0);
background-color: rgba(245, 245, 245, 1);
}

@media (min-width: 0px) {
[id="s-8c669b76-b967-4b54-9ffd-717172f3bff4"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-8c669b76-b967-4b54-9ffd-717172f3bff4"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-8c669b76-b967-4b54-9ffd-717172f3bff4"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-8c669b76-b967-4b54-9ffd-717172f3bff4"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-1878579e-dcfb-482f-acdb-e6f13f2f4c91 {
  
}

#s-49aa2a88-0bed-43c9-9361-9c3cec5842fc {
  
}

#s-43258428-44ed-4903-be4f-5abbc805fbc0 {
  border-style: solid;
margin-top: px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-radius: 5px;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-43258428-44ed-4903-be4f-5abbc805fbc0"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-43258428-44ed-4903-be4f-5abbc805fbc0"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-43258428-44ed-4903-be4f-5abbc805fbc0"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-43258428-44ed-4903-be4f-5abbc805fbc0"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-67a19b51-7e46-48eb-867e-61d931d9d057 {
  
}

#s-8ed13330-7890-4a5b-9028-8f202e05f4fa {
  
}

#s-0d34434f-8cbc-49ce-8e5d-6190c83e6539 {
  border-style: solid;
margin-top: px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
background-color: rgba(245, 245, 245, 1);
}

@media (min-width: 0px) {
[id="s-0d34434f-8cbc-49ce-8e5d-6190c83e6539"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-0d34434f-8cbc-49ce-8e5d-6190c83e6539"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-0d34434f-8cbc-49ce-8e5d-6190c83e6539"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-0d34434f-8cbc-49ce-8e5d-6190c83e6539"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-b072007a-6abb-4d80-9f8d-c2d51c8b50cb {
  
}

#s-c0c3ec04-cba5-4ba8-8d7d-de4abd3e638b {
  
}

#s-cc322cb2-b606-47da-907c-206d91bf6ece {
  border-style: solid;
margin-top: px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-radius: 5px;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-cc322cb2-b606-47da-907c-206d91bf6ece"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-cc322cb2-b606-47da-907c-206d91bf6ece"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-cc322cb2-b606-47da-907c-206d91bf6ece"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-cc322cb2-b606-47da-907c-206d91bf6ece"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-9baecf4b-b812-471e-a56d-7de831432ca3 {
  
}

#s-e05f6861-31d7-4202-a24e-028764285233 {
  
}

#s-7564c1a6-4e97-4342-8a7c-e62b2a53eee4 {
  border-style: solid;
margin-top: px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-radius: 5px;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-7564c1a6-4e97-4342-8a7c-e62b2a53eee4"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-7564c1a6-4e97-4342-8a7c-e62b2a53eee4"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-7564c1a6-4e97-4342-8a7c-e62b2a53eee4"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-7564c1a6-4e97-4342-8a7c-e62b2a53eee4"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-6dedd02a-e10b-450a-9459-1c89aa47bf8a {
  
}

#s-bae20d5b-dc4f-4c8f-ba31-e8c29ed6cc37 {
  
}

#s-4bd76ba2-762a-47f3-acd1-7092a16307b6 {
  border-style: solid;
margin-top: px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
background-color: rgba(245, 245, 245, 1);
}

@media (min-width: 0px) {
[id="s-4bd76ba2-762a-47f3-acd1-7092a16307b6"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-4bd76ba2-762a-47f3-acd1-7092a16307b6"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-4bd76ba2-762a-47f3-acd1-7092a16307b6"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-4bd76ba2-762a-47f3-acd1-7092a16307b6"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-9b3b9f2f-bb79-4a21-8085-6fba383c7604 {
  
}

#s-bb606675-9114-4bc0-8939-3b46625b150f {
  
}

#s-67a9a0fa-5a8c-4a75-a1c3-76629e5d34dc {
  border-style: solid;
margin-top: px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-67a9a0fa-5a8c-4a75-a1c3-76629e5d34dc"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-67a9a0fa-5a8c-4a75-a1c3-76629e5d34dc"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-67a9a0fa-5a8c-4a75-a1c3-76629e5d34dc"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-67a9a0fa-5a8c-4a75-a1c3-76629e5d34dc"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-e03466f0-1dbb-4529-83f4-1662b5af8528 {
  
}

#s-bdee6092-9b8f-407d-b101-f722e3157b98 {
  
}

#s-c660740a-a001-4c02-a778-edc3ba343776 {
  border-style: solid;
margin-top: px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-radius: 5px;
background-color: rgba(245, 245, 245, 1);
}

@media (min-width: 0px) {
[id="s-c660740a-a001-4c02-a778-edc3ba343776"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-c660740a-a001-4c02-a778-edc3ba343776"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-c660740a-a001-4c02-a778-edc3ba343776"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-c660740a-a001-4c02-a778-edc3ba343776"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-b9a16499-ede4-4ef8-a5ff-8889038bf3a9 {
  
}

#s-9f6c75da-35d3-43f9-beee-64e9bc465f2e {
  
}

#s-df37227c-3609-466d-b735-cf662e41e2c7 {
  border-style: solid;
margin-top: px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-df37227c-3609-466d-b735-cf662e41e2c7"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-df37227c-3609-466d-b735-cf662e41e2c7"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-df37227c-3609-466d-b735-cf662e41e2c7"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-df37227c-3609-466d-b735-cf662e41e2c7"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-e01357f5-872d-4e2b-8a70-6224c49e99d2 {
  
}

#s-ff77099c-9d09-46d0-b011-65c3403226bf {
  
}

#s-c5fe2f9e-c2d8-47b2-a7e8-8424414b1f7e {
  border-style: solid;
margin-top: px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-radius: 5px;
background-color: rgba(245, 245, 245, 1);
}

@media (min-width: 0px) {
[id="s-c5fe2f9e-c2d8-47b2-a7e8-8424414b1f7e"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-c5fe2f9e-c2d8-47b2-a7e8-8424414b1f7e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-c5fe2f9e-c2d8-47b2-a7e8-8424414b1f7e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-c5fe2f9e-c2d8-47b2-a7e8-8424414b1f7e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-44fb228d-6f94-4c0f-bb63-31f438639352 {
  
}

#s-d85f9ec3-79e3-42d7-83ec-7d97a8846022 {
  
}

#s-abd76d59-3cc0-4915-9e15-50fb71ccda22 {
  border-style: solid;
margin-top: px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-abd76d59-3cc0-4915-9e15-50fb71ccda22"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-abd76d59-3cc0-4915-9e15-50fb71ccda22"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-abd76d59-3cc0-4915-9e15-50fb71ccda22"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-abd76d59-3cc0-4915-9e15-50fb71ccda22"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-77062e4d-47c3-467d-8678-df34c67d92ac {
  
}

#s-1f6f176b-3ab0-4d1c-b7a3-b5570fb8233e {
  
}

#s-79a5b12f-07f4-41f9-b518-c792987f1946 {
  border-style: solid;
margin-top: px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-radius: 5px;
background-color: rgba(245, 245, 245, 1);
}

@media (min-width: 0px) {
[id="s-79a5b12f-07f4-41f9-b518-c792987f1946"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-79a5b12f-07f4-41f9-b518-c792987f1946"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-79a5b12f-07f4-41f9-b518-c792987f1946"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-79a5b12f-07f4-41f9-b518-c792987f1946"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-9abad823-08c5-424f-a8c2-045a99cc4a8b {
  
}

#s-bb41432b-85bd-49e2-8418-75ff1270ad3a {
  
}

#s-cf7461b2-5edc-46dc-a759-d149c770bb9b {
  border-style: solid;
margin-top: px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-cf7461b2-5edc-46dc-a759-d149c770bb9b"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-cf7461b2-5edc-46dc-a759-d149c770bb9b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-cf7461b2-5edc-46dc-a759-d149c770bb9b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-cf7461b2-5edc-46dc-a759-d149c770bb9b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-e0cea821-470e-4182-bd97-3f18d854b85a {
  
}

#s-a6d3ba15-f5e5-4315-96bb-1436de2cc2f4 {
  
}

#s-aa3fbea9-ff77-4d31-a9d7-0481da787e77 {
  border-style: solid;
margin-top: px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-radius: 5px;
background-color: rgba(245, 245, 245, 1);
}

@media (min-width: 0px) {
[id="s-aa3fbea9-ff77-4d31-a9d7-0481da787e77"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-aa3fbea9-ff77-4d31-a9d7-0481da787e77"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-aa3fbea9-ff77-4d31-a9d7-0481da787e77"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-aa3fbea9-ff77-4d31-a9d7-0481da787e77"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-63566bf3-3dc5-4ced-86d5-c5c1405179c2 {
  
}

#s-7c3e7b07-0a3c-45f1-a755-9ccc66b5c2ed {
  
}

#s-6a220b25-3289-4c17-b743-d30966f84d61 {
  padding-left: 20px;
padding-right: 20px;
min-height: 50px;
}








#s-6a220b25-3289-4c17-b743-d30966f84d61 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6a220b25-3289-4c17-b743-d30966f84d61.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-01f7af88-edd2-457e-a4e0-e3719122eee3 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-01f7af88-edd2-457e-a4e0-e3719122eee3 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}



/*
  $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:after,.shg-c:before{content:" ";display:table}.shogun-root{z-index:1;position:relative;isolation:isolate}.shogun-root iframe{display:initial}@media (max-width:1024px){.shg-box,.shg-c{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,.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:focus,.shg-lightbox .shg-lightbox-close:hover{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 .3s}.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}