.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-65bbe8f1-ac81-4a4f-9650-87d42715df01 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-65bbe8f1-ac81-4a4f-9650-87d42715df01 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-65bbe8f1-ac81-4a4f-9650-87d42715df01 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-65bbe8f1-ac81-4a4f-9650-87d42715df01 {
  
}
}@media (max-width: 767px){#s-65bbe8f1-ac81-4a4f-9650-87d42715df01 {
  
}
}







#s-65bbe8f1-ac81-4a4f-9650-87d42715df01 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-65bbe8f1-ac81-4a4f-9650-87d42715df01.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-image-content-bottom {
  align-items: flex-end;
}

.shogun-image.hover {
  opacity: 0;
  z-index: 200;
  position: absolute;
  left: 0;
  top: 0;
}

.shogun-image.hover:hover {
  opacity: 1;
}

#s-f5cfe92b-6c80-4db7-b4cd-389d05bc822f {
  text-align: center;
}







  #s-f5cfe92b-6c80-4db7-b4cd-389d05bc822f img.shogun-image {
    

    
    
    
  }


#s-f5cfe92b-6c80-4db7-b4cd-389d05bc822f .shogun-image-content {
  
    align-items: center;
  
}

#s-b0c60f9f-7c5d-453a-950a-462be859a7cb {
  min-height: 50px;
}








#s-b0c60f9f-7c5d-453a-950a-462be859a7cb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b0c60f9f-7c5d-453a-950a-462be859a7cb.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shg-rich-text {
  overflow-wrap: break-word;
}

.shg-rich-text img {
  margin: 0 20px;
}

@media (max-width: 768px) {
  .shg-rich-text img {
    display: block;
    float: none !important;
    margin: 0 auto;
  }
}

.shg-default-text-content *:first-child {
  margin-top: 0;
}

.shg-default-text-content {
  text-align: left;
}

.shg-default-text-content p,
.shg-default-text-content h1,
.shg-default-text-content h2,
.shg-default-text-content h3,
.shg-default-text-content h4,
.shg-default-text-content h5,
.shg-default-text-content h6,
.shg-default-text-content address,
.shg-default-text-content pre,
.shg-default-text-content div,
.shg-default-text-content ol,
.shg-default-text-content ul {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  color: #000000;
  font-family: inherit;
  font-style: normal;
  margin-bottom: 0;
  padding: 0;
  text-align: left;
  text-transform: none;
}

.shg-default-text-content h1,
.shg-default-text-content h2,
.shg-default-text-content h3,
.shg-default-text-content h4,
.shg-default-text-content h5,
.shg-default-text-content h6 {
  color: ;
  font-family: ;
  font-weight: ;
}

.shg-default-text-content a {
  background-color: inherit;
  color: inherit;
  cursor: pointer;
  font-family: inherit;
  font-style: inherit;
  text-decoration: underline;
  text-transform: inherit;
}

.shg-default-text-content strong,
.shg-default-text-content em {
  background-color: inherit;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  text-align: inherit;
  text-transform: inherit;
}

.shg-default-text-content em {
  font-weight: inherit;
}

.shg-default-text-content strong {
  font-style: inherit;
  font-weight: 700;
}

/* https://stackoverflow.com/a/16094931/3696652 */
.shg-default-text-content ::selection,
.shg-default-text-content *::selection {
  background: #accef7;
}

.shg-default-text-content p {
  font-size: 1em;
  font-weight: ;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 0.6em;
  color: ;
  font-family: ;
}

.shg-default-text-content h1 {
  font-size: 1.714em;
  font-weight: 500;
  letter-spacing: -0.01em;
  line-height: 1.166;
  margin-top: 0.67em;
}

.shg-default-text-content h2 {
  font-size: 1.43em;
  font-weight: 500;
  letter-spacing: -0.01em;
  line-height: 1.2;
  margin-top: 0.83em;
}

.shg-default-text-content h3 {
  font-size: 1.142em;
  font-weight: 500;
  letter-spacing: -0.008em;
  line-height: 1.5;
  margin-top: 1em;
}

.shg-default-text-content h4 {
  font-size: 1em;
  font-weight: 600;
  letter-spacing: -0.006em;
  line-height: 1.428;
  margin-top: 1.33em;
}

.shg-default-text-content h5 {
  font-size: 0.857em;
  font-weight: 600;
  letter-spacing: -0.003em;
  line-height: 1.333;
  margin-top: 1.43em;
}

