.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-a3e21bbe-2f44-4388-a20b-1d78ab0b13e0 {
  padding-top: 5px;
padding-left: 5%;
padding-bottom: 5px;
padding-right: 5%;
min-height: 50px;
}








#s-a3e21bbe-2f44-4388-a20b-1d78ab0b13e0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a3e21bbe-2f44-4388-a20b-1d78ab0b13e0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2bf83326-a56f-40a4-a984-5a0110e81734 {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 20px;
padding-bottom: 20px;
min-height: 50px;
background-color: rgba(255, 255, 255, 0);
}








#s-2bf83326-a56f-40a4-a984-5a0110e81734 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2bf83326-a56f-40a4-a984-5a0110e81734.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shg-align-container {
  box-sizing: border-box;
}

.shg-image-content-wrapper {
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shg-imageV2-content {
  text-align: initial;
}

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

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

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

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

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

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

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

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

#s-2b9c9a8f-f048-4abd-b870-00ecdcf159b0 {
  margin-top: 10px;
margin-left: 16%;
margin-bottom: 10px;
margin-right: 16%;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}







  img.s-2b9c9a8f-f048-4abd-b870-00ecdcf159b0.shogun-image {
    
    
  }


.s-2b9c9a8f-f048-4abd-b870-00ecdcf159b0 .shogun-image-content {
  
    align-items: center;
  
}

.s-2b9c9a8f-f048-4abd-b870-00ecdcf159b0.shg-align-container {
  text-align: center
}

.s-2b9c9a8f-f048-4abd-b870-00ecdcf159b0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2b9c9a8f-f048-4abd-b870-00ecdcf159b0.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-2b9c9a8f-f048-4abd-b870-00ecdcf159b0.shogun-image {
    
    
  }


.s-2b9c9a8f-f048-4abd-b870-00ecdcf159b0 .shogun-image-content {
  
    align-items: center;
  
}

.s-2b9c9a8f-f048-4abd-b870-00ecdcf159b0.shg-align-container {
  text-align: center
}

.s-2b9c9a8f-f048-4abd-b870-00ecdcf159b0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2b9c9a8f-f048-4abd-b870-00ecdcf159b0.shogun-image {
  box-sizing: border-box;
}


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





  img.s-2b9c9a8f-f048-4abd-b870-00ecdcf159b0.shogun-image {
    
    
  }


.s-2b9c9a8f-f048-4abd-b870-00ecdcf159b0 .shogun-image-content {
  
    align-items: center;
  
}

.s-2b9c9a8f-f048-4abd-b870-00ecdcf159b0.shg-align-container {
  text-align: center
}

.s-2b9c9a8f-f048-4abd-b870-00ecdcf159b0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2b9c9a8f-f048-4abd-b870-00ecdcf159b0.shogun-image {
  box-sizing: border-box;
}


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





  img.s-2b9c9a8f-f048-4abd-b870-00ecdcf159b0.shogun-image {
    
    
  }


.s-2b9c9a8f-f048-4abd-b870-00ecdcf159b0 .shogun-image-content {
  
    align-items: center;
  
}

.s-2b9c9a8f-f048-4abd-b870-00ecdcf159b0.shg-align-container {
  text-align: center
}

.s-2b9c9a8f-f048-4abd-b870-00ecdcf159b0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2b9c9a8f-f048-4abd-b870-00ecdcf159b0.shogun-image {
  box-sizing: border-box;
}


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





  img.s-2b9c9a8f-f048-4abd-b870-00ecdcf159b0.shogun-image {
    
    
  }


.s-2b9c9a8f-f048-4abd-b870-00ecdcf159b0 .shogun-image-content {
  
    align-items: center;
  
}

.s-2b9c9a8f-f048-4abd-b870-00ecdcf159b0.shg-align-container {
  text-align: center
}

.s-2b9c9a8f-f048-4abd-b870-00ecdcf159b0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2b9c9a8f-f048-4abd-b870-00ecdcf159b0.shogun-image {
  box-sizing: border-box;
}


}
.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-34f9933a-5256-4571-b47c-2179de2b644b {
  margin-top: 20px;
margin-left: 5%;
margin-bottom: 0px;
margin-right: 5%;
text-align: center;
}

#s-34f9933a-5256-4571-b47c-2179de2b644b .shogun-heading-component h1 {
  color: rgba(17, 60, 123, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 37px;
  
  
  text-align: center;
}



#s-dba43e14-d6a7-41f5-9f02-22ca8f455c69 {
  margin-top: 0px;
margin-left: 5%;
margin-bottom: 5px;
margin-right: 5%;
text-align: center;
}

