#s-c7d6608c-2336-4133-9e30-5aa901c6d31a {
  text-align: left;
}

#s-adedaaf4-81f8-4012-9778-057d9bed576b {
  text-align: left;
}

.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-f0614a91-d015-4b53-88c7-a0e2a5f66d18 {
  margin-left: 0px;
margin-right: 0px;
padding-left: 0px;
padding-right: 0px;
min-height: 50px;
}
@media (min-width: 1200px){#s-f0614a91-d015-4b53-88c7-a0e2a5f66d18 {
  display: unset;
}
#s-f0614a91-d015-4b53-88c7-a0e2a5f66d18, #wrap-s-f0614a91-d015-4b53-88c7-a0e2a5f66d18 { display: unset !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f0614a91-d015-4b53-88c7-a0e2a5f66d18 {
  display: unset;
}
#s-f0614a91-d015-4b53-88c7-a0e2a5f66d18, #wrap-s-f0614a91-d015-4b53-88c7-a0e2a5f66d18 { display: unset !important; }}@media (min-width: 768px) and (max-width: 991px){#s-f0614a91-d015-4b53-88c7-a0e2a5f66d18 {
  display: unset;
}
#s-f0614a91-d015-4b53-88c7-a0e2a5f66d18, #wrap-s-f0614a91-d015-4b53-88c7-a0e2a5f66d18 { display: unset !important; }}@media (max-width: 767px){#s-f0614a91-d015-4b53-88c7-a0e2a5f66d18 {
  display: unset;
}
#s-f0614a91-d015-4b53-88c7-a0e2a5f66d18, #wrap-s-f0614a91-d015-4b53-88c7-a0e2a5f66d18 { display: unset !important; }}







#s-f0614a91-d015-4b53-88c7-a0e2a5f66d18 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f0614a91-d015-4b53-88c7-a0e2a5f66d18.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2413490b-6cc2-4e78-a9f3-c1a5d0d72de5 {
  margin-left: auto;
margin-bottom: 0em;
margin-right: auto;
padding-bottom: 8px;
min-height: 50px;
background-color: rgba(0, 59, 113, 0);
}
@media (min-width: 768px) and (max-width: 991px){#s-2413490b-6cc2-4e78-a9f3-c1a5d0d72de5 {
  
}
}@media (max-width: 767px){#s-2413490b-6cc2-4e78-a9f3-c1a5d0d72de5 {
  
}
}







#s-2413490b-6cc2-4e78-a9f3-c1a5d0d72de5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2413490b-6cc2-4e78-a9f3-c1a5d0d72de5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-07ff0f32-2978-450f-ab7e-30cb59ef474f {
  text-align: left;
}

#s-f5a76eb3-c832-4011-a5c6-f730f9251160 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: -2px;
margin-left: auto;
margin-bottom: -2px;
margin-right: auto;
padding-bottom: 5px;
min-height: 0px;
max-width: 1400px;
background-position: center center;
}

#s-f5a76eb3-c832-4011-a5c6-f730f9251160 {
  background-image: url(https://i.shgcdn.com/26a0fa3d-a93b-4637-91af-15ec66a1d4a6/);
}








#s-f5a76eb3-c832-4011-a5c6-f730f9251160 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f5a76eb3-c832-4011-a5c6-f730f9251160.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-19fc7d8f-c6f6-4cb2-93e5-deee88394783 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
min-height: 401px;
max-width: 1400px;
background-position: center center;
background-color: rgba(0, 59, 113, 0);
}

#s-19fc7d8f-c6f6-4cb2-93e5-deee88394783 {
  background-image: url(https://i.shgcdn.com/9b95e087-f3b5-4a26-9f8e-cf10041114af/);
}








#s-19fc7d8f-c6f6-4cb2-93e5-deee88394783 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-19fc7d8f-c6f6-4cb2-93e5-deee88394783.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

.btn-gea-promo-white{
  transition: 0.3s !important;
  color:#003B71;
  text-decoration:none;
  background-color: rgba(255, 255, 255, 1);
  border: none;
  -webkit-transition: 250ms all ease-in;
  transition: 250ms all ease-in;
  font-size:16px;
  font-weight:400;
  letter-spacing: 0.2px;
  line-height:22px;
  padding-top:10px;
  padding-bottom:10px;
  padding-right:30px;
  padding-left:30px;
  display:inline-block;
  mso-padding-alt:8px;
  border-radius:0px !important;  
  margin-bottom: 2em;
}

.btn-gea-promo-white:hover {
  transition: 0.3s !important;
  -webkit-transition: 250ms all ease-in;
  transition: 250ms all ease-in;
  color: #ffffff;
  background-color: #1a63a2;
}

.btn-gea-promo-white:active, 
.btn-gea-promo-white:focus {
  color: #003B71!important;
  background-color: rgba(255, 255, 255, 1);
}  
#s-62709cc9-cbbb-44f6-8d4c-0e53fc79a932 {
  margin-bottom: 2em;
text-align: center;
}

#s-8796a96e-ac8c-44b6-83fc-5891382da635 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 1400px;
background-color: rgba(207, 207, 207, 1);
}








#s-8796a96e-ac8c-44b6-83fc-5891382da635 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8796a96e-ac8c-44b6-83fc-5891382da635.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-ca803b95-c4c3-4c72-b491-dad3a986d71c {
  margin-top: -1em;
padding-top: 15px;
padding-left: 10px;
padding-right: 10px;
}

#s-42ef7124-f33f-4945-8025-9dc3c2e9a09e {
  margin-top: 8px;
margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 1400px;
}








#s-42ef7124-f33f-4945-8025-9dc3c2e9a09e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-42ef7124-f33f-4945-8025-9dc3c2e9a09e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

#s-fe861d46-d484-4a86-92f9-788ddd2b794f {
  margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
max-width: 1400px;
}

@media (min-width: 0px) {
[id="s-fe861d46-d484-4a86-92f9-788ddd2b794f"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 4.0px);
}

}

@media (min-width: 768px) {
[id="s-fe861d46-d484-4a86-92f9-788ddd2b794f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 6.0px);
}

}

@media (min-width: 992px) {
[id="s-fe861d46-d484-4a86-92f9-788ddd2b794f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 6.0px);
}

}

@media (min-width: 1200px) {
[id="s-fe861d46-d484-4a86-92f9-788ddd2b794f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 6.0px);
}

}

#s-65a6dd37-7c6a-4df5-b46b-7e0eb8cbe1f0 {
  min-height: 0px;
background-color: rgba(244, 243, 239, 1);
}








#s-65a6dd37-7c6a-4df5-b46b-7e0eb8cbe1f0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-65a6dd37-7c6a-4df5-b46b-7e0eb8cbe1f0.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-ceb93784-1be1-49de-bbb8-85d109e80e86 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 290px;
background-position: center center;
}








#s-ceb93784-1be1-49de-bbb8-85d109e80e86 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ceb93784-1be1-49de-bbb8-85d109e80e86.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-98cf8574-0e96-4201-85cd-2427e8ddc97b {
  padding-top: 20px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
min-height: 200px;
background-color: rgba(0, 59, 113, 1);
}








#s-98cf8574-0e96-4201-85cd-2427e8ddc97b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-98cf8574-0e96-4201-85cd-2427e8ddc97b.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-15e93fd5-a70a-4494-9d07-253be0ef2478 {
  margin-top: 0em;
margin-bottom: -1em;
padding-left: 0px;
padding-right: 0px;
}

#s-8acc928f-37bd-48c9-ab62-e75916108f51 {
  margin-top: 0em;
margin-bottom: 0em;
padding-top: 5px;
padding-left: 0px;
padding-right: 0px;
}

#s-d789b1a7-7b5c-4a54-9162-92c58dec6256 {
  margin-bottom: 0em;
padding-left: 0px;
padding-right: 0px;
}

#s-741e2cf4-d667-4ee8-82b9-67cfc679c978 {
  min-height: 0px;
background-color: rgba(244, 243, 239, 1);
}








#s-741e2cf4-d667-4ee8-82b9-67cfc679c978 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-741e2cf4-d667-4ee8-82b9-67cfc679c978.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-36fdfdcc-9600-478a-90f9-17310dc99a2e {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
min-height: 290px;
background-position: center center;
}








#s-36fdfdcc-9600-478a-90f9-17310dc99a2e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-36fdfdcc-9600-478a-90f9-17310dc99a2e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1b056fc4-19c0-4133-be5b-351ed3af4d62 {
  padding-top: 20px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
min-height: 200px;
background-color: rgba(0, 59, 113, 1);
}








#s-1b056fc4-19c0-4133-be5b-351ed3af4d62 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1b056fc4-19c0-4133-be5b-351ed3af4d62.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-7dcf354e-8dd5-4195-8fb8-e0a425a9f64f {
  margin-top: 0em;
margin-bottom: -1em;
padding-left: 0px;
padding-right: 0px;
}

#s-596d6694-8b64-4626-9834-7b92589ab23a {
  margin-top: 0em;
margin-bottom: 0em;
padding-top: 5px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
}

#s-e11f1e2f-78a6-42c7-94bf-fe53fedc7167 {
  margin-bottom: 0em;
padding-left: 0px;
padding-right: 0px;
}

#s-003907ed-d9a6-40fb-93a4-9000aaa9f313 {
  min-height: 0px;
background-color: rgba(221, 232, 241, 1);
}








#s-003907ed-d9a6-40fb-93a4-9000aaa9f313 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-003907ed-d9a6-40fb-93a4-9000aaa9f313.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-30e491a3-c3ed-4bed-9da6-bc82331d055d {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
min-height: 290px;
background-position: center center;
}








#s-30e491a3-c3ed-4bed-9da6-bc82331d055d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-30e491a3-c3ed-4bed-9da6-bc82331d055d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-34fe6971-e1ba-4850-ba8c-f8352edc154d {
  padding-top: 20px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
min-height: 200px;
background-color: rgba(0, 59, 113, 1);
}








#s-34fe6971-e1ba-4850-ba8c-f8352edc154d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-34fe6971-e1ba-4850-ba8c-f8352edc154d.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-ea9ca816-52dd-4aa7-b19a-7408c6852aaf {
  margin-top: 0em;
margin-bottom: -1em;
padding-left: 0px;
padding-right: 0px;
}

#s-b66f347a-7146-4f77-8d86-a9cf04bff263 {
  margin-top: 0.3em;
margin-bottom: 0em;
padding-left: 0px;
padding-right: 0px;
}

#s-8ba3cec3-4bac-43c2-84fc-e4b597c76270 {
  margin-bottom: 0em;
padding-left: 0px;
padding-right: 0px;
}

#s-490680ce-f751-43c0-afc9-5af53bc501c0 {
  min-height: 0px;
background-color: rgba(221, 232, 241, 1);
}








#s-490680ce-f751-43c0-afc9-5af53bc501c0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-490680ce-f751-43c0-afc9-5af53bc501c0.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-d2180ca2-4b2f-4c9d-8bb1-beaeade1c4d5 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
min-height: 290px;
background-position: center center;
}








#s-d2180ca2-4b2f-4c9d-8bb1-beaeade1c4d5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d2180ca2-4b2f-4c9d-8bb1-beaeade1c4d5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6b9d38bb-ce85-47d6-ae7b-dab99a5b3b9b {
  padding-top: 20px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
min-height: 200px;
background-color: rgba(0, 59, 113, 1);
}








#s-6b9d38bb-ce85-47d6-ae7b-dab99a5b3b9b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6b9d38bb-ce85-47d6-ae7b-dab99a5b3b9b.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-2ae1b43e-89d7-4202-bace-8b9bd0577bf5 {
  margin-top: 0em;
margin-bottom: -1em;
padding-left: 0px;
padding-right: 0px;
}

#s-3702dfdf-dfd2-4b2f-b035-2a762330c92d {
  margin-top: 0.3em;
margin-bottom: 0em;
padding-left: 0px;
padding-right: 0px;
}

#s-aff3d30f-4773-4831-8e84-bb25caed8b4c {
  margin-bottom: 0em;
padding-left: 0px;
padding-right: 0px;
}

#s-462152f9-8bac-4703-8181-7396885732d8 {
  margin-left: auto;
margin-bottom: 1em;
margin-right: auto;
min-height: 50px;
max-width: 1400px;
}
@media (min-width: 1200px){#s-462152f9-8bac-4703-8181-7396885732d8 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-462152f9-8bac-4703-8181-7396885732d8 {
  
}
}@media (max-width: 767px){#s-462152f9-8bac-4703-8181-7396885732d8 {
  
}
}







#s-462152f9-8bac-4703-8181-7396885732d8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-462152f9-8bac-4703-8181-7396885732d8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b363a573-1df9-4148-ac84-8012fac2f87f {
  margin-left: 8px;
margin-bottom: 8px;
margin-right: 8px;
min-height: 50px;
}








#s-b363a573-1df9-4148-ac84-8012fac2f87f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b363a573-1df9-4148-ac84-8012fac2f87f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c64e4380-8867-41c4-ab19-1a41e582a358 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
background-color: rgba(0, 59, 113, 1);
}








#s-c64e4380-8867-41c4-ab19-1a41e582a358 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c64e4380-8867-41c4-ab19-1a41e582a358.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;
  height: inherit;
  position: relative;
}

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

.shg-image-content-wrapper .shogun-image.hover~* {
  z-index: 1;
}
#s-4154403a-1b3d-4a20-9209-cf405df80b3e {
  margin-top: 0px;
max-width: 1300px;
aspect-ratio: 1300/700;
text-align: center;
}





  #s-4154403a-1b3d-4a20-9209-cf405df80b3e img.shogun-image,
  #s-4154403a-1b3d-4a20-9209-cf405df80b3e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-4154403a-1b3d-4a20-9209-cf405df80b3e {
    width: 100%;
    height: auto;
  }

  #s-4154403a-1b3d-4a20-9209-cf405df80b3e img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4154403a-1b3d-4a20-9209-cf405df80b3e.shogun-image {
    
    
  }


.s-4154403a-1b3d-4a20-9209-cf405df80b3e .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-4154403a-1b3d-4a20-9209-cf405df80b3e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4154403a-1b3d-4a20-9209-cf405df80b3e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4154403a-1b3d-4a20-9209-cf405df80b3e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4154403a-1b3d-4a20-9209-cf405df80b3e {
      --shg-aspect-ratio: calc(1300/700); 
    }

    .s-4154403a-1b3d-4a20-9209-cf405df80b3e.shogun-image-container {
      position: relative;
    }

    .s-4154403a-1b3d-4a20-9209-cf405df80b3e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4154403a-1b3d-4a20-9209-cf405df80b3e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4154403a-1b3d-4a20-9209-cf405df80b3e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-4154403a-1b3d-4a20-9209-cf405df80b3e img.shogun-image,
  #s-4154403a-1b3d-4a20-9209-cf405df80b3e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-4154403a-1b3d-4a20-9209-cf405df80b3e {
    width: 100%;
    height: auto;
  }

  #s-4154403a-1b3d-4a20-9209-cf405df80b3e img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4154403a-1b3d-4a20-9209-cf405df80b3e.shogun-image {
    
    
  }


.s-4154403a-1b3d-4a20-9209-cf405df80b3e .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-4154403a-1b3d-4a20-9209-cf405df80b3e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4154403a-1b3d-4a20-9209-cf405df80b3e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4154403a-1b3d-4a20-9209-cf405df80b3e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4154403a-1b3d-4a20-9209-cf405df80b3e {
      --shg-aspect-ratio: calc(1300/700); 
    }

    .s-4154403a-1b3d-4a20-9209-cf405df80b3e.shogun-image-container {
      position: relative;
    }

    .s-4154403a-1b3d-4a20-9209-cf405df80b3e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4154403a-1b3d-4a20-9209-cf405df80b3e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4154403a-1b3d-4a20-9209-cf405df80b3e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-4154403a-1b3d-4a20-9209-cf405df80b3e img.shogun-image,
  #s-4154403a-1b3d-4a20-9209-cf405df80b3e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-4154403a-1b3d-4a20-9209-cf405df80b3e {
    width: 100%;
    height: auto;
  }

  #s-4154403a-1b3d-4a20-9209-cf405df80b3e img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4154403a-1b3d-4a20-9209-cf405df80b3e.shogun-image {
    
    
  }


.s-4154403a-1b3d-4a20-9209-cf405df80b3e .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-4154403a-1b3d-4a20-9209-cf405df80b3e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4154403a-1b3d-4a20-9209-cf405df80b3e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4154403a-1b3d-4a20-9209-cf405df80b3e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4154403a-1b3d-4a20-9209-cf405df80b3e {
      --shg-aspect-ratio: calc(1300/700); 
    }

    .s-4154403a-1b3d-4a20-9209-cf405df80b3e.shogun-image-container {
      position: relative;
    }

    .s-4154403a-1b3d-4a20-9209-cf405df80b3e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4154403a-1b3d-4a20-9209-cf405df80b3e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4154403a-1b3d-4a20-9209-cf405df80b3e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-4154403a-1b3d-4a20-9209-cf405df80b3e img.shogun-image,
  #s-4154403a-1b3d-4a20-9209-cf405df80b3e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-4154403a-1b3d-4a20-9209-cf405df80b3e {
    width: 100%;
    height: auto;
  }

  #s-4154403a-1b3d-4a20-9209-cf405df80b3e img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4154403a-1b3d-4a20-9209-cf405df80b3e.shogun-image {
    
    
  }


.s-4154403a-1b3d-4a20-9209-cf405df80b3e .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-4154403a-1b3d-4a20-9209-cf405df80b3e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4154403a-1b3d-4a20-9209-cf405df80b3e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4154403a-1b3d-4a20-9209-cf405df80b3e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4154403a-1b3d-4a20-9209-cf405df80b3e {
      --shg-aspect-ratio: calc(1300/700); 
    }

    .s-4154403a-1b3d-4a20-9209-cf405df80b3e.shogun-image-container {
      position: relative;
    }

    .s-4154403a-1b3d-4a20-9209-cf405df80b3e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4154403a-1b3d-4a20-9209-cf405df80b3e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4154403a-1b3d-4a20-9209-cf405df80b3e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-4154403a-1b3d-4a20-9209-cf405df80b3e img.shogun-image,
  #s-4154403a-1b3d-4a20-9209-cf405df80b3e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-4154403a-1b3d-4a20-9209-cf405df80b3e {
    width: 100%;
    height: auto;
  }

  #s-4154403a-1b3d-4a20-9209-cf405df80b3e img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4154403a-1b3d-4a20-9209-cf405df80b3e.shogun-image {
    
    
  }


.s-4154403a-1b3d-4a20-9209-cf405df80b3e .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-4154403a-1b3d-4a20-9209-cf405df80b3e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4154403a-1b3d-4a20-9209-cf405df80b3e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4154403a-1b3d-4a20-9209-cf405df80b3e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4154403a-1b3d-4a20-9209-cf405df80b3e {
      --shg-aspect-ratio: calc(1300/700); 
    }

    .s-4154403a-1b3d-4a20-9209-cf405df80b3e.shogun-image-container {
      position: relative;
    }

    .s-4154403a-1b3d-4a20-9209-cf405df80b3e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4154403a-1b3d-4a20-9209-cf405df80b3e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4154403a-1b3d-4a20-9209-cf405df80b3e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-e85671de-133f-4ffa-8294-702dae7161b4 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 1400px;
background-color: rgba(207, 207, 207, 1);
}








#s-e85671de-133f-4ffa-8294-702dae7161b4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e85671de-133f-4ffa-8294-702dae7161b4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-009c2fcc-2aac-482f-9883-29963b9c5eb5 {
  margin-top: 0em;
margin-bottom: 0em;
padding-top: 5px;
padding-left: 10px;
padding-bottom: 5px;
padding-right: 10px;
}

#s-566b56ea-adcc-4548-b6e9-9ffe63b9ea29 {
  margin-left: 8px;
margin-right: 8px;
min-height: 50px;
max-width: 1400px;
}








#s-566b56ea-adcc-4548-b6e9-9ffe63b9ea29 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-566b56ea-adcc-4548-b6e9-9ffe63b9ea29.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-32d94ad1-611d-40ae-87ba-709c937b3ea8 {
  margin-left: auto;
margin-bottom: 8px;
margin-right: auto;
max-width: 1385px;
}

@media (min-width: 0px) {
[id="s-32d94ad1-611d-40ae-87ba-709c937b3ea8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-32d94ad1-611d-40ae-87ba-709c937b3ea8"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 4.0px);
}

}

@media (min-width: 992px) {
[id="s-32d94ad1-611d-40ae-87ba-709c937b3ea8"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 4.0px);
}

}

@media (min-width: 1200px) {
[id="s-32d94ad1-611d-40ae-87ba-709c937b3ea8"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 4.0px);
}

}

#s-2d695d82-b480-4dd8-8ba7-52da2f87a75c {
  background-size: contain;
background-position: right 41px;
background-color: rgba(244, 243, 239, 1);
}








#s-2d695d82-b480-4dd8-8ba7-52da2f87a75c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2d695d82-b480-4dd8-8ba7-52da2f87a75c.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-ca2ef0f9-386c-445b-8f83-53e065c4741c {
  margin-top: 0px;
}








#s-ca2ef0f9-386c-445b-8f83-53e065c4741c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ca2ef0f9-386c-445b-8f83-53e065c4741c.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-2ab42a7a-b9fe-4883-a298-54f5412f4300 {
  max-width: 1125px;
