.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-aee44eec-5712-426b-9635-6205112c0912 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0.4);
border-style: solid;
min-height: 400px;
background-position: center center;
}

#s-aee44eec-5712-426b-9635-6205112c0912 {
  background-image: url(https://i.shgcdn.com/88e4d499-9197-4751-998c-e00d4ddd402b/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-aee44eec-5712-426b-9635-6205112c0912 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-aee44eec-5712-426b-9635-6205112c0912.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

#s-b9cb7ea7-67e9-476b-b87f-dce78f31fe10 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(4, 43, 96, 0.5);
}

#s-b9cb7ea7-67e9-476b-b87f-dce78f31fe10 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 56px;
  
  
  
}



.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-05c9f625-bfac-4f2d-8138-af7adce93317 {
  border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(4, 43, 96, 0);
border-style: solid;
background-color: rgba(0, 182, 237, 1);
}

@media (min-width: 0px) {
[id="s-05c9f625-bfac-4f2d-8138-af7adce93317"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-05c9f625-bfac-4f2d-8138-af7adce93317"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-05c9f625-bfac-4f2d-8138-af7adce93317"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-05c9f625-bfac-4f2d-8138-af7adce93317"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-b8083e63-75b7-4ef9-a6aa-80a7163e2570 {
  min-height: 50px;
background-color: rgba(0, 182, 237, 1);
}








#s-b8083e63-75b7-4ef9-a6aa-80a7163e2570 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b8083e63-75b7-4ef9-a6aa-80a7163e2570.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e14db1d3-9e4e-4551-bae5-9d24343f7338 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(0, 0, 0, 0);
}

#s-e14db1d3-9e4e-4551-bae5-9d24343f7338 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 34px;
  
  
  
}



.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-06feda07-d3b2-4828-bf96-c97df3f04ad4 {
  border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0);
border-style: solid;
background-color: rgba(4, 43, 96, 0);
}

.shg-map-info-window-container {
  max-width: 200px;
  color: #000000;
}

.shg-map-container {
  height: 400px;
}

.shg-map {
  height: 100%;
}

.shg-map .gm-style-cc,
.shg-map .gm-style-cc + div {
  visibility: visible !important;
}

#s-d54434a3-8c19-46d3-9d0a-060befdbc2fc {
  min-height: 400px;
}

#s-91920f46-b27e-4d23-b922-5833a7df7c80 {
  min-height: 50px;
background-color: rgba(0, 182, 237, 1);
}








#s-91920f46-b27e-4d23-b922-5833a7df7c80 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-91920f46-b27e-4d23-b922-5833a7df7c80.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-70f5302e-1358-44ab-adbf-af9114f445f7 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-70f5302e-1358-44ab-adbf-af9114f445f7 .shogun-heading-component h2 {
  color: rgba(249, 249, 249, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 34px;
  
  
  text-align: center;
}



.shogun-table-wrapper {
  overflow: auto;
}

table.shogun-table {
  width: 100%;
  max-width: 100%;
  border-collapse: collapse;
  border-style: hidden;
}

thead.shogun-table-column-container {
  font-weight: bold;
}

td.shogun-table-column {
  padding: 10px;
}

td.shogun-table-row {
  padding: 10px;
  min-height: 45px;
}

td.shogun-table-column:only-child, td.shogun-table-row:only-child {
  width: 100%;
}

#s-4ce3da9c-5652-4a97-aca9-7af5df04f39d .shogun-table-wrapper {
  overflow: auto;
  border: 0px solid #D5D6D7;
  border-radius: 0px;
}

#s-4ce3da9c-5652-4a97-aca9-7af5df04f39d table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-4ce3da9c-5652-4a97-aca9-7af5df04f39d td.shogun-table-column {
  background-color: #fff;
  padding: 0px;
  text-align: left;
  font-family: ;
  font-size: 14px;
  font-weight: ;
  color: ;
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-4ce3da9c-5652-4a97-aca9-7af5df04f39d td.shogun-table-row {
  background-color: rgba(0, 182, 237, 0);
  padding: 10px;
}

#s-4ce3da9c-5652-4a97-aca9-7af5df04f39d td.shogun-table-column, #s-4ce3da9c-5652-4a97-aca9-7af5df04f39d td.shogun-table-row {
  border: 0px solid #D5D6D7;
}

#s-db3cae2f-3005-4fd9-a0f4-483fb348e0da {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 196, 255, 1);
border-style: solid;
}

#s-ac566cbe-2d98-4f3a-8844-829a6729aa39 {
  padding-top: 4em;
padding-bottom: 4em;
min-height: 50px;
background-color: rgba(4, 43, 96, 1);
}
@media (min-width: 1200px){#s-ac566cbe-2d98-4f3a-8844-829a6729aa39 {
  display: none;
}
#s-ac566cbe-2d98-4f3a-8844-829a6729aa39, #wrap-s-ac566cbe-2d98-4f3a-8844-829a6729aa39 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ac566cbe-2d98-4f3a-8844-829a6729aa39 {
  display: none;
}
#s-ac566cbe-2d98-4f3a-8844-829a6729aa39, #wrap-s-ac566cbe-2d98-4f3a-8844-829a6729aa39 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-ac566cbe-2d98-4f3a-8844-829a6729aa39 {
  display: none;
}
#s-ac566cbe-2d98-4f3a-8844-829a6729aa39, #wrap-s-ac566cbe-2d98-4f3a-8844-829a6729aa39 { display:none !important; }}







#s-ac566cbe-2d98-4f3a-8844-829a6729aa39 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ac566cbe-2d98-4f3a-8844-829a6729aa39.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
@media (max-width: 767px){






#s-ac566cbe-2d98-4f3a-8844-829a6729aa39 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ac566cbe-2d98-4f3a-8844-829a6729aa39.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
}
#s-4593bb8c-3780-4ef7-9f60-415cb565b907 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 1000px;
}








#s-4593bb8c-3780-4ef7-9f60-415cb565b907 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4593bb8c-3780-4ef7-9f60-415cb565b907.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

@media (min-width: 0px) {
[id="s-de66cdca-42c1-4352-a123-2321bcb59d32"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 9.0px);
}

}

@media (min-width: 768px) {
[id="s-de66cdca-42c1-4352-a123-2321bcb59d32"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 14.4px);
}

[id="s-de66cdca-42c1-4352-a123-2321bcb59d32"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 14.4px);
}

}

@media (min-width: 992px) {
[id="s-de66cdca-42c1-4352-a123-2321bcb59d32"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 14.4px);
}

[id="s-de66cdca-42c1-4352-a123-2321bcb59d32"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 14.4px);
}

}

@media (min-width: 1200px) {
[id="s-de66cdca-42c1-4352-a123-2321bcb59d32"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 14.4px);
}

[id="s-de66cdca-42c1-4352-a123-2321bcb59d32"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 14.4px);
}

}

#s-fe43912a-12e2-4628-b1f9-c4fcb1e34fb9 {
  min-height: 50px;
}








#s-fe43912a-12e2-4628-b1f9-c4fcb1e34fb9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fe43912a-12e2-4628-b1f9-c4fcb1e34fb9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-a82e8e26-0228-4b4b-b78b-e2113e17ef54 {
  margin-left: auto;
margin-right: auto;
max-width: 55px;
text-align: left;
}







  #s-a82e8e26-0228-4b4b-b78b-e2113e17ef54 img.shogun-image {
    

    
    
    
  }


#s-a82e8e26-0228-4b4b-b78b-e2113e17ef54 .shogun-image-content {
  
    align-items: center;
  
}

#s-77bcdbef-219b-46f7-abed-98a607807f62 {
  margin-top: 0.5em;
margin-bottom: 0em;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-77bcdbef-219b-46f7-abed-98a607807f62 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


@media (max-width: 767px){#s-77bcdbef-219b-46f7-abed-98a607807f62 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


}
#s-f48e4a3c-6eae-400f-8486-95269d9f4ac0 {
  min-height: 50px;
}








#s-f48e4a3c-6eae-400f-8486-95269d9f4ac0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f48e4a3c-6eae-400f-8486-95269d9f4ac0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-444fb300-0385-4b07-9503-216ad3d98111 {
  min-height: 50px;
}