.shg-default-text-content h6 {
  font-size: 0.785em;
  font-weight: 600;
  letter-spacing: -0.003em;
  line-height: 1.454;
  margin-top: 1.42em;
  text-transform: uppercase;
}

.shg-default-text-content ul {
  list-style: disc;
}

.shg-default-text-content ol {
  list-style: decimal;
}

.shg-default-text-content ul,
.shg-default-text-content ol {
  margin-block-end: 1em;
  margin-block-start: 1em;
  margin-bottom: 0;
  margin-inline-end: 0;
  margin-inline-start: 0;
  margin-top: 0;
  padding-inline-start: 40px;
}

.shg-default-text-content li {
  font-size: 1em;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1;
  list-style: inherit;
  margin-top: 0.67em;
}

.shg-default-text-content pre {
  font-family: monospace;
  font-size: 1em;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 1em;
  white-space: pre-wrap;
  word-break: normal;
}

.shg-default-text-content address {
  font-size: 1em;
  font-style: italic;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 0;
}

.shg-default-text-content div {
  font-size: 1em;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-bottom: 0;
  margin-top: 0.67em;
}

.shg-theme-text-content h1,
.shg-theme-text-content h2,
.shg-theme-text-content h3,
.shg-theme-text-content h4,
.shg-theme-text-content h5,
.shg-theme-text-content h6 {
  color: ;
  font-family: ;
  font-weight: ;
}

.shg-theme-text-content p {
  color: ;
  font-family: ;
  font-weight: ;
}

#s-ee1bcd49-4d67-424e-be44-fe13c42ac695 {
  background-color: rgba(255, 255, 255, 1);
}

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

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

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

#s-fb96cb43-76ae-411a-aa28-51b07d3565ce {
  margin-left: -10%;
margin-right: -10%;
}

@media (min-width: 0px) {
[id="s-fb96cb43-76ae-411a-aa28-51b07d3565ce"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-fb96cb43-76ae-411a-aa28-51b07d3565ce"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-fb96cb43-76ae-411a-aa28-51b07d3565ce"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-fb96cb43-76ae-411a-aa28-51b07d3565ce"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

}

.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-80b99867-6ed4-40aa-a009-cc06f318ae86 {
  margin-left: 0%;
margin-right: 0%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
min-height: 2px;
background-color: rgba(27, 117, 188, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-80b99867-6ed4-40aa-a009-cc06f318ae86:hover {background-color: rgba(0, 184, 165, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-80b99867-6ed4-40aa-a009-cc06f318ae86:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-80b99867-6ed4-40aa-a009-cc06f318ae86-root {
    text-align: center;
  }


#s-80b99867-6ed4-40aa-a009-cc06f318ae86.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Open Sans;
  display:  block ;
}
@media (min-width: 1200px){
  #s-80b99867-6ed4-40aa-a009-cc06f318ae86-root {
    text-align: center;
  }


#s-80b99867-6ed4-40aa-a009-cc06f318ae86.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Open Sans;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-80b99867-6ed4-40aa-a009-cc06f318ae86-root {
    text-align: center;
  }


#s-80b99867-6ed4-40aa-a009-cc06f318ae86.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Open Sans;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-80b99867-6ed4-40aa-a009-cc06f318ae86-root {
    text-align: center;
  }


#s-80b99867-6ed4-40aa-a009-cc06f318ae86.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Open Sans;
  display:  block ;
}
}@media (max-width: 767px){
  #s-80b99867-6ed4-40aa-a009-cc06f318ae86-root {
    text-align: center;
  }


#s-80b99867-6ed4-40aa-a009-cc06f318ae86.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Open Sans;
  display:  block ;
}
}
#s-87c4aa38-ac38-46a9-8e13-2bdfe7dc8fee {
  margin-left: 0%;
margin-right: 0%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
min-height: 2px;
background-color: rgba(27, 117, 188, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-87c4aa38-ac38-46a9-8e13-2bdfe7dc8fee:hover {background-color: rgba(0, 184, 165, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-87c4aa38-ac38-46a9-8e13-2bdfe7dc8fee:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-87c4aa38-ac38-46a9-8e13-2bdfe7dc8fee-root {
    text-align: center;
  }


#s-87c4aa38-ac38-46a9-8e13-2bdfe7dc8fee.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Open Sans;
  display:  block ;
}
@media (min-width: 1200px){
  #s-87c4aa38-ac38-46a9-8e13-2bdfe7dc8fee-root {
    text-align: center;
  }


#s-87c4aa38-ac38-46a9-8e13-2bdfe7dc8fee.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Open Sans;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-87c4aa38-ac38-46a9-8e13-2bdfe7dc8fee-root {
    text-align: center;
  }


#s-87c4aa38-ac38-46a9-8e13-2bdfe7dc8fee.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Open Sans;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-87c4aa38-ac38-46a9-8e13-2bdfe7dc8fee-root {
    text-align: center;
  }