aspect-ratio: 1125/936;
text-align: center;
background-color: rgba(0, 0, 0, 0);
}





  #s-2ab42a7a-b9fe-4883-a298-54f5412f4300 img.shogun-image,
  #s-2ab42a7a-b9fe-4883-a298-54f5412f4300 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-2ab42a7a-b9fe-4883-a298-54f5412f4300 {
    width: 100%;
    height: auto;
  }

  #s-2ab42a7a-b9fe-4883-a298-54f5412f4300 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2ab42a7a-b9fe-4883-a298-54f5412f4300.shogun-image {
    
    
  }


.s-2ab42a7a-b9fe-4883-a298-54f5412f4300 .shogun-image-content {
  
    align-items: center;
  
}

.s-2ab42a7a-b9fe-4883-a298-54f5412f4300.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2ab42a7a-b9fe-4883-a298-54f5412f4300.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2ab42a7a-b9fe-4883-a298-54f5412f4300.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2ab42a7a-b9fe-4883-a298-54f5412f4300 {
      --shg-aspect-ratio: calc(1125/936); 
    }

    .s-2ab42a7a-b9fe-4883-a298-54f5412f4300.shogun-image-container {
      position: relative;
    }

    .s-2ab42a7a-b9fe-4883-a298-54f5412f4300.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2ab42a7a-b9fe-4883-a298-54f5412f4300.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2ab42a7a-b9fe-4883-a298-54f5412f4300 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-2ab42a7a-b9fe-4883-a298-54f5412f4300 img.shogun-image,
  #s-2ab42a7a-b9fe-4883-a298-54f5412f4300 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-2ab42a7a-b9fe-4883-a298-54f5412f4300 {
    width: 100%;
    height: auto;
  }

  #s-2ab42a7a-b9fe-4883-a298-54f5412f4300 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2ab42a7a-b9fe-4883-a298-54f5412f4300.shogun-image {
    
    
  }


.s-2ab42a7a-b9fe-4883-a298-54f5412f4300 .shogun-image-content {
  
    align-items: center;
  
}

.s-2ab42a7a-b9fe-4883-a298-54f5412f4300.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2ab42a7a-b9fe-4883-a298-54f5412f4300.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2ab42a7a-b9fe-4883-a298-54f5412f4300.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2ab42a7a-b9fe-4883-a298-54f5412f4300 {
      --shg-aspect-ratio: calc(1125/936); 
    }

    .s-2ab42a7a-b9fe-4883-a298-54f5412f4300.shogun-image-container {
      position: relative;
    }

    .s-2ab42a7a-b9fe-4883-a298-54f5412f4300.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2ab42a7a-b9fe-4883-a298-54f5412f4300.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2ab42a7a-b9fe-4883-a298-54f5412f4300 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-2ab42a7a-b9fe-4883-a298-54f5412f4300 img.shogun-image,
  #s-2ab42a7a-b9fe-4883-a298-54f5412f4300 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-2ab42a7a-b9fe-4883-a298-54f5412f4300 {
    width: 100%;
    height: auto;
  }

  #s-2ab42a7a-b9fe-4883-a298-54f5412f4300 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2ab42a7a-b9fe-4883-a298-54f5412f4300.shogun-image {
    
    
  }


.s-2ab42a7a-b9fe-4883-a298-54f5412f4300 .shogun-image-content {
  
    align-items: center;
  
}

.s-2ab42a7a-b9fe-4883-a298-54f5412f4300.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2ab42a7a-b9fe-4883-a298-54f5412f4300.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2ab42a7a-b9fe-4883-a298-54f5412f4300.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2ab42a7a-b9fe-4883-a298-54f5412f4300 {
      --shg-aspect-ratio: calc(1125/936); 
    }

    .s-2ab42a7a-b9fe-4883-a298-54f5412f4300.shogun-image-container {
      position: relative;
    }

    .s-2ab42a7a-b9fe-4883-a298-54f5412f4300.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2ab42a7a-b9fe-4883-a298-54f5412f4300.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2ab42a7a-b9fe-4883-a298-54f5412f4300 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-2ab42a7a-b9fe-4883-a298-54f5412f4300 img.shogun-image,
  #s-2ab42a7a-b9fe-4883-a298-54f5412f4300 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-2ab42a7a-b9fe-4883-a298-54f5412f4300 {
    width: 100%;
    height: auto;
  }

  #s-2ab42a7a-b9fe-4883-a298-54f5412f4300 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2ab42a7a-b9fe-4883-a298-54f5412f4300.shogun-image {
    
    
  }


.s-2ab42a7a-b9fe-4883-a298-54f5412f4300 .shogun-image-content {
  
    align-items: center;
  
}

.s-2ab42a7a-b9fe-4883-a298-54f5412f4300.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2ab42a7a-b9fe-4883-a298-54f5412f4300.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2ab42a7a-b9fe-4883-a298-54f5412f4300.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2ab42a7a-b9fe-4883-a298-54f5412f4300 {
      --shg-aspect-ratio: calc(1125/936); 
    }

    .s-2ab42a7a-b9fe-4883-a298-54f5412f4300.shogun-image-container {
      position: relative;
    }

    .s-2ab42a7a-b9fe-4883-a298-54f5412f4300.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2ab42a7a-b9fe-4883-a298-54f5412f4300.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2ab42a7a-b9fe-4883-a298-54f5412f4300 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-2ab42a7a-b9fe-4883-a298-54f5412f4300 img.shogun-image,
  #s-2ab42a7a-b9fe-4883-a298-54f5412f4300 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-2ab42a7a-b9fe-4883-a298-54f5412f4300 {
    width: 100%;
    height: auto;
  }

  #s-2ab42a7a-b9fe-4883-a298-54f5412f4300 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2ab42a7a-b9fe-4883-a298-54f5412f4300.shogun-image {
    
    
  }


.s-2ab42a7a-b9fe-4883-a298-54f5412f4300 .shogun-image-content {
  
    align-items: center;
  
}

.s-2ab42a7a-b9fe-4883-a298-54f5412f4300.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2ab42a7a-b9fe-4883-a298-54f5412f4300.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2ab42a7a-b9fe-4883-a298-54f5412f4300.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2ab42a7a-b9fe-4883-a298-54f5412f4300 {
      --shg-aspect-ratio: calc(1125/936); 
    }

    .s-2ab42a7a-b9fe-4883-a298-54f5412f4300.shogun-image-container {
      position: relative;
    }

    .s-2ab42a7a-b9fe-4883-a298-54f5412f4300.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2ab42a7a-b9fe-4883-a298-54f5412f4300.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2ab42a7a-b9fe-4883-a298-54f5412f4300 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-920eaab5-5939-4d7a-ad46-4935429c77d0 {
  padding-top: 20px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
min-height: 190px;
background-color: rgba(0, 59, 113, 1);
}








#s-920eaab5-5939-4d7a-ad46-4935429c77d0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-920eaab5-5939-4d7a-ad46-4935429c77d0.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-baff949f-63a8-4ebb-bdef-ab0b6444c9c8 {
  margin-top: 0em;
margin-bottom: -1em;
padding-left: 0px;
padding-right: 0px;
}

#s-05267614-369a-496c-8a98-511113fc41dd {
  margin-top: 0em;
margin-bottom: -1em;
padding-left: 0px;
padding-right: 0px;
}

#s-4eb69a29-f7f8-41b6-850b-d0b2cb4ae7ec {
  margin-bottom: 0em;
padding-left: 0px;
padding-right: 0px;
}

#s-ecdc8db3-b752-4c64-8266-6d6e70a3725b {
  min-height: 0px;
background-color: rgba(221, 232, 241, 1);
}








#s-ecdc8db3-b752-4c64-8266-6d6e70a3725b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ecdc8db3-b752-4c64-8266-6d6e70a3725b.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-7ec08a64-2c2c-43b2-989e-5d1f21fab8b6 {
  min-height: 0px;
}








#s-7ec08a64-2c2c-43b2-989e-5d1f21fab8b6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7ec08a64-2c2c-43b2-989e-5d1f21fab8b6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-33cd6f8e-33b3-49c4-be68-7b7039922410 {
  max-width: 1125px;
aspect-ratio: 1125/936;
text-align: center;
}





  #s-33cd6f8e-33b3-49c4-be68-7b7039922410 img.shogun-image,
  #s-33cd6f8e-33b3-49c4-be68-7b7039922410 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-33cd6f8e-33b3-49c4-be68-7b7039922410 {
    width: 100%;
    height: auto;
  }

  #s-33cd6f8e-33b3-49c4-be68-7b7039922410 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-33cd6f8e-33b3-49c4-be68-7b7039922410.shogun-image {
    
    
  }


.s-33cd6f8e-33b3-49c4-be68-7b7039922410 .shogun-image-content {
  
    align-items: center;
  
}

.s-33cd6f8e-33b3-49c4-be68-7b7039922410.shg-align-container {
  display: flex;
  justify-content: center
}

.s-33cd6f8e-33b3-49c4-be68-7b7039922410.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-33cd6f8e-33b3-49c4-be68-7b7039922410.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-33cd6f8e-33b3-49c4-be68-7b7039922410 {
      --shg-aspect-ratio: calc(1125/936); 
    }

    .s-33cd6f8e-33b3-49c4-be68-7b7039922410.shogun-image-container {
      position: relative;
    }

    .s-33cd6f8e-33b3-49c4-be68-7b7039922410.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-33cd6f8e-33b3-49c4-be68-7b7039922410.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-33cd6f8e-33b3-49c4-be68-7b7039922410 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-33cd6f8e-33b3-49c4-be68-7b7039922410 img.shogun-image,
  #s-33cd6f8e-33b3-49c4-be68-7b7039922410 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-33cd6f8e-33b3-49c4-be68-7b7039922410 {
    width: 100%;
    height: auto;
  }

  #s-33cd6f8e-33b3-49c4-be68-7b7039922410 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-33cd6f8e-33b3-49c4-be68-7b7039922410.shogun-image {
    
    
  }


.s-33cd6f8e-33b3-49c4-be68-7b7039922410 .shogun-image-content {
  
    align-items: center;
  
}

.s-33cd6f8e-33b3-49c4-be68-7b7039922410.shg-align-container {
  display: flex;
  justify-content: center
}

.s-33cd6f8e-33b3-49c4-be68-7b7039922410.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-33cd6f8e-33b3-49c4-be68-7b7039922410.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-33cd6f8e-33b3-49c4-be68-7b7039922410 {
      --shg-aspect-ratio: calc(1125/936); 
    }

    .s-33cd6f8e-33b3-49c4-be68-7b7039922410.shogun-image-container {
      position: relative;
    }

    .s-33cd6f8e-33b3-49c4-be68-7b7039922410.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-33cd6f8e-33b3-49c4-be68-7b7039922410.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-33cd6f8e-33b3-49c4-be68-7b7039922410 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-33cd6f8e-33b3-49c4-be68-7b7039922410 img.shogun-image,
  #s-33cd6f8e-33b3-49c4-be68-7b7039922410 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-33cd6f8e-33b3-49c4-be68-7b7039922410 {
    width: 100%;
    height: auto;
  }

  #s-33cd6f8e-33b3-49c4-be68-7b7039922410 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-33cd6f8e-33b3-49c4-be68-7b7039922410.shogun-image {
    
    
  }


.s-33cd6f8e-33b3-49c4-be68-7b7039922410 .shogun-image-content {
  
    align-items: center;
  
}

.s-33cd6f8e-33b3-49c4-be68-7b7039922410.shg-align-container {
  display: flex;
  justify-content: center
}

.s-33cd6f8e-33b3-49c4-be68-7b7039922410.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-33cd6f8e-33b3-49c4-be68-7b7039922410.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-33cd6f8e-33b3-49c4-be68-7b7039922410 {
      --shg-aspect-ratio: calc(1125/936); 
    }

    .s-33cd6f8e-33b3-49c4-be68-7b7039922410.shogun-image-container {
      position: relative;
    }

    .s-33cd6f8e-33b3-49c4-be68-7b7039922410.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-33cd6f8e-33b3-49c4-be68-7b7039922410.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-33cd6f8e-33b3-49c4-be68-7b7039922410 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-33cd6f8e-33b3-49c4-be68-7b7039922410 img.shogun-image,
  #s-33cd6f8e-33b3-49c4-be68-7b7039922410 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-33cd6f8e-33b3-49c4-be68-7b7039922410 {
    width: 100%;
    height: auto;
  }

  #s-33cd6f8e-33b3-49c4-be68-7b7039922410 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-33cd6f8e-33b3-49c4-be68-7b7039922410.shogun-image {
    
    
  }


.s-33cd6f8e-33b3-49c4-be68-7b7039922410 .shogun-image-content {
  
    align-items: center;
  
}

.s-33cd6f8e-33b3-49c4-be68-7b7039922410.shg-align-container {
  display: flex;
  justify-content: center
}

.s-33cd6f8e-33b3-49c4-be68-7b7039922410.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-33cd6f8e-33b3-49c4-be68-7b7039922410.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-33cd6f8e-33b3-49c4-be68-7b7039922410 {
      --shg-aspect-ratio: calc(1125/936); 
    }

    .s-33cd6f8e-33b3-49c4-be68-7b7039922410.shogun-image-container {
      position: relative;
    }

    .s-33cd6f8e-33b3-49c4-be68-7b7039922410.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-33cd6f8e-33b3-49c4-be68-7b7039922410.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-33cd6f8e-33b3-49c4-be68-7b7039922410 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-33cd6f8e-33b3-49c4-be68-7b7039922410 img.shogun-image,
  #s-33cd6f8e-33b3-49c4-be68-7b7039922410 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-33cd6f8e-33b3-49c4-be68-7b7039922410 {
    width: 100%;
    height: auto;
  }

  #s-33cd6f8e-33b3-49c4-be68-7b7039922410 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-33cd6f8e-33b3-49c4-be68-7b7039922410.shogun-image {
    
    
  }


.s-33cd6f8e-33b3-49c4-be68-7b7039922410 .shogun-image-content {
  
    align-items: center;
  
}

.s-33cd6f8e-33b3-49c4-be68-7b7039922410.shg-align-container {
  display: flex;
  justify-content: center
}

.s-33cd6f8e-33b3-49c4-be68-7b7039922410.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-33cd6f8e-33b3-49c4-be68-7b7039922410.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-33cd6f8e-33b3-49c4-be68-7b7039922410 {
      --shg-aspect-ratio: calc(1125/936); 
    }

    .s-33cd6f8e-33b3-49c4-be68-7b7039922410.shogun-image-container {
      position: relative;
    }

    .s-33cd6f8e-33b3-49c4-be68-7b7039922410.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-33cd6f8e-33b3-49c4-be68-7b7039922410.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-33cd6f8e-33b3-49c4-be68-7b7039922410 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-89bbc87a-543c-439d-8a9c-6cd8d89e3529 {
  padding-top: 20px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
min-height: 190px;
background-color: rgba(0, 59, 113, 1);
}








#s-89bbc87a-543c-439d-8a9c-6cd8d89e3529 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-89bbc87a-543c-439d-8a9c-6cd8d89e3529.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-ca2d5ac7-e6f0-4344-8756-42a5280db232 {
  margin-top: 0em;
margin-bottom: -1em;
padding-left: 0px;
padding-right: 0px;
}

#s-0373d732-ba66-4fcf-aad2-590944420c26 {
  margin-top: 0em;
margin-bottom: -1em;
padding-left: 0px;
padding-right: 0px;
}

#s-1d6d0f54-e017-4a3d-8142-77c12bc2fe76 {
  margin-bottom: 0em;
padding-left: 0px;
padding-right: 0px;
}

#s-52e01741-8e62-4f3d-aa3e-6a3c85a89666 {
  margin-left: auto;
margin-bottom: 8px;
margin-right: auto;
max-width: 1385px;
}

@media (min-width: 0px) {
[id="s-52e01741-8e62-4f3d-aa3e-6a3c85a89666"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-52e01741-8e62-4f3d-aa3e-6a3c85a89666"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 4.0px);
}

}

@media (min-width: 992px) {
[id="s-52e01741-8e62-4f3d-aa3e-6a3c85a89666"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 4.0px);
}

}

@media (min-width: 1200px) {
[id="s-52e01741-8e62-4f3d-aa3e-6a3c85a89666"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 4.0px);
}

}

#s-d5d9b78f-e725-458f-b77a-3c55f21aa2a3 {
  min-height: 0px;
background-color: rgba(221, 232, 241, 1);
}








#s-d5d9b78f-e725-458f-b77a-3c55f21aa2a3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d5d9b78f-e725-458f-b77a-3c55f21aa2a3.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-cddad547-9ec2-4b1e-8aff-8541de7a341e {
  min-height: 0px;
}








#s-cddad547-9ec2-4b1e-8aff-8541de7a341e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cddad547-9ec2-4b1e-8aff-8541de7a341e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f7fe5f2a-f541-4b15-a402-c8ca29db6b67 {
  max-width: 1125px;
aspect-ratio: 1125/936;
text-align: center;
}





  #s-f7fe5f2a-f541-4b15-a402-c8ca29db6b67 img.shogun-image,
  #s-f7fe5f2a-f541-4b15-a402-c8ca29db6b67 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f7fe5f2a-f541-4b15-a402-c8ca29db6b67 {
    width: 100%;
    height: auto;
  }

  #s-f7fe5f2a-f541-4b15-a402-c8ca29db6b67 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f7fe5f2a-f541-4b15-a402-c8ca29db6b67.shogun-image {
    
    
  }


.s-f7fe5f2a-f541-4b15-a402-c8ca29db6b67 .shogun-image-content {
  
    align-items: center;
  
}

.s-f7fe5f2a-f541-4b15-a402-c8ca29db6b67.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f7fe5f2a-f541-4b15-a402-c8ca29db6b67.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f7fe5f2a-f541-4b15-a402-c8ca29db6b67.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f7fe5f2a-f541-4b15-a402-c8ca29db6b67 {
      --shg-aspect-ratio: calc(1125/936); 
    }

    .s-f7fe5f2a-f541-4b15-a402-c8ca29db6b67.shogun-image-container {
      position: relative;
    }

    .s-f7fe5f2a-f541-4b15-a402-c8ca29db6b67.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f7fe5f2a-f541-4b15-a402-c8ca29db6b67.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f7fe5f2a-f541-4b15-a402-c8ca29db6b67 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-f7fe5f2a-f541-4b15-a402-c8ca29db6b67 img.shogun-image,
  #s-f7fe5f2a-f541-4b15-a402-c8ca29db6b67 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f7fe5f2a-f541-4b15-a402-c8ca29db6b67 {
    width: 100%;
    height: auto;
  }

  #s-f7fe5f2a-f541-4b15-a402-c8ca29db6b67 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f7fe5f2a-f541-4b15-a402-c8ca29db6b67.shogun-image {
    
    
  }


.s-f7fe5f2a-f541-4b15-a402-c8ca29db6b67 .shogun-image-content {
  
    align-items: center;
  
}

.s-f7fe5f2a-f541-4b15-a402-c8ca29db6b67.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f7fe5f2a-f541-4b15-a402-c8ca29db6b67.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f7fe5f2a-f541-4b15-a402-c8ca29db6b67.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f7fe5f2a-f541-4b15-a402-c8ca29db6b67 {
      --shg-aspect-ratio: calc(1125/936); 
    }

    .s-f7fe5f2a-f541-4b15-a402-c8ca29db6b67.shogun-image-container {
      position: relative;
    }

    .s-f7fe5f2a-f541-4b15-a402-c8ca29db6b67.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f7fe5f2a-f541-4b15-a402-c8ca29db6b67.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f7fe5f2a-f541-4b15-a402-c8ca29db6b67 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-f7fe5f2a-f541-4b15-a402-c8ca29db6b67 img.shogun-image,
  #s-f7fe5f2a-f541-4b15-a402-c8ca29db6b67 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f7fe5f2a-f541-4b15-a402-c8ca29db6b67 {
    width: 100%;
    height: auto;
  }

  #s-f7fe5f2a-f541-4b15-a402-c8ca29db6b67 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f7fe5f2a-f541-4b15-a402-c8ca29db6b67.shogun-image {
    
    
  }


.s-f7fe5f2a-f541-4b15-a402-c8ca29db6b67 .shogun-image-content {
  
    align-items: center;
  
}

.s-f7fe5f2a-f541-4b15-a402-c8ca29db6b67.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f7fe5f2a-f541-4b15-a402-c8ca29db6b67.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f7fe5f2a-f541-4b15-a402-c8ca29db6b67.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f7fe5f2a-f541-4b15-a402-c8ca29db6b67 {
      --shg-aspect-ratio: calc(1125/936); 
    }

    .s-f7fe5f2a-f541-4b15-a402-c8ca29db6b67.shogun-image-container {
      position: relative;
    }

    .s-f7fe5f2a-f541-4b15-a402-c8ca29db6b67.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f7fe5f2a-f541-4b15-a402-c8ca29db6b67.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f7fe5f2a-f541-4b15-a402-c8ca29db6b67 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-f7fe5f2a-f541-4b15-a402-c8ca29db6b67 img.shogun-image,
  #s-f7fe5f2a-f541-4b15-a402-c8ca29db6b67 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f7fe5f2a-f541-4b15-a402-c8ca29db6b67 {
    width: 100%;
    height: auto;
  }

  #s-f7fe5f2a-f541-4b15-a402-c8ca29db6b67 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f7fe5f2a-f541-4b15-a402-c8ca29db6b67.shogun-image {
    
    
  }


.s-f7fe5f2a-f541-4b15-a402-c8ca29db6b67 .shogun-image-content {
  
    align-items: center;
  
}