#s-444fb300-0385-4b07-9503-216ad3d98111 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-444fb300-0385-4b07-9503-216ad3d98111.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-5c3f1d9e-af01-4f9d-8db6-02fdd1e51337 {
  margin-left: auto;
margin-right: auto;
max-width: 55px;
text-align: center;
}







  #s-5c3f1d9e-af01-4f9d-8db6-02fdd1e51337 img.shogun-image {
    

    
    
    
  }


#s-5c3f1d9e-af01-4f9d-8db6-02fdd1e51337 .shogun-image-content {
  
    align-items: center;
  
}

#s-7d967a23-454d-4edc-99bc-0bd863eecfbc {
  margin-top: 0.5em;
margin-bottom: 0em;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7d967a23-454d-4edc-99bc-0bd863eecfbc .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


@media (max-width: 767px){#s-7d967a23-454d-4edc-99bc-0bd863eecfbc .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


}
#s-06a7f987-7fbd-427f-b4a2-dcb6c040785f {
  min-height: 50px;
}








#s-06a7f987-7fbd-427f-b4a2-dcb6c040785f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-06a7f987-7fbd-427f-b4a2-dcb6c040785f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b1837cb2-3a1e-4949-8f0c-d5fbf19356a1 {
  min-height: 50px;
}








#s-b1837cb2-3a1e-4949-8f0c-d5fbf19356a1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b1837cb2-3a1e-4949-8f0c-d5fbf19356a1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1791ceca-4994-4577-aa83-653631450dcf {
  margin-left: auto;
margin-right: auto;
max-width: 55px;
text-align: left;
}







  #s-1791ceca-4994-4577-aa83-653631450dcf img.shogun-image {
    

    
    
    
  }


#s-1791ceca-4994-4577-aa83-653631450dcf .shogun-image-content {
  
    align-items: center;
  
}

#s-af0157a4-3611-42d2-a018-6cd7e4f21310 {
  margin-top: 0.5em;
margin-bottom: 0em;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-af0157a4-3611-42d2-a018-6cd7e4f21310 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


@media (max-width: 767px){#s-af0157a4-3611-42d2-a018-6cd7e4f21310 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


}
#s-aeb5d18e-28b9-4edb-9f3e-88a1a7bddf63 {
  min-height: 50px;
}








#s-aeb5d18e-28b9-4edb-9f3e-88a1a7bddf63 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-aeb5d18e-28b9-4edb-9f3e-88a1a7bddf63.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1158b757-c442-4e36-8582-0448fe606c47 {
  margin-left: auto;
margin-right: auto;
min-height: 48px;
max-width: 48px;
text-align: center;
}







  #s-1158b757-c442-4e36-8582-0448fe606c47 img.shogun-image {
    

    
    
    
  }


#s-1158b757-c442-4e36-8582-0448fe606c47 .shogun-image-content {
  
    align-items: center;
  
}

#s-95de5840-5a7c-4f15-a128-cc4f74a71635 {
  margin-top: 0.5em;
margin-bottom: 0em;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-95de5840-5a7c-4f15-a128-cc4f74a71635 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


@media (max-width: 767px){#s-95de5840-5a7c-4f15-a128-cc4f74a71635 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


}
#s-9d6de7cf-b6f6-4d7b-8b13-76fc06208f5e {
  min-height: 50px;
}








#s-9d6de7cf-b6f6-4d7b-8b13-76fc06208f5e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9d6de7cf-b6f6-4d7b-8b13-76fc06208f5e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ff14f3bf-f9db-43c0-8b37-72893c6c9105 {
  margin-left: auto;
margin-right: auto;
max-width: 55px;
text-align: left;
}







  #s-ff14f3bf-f9db-43c0-8b37-72893c6c9105 img.shogun-image {
    

    
    
    
  }


#s-ff14f3bf-f9db-43c0-8b37-72893c6c9105 .shogun-image-content {
  
    align-items: center;
  
}

#s-3e1b1342-0a3b-4ca0-b011-f300c3dcdb51 {
  margin-top: 0.5em;
margin-bottom: 0em;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3e1b1342-0a3b-4ca0-b011-f300c3dcdb51 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


#s-3e1b1342-0a3b-4ca0-b011-f300c3dcdb51 .shogun-heading-component h3 a {
  color: rgba(255, 255, 255, 1);
}

@media (max-width: 767px){#s-3e1b1342-0a3b-4ca0-b011-f300c3dcdb51 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


#s-3e1b1342-0a3b-4ca0-b011-f300c3dcdb51 .shogun-heading-component h3 a {
  color: rgba(255, 255, 255, 1);
}

}
#s-88914fa4-8e6b-4afc-bf13-984ac0280c43 {
  min-height: 50px;
}








#s-88914fa4-8e6b-4afc-bf13-984ac0280c43 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-88914fa4-8e6b-4afc-bf13-984ac0280c43.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c03c46b1-6932-4d76-bbcf-3bed5fdbaf84 {
  padding-top: 4em;
padding-bottom: 4em;
min-height: 50px;
background-color: rgba(4, 43, 96, 1);
}
@media (max-width: 767px){#s-c03c46b1-6932-4d76-bbcf-3bed5fdbaf84 {
  display: none;
}
#s-c03c46b1-6932-4d76-bbcf-3bed5fdbaf84, #wrap-s-c03c46b1-6932-4d76-bbcf-3bed5fdbaf84 { display:none !important; }}







#s-c03c46b1-6932-4d76-bbcf-3bed5fdbaf84 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c03c46b1-6932-4d76-bbcf-3bed5fdbaf84.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
@media (max-width: 767px){






#s-c03c46b1-6932-4d76-bbcf-3bed5fdbaf84 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c03c46b1-6932-4d76-bbcf-3bed5fdbaf84.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
}
#s-9d42f8a7-1477-49e5-852e-25cdcbc78c09 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 1000px;
}








#s-9d42f8a7-1477-49e5-852e-25cdcbc78c09 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9d42f8a7-1477-49e5-852e-25cdcbc78c09.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

@media (min-width: 0px) {
[id="s-5937b3b6-e086-49a0-88ad-13ab1374f38e"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 9.0px);
}

}

@media (min-width: 768px) {
[id="s-5937b3b6-e086-49a0-88ad-13ab1374f38e"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 14.4px);
}

[id="s-5937b3b6-e086-49a0-88ad-13ab1374f38e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 14.4px);
}

}

@media (min-width: 992px) {
[id="s-5937b3b6-e086-49a0-88ad-13ab1374f38e"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 14.4px);
}

[id="s-5937b3b6-e086-49a0-88ad-13ab1374f38e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 14.4px);
}

}

@media (min-width: 1200px) {
[id="s-5937b3b6-e086-49a0-88ad-13ab1374f38e"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 14.4px);
}

[id="s-5937b3b6-e086-49a0-88ad-13ab1374f38e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 14.4px);
}

}

#s-9b7c5145-cff6-44de-965e-e2eddcc17923 {
  min-height: 50px;
}








#s-9b7c5145-cff6-44de-965e-e2eddcc17923 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9b7c5145-cff6-44de-965e-e2eddcc17923.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e1f1879e-03de-4ef4-80b3-a903b5fd5a5d {
  margin-left: auto;
margin-right: auto;
max-width: 55px;
text-align: left;
}







  #s-e1f1879e-03de-4ef4-80b3-a903b5fd5a5d img.shogun-image {
    

    
    
    
  }


#s-e1f1879e-03de-4ef4-80b3-a903b5fd5a5d .shogun-image-content {
  
    align-items: center;
  
}

#s-93db0f54-b4ca-4578-a6a0-b86266531e6d {
  margin-top: 0.5em;
margin-bottom: 0em;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-93db0f54-b4ca-4578-a6a0-b86266531e6d .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


@media (max-width: 767px){#s-93db0f54-b4ca-4578-a6a0-b86266531e6d .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


}
#s-053353ec-050c-4bab-ab2f-b43dada10f7b {
  min-height: 50px;
}