#s-87c4aa38-ac38-46a9-8e13-2bdfe7dc8fee.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Open Sans;
  display:  block ;
}
}@media (max-width: 767px){
  #s-87c4aa38-ac38-46a9-8e13-2bdfe7dc8fee-root {
    text-align: center;
  }


#s-87c4aa38-ac38-46a9-8e13-2bdfe7dc8fee.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Open Sans;
  display:  block ;
}
}
#s-79cc17ce-3089-4db5-b705-b0e9fb51ef2c {
  margin-left: 0%;
margin-right: 0%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
min-height: 2px;
background-color: rgba(27, 117, 188, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-79cc17ce-3089-4db5-b705-b0e9fb51ef2c:hover {background-color: rgba(0, 184, 165, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-79cc17ce-3089-4db5-b705-b0e9fb51ef2c:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-79cc17ce-3089-4db5-b705-b0e9fb51ef2c-root {
    text-align: center;
  }


#s-79cc17ce-3089-4db5-b705-b0e9fb51ef2c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Open Sans;
  display:  block ;
}
@media (min-width: 1200px){
  #s-79cc17ce-3089-4db5-b705-b0e9fb51ef2c-root {
    text-align: center;
  }


#s-79cc17ce-3089-4db5-b705-b0e9fb51ef2c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Open Sans;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-79cc17ce-3089-4db5-b705-b0e9fb51ef2c-root {
    text-align: center;
  }


#s-79cc17ce-3089-4db5-b705-b0e9fb51ef2c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Open Sans;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-79cc17ce-3089-4db5-b705-b0e9fb51ef2c-root {
    text-align: center;
  }


#s-79cc17ce-3089-4db5-b705-b0e9fb51ef2c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Open Sans;
  display:  block ;
}
}@media (max-width: 767px){
  #s-79cc17ce-3089-4db5-b705-b0e9fb51ef2c-root {
    text-align: center;
  }


#s-79cc17ce-3089-4db5-b705-b0e9fb51ef2c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Open Sans;
  display:  block ;
}
}
#s-f3d1b9f1-6d2c-4e7a-b76c-0b338be80a65 {
  margin-left: 0%;
margin-right: 0%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
min-height: 2px;
background-color: rgba(27, 117, 188, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-f3d1b9f1-6d2c-4e7a-b76c-0b338be80a65:hover {background-color: rgba(0, 184, 165, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-f3d1b9f1-6d2c-4e7a-b76c-0b338be80a65:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-f3d1b9f1-6d2c-4e7a-b76c-0b338be80a65-root {
    text-align: center;
  }


#s-f3d1b9f1-6d2c-4e7a-b76c-0b338be80a65.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Open Sans;
  display:  block ;
}
@media (min-width: 1200px){
  #s-f3d1b9f1-6d2c-4e7a-b76c-0b338be80a65-root {
    text-align: center;
  }


#s-f3d1b9f1-6d2c-4e7a-b76c-0b338be80a65.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Open Sans;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-f3d1b9f1-6d2c-4e7a-b76c-0b338be80a65-root {
    text-align: center;
  }


#s-f3d1b9f1-6d2c-4e7a-b76c-0b338be80a65.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Open Sans;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-f3d1b9f1-6d2c-4e7a-b76c-0b338be80a65-root {
    text-align: center;
  }


#s-f3d1b9f1-6d2c-4e7a-b76c-0b338be80a65.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Open Sans;
  display:  block ;
}
}@media (max-width: 767px){
  #s-f3d1b9f1-6d2c-4e7a-b76c-0b338be80a65-root {
    text-align: center;
  }


#s-f3d1b9f1-6d2c-4e7a-b76c-0b338be80a65.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Open Sans;
  display:  block ;
}
}
.shg-hr-wrapper {
  padding: 30px 0;
}

.shg-hr-wrapper hr {
  margin: 0;
  border: 0;
  width: 100%;
}