.s-f7fe5f2a-f541-4b15-a402-c8ca29db6b67.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f7fe5f2a-f541-4b15-a402-c8ca29db6b67.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f7fe5f2a-f541-4b15-a402-c8ca29db6b67.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f7fe5f2a-f541-4b15-a402-c8ca29db6b67 {
      --shg-aspect-ratio: calc(1125/936); 
    }

    .s-f7fe5f2a-f541-4b15-a402-c8ca29db6b67.shogun-image-container {
      position: relative;
    }

    .s-f7fe5f2a-f541-4b15-a402-c8ca29db6b67.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f7fe5f2a-f541-4b15-a402-c8ca29db6b67.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f7fe5f2a-f541-4b15-a402-c8ca29db6b67 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-f7fe5f2a-f541-4b15-a402-c8ca29db6b67 img.shogun-image,
  #s-f7fe5f2a-f541-4b15-a402-c8ca29db6b67 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f7fe5f2a-f541-4b15-a402-c8ca29db6b67 {
    width: 100%;
    height: auto;
  }

  #s-f7fe5f2a-f541-4b15-a402-c8ca29db6b67 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f7fe5f2a-f541-4b15-a402-c8ca29db6b67.shogun-image {
    
    
  }


.s-f7fe5f2a-f541-4b15-a402-c8ca29db6b67 .shogun-image-content {
  
    align-items: center;
  
}

.s-f7fe5f2a-f541-4b15-a402-c8ca29db6b67.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f7fe5f2a-f541-4b15-a402-c8ca29db6b67.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f7fe5f2a-f541-4b15-a402-c8ca29db6b67.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f7fe5f2a-f541-4b15-a402-c8ca29db6b67 {
      --shg-aspect-ratio: calc(1125/936); 
    }

    .s-f7fe5f2a-f541-4b15-a402-c8ca29db6b67.shogun-image-container {
      position: relative;
    }

    .s-f7fe5f2a-f541-4b15-a402-c8ca29db6b67.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f7fe5f2a-f541-4b15-a402-c8ca29db6b67.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f7fe5f2a-f541-4b15-a402-c8ca29db6b67 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-9e48fb8d-eeb0-4997-89a7-707ef915e55b {
  padding-top: 20px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
min-height: 190px;
background-color: rgba(0, 59, 113, 1);
}








#s-9e48fb8d-eeb0-4997-89a7-707ef915e55b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9e48fb8d-eeb0-4997-89a7-707ef915e55b.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-d0c14fad-2929-4f36-9c28-9dce39d32598 {
  margin-top: 0em;
margin-bottom: -1em;
padding-left: 0px;
padding-right: 0px;
}

#s-54d52503-bf28-4f64-8063-8b7d14812842 {
  margin-top: 0em;
margin-bottom: -1em;
padding-left: 0px;
padding-right: 0px;
}

#s-f617b3c8-590b-4c03-8f2c-905602f2af6d {
  margin-bottom: 0em;
padding-left: 0px;
padding-right: 0px;
}

#s-3eb2b3d5-2e52-47df-847d-251bd045eea5 {
  background-size: contain;
background-position: right 41px;
background-color: rgba(221, 232, 241, 1);
}








#s-3eb2b3d5-2e52-47df-847d-251bd045eea5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3eb2b3d5-2e52-47df-847d-251bd045eea5.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-ff71dbbe-2b50-4446-af84-2779d39061d3 {
  margin-top: 0px;
}








#s-ff71dbbe-2b50-4446-af84-2779d39061d3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ff71dbbe-2b50-4446-af84-2779d39061d3.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-0dffa95e-630f-46c5-8a4b-f0fba629d7ec {
  max-width: 1125px;
aspect-ratio: 1125/936;
text-align: center;
background-color: rgba(0, 0, 0, 0);
}





  #s-0dffa95e-630f-46c5-8a4b-f0fba629d7ec img.shogun-image,
  #s-0dffa95e-630f-46c5-8a4b-f0fba629d7ec .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-0dffa95e-630f-46c5-8a4b-f0fba629d7ec {
    width: 100%;
    height: auto;
  }

  #s-0dffa95e-630f-46c5-8a4b-f0fba629d7ec img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-0dffa95e-630f-46c5-8a4b-f0fba629d7ec.shogun-image {
    
    
  }


.s-0dffa95e-630f-46c5-8a4b-f0fba629d7ec .shogun-image-content {
  
    align-items: center;
  
}

.s-0dffa95e-630f-46c5-8a4b-f0fba629d7ec.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0dffa95e-630f-46c5-8a4b-f0fba629d7ec.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0dffa95e-630f-46c5-8a4b-f0fba629d7ec.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0dffa95e-630f-46c5-8a4b-f0fba629d7ec {
      --shg-aspect-ratio: calc(1125/936); 
    }

    .s-0dffa95e-630f-46c5-8a4b-f0fba629d7ec.shogun-image-container {
      position: relative;
    }

    .s-0dffa95e-630f-46c5-8a4b-f0fba629d7ec.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0dffa95e-630f-46c5-8a4b-f0fba629d7ec.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0dffa95e-630f-46c5-8a4b-f0fba629d7ec img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-0dffa95e-630f-46c5-8a4b-f0fba629d7ec img.shogun-image,
  #s-0dffa95e-630f-46c5-8a4b-f0fba629d7ec .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-0dffa95e-630f-46c5-8a4b-f0fba629d7ec {
    width: 100%;
    height: auto;
  }

  #s-0dffa95e-630f-46c5-8a4b-f0fba629d7ec img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-0dffa95e-630f-46c5-8a4b-f0fba629d7ec.shogun-image {
    
    
  }


.s-0dffa95e-630f-46c5-8a4b-f0fba629d7ec .shogun-image-content {
  
    align-items: center;
  
}

.s-0dffa95e-630f-46c5-8a4b-f0fba629d7ec.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0dffa95e-630f-46c5-8a4b-f0fba629d7ec.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0dffa95e-630f-46c5-8a4b-f0fba629d7ec.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0dffa95e-630f-46c5-8a4b-f0fba629d7ec {
      --shg-aspect-ratio: calc(1125/936); 
    }

    .s-0dffa95e-630f-46c5-8a4b-f0fba629d7ec.shogun-image-container {
      position: relative;
    }

    .s-0dffa95e-630f-46c5-8a4b-f0fba629d7ec.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0dffa95e-630f-46c5-8a4b-f0fba629d7ec.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0dffa95e-630f-46c5-8a4b-f0fba629d7ec img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-0dffa95e-630f-46c5-8a4b-f0fba629d7ec img.shogun-image,
  #s-0dffa95e-630f-46c5-8a4b-f0fba629d7ec .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-0dffa95e-630f-46c5-8a4b-f0fba629d7ec {
    width: 100%;
    height: auto;
  }

  #s-0dffa95e-630f-46c5-8a4b-f0fba629d7ec img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-0dffa95e-630f-46c5-8a4b-f0fba629d7ec.shogun-image {
    
    
  }


.s-0dffa95e-630f-46c5-8a4b-f0fba629d7ec .shogun-image-content {
  
    align-items: center;
  
}

.s-0dffa95e-630f-46c5-8a4b-f0fba629d7ec.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0dffa95e-630f-46c5-8a4b-f0fba629d7ec.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0dffa95e-630f-46c5-8a4b-f0fba629d7ec.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0dffa95e-630f-46c5-8a4b-f0fba629d7ec {
      --shg-aspect-ratio: calc(1125/936); 
    }

    .s-0dffa95e-630f-46c5-8a4b-f0fba629d7ec.shogun-image-container {
      position: relative;
    }

    .s-0dffa95e-630f-46c5-8a4b-f0fba629d7ec.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0dffa95e-630f-46c5-8a4b-f0fba629d7ec.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0dffa95e-630f-46c5-8a4b-f0fba629d7ec img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-0dffa95e-630f-46c5-8a4b-f0fba629d7ec img.shogun-image,
  #s-0dffa95e-630f-46c5-8a4b-f0fba629d7ec .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-0dffa95e-630f-46c5-8a4b-f0fba629d7ec {
    width: 100%;
    height: auto;
  }

  #s-0dffa95e-630f-46c5-8a4b-f0fba629d7ec img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-0dffa95e-630f-46c5-8a4b-f0fba629d7ec.shogun-image {
    
    
  }


.s-0dffa95e-630f-46c5-8a4b-f0fba629d7ec .shogun-image-content {
  
    align-items: center;
  
}

.s-0dffa95e-630f-46c5-8a4b-f0fba629d7ec.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0dffa95e-630f-46c5-8a4b-f0fba629d7ec.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0dffa95e-630f-46c5-8a4b-f0fba629d7ec.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0dffa95e-630f-46c5-8a4b-f0fba629d7ec {
      --shg-aspect-ratio: calc(1125/936); 
    }

    .s-0dffa95e-630f-46c5-8a4b-f0fba629d7ec.shogun-image-container {
      position: relative;
    }

    .s-0dffa95e-630f-46c5-8a4b-f0fba629d7ec.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0dffa95e-630f-46c5-8a4b-f0fba629d7ec.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0dffa95e-630f-46c5-8a4b-f0fba629d7ec img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-0dffa95e-630f-46c5-8a4b-f0fba629d7ec img.shogun-image,
  #s-0dffa95e-630f-46c5-8a4b-f0fba629d7ec .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-0dffa95e-630f-46c5-8a4b-f0fba629d7ec {
    width: 100%;
    height: auto;
  }

  #s-0dffa95e-630f-46c5-8a4b-f0fba629d7ec img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-0dffa95e-630f-46c5-8a4b-f0fba629d7ec.shogun-image {
    
    
  }


.s-0dffa95e-630f-46c5-8a4b-f0fba629d7ec .shogun-image-content {
  
    align-items: center;
  
}

.s-0dffa95e-630f-46c5-8a4b-f0fba629d7ec.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0dffa95e-630f-46c5-8a4b-f0fba629d7ec.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0dffa95e-630f-46c5-8a4b-f0fba629d7ec.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0dffa95e-630f-46c5-8a4b-f0fba629d7ec {
      --shg-aspect-ratio: calc(1125/936); 
    }

    .s-0dffa95e-630f-46c5-8a4b-f0fba629d7ec.shogun-image-container {
      position: relative;
    }

    .s-0dffa95e-630f-46c5-8a4b-f0fba629d7ec.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0dffa95e-630f-46c5-8a4b-f0fba629d7ec.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0dffa95e-630f-46c5-8a4b-f0fba629d7ec img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-224a07dc-821d-45e4-ac4c-d3875b71d0b6 {
  padding-top: 20px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
min-height: 190px;
background-color: rgba(0, 59, 113, 1);
}








#s-224a07dc-821d-45e4-ac4c-d3875b71d0b6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-224a07dc-821d-45e4-ac4c-d3875b71d0b6.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-0742fc42-10d6-4b5c-b447-0439dc74c4e5 {
  margin-top: 0em;
margin-bottom: -1em;
padding-left: 0px;
padding-right: 0px;
}

#s-ed15af6a-2546-4d3f-a26d-1cc45f95bd1a {
  margin-top: 0em;
margin-bottom: -1em;
padding-left: 0px;
padding-right: 0px;
}

#s-c20a074c-714f-4888-a146-dc2b00e3c221 {
  margin-bottom: 0em;
padding-left: 0px;
padding-right: 0px;
}

#s-8018268e-e31a-4e70-8f6b-cd1ec9848434 {
  margin-left: auto;
margin-bottom: 1em;
margin-right: auto;
min-height: 50px;
max-width: 1400px;
}
@media (min-width: 1200px){#s-8018268e-e31a-4e70-8f6b-cd1ec9848434 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-8018268e-e31a-4e70-8f6b-cd1ec9848434 {
  
}
}@media (max-width: 767px){#s-8018268e-e31a-4e70-8f6b-cd1ec9848434 {
  
}
}







#s-8018268e-e31a-4e70-8f6b-cd1ec9848434 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8018268e-e31a-4e70-8f6b-cd1ec9848434.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0252c584-9fed-4cde-a950-534cf1ddba8e {
  margin-left: 8px;
margin-bottom: 8px;
margin-right: 8px;
min-height: 50px;
}








#s-0252c584-9fed-4cde-a950-534cf1ddba8e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0252c584-9fed-4cde-a950-534cf1ddba8e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-304ccdfc-b2b7-4ecb-a550-9807614dd025 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
background-color: rgba(0, 59, 113, 1);
}








#s-304ccdfc-b2b7-4ecb-a550-9807614dd025 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-304ccdfc-b2b7-4ecb-a550-9807614dd025.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-90142caf-8b6e-44f9-8734-1ef5867ca8d9 {
  max-width: 1300px;
aspect-ratio: 1300/700;
text-align: center;
}





  #s-90142caf-8b6e-44f9-8734-1ef5867ca8d9 img.shogun-image,
  #s-90142caf-8b6e-44f9-8734-1ef5867ca8d9 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-90142caf-8b6e-44f9-8734-1ef5867ca8d9 {
    width: 100%;
    height: auto;
  }

  #s-90142caf-8b6e-44f9-8734-1ef5867ca8d9 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-90142caf-8b6e-44f9-8734-1ef5867ca8d9.shogun-image {
    
    
  }


.s-90142caf-8b6e-44f9-8734-1ef5867ca8d9 .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-90142caf-8b6e-44f9-8734-1ef5867ca8d9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-90142caf-8b6e-44f9-8734-1ef5867ca8d9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-90142caf-8b6e-44f9-8734-1ef5867ca8d9.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-90142caf-8b6e-44f9-8734-1ef5867ca8d9 {
      --shg-aspect-ratio: calc(1300/700); 
    }

    .s-90142caf-8b6e-44f9-8734-1ef5867ca8d9.shogun-image-container {
      position: relative;
    }

    .s-90142caf-8b6e-44f9-8734-1ef5867ca8d9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-90142caf-8b6e-44f9-8734-1ef5867ca8d9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-90142caf-8b6e-44f9-8734-1ef5867ca8d9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-90142caf-8b6e-44f9-8734-1ef5867ca8d9 img.shogun-image,
  #s-90142caf-8b6e-44f9-8734-1ef5867ca8d9 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-90142caf-8b6e-44f9-8734-1ef5867ca8d9 {
    width: 100%;
    height: auto;
  }

  #s-90142caf-8b6e-44f9-8734-1ef5867ca8d9 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-90142caf-8b6e-44f9-8734-1ef5867ca8d9.shogun-image {
    
    
  }


.s-90142caf-8b6e-44f9-8734-1ef5867ca8d9 .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-90142caf-8b6e-44f9-8734-1ef5867ca8d9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-90142caf-8b6e-44f9-8734-1ef5867ca8d9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-90142caf-8b6e-44f9-8734-1ef5867ca8d9.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-90142caf-8b6e-44f9-8734-1ef5867ca8d9 {
      --shg-aspect-ratio: calc(1300/700); 
    }

    .s-90142caf-8b6e-44f9-8734-1ef5867ca8d9.shogun-image-container {
      position: relative;
    }

    .s-90142caf-8b6e-44f9-8734-1ef5867ca8d9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-90142caf-8b6e-44f9-8734-1ef5867ca8d9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-90142caf-8b6e-44f9-8734-1ef5867ca8d9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-90142caf-8b6e-44f9-8734-1ef5867ca8d9 img.shogun-image,
  #s-90142caf-8b6e-44f9-8734-1ef5867ca8d9 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-90142caf-8b6e-44f9-8734-1ef5867ca8d9 {
    width: 100%;
    height: auto;
  }

  #s-90142caf-8b6e-44f9-8734-1ef5867ca8d9 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-90142caf-8b6e-44f9-8734-1ef5867ca8d9.shogun-image {
    
    
  }


.s-90142caf-8b6e-44f9-8734-1ef5867ca8d9 .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-90142caf-8b6e-44f9-8734-1ef5867ca8d9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-90142caf-8b6e-44f9-8734-1ef5867ca8d9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-90142caf-8b6e-44f9-8734-1ef5867ca8d9.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-90142caf-8b6e-44f9-8734-1ef5867ca8d9 {
      --shg-aspect-ratio: calc(1300/700); 
    }

    .s-90142caf-8b6e-44f9-8734-1ef5867ca8d9.shogun-image-container {
      position: relative;
    }

    .s-90142caf-8b6e-44f9-8734-1ef5867ca8d9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-90142caf-8b6e-44f9-8734-1ef5867ca8d9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-90142caf-8b6e-44f9-8734-1ef5867ca8d9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-90142caf-8b6e-44f9-8734-1ef5867ca8d9 img.shogun-image,
  #s-90142caf-8b6e-44f9-8734-1ef5867ca8d9 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-90142caf-8b6e-44f9-8734-1ef5867ca8d9 {
    width: 100%;
    height: auto;
  }

  #s-90142caf-8b6e-44f9-8734-1ef5867ca8d9 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-90142caf-8b6e-44f9-8734-1ef5867ca8d9.shogun-image {
    
    
  }


.s-90142caf-8b6e-44f9-8734-1ef5867ca8d9 .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-90142caf-8b6e-44f9-8734-1ef5867ca8d9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-90142caf-8b6e-44f9-8734-1ef5867ca8d9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-90142caf-8b6e-44f9-8734-1ef5867ca8d9.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-90142caf-8b6e-44f9-8734-1ef5867ca8d9 {
      --shg-aspect-ratio: calc(1300/700); 
    }

    .s-90142caf-8b6e-44f9-8734-1ef5867ca8d9.shogun-image-container {
      position: relative;
    }

    .s-90142caf-8b6e-44f9-8734-1ef5867ca8d9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-90142caf-8b6e-44f9-8734-1ef5867ca8d9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-90142caf-8b6e-44f9-8734-1ef5867ca8d9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-90142caf-8b6e-44f9-8734-1ef5867ca8d9 img.shogun-image,
  #s-90142caf-8b6e-44f9-8734-1ef5867ca8d9 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-90142caf-8b6e-44f9-8734-1ef5867ca8d9 {
    width: 100%;
    height: auto;
  }

  #s-90142caf-8b6e-44f9-8734-1ef5867ca8d9 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-90142caf-8b6e-44f9-8734-1ef5867ca8d9.shogun-image {
    
    
  }


.s-90142caf-8b6e-44f9-8734-1ef5867ca8d9 .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-90142caf-8b6e-44f9-8734-1ef5867ca8d9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-90142caf-8b6e-44f9-8734-1ef5867ca8d9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-90142caf-8b6e-44f9-8734-1ef5867ca8d9.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-90142caf-8b6e-44f9-8734-1ef5867ca8d9 {
      --shg-aspect-ratio: calc(1300/700); 
    }

    .s-90142caf-8b6e-44f9-8734-1ef5867ca8d9.shogun-image-container {
      position: relative;
    }

    .s-90142caf-8b6e-44f9-8734-1ef5867ca8d9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-90142caf-8b6e-44f9-8734-1ef5867ca8d9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-90142caf-8b6e-44f9-8734-1ef5867ca8d9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-d6b2d95a-c35d-4b9e-9685-e8702741b46d {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 1400px;
background-color: rgba(207, 207, 207, 1);
}








#s-d6b2d95a-c35d-4b9e-9685-e8702741b46d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d6b2d95a-c35d-4b9e-9685-e8702741b46d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2c99cc05-efbb-4c8c-9a9d-8c32cf359161 {
  margin-top: 0em;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
background-color: rgba(207, 207, 207, 1);
}

#s-0f920462-c9c0-437d-970f-ea4dcfd7af68 {
  margin-left: 8px;
margin-right: 8px;
min-height: 50px;
max-width: 1400px;
}








#s-0f920462-c9c0-437d-970f-ea4dcfd7af68 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0f920462-c9c0-437d-970f-ea4dcfd7af68.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f91480df-af1e-4968-873a-fbc9d91963f9 {
  margin-left: auto;
margin-bottom: 8px;
margin-right: auto;
max-width: 1385px;
}

@media (min-width: 0px) {
[id="s-f91480df-af1e-4968-873a-fbc9d91963f9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f91480df-af1e-4968-873a-fbc9d91963f9"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 4.0px);
}

}

@media (min-width: 992px) {
[id="s-f91480df-af1e-4968-873a-fbc9d91963f9"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 4.0px);
}

}

@media (min-width: 1200px) {
[id="s-f91480df-af1e-4968-873a-fbc9d91963f9"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 4.0px);
}

}

#s-adffce73-4ae8-4da7-b819-88a50eb13bb8 {
  background-size: contain;
padding-top: 0px;
padding-bottom: 0px;
background-position: right 41px;
background-color: rgba(244, 243, 239, 1);
}








#s-adffce73-4ae8-4da7-b819-88a50eb13bb8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-adffce73-4ae8-4da7-b819-88a50eb13bb8.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-c43f9193-51ca-4b1d-a708-844a327955a3 {
  margin-top: 0px;
}








#s-c43f9193-51ca-4b1d-a708-844a327955a3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c43f9193-51ca-4b1d-a708-844a327955a3.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-177af16d-7e78-42b2-a7eb-ad298ce7dc20 {
  max-width: 1125px;
aspect-ratio: 1125/936;
text-align: center;
background-color: rgba(0, 0, 0, 0);
}





  #s-177af16d-7e78-42b2-a7eb-ad298ce7dc20 img.shogun-image,
  #s-177af16d-7e78-42b2-a7eb-ad298ce7dc20 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-177af16d-7e78-42b2-a7eb-ad298ce7dc20 {
    width: 100%;
    height: auto;
  }

  #s-177af16d-7e78-42b2-a7eb-ad298ce7dc20 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-177af16d-7e78-42b2-a7eb-ad298ce7dc20.shogun-image {
    
    
  }