#s-053353ec-050c-4bab-ab2f-b43dada10f7b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-053353ec-050c-4bab-ab2f-b43dada10f7b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3903b58e-8dd6-4487-bd0d-9ae857f8654a {
  min-height: 50px;
}








#s-3903b58e-8dd6-4487-bd0d-9ae857f8654a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3903b58e-8dd6-4487-bd0d-9ae857f8654a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e8db8dca-cf92-4e8c-9daa-33d54b854f56 {
  margin-left: auto;
margin-right: auto;
max-width: 55px;
text-align: left;
}







  #s-e8db8dca-cf92-4e8c-9daa-33d54b854f56 img.shogun-image {
    

    
    
    
  }


#s-e8db8dca-cf92-4e8c-9daa-33d54b854f56 .shogun-image-content {
  
    align-items: center;
  
}

#s-28b82bf4-3a9d-4d94-a0d9-70c42e51916c {
  margin-top: 0.5em;
margin-bottom: 0em;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-28b82bf4-3a9d-4d94-a0d9-70c42e51916c .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


@media (max-width: 767px){#s-28b82bf4-3a9d-4d94-a0d9-70c42e51916c .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


}
#s-213a865f-b6c7-4d9f-a545-a4c818fdc1a7 {
  min-height: 50px;
}








#s-213a865f-b6c7-4d9f-a545-a4c818fdc1a7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-213a865f-b6c7-4d9f-a545-a4c818fdc1a7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4d901d32-764e-4cc7-ad60-1ba2da22253f {
  min-height: 50px;
}








#s-4d901d32-764e-4cc7-ad60-1ba2da22253f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4d901d32-764e-4cc7-ad60-1ba2da22253f.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-0d7cbd3c-9c29-4bb5-a9de-7836001f6e24 {
  margin-left: auto;
margin-right: auto;
max-width: 55px;
text-align: center;
}







  #s-0d7cbd3c-9c29-4bb5-a9de-7836001f6e24 img.shogun-image {
    

    
    
    
  }


#s-0d7cbd3c-9c29-4bb5-a9de-7836001f6e24 .shogun-image-content {
  
    align-items: center;
  
}

#s-c43dc861-80bc-4e16-abcf-31f0bb0ab951 {
  margin-top: 0.5em;
margin-bottom: 0em;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c43dc861-80bc-4e16-abcf-31f0bb0ab951 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


@media (max-width: 767px){#s-c43dc861-80bc-4e16-abcf-31f0bb0ab951 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


}
#s-59d48fee-9397-41f6-90eb-62359c131be1 {
  min-height: 50px;
}








#s-59d48fee-9397-41f6-90eb-62359c131be1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-59d48fee-9397-41f6-90eb-62359c131be1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-50c3fea1-d891-4ce7-b4a7-7e7f25f5ec78 {
  margin-left: auto;
margin-right: auto;
max-width: 55px;
text-align: left;
}







  #s-50c3fea1-d891-4ce7-b4a7-7e7f25f5ec78 img.shogun-image {
    

    
    
    
  }


#s-50c3fea1-d891-4ce7-b4a7-7e7f25f5ec78 .shogun-image-content {
  
    align-items: center;
  
}

#s-011c0649-68b8-4f76-a630-331e1f2f0154 {
  margin-top: 0.5em;
margin-bottom: 0em;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-011c0649-68b8-4f76-a630-331e1f2f0154 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


#s-011c0649-68b8-4f76-a630-331e1f2f0154 .shogun-heading-component h3 a {
  color: rgba(255, 255, 255, 1);
}

@media (max-width: 767px){#s-011c0649-68b8-4f76-a630-331e1f2f0154 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


#s-011c0649-68b8-4f76-a630-331e1f2f0154 .shogun-heading-component h3 a {
  color: rgba(255, 255, 255, 1);
}

}
#s-d47018f5-3c37-4541-82b3-a19a033842e7 {
  min-height: 50px;
}








#s-d47018f5-3c37-4541-82b3-a19a033842e7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d47018f5-3c37-4541-82b3-a19a033842e7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d7c23ae0-f7c7-40dc-8134-dc8d9c56622b {
  margin-left: auto;
margin-right: auto;
min-height: 48px;
max-width: 48px;
text-align: center;
}







  #s-d7c23ae0-f7c7-40dc-8134-dc8d9c56622b img.shogun-image {
    

    
    
    
  }


#s-d7c23ae0-f7c7-40dc-8134-dc8d9c56622b .shogun-image-content {
  
    align-items: center;
  
}

#s-3470e0ce-f20c-4428-868e-acf79dbd5e27 {
  margin-top: 0.5em;
margin-bottom: 0em;
padding-top: 18px;
padding-bottom: 1px;
text-align: center;
}

#s-3470e0ce-f20c-4428-868e-acf79dbd5e27 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


@media (max-width: 767px){#s-3470e0ce-f20c-4428-868e-acf79dbd5e27 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


}
#s-5a94a1a4-f1a8-44c4-838e-7d6d9d739847 {
  min-height: 50px;
}








#s-5a94a1a4-f1a8-44c4-838e-7d6d9d739847 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5a94a1a4-f1a8-44c4-838e-7d6d9d739847.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-40565e90-f770-47aa-9490-e09e746a3dcd {
  padding-top: 5em;
padding-left: 2.5em;
padding-bottom: 5em;
padding-right: 2.5em;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-40565e90-f770-47aa-9490-e09e746a3dcd {
  padding-top: 3em;
padding-bottom: 3em;
}
}@media (max-width: 767px){#s-40565e90-f770-47aa-9490-e09e746a3dcd {
  padding-top: 3em;
padding-bottom: 3em;
}
}







#s-40565e90-f770-47aa-9490-e09e746a3dcd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-40565e90-f770-47aa-9490-e09e746a3dcd.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2d1a4607-bbc1-4acc-aa16-e4ba3fe4cc4b {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 1000px;
}








#s-2d1a4607-bbc1-4acc-aa16-e4ba3fe4cc4b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2d1a4607-bbc1-4acc-aa16-e4ba3fe4cc4b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ab9aa0e4-fee0-45ef-aa94-eb319c9ce427 {
  margin-bottom: 0.25em;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ab9aa0e4-fee0-45ef-aa94-eb319c9ce427 .shogun-heading-component h1 {
  color: rgba(4, 43, 96, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: center;
}


@media (max-width: 767px){#s-ab9aa0e4-fee0-45ef-aa94-eb319c9ce427 .shogun-heading-component h1 {
  color: rgba(4, 43, 96, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 28px;
  
  
  text-align: center;
}


}
#s-7bb720e8-6eb9-4f4b-a955-264d924e792d {
  margin-top: 0em;
margin-bottom: 0em;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-7bb720e8-6eb9-4f4b-a955-264d924e792d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7bb720e8-6eb9-4f4b-a955-264d924e792d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f3cc302c-e6ac-41f1-a688-4065f3e2e308 {
  margin-left: auto;
margin-right: auto;
max-width: 252px;
text-align: center;
}
@media (max-width: 767px){#s-f3cc302c-e6ac-41f1-a688-4065f3e2e308 {
  max-width: 200px;
}
}






  #s-f3cc302c-e6ac-41f1-a688-4065f3e2e308 img.shogun-image {
    

    
    
    
  }


#s-f3cc302c-e6ac-41f1-a688-4065f3e2e308 .shogun-image-content {
  
    align-items: center;
  
}

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

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

#s-2a36b27c-43f3-4dd2-960d-7049ff9761fc {
  opacity: 0;
}

#s-2a36b27c-43f3-4dd2-960d-7049ff9761fc hr {
  border-top: 2px solid #ddd;
}

#s-53d0f230-cb51-4b55-9c65-54e17a31ba93 {
  min-height: 50px;
}








#s-53d0f230-cb51-4b55-9c65-54e17a31ba93 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-53d0f230-cb51-4b55-9c65-54e17a31ba93.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-10d2ee09-8dc6-471e-95b6-6b98f11c794e {
  margin-left: auto;
margin-right: auto;
padding-left: 2.5em;
padding-right: 2.5em;
max-width: 850px;
background-color: rgba(255, 255, 255, 1);
}