#s-dba43e14-d6a7-41f5-9f02-22ca8f455c69 .shogun-heading-component h2 {
  color: rgba(17, 60, 123, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: 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-6849b140-9d00-4c2e-8c26-bae61021dc44 {
  margin-top: 5px;
margin-left: 5%;
margin-bottom: 5px;
margin-right: 5%;
}

#s-e6a03fe8-238f-4f4e-852c-1b0657f8372a {
  padding-top: 5px;
padding-left: 5%;
padding-bottom: 5px;
padding-right: 5%;
min-height: 50px;
}








#s-e6a03fe8-238f-4f4e-852c-1b0657f8372a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e6a03fe8-238f-4f4e-852c-1b0657f8372a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-36cef317-2fa2-4e26-ab78-375c9b7b62b6 {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 20px;
padding-bottom: 20px;
min-height: 50px;
background-color: rgba(255, 255, 255, 0);
}








#s-36cef317-2fa2-4e26-ab78-375c9b7b62b6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-36cef317-2fa2-4e26-ab78-375c9b7b62b6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-487e553b-8761-461c-a7a3-d9b9c6828f1b {
  margin-top: 10px;
margin-left: 16%;
margin-bottom: 10px;
margin-right: 16%;
text-align: center;
}







  img.s-487e553b-8761-461c-a7a3-d9b9c6828f1b.shogun-image {
    
    
  }


.s-487e553b-8761-461c-a7a3-d9b9c6828f1b .shogun-image-content {
  
    align-items: center;
  
}

.s-487e553b-8761-461c-a7a3-d9b9c6828f1b.shg-align-container {
  text-align: center
}

.s-487e553b-8761-461c-a7a3-d9b9c6828f1b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-487e553b-8761-461c-a7a3-d9b9c6828f1b.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-487e553b-8761-461c-a7a3-d9b9c6828f1b.shogun-image {
    
    
  }


.s-487e553b-8761-461c-a7a3-d9b9c6828f1b .shogun-image-content {
  
    align-items: center;
  
}

.s-487e553b-8761-461c-a7a3-d9b9c6828f1b.shg-align-container {
  text-align: center
}

.s-487e553b-8761-461c-a7a3-d9b9c6828f1b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-487e553b-8761-461c-a7a3-d9b9c6828f1b.shogun-image {
  box-sizing: border-box;
}


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





  img.s-487e553b-8761-461c-a7a3-d9b9c6828f1b.shogun-image {
    
    
  }


.s-487e553b-8761-461c-a7a3-d9b9c6828f1b .shogun-image-content {
  
    align-items: center;
  
}

.s-487e553b-8761-461c-a7a3-d9b9c6828f1b.shg-align-container {
  text-align: center
}

.s-487e553b-8761-461c-a7a3-d9b9c6828f1b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-487e553b-8761-461c-a7a3-d9b9c6828f1b.shogun-image {
  box-sizing: border-box;
}


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





  img.s-487e553b-8761-461c-a7a3-d9b9c6828f1b.shogun-image {
    
    
  }


.s-487e553b-8761-461c-a7a3-d9b9c6828f1b .shogun-image-content {
  
    align-items: center;
  
}

.s-487e553b-8761-461c-a7a3-d9b9c6828f1b.shg-align-container {
  text-align: center
}

.s-487e553b-8761-461c-a7a3-d9b9c6828f1b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-487e553b-8761-461c-a7a3-d9b9c6828f1b.shogun-image {
  box-sizing: border-box;
}


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





  img.s-487e553b-8761-461c-a7a3-d9b9c6828f1b.shogun-image {
    
    
  }


.s-487e553b-8761-461c-a7a3-d9b9c6828f1b .shogun-image-content {
  
    align-items: center;
  
}

.s-487e553b-8761-461c-a7a3-d9b9c6828f1b.shg-align-container {
  text-align: center
}

.s-487e553b-8761-461c-a7a3-d9b9c6828f1b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-487e553b-8761-461c-a7a3-d9b9c6828f1b.shogun-image {
  box-sizing: border-box;
}


}
#s-15aaecdf-86fa-4f3a-a8b1-2b38611e59c7 {
  margin-top: 20px;
margin-left: 5%;
margin-bottom: 0px;
margin-right: 5%;
text-align: center;
}

#s-15aaecdf-86fa-4f3a-a8b1-2b38611e59c7 .shogun-heading-component h1 {
  color: rgba(17, 60, 123, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 37px;
  
  
  text-align: center;
}



#s-5043792d-a83b-4b23-95ac-e7e0c3ff2bd2 {
  margin-top: 0px;