.s-177af16d-7e78-42b2-a7eb-ad298ce7dc20 .shogun-image-content {
  
    align-items: center;
  
}

.s-177af16d-7e78-42b2-a7eb-ad298ce7dc20.shg-align-container {
  display: flex;
  justify-content: center
}

.s-177af16d-7e78-42b2-a7eb-ad298ce7dc20.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-177af16d-7e78-42b2-a7eb-ad298ce7dc20.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-177af16d-7e78-42b2-a7eb-ad298ce7dc20 {
      --shg-aspect-ratio: calc(1125/936); 
    }

    .s-177af16d-7e78-42b2-a7eb-ad298ce7dc20.shogun-image-container {
      position: relative;
    }

    .s-177af16d-7e78-42b2-a7eb-ad298ce7dc20.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-177af16d-7e78-42b2-a7eb-ad298ce7dc20.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-177af16d-7e78-42b2-a7eb-ad298ce7dc20 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-177af16d-7e78-42b2-a7eb-ad298ce7dc20 img.shogun-image,
  #s-177af16d-7e78-42b2-a7eb-ad298ce7dc20 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-177af16d-7e78-42b2-a7eb-ad298ce7dc20 {
    width: 100%;
    height: auto;
  }

  #s-177af16d-7e78-42b2-a7eb-ad298ce7dc20 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-177af16d-7e78-42b2-a7eb-ad298ce7dc20.shogun-image {
    
    
  }


.s-177af16d-7e78-42b2-a7eb-ad298ce7dc20 .shogun-image-content {
  
    align-items: center;
  
}

.s-177af16d-7e78-42b2-a7eb-ad298ce7dc20.shg-align-container {
  display: flex;
  justify-content: center
}

.s-177af16d-7e78-42b2-a7eb-ad298ce7dc20.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-177af16d-7e78-42b2-a7eb-ad298ce7dc20.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-177af16d-7e78-42b2-a7eb-ad298ce7dc20 {
      --shg-aspect-ratio: calc(1125/936); 
    }

    .s-177af16d-7e78-42b2-a7eb-ad298ce7dc20.shogun-image-container {
      position: relative;
    }

    .s-177af16d-7e78-42b2-a7eb-ad298ce7dc20.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-177af16d-7e78-42b2-a7eb-ad298ce7dc20.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-177af16d-7e78-42b2-a7eb-ad298ce7dc20 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-177af16d-7e78-42b2-a7eb-ad298ce7dc20 img.shogun-image,
  #s-177af16d-7e78-42b2-a7eb-ad298ce7dc20 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-177af16d-7e78-42b2-a7eb-ad298ce7dc20 {
    width: 100%;
    height: auto;
  }

  #s-177af16d-7e78-42b2-a7eb-ad298ce7dc20 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-177af16d-7e78-42b2-a7eb-ad298ce7dc20.shogun-image {
    
    
  }


.s-177af16d-7e78-42b2-a7eb-ad298ce7dc20 .shogun-image-content {
  
    align-items: center;
  
}

.s-177af16d-7e78-42b2-a7eb-ad298ce7dc20.shg-align-container {
  display: flex;
  justify-content: center
}

.s-177af16d-7e78-42b2-a7eb-ad298ce7dc20.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-177af16d-7e78-42b2-a7eb-ad298ce7dc20.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-177af16d-7e78-42b2-a7eb-ad298ce7dc20 {
      --shg-aspect-ratio: calc(1125/936); 
    }

    .s-177af16d-7e78-42b2-a7eb-ad298ce7dc20.shogun-image-container {
      position: relative;
    }

    .s-177af16d-7e78-42b2-a7eb-ad298ce7dc20.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-177af16d-7e78-42b2-a7eb-ad298ce7dc20.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-177af16d-7e78-42b2-a7eb-ad298ce7dc20 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-177af16d-7e78-42b2-a7eb-ad298ce7dc20 img.shogun-image,
  #s-177af16d-7e78-42b2-a7eb-ad298ce7dc20 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-177af16d-7e78-42b2-a7eb-ad298ce7dc20 {
    width: 100%;
    height: auto;
  }

  #s-177af16d-7e78-42b2-a7eb-ad298ce7dc20 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-177af16d-7e78-42b2-a7eb-ad298ce7dc20.shogun-image {
    
    
  }


.s-177af16d-7e78-42b2-a7eb-ad298ce7dc20 .shogun-image-content {
  
    align-items: center;
  
}

.s-177af16d-7e78-42b2-a7eb-ad298ce7dc20.shg-align-container {
  display: flex;
  justify-content: center
}

.s-177af16d-7e78-42b2-a7eb-ad298ce7dc20.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-177af16d-7e78-42b2-a7eb-ad298ce7dc20.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-177af16d-7e78-42b2-a7eb-ad298ce7dc20 {
      --shg-aspect-ratio: calc(1125/936); 
    }

    .s-177af16d-7e78-42b2-a7eb-ad298ce7dc20.shogun-image-container {
      position: relative;
    }

    .s-177af16d-7e78-42b2-a7eb-ad298ce7dc20.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-177af16d-7e78-42b2-a7eb-ad298ce7dc20.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-177af16d-7e78-42b2-a7eb-ad298ce7dc20 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-177af16d-7e78-42b2-a7eb-ad298ce7dc20 img.shogun-image,
  #s-177af16d-7e78-42b2-a7eb-ad298ce7dc20 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-177af16d-7e78-42b2-a7eb-ad298ce7dc20 {
    width: 100%;
    height: auto;
  }

  #s-177af16d-7e78-42b2-a7eb-ad298ce7dc20 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-177af16d-7e78-42b2-a7eb-ad298ce7dc20.shogun-image {
    
    
  }


.s-177af16d-7e78-42b2-a7eb-ad298ce7dc20 .shogun-image-content {
  
    align-items: center;
  
}

.s-177af16d-7e78-42b2-a7eb-ad298ce7dc20.shg-align-container {
  display: flex;
  justify-content: center
}

.s-177af16d-7e78-42b2-a7eb-ad298ce7dc20.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-177af16d-7e78-42b2-a7eb-ad298ce7dc20.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-177af16d-7e78-42b2-a7eb-ad298ce7dc20 {
      --shg-aspect-ratio: calc(1125/936); 
    }

    .s-177af16d-7e78-42b2-a7eb-ad298ce7dc20.shogun-image-container {
      position: relative;
    }

    .s-177af16d-7e78-42b2-a7eb-ad298ce7dc20.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-177af16d-7e78-42b2-a7eb-ad298ce7dc20.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-177af16d-7e78-42b2-a7eb-ad298ce7dc20 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-22845b93-d13a-4a99-a20a-ac0a08d49061 {
  padding-top: 20px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
min-height: 190px;
background-color: rgba(0, 59, 113, 1);
}








#s-22845b93-d13a-4a99-a20a-ac0a08d49061 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-22845b93-d13a-4a99-a20a-ac0a08d49061.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-fdf0890d-d8cd-4e7d-ae3b-dbe949bb39aa {
  margin-top: 0em;
margin-bottom: -1em;
padding-left: 0px;
padding-right: 0px;
}

#s-8d868e79-2955-4787-b49b-ca2c0ae85735 {
  margin-top: 0em;
margin-bottom: -1em;
padding-left: 0px;
padding-right: 0px;
}

#s-3a8e6981-300c-4b42-a0e2-c8b1ba06f006 {
  margin-bottom: 0em;
padding-left: 0px;
padding-right: 0px;
}

#s-4ed29dc7-e5eb-476c-b51d-b1f72238725b {
  margin-top: 8px;
margin-bottom: 0px;
padding-top: 0px;
min-height: 0px;
background-color: rgba(221, 232, 241, 1);
}








#s-4ed29dc7-e5eb-476c-b51d-b1f72238725b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4ed29dc7-e5eb-476c-b51d-b1f72238725b.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-f0b20364-e0ce-4302-a297-64fb3919e20e {
  min-height: 0px;
}








#s-f0b20364-e0ce-4302-a297-64fb3919e20e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f0b20364-e0ce-4302-a297-64fb3919e20e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-36322fb0-076d-414b-a21a-3769b6cc51ab {
  max-width: 1125px;
aspect-ratio: 1125/936;
text-align: center;
}





  #s-36322fb0-076d-414b-a21a-3769b6cc51ab img.shogun-image,
  #s-36322fb0-076d-414b-a21a-3769b6cc51ab .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-36322fb0-076d-414b-a21a-3769b6cc51ab {
    width: 100%;
    height: auto;
  }

  #s-36322fb0-076d-414b-a21a-3769b6cc51ab img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-36322fb0-076d-414b-a21a-3769b6cc51ab.shogun-image {
    
    
  }


.s-36322fb0-076d-414b-a21a-3769b6cc51ab .shogun-image-content {
  
    align-items: center;
  
}

.s-36322fb0-076d-414b-a21a-3769b6cc51ab.shg-align-container {
  display: flex;
  justify-content: center
}

.s-36322fb0-076d-414b-a21a-3769b6cc51ab.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-36322fb0-076d-414b-a21a-3769b6cc51ab.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-36322fb0-076d-414b-a21a-3769b6cc51ab {
      --shg-aspect-ratio: calc(1125/936); 
    }

    .s-36322fb0-076d-414b-a21a-3769b6cc51ab.shogun-image-container {
      position: relative;
    }

    .s-36322fb0-076d-414b-a21a-3769b6cc51ab.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-36322fb0-076d-414b-a21a-3769b6cc51ab.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-36322fb0-076d-414b-a21a-3769b6cc51ab img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-36322fb0-076d-414b-a21a-3769b6cc51ab img.shogun-image,
  #s-36322fb0-076d-414b-a21a-3769b6cc51ab .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-36322fb0-076d-414b-a21a-3769b6cc51ab {
    width: 100%;
    height: auto;
  }

  #s-36322fb0-076d-414b-a21a-3769b6cc51ab img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-36322fb0-076d-414b-a21a-3769b6cc51ab.shogun-image {
    
    
  }


.s-36322fb0-076d-414b-a21a-3769b6cc51ab .shogun-image-content {
  
    align-items: center;
  
}

.s-36322fb0-076d-414b-a21a-3769b6cc51ab.shg-align-container {
  display: flex;
  justify-content: center
}

.s-36322fb0-076d-414b-a21a-3769b6cc51ab.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-36322fb0-076d-414b-a21a-3769b6cc51ab.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-36322fb0-076d-414b-a21a-3769b6cc51ab {
      --shg-aspect-ratio: calc(1125/936); 
    }

    .s-36322fb0-076d-414b-a21a-3769b6cc51ab.shogun-image-container {
      position: relative;
    }

    .s-36322fb0-076d-414b-a21a-3769b6cc51ab.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-36322fb0-076d-414b-a21a-3769b6cc51ab.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-36322fb0-076d-414b-a21a-3769b6cc51ab img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-36322fb0-076d-414b-a21a-3769b6cc51ab img.shogun-image,
  #s-36322fb0-076d-414b-a21a-3769b6cc51ab .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-36322fb0-076d-414b-a21a-3769b6cc51ab {
    width: 100%;
    height: auto;
  }

  #s-36322fb0-076d-414b-a21a-3769b6cc51ab img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-36322fb0-076d-414b-a21a-3769b6cc51ab.shogun-image {
    
    
  }


.s-36322fb0-076d-414b-a21a-3769b6cc51ab .shogun-image-content {
  
    align-items: center;
  
}

.s-36322fb0-076d-414b-a21a-3769b6cc51ab.shg-align-container {
  display: flex;
  justify-content: center
}

.s-36322fb0-076d-414b-a21a-3769b6cc51ab.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-36322fb0-076d-414b-a21a-3769b6cc51ab.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-36322fb0-076d-414b-a21a-3769b6cc51ab {
      --shg-aspect-ratio: calc(1125/936); 
    }

    .s-36322fb0-076d-414b-a21a-3769b6cc51ab.shogun-image-container {
      position: relative;
    }

    .s-36322fb0-076d-414b-a21a-3769b6cc51ab.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-36322fb0-076d-414b-a21a-3769b6cc51ab.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-36322fb0-076d-414b-a21a-3769b6cc51ab img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-36322fb0-076d-414b-a21a-3769b6cc51ab img.shogun-image,
  #s-36322fb0-076d-414b-a21a-3769b6cc51ab .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-36322fb0-076d-414b-a21a-3769b6cc51ab {
    width: 100%;
    height: auto;
  }

  #s-36322fb0-076d-414b-a21a-3769b6cc51ab img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-36322fb0-076d-414b-a21a-3769b6cc51ab.shogun-image {
    
    
  }


.s-36322fb0-076d-414b-a21a-3769b6cc51ab .shogun-image-content {
  
    align-items: center;
  
}

.s-36322fb0-076d-414b-a21a-3769b6cc51ab.shg-align-container {
  display: flex;
  justify-content: center
}

.s-36322fb0-076d-414b-a21a-3769b6cc51ab.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-36322fb0-076d-414b-a21a-3769b6cc51ab.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-36322fb0-076d-414b-a21a-3769b6cc51ab {
      --shg-aspect-ratio: calc(1125/936); 
    }

    .s-36322fb0-076d-414b-a21a-3769b6cc51ab.shogun-image-container {
      position: relative;
    }

    .s-36322fb0-076d-414b-a21a-3769b6cc51ab.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-36322fb0-076d-414b-a21a-3769b6cc51ab.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-36322fb0-076d-414b-a21a-3769b6cc51ab img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-36322fb0-076d-414b-a21a-3769b6cc51ab img.shogun-image,
  #s-36322fb0-076d-414b-a21a-3769b6cc51ab .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-36322fb0-076d-414b-a21a-3769b6cc51ab {
    width: 100%;
    height: auto;
  }

  #s-36322fb0-076d-414b-a21a-3769b6cc51ab img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-36322fb0-076d-414b-a21a-3769b6cc51ab.shogun-image {
    
    
  }


.s-36322fb0-076d-414b-a21a-3769b6cc51ab .shogun-image-content {
  
    align-items: center;
  
}

.s-36322fb0-076d-414b-a21a-3769b6cc51ab.shg-align-container {
  display: flex;
  justify-content: center
}

.s-36322fb0-076d-414b-a21a-3769b6cc51ab.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-36322fb0-076d-414b-a21a-3769b6cc51ab.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-36322fb0-076d-414b-a21a-3769b6cc51ab {
      --shg-aspect-ratio: calc(1125/936); 
    }

    .s-36322fb0-076d-414b-a21a-3769b6cc51ab.shogun-image-container {
      position: relative;
    }

    .s-36322fb0-076d-414b-a21a-3769b6cc51ab.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-36322fb0-076d-414b-a21a-3769b6cc51ab.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-36322fb0-076d-414b-a21a-3769b6cc51ab img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-4c657b6d-330c-40ef-a6c8-e50296a42400 {
  padding-top: 20px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
min-height: 190px;
background-color: rgba(0, 59, 113, 1);
}








#s-4c657b6d-330c-40ef-a6c8-e50296a42400 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4c657b6d-330c-40ef-a6c8-e50296a42400.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0f9063c0-60b5-4f73-b207-bbf4cbbeb8e0 {
  margin-top: 0em;
margin-bottom: -1em;
padding-left: 0px;
padding-right: 0px;
}

#s-dc647ab1-b18b-48c4-b71c-feb9f36bdabe {
  margin-top: 0em;
margin-bottom: -1em;
padding-left: 0px;
padding-right: 0px;
}

#s-612f382f-7263-4de1-ac73-0732e76cf725 {
  margin-bottom: 0em;
padding-left: 0px;
padding-right: 0px;
}

#s-6676cf29-9a95-4d8c-9ab7-f6e8ef72ce3e {
  margin-left: auto;
margin-bottom: 8px;
margin-right: auto;
max-width: 1385px;
}

@media (min-width: 0px) {
[id="s-6676cf29-9a95-4d8c-9ab7-f6e8ef72ce3e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6676cf29-9a95-4d8c-9ab7-f6e8ef72ce3e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 4.0px);
}

}

@media (min-width: 992px) {
[id="s-6676cf29-9a95-4d8c-9ab7-f6e8ef72ce3e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 4.0px);
}

}

@media (min-width: 1200px) {
[id="s-6676cf29-9a95-4d8c-9ab7-f6e8ef72ce3e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 4.0px);
}

}

#s-d8848b1e-e1c8-4061-b113-d4dcab0c8ca8 {
  margin-bottom: 8px;
min-height: 0px;
background-color: rgba(221, 232, 241, 1);
}








#s-d8848b1e-e1c8-4061-b113-d4dcab0c8ca8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d8848b1e-e1c8-4061-b113-d4dcab0c8ca8.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-d2a9bb66-d24e-4fda-926a-f210bd843460 {
  min-height: 0px;
}








#s-d2a9bb66-d24e-4fda-926a-f210bd843460 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d2a9bb66-d24e-4fda-926a-f210bd843460.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c9126495-f765-45b4-a13b-79728f511a47 {
  max-width: 1125px;
aspect-ratio: 1125/936;
text-align: center;
}





  #s-c9126495-f765-45b4-a13b-79728f511a47 img.shogun-image,
  #s-c9126495-f765-45b4-a13b-79728f511a47 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c9126495-f765-45b4-a13b-79728f511a47 {
    width: 100%;
    height: auto;
  }

  #s-c9126495-f765-45b4-a13b-79728f511a47 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c9126495-f765-45b4-a13b-79728f511a47.shogun-image {
    
    
  }


.s-c9126495-f765-45b4-a13b-79728f511a47 .shogun-image-content {
  
    align-items: center;
  
}

.s-c9126495-f765-45b4-a13b-79728f511a47.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c9126495-f765-45b4-a13b-79728f511a47.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c9126495-f765-45b4-a13b-79728f511a47.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c9126495-f765-45b4-a13b-79728f511a47 {
      --shg-aspect-ratio: calc(1125/936); 
    }

    .s-c9126495-f765-45b4-a13b-79728f511a47.shogun-image-container {
      position: relative;
    }

    .s-c9126495-f765-45b4-a13b-79728f511a47.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c9126495-f765-45b4-a13b-79728f511a47.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c9126495-f765-45b4-a13b-79728f511a47 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-c9126495-f765-45b4-a13b-79728f511a47 img.shogun-image,
  #s-c9126495-f765-45b4-a13b-79728f511a47 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c9126495-f765-45b4-a13b-79728f511a47 {
    width: 100%;
    height: auto;
  }

  #s-c9126495-f765-45b4-a13b-79728f511a47 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c9126495-f765-45b4-a13b-79728f511a47.shogun-image {
    
    
  }


.s-c9126495-f765-45b4-a13b-79728f511a47 .shogun-image-content {
  
    align-items: center;
  
}

.s-c9126495-f765-45b4-a13b-79728f511a47.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c9126495-f765-45b4-a13b-79728f511a47.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c9126495-f765-45b4-a13b-79728f511a47.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c9126495-f765-45b4-a13b-79728f511a47 {
      --shg-aspect-ratio: calc(1125/936); 
    }

    .s-c9126495-f765-45b4-a13b-79728f511a47.shogun-image-container {
      position: relative;
    }

    .s-c9126495-f765-45b4-a13b-79728f511a47.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c9126495-f765-45b4-a13b-79728f511a47.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c9126495-f765-45b4-a13b-79728f511a47 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-c9126495-f765-45b4-a13b-79728f511a47 img.shogun-image,
  #s-c9126495-f765-45b4-a13b-79728f511a47 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c9126495-f765-45b4-a13b-79728f511a47 {
    width: 100%;
    height: auto;
  }

  #s-c9126495-f765-45b4-a13b-79728f511a47 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c9126495-f765-45b4-a13b-79728f511a47.shogun-image {
    
    
  }


.s-c9126495-f765-45b4-a13b-79728f511a47 .shogun-image-content {
  
    align-items: center;
  
}

.s-c9126495-f765-45b4-a13b-79728f511a47.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c9126495-f765-45b4-a13b-79728f511a47.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c9126495-f765-45b4-a13b-79728f511a47.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c9126495-f765-45b4-a13b-79728f511a47 {
      --shg-aspect-ratio: calc(1125/936); 
    }

    .s-c9126495-f765-45b4-a13b-79728f511a47.shogun-image-container {
      position: relative;
    }

    .s-c9126495-f765-45b4-a13b-79728f511a47.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c9126495-f765-45b4-a13b-79728f511a47.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c9126495-f765-45b4-a13b-79728f511a47 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-c9126495-f765-45b4-a13b-79728f511a47 img.shogun-image,
  #s-c9126495-f765-45b4-a13b-79728f511a47 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c9126495-f765-45b4-a13b-79728f511a47 {
    width: 100%;
    height: auto;
  }

  #s-c9126495-f765-45b4-a13b-79728f511a47 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c9126495-f765-45b4-a13b-79728f511a47.shogun-image {
    
    
  }


.s-c9126495-f765-45b4-a13b-79728f511a47 .shogun-image-content {
  
    align-items: center;
  
}