#s-4f2f82bc-6b21-443e-a837-58d85b8e6fae {
  margin-top: 0em;
margin-bottom: 0em;
padding-left: 2.5em;
padding-right: 2.5em;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-4f2f82bc-6b21-443e-a837-58d85b8e6fae > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4f2f82bc-6b21-443e-a837-58d85b8e6fae.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1ce35264-85ef-4ee6-a49f-983af4fd4ea0 {
  margin-top: 4em;
margin-bottom: 4em;
min-height: 50px;
}
@media (min-width: 1200px){#s-1ce35264-85ef-4ee6-a49f-983af4fd4ea0 {
  display: none;
}
#s-1ce35264-85ef-4ee6-a49f-983af4fd4ea0, #wrap-s-1ce35264-85ef-4ee6-a49f-983af4fd4ea0 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-1ce35264-85ef-4ee6-a49f-983af4fd4ea0 {
  display: none;
}
#s-1ce35264-85ef-4ee6-a49f-983af4fd4ea0, #wrap-s-1ce35264-85ef-4ee6-a49f-983af4fd4ea0 { display:none !important; }}







#s-1ce35264-85ef-4ee6-a49f-983af4fd4ea0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1ce35264-85ef-4ee6-a49f-983af4fd4ea0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4663e7fd-9cfa-4d85-939d-8145301e30d5 {
  margin-left: auto;
margin-right: auto;
max-width: 1300px;
}

@media (min-width: 0px) {
[id="s-4663e7fd-9cfa-4d85-939d-8145301e30d5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4663e7fd-9cfa-4d85-939d-8145301e30d5"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-4663e7fd-9cfa-4d85-939d-8145301e30d5"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-4663e7fd-9cfa-4d85-939d-8145301e30d5"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-b23d6cdb-5152-40d1-9607-076feeaeee27 {
  margin-left: 30%;
margin-right: 0%;
min-height: 100%;
}
@media (min-width: 768px) and (max-width: 991px){#s-b23d6cdb-5152-40d1-9607-076feeaeee27 {
  margin-left: 0%;
}
}@media (max-width: 767px){#s-b23d6cdb-5152-40d1-9607-076feeaeee27 {
  margin-left: 0%;
}
}







#s-b23d6cdb-5152-40d1-9607-076feeaeee27 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b23d6cdb-5152-40d1-9607-076feeaeee27.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9e81de32-1038-4b31-ab69-05bc5ff9b813 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9e81de32-1038-4b31-ab69-05bc5ff9b813 .shogun-heading-component h2 {
  color: rgba(4, 43, 96, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 36px;
  
  
  text-align: center;
}


@media (max-width: 767px){#s-9e81de32-1038-4b31-ab69-05bc5ff9b813 .shogun-heading-component h2 {
  color: rgba(4, 43, 96, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 28px;
  
  
  text-align: center;
}


}
#s-b78299e1-48f7-4b2e-bc87-e761cd0d5221 {
  margin-top: -20px;
margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b78299e1-48f7-4b2e-bc87-e761cd0d5221 .shogun-heading-component h2 {
  color: rgba(0, 182, 237, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 36px;
  
  
  text-align: center;
}


@media (max-width: 767px){#s-b78299e1-48f7-4b2e-bc87-e761cd0d5221 .shogun-heading-component h2 {
  color: rgba(0, 182, 237, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 28px;
  
  
  text-align: center;
}


}
#s-95220f90-0c53-4408-9550-25313112e62b {
  margin-top: 0px;
margin-bottom: 0px;
max-width: 350px;
}

#s-f41ef82d-3053-4c93-9152-d23ad412dca3 {
  max-width: 2000px;
aspect-ratio: 2000/1795;
text-align: center;
}
@media (max-width: 767px){#s-f41ef82d-3053-4c93-9152-d23ad412dca3 {
  margin-top: 20px;
}
}




  #s-f41ef82d-3053-4c93-9152-d23ad412dca3 img.shogun-image,
  #s-f41ef82d-3053-4c93-9152-d23ad412dca3 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f41ef82d-3053-4c93-9152-d23ad412dca3 {
    width: 100%;
    height: auto;
  }



  #s-f41ef82d-3053-4c93-9152-d23ad412dca3 img.shogun-image {
    

    
    
    
  }


#s-f41ef82d-3053-4c93-9152-d23ad412dca3 .shogun-image-content {
  
    align-items: center;
  
}

#s-e0d35ded-bd52-45c7-aea7-d4b3bde194a3 {
  margin-top: 4em;
margin-bottom: 4em;
min-height: 50px;
}
@media (min-width: 1200px){#s-e0d35ded-bd52-45c7-aea7-d4b3bde194a3 {
  display: none;
}
#s-e0d35ded-bd52-45c7-aea7-d4b3bde194a3, #wrap-s-e0d35ded-bd52-45c7-aea7-d4b3bde194a3 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e0d35ded-bd52-45c7-aea7-d4b3bde194a3 {
  display: none;
}
#s-e0d35ded-bd52-45c7-aea7-d4b3bde194a3, #wrap-s-e0d35ded-bd52-45c7-aea7-d4b3bde194a3 { display:none !important; }}







#s-e0d35ded-bd52-45c7-aea7-d4b3bde194a3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e0d35ded-bd52-45c7-aea7-d4b3bde194a3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9f31f248-f4c1-4ba0-a8cc-85c556070332 {
  margin-left: auto;
margin-right: auto;
max-width: 1300px;
}

@media (min-width: 0px) {
[id="s-9f31f248-f4c1-4ba0-a8cc-85c556070332"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9f31f248-f4c1-4ba0-a8cc-85c556070332"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-9f31f248-f4c1-4ba0-a8cc-85c556070332"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-9f31f248-f4c1-4ba0-a8cc-85c556070332"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-34311840-7d87-4f39-a97a-93498ab6aa94 {
  margin-left: 30%;
margin-right: 0%;
min-height: 100%;
}
@media (min-width: 768px) and (max-width: 991px){#s-34311840-7d87-4f39-a97a-93498ab6aa94 {
  margin-left: 0%;
}
}@media (max-width: 767px){#s-34311840-7d87-4f39-a97a-93498ab6aa94 {
  margin-left: 0%;
}
}







#s-34311840-7d87-4f39-a97a-93498ab6aa94 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-34311840-7d87-4f39-a97a-93498ab6aa94.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e8f26994-c0ee-4ce3-8cd2-d897e2023781 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e8f26994-c0ee-4ce3-8cd2-d897e2023781 .shogun-heading-component h2 {
  color: rgba(4, 43, 96, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 36px;
  
  
  text-align: center;
}


@media (max-width: 767px){#s-e8f26994-c0ee-4ce3-8cd2-d897e2023781 .shogun-heading-component h2 {
  color: rgba(4, 43, 96, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 28px;
  
  
  text-align: center;
}


}
#s-2c6873de-93ad-46e1-bdb3-30c08a03f59b {
  margin-top: -20px;
margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2c6873de-93ad-46e1-bdb3-30c08a03f59b .shogun-heading-component h2 {
  color: rgba(0, 182, 237, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 36px;
  
  
  text-align: center;
}


@media (max-width: 767px){#s-2c6873de-93ad-46e1-bdb3-30c08a03f59b .shogun-heading-component h2 {
  color: rgba(0, 182, 237, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 28px;
  
  
  text-align: center;
}


}
#s-8b15ec5d-819d-4e84-9dbe-828f82a0bcb2 {
  margin-top: 0px;
margin-bottom: 0px;
max-width: 350px;
}

#s-bfef4b38-9b19-4896-a970-3bc38c91e1f1 {
  max-width: 656px;
aspect-ratio: 656/366;
text-align: center;
}
@media (max-width: 767px){#s-bfef4b38-9b19-4896-a970-3bc38c91e1f1 {
  margin-top: 20px;
}
}




  #s-bfef4b38-9b19-4896-a970-3bc38c91e1f1 img.shogun-image,
  #s-bfef4b38-9b19-4896-a970-3bc38c91e1f1 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-bfef4b38-9b19-4896-a970-3bc38c91e1f1 {
    width: 100%;
    height: auto;
  }



  #s-bfef4b38-9b19-4896-a970-3bc38c91e1f1 img.shogun-image {
    

    
    
    
  }