margin-left: 5%;
margin-bottom: 5px;
margin-right: 5%;
text-align: center;
}

#s-5043792d-a83b-4b23-95ac-e7e0c3ff2bd2 .shogun-heading-component h2 {
  color: rgba(17, 60, 123, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: center;
}



#s-6b92c35b-4e23-487f-8428-cbad455d8a4a {
  margin-top: 5px;
margin-left: 5%;
margin-bottom: 5px;
margin-right: 5%;
}

#s-d07cf531-dda3-4280-af99-f190ead51652 {
  padding-top: 5px;
padding-left: 5%;
padding-bottom: 5px;
padding-right: 5%;
min-height: 50px;
}








#s-d07cf531-dda3-4280-af99-f190ead51652 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d07cf531-dda3-4280-af99-f190ead51652.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a02bd82a-6b3e-490f-a2ca-2453ade8a412 {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 20px;
padding-bottom: 20px;
min-height: 50px;
background-color: rgba(255, 255, 255, 0);
}








#s-a02bd82a-6b3e-490f-a2ca-2453ade8a412 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a02bd82a-6b3e-490f-a2ca-2453ade8a412.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-906dcdb2-03ad-41d5-9924-339eda14a0dc {
  margin-top: 10px;
margin-left: 16%;
margin-bottom: 10px;
margin-right: 16%;
text-align: center;
}







  img.s-906dcdb2-03ad-41d5-9924-339eda14a0dc.shogun-image {
    
    
  }


.s-906dcdb2-03ad-41d5-9924-339eda14a0dc .shogun-image-content {
  
    align-items: center;
  
}

.s-906dcdb2-03ad-41d5-9924-339eda14a0dc.shg-align-container {
  text-align: center
}

.s-906dcdb2-03ad-41d5-9924-339eda14a0dc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-906dcdb2-03ad-41d5-9924-339eda14a0dc.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-906dcdb2-03ad-41d5-9924-339eda14a0dc.shogun-image {
    
    
  }


.s-906dcdb2-03ad-41d5-9924-339eda14a0dc .shogun-image-content {
  
    align-items: center;
  
}

.s-906dcdb2-03ad-41d5-9924-339eda14a0dc.shg-align-container {
  text-align: center
}

.s-906dcdb2-03ad-41d5-9924-339eda14a0dc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-906dcdb2-03ad-41d5-9924-339eda14a0dc.shogun-image {
  box-sizing: border-box;
}


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





  img.s-906dcdb2-03ad-41d5-9924-339eda14a0dc.shogun-image {
    
    
  }


.s-906dcdb2-03ad-41d5-9924-339eda14a0dc .shogun-image-content {
  
    align-items: center;
  
}

.s-906dcdb2-03ad-41d5-9924-339eda14a0dc.shg-align-container {
  text-align: center
}

.s-906dcdb2-03ad-41d5-9924-339eda14a0dc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-906dcdb2-03ad-41d5-9924-339eda14a0dc.shogun-image {
  box-sizing: border-box;
}


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





  img.s-906dcdb2-03ad-41d5-9924-339eda14a0dc.shogun-image {
    
    
  }


.s-906dcdb2-03ad-41d5-9924-339eda14a0dc .shogun-image-content {
  
    align-items: center;
  
}

.s-906dcdb2-03ad-41d5-9924-339eda14a0dc.shg-align-container {
  text-align: center
}

.s-906dcdb2-03ad-41d5-9924-339eda14a0dc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-906dcdb2-03ad-41d5-9924-339eda14a0dc.shogun-image {
  box-sizing: border-box;
}


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





  img.s-906dcdb2-03ad-41d5-9924-339eda14a0dc.shogun-image {
    
    
  }


.s-906dcdb2-03ad-41d5-9924-339eda14a0dc .shogun-image-content {
  
    align-items: center;
  
}

.s-906dcdb2-03ad-41d5-9924-339eda14a0dc.shg-align-container {
  text-align: center
}

.s-906dcdb2-03ad-41d5-9924-339eda14a0dc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-906dcdb2-03ad-41d5-9924-339eda14a0dc.shogun-image {
  box-sizing: border-box;
}


}
#s-d657786b-180d-401c-a138-4e1f6ca30db5 {
  margin-top: 20px;
margin-left: 5%;
margin-bottom: 0px;
margin-right: 5%;
text-align: center;
}

#s-d657786b-180d-401c-a138-4e1f6ca30db5 .shogun-heading-component h1 {
  color: rgba(17, 60, 123, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 37px;
  
  
  text-align: center;
}



#s-79a1a8e7-3355-4a57-b158-31ab6c8e5cb9 {
  margin-top: 0px;