#s-d802cb1d-68f9-40ed-a5da-a9c8fdfce6a8 hr {
  border-top: 2px solid #ddd;
}

.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-98f5dad7-b275-44fc-b636-b96dc65add00 {
  text-align: center;
}

#s-98f5dad7-b275-44fc-b636-b96dc65add00 .shogun-heading-component h2 {
  color: rgba(27, 117, 188, 1);
  font-weight:  normal ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-b868615a-a166-417b-a8d1-b18adb1ea519 {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-b868615a-a166-417b-a8d1-b18adb1ea519 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-b868615a-a166-417b-a8d1-b18adb1ea519 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-b868615a-a166-417b-a8d1-b18adb1ea519 {
  
}
}@media (max-width: 767px){#s-b868615a-a166-417b-a8d1-b18adb1ea519 {
  
}
}







#s-b868615a-a166-417b-a8d1-b18adb1ea519 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b868615a-a166-417b-a8d1-b18adb1ea519.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-2e51faa9-a262-44dd-a573-46a1506706e4 {
  min-height: 50px;
}








#s-2e51faa9-a262-44dd-a573-46a1506706e4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2e51faa9-a262-44dd-a573-46a1506706e4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0704ceb4-5893-4dbf-80cf-ab9b19fa996f {
  background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-0704ceb4-5893-4dbf-80cf-ab9b19fa996f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0704ceb4-5893-4dbf-80cf-ab9b19fa996f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-0704ceb4-5893-4dbf-80cf-ab9b19fa996f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-0704ceb4-5893-4dbf-80cf-ab9b19fa996f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-0704ceb4-5893-4dbf-80cf-ab9b19fa996f"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-8202ba05-90fa-4c86-adce-e86904eb6a15 {
  min-height: 50px;
}








#s-8202ba05-90fa-4c86-adce-e86904eb6a15 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8202ba05-90fa-4c86-adce-e86904eb6a15.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a1a8f4b7-75de-4969-bfc8-c0162a4384f5 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-a1a8f4b7-75de-4969-bfc8-c0162a4384f5 .shogun-heading-component h2 {
  color: rgba(27, 117, 188, 1);
  font-weight:  normal ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-c514b852-a5a1-4a8a-bcff-20b04b42d5e2 {
  margin-left: 50px;
margin-right: 50px;
}

#s-c514b852-a5a1-4a8a-bcff-20b04b42d5e2 hr {
  border-top: 1px solid rgba(0, 0, 0, 1);
}

#s-91a9a33d-d7c8-4cb9-bf78-8efc54e2ac51 {
  margin-left: 50px;
margin-right: 50px;
}

#s-771fc45d-504c-4952-a059-219f1e106d20 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 400px;
background-position: center center;
}








#s-771fc45d-504c-4952-a059-219f1e106d20 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-771fc45d-504c-4952-a059-219f1e106d20.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d487a7b2-34fa-40a0-8246-1ff9e04f6717 {
  background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-d487a7b2-34fa-40a0-8246-1ff9e04f6717"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d487a7b2-34fa-40a0-8246-1ff9e04f6717"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-d487a7b2-34fa-40a0-8246-1ff9e04f6717"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-d487a7b2-34fa-40a0-8246-1ff9e04f6717"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-de91f687-9903-4e60-83fe-f23928c1b08e {
  background-repeat: no-repeat;
background-size: cover;
min-height: 400px;
background-position: center center;
}








#s-de91f687-9903-4e60-83fe-f23928c1b08e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-de91f687-9903-4e60-83fe-f23928c1b08e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0535fc9e-3747-4e7b-8446-97957363ba21 {
  min-height: 50px;
}








#s-0535fc9e-3747-4e7b-8446-97957363ba21 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0535fc9e-3747-4e7b-8446-97957363ba21.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-186fb5d2-23e8-4e2c-b8a3-46b5b842d2d9 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-186fb5d2-23e8-4e2c-b8a3-46b5b842d2d9 .shogun-heading-component h2 {
  color: rgba(27, 117, 188, 1);
  font-weight:  normal ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-970f5248-1622-4ec4-917e-1248adc80361 {
  margin-left: 50px;
margin-right: 50px;
}

#s-970f5248-1622-4ec4-917e-1248adc80361 hr {
  border-top: 1px solid rgba(0, 0, 0, 1);
}

#s-5dac5229-8399-4c8e-9d2e-13f0ce623b81 {
  margin-left: 50px;
margin-right: 50px;
}