.s-c9126495-f765-45b4-a13b-79728f511a47.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c9126495-f765-45b4-a13b-79728f511a47.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c9126495-f765-45b4-a13b-79728f511a47.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c9126495-f765-45b4-a13b-79728f511a47 {
      --shg-aspect-ratio: calc(1125/936); 
    }

    .s-c9126495-f765-45b4-a13b-79728f511a47.shogun-image-container {
      position: relative;
    }

    .s-c9126495-f765-45b4-a13b-79728f511a47.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c9126495-f765-45b4-a13b-79728f511a47.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c9126495-f765-45b4-a13b-79728f511a47 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-c9126495-f765-45b4-a13b-79728f511a47 img.shogun-image,
  #s-c9126495-f765-45b4-a13b-79728f511a47 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c9126495-f765-45b4-a13b-79728f511a47 {
    width: 100%;
    height: auto;
  }

  #s-c9126495-f765-45b4-a13b-79728f511a47 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c9126495-f765-45b4-a13b-79728f511a47.shogun-image {
    
    
  }


.s-c9126495-f765-45b4-a13b-79728f511a47 .shogun-image-content {
  
    align-items: center;
  
}

.s-c9126495-f765-45b4-a13b-79728f511a47.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c9126495-f765-45b4-a13b-79728f511a47.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c9126495-f765-45b4-a13b-79728f511a47.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c9126495-f765-45b4-a13b-79728f511a47 {
      --shg-aspect-ratio: calc(1125/936); 
    }

    .s-c9126495-f765-45b4-a13b-79728f511a47.shogun-image-container {
      position: relative;
    }

    .s-c9126495-f765-45b4-a13b-79728f511a47.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c9126495-f765-45b4-a13b-79728f511a47.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c9126495-f765-45b4-a13b-79728f511a47 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-a817861c-267e-44bb-822c-6438d7dba248 {
  padding-top: 20px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
min-height: 190px;
background-color: rgba(0, 59, 113, 1);
}








#s-a817861c-267e-44bb-822c-6438d7dba248 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a817861c-267e-44bb-822c-6438d7dba248.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-33b25182-cbba-43bf-8195-49f4d3ce4e33 {
  margin-top: 0em;
margin-bottom: -1em;
padding-left: 0px;
padding-right: 0px;
}

#s-ce8a568e-c43d-4f0e-a9bf-e47c50d8275b {
  margin-top: 0em;
margin-bottom: -1em;
padding-left: 0px;
padding-right: 0px;
}

#s-a1938bda-8a47-4d47-90f7-63f5f290fd70 {
  margin-bottom: 0em;
padding-left: 0px;
padding-right: 0px;
}

#s-16f1743f-bd81-448b-b36e-45be7cb87b52 {
  background-size: contain;
background-position: right 41px;
background-color: rgba(221, 232, 241, 1);
}








#s-16f1743f-bd81-448b-b36e-45be7cb87b52 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-16f1743f-bd81-448b-b36e-45be7cb87b52.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-4c40138a-7f33-4f5d-a356-1b338478ce48 {
  margin-top: 0px;
}








#s-4c40138a-7f33-4f5d-a356-1b338478ce48 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4c40138a-7f33-4f5d-a356-1b338478ce48.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-7c39bde0-af6c-4c40-8e24-c17e053cafa6 {
  max-width: 1125px;
aspect-ratio: 1125/936;
text-align: center;
background-color: rgba(0, 0, 0, 0);
}





  #s-7c39bde0-af6c-4c40-8e24-c17e053cafa6 img.shogun-image,
  #s-7c39bde0-af6c-4c40-8e24-c17e053cafa6 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-7c39bde0-af6c-4c40-8e24-c17e053cafa6 {
    width: 100%;
    height: auto;
  }

  #s-7c39bde0-af6c-4c40-8e24-c17e053cafa6 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7c39bde0-af6c-4c40-8e24-c17e053cafa6.shogun-image {
    
    
  }


.s-7c39bde0-af6c-4c40-8e24-c17e053cafa6 .shogun-image-content {
  
    align-items: center;
  
}

.s-7c39bde0-af6c-4c40-8e24-c17e053cafa6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7c39bde0-af6c-4c40-8e24-c17e053cafa6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7c39bde0-af6c-4c40-8e24-c17e053cafa6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7c39bde0-af6c-4c40-8e24-c17e053cafa6 {
      --shg-aspect-ratio: calc(1125/936); 
    }

    .s-7c39bde0-af6c-4c40-8e24-c17e053cafa6.shogun-image-container {
      position: relative;
    }

    .s-7c39bde0-af6c-4c40-8e24-c17e053cafa6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7c39bde0-af6c-4c40-8e24-c17e053cafa6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7c39bde0-af6c-4c40-8e24-c17e053cafa6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-7c39bde0-af6c-4c40-8e24-c17e053cafa6 img.shogun-image,
  #s-7c39bde0-af6c-4c40-8e24-c17e053cafa6 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-7c39bde0-af6c-4c40-8e24-c17e053cafa6 {
    width: 100%;
    height: auto;
  }

  #s-7c39bde0-af6c-4c40-8e24-c17e053cafa6 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7c39bde0-af6c-4c40-8e24-c17e053cafa6.shogun-image {
    
    
  }


.s-7c39bde0-af6c-4c40-8e24-c17e053cafa6 .shogun-image-content {
  
    align-items: center;
  
}

.s-7c39bde0-af6c-4c40-8e24-c17e053cafa6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7c39bde0-af6c-4c40-8e24-c17e053cafa6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7c39bde0-af6c-4c40-8e24-c17e053cafa6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7c39bde0-af6c-4c40-8e24-c17e053cafa6 {
      --shg-aspect-ratio: calc(1125/936); 
    }

    .s-7c39bde0-af6c-4c40-8e24-c17e053cafa6.shogun-image-container {
      position: relative;
    }

    .s-7c39bde0-af6c-4c40-8e24-c17e053cafa6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7c39bde0-af6c-4c40-8e24-c17e053cafa6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7c39bde0-af6c-4c40-8e24-c17e053cafa6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-7c39bde0-af6c-4c40-8e24-c17e053cafa6 img.shogun-image,
  #s-7c39bde0-af6c-4c40-8e24-c17e053cafa6 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-7c39bde0-af6c-4c40-8e24-c17e053cafa6 {
    width: 100%;
    height: auto;
  }

  #s-7c39bde0-af6c-4c40-8e24-c17e053cafa6 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7c39bde0-af6c-4c40-8e24-c17e053cafa6.shogun-image {
    
    
  }


.s-7c39bde0-af6c-4c40-8e24-c17e053cafa6 .shogun-image-content {
  
    align-items: center;
  
}

.s-7c39bde0-af6c-4c40-8e24-c17e053cafa6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7c39bde0-af6c-4c40-8e24-c17e053cafa6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7c39bde0-af6c-4c40-8e24-c17e053cafa6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7c39bde0-af6c-4c40-8e24-c17e053cafa6 {
      --shg-aspect-ratio: calc(1125/936); 
    }

    .s-7c39bde0-af6c-4c40-8e24-c17e053cafa6.shogun-image-container {
      position: relative;
    }

    .s-7c39bde0-af6c-4c40-8e24-c17e053cafa6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7c39bde0-af6c-4c40-8e24-c17e053cafa6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7c39bde0-af6c-4c40-8e24-c17e053cafa6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-7c39bde0-af6c-4c40-8e24-c17e053cafa6 img.shogun-image,
  #s-7c39bde0-af6c-4c40-8e24-c17e053cafa6 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-7c39bde0-af6c-4c40-8e24-c17e053cafa6 {
    width: 100%;
    height: auto;
  }

  #s-7c39bde0-af6c-4c40-8e24-c17e053cafa6 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7c39bde0-af6c-4c40-8e24-c17e053cafa6.shogun-image {
    
    
  }


.s-7c39bde0-af6c-4c40-8e24-c17e053cafa6 .shogun-image-content {
  
    align-items: center;
  
}

.s-7c39bde0-af6c-4c40-8e24-c17e053cafa6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7c39bde0-af6c-4c40-8e24-c17e053cafa6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7c39bde0-af6c-4c40-8e24-c17e053cafa6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7c39bde0-af6c-4c40-8e24-c17e053cafa6 {
      --shg-aspect-ratio: calc(1125/936); 
    }

    .s-7c39bde0-af6c-4c40-8e24-c17e053cafa6.shogun-image-container {
      position: relative;
    }

    .s-7c39bde0-af6c-4c40-8e24-c17e053cafa6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7c39bde0-af6c-4c40-8e24-c17e053cafa6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7c39bde0-af6c-4c40-8e24-c17e053cafa6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-7c39bde0-af6c-4c40-8e24-c17e053cafa6 img.shogun-image,
  #s-7c39bde0-af6c-4c40-8e24-c17e053cafa6 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-7c39bde0-af6c-4c40-8e24-c17e053cafa6 {
    width: 100%;
    height: auto;
  }

  #s-7c39bde0-af6c-4c40-8e24-c17e053cafa6 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7c39bde0-af6c-4c40-8e24-c17e053cafa6.shogun-image {
    
    
  }


.s-7c39bde0-af6c-4c40-8e24-c17e053cafa6 .shogun-image-content {
  
    align-items: center;
  
}

.s-7c39bde0-af6c-4c40-8e24-c17e053cafa6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7c39bde0-af6c-4c40-8e24-c17e053cafa6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7c39bde0-af6c-4c40-8e24-c17e053cafa6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7c39bde0-af6c-4c40-8e24-c17e053cafa6 {
      --shg-aspect-ratio: calc(1125/936); 
    }

    .s-7c39bde0-af6c-4c40-8e24-c17e053cafa6.shogun-image-container {
      position: relative;
    }

    .s-7c39bde0-af6c-4c40-8e24-c17e053cafa6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7c39bde0-af6c-4c40-8e24-c17e053cafa6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7c39bde0-af6c-4c40-8e24-c17e053cafa6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-9acfc85b-eb20-4494-a7cc-fef066f32458 {
  padding-top: 20px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
min-height: 190px;
background-color: rgba(0, 59, 113, 1);
}








#s-9acfc85b-eb20-4494-a7cc-fef066f32458 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9acfc85b-eb20-4494-a7cc-fef066f32458.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-fd6f9c1f-1339-4931-bca8-d983a3768e29 {
  margin-top: 0em;
margin-bottom: -1em;
padding-left: 0px;
padding-right: 0px;
}

#s-ba5c2950-3415-404f-86dd-08cab60ca231 {
  margin-top: 0em;
margin-bottom: -1em;
padding-left: 0px;
padding-right: 0px;
}

#s-c9aeb6a8-424b-4eb1-9784-0355cddaa6b8 {
  margin-bottom: 0em;
padding-left: 0px;
padding-right: 0px;
}

#s-a44c478b-c970-42cf-8ff0-2f1a3834a188 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 2em;
margin-right: auto;
min-height: 50px;
max-width: 1400px;
background-color: rgba(244, 243, 239, 1);
}








#s-a44c478b-c970-42cf-8ff0-2f1a3834a188 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a44c478b-c970-42cf-8ff0-2f1a3834a188.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-59d2905a-4124-4732-bf02-dbaeb6bbcc29 {
  margin-left: 0px;
margin-right: 0px;
max-width: 1400px;
}

@media (min-width: 0px) {
[id="s-59d2905a-4124-4732-bf02-dbaeb6bbcc29"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-59d2905a-4124-4732-bf02-dbaeb6bbcc29"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-59d2905a-4124-4732-bf02-dbaeb6bbcc29"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-59d2905a-4124-4732-bf02-dbaeb6bbcc29"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-59d2905a-4124-4732-bf02-dbaeb6bbcc29"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-de3b4ef2-54d9-43b4-8c4f-100b4f87d199 {
  margin-top: 0px;
margin-bottom: 10px;
padding-top: 20px;
padding-left: 30px;
padding-bottom: 20px;
padding-right: 30px;
min-height: 50px;
}








#s-de3b4ef2-54d9-43b4-8c4f-100b4f87d199 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-de3b4ef2-54d9-43b4-8c4f-100b4f87d199.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2966daf4-a3b5-4e3c-a868-6a2da196d2fd {
  padding-top: 10px;
}

.btn-gea-promo-blue{
  transition: 0.3s !important;
  color:#ffffff;
  text-decoration:none;
  background-color: rgba(0, 59, 113, 1);
  border: none;
  -webkit-transition: 250ms all ease-in;
  transition: 250ms all ease-in;
  font-size:16px;
  font-weight:400;
  letter-spacing: 0.2px;
  line-height:22px;
  padding-top:10px;
  padding-bottom:10px;
  padding-right:30px;
  padding-left:30px;
  display:inline-block;
  mso-padding-alt:8px;
  border-radius:0px !important;  
  margin-bottom: 2em;
}

.btn-gea-promo-blue:hover {
  transition: 0.3s !important;
  -webkit-transition: 250ms all ease-in;
  transition: 250ms all ease-in;
  color: #ffffff;
  background-color: #1a63a2;
}

.btn-gea-promo-blue:active, 
.btn-gea-promo-blue:focus {
  color: #003B71!important;
  background-color: rgba(255, 255, 255, 1);
}  

#s-faf08094-f521-4862-a222-e37548ee9fa5 {
  padding-top: 20px;
text-align: left;
}

#s-a457542b-37ea-4664-aeff-38180122485b {
  background-repeat: no-repeat;
background-size: cover;
min-height: 230px;
background-position: center 2px;
}
@media (min-width: 768px) and (max-width: 991px){#s-a457542b-37ea-4664-aeff-38180122485b {
  min-height: 240px;
}
}
#s-a457542b-37ea-4664-aeff-38180122485b {
  background-image: url(https://i.shgcdn.com/a2d43b53-dd75-4439-82aa-28514d6a52e6/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-a457542b-37ea-4664-aeff-38180122485b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a457542b-37ea-4664-aeff-38180122485b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-be1529d1-4cfb-4663-a57a-7ba6e84454cf {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 1em;
padding-left: 2em;
padding-bottom: 3em;
padding-right: 2em;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-be1529d1-4cfb-4663-a57a-7ba6e84454cf {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-be1529d1-4cfb-4663-a57a-7ba6e84454cf {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-be1529d1-4cfb-4663-a57a-7ba6e84454cf {
  
}
}@media (max-width: 767px){#s-be1529d1-4cfb-4663-a57a-7ba6e84454cf {
  
}
}







#s-be1529d1-4cfb-4663-a57a-7ba6e84454cf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-be1529d1-4cfb-4663-a57a-7ba6e84454cf.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

.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-2955216c-ca33-4e12-aa15-8c074ad58caa {
  border-style: solid;
margin-top: 0em;
margin-left: 0px;
margin-bottom: 2em;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(242, 242, 242, 1);
text-align: center;
}
@media (min-width: 1200px){#s-2955216c-ca33-4e12-aa15-8c074ad58caa {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-2955216c-ca33-4e12-aa15-8c074ad58caa {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-2955216c-ca33-4e12-aa15-8c074ad58caa {
  
}
}@media (max-width: 767px){#s-2955216c-ca33-4e12-aa15-8c074ad58caa {
  
}
}
#s-2955216c-ca33-4e12-aa15-8c074ad58caa .shogun-heading-component h2 {
  color: #000;
  font-weight:  300 ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 36px;
  
  letter-spacing: 2px;
  
}



#s-344b5390-c93f-427e-b64d-6274d29bfa50 {
  margin-left: auto;
margin-right: auto;
max-width: 1800px;
}
@media (min-width: 768px) and (max-width: 991px){#s-344b5390-c93f-427e-b64d-6274d29bfa50 {
  display: none;
}
#s-344b5390-c93f-427e-b64d-6274d29bfa50, #wrap-s-344b5390-c93f-427e-b64d-6274d29bfa50 { display: none !important; }}
@media (min-width: 0px) {
[id="s-344b5390-c93f-427e-b64d-6274d29bfa50"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-344b5390-c93f-427e-b64d-6274d29bfa50"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-344b5390-c93f-427e-b64d-6274d29bfa50"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-344b5390-c93f-427e-b64d-6274d29bfa50"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-344b5390-c93f-427e-b64d-6274d29bfa50"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-344b5390-c93f-427e-b64d-6274d29bfa50"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-344b5390-c93f-427e-b64d-6274d29bfa50"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.0px);
}

}

#s-cbf3abbf-6ad9-4d9f-90ae-57f72d7ae837 {
  margin-left: auto;
margin-bottom: 2em;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-cbf3abbf-6ad9-4d9f-90ae-57f72d7ae837"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-cbf3abbf-6ad9-4d9f-90ae-57f72d7ae837"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 16.666666666666668px);
}

}

@media (min-width: 992px) {
[id="s-cbf3abbf-6ad9-4d9f-90ae-57f72d7ae837"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 16.666666666666668px);
}

}

@media (min-width: 1200px) {
[id="s-cbf3abbf-6ad9-4d9f-90ae-57f72d7ae837"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 16.666666666666668px);
}

}

.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-de66853c-210e-4b3f-9c47-6a13be23cb2d {
  margin-left: auto;
margin-bottom: 1em;
margin-right: auto;
padding-top: 0em;
padding-bottom: 0em;
text-align: center;
}







  #s-de66853c-210e-4b3f-9c47-6a13be23cb2d img.shogun-image {
    

    
    
    
  }


#s-de66853c-210e-4b3f-9c47-6a13be23cb2d .shogun-image-content {
  
    align-items: center;
  
}

#s-58d0fad6-dc42-4800-aef5-52bb0359bc9b {
  margin-left: auto;
margin-bottom: 1em;
margin-right: auto;
text-align: center;
}







  #s-58d0fad6-dc42-4800-aef5-52bb0359bc9b img.shogun-image {
    

    
    
    
  }


#s-58d0fad6-dc42-4800-aef5-52bb0359bc9b .shogun-image-content {
  
    align-items: center;
  
}

#s-dfb87631-d120-4405-a092-d69a29733b4a {
  margin-left: auto;
margin-bottom: 1em;
margin-right: auto;
text-align: center;
}







  #s-dfb87631-d120-4405-a092-d69a29733b4a img.shogun-image {
    

    
    
    
  }


#s-dfb87631-d120-4405-a092-d69a29733b4a .shogun-image-content {
  
    align-items: center;
  
}

#s-5e1f4925-d1d4-461d-9a2c-1c2350b54551 {
  margin-left: auto;
margin-bottom: 1em;
margin-right: auto;
text-align: center;
}







  #s-5e1f4925-d1d4-461d-9a2c-1c2350b54551 img.shogun-image {
    

    
    
    
  }


#s-5e1f4925-d1d4-461d-9a2c-1c2350b54551 .shogun-image-content {
  
    align-items: center;
  
}

#s-0f3ef159-921a-4d68-b35a-526799be6127 {
  margin-left: auto;
margin-bottom: 1em;
margin-right: auto;
max-width: 290px;
aspect-ratio: 290/282;
text-align: center;
}





  #s-0f3ef159-921a-4d68-b35a-526799be6127 img.shogun-image,
  #s-0f3ef159-921a-4d68-b35a-526799be6127 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-0f3ef159-921a-4d68-b35a-526799be6127 {
    width: 100%;
    height: auto;
  }



  #s-0f3ef159-921a-4d68-b35a-526799be6127 img.shogun-image {
    

    
    
    
  }


#s-0f3ef159-921a-4d68-b35a-526799be6127 .shogun-image-content {
  
    align-items: center;
  
}

#s-6db5a5f0-856e-467c-875d-040b3716377e {
  margin-bottom: 1em;
max-width: 290px;
aspect-ratio: 290/282;
text-align: center;
}





  #s-6db5a5f0-856e-467c-875d-040b3716377e img.shogun-image,
  #s-6db5a5f0-856e-467c-875d-040b3716377e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-6db5a5f0-856e-467c-875d-040b3716377e {
    width: 100%;
    height: auto;
  }



  #s-6db5a5f0-856e-467c-875d-040b3716377e img.shogun-image {
    

    
    
    
  }


#s-6db5a5f0-856e-467c-875d-040b3716377e .shogun-image-content {
  
    align-items: center;
  
}

#s-ccdebd68-b469-4c7a-9245-97e5413e5afb {
  margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-ccdebd68-b469-4c7a-9245-97e5413e5afb {
  display: none;
}
#s-ccdebd68-b469-4c7a-9245-97e5413e5afb, #wrap-s-ccdebd68-b469-4c7a-9245-97e5413e5afb { display: none !important; }}
@media (min-width: 0px) {
[id="s-ccdebd68-b469-4c7a-9245-97e5413e5afb"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ccdebd68-b469-4c7a-9245-97e5413e5afb"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-ccdebd68-b469-4c7a-9245-97e5413e5afb"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-ccdebd68-b469-4c7a-9245-97e5413e5afb"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

#s-addfba4a-aec0-4e00-8e71-3268b0e2c3d1 {
  margin-top: 0em;
margin-left: auto;
margin-bottom: 1em;
margin-right: auto;
max-width: 290px;
aspect-ratio: 290/282;
text-align: center;
}





  #s-addfba4a-aec0-4e00-8e71-3268b0e2c3d1 img.shogun-image,
  #s-addfba4a-aec0-4e00-8e71-3268b0e2c3d1 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-addfba4a-aec0-4e00-8e71-3268b0e2c3d1 {
    width: 100%;
    height: auto;
  }



  #s-addfba4a-aec0-4e00-8e71-3268b0e2c3d1 img.shogun-image {
    

    
    
    
  }


#s-addfba4a-aec0-4e00-8e71-3268b0e2c3d1 .shogun-image-content {
  
    align-items: center;
  
}

#s-c0fb4a7a-b6d9-401a-95f9-72fb88f3c00c {
  margin-bottom: 2em;
}