margin-left: 5%;
margin-bottom: 5px;
margin-right: 5%;
text-align: center;
}

#s-79a1a8e7-3355-4a57-b158-31ab6c8e5cb9 .shogun-heading-component h2 {
  color: rgba(17, 60, 123, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: center;
}



#s-8bff0a51-40d5-4c4e-ab50-df782fd7008c {
  margin-top: 5px;
margin-left: 5%;
margin-bottom: 5px;
margin-right: 5%;
}

#s-e47f5c0c-21b0-46ba-9e45-32bfa8123f50 {
  padding-top: 5px;
padding-left: 5%;
padding-bottom: 5px;
padding-right: 5%;
min-height: 50px;
}








#s-e47f5c0c-21b0-46ba-9e45-32bfa8123f50 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e47f5c0c-21b0-46ba-9e45-32bfa8123f50.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d5f91f15-d2fc-4da6-9446-f977585c7df5 {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 20px;
padding-bottom: 20px;
min-height: 50px;
background-color: rgba(255, 255, 255, 0);
}








#s-d5f91f15-d2fc-4da6-9446-f977585c7df5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d5f91f15-d2fc-4da6-9446-f977585c7df5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4976ceb2-52e4-4ffe-96e8-f90ac85bc5a8 {
  margin-top: 10px;
margin-left: 16%;
margin-bottom: 10px;
margin-right: 16%;
text-align: center;
}







  img.s-4976ceb2-52e4-4ffe-96e8-f90ac85bc5a8.shogun-image {
    
    
  }


.s-4976ceb2-52e4-4ffe-96e8-f90ac85bc5a8 .shogun-image-content {
  
    align-items: center;
  
}

.s-4976ceb2-52e4-4ffe-96e8-f90ac85bc5a8.shg-align-container {
  text-align: center
}

.s-4976ceb2-52e4-4ffe-96e8-f90ac85bc5a8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4976ceb2-52e4-4ffe-96e8-f90ac85bc5a8.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-4976ceb2-52e4-4ffe-96e8-f90ac85bc5a8.shogun-image {
    
    
  }


.s-4976ceb2-52e4-4ffe-96e8-f90ac85bc5a8 .shogun-image-content {
  
    align-items: center;
  
}

.s-4976ceb2-52e4-4ffe-96e8-f90ac85bc5a8.shg-align-container {
  text-align: center
}

.s-4976ceb2-52e4-4ffe-96e8-f90ac85bc5a8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4976ceb2-52e4-4ffe-96e8-f90ac85bc5a8.shogun-image {
  box-sizing: border-box;
}


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





  img.s-4976ceb2-52e4-4ffe-96e8-f90ac85bc5a8.shogun-image {
    
    
  }


.s-4976ceb2-52e4-4ffe-96e8-f90ac85bc5a8 .shogun-image-content {
  
    align-items: center;
  
}

.s-4976ceb2-52e4-4ffe-96e8-f90ac85bc5a8.shg-align-container {
  text-align: center
}

.s-4976ceb2-52e4-4ffe-96e8-f90ac85bc5a8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4976ceb2-52e4-4ffe-96e8-f90ac85bc5a8.shogun-image {
  box-sizing: border-box;
}


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





  img.s-4976ceb2-52e4-4ffe-96e8-f90ac85bc5a8.shogun-image {
    
    
  }


.s-4976ceb2-52e4-4ffe-96e8-f90ac85bc5a8 .shogun-image-content {
  
    align-items: center;
  
}

.s-4976ceb2-52e4-4ffe-96e8-f90ac85bc5a8.shg-align-container {
  text-align: center
}

.s-4976ceb2-52e4-4ffe-96e8-f90ac85bc5a8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4976ceb2-52e4-4ffe-96e8-f90ac85bc5a8.shogun-image {
  box-sizing: border-box;
}


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





  img.s-4976ceb2-52e4-4ffe-96e8-f90ac85bc5a8.shogun-image {
    
    
  }


.s-4976ceb2-52e4-4ffe-96e8-f90ac85bc5a8 .shogun-image-content {
  
    align-items: center;
  
}

.s-4976ceb2-52e4-4ffe-96e8-f90ac85bc5a8.shg-align-container {
  text-align: center
}

.s-4976ceb2-52e4-4ffe-96e8-f90ac85bc5a8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4976ceb2-52e4-4ffe-96e8-f90ac85bc5a8.shogun-image {
  box-sizing: border-box;
}


}
#s-068fe394-1ec8-4008-8c4d-6d0f9d52a8ad {
  margin-top: 20px;