#s-39be9c05-9f53-4a68-b820-addf9117450c {
  background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-39be9c05-9f53-4a68-b820-addf9117450c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-39be9c05-9f53-4a68-b820-addf9117450c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-39be9c05-9f53-4a68-b820-addf9117450c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-39be9c05-9f53-4a68-b820-addf9117450c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-39be9c05-9f53-4a68-b820-addf9117450c"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-bb2d1cc9-a685-4c6c-b3ad-cad98de43f4b {
  min-height: 50px;
}








#s-bb2d1cc9-a685-4c6c-b3ad-cad98de43f4b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bb2d1cc9-a685-4c6c-b3ad-cad98de43f4b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4713121b-3f2a-4bf5-9c78-12d3d34aeead {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4713121b-3f2a-4bf5-9c78-12d3d34aeead .shogun-heading-component h2 {
  color: rgba(27, 117, 188, 1);
  font-weight:  normal ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-712bc76d-7277-4c45-8087-3ab21f63d061 {
  margin-left: 50px;
margin-right: 50px;
}

#s-712bc76d-7277-4c45-8087-3ab21f63d061 hr {
  border-top: 1px solid rgba(0, 0, 0, 1);
}

#s-afeed5e8-54ef-427d-815b-c1c05032418c {
  margin-left: 50px;
margin-right: 50px;
}

#s-f4371cd3-d5f5-4652-9fca-393b68a8f032 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 400px;
background-position: center center;
}








#s-f4371cd3-d5f5-4652-9fca-393b68a8f032 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f4371cd3-d5f5-4652-9fca-393b68a8f032.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-085e96bd-aaf5-463f-a548-ba44102a6ae3 {
  background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-085e96bd-aaf5-463f-a548-ba44102a6ae3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-085e96bd-aaf5-463f-a548-ba44102a6ae3"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-085e96bd-aaf5-463f-a548-ba44102a6ae3"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-085e96bd-aaf5-463f-a548-ba44102a6ae3"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-ca773587-7206-4c4d-80b4-dde21d587879 {
  background-repeat: no-repeat;
background-size: cover;
border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0.57);
min-height: 400px;
background-position: center center;
}








#s-ca773587-7206-4c4d-80b4-dde21d587879 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ca773587-7206-4c4d-80b4-dde21d587879.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-8d6438fe-964e-4527-8ce6-33aaeeabbe2a {
  min-height: 50px;
}








#s-8d6438fe-964e-4527-8ce6-33aaeeabbe2a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8d6438fe-964e-4527-8ce6-33aaeeabbe2a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-cb4afada-b60a-4e66-9567-34c754120586 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-cb4afada-b60a-4e66-9567-34c754120586 .shogun-heading-component h2 {
  color: rgba(27, 117, 188, 1);
  font-weight:  normal ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-849b1318-8ac5-4e9f-a7a3-a3b97fd7abb8 {
  margin-left: 50px;
margin-right: 50px;
}

#s-849b1318-8ac5-4e9f-a7a3-a3b97fd7abb8 hr {
  border-top: 1px solid rgba(0, 0, 0, 1);
}

#s-0cf39bc2-ff08-4f51-aa99-7766d0b54304 {
  margin-left: 50px;
margin-right: 50px;
}

#s-79c67f6e-f17b-4da0-a005-71d43da10dbd {
  border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(236, 236, 236, 1);
border-radius: 0px;
min-height: 0px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-79c67f6e-f17b-4da0-a005-71d43da10dbd {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-79c67f6e-f17b-4da0-a005-71d43da10dbd {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-79c67f6e-f17b-4da0-a005-71d43da10dbd {
  
}
}@media (max-width: 767px){#s-79c67f6e-f17b-4da0-a005-71d43da10dbd {
  
}
}







#s-79c67f6e-f17b-4da0-a005-71d43da10dbd > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-79c67f6e-f17b-4da0-a005-71d43da10dbd.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1ad3dc7a-b94b-495a-8a0f-fa956ef2fdea {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
}