#s-3284a456-454c-43c7-8c2a-a747efb4899b {
  margin-bottom: 1em;
text-align: center;
}
@media (max-width: 767px){#s-3284a456-454c-43c7-8c2a-a747efb4899b {
  padding-bottom: 0px;
}
}






  #s-3284a456-454c-43c7-8c2a-a747efb4899b img.shogun-image {
    

    
    
    
  }


#s-3284a456-454c-43c7-8c2a-a747efb4899b .shogun-image-content {
  
    align-items: center;
  
}

#s-824e30f5-77c3-4b0b-aed1-02cb046d41f6 {
  margin-bottom: 1em;
text-align: center;
}







  #s-824e30f5-77c3-4b0b-aed1-02cb046d41f6 img.shogun-image {
    

    
    
    
  }


#s-824e30f5-77c3-4b0b-aed1-02cb046d41f6 .shogun-image-content {
  
    align-items: center;
  
}

#s-be5b0105-75f6-475b-b8a4-d335e28b374c {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 1200px){#s-be5b0105-75f6-475b-b8a4-d335e28b374c {
  display: none;
}
#s-be5b0105-75f6-475b-b8a4-d335e28b374c, #wrap-s-be5b0105-75f6-475b-b8a4-d335e28b374c { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-be5b0105-75f6-475b-b8a4-d335e28b374c {
  display: none;
}
#s-be5b0105-75f6-475b-b8a4-d335e28b374c, #wrap-s-be5b0105-75f6-475b-b8a4-d335e28b374c { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-be5b0105-75f6-475b-b8a4-d335e28b374c {
  display: none;
}
#s-be5b0105-75f6-475b-b8a4-d335e28b374c, #wrap-s-be5b0105-75f6-475b-b8a4-d335e28b374c { display: none !important; }}
@media (min-width: 0px) {
[id="s-be5b0105-75f6-475b-b8a4-d335e28b374c"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-be5b0105-75f6-475b-b8a4-d335e28b374c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-be5b0105-75f6-475b-b8a4-d335e28b374c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-be5b0105-75f6-475b-b8a4-d335e28b374c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

}

#s-0f848ed8-b300-40e6-9ac9-428b962d1f72 {
  margin-top: 0em;
margin-left: auto;
margin-bottom: 1em;
margin-right: auto;
max-width: 290px;
aspect-ratio: 290/282;
text-align: center;
}





  #s-0f848ed8-b300-40e6-9ac9-428b962d1f72 img.shogun-image,
  #s-0f848ed8-b300-40e6-9ac9-428b962d1f72 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-0f848ed8-b300-40e6-9ac9-428b962d1f72 {
    width: 100%;
    height: auto;
  }



  #s-0f848ed8-b300-40e6-9ac9-428b962d1f72 img.shogun-image {
    

    
    
    
  }


#s-0f848ed8-b300-40e6-9ac9-428b962d1f72 .shogun-image-content {
  
    align-items: center;
  
}

#s-f467d036-0131-4f42-b668-e09c0e44de4b {
  margin-bottom: 2em;
}

#s-96c44392-f38a-43aa-bcc8-f24503165e8e {
  margin-bottom: 1em;
text-align: center;
}
@media (max-width: 767px){#s-96c44392-f38a-43aa-bcc8-f24503165e8e {
  padding-bottom: 0px;
}
}






  #s-96c44392-f38a-43aa-bcc8-f24503165e8e img.shogun-image {
    

    
    
    
  }


#s-96c44392-f38a-43aa-bcc8-f24503165e8e .shogun-image-content {
  
    align-items: center;
  
}

#s-4366e6b4-a3cc-44eb-89c7-9077dd048e12 {
  margin-bottom: 1em;
text-align: center;
}







  #s-4366e6b4-a3cc-44eb-89c7-9077dd048e12 img.shogun-image {
    

    
    
    
  }


#s-4366e6b4-a3cc-44eb-89c7-9077dd048e12 .shogun-image-content {
  
    align-items: center;
  
}

#s-cc3d678b-c338-435f-bce9-04cbb7db00ca {
  min-height: 50px;
}
@media (min-width: 1200px){#s-cc3d678b-c338-435f-bce9-04cbb7db00ca {
  display: none;
}
#s-cc3d678b-c338-435f-bce9-04cbb7db00ca, #wrap-s-cc3d678b-c338-435f-bce9-04cbb7db00ca { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-cc3d678b-c338-435f-bce9-04cbb7db00ca {
  display: none;
}
#s-cc3d678b-c338-435f-bce9-04cbb7db00ca, #wrap-s-cc3d678b-c338-435f-bce9-04cbb7db00ca { display: none !important; }}@media (max-width: 767px){#s-cc3d678b-c338-435f-bce9-04cbb7db00ca {
  display: none;
}
#s-cc3d678b-c338-435f-bce9-04cbb7db00ca, #wrap-s-cc3d678b-c338-435f-bce9-04cbb7db00ca { display: none !important; }}







#s-cc3d678b-c338-435f-bce9-04cbb7db00ca > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cc3d678b-c338-435f-bce9-04cbb7db00ca.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c242f960-bda7-4677-b767-4f946e757758 {
  margin-left: auto;
margin-bottom: 2em;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-c242f960-bda7-4677-b767-4f946e757758"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-c242f960-bda7-4677-b767-4f946e757758"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-c242f960-bda7-4677-b767-4f946e757758"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-c242f960-bda7-4677-b767-4f946e757758"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

}

#s-58cc92f7-117e-4b2f-9a89-cc821314e921 {
  margin-left: auto;
margin-bottom: 1em;
margin-right: auto;
padding-top: 0em;
padding-bottom: 0em;
text-align: center;
}







  #s-58cc92f7-117e-4b2f-9a89-cc821314e921 img.shogun-image {
    

    
    
    
  }


#s-58cc92f7-117e-4b2f-9a89-cc821314e921 .shogun-image-content {
  
    align-items: center;
  
}

#s-6f7bb741-7431-4a94-a6cc-fafc91b97bea {
  margin-left: auto;
margin-bottom: 1em;
margin-right: auto;
text-align: center;
}







  #s-6f7bb741-7431-4a94-a6cc-fafc91b97bea img.shogun-image {
    

    
    
    
  }


#s-6f7bb741-7431-4a94-a6cc-fafc91b97bea .shogun-image-content {
  
    align-items: center;
  
}

#s-d57b28ec-5e47-4c0e-9dc6-8831ce32605f {
  margin-left: auto;
margin-bottom: 1em;
margin-right: auto;
text-align: center;
}







  #s-d57b28ec-5e47-4c0e-9dc6-8831ce32605f img.shogun-image {
    

    
    
    
  }


#s-d57b28ec-5e47-4c0e-9dc6-8831ce32605f .shogun-image-content {
  
    align-items: center;
  
}

#s-01d735b3-0312-427f-9b6a-542279e4a425 {
  margin-left: auto;
margin-bottom: 1em;
margin-right: auto;
text-align: center;
}







  #s-01d735b3-0312-427f-9b6a-542279e4a425 img.shogun-image {
    

    
    
    
  }


#s-01d735b3-0312-427f-9b6a-542279e4a425 .shogun-image-content {
  
    align-items: center;
  
}

#s-5244646c-8ddb-4f6e-897d-48f45bb25606 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-5244646c-8ddb-4f6e-897d-48f45bb25606"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-5244646c-8ddb-4f6e-897d-48f45bb25606"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-5244646c-8ddb-4f6e-897d-48f45bb25606"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-5244646c-8ddb-4f6e-897d-48f45bb25606"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

}

#s-9255b743-3bca-4ac5-ab10-46edf14eda99 {
  margin-bottom: 1em;
max-width: 290px;
aspect-ratio: 290/282;
text-align: center;
}





  #s-9255b743-3bca-4ac5-ab10-46edf14eda99 img.shogun-image,
  #s-9255b743-3bca-4ac5-ab10-46edf14eda99 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-9255b743-3bca-4ac5-ab10-46edf14eda99 {
    width: 100%;
    height: auto;
  }



  #s-9255b743-3bca-4ac5-ab10-46edf14eda99 img.shogun-image {
    

    
    
    
  }


#s-9255b743-3bca-4ac5-ab10-46edf14eda99 .shogun-image-content {
  
    align-items: center;
  
}

#s-531e6169-b047-4ee4-b46f-b95831ae2780 {
  margin-bottom: 1em;
max-width: 290px;
aspect-ratio: 290/282;
text-align: center;
}





  #s-531e6169-b047-4ee4-b46f-b95831ae2780 img.shogun-image,
  #s-531e6169-b047-4ee4-b46f-b95831ae2780 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-531e6169-b047-4ee4-b46f-b95831ae2780 {
    width: 100%;
    height: auto;
  }



  #s-531e6169-b047-4ee4-b46f-b95831ae2780 img.shogun-image {
    

    
    
    
  }


#s-531e6169-b047-4ee4-b46f-b95831ae2780 .shogun-image-content {
  
    align-items: center;
  
}

#s-7ce122ff-bb90-4693-b901-ce45afb4f7dc {
  margin-top: 0em;
margin-left: auto;
margin-bottom: 1em;
margin-right: auto;
max-width: 290px;
aspect-ratio: 290/282;
text-align: center;
}





  #s-7ce122ff-bb90-4693-b901-ce45afb4f7dc img.shogun-image,
  #s-7ce122ff-bb90-4693-b901-ce45afb4f7dc .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-7ce122ff-bb90-4693-b901-ce45afb4f7dc {
    width: 100%;
    height: auto;
  }



  #s-7ce122ff-bb90-4693-b901-ce45afb4f7dc img.shogun-image {
    

    
    
    
  }


#s-7ce122ff-bb90-4693-b901-ce45afb4f7dc .shogun-image-content {
  
    align-items: center;
  
}

#s-c17cf2e0-1193-41a6-8761-55ed8bc14f3f {
  margin-bottom: 1em;
text-align: center;
}
@media (max-width: 767px){#s-c17cf2e0-1193-41a6-8761-55ed8bc14f3f {
  padding-bottom: 0px;
}
}






  #s-c17cf2e0-1193-41a6-8761-55ed8bc14f3f img.shogun-image {
    

    
    
    
  }


#s-c17cf2e0-1193-41a6-8761-55ed8bc14f3f .shogun-image-content {
  
    align-items: center;
  
}

#s-2d1358a6-08f4-4853-8a46-1b98218f0876 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-2d1358a6-08f4-4853-8a46-1b98218f0876"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-2d1358a6-08f4-4853-8a46-1b98218f0876"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-2d1358a6-08f4-4853-8a46-1b98218f0876"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-2d1358a6-08f4-4853-8a46-1b98218f0876"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

}

#s-f3b90497-f036-4c09-ac25-c7662ec9da2d {
  margin-bottom: 1em;
text-align: center;
}







  #s-f3b90497-f036-4c09-ac25-c7662ec9da2d img.shogun-image {
    

    
    
    
  }


#s-f3b90497-f036-4c09-ac25-c7662ec9da2d .shogun-image-content {
  
    align-items: center;
  
}

#s-f7d6ac1e-6679-4a08-bc2b-1f3519b0f023 {
  margin-left: auto;
margin-bottom: 0em;
margin-right: auto;
min-height: 50px;
}








#s-f7d6ac1e-6679-4a08-bc2b-1f3519b0f023 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f7d6ac1e-6679-4a08-bc2b-1f3519b0f023.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-bbd22624-787c-455d-970c-d7d1d9005101 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-36c2116c-0f14-43fa-92f2-6b228dd9368c {
  padding-left: 2em;
padding-right: 2em;
min-height: 50px;
}








#s-36c2116c-0f14-43fa-92f2-6b228dd9368c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-36c2116c-0f14-43fa-92f2-6b228dd9368c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-28333804-eb4b-4354-8879-691b20a37c90 {
  padding-left: 1em;
padding-right: 1em;
min-height: 50px;
}








#s-28333804-eb4b-4354-8879-691b20a37c90 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-28333804-eb4b-4354-8879-691b20a37c90.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-734768cf-97c2-4124-8510-35112c1642bf {
  margin-left: auto;
margin-right: auto;
}

#s-2f2b1590-e039-4ed6-9b97-5a472515a1be {
  margin-left: auto;
margin-right: auto;
}

#s-d88ee5b8-8b1e-4445-9d58-4d41fa78f12b {
  margin-top: 2em;
margin-bottom: 2em;
padding-top: 3em;
padding-bottom: 2em;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(10, 44, 116, 1);
border-style: solid;
min-height: 50px;
background-color: rgba(244, 243, 239, 1);
}
@media (max-width: 767px){#s-d88ee5b8-8b1e-4445-9d58-4d41fa78f12b {
  display: none;
}
#s-d88ee5b8-8b1e-4445-9d58-4d41fa78f12b, #wrap-s-d88ee5b8-8b1e-4445-9d58-4d41fa78f12b { display: none !important; }}







#s-d88ee5b8-8b1e-4445-9d58-4d41fa78f12b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d88ee5b8-8b1e-4445-9d58-4d41fa78f12b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2d7f8a9e-4373-4be8-9ada-8b7d1efa5945 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
padding-left: 1em;
padding-right: 1em;
min-height: 50px;
max-width: 1400px;
}








#s-2d7f8a9e-4373-4be8-9ada-8b7d1efa5945 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2d7f8a9e-4373-4be8-9ada-8b7d1efa5945.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-45f59fe5-da54-4707-84b7-a973f2383b5d {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 768px) and (max-width: 991px){#s-45f59fe5-da54-4707-84b7-a973f2383b5d {
  
}
}@media (max-width: 767px){#s-45f59fe5-da54-4707-84b7-a973f2383b5d {
  
}
}
@media (min-width: 0px) {
[id="s-45f59fe5-da54-4707-84b7-a973f2383b5d"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 768px) {
[id="s-45f59fe5-da54-4707-84b7-a973f2383b5d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-45f59fe5-da54-4707-84b7-a973f2383b5d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-45f59fe5-da54-4707-84b7-a973f2383b5d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-5c69ee96-356b-4e37-87d9-33c2d3c3660e {
  min-height: 50px;
}








#s-5c69ee96-356b-4e37-87d9-33c2d3c3660e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5c69ee96-356b-4e37-87d9-33c2d3c3660e {
  cursor: pointer;
}#s-5c69ee96-356b-4e37-87d9-33c2d3c3660e.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-b98d3bf8-259a-4330-be2d-c4ed87edf59e {
  margin-bottom: 1em;
min-height: 36px;
text-align: center;
}







  #s-b98d3bf8-259a-4330-be2d-c4ed87edf59e img.shogun-image {
    

    
    
    
  }


#s-b98d3bf8-259a-4330-be2d-c4ed87edf59e .shogun-image-content {
  
    align-items: center;
  
}

#s-3248ab6a-e538-4af1-b200-bc53dfb54f65 {
  text-align: center;
}

#s-3248ab6a-e538-4af1-b200-bc53dfb54f65 .shogun-heading-component h3 {
  color: rgba(14, 61, 113, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-8fccdef9-1af5-4b3a-9641-5037be9d01bb {
  min-height: 50px;
}








#s-8fccdef9-1af5-4b3a-9641-5037be9d01bb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8fccdef9-1af5-4b3a-9641-5037be9d01bb.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-4800f3f7-632d-4814-9088-e6c217141dea {
  margin-bottom: 1em;
}

#s-4800f3f7-632d-4814-9088-e6c217141dea .shogun-icon-wrapper {
  text-align: center;
}


#s-4800f3f7-632d-4814-9088-e6c217141dea .shogun-icon-wrapper > .shogun-icon {

  font-size: 36px !important;
  color: rgba(14, 61, 113, 1);
}

#s-f7e94c48-7850-4ef4-98a5-fba3df373c82 {
  text-align: center;
}

#s-f7e94c48-7850-4ef4-98a5-fba3df373c82 .shogun-heading-component h3 {
  color: rgba(14, 61, 113, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-28c84160-bd7c-42db-8abd-7e828632c908 {
  min-height: 50px;
}








#s-28c84160-bd7c-42db-8abd-7e828632c908 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-28c84160-bd7c-42db-8abd-7e828632c908.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-e0b67277-704d-4eaf-a95d-f0c87edd6e0b {
  margin-bottom: 1em;
min-height: 36px;
text-align: center;
}







  #s-e0b67277-704d-4eaf-a95d-f0c87edd6e0b img.shogun-image {
    

    
    
    
  }


#s-e0b67277-704d-4eaf-a95d-f0c87edd6e0b .shogun-image-content {
  
    align-items: center;
  
}

#s-9392ce91-4a38-44dd-abd6-bcc16d304e70 {
  text-align: center;
}

#s-9392ce91-4a38-44dd-abd6-bcc16d304e70 .shogun-heading-component h3 {
  color: rgba(14, 61, 113, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-ea4d7895-4c61-4dd6-912a-339e1fa2f633 {
  min-height: 50px;
}








#s-ea4d7895-4c61-4dd6-912a-339e1fa2f633 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ea4d7895-4c61-4dd6-912a-339e1fa2f633.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-beda411d-f3e6-42d0-ac89-5f737f66558f {
  margin-bottom: 1em;
min-height: 36px;
text-align: center;
}







  #s-beda411d-f3e6-42d0-ac89-5f737f66558f img.shogun-image {
    

    
    
    
  }


#s-beda411d-f3e6-42d0-ac89-5f737f66558f .shogun-image-content {
  
    align-items: center;
  
}

#s-6e86db95-e53d-4c66-8b58-3c4bf46203a1 {
  text-align: center;
}

#s-6e86db95-e53d-4c66-8b58-3c4bf46203a1 .shogun-heading-component h3 {
  color: rgba(14, 61, 113, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-959d4d34-2a8c-44dd-a8c0-f2104038801c {
  margin-top: 0em;
margin-left: auto;
margin-bottom: 2em;
margin-right: auto;
min-height: 50px;
max-width: 1400px;
background-color: rgba(33, 34, 38, 1);
}








#s-959d4d34-2a8c-44dd-a8c0-f2104038801c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-959d4d34-2a8c-44dd-a8c0-f2104038801c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 1200px){#s-96e82edc-e559-47d4-81cb-76746be42aaa {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-96e82edc-e559-47d4-81cb-76746be42aaa {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-96e82edc-e559-47d4-81cb-76746be42aaa {
  display: none;
}
#s-96e82edc-e559-47d4-81cb-76746be42aaa, #wrap-s-96e82edc-e559-47d4-81cb-76746be42aaa { display: none !important; }}@media (max-width: 767px){#s-96e82edc-e559-47d4-81cb-76746be42aaa {
  display: none;
}
#s-96e82edc-e559-47d4-81cb-76746be42aaa, #wrap-s-96e82edc-e559-47d4-81cb-76746be42aaa { display: none !important; }}
@media (min-width: 0px) {
[id="s-96e82edc-e559-47d4-81cb-76746be42aaa"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-96e82edc-e559-47d4-81cb-76746be42aaa"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-96e82edc-e559-47d4-81cb-76746be42aaa"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-96e82edc-e559-47d4-81cb-76746be42aaa"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-96e82edc-e559-47d4-81cb-76746be42aaa"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-86fa66cf-c010-4ceb-9f31-964fd691a351 {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-left: 50px;
padding-bottom: 20px;
padding-right: 10px;
min-height: 50px;
}








#s-86fa66cf-c010-4ceb-9f31-964fd691a351 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-86fa66cf-c010-4ceb-9f31-964fd691a351.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-693167d5-f607-435f-a606-8a899fb2c7c8 {
  margin-bottom: 1.5em;
max-width: 150px;
text-align: left;
}







  img.s-693167d5-f607-435f-a606-8a899fb2c7c8.shogun-image {
    
    
  }


.s-693167d5-f607-435f-a606-8a899fb2c7c8 .shogun-image-content {
  
    align-items: center;
  
}

.s-693167d5-f607-435f-a606-8a899fb2c7c8.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-693167d5-f607-435f-a606-8a899fb2c7c8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-693167d5-f607-435f-a606-8a899fb2c7c8.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-693167d5-f607-435f-a606-8a899fb2c7c8.shogun-image {
    
    
  }


.s-693167d5-f607-435f-a606-8a899fb2c7c8 .shogun-image-content {
  
    align-items: center;
  
}

.s-693167d5-f607-435f-a606-8a899fb2c7c8.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-693167d5-f607-435f-a606-8a899fb2c7c8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-693167d5-f607-435f-a606-8a899fb2c7c8.shogun-image {
  box-sizing: border-box;
}



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





  img.s-693167d5-f607-435f-a606-8a899fb2c7c8.shogun-image {
    
    
  }


.s-693167d5-f607-435f-a606-8a899fb2c7c8 .shogun-image-content {
  
    align-items: center;
  
}

.s-693167d5-f607-435f-a606-8a899fb2c7c8.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-693167d5-f607-435f-a606-8a899fb2c7c8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-693167d5-f607-435f-a606-8a899fb2c7c8.shogun-image {
  box-sizing: border-box;
}



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





  img.s-693167d5-f607-435f-a606-8a899fb2c7c8.shogun-image {
    
    
  }


.s-693167d5-f607-435f-a606-8a899fb2c7c8 .shogun-image-content {
  
    align-items: center;
  
}

.s-693167d5-f607-435f-a606-8a899fb2c7c8.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-693167d5-f607-435f-a606-8a899fb2c7c8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-693167d5-f607-435f-a606-8a899fb2c7c8.shogun-image {
  box-sizing: border-box;
}



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





  img.s-693167d5-f607-435f-a606-8a899fb2c7c8.shogun-image {
    
    
  }


.s-693167d5-f607-435f-a606-8a899fb2c7c8 .shogun-image-content {
  
    align-items: center;
  
}

.s-693167d5-f607-435f-a606-8a899fb2c7c8.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-693167d5-f607-435f-a606-8a899fb2c7c8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-693167d5-f607-435f-a606-8a899fb2c7c8.shogun-image {
  box-sizing: border-box;
}



}
#s-21c3b6ed-a7fe-4fcd-b97f-f9d41ca7a5cc {
  margin-top: 0em;