#s-bfef4b38-9b19-4896-a970-3bc38c91e1f1 .shogun-image-content {
  
    align-items: center;
  
}

#s-d7b77d4e-d7c9-4d50-94dc-a673eac5a198 {
  opacity: 0;
}
@media (min-width: 768px) and (max-width: 991px){#s-d7b77d4e-d7c9-4d50-94dc-a673eac5a198 {
  display: none;
}
#s-d7b77d4e-d7c9-4d50-94dc-a673eac5a198, #wrap-s-d7b77d4e-d7c9-4d50-94dc-a673eac5a198 { display:none !important; }}@media (max-width: 767px){#s-d7b77d4e-d7c9-4d50-94dc-a673eac5a198 {
  display: none;
}
#s-d7b77d4e-d7c9-4d50-94dc-a673eac5a198, #wrap-s-d7b77d4e-d7c9-4d50-94dc-a673eac5a198 { display:none !important; }}
#s-d7b77d4e-d7c9-4d50-94dc-a673eac5a198 hr {
  border-top: 2px solid #ddd;
}

#s-27bf63b9-fd36-4afd-859c-ef481b285ef2 {
  margin-top: 0px;
margin-bottom: 0px;
padding-left: 2.5em;
padding-right: 2.5em;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-27bf63b9-fd36-4afd-859c-ef481b285ef2 {
  display: none;
}
#s-27bf63b9-fd36-4afd-859c-ef481b285ef2, #wrap-s-27bf63b9-fd36-4afd-859c-ef481b285ef2 { display:none !important; }}@media (max-width: 767px){#s-27bf63b9-fd36-4afd-859c-ef481b285ef2 {
  display: none;
}
#s-27bf63b9-fd36-4afd-859c-ef481b285ef2, #wrap-s-27bf63b9-fd36-4afd-859c-ef481b285ef2 { display:none !important; }}







#s-27bf63b9-fd36-4afd-859c-ef481b285ef2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-27bf63b9-fd36-4afd-859c-ef481b285ef2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b25cde8a-7c02-4e24-a87d-00448b7ff96c {
  background-repeat: no-repeat;
margin-top: 4em;
margin-left: 3%;
margin-bottom: 4em;
margin-right: 3%;
padding-left: 2.5em;
padding-right: 2.5em;
min-height: 50px;
background-position: left center;
}
@media (min-width: 768px) and (max-width: 991px){#s-b25cde8a-7c02-4e24-a87d-00448b7ff96c {
  display: none;
}
#s-b25cde8a-7c02-4e24-a87d-00448b7ff96c, #wrap-s-b25cde8a-7c02-4e24-a87d-00448b7ff96c { display:none !important; }}@media (max-width: 767px){#s-b25cde8a-7c02-4e24-a87d-00448b7ff96c {
  display: none;
}
#s-b25cde8a-7c02-4e24-a87d-00448b7ff96c, #wrap-s-b25cde8a-7c02-4e24-a87d-00448b7ff96c { display:none !important; }}







#s-b25cde8a-7c02-4e24-a87d-00448b7ff96c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b25cde8a-7c02-4e24-a87d-00448b7ff96c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-791eaa7c-f695-43ab-a3b2-ab1022da3fb4 {
  margin-left: auto;
margin-right: auto;
max-width: 1300px;
}

@media (min-width: 0px) {
[id="s-791eaa7c-f695-43ab-a3b2-ab1022da3fb4"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-791eaa7c-f695-43ab-a3b2-ab1022da3fb4"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-791eaa7c-f695-43ab-a3b2-ab1022da3fb4"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-791eaa7c-f695-43ab-a3b2-ab1022da3fb4"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-c07db108-13ce-4f81-961e-6f3c1262c343 {
  margin-left: 30%;
margin-right: 0%;
min-height: 100%;
}
@media (min-width: 768px) and (max-width: 991px){#s-c07db108-13ce-4f81-961e-6f3c1262c343 {
  margin-left: 0%;
}
}@media (max-width: 767px){#s-c07db108-13ce-4f81-961e-6f3c1262c343 {
  margin-left: 0%;
}
}







#s-c07db108-13ce-4f81-961e-6f3c1262c343 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c07db108-13ce-4f81-961e-6f3c1262c343.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e5eebfac-f312-485f-92a6-ff7c5c2dc4d4 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-e5eebfac-f312-485f-92a6-ff7c5c2dc4d4 .shogun-heading-component h2 {
  color: rgba(4, 43, 96, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 36px;
  
  
  
}


@media (max-width: 767px){#s-e5eebfac-f312-485f-92a6-ff7c5c2dc4d4 .shogun-heading-component h2 {
  color: rgba(4, 43, 96, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 28px;
  
  
  
}


}
#s-007beffd-7f42-4173-9ecb-a5e71cde8884 {
  margin-top: -20px;
margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-007beffd-7f42-4173-9ecb-a5e71cde8884 .shogun-heading-component h2 {
  color: rgba(0, 182, 237, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 36px;
  
  
  text-align: left;
}


@media (max-width: 767px){#s-007beffd-7f42-4173-9ecb-a5e71cde8884 .shogun-heading-component h2 {
  color: rgba(0, 182, 237, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 28px;
  
  
  text-align: left;
}


}
#s-c890e660-4ec5-4913-a8f9-ad77ecbd7f6f {
  margin-top: 0px;
margin-bottom: 0px;
max-width: 350px;
}

#s-5455896b-4c2c-4e1c-b31d-91b3e771a24a {
  max-width: 2000px;
aspect-ratio: 2000/1795;
text-align: center;
}
@media (max-width: 767px){#s-5455896b-4c2c-4e1c-b31d-91b3e771a24a {
  margin-bottom: 20px;
}
}




  #s-5455896b-4c2c-4e1c-b31d-91b3e771a24a img.shogun-image,
  #s-5455896b-4c2c-4e1c-b31d-91b3e771a24a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-5455896b-4c2c-4e1c-b31d-91b3e771a24a {
    width: 100%;
    height: auto;
  }



  #s-5455896b-4c2c-4e1c-b31d-91b3e771a24a img.shogun-image {
    

    
    
    
  }


#s-5455896b-4c2c-4e1c-b31d-91b3e771a24a .shogun-image-content {
  
    align-items: center;
  
}

#s-19587e93-c7a2-430f-83db-cacecb5caae2 {
  margin-top: 4em;
margin-bottom: 4em;
padding-left: 2.5em;
padding-right: 2.5em;
min-height: 50px;
}
@media (min-width: 1200px){#s-19587e93-c7a2-430f-83db-cacecb5caae2 {
  display: none;
}
#s-19587e93-c7a2-430f-83db-cacecb5caae2, #wrap-s-19587e93-c7a2-430f-83db-cacecb5caae2 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-19587e93-c7a2-430f-83db-cacecb5caae2 {
  display: none;
}
#s-19587e93-c7a2-430f-83db-cacecb5caae2, #wrap-s-19587e93-c7a2-430f-83db-cacecb5caae2 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-19587e93-c7a2-430f-83db-cacecb5caae2 {
  display: none;
}
#s-19587e93-c7a2-430f-83db-cacecb5caae2, #wrap-s-19587e93-c7a2-430f-83db-cacecb5caae2 { display:none !important; }}@media (max-width: 767px){#s-19587e93-c7a2-430f-83db-cacecb5caae2 {
  display: none;
}
#s-19587e93-c7a2-430f-83db-cacecb5caae2, #wrap-s-19587e93-c7a2-430f-83db-cacecb5caae2 { display:none !important; }}







#s-19587e93-c7a2-430f-83db-cacecb5caae2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-19587e93-c7a2-430f-83db-cacecb5caae2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-83f52514-501c-4e09-9316-267e6aed0da7 {
  margin-left: auto;
margin-right: auto;
max-width: 1300px;
}