margin-left: 5%;
margin-bottom: 0px;
margin-right: 5%;
text-align: center;
}

#s-068fe394-1ec8-4008-8c4d-6d0f9d52a8ad .shogun-heading-component h1 {
  color: rgba(17, 60, 123, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 37px;
  
  
  text-align: center;
}



#s-84d29fc3-0cf8-4c16-94a6-7b1d18d57127 {
  margin-top: 0px;
margin-left: 5%;
margin-bottom: 5px;
margin-right: 5%;
text-align: center;
}

#s-84d29fc3-0cf8-4c16-94a6-7b1d18d57127 .shogun-heading-component h2 {
  color: rgba(17, 60, 123, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: center;
}



#s-a1d57455-722e-4099-96a5-98d23f9763be {
  margin-top: 5px;
margin-left: 5%;
margin-bottom: 5px;
margin-right: 5%;
}

#s-65856622-15b7-4edf-bc02-7e0f6601fba4 {
  padding-top: 5px;
padding-left: 5%;
padding-bottom: 5px;
padding-right: 5%;
min-height: 50px;
}








#s-65856622-15b7-4edf-bc02-7e0f6601fba4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-65856622-15b7-4edf-bc02-7e0f6601fba4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4f1c3a4c-79aa-42d5-9ce8-e4b02ebd13f9 {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 20px;
padding-bottom: 20px;
min-height: 50px;
background-color: rgba(255, 255, 255, 0);
}








#s-4f1c3a4c-79aa-42d5-9ce8-e4b02ebd13f9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4f1c3a4c-79aa-42d5-9ce8-e4b02ebd13f9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f5ee293e-9e4c-423e-b918-d2ab7cc45cf9 {
  margin-top: 10px;
margin-left: 16%;
margin-bottom: 10px;
margin-right: 16%;
text-align: center;
}







  img.s-f5ee293e-9e4c-423e-b918-d2ab7cc45cf9.shogun-image {
    
    
  }


.s-f5ee293e-9e4c-423e-b918-d2ab7cc45cf9 .shogun-image-content {
  
    align-items: center;
  
}

.s-f5ee293e-9e4c-423e-b918-d2ab7cc45cf9.shg-align-container {
  text-align: center
}

.s-f5ee293e-9e4c-423e-b918-d2ab7cc45cf9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f5ee293e-9e4c-423e-b918-d2ab7cc45cf9.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-f5ee293e-9e4c-423e-b918-d2ab7cc45cf9.shogun-image {
    
    
  }


.s-f5ee293e-9e4c-423e-b918-d2ab7cc45cf9 .shogun-image-content {
  
    align-items: center;
  
}

.s-f5ee293e-9e4c-423e-b918-d2ab7cc45cf9.shg-align-container {
  text-align: center
}

.s-f5ee293e-9e4c-423e-b918-d2ab7cc45cf9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f5ee293e-9e4c-423e-b918-d2ab7cc45cf9.shogun-image {
  box-sizing: border-box;
}


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





  img.s-f5ee293e-9e4c-423e-b918-d2ab7cc45cf9.shogun-image {
    
    
  }


.s-f5ee293e-9e4c-423e-b918-d2ab7cc45cf9 .shogun-image-content {
  
    align-items: center;
  
}

.s-f5ee293e-9e4c-423e-b918-d2ab7cc45cf9.shg-align-container {
  text-align: center
}

.s-f5ee293e-9e4c-423e-b918-d2ab7cc45cf9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f5ee293e-9e4c-423e-b918-d2ab7cc45cf9.shogun-image {
  box-sizing: border-box;
}


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





  img.s-f5ee293e-9e4c-423e-b918-d2ab7cc45cf9.shogun-image {
    
    
  }


.s-f5ee293e-9e4c-423e-b918-d2ab7cc45cf9 .shogun-image-content {
  
    align-items: center;
  
}

.s-f5ee293e-9e4c-423e-b918-d2ab7cc45cf9.shg-align-container {
  text-align: center
}

.s-f5ee293e-9e4c-423e-b918-d2ab7cc45cf9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f5ee293e-9e4c-423e-b918-d2ab7cc45cf9.shogun-image {
  box-sizing: border-box;
}


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





  img.s-f5ee293e-9e4c-423e-b918-d2ab7cc45cf9.shogun-image {
    
    
  }


.s-f5ee293e-9e4c-423e-b918-d2ab7cc45cf9 .shogun-image-content {
  
    align-items: center;
  
}

.s-f5ee293e-9e4c-423e-b918-d2ab7cc45cf9.shg-align-container {
  text-align: center
}