@media (min-width: 0px) {
[id="s-1ad3dc7a-b94b-495a-8a0f-fa956ef2fdea"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1ad3dc7a-b94b-495a-8a0f-fa956ef2fdea"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-1ad3dc7a-b94b-495a-8a0f-fa956ef2fdea"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-1ad3dc7a-b94b-495a-8a0f-fa956ef2fdea"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-1ad3dc7a-b94b-495a-8a0f-fa956ef2fdea"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-c0b8ea74-7085-4be4-9a44-74057cd16c40 {
  border-style: solid;
margin-top: 0px;
margin-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);
min-height: 400px;
}








#s-c0b8ea74-7085-4be4-9a44-74057cd16c40 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c0b8ea74-7085-4be4-9a44-74057cd16c40.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-50aa48f0-69d2-49ae-9e93-c024bf7e246a {
  margin-left: 50px;
margin-right: 50px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-50aa48f0-69d2-49ae-9e93-c024bf7e246a .shogun-heading-component h2 {
  color: rgba(27, 117, 188, 1);
  font-weight:  normal ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-788ba6f4-2278-40a4-be4a-695a0fa76a91 {
  margin-left: 50px;
margin-right: 50px;
}

#s-788ba6f4-2278-40a4-be4a-695a0fa76a91 hr {
  border-top: 1px solid rgba(0, 0, 0, 1);
}

#s-8bf93f30-0462-42bf-afc9-819682a1f40f {
  margin-left: 50px;
margin-right: 50px;
}

#s-6f9d3c0e-d89e-4f63-85ff-310e587f43d3 {
  border-style: solid;
margin-top: 0px;
margin-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);
min-height: 400px;
}








#s-6f9d3c0e-d89e-4f63-85ff-310e587f43d3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6f9d3c0e-d89e-4f63-85ff-310e587f43d3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-430bfd8e-df84-4629-bac6-4847e098dd1d {
  background-repeat: no-repeat;
background-size: cover;
border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0.57);
min-height: 400px;
background-position: center center;
}








#s-430bfd8e-df84-4629-bac6-4847e098dd1d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-430bfd8e-df84-4629-bac6-4847e098dd1d.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-0c69cb6e-3d4c-4335-8873-1e137b89b854 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
}

@media (min-width: 0px) {
[id="s-0c69cb6e-3d4c-4335-8873-1e137b89b854"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0c69cb6e-3d4c-4335-8873-1e137b89b854"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-0c69cb6e-3d4c-4335-8873-1e137b89b854"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-0c69cb6e-3d4c-4335-8873-1e137b89b854"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-6730041d-af0f-4d41-9f35-c26caaf6848e {
  background-repeat: no-repeat;
background-size: cover;
border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0.57);
min-height: 400px;
background-position: center center;
}








#s-6730041d-af0f-4d41-9f35-c26caaf6848e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6730041d-af0f-4d41-9f35-c26caaf6848e.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-8df34844-66d6-46dc-9b50-5a901097e376 {
  border-style: solid;
margin-top: 0px;
margin-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);
min-height: 400px;
}








#s-8df34844-66d6-46dc-9b50-5a901097e376 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8df34844-66d6-46dc-9b50-5a901097e376.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-44ea39e9-1fa5-4abf-9723-3901b8b44e34 {
  margin-left: 50px;
margin-right: 50px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-44ea39e9-1fa5-4abf-9723-3901b8b44e34 .shogun-heading-component h2 {
  color: rgba(27, 117, 188, 1);
  font-weight:  normal ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-37fd593c-bd18-4679-a49c-5de38aa97736 {
  margin-left: 50px;
margin-right: 50px;
}

#s-37fd593c-bd18-4679-a49c-5de38aa97736 hr {
  border-top: 1px solid rgba(0, 0, 0, 1);
}

#s-e3530d98-bfeb-48a2-9ad3-a1d061791771 {
  margin-left: 50px;
margin-right: 50px;
}

#s-075f061e-00a2-4a43-837d-18418b8d9f77 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
}

@media (min-width: 0px) {
[id="s-075f061e-00a2-4a43-837d-18418b8d9f77"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-075f061e-00a2-4a43-837d-18418b8d9f77"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-075f061e-00a2-4a43-837d-18418b8d9f77"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-075f061e-00a2-4a43-837d-18418b8d9f77"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-075f061e-00a2-4a43-837d-18418b8d9f77"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-9662883f-937e-4be1-9a33-b63229aa2ade {
  border-style: solid;
margin-top: 0px;
margin-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);
min-height: 400px;
}








#s-9662883f-937e-4be1-9a33-b63229aa2ade > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9662883f-937e-4be1-9a33-b63229aa2ade.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-97ab2f56-73dd-477b-8a23-c93acf2c0499 {
  margin-left: 50px;
margin-right: 50px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-97ab2f56-73dd-477b-8a23-c93acf2c0499 .shogun-heading-component h2 {
  color: rgba(27, 117, 188, 1);
  font-weight:  normal ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-bea1e4c9-a47e-4719-abc9-d4a007e92e03 {
  margin-left: 50px;
margin-right: 50px;
}

#s-bea1e4c9-a47e-4719-abc9-d4a007e92e03 hr {
  border-top: 1px solid rgba(0, 0, 0, 1);
}

#s-d801e47e-9e03-41c6-883d-32bbd004af66 {
  margin-left: 50px;
margin-right: 50px;
}