margin-bottom: 0.5em;
}

#s-65cdf121-f5dd-4839-b1af-fced5d5b7a57 {
  margin-top: -2em;
margin-bottom: -1.5em;
}

.button-profile-light-steel, .button-profile-light-steel:active, .button-profile-light-steel:focus, .button-profile-light-steel:visited  {
    background-color: #f4f3ef;
    border: 1px solid #f4f3ef;
    mso-border-alt: 8px solid #f4f3ef;
    color: #212226;
    transition: 250ms all ease-in;
    font-family:nudista-web, arial, sans-serif;
    font-weight:400;
    font-size: 16px;
    letter-spacing: 0.2px;
    line-height: 22px;
    padding: 10px 30px;
    display: inline-block;
    text-decoration: none;
    mso-padding-alt: 0px;
    border-radius: 0px !important;
}
.button-profile-light-steel:hover {
      transition: 0.3s !important;
      background-color: #393a37 !important;
      border: 1px solid #f4f3ef !important;
      mso-border-alt: 8px solid #393a37 !important;
      color: #f4f3ef !important;
}

#s-364c0b7b-1141-422e-bd01-bfa0bc1ba798 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 350px;
background-position: left top;
}








#s-364c0b7b-1141-422e-bd01-bfa0bc1ba798 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-364c0b7b-1141-422e-bd01-bfa0bc1ba798.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-de30f037-c759-4f01-98e4-fafd1355485a {
  min-height: 50px;
}
@media (min-width: 1200px){#s-de30f037-c759-4f01-98e4-fafd1355485a {
  display: none;
}
#s-de30f037-c759-4f01-98e4-fafd1355485a, #wrap-s-de30f037-c759-4f01-98e4-fafd1355485a { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-de30f037-c759-4f01-98e4-fafd1355485a {
  display: none;
}
#s-de30f037-c759-4f01-98e4-fafd1355485a, #wrap-s-de30f037-c759-4f01-98e4-fafd1355485a { display: none !important; }}







#s-de30f037-c759-4f01-98e4-fafd1355485a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-de30f037-c759-4f01-98e4-fafd1355485a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5f0f78ca-e9c2-412d-86a9-24706c16985d {
  text-align: center;
}







  img.s-5f0f78ca-e9c2-412d-86a9-24706c16985d.shogun-image {
    
    
  }


.s-5f0f78ca-e9c2-412d-86a9-24706c16985d .shogun-image-content {
  
    align-items: center;
  
}

.s-5f0f78ca-e9c2-412d-86a9-24706c16985d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5f0f78ca-e9c2-412d-86a9-24706c16985d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5f0f78ca-e9c2-412d-86a9-24706c16985d.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-5f0f78ca-e9c2-412d-86a9-24706c16985d.shogun-image {
    
    
  }


.s-5f0f78ca-e9c2-412d-86a9-24706c16985d .shogun-image-content {
  
    align-items: center;
  
}

.s-5f0f78ca-e9c2-412d-86a9-24706c16985d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5f0f78ca-e9c2-412d-86a9-24706c16985d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5f0f78ca-e9c2-412d-86a9-24706c16985d.shogun-image {
  box-sizing: border-box;
}



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





  img.s-5f0f78ca-e9c2-412d-86a9-24706c16985d.shogun-image {
    
    
  }


.s-5f0f78ca-e9c2-412d-86a9-24706c16985d .shogun-image-content {
  
    align-items: center;
  
}

.s-5f0f78ca-e9c2-412d-86a9-24706c16985d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5f0f78ca-e9c2-412d-86a9-24706c16985d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5f0f78ca-e9c2-412d-86a9-24706c16985d.shogun-image {
  box-sizing: border-box;
}



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





  img.s-5f0f78ca-e9c2-412d-86a9-24706c16985d.shogun-image {
    
    
  }


.s-5f0f78ca-e9c2-412d-86a9-24706c16985d .shogun-image-content {
  
    align-items: center;
  
}

.s-5f0f78ca-e9c2-412d-86a9-24706c16985d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5f0f78ca-e9c2-412d-86a9-24706c16985d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5f0f78ca-e9c2-412d-86a9-24706c16985d.shogun-image {
  box-sizing: border-box;
}



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





  img.s-5f0f78ca-e9c2-412d-86a9-24706c16985d.shogun-image {
    
    
  }


.s-5f0f78ca-e9c2-412d-86a9-24706c16985d .shogun-image-content {
  
    align-items: center;
  
}

.s-5f0f78ca-e9c2-412d-86a9-24706c16985d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5f0f78ca-e9c2-412d-86a9-24706c16985d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5f0f78ca-e9c2-412d-86a9-24706c16985d.shogun-image {
  box-sizing: border-box;
}



}
#s-204a3e5a-e583-4863-ad88-32df388ed4c4 {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-bottom: 20px;
padding-right: 0px;
min-height: 50px;
}








#s-204a3e5a-e583-4863-ad88-32df388ed4c4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-204a3e5a-e583-4863-ad88-32df388ed4c4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3ad9128d-4649-4eb9-b02f-a728af95ba72 {
  margin-bottom: 1.5em;
max-width: 150px;
text-align: center;
}







  img.s-3ad9128d-4649-4eb9-b02f-a728af95ba72.shogun-image {
    
    
  }


.s-3ad9128d-4649-4eb9-b02f-a728af95ba72 .shogun-image-content {
  
    align-items: center;
  
}

.s-3ad9128d-4649-4eb9-b02f-a728af95ba72.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3ad9128d-4649-4eb9-b02f-a728af95ba72.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3ad9128d-4649-4eb9-b02f-a728af95ba72.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-3ad9128d-4649-4eb9-b02f-a728af95ba72.shogun-image {
    
    
  }


.s-3ad9128d-4649-4eb9-b02f-a728af95ba72 .shogun-image-content {
  
    align-items: center;
  
}

.s-3ad9128d-4649-4eb9-b02f-a728af95ba72.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3ad9128d-4649-4eb9-b02f-a728af95ba72.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3ad9128d-4649-4eb9-b02f-a728af95ba72.shogun-image {
  box-sizing: border-box;
}



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





  img.s-3ad9128d-4649-4eb9-b02f-a728af95ba72.shogun-image {
    
    
  }


.s-3ad9128d-4649-4eb9-b02f-a728af95ba72 .shogun-image-content {
  
    align-items: center;
  
}

.s-3ad9128d-4649-4eb9-b02f-a728af95ba72.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3ad9128d-4649-4eb9-b02f-a728af95ba72.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3ad9128d-4649-4eb9-b02f-a728af95ba72.shogun-image {
  box-sizing: border-box;
}



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





  img.s-3ad9128d-4649-4eb9-b02f-a728af95ba72.shogun-image {
    
    
  }


.s-3ad9128d-4649-4eb9-b02f-a728af95ba72 .shogun-image-content {
  
    align-items: center;
  
}

.s-3ad9128d-4649-4eb9-b02f-a728af95ba72.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3ad9128d-4649-4eb9-b02f-a728af95ba72.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3ad9128d-4649-4eb9-b02f-a728af95ba72.shogun-image {
  box-sizing: border-box;
}



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





  img.s-3ad9128d-4649-4eb9-b02f-a728af95ba72.shogun-image {
    
    
  }


.s-3ad9128d-4649-4eb9-b02f-a728af95ba72 .shogun-image-content {
  
    align-items: center;
  
}

.s-3ad9128d-4649-4eb9-b02f-a728af95ba72.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3ad9128d-4649-4eb9-b02f-a728af95ba72.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3ad9128d-4649-4eb9-b02f-a728af95ba72.shogun-image {
  box-sizing: border-box;
}



}
#s-9b51b17a-d856-4204-8327-41d008b527dc {
  margin-top: 0em;
margin-bottom: 0.5em;
}

#s-679cb275-81b3-4c5d-aec0-4b5a47140401 {
  margin-top: -2em;
margin-bottom: -1.5em;
}

#s-555c9c5a-6ebd-4e42-9fd0-48b091e2518d {
  text-align: center;
}

#s-7640aea2-b388-406c-bd61-d97cc5b3f525 {
  margin-top: 0em;
margin-left: auto;
margin-bottom: 2em;
margin-right: auto;
min-height: 50px;
max-width: 1400px;
background-color: rgba(0, 59, 113, 1);
}








#s-7640aea2-b388-406c-bd61-d97cc5b3f525 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7640aea2-b388-406c-bd61-d97cc5b3f525.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 1200px){#s-50a8ae1d-5ca3-46fb-a6cf-7463314693b2 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-50a8ae1d-5ca3-46fb-a6cf-7463314693b2 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-50a8ae1d-5ca3-46fb-a6cf-7463314693b2 {
  display: none;
}
#s-50a8ae1d-5ca3-46fb-a6cf-7463314693b2, #wrap-s-50a8ae1d-5ca3-46fb-a6cf-7463314693b2 { display: none !important; }}@media (max-width: 767px){#s-50a8ae1d-5ca3-46fb-a6cf-7463314693b2 {
  display: none;
}
#s-50a8ae1d-5ca3-46fb-a6cf-7463314693b2, #wrap-s-50a8ae1d-5ca3-46fb-a6cf-7463314693b2 { display: none !important; }}
@media (min-width: 0px) {
[id="s-50a8ae1d-5ca3-46fb-a6cf-7463314693b2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-50a8ae1d-5ca3-46fb-a6cf-7463314693b2"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-50a8ae1d-5ca3-46fb-a6cf-7463314693b2"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-50a8ae1d-5ca3-46fb-a6cf-7463314693b2"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-50a8ae1d-5ca3-46fb-a6cf-7463314693b2"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-3d883b15-11f6-478f-aa07-84c5c04e6197 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 350px;
background-position: center center;
}








#s-3d883b15-11f6-478f-aa07-84c5c04e6197 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3d883b15-11f6-478f-aa07-84c5c04e6197.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4065d908-c728-4b2b-be09-036de0395206 {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-left: 50px;
padding-bottom: 20px;
padding-right: 10px;
min-height: 50px;
}








#s-4065d908-c728-4b2b-be09-036de0395206 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4065d908-c728-4b2b-be09-036de0395206.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-20d7f368-0d33-4cbc-8abf-de8a80602076 {
  margin-bottom: 1em;
max-width: 200px;
text-align: left;
}







  img.s-20d7f368-0d33-4cbc-8abf-de8a80602076.shogun-image {
    
    
  }


.s-20d7f368-0d33-4cbc-8abf-de8a80602076 .shogun-image-content {
  
    align-items: center;
  
}

.s-20d7f368-0d33-4cbc-8abf-de8a80602076.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-20d7f368-0d33-4cbc-8abf-de8a80602076.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-20d7f368-0d33-4cbc-8abf-de8a80602076.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-20d7f368-0d33-4cbc-8abf-de8a80602076.shogun-image {
    
    
  }


.s-20d7f368-0d33-4cbc-8abf-de8a80602076 .shogun-image-content {
  
    align-items: center;
  
}

.s-20d7f368-0d33-4cbc-8abf-de8a80602076.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-20d7f368-0d33-4cbc-8abf-de8a80602076.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-20d7f368-0d33-4cbc-8abf-de8a80602076.shogun-image {
  box-sizing: border-box;
}



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





  img.s-20d7f368-0d33-4cbc-8abf-de8a80602076.shogun-image {
    
    
  }


.s-20d7f368-0d33-4cbc-8abf-de8a80602076 .shogun-image-content {
  
    align-items: center;
  
}

.s-20d7f368-0d33-4cbc-8abf-de8a80602076.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-20d7f368-0d33-4cbc-8abf-de8a80602076.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-20d7f368-0d33-4cbc-8abf-de8a80602076.shogun-image {
  box-sizing: border-box;
}



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





  img.s-20d7f368-0d33-4cbc-8abf-de8a80602076.shogun-image {
    
    
  }


.s-20d7f368-0d33-4cbc-8abf-de8a80602076 .shogun-image-content {
  
    align-items: center;
  
}

.s-20d7f368-0d33-4cbc-8abf-de8a80602076.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-20d7f368-0d33-4cbc-8abf-de8a80602076.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-20d7f368-0d33-4cbc-8abf-de8a80602076.shogun-image {
  box-sizing: border-box;
}



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





  img.s-20d7f368-0d33-4cbc-8abf-de8a80602076.shogun-image {
    
    
  }


.s-20d7f368-0d33-4cbc-8abf-de8a80602076 .shogun-image-content {
  
    align-items: center;
  
}

.s-20d7f368-0d33-4cbc-8abf-de8a80602076.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-20d7f368-0d33-4cbc-8abf-de8a80602076.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-20d7f368-0d33-4cbc-8abf-de8a80602076.shogun-image {
  box-sizing: border-box;
}



}
#s-a0c3e3e7-cbcb-400c-a61f-57b126fbf7eb {
  margin-top: 0em;
margin-bottom: 0.5em;
}

#s-ac3807a3-eceb-494a-bf69-1147c25da2e9 {
  margin-top: -2em;
margin-bottom: -1.5em;
}

#s-7f085f3b-de2f-42ea-a036-1b92b6beab9e {
  min-height: 50px;
}
@media (min-width: 1200px){#s-7f085f3b-de2f-42ea-a036-1b92b6beab9e {
  display: none;
}
#s-7f085f3b-de2f-42ea-a036-1b92b6beab9e, #wrap-s-7f085f3b-de2f-42ea-a036-1b92b6beab9e { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-7f085f3b-de2f-42ea-a036-1b92b6beab9e {
  display: none;
}
#s-7f085f3b-de2f-42ea-a036-1b92b6beab9e, #wrap-s-7f085f3b-de2f-42ea-a036-1b92b6beab9e { display: none !important; }}







#s-7f085f3b-de2f-42ea-a036-1b92b6beab9e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7f085f3b-de2f-42ea-a036-1b92b6beab9e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4b385808-0285-452f-a65c-2360efb3ca3e {
  max-width: 1935px;
aspect-ratio: 1935/968;
text-align: center;
}





  #s-4b385808-0285-452f-a65c-2360efb3ca3e img.shogun-image,
  #s-4b385808-0285-452f-a65c-2360efb3ca3e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-4b385808-0285-452f-a65c-2360efb3ca3e {
    width: 100%;
    height: auto;
  }

  #s-4b385808-0285-452f-a65c-2360efb3ca3e img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4b385808-0285-452f-a65c-2360efb3ca3e.shogun-image {
    
    
  }


.s-4b385808-0285-452f-a65c-2360efb3ca3e .shogun-image-content {
  
    align-items: center;
  
}

.s-4b385808-0285-452f-a65c-2360efb3ca3e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4b385808-0285-452f-a65c-2360efb3ca3e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4b385808-0285-452f-a65c-2360efb3ca3e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4b385808-0285-452f-a65c-2360efb3ca3e {
      --shg-aspect-ratio: calc(1935/968); 
    }

    .s-4b385808-0285-452f-a65c-2360efb3ca3e.shogun-image-container {
      position: relative;
    }

    .s-4b385808-0285-452f-a65c-2360efb3ca3e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4b385808-0285-452f-a65c-2360efb3ca3e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4b385808-0285-452f-a65c-2360efb3ca3e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-4b385808-0285-452f-a65c-2360efb3ca3e img.shogun-image,
  #s-4b385808-0285-452f-a65c-2360efb3ca3e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-4b385808-0285-452f-a65c-2360efb3ca3e {
    width: 100%;
    height: auto;
  }

  #s-4b385808-0285-452f-a65c-2360efb3ca3e img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4b385808-0285-452f-a65c-2360efb3ca3e.shogun-image {
    
    
  }


.s-4b385808-0285-452f-a65c-2360efb3ca3e .shogun-image-content {
  
    align-items: center;
  
}

.s-4b385808-0285-452f-a65c-2360efb3ca3e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4b385808-0285-452f-a65c-2360efb3ca3e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4b385808-0285-452f-a65c-2360efb3ca3e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4b385808-0285-452f-a65c-2360efb3ca3e {
      --shg-aspect-ratio: calc(1935/968); 
    }

    .s-4b385808-0285-452f-a65c-2360efb3ca3e.shogun-image-container {
      position: relative;
    }

    .s-4b385808-0285-452f-a65c-2360efb3ca3e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4b385808-0285-452f-a65c-2360efb3ca3e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4b385808-0285-452f-a65c-2360efb3ca3e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-4b385808-0285-452f-a65c-2360efb3ca3e img.shogun-image,
  #s-4b385808-0285-452f-a65c-2360efb3ca3e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-4b385808-0285-452f-a65c-2360efb3ca3e {
    width: 100%;
    height: auto;
  }

  #s-4b385808-0285-452f-a65c-2360efb3ca3e img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4b385808-0285-452f-a65c-2360efb3ca3e.shogun-image {
    
    
  }


.s-4b385808-0285-452f-a65c-2360efb3ca3e .shogun-image-content {
  
    align-items: center;
  
}

.s-4b385808-0285-452f-a65c-2360efb3ca3e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4b385808-0285-452f-a65c-2360efb3ca3e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4b385808-0285-452f-a65c-2360efb3ca3e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4b385808-0285-452f-a65c-2360efb3ca3e {
      --shg-aspect-ratio: calc(1935/968); 
    }

    .s-4b385808-0285-452f-a65c-2360efb3ca3e.shogun-image-container {
      position: relative;
    }

    .s-4b385808-0285-452f-a65c-2360efb3ca3e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4b385808-0285-452f-a65c-2360efb3ca3e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4b385808-0285-452f-a65c-2360efb3ca3e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-4b385808-0285-452f-a65c-2360efb3ca3e img.shogun-image,
  #s-4b385808-0285-452f-a65c-2360efb3ca3e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-4b385808-0285-452f-a65c-2360efb3ca3e {
    width: 100%;
    height: auto;
  }

  #s-4b385808-0285-452f-a65c-2360efb3ca3e img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4b385808-0285-452f-a65c-2360efb3ca3e.shogun-image {
    
    
  }


.s-4b385808-0285-452f-a65c-2360efb3ca3e .shogun-image-content {
  
    align-items: center;
  
}

.s-4b385808-0285-452f-a65c-2360efb3ca3e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4b385808-0285-452f-a65c-2360efb3ca3e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4b385808-0285-452f-a65c-2360efb3ca3e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4b385808-0285-452f-a65c-2360efb3ca3e {
      --shg-aspect-ratio: calc(1935/968); 
    }

    .s-4b385808-0285-452f-a65c-2360efb3ca3e.shogun-image-container {
      position: relative;
    }

    .s-4b385808-0285-452f-a65c-2360efb3ca3e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4b385808-0285-452f-a65c-2360efb3ca3e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4b385808-0285-452f-a65c-2360efb3ca3e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-4b385808-0285-452f-a65c-2360efb3ca3e img.shogun-image,
  #s-4b385808-0285-452f-a65c-2360efb3ca3e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-4b385808-0285-452f-a65c-2360efb3ca3e {
    width: 100%;
    height: auto;
  }

  #s-4b385808-0285-452f-a65c-2360efb3ca3e img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4b385808-0285-452f-a65c-2360efb3ca3e.shogun-image {
    
    
  }


.s-4b385808-0285-452f-a65c-2360efb3ca3e .shogun-image-content {
  
    align-items: center;
  
}

.s-4b385808-0285-452f-a65c-2360efb3ca3e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4b385808-0285-452f-a65c-2360efb3ca3e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4b385808-0285-452f-a65c-2360efb3ca3e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4b385808-0285-452f-a65c-2360efb3ca3e {
      --shg-aspect-ratio: calc(1935/968); 
    }

    .s-4b385808-0285-452f-a65c-2360efb3ca3e.shogun-image-container {
      position: relative;
    }

    .s-4b385808-0285-452f-a65c-2360efb3ca3e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4b385808-0285-452f-a65c-2360efb3ca3e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4b385808-0285-452f-a65c-2360efb3ca3e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-6d856a5d-52f7-4421-a3db-4d724ba4c965 {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-bottom: 20px;
padding-right: 0px;
min-height: 50px;
}








#s-6d856a5d-52f7-4421-a3db-4d724ba4c965 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6d856a5d-52f7-4421-a3db-4d724ba4c965.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b0f819a4-8bad-4f51-b80c-1723f8275426 {
  margin-bottom: 1em;
max-width: 200px;
text-align: center;
}







  img.s-b0f819a4-8bad-4f51-b80c-1723f8275426.shogun-image {
    
    
  }


.s-b0f819a4-8bad-4f51-b80c-1723f8275426 .shogun-image-content {
  
    align-items: center;
  
}

.s-b0f819a4-8bad-4f51-b80c-1723f8275426.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b0f819a4-8bad-4f51-b80c-1723f8275426.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b0f819a4-8bad-4f51-b80c-1723f8275426.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-b0f819a4-8bad-4f51-b80c-1723f8275426.shogun-image {
    
    
  }


.s-b0f819a4-8bad-4f51-b80c-1723f8275426 .shogun-image-content {
  
    align-items: center;
  
}