.s-f5ee293e-9e4c-423e-b918-d2ab7cc45cf9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f5ee293e-9e4c-423e-b918-d2ab7cc45cf9.shogun-image {
  box-sizing: border-box;
}


}
#s-a44312eb-bdb2-497a-8932-a8121b913082 {
  margin-top: 20px;
margin-left: 5%;
margin-bottom: 0px;
margin-right: 5%;
text-align: center;
}

#s-a44312eb-bdb2-497a-8932-a8121b913082 .shogun-heading-component h1 {
  color: rgba(17, 60, 123, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 37px;
  
  
  text-align: center;
}



#s-cf2ac510-ddc0-4af1-8718-20412dffb60d {
  margin-top: 0px;
margin-left: 5%;
margin-bottom: 5px;
margin-right: 5%;
text-align: center;
}

#s-cf2ac510-ddc0-4af1-8718-20412dffb60d .shogun-heading-component h2 {
  color: rgba(17, 60, 123, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: center;
}



#s-b23907c8-97ee-4ad8-b7de-a368cebbe9db {
  margin-top: 5px;
margin-left: 5%;
margin-bottom: 5px;
margin-right: 5%;
}

#s-65f1908b-2306-4f1e-96d6-6035cf20b494 {
  padding-top: 5px;
padding-left: 5%;
padding-bottom: 5px;
padding-right: 5%;
min-height: 50px;
}








#s-65f1908b-2306-4f1e-96d6-6035cf20b494 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-65f1908b-2306-4f1e-96d6-6035cf20b494.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-704ee0df-4978-42ea-90e3-f5a3cf84bb9d {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 20px;
padding-bottom: 20px;
min-height: 50px;
background-color: rgba(255, 255, 255, 0);
}








#s-704ee0df-4978-42ea-90e3-f5a3cf84bb9d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-704ee0df-4978-42ea-90e3-f5a3cf84bb9d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e25a0af7-3a50-4594-b5b0-6883f6d78fd5 {
  margin-top: 10px;
margin-left: 16%;
margin-bottom: 10px;
margin-right: 16%;
text-align: center;
}







  img.s-e25a0af7-3a50-4594-b5b0-6883f6d78fd5.shogun-image {
    
    
  }


.s-e25a0af7-3a50-4594-b5b0-6883f6d78fd5 .shogun-image-content {
  
    align-items: center;
  
}

.s-e25a0af7-3a50-4594-b5b0-6883f6d78fd5.shg-align-container {
  text-align: center
}

.s-e25a0af7-3a50-4594-b5b0-6883f6d78fd5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e25a0af7-3a50-4594-b5b0-6883f6d78fd5.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-e25a0af7-3a50-4594-b5b0-6883f6d78fd5.shogun-image {
    
    
  }


.s-e25a0af7-3a50-4594-b5b0-6883f6d78fd5 .shogun-image-content {
  
    align-items: center;
  
}

.s-e25a0af7-3a50-4594-b5b0-6883f6d78fd5.shg-align-container {
  text-align: center
}

.s-e25a0af7-3a50-4594-b5b0-6883f6d78fd5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e25a0af7-3a50-4594-b5b0-6883f6d78fd5.shogun-image {
  box-sizing: border-box;
}


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





  img.s-e25a0af7-3a50-4594-b5b0-6883f6d78fd5.shogun-image {
    
    
  }


.s-e25a0af7-3a50-4594-b5b0-6883f6d78fd5 .shogun-image-content {
  
    align-items: center;
  
}

.s-e25a0af7-3a50-4594-b5b0-6883f6d78fd5.shg-align-container {
  text-align: center
}

.s-e25a0af7-3a50-4594-b5b0-6883f6d78fd5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e25a0af7-3a50-4594-b5b0-6883f6d78fd5.shogun-image {
  box-sizing: border-box;
}


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





  img.s-e25a0af7-3a50-4594-b5b0-6883f6d78fd5.shogun-image {
    
    
  }


.s-e25a0af7-3a50-4594-b5b0-6883f6d78fd5 .shogun-image-content {
  
    align-items: center;
  
}

.s-e25a0af7-3a50-4594-b5b0-6883f6d78fd5.shg-align-container {
  text-align: center
}

.s-e25a0af7-3a50-4594-b5b0-6883f6d78fd5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e25a0af7-3a50-4594-b5b0-6883f6d78fd5.shogun-image {
  box-sizing: border-box;
}


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





  img.s-e25a0af7-3a50-4594-b5b0-6883f6d78fd5.shogun-image {
    
    
  }


.s-e25a0af7-3a50-4594-b5b0-6883f6d78fd5 .shogun-image-content {
  
    align-items: center;
  
}