#s-a260364e-6e95-45d9-9538-bfd20997074a {
  border-style: solid;
margin-top: 0px;
margin-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);
min-height: 400px;
}








#s-a260364e-6e95-45d9-9538-bfd20997074a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a260364e-6e95-45d9-9538-bfd20997074a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a8b02175-5b50-464d-a42b-66201fec4c08 {
  background-repeat: no-repeat;
background-size: cover;
border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0.57);
min-height: 400px;
background-position: center center;
}








#s-a8b02175-5b50-464d-a42b-66201fec4c08 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a8b02175-5b50-464d-a42b-66201fec4c08.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-86df2223-fe0c-4d37-9adf-a255ce8d46c8 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
}

@media (min-width: 0px) {
[id="s-86df2223-fe0c-4d37-9adf-a255ce8d46c8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-86df2223-fe0c-4d37-9adf-a255ce8d46c8"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-86df2223-fe0c-4d37-9adf-a255ce8d46c8"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-86df2223-fe0c-4d37-9adf-a255ce8d46c8"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-412dc321-3f8f-46f7-94d8-9945651a7b58 {
  background-repeat: no-repeat;
background-size: cover;
border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0.57);
min-height: 400px;
background-position: center center;
}








#s-412dc321-3f8f-46f7-94d8-9945651a7b58 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-412dc321-3f8f-46f7-94d8-9945651a7b58.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-15d6959c-cb68-4c3d-a22c-723be2a76fac {
  border-style: solid;
margin-top: 0px;
margin-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);
min-height: 400px;
}








#s-15d6959c-cb68-4c3d-a22c-723be2a76fac > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-15d6959c-cb68-4c3d-a22c-723be2a76fac.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5472274c-4610-4791-810e-e5f1f000faee {
  margin-left: 50px;
margin-right: 50px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5472274c-4610-4791-810e-e5f1f000faee .shogun-heading-component h2 {
  color: rgba(27, 117, 188, 1);
  font-weight:  normal ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-e37e79b6-f2af-404d-9031-71f63765358d {
  margin-left: 50px;
margin-right: 50px;
}

#s-e37e79b6-f2af-404d-9031-71f63765358d hr {
  border-top: 1px solid rgba(0, 0, 0, 1);
}

#s-cd3221bb-b5be-449c-89f4-b90a8db11e6e {
  margin-left: 50px;
margin-right: 50px;
}

#s-f52eca6e-2df0-437a-a079-529abc22a907 {
  margin-left: 2%;
margin-right: 2%;
}

#s-4c02da9b-7e28-40b1-b825-597d5c89a368 {
  margin-left: -100%;
margin-right: -100%;
min-height: 50px;
}
@media (min-width: 1200px){#s-4c02da9b-7e28-40b1-b825-597d5c89a368 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-4c02da9b-7e28-40b1-b825-597d5c89a368 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-4c02da9b-7e28-40b1-b825-597d5c89a368 {
  
}
}@media (max-width: 767px){#s-4c02da9b-7e28-40b1-b825-597d5c89a368 {
  
}
}
#s-4c02da9b-7e28-40b1-b825-597d5c89a368 {
  background-image: url();
}








#s-4c02da9b-7e28-40b1-b825-597d5c89a368 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4c02da9b-7e28-40b1-b825-597d5c89a368.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-bdce5658-1fe8-44b0-ad10-7b7be7d4c2c2 {
  margin-left: -100px;