@media (min-width: 0px) {
[id="s-83f52514-501c-4e09-9316-267e6aed0da7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-83f52514-501c-4e09-9316-267e6aed0da7"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-83f52514-501c-4e09-9316-267e6aed0da7"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-83f52514-501c-4e09-9316-267e6aed0da7"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-2bd4459a-85b9-40cd-8690-551224d9d58c {
  margin-left: 30%;
margin-right: 0%;
min-height: 100%;
}
@media (min-width: 768px) and (max-width: 991px){#s-2bd4459a-85b9-40cd-8690-551224d9d58c {
  margin-left: 0%;
}
}@media (max-width: 767px){#s-2bd4459a-85b9-40cd-8690-551224d9d58c {
  margin-left: 0%;
}
}







#s-2bd4459a-85b9-40cd-8690-551224d9d58c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2bd4459a-85b9-40cd-8690-551224d9d58c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6eb2ca89-2114-4f2e-b531-abc5d86a68f5 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-6eb2ca89-2114-4f2e-b531-abc5d86a68f5 .shogun-heading-component h2 {
  color: rgba(4, 43, 96, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 36px;
  
  
  
}


@media (max-width: 767px){#s-6eb2ca89-2114-4f2e-b531-abc5d86a68f5 .shogun-heading-component h2 {
  color: rgba(4, 43, 96, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 28px;
  
  
  
}


}
#s-0a9aada5-d181-4cf5-bfff-2dbdd2fa787b {
  margin-top: -20px;
margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-0a9aada5-d181-4cf5-bfff-2dbdd2fa787b .shogun-heading-component h2 {
  color: rgba(0, 182, 237, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 36px;
  
  
  text-align: left;
}


@media (max-width: 767px){#s-0a9aada5-d181-4cf5-bfff-2dbdd2fa787b .shogun-heading-component h2 {
  color: rgba(0, 182, 237, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 28px;
  
  
  text-align: left;
}


}
#s-5ef6b0af-cdd9-485a-b21e-273879e60ea2 {
  margin-top: 0px;
margin-bottom: 0px;
max-width: 350px;
}

#s-013ff383-ed9a-4692-9695-03cc886e7a23 {
  max-width: 2000px;
aspect-ratio: 2000/1795;
text-align: center;
}
@media (max-width: 767px){#s-013ff383-ed9a-4692-9695-03cc886e7a23 {
  margin-top: 20px;
}
}




  #s-013ff383-ed9a-4692-9695-03cc886e7a23 img.shogun-image,
  #s-013ff383-ed9a-4692-9695-03cc886e7a23 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-013ff383-ed9a-4692-9695-03cc886e7a23 {
    width: 100%;
    height: auto;
  }



  #s-013ff383-ed9a-4692-9695-03cc886e7a23 img.shogun-image {
    

    
    
    
  }


#s-013ff383-ed9a-4692-9695-03cc886e7a23 .shogun-image-content {
  
    align-items: center;
  
}

#s-b8f05a5c-8bea-4f4a-8874-65ec81685357 {
  margin-top: 4em;
margin-bottom: 4em;
padding-left: 2.5em;
padding-right: 2.5em;
min-height: 50px;
}
@media (min-width: 1200px){#s-b8f05a5c-8bea-4f4a-8874-65ec81685357 {
  display: none;
}
#s-b8f05a5c-8bea-4f4a-8874-65ec81685357, #wrap-s-b8f05a5c-8bea-4f4a-8874-65ec81685357 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b8f05a5c-8bea-4f4a-8874-65ec81685357 {
  display: none;
}
#s-b8f05a5c-8bea-4f4a-8874-65ec81685357, #wrap-s-b8f05a5c-8bea-4f4a-8874-65ec81685357 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-b8f05a5c-8bea-4f4a-8874-65ec81685357 {
  display: none;
}
#s-b8f05a5c-8bea-4f4a-8874-65ec81685357, #wrap-s-b8f05a5c-8bea-4f4a-8874-65ec81685357 { display:none !important; }}@media (max-width: 767px){#s-b8f05a5c-8bea-4f4a-8874-65ec81685357 {
  display: none;
}
#s-b8f05a5c-8bea-4f4a-8874-65ec81685357, #wrap-s-b8f05a5c-8bea-4f4a-8874-65ec81685357 { display:none !important; }}







#s-b8f05a5c-8bea-4f4a-8874-65ec81685357 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b8f05a5c-8bea-4f4a-8874-65ec81685357.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-88edd44e-ac14-4558-b5e1-4d99c2adff46 {
  margin-left: auto;
margin-right: auto;
max-width: 1300px;
}

@media (min-width: 0px) {
[id="s-88edd44e-ac14-4558-b5e1-4d99c2adff46"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-88edd44e-ac14-4558-b5e1-4d99c2adff46"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-88edd44e-ac14-4558-b5e1-4d99c2adff46"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-88edd44e-ac14-4558-b5e1-4d99c2adff46"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-d05000e7-81a1-46b7-8d5b-eb7e3a6c8277 {
  margin-left: 30%;
margin-right: 0%;
min-height: 100%;
}
@media (min-width: 768px) and (max-width: 991px){#s-d05000e7-81a1-46b7-8d5b-eb7e3a6c8277 {
  margin-left: 0%;
}
}@media (max-width: 767px){#s-d05000e7-81a1-46b7-8d5b-eb7e3a6c8277 {
  margin-left: 0%;
}
}







#s-d05000e7-81a1-46b7-8d5b-eb7e3a6c8277 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d05000e7-81a1-46b7-8d5b-eb7e3a6c8277.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d4b96549-e953-42f6-9b05-9da5dc376d0b {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-d4b96549-e953-42f6-9b05-9da5dc376d0b .shogun-heading-component h2 {
  color: rgba(4, 43, 96, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 36px;
  
  
  
}


@media (max-width: 767px){#s-d4b96549-e953-42f6-9b05-9da5dc376d0b .shogun-heading-component h2 {
  color: rgba(4, 43, 96, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 28px;
  
  
  
}


}
#s-ce67dba0-8e49-4cad-bbe1-03aa2f309874 {
  margin-top: -20px;
margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-ce67dba0-8e49-4cad-bbe1-03aa2f309874 .shogun-heading-component h2 {
  color: rgba(0, 182, 237, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 36px;
  
  
  text-align: left;
}


@media (max-width: 767px){#s-ce67dba0-8e49-4cad-bbe1-03aa2f309874 .shogun-heading-component h2 {
  color: rgba(0, 182, 237, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 28px;
  
  
  text-align: left;
}


}
#s-2fe7b431-9109-43f1-a88d-1c5a19f6847a {
  margin-top: 0px;
margin-bottom: 0px;
max-width: 350px;
}

#s-943ea949-8a45-400e-8183-2d447f7f9ce9 {
  max-width: 656px;
aspect-ratio: 656/366;
text-align: center;
}
@media (max-width: 767px){#s-943ea949-8a45-400e-8183-2d447f7f9ce9 {
  margin-top: 20px;
}
}




  #s-943ea949-8a45-400e-8183-2d447f7f9ce9 img.shogun-image,
  #s-943ea949-8a45-400e-8183-2d447f7f9ce9 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-943ea949-8a45-400e-8183-2d447f7f9ce9 {
    width: 100%;
    height: auto;
  }



  #s-943ea949-8a45-400e-8183-2d447f7f9ce9 img.shogun-image {
    

    
    
    
  }


#s-943ea949-8a45-400e-8183-2d447f7f9ce9 .shogun-image-content {
  
    align-items: center;
  
}

#s-c565d3dc-2fb9-4ff8-be12-eaef9893b68e {
  margin-top: 0px;
margin-bottom: 0px;
padding-left: 2.5em;
padding-right: 2.5em;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-c565d3dc-2fb9-4ff8-be12-eaef9893b68e {
  
}
}@media (max-width: 767px){#s-c565d3dc-2fb9-4ff8-be12-eaef9893b68e {
  display: none;
}
#s-c565d3dc-2fb9-4ff8-be12-eaef9893b68e, #wrap-s-c565d3dc-2fb9-4ff8-be12-eaef9893b68e { display:none !important; }}