.s-e25a0af7-3a50-4594-b5b0-6883f6d78fd5.shg-align-container {
  text-align: center
}

.s-e25a0af7-3a50-4594-b5b0-6883f6d78fd5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e25a0af7-3a50-4594-b5b0-6883f6d78fd5.shogun-image {
  box-sizing: border-box;
}


}
#s-56189975-0d27-4b6a-8828-4d6bfad4d2f5 {
  margin-top: 20px;
margin-left: 5%;
margin-bottom: 0px;
margin-right: 5%;
text-align: center;
}

#s-56189975-0d27-4b6a-8828-4d6bfad4d2f5 .shogun-heading-component h1 {
  color: rgba(17, 60, 123, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 37px;
  
  
  text-align: center;
}



#s-c3a2b189-92a4-4a29-bc17-be0dd323d445 {
  margin-top: 0px;
margin-left: 5%;
margin-bottom: 5px;
margin-right: 5%;
text-align: center;
}

#s-c3a2b189-92a4-4a29-bc17-be0dd323d445 .shogun-heading-component h2 {
  color: rgba(17, 60, 123, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: center;
}



#s-45ea52ff-b845-44f6-868d-89cfcf0c352c {
  margin-top: 5px;
margin-left: 5%;
margin-bottom: 5px;
margin-right: 5%;
}

#s-b77e6f8f-3409-4e43-8cd2-b626ad939b23 {
  padding-top: 5px;
padding-left: 5%;
padding-bottom: 5px;
padding-right: 5%;
min-height: 50px;
}








#s-b77e6f8f-3409-4e43-8cd2-b626ad939b23 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b77e6f8f-3409-4e43-8cd2-b626ad939b23.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-fc0049dd-8268-41b5-a6c9-96d83ed2fc68 {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 20px;
padding-bottom: 20px;
min-height: 50px;
background-color: rgba(255, 255, 255, 0);
}








#s-fc0049dd-8268-41b5-a6c9-96d83ed2fc68 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fc0049dd-8268-41b5-a6c9-96d83ed2fc68.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b240a06e-eee1-45c0-bcd6-c78931db45a1 {
  margin-top: 10px;
margin-left: 16%;
margin-bottom: 10px;
margin-right: 16%;
text-align: center;
}







  img.s-b240a06e-eee1-45c0-bcd6-c78931db45a1.shogun-image {
    
    
  }


.s-b240a06e-eee1-45c0-bcd6-c78931db45a1 .shogun-image-content {
  
    align-items: center;
  
}

.s-b240a06e-eee1-45c0-bcd6-c78931db45a1.shg-align-container {
  text-align: center
}

.s-b240a06e-eee1-45c0-bcd6-c78931db45a1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b240a06e-eee1-45c0-bcd6-c78931db45a1.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-b240a06e-eee1-45c0-bcd6-c78931db45a1.shogun-image {
    
    
  }


.s-b240a06e-eee1-45c0-bcd6-c78931db45a1 .shogun-image-content {
  
    align-items: center;
  
}

.s-b240a06e-eee1-45c0-bcd6-c78931db45a1.shg-align-container {
  text-align: center
}

.s-b240a06e-eee1-45c0-bcd6-c78931db45a1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b240a06e-eee1-45c0-bcd6-c78931db45a1.shogun-image {
  box-sizing: border-box;
}


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





  img.s-b240a06e-eee1-45c0-bcd6-c78931db45a1.shogun-image {
    
    
  }


.s-b240a06e-eee1-45c0-bcd6-c78931db45a1 .shogun-image-content {
  
    align-items: center;
  
}

.s-b240a06e-eee1-45c0-bcd6-c78931db45a1.shg-align-container {
  text-align: center
}

.s-b240a06e-eee1-45c0-bcd6-c78931db45a1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b240a06e-eee1-45c0-bcd6-c78931db45a1.shogun-image {
  box-sizing: border-box;
}


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





  img.s-b240a06e-eee1-45c0-bcd6-c78931db45a1.shogun-image {
    
    
  }


.s-b240a06e-eee1-45c0-bcd6-c78931db45a1 .shogun-image-content {
  
    align-items: center;
  
}

.s-b240a06e-eee1-45c0-bcd6-c78931db45a1.shg-align-container {
  text-align: center
}

.s-b240a06e-eee1-45c0-bcd6-c78931db45a1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b240a06e-eee1-45c0-bcd6-c78931db45a1.shogun-image {
  box-sizing: border-box;
}


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





  img.s-b240a06e-eee1-45c0-bcd6-c78931db45a1.shogun-image {
    
    
  }