margin-right: -100px;
}
@media (min-width: 768px) and (max-width: 991px){#s-bdce5658-1fe8-44b0-ad10-7b7be7d4c2c2 {
  
}
}@media (max-width: 767px){#s-bdce5658-1fe8-44b0-ad10-7b7be7d4c2c2 {
  
}
}
@media (min-width: 0px) {
[id="s-bdce5658-1fe8-44b0-ad10-7b7be7d4c2c2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-bdce5658-1fe8-44b0-ad10-7b7be7d4c2c2"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-bdce5658-1fe8-44b0-ad10-7b7be7d4c2c2"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-bdce5658-1fe8-44b0-ad10-7b7be7d4c2c2"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-bdce5658-1fe8-44b0-ad10-7b7be7d4c2c2"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-bdce5658-1fe8-44b0-ad10-7b7be7d4c2c2"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-bdce5658-1fe8-44b0-ad10-7b7be7d4c2c2"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

}

#s-1980e5b8-72d5-4b33-aa76-ae2213028399 {
  margin-left: 25%;
margin-right: 25%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(27, 117, 188, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-1980e5b8-72d5-4b33-aa76-ae2213028399:hover {background-color: rgba(0, 184, 165, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-1980e5b8-72d5-4b33-aa76-ae2213028399:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-1980e5b8-72d5-4b33-aa76-ae2213028399-root {
    text-align: center;
  }


#s-1980e5b8-72d5-4b33-aa76-ae2213028399.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Open Sans;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-1980e5b8-72d5-4b33-aa76-ae2213028399-root {
    text-align: center;
  }


#s-1980e5b8-72d5-4b33-aa76-ae2213028399.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-1980e5b8-72d5-4b33-aa76-ae2213028399-root {
    text-align: center;
  }


#s-1980e5b8-72d5-4b33-aa76-ae2213028399.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-1980e5b8-72d5-4b33-aa76-ae2213028399-root {
    text-align: center;
  }


#s-1980e5b8-72d5-4b33-aa76-ae2213028399.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-1980e5b8-72d5-4b33-aa76-ae2213028399-root {
    text-align: center;
  }


#s-1980e5b8-72d5-4b33-aa76-ae2213028399.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Open Sans;
  display:  inline-block ;
}
}
#s-24b1aaab-7be8-4f5a-81d8-38e3ed5fd645 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-24b1aaab-7be8-4f5a-81d8-38e3ed5fd645 .shogun-heading-component h2 {
  color: rgba(27, 117, 176, 1);
  font-weight:  normal ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}


#s-24b1aaab-7be8-4f5a-81d8-38e3ed5fd645 .shogun-heading-component h2 a {
  color: rgba(27, 117, 176, 1);
}


#s-75ea5f8e-6670-4756-8e9e-e41f2d3dd4b8 {
  min-height: 50px;
}
@media (max-width: 767px){#s-75ea5f8e-6670-4756-8e9e-e41f2d3dd4b8 {
  display: none;
}
#s-75ea5f8e-6670-4756-8e9e-e41f2d3dd4b8, #wrap-s-75ea5f8e-6670-4756-8e9e-e41f2d3dd4b8 { display:none !important; }}







#s-75ea5f8e-6670-4756-8e9e-e41f2d3dd4b8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-75ea5f8e-6670-4756-8e9e-e41f2d3dd4b8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-bf616dd6-957d-4992-bdfc-52fbc7c87bd9 {
  margin-left: -100px;
margin-right: -100px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-bf616dd6-957d-4992-bdfc-52fbc7c87bd9 {
  
}
}@media (max-width: 767px){#s-bf616dd6-957d-4992-bdfc-52fbc7c87bd9 {
  
}
}
#s-bf616dd6-957d-4992-bdfc-52fbc7c87bd9 .shogun-heading-component h3 {
  color: rgba(27, 117, 188, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-c69ab6e6-ffca-4208-b4b9-faa8c6a4d1c6 {
  margin-left: -15%;
margin-right: -15%;
text-align: left;
}
@media (max-width: 767px){#s-c69ab6e6-ffca-4208-b4b9-faa8c6a4d1c6 {
  display: none;
}
#s-c69ab6e6-ffca-4208-b4b9-faa8c6a4d1c6, #wrap-s-c69ab6e6-ffca-4208-b4b9-faa8c6a4d1c6 { display:none !important; }}
#s-0ff50da4-3bdc-4893-abd3-fe1170fc0e2e {
  margin-left: -15%;
margin-right: -15%;
text-align: left;
}
@media (max-width: 767px){#s-0ff50da4-3bdc-4893-abd3-fe1170fc0e2e {
  display: none;
}
#s-0ff50da4-3bdc-4893-abd3-fe1170fc0e2e, #wrap-s-0ff50da4-3bdc-4893-abd3-fe1170fc0e2e { display:none !important; }}
/*
  $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}