#s-c565d3dc-2fb9-4ff8-be12-eaef9893b68e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c565d3dc-2fb9-4ff8-be12-eaef9893b68e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d5df6812-1763-46de-863e-bf205173a5d7 {
  background-repeat: no-repeat;
margin-top: 4em;
margin-bottom: 4em;
padding-left: 2.5em;
padding-right: 2.5em;
min-height: 50px;
background-position: left center;
}
@media (min-width: 768px) and (max-width: 991px){#s-d5df6812-1763-46de-863e-bf205173a5d7 {
  display: none;
}
#s-d5df6812-1763-46de-863e-bf205173a5d7, #wrap-s-d5df6812-1763-46de-863e-bf205173a5d7 { display:none !important; }}@media (max-width: 767px){#s-d5df6812-1763-46de-863e-bf205173a5d7 {
  display: none;
}
#s-d5df6812-1763-46de-863e-bf205173a5d7, #wrap-s-d5df6812-1763-46de-863e-bf205173a5d7 { display:none !important; }}







#s-d5df6812-1763-46de-863e-bf205173a5d7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d5df6812-1763-46de-863e-bf205173a5d7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-bcfe1e71-917e-4b4e-ae09-3dc59bcd0891 {
  margin-left: auto;
margin-right: auto;
max-width: 1300px;
}

@media (min-width: 0px) {
[id="s-bcfe1e71-917e-4b4e-ae09-3dc59bcd0891"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-bcfe1e71-917e-4b4e-ae09-3dc59bcd0891"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-bcfe1e71-917e-4b4e-ae09-3dc59bcd0891"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-bcfe1e71-917e-4b4e-ae09-3dc59bcd0891"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-292d9634-9f0d-4b43-8cb3-dfbce65ff4f1 {
  margin-left: 30%;
margin-right: 0%;
min-height: 100%;
}
@media (min-width: 768px) and (max-width: 991px){#s-292d9634-9f0d-4b43-8cb3-dfbce65ff4f1 {
  margin-left: 0%;
}
}@media (max-width: 767px){#s-292d9634-9f0d-4b43-8cb3-dfbce65ff4f1 {
  margin-left: 0%;
}
}







#s-292d9634-9f0d-4b43-8cb3-dfbce65ff4f1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-292d9634-9f0d-4b43-8cb3-dfbce65ff4f1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-be44bcf1-aad5-46ad-9141-af04d41c1e12 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-be44bcf1-aad5-46ad-9141-af04d41c1e12 .shogun-heading-component h2 {
  color: rgba(4, 43, 96, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 36px;
  
  
  
}


@media (max-width: 767px){#s-be44bcf1-aad5-46ad-9141-af04d41c1e12 .shogun-heading-component h2 {
  color: rgba(4, 43, 96, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 28px;
  
  
  
}


}
#s-a310f4ef-4a53-47d1-8903-ec3a00dc7664 {
  margin-top: -20px;
margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-a310f4ef-4a53-47d1-8903-ec3a00dc7664 .shogun-heading-component h2 {
  color: rgba(0, 182, 237, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 36px;
  
  
  text-align: left;
}


@media (max-width: 767px){#s-a310f4ef-4a53-47d1-8903-ec3a00dc7664 .shogun-heading-component h2 {
  color: rgba(0, 182, 237, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 28px;
  
  
  text-align: left;
}


}
#s-2cd2cc68-57f3-43a4-be1e-fb02569ded3d {
  margin-top: 0px;
margin-bottom: 0px;
max-width: 350px;
}

#s-a4d05d00-3d23-4dd3-8f64-5d99e6d027cc {
  text-align: center;
}
@media (max-width: 767px){#s-a4d05d00-3d23-4dd3-8f64-5d99e6d027cc {
  margin-bottom: 20px;
}
}






  #s-a4d05d00-3d23-4dd3-8f64-5d99e6d027cc img.shogun-image {
    

    
    
    
  }


#s-a4d05d00-3d23-4dd3-8f64-5d99e6d027cc .shogun-image-content {
  
    align-items: center;
  
}

#s-9b5155ed-f859-4ab2-b55e-92d3aa1dfe8f {
  opacity: 0;
}
@media (min-width: 768px) and (max-width: 991px){#s-9b5155ed-f859-4ab2-b55e-92d3aa1dfe8f {
  display: none;
}
#s-9b5155ed-f859-4ab2-b55e-92d3aa1dfe8f, #wrap-s-9b5155ed-f859-4ab2-b55e-92d3aa1dfe8f { display:none !important; }}@media (max-width: 767px){#s-9b5155ed-f859-4ab2-b55e-92d3aa1dfe8f {
  display: none;
}
#s-9b5155ed-f859-4ab2-b55e-92d3aa1dfe8f, #wrap-s-9b5155ed-f859-4ab2-b55e-92d3aa1dfe8f { display:none !important; }}
#s-9b5155ed-f859-4ab2-b55e-92d3aa1dfe8f hr {
  border-top: 2px solid #ddd;
}

#s-c537ab15-87f3-4c1f-97c1-653f39b606ad {
  min-height: 0px;
}








#s-c537ab15-87f3-4c1f-97c1-653f39b606ad > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c537ab15-87f3-4c1f-97c1-653f39b606ad.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6652738f-b0d1-4558-b787-8bbd53b9de2b {
  margin-left: auto;
margin-right: auto;
max-width: 480px;
text-align: center;
}







  #s-6652738f-b0d1-4558-b787-8bbd53b9de2b img.shogun-image {
    

    
    
    
  }


#s-6652738f-b0d1-4558-b787-8bbd53b9de2b .shogun-image-content {
  
    align-items: center;
  
}

#s-cc56c76d-1420-496b-9bd5-85884c4301ca {
  margin-top: 2em;
margin-left: auto;
margin-bottom: 0em;
margin-right: auto;
min-height: 50px;
max-width: 1356px;
}








#s-cc56c76d-1420-496b-9bd5-85884c4301ca > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cc56c76d-1420-496b-9bd5-85884c4301ca.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b0cf193e-9535-4d3e-91ab-54cc8cd01b0f {
  margin-top: 2em;
margin-left: auto;
margin-bottom: 5em;
margin-right: auto;
min-height: 50px;
max-width: 1356px;
}








#s-b0cf193e-9535-4d3e-91ab-54cc8cd01b0f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b0cf193e-9535-4d3e-91ab-54cc8cd01b0f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-83386a85-f7ee-4ef3-9d30-9eb26aff59d4 {
  margin-bottom: 0.25em;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-83386a85-f7ee-4ef3-9d30-9eb26aff59d4 .shogun-heading-component h1 {
  color: rgba(4, 43, 96, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: center;
}


@media (max-width: 767px){#s-83386a85-f7ee-4ef3-9d30-9eb26aff59d4 .shogun-heading-component h1 {
  color: rgba(4, 43, 96, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 30px;
  
  
  text-align: center;
}


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  to {
    opacity: 1;
  }
}

#s-f0222004-9caf-4fee-a361-a6069d482bf1 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-f0222004-9caf-4fee-a361-a6069d482bf1 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-f0222004-9caf-4fee-a361-a6069d482bf1 .shg-sld-nav-button.shg-sld-left,
#s-f0222004-9caf-4fee-a361-a6069d482bf1 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-95536f59-b695-4b3b-9fe4-94f95a02ec36 {
  padding-left: 2.5em;
padding-right: 2.5em;
}

@media (min-width: 0px) {
[id="s-95536f59-b695-4b3b-9fe4-94f95a02ec36"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-95536f59-b695-4b3b-9fe4-94f95a02ec36"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-95536f59-b695-4b3b-9fe4-94f95a02ec36"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-95536f59-b695-4b3b-9fe4-94f95a02ec36"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-2572e12a-10d4-49eb-a0f3-37b468232d4f {
  margin-bottom: 1em;
text-align: center;
}







  #s-2572e12a-10d4-49eb-a0f3-37b468232d4f img.shogun-image {
    

    
    
    
  }


#s-2572e12a-10d4-49eb-a0f3-37b468232d4f .shogun-image-content {
  
    align-items: center;
  
}