.s-b240a06e-eee1-45c0-bcd6-c78931db45a1 .shogun-image-content {
  
    align-items: center;
  
}

.s-b240a06e-eee1-45c0-bcd6-c78931db45a1.shg-align-container {
  text-align: center
}

.s-b240a06e-eee1-45c0-bcd6-c78931db45a1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b240a06e-eee1-45c0-bcd6-c78931db45a1.shogun-image {
  box-sizing: border-box;
}


}
#s-4fa3c93b-18c2-4314-8fd0-84deea335d2e {
  margin-top: 20px;
margin-left: 5%;
margin-bottom: 0px;
margin-right: 5%;
text-align: center;
}

#s-4fa3c93b-18c2-4314-8fd0-84deea335d2e .shogun-heading-component h1 {
  color: rgba(17, 60, 123, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 37px;
  
  
  text-align: center;
}



#s-7498ccd1-fa4a-482d-b163-3bcd62793cf7 {
  margin-top: 0px;
margin-left: 5%;
margin-bottom: 5px;
margin-right: 5%;
text-align: center;
}

#s-7498ccd1-fa4a-482d-b163-3bcd62793cf7 .shogun-heading-component h2 {
  color: rgba(17, 60, 123, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: center;
}



#s-2bc12795-0ad8-4d9a-86c0-51e0d49e5510 {
  margin-top: 5px;
margin-left: 5%;
margin-bottom: 5px;
margin-right: 5%;
}

.shg-hr-wrapper {
  padding: 30px 0;
}

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

#s-796f183f-c5ac-4e57-ba00-27ddc2f91d1f hr {
  border-top: 2px solid #ddd;
}

#s-5374fcb2-1a98-48a6-a733-846e38388956 {
  margin-top: 50px;
margin-bottom: 15px;
text-align: center;
}

#s-5374fcb2-1a98-48a6-a733-846e38388956 .shogun-heading-component h2 {
  color: rgba(17, 60, 123, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}


#s-5374fcb2-1a98-48a6-a733-846e38388956 .shogun-heading-component h2 a {
  color: rgba(17, 60, 123, 1);
}


#s-6402f8c8-56f9-43ca-b372-8eddc12606e8 {
  margin-top: 2px;
margin-left: 2%;
margin-bottom: 2px;
margin-right: 2%;
min-height: 50px;
}








#s-6402f8c8-56f9-43ca-b372-8eddc12606e8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6402f8c8-56f9-43ca-b372-8eddc12606e8 {
  cursor: pointer;
}#s-6402f8c8-56f9-43ca-b372-8eddc12606e8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-image-content-bottom {
  align-items: flex-end;
}
#s-46f91ce8-46a7-430c-9a30-9f4343166eee {
  text-align: center;
}







  #s-46f91ce8-46a7-430c-9a30-9f4343166eee img.shogun-image {
    

    
    
    
  }


#s-46f91ce8-46a7-430c-9a30-9f4343166eee .shogun-image-content {
  
    align-items: center;
  
}

.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-ed475c97-be87-4093-af16-06bc0113d455 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(17, 60, 123, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-ed475c97-be87-4093-af16-06bc0113d455:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-ed475c97-be87-4093-af16-06bc0113d455:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-ed475c97-be87-4093-af16-06bc0113d455-root {
    text-align: center;
  }


#s-ed475c97-be87-4093-af16-06bc0113d455.shg-btn {
  color: #ffffff;
  font-size: 27px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-ed475c97-be87-4093-af16-06bc0113d455-root {
    text-align: center;
  }


#s-ed475c97-be87-4093-af16-06bc0113d455.shg-btn {
  color: #ffffff;
  font-size: 27px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-ed475c97-be87-4093-af16-06bc0113d455-root {
    text-align: center;
  }


#s-ed475c97-be87-4093-af16-06bc0113d455.shg-btn {
  color: #ffffff;
  font-size: 27px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-ed475c97-be87-4093-af16-06bc0113d455-root {
    text-align: center;
  }


#s-ed475c97-be87-4093-af16-06bc0113d455.shg-btn {
  color: #ffffff;
  font-size: 27px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-ed475c97-be87-4093-af16-06bc0113d455-root {
    text-align: center;
  }


#s-ed475c97-be87-4093-af16-06bc0113d455.shg-btn {
  color: #ffffff;
  font-size: 27px;
  
  
  
  display:  inline-block ;
}
}
#s-13b6f87b-5d12-4462-b7d0-40fe57f8e7ca hr {
  border-top: 2px solid #ddd;
}

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

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

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

.shogun-root iframe {
  display: initial;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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