.s-b0f819a4-8bad-4f51-b80c-1723f8275426.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b0f819a4-8bad-4f51-b80c-1723f8275426.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b0f819a4-8bad-4f51-b80c-1723f8275426.shogun-image {
  box-sizing: border-box;
}



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





  img.s-b0f819a4-8bad-4f51-b80c-1723f8275426.shogun-image {
    
    
  }


.s-b0f819a4-8bad-4f51-b80c-1723f8275426 .shogun-image-content {
  
    align-items: center;
  
}

.s-b0f819a4-8bad-4f51-b80c-1723f8275426.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b0f819a4-8bad-4f51-b80c-1723f8275426.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b0f819a4-8bad-4f51-b80c-1723f8275426.shogun-image {
  box-sizing: border-box;
}



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





  img.s-b0f819a4-8bad-4f51-b80c-1723f8275426.shogun-image {
    
    
  }


.s-b0f819a4-8bad-4f51-b80c-1723f8275426 .shogun-image-content {
  
    align-items: center;
  
}

.s-b0f819a4-8bad-4f51-b80c-1723f8275426.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b0f819a4-8bad-4f51-b80c-1723f8275426.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b0f819a4-8bad-4f51-b80c-1723f8275426.shogun-image {
  box-sizing: border-box;
}



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





  img.s-b0f819a4-8bad-4f51-b80c-1723f8275426.shogun-image {
    
    
  }


.s-b0f819a4-8bad-4f51-b80c-1723f8275426 .shogun-image-content {
  
    align-items: center;
  
}

.s-b0f819a4-8bad-4f51-b80c-1723f8275426.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b0f819a4-8bad-4f51-b80c-1723f8275426.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b0f819a4-8bad-4f51-b80c-1723f8275426.shogun-image {
  box-sizing: border-box;
}



}
#s-0383cca0-3414-4692-a22f-413008e1126a {
  margin-top: 0em;
margin-bottom: 0.5em;
}

#s-16853945-1613-4fe9-9db9-5cc028800aae {
  margin-top: -2em;
margin-bottom: -1.5em;
}

#s-d2d0b81e-ad91-4e30-bc37-00143ca39400 {
  text-align: center;
}

#s-d7968cd6-27e0-47a3-bff8-01741abfb11f {
  margin-top: 0em;
margin-left: auto;
margin-bottom: 2em;
margin-right: auto;
min-height: 50px;
max-width: 1400px;
background-color: rgba(33, 34, 38, 1);
}








#s-d7968cd6-27e0-47a3-bff8-01741abfb11f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d7968cd6-27e0-47a3-bff8-01741abfb11f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 1200px){#s-3bb281bb-0946-4ea2-8f2f-d0b37f784c6c {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-3bb281bb-0946-4ea2-8f2f-d0b37f784c6c {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-3bb281bb-0946-4ea2-8f2f-d0b37f784c6c {
  display: none;
}
#s-3bb281bb-0946-4ea2-8f2f-d0b37f784c6c, #wrap-s-3bb281bb-0946-4ea2-8f2f-d0b37f784c6c { display: none !important; }}@media (max-width: 767px){#s-3bb281bb-0946-4ea2-8f2f-d0b37f784c6c {
  display: none;
}
#s-3bb281bb-0946-4ea2-8f2f-d0b37f784c6c, #wrap-s-3bb281bb-0946-4ea2-8f2f-d0b37f784c6c { display: none !important; }}
@media (min-width: 0px) {
[id="s-3bb281bb-0946-4ea2-8f2f-d0b37f784c6c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3bb281bb-0946-4ea2-8f2f-d0b37f784c6c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-3bb281bb-0946-4ea2-8f2f-d0b37f784c6c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-3bb281bb-0946-4ea2-8f2f-d0b37f784c6c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-3bb281bb-0946-4ea2-8f2f-d0b37f784c6c"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-6a1d29af-fbd4-4348-96be-c26833d5b0a6 {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-left: 50px;
padding-bottom: 20px;
padding-right: 10px;
min-height: 50px;
}








#s-6a1d29af-fbd4-4348-96be-c26833d5b0a6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6a1d29af-fbd4-4348-96be-c26833d5b0a6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2d9dc87e-e937-420a-939b-f2f45524c93a {
  margin-bottom: 1.5em;
max-width: 150px;
text-align: left;
}







  img.s-2d9dc87e-e937-420a-939b-f2f45524c93a.shogun-image {
    
    
  }


.s-2d9dc87e-e937-420a-939b-f2f45524c93a .shogun-image-content {
  
    align-items: center;
  
}

.s-2d9dc87e-e937-420a-939b-f2f45524c93a.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-2d9dc87e-e937-420a-939b-f2f45524c93a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2d9dc87e-e937-420a-939b-f2f45524c93a.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-2d9dc87e-e937-420a-939b-f2f45524c93a.shogun-image {
    
    
  }


.s-2d9dc87e-e937-420a-939b-f2f45524c93a .shogun-image-content {
  
    align-items: center;
  
}

.s-2d9dc87e-e937-420a-939b-f2f45524c93a.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-2d9dc87e-e937-420a-939b-f2f45524c93a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2d9dc87e-e937-420a-939b-f2f45524c93a.shogun-image {
  box-sizing: border-box;
}



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





  img.s-2d9dc87e-e937-420a-939b-f2f45524c93a.shogun-image {
    
    
  }


.s-2d9dc87e-e937-420a-939b-f2f45524c93a .shogun-image-content {
  
    align-items: center;
  
}

.s-2d9dc87e-e937-420a-939b-f2f45524c93a.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-2d9dc87e-e937-420a-939b-f2f45524c93a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2d9dc87e-e937-420a-939b-f2f45524c93a.shogun-image {
  box-sizing: border-box;
}



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





  img.s-2d9dc87e-e937-420a-939b-f2f45524c93a.shogun-image {
    
    
  }


.s-2d9dc87e-e937-420a-939b-f2f45524c93a .shogun-image-content {
  
    align-items: center;
  
}

.s-2d9dc87e-e937-420a-939b-f2f45524c93a.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-2d9dc87e-e937-420a-939b-f2f45524c93a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2d9dc87e-e937-420a-939b-f2f45524c93a.shogun-image {
  box-sizing: border-box;
}



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





  img.s-2d9dc87e-e937-420a-939b-f2f45524c93a.shogun-image {
    
    
  }


.s-2d9dc87e-e937-420a-939b-f2f45524c93a .shogun-image-content {
  
    align-items: center;
  
}

.s-2d9dc87e-e937-420a-939b-f2f45524c93a.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-2d9dc87e-e937-420a-939b-f2f45524c93a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2d9dc87e-e937-420a-939b-f2f45524c93a.shogun-image {
  box-sizing: border-box;
}



}
#s-89ea581c-ad73-4ba8-8bde-73e90c911e4c {
  margin-top: 0em;
margin-bottom: 0.5em;
}

#s-c05aefba-5999-42d8-94ca-9fcb4bd0165f {
  margin-top: -2em;
margin-bottom: -1.5em;
}

#s-d7cc1a55-f81f-4843-a074-c37e33f9eff4 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 350px;
background-position: center center;
}








#s-d7cc1a55-f81f-4843-a074-c37e33f9eff4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d7cc1a55-f81f-4843-a074-c37e33f9eff4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-621b4ae6-77c8-438e-b043-7f7128ffe550 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-621b4ae6-77c8-438e-b043-7f7128ffe550 {
  display: none;
}
#s-621b4ae6-77c8-438e-b043-7f7128ffe550, #wrap-s-621b4ae6-77c8-438e-b043-7f7128ffe550 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-621b4ae6-77c8-438e-b043-7f7128ffe550 {
  display: none;
}
#s-621b4ae6-77c8-438e-b043-7f7128ffe550, #wrap-s-621b4ae6-77c8-438e-b043-7f7128ffe550 { display: none !important; }}







#s-621b4ae6-77c8-438e-b043-7f7128ffe550 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-621b4ae6-77c8-438e-b043-7f7128ffe550.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7dd2172f-cd1e-4187-b5f5-c505f603d4af {
  max-width: 1935px;
aspect-ratio: 1935/968;
text-align: center;
}





  #s-7dd2172f-cd1e-4187-b5f5-c505f603d4af img.shogun-image,
  #s-7dd2172f-cd1e-4187-b5f5-c505f603d4af .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-7dd2172f-cd1e-4187-b5f5-c505f603d4af {
    width: 100%;
    height: auto;
  }

  #s-7dd2172f-cd1e-4187-b5f5-c505f603d4af img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7dd2172f-cd1e-4187-b5f5-c505f603d4af.shogun-image {
    
    
  }


.s-7dd2172f-cd1e-4187-b5f5-c505f603d4af .shogun-image-content {
  
    align-items: center;
  
}

.s-7dd2172f-cd1e-4187-b5f5-c505f603d4af.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7dd2172f-cd1e-4187-b5f5-c505f603d4af.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7dd2172f-cd1e-4187-b5f5-c505f603d4af.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7dd2172f-cd1e-4187-b5f5-c505f603d4af {
      --shg-aspect-ratio: calc(1935/968); 
    }

    .s-7dd2172f-cd1e-4187-b5f5-c505f603d4af.shogun-image-container {
      position: relative;
    }

    .s-7dd2172f-cd1e-4187-b5f5-c505f603d4af.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7dd2172f-cd1e-4187-b5f5-c505f603d4af.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7dd2172f-cd1e-4187-b5f5-c505f603d4af img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-7dd2172f-cd1e-4187-b5f5-c505f603d4af img.shogun-image,
  #s-7dd2172f-cd1e-4187-b5f5-c505f603d4af .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-7dd2172f-cd1e-4187-b5f5-c505f603d4af {
    width: 100%;
    height: auto;
  }

  #s-7dd2172f-cd1e-4187-b5f5-c505f603d4af img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7dd2172f-cd1e-4187-b5f5-c505f603d4af.shogun-image {
    
    
  }


.s-7dd2172f-cd1e-4187-b5f5-c505f603d4af .shogun-image-content {
  
    align-items: center;
  
}

.s-7dd2172f-cd1e-4187-b5f5-c505f603d4af.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7dd2172f-cd1e-4187-b5f5-c505f603d4af.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7dd2172f-cd1e-4187-b5f5-c505f603d4af.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7dd2172f-cd1e-4187-b5f5-c505f603d4af {
      --shg-aspect-ratio: calc(1935/968); 
    }

    .s-7dd2172f-cd1e-4187-b5f5-c505f603d4af.shogun-image-container {
      position: relative;
    }

    .s-7dd2172f-cd1e-4187-b5f5-c505f603d4af.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7dd2172f-cd1e-4187-b5f5-c505f603d4af.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7dd2172f-cd1e-4187-b5f5-c505f603d4af img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-7dd2172f-cd1e-4187-b5f5-c505f603d4af img.shogun-image,
  #s-7dd2172f-cd1e-4187-b5f5-c505f603d4af .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-7dd2172f-cd1e-4187-b5f5-c505f603d4af {
    width: 100%;
    height: auto;
  }

  #s-7dd2172f-cd1e-4187-b5f5-c505f603d4af img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7dd2172f-cd1e-4187-b5f5-c505f603d4af.shogun-image {
    
    
  }


.s-7dd2172f-cd1e-4187-b5f5-c505f603d4af .shogun-image-content {
  
    align-items: center;
  
}

.s-7dd2172f-cd1e-4187-b5f5-c505f603d4af.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7dd2172f-cd1e-4187-b5f5-c505f603d4af.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7dd2172f-cd1e-4187-b5f5-c505f603d4af.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7dd2172f-cd1e-4187-b5f5-c505f603d4af {
      --shg-aspect-ratio: calc(1935/968); 
    }

    .s-7dd2172f-cd1e-4187-b5f5-c505f603d4af.shogun-image-container {
      position: relative;
    }

    .s-7dd2172f-cd1e-4187-b5f5-c505f603d4af.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7dd2172f-cd1e-4187-b5f5-c505f603d4af.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7dd2172f-cd1e-4187-b5f5-c505f603d4af img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-7dd2172f-cd1e-4187-b5f5-c505f603d4af img.shogun-image,
  #s-7dd2172f-cd1e-4187-b5f5-c505f603d4af .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-7dd2172f-cd1e-4187-b5f5-c505f603d4af {
    width: 100%;
    height: auto;
  }

  #s-7dd2172f-cd1e-4187-b5f5-c505f603d4af img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7dd2172f-cd1e-4187-b5f5-c505f603d4af.shogun-image {
    
    
  }


.s-7dd2172f-cd1e-4187-b5f5-c505f603d4af .shogun-image-content {
  
    align-items: center;
  
}

.s-7dd2172f-cd1e-4187-b5f5-c505f603d4af.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7dd2172f-cd1e-4187-b5f5-c505f603d4af.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7dd2172f-cd1e-4187-b5f5-c505f603d4af.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7dd2172f-cd1e-4187-b5f5-c505f603d4af {
      --shg-aspect-ratio: calc(1935/968); 
    }

    .s-7dd2172f-cd1e-4187-b5f5-c505f603d4af.shogun-image-container {
      position: relative;
    }

    .s-7dd2172f-cd1e-4187-b5f5-c505f603d4af.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7dd2172f-cd1e-4187-b5f5-c505f603d4af.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7dd2172f-cd1e-4187-b5f5-c505f603d4af img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-7dd2172f-cd1e-4187-b5f5-c505f603d4af img.shogun-image,
  #s-7dd2172f-cd1e-4187-b5f5-c505f603d4af .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-7dd2172f-cd1e-4187-b5f5-c505f603d4af {
    width: 100%;
    height: auto;
  }

  #s-7dd2172f-cd1e-4187-b5f5-c505f603d4af img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7dd2172f-cd1e-4187-b5f5-c505f603d4af.shogun-image {
    
    
  }


.s-7dd2172f-cd1e-4187-b5f5-c505f603d4af .shogun-image-content {
  
    align-items: center;
  
}

.s-7dd2172f-cd1e-4187-b5f5-c505f603d4af.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7dd2172f-cd1e-4187-b5f5-c505f603d4af.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7dd2172f-cd1e-4187-b5f5-c505f603d4af.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7dd2172f-cd1e-4187-b5f5-c505f603d4af {
      --shg-aspect-ratio: calc(1935/968); 
    }

    .s-7dd2172f-cd1e-4187-b5f5-c505f603d4af.shogun-image-container {
      position: relative;
    }

    .s-7dd2172f-cd1e-4187-b5f5-c505f603d4af.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7dd2172f-cd1e-4187-b5f5-c505f603d4af.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7dd2172f-cd1e-4187-b5f5-c505f603d4af img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-af11d518-855a-4e2e-ab7c-6101b53e816d {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-bottom: 20px;
padding-right: 0px;
min-height: 50px;
}








#s-af11d518-855a-4e2e-ab7c-6101b53e816d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-af11d518-855a-4e2e-ab7c-6101b53e816d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ebcfed65-8c48-49fe-8f0d-59c556d1104d {
  margin-bottom: 1.5em;
max-width: 150px;
text-align: center;
}







  img.s-ebcfed65-8c48-49fe-8f0d-59c556d1104d.shogun-image {
    
    
  }


.s-ebcfed65-8c48-49fe-8f0d-59c556d1104d .shogun-image-content {
  
    align-items: center;
  
}

.s-ebcfed65-8c48-49fe-8f0d-59c556d1104d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ebcfed65-8c48-49fe-8f0d-59c556d1104d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ebcfed65-8c48-49fe-8f0d-59c556d1104d.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-ebcfed65-8c48-49fe-8f0d-59c556d1104d.shogun-image {
    
    
  }


.s-ebcfed65-8c48-49fe-8f0d-59c556d1104d .shogun-image-content {
  
    align-items: center;
  
}

.s-ebcfed65-8c48-49fe-8f0d-59c556d1104d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ebcfed65-8c48-49fe-8f0d-59c556d1104d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ebcfed65-8c48-49fe-8f0d-59c556d1104d.shogun-image {
  box-sizing: border-box;
}



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





  img.s-ebcfed65-8c48-49fe-8f0d-59c556d1104d.shogun-image {
    
    
  }


.s-ebcfed65-8c48-49fe-8f0d-59c556d1104d .shogun-image-content {
  
    align-items: center;
  
}

.s-ebcfed65-8c48-49fe-8f0d-59c556d1104d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ebcfed65-8c48-49fe-8f0d-59c556d1104d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ebcfed65-8c48-49fe-8f0d-59c556d1104d.shogun-image {
  box-sizing: border-box;
}



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





  img.s-ebcfed65-8c48-49fe-8f0d-59c556d1104d.shogun-image {
    
    
  }


.s-ebcfed65-8c48-49fe-8f0d-59c556d1104d .shogun-image-content {
  
    align-items: center;
  
}

.s-ebcfed65-8c48-49fe-8f0d-59c556d1104d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ebcfed65-8c48-49fe-8f0d-59c556d1104d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ebcfed65-8c48-49fe-8f0d-59c556d1104d.shogun-image {
  box-sizing: border-box;
}



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





  img.s-ebcfed65-8c48-49fe-8f0d-59c556d1104d.shogun-image {
    
    
  }


.s-ebcfed65-8c48-49fe-8f0d-59c556d1104d .shogun-image-content {
  
    align-items: center;
  
}

.s-ebcfed65-8c48-49fe-8f0d-59c556d1104d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ebcfed65-8c48-49fe-8f0d-59c556d1104d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ebcfed65-8c48-49fe-8f0d-59c556d1104d.shogun-image {
  box-sizing: border-box;
}



}
#s-1ec84665-29e5-4e54-869f-3ab3254bd1f3 {
  margin-top: 0em;
margin-bottom: 0.5em;
}

#s-bf03a73d-d7ff-48ae-94df-45bce138e237 {
  margin-top: -2em;
margin-bottom: -1.5em;
}

#s-7e132eb8-d4fd-4c3b-b34c-a7b7b06c2f9d {
  text-align: center;
}

#s-252a2711-9ea6-4514-a574-2f683265a1b6 {
  background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
margin-top: 0px;
margin-left: 0em;
margin-bottom: 0px;
margin-right: 0em;
padding-top: 0em;
padding-left: 1em;
padding-bottom: 0em;
padding-right: 1em;
min-height: 600px;
background-position: center center;
}
@media (min-width: 1200px){#s-252a2711-9ea6-4514-a574-2f683265a1b6 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-252a2711-9ea6-4514-a574-2f683265a1b6 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-252a2711-9ea6-4514-a574-2f683265a1b6 {
  
}
}@media (max-width: 767px){#s-252a2711-9ea6-4514-a574-2f683265a1b6 {
  
}
}







#s-252a2711-9ea6-4514-a574-2f683265a1b6 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-252a2711-9ea6-4514-a574-2f683265a1b6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-541154a4-cefa-492e-ae15-5bd4ea363447 {
  margin-top: 10%;
}
@media (min-width: 1200px){#s-541154a4-cefa-492e-ae15-5bd4ea363447 {
  display: none;
}
#s-541154a4-cefa-492e-ae15-5bd4ea363447, #wrap-s-541154a4-cefa-492e-ae15-5bd4ea363447 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-541154a4-cefa-492e-ae15-5bd4ea363447 {
  display: none;
}
#s-541154a4-cefa-492e-ae15-5bd4ea363447, #wrap-s-541154a4-cefa-492e-ae15-5bd4ea363447 { display: none !important; }}
#s-ac10d98d-95c5-473d-879f-4697761a4540 {
  margin-top: 10%;
}
@media (min-width: 768px) and (max-width: 991px){#s-ac10d98d-95c5-473d-879f-4697761a4540 {
  display: none;
}
#s-ac10d98d-95c5-473d-879f-4697761a4540, #wrap-s-ac10d98d-95c5-473d-879f-4697761a4540 { display: none !important; }}@media (max-width: 767px){#s-ac10d98d-95c5-473d-879f-4697761a4540 {
  display: none;
}
#s-ac10d98d-95c5-473d-879f-4697761a4540, #wrap-s-ac10d98d-95c5-473d-879f-4697761a4540 { display: none !important; }}
#s-fa6958a2-6878-4819-a7e7-b698815363c8 {
  margin-top: 10%;
margin-left: auto;
margin-bottom: 3em;
margin-right: auto;
max-width: 1400px;
}

@media (min-width: 0px) {
[id="s-fa6958a2-6878-4819-a7e7-b698815363c8"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-fa6958a2-6878-4819-a7e7-b698815363c8"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-fa6958a2-6878-4819-a7e7-b698815363c8"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-fa6958a2-6878-4819-a7e7-b698815363c8"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

#s-91873fe6-4412-4e12-8519-b62330ed13ba {
  margin-bottom: 2em;
}

#s-b0f53bde-12e7-4f42-acb4-027992e7fac7 {
  margin-bottom: 2em;
}

#s-9c901ac0-e923-44de-b530-9e9d52bf395b {
  padding-left: 1em;
padding-right: 1em;
min-height: 50px;
}








#s-9c901ac0-e923-44de-b530-9e9d52bf395b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9c901ac0-e923-44de-b530-9e9d52bf395b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3cd9cbb7-b99f-48ef-b4b9-cc4fdb15f3e8 {
  margin-left: auto;
margin-right: auto;
}

#s-7bf87cdd-3477-4ddc-bd4a-bda91fa1e247 {
  margin-bottom: 2em;
}
@media (max-width: 767px){#s-7bf87cdd-3477-4ddc-bd4a-bda91fa1e247 {
  
}
}
/*
  $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}