#s-c8274182-b018-46c2-a8e0-a7e283913d34 {
  margin-top: 0.25px;
margin-bottom: 0.25px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c8274182-b018-46c2-a8e0-a7e283913d34 .shogun-heading-component h3 {
  color: rgba(4, 43, 96, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: center;
}


#s-c8274182-b018-46c2-a8e0-a7e283913d34 .shogun-heading-component h3 a {
  color: rgba(4, 43, 96, 1);
}


#s-64f3e22e-544f-4f01-8158-8c6f3e79fb70 {
  margin-bottom: 1em;
text-align: center;
}







  #s-64f3e22e-544f-4f01-8158-8c6f3e79fb70 img.shogun-image {
    

    
    
    
  }


#s-64f3e22e-544f-4f01-8158-8c6f3e79fb70 .shogun-image-content {
  
    align-items: center;
  
}

#s-4b55ba21-3608-492f-bcd2-a10f7f29b29a {
  margin-top: 0.25px;
margin-bottom: 0.25px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4b55ba21-3608-492f-bcd2-a10f7f29b29a .shogun-heading-component h3 {
  color: rgba(4, 43, 96, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: center;
}


#s-4b55ba21-3608-492f-bcd2-a10f7f29b29a .shogun-heading-component h3 a {
  color: rgba(4, 43, 96, 1);
}


#s-8d74b975-618a-40b7-a132-d5bb8b7963ca {
  margin-bottom: 1em;
text-align: center;
}
@media (max-width: 767px){#s-8d74b975-618a-40b7-a132-d5bb8b7963ca {
  margin-top: 2em;
}
}






  #s-8d74b975-618a-40b7-a132-d5bb8b7963ca img.shogun-image {
    

    
    
    
  }


#s-8d74b975-618a-40b7-a132-d5bb8b7963ca .shogun-image-content {
  
    align-items: center;
  
}

#s-4b296cf9-a194-4601-b4d9-5a5748d71a01 {
  margin-top: 0.25px;
margin-bottom: 0.25px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4b296cf9-a194-4601-b4d9-5a5748d71a01 .shogun-heading-component h3 {
  color: rgba(4, 43, 96, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: center;
}


#s-4b296cf9-a194-4601-b4d9-5a5748d71a01 .shogun-heading-component h3 a {
  color: rgba(4, 43, 96, 1);
}


#s-9209bbb6-16c7-4247-b630-ae90a92c2e29 {
  margin-bottom: 1em;
text-align: center;
}
@media (max-width: 767px){#s-9209bbb6-16c7-4247-b630-ae90a92c2e29 {
  margin-top: 2em;
}
}






  #s-9209bbb6-16c7-4247-b630-ae90a92c2e29 img.shogun-image {
    

    
    
    
  }


#s-9209bbb6-16c7-4247-b630-ae90a92c2e29 .shogun-image-content {
  
    align-items: center;
  
}

#s-179b89bb-edcb-42b4-8841-11ffc906f26a {
  margin-top: 0.25px;
margin-bottom: 0.25px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-179b89bb-edcb-42b4-8841-11ffc906f26a .shogun-heading-component h3 {
  color: rgba(4, 43, 96, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 17px;
  
  
  text-align: center;
}


#s-179b89bb-edcb-42b4-8841-11ffc906f26a .shogun-heading-component h3 a {
  color: rgba(4, 43, 96, 1);
}


#s-6cf8a4ce-00c1-4426-a0d8-24a701b5f927 {
  padding-left: 2.5em;
padding-right: 2.5em;
}

@media (min-width: 0px) {
[id="s-6cf8a4ce-00c1-4426-a0d8-24a701b5f927"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-6cf8a4ce-00c1-4426-a0d8-24a701b5f927"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-6cf8a4ce-00c1-4426-a0d8-24a701b5f927"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-6cf8a4ce-00c1-4426-a0d8-24a701b5f927"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-30eff24d-0e41-487c-a94b-5a42d55bb27e {
  margin-bottom: 1em;
text-align: center;
}







  #s-30eff24d-0e41-487c-a94b-5a42d55bb27e img.shogun-image {
    

    
    
    
  }


#s-30eff24d-0e41-487c-a94b-5a42d55bb27e .shogun-image-content {
  
    align-items: center;
  
}

#s-9c2229d3-2497-408c-9b8f-da0c01b934fa {
  margin-top: 0.25px;
margin-bottom: 0.25px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9c2229d3-2497-408c-9b8f-da0c01b934fa .shogun-heading-component h3 {
  color: rgba(4, 43, 96, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: center;
}


#s-9c2229d3-2497-408c-9b8f-da0c01b934fa .shogun-heading-component h3 a {
  color: rgba(4, 43, 96, 1);
}


#s-cae7d790-0631-4cfd-a9d7-1124b1373a46 {
  margin-bottom: 1em;
text-align: center;
}







  #s-cae7d790-0631-4cfd-a9d7-1124b1373a46 img.shogun-image {
    

    
    
    
  }


#s-cae7d790-0631-4cfd-a9d7-1124b1373a46 .shogun-image-content {
  
    align-items: center;
  
}

#s-88860d79-7197-4fd2-86fd-d6a1b56fcab2 {
  margin-top: 0.25px;
margin-bottom: 0.25px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-88860d79-7197-4fd2-86fd-d6a1b56fcab2 .shogun-heading-component h3 {
  color: rgba(4, 43, 96, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: center;
}


#s-88860d79-7197-4fd2-86fd-d6a1b56fcab2 .shogun-heading-component h3 a {
  color: rgba(4, 43, 96, 1);
}


#s-88049bec-6b2c-446f-b1df-6370ef5e3770 {
  margin-bottom: 1em;
text-align: center;
}
@media (max-width: 767px){#s-88049bec-6b2c-446f-b1df-6370ef5e3770 {
  margin-top: 2em;
}
}






  #s-88049bec-6b2c-446f-b1df-6370ef5e3770 img.shogun-image {
    

    
    
    
  }


#s-88049bec-6b2c-446f-b1df-6370ef5e3770 .shogun-image-content {
  
    align-items: center;
  
}

#s-82bfbd21-f594-4580-b022-56cd9e80e8d9 {
  margin-top: 0.25px;
margin-bottom: 0.25px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-82bfbd21-f594-4580-b022-56cd9e80e8d9 .shogun-heading-component h3 {
  color: rgba(4, 43, 96, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: center;
}


#s-82bfbd21-f594-4580-b022-56cd9e80e8d9 .shogun-heading-component h3 a {
  color: rgba(4, 43, 96, 1);
}


#s-14909303-1187-45aa-b92d-b49aeaaf2988 {
  margin-bottom: 1em;
text-align: center;
}
@media (max-width: 767px){#s-14909303-1187-45aa-b92d-b49aeaaf2988 {
  margin-top: 2em;
}
}






  #s-14909303-1187-45aa-b92d-b49aeaaf2988 img.shogun-image {
    

    
    
    
  }


#s-14909303-1187-45aa-b92d-b49aeaaf2988 .shogun-image-content {
  
    align-items: center;
  
}

#s-99cf27e6-a437-4485-8912-6dd0af3cd0f8 {
  margin-top: 0.25px;
margin-bottom: 0.25px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-99cf27e6-a437-4485-8912-6dd0af3cd0f8 .shogun-heading-component h3 {
  color: rgba(4, 43, 96, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 17px;
  
  
  text-align: center;
}


#s-99cf27e6-a437-4485-8912-6dd0af3cd0f8 .shogun-heading-component h3 a {
  color: rgba(4, 43, 96, 1);
}


#s-e147497e-c7ff-4087-9891-af8dc8dfa67c {
  min-height: 50px;
background-color: rgba(0, 182, 237, 1);
}








#s-e147497e-c7ff-4087-9891-af8dc8dfa67c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e147497e-c7ff-4087-9891-af8dc8dfa67c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1846b972-30b8-4aef-a146-2669bae88a85 hr {
  border-top: 2px solid rgba(255, 255, 255, 1);
}

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

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

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

.shogun-root iframe {
  display: initial;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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