.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-ab2ef7fb-af56-451b-86a6-cf2f16b2e7b0 {
  min-height: 50px;
}








#s-ab2ef7fb-af56-451b-86a6-cf2f16b2e7b0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ab2ef7fb-af56-451b-86a6-cf2f16b2e7b0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 1200px){#s-232c3005-f495-437f-bb55-b146633344cb {
  display: none;
}
#s-232c3005-f495-437f-bb55-b146633344cb, #wrap-s-232c3005-f495-437f-bb55-b146633344cb { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-232c3005-f495-437f-bb55-b146633344cb {
  display: none;
}
#s-232c3005-f495-437f-bb55-b146633344cb, #wrap-s-232c3005-f495-437f-bb55-b146633344cb { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-232c3005-f495-437f-bb55-b146633344cb {
  display: none;
}
#s-232c3005-f495-437f-bb55-b146633344cb, #wrap-s-232c3005-f495-437f-bb55-b146633344cb { display: none !important; }}@media (max-width: 767px){#s-232c3005-f495-437f-bb55-b146633344cb {
  display: none;
}
#s-232c3005-f495-437f-bb55-b146633344cb, #wrap-s-232c3005-f495-437f-bb55-b146633344cb { display: none !important; }}
.shogun-video {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

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

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

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

.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-95add792-9980-4287-ac31-a298e1507dfd {
  border-style: solid;
margin-top: 30px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 9px;
border-top-width: 00px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
text-align: center;
}

#s-95add792-9980-4287-ac31-a298e1507dfd .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 40px;
  
  letter-spacing: 2px;
  text-align: center;
}


@media (max-width: 767px){#s-95add792-9980-4287-ac31-a298e1507dfd .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 36px;
  
  letter-spacing: 2px;
  text-align: center;
}


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-68d64282-398e-4df9-8513-3be255e69e4f {
  border-style: solid;
margin-left: 5%;
margin-right: 5%;
border-top-width: 2px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
}

#s-3b1c3926-ca0f-472a-ae67-6e4df5b2509a {
  border-style: solid;
margin-top: 0px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
padding-top: 20px;
padding-bottom: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(23, 22, 22, 1);
max-width: 980px;
}
@media (min-width: 1200px){#s-3b1c3926-ca0f-472a-ae67-6e4df5b2509a {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-3b1c3926-ca0f-472a-ae67-6e4df5b2509a {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-3b1c3926-ca0f-472a-ae67-6e4df5b2509a {
  margin-left: 5%;
margin-right: 5%;
}
}@media (max-width: 767px){#s-3b1c3926-ca0f-472a-ae67-6e4df5b2509a {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-0ae4308e-5ac3-4503-9c2a-dfeb78082640 {
  margin-top: 80px;
margin-left: auto;
margin-bottom: 80px;
margin-right: auto;
max-width: 1100px;
}

@media (min-width: 1200px){#s-f8cfb74e-2d67-46a6-be50-8314880d3b93 {
  display: none;
}
#s-f8cfb74e-2d67-46a6-be50-8314880d3b93, #wrap-s-f8cfb74e-2d67-46a6-be50-8314880d3b93 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f8cfb74e-2d67-46a6-be50-8314880d3b93 {
  display: none;
}
#s-f8cfb74e-2d67-46a6-be50-8314880d3b93, #wrap-s-f8cfb74e-2d67-46a6-be50-8314880d3b93 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-f8cfb74e-2d67-46a6-be50-8314880d3b93 {
  display: none;
}
#s-f8cfb74e-2d67-46a6-be50-8314880d3b93, #wrap-s-f8cfb74e-2d67-46a6-be50-8314880d3b93 { display: none !important; }}@media (max-width: 767px){#s-f8cfb74e-2d67-46a6-be50-8314880d3b93 {
  display: none;
}
#s-f8cfb74e-2d67-46a6-be50-8314880d3b93, #wrap-s-f8cfb74e-2d67-46a6-be50-8314880d3b93 { display: none !important; }}
#s-a85a25ce-b35b-4922-9913-667333bd9e2a {
  min-height: 50px;
}








#s-a85a25ce-b35b-4922-9913-667333bd9e2a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a85a25ce-b35b-4922-9913-667333bd9e2a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-71b909cd-3bc4-4da3-8782-9599064a426d {
  margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
max-width: 980px;
text-align: center;
}

#s-71b909cd-3bc4-4da3-8782-9599064a426d .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



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

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

#s-719cc528-0045-4912-9612-c5e2c3790a02 {
  margin-left: 200px;
margin-right: 200px;
}

#s-719cc528-0045-4912-9612-c5e2c3790a02 hr {
  border-top: 2px solid rgba(0, 0, 0, 1);
}

#s-ceddd153-f564-4112-ab4c-ed60f0d8cfaf {
  margin-top: 20px;
margin-left: auto;
margin-right: auto;
max-width: 900px;
}
@media (min-width: 768px) and (max-width: 991px){#s-ceddd153-f564-4112-ab4c-ed60f0d8cfaf {
  margin-left: 5%;
margin-right: 5%;
}
}@media (max-width: 767px){#s-ceddd153-f564-4112-ab4c-ed60f0d8cfaf {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-322842bb-114a-404f-9a11-299af8247938 {
  margin-left: 0px;
margin-right: 0px;
min-height: 50px;
background-attachment: scroll;
}
@media (min-width: 768px) and (max-width: 991px){#s-322842bb-114a-404f-9a11-299af8247938 {
  
}
}@media (max-width: 767px){#s-322842bb-114a-404f-9a11-299af8247938 {
  
}
}







#s-322842bb-114a-404f-9a11-299af8247938 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-322842bb-114a-404f-9a11-299af8247938.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-33414274-2f2c-458e-9a77-4081dbd21559 {
  margin-top: 40px;
margin-left: auto;
margin-bottom: 40px;
margin-right: auto;
}

.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-90e8dae3-e526-44d8-86e9-e0f6886a2666 {
  min-height: 25px;
}

@media (min-width: 0px) {
[id="s-90e8dae3-e526-44d8-86e9-e0f6886a2666"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-90e8dae3-e526-44d8-86e9-e0f6886a2666"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 35.333333333333336px);
}

[id="s-90e8dae3-e526-44d8-86e9-e0f6886a2666"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 35.333333333333336px);
}

}

@media (min-width: 992px) {
[id="s-90e8dae3-e526-44d8-86e9-e0f6886a2666"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 35.333333333333336px);
}

[id="s-90e8dae3-e526-44d8-86e9-e0f6886a2666"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 35.333333333333336px);
}

}

@media (min-width: 1200px) {
[id="s-90e8dae3-e526-44d8-86e9-e0f6886a2666"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 35.333333333333336px);
}

[id="s-90e8dae3-e526-44d8-86e9-e0f6886a2666"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 35.333333333333336px);
}

}

@media (max-width: 767px) {
  [id="s-90e8dae3-e526-44d8-86e9-e0f6886a2666"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-1e5b7313-9d54-4ada-b506-dbc95b05b55b {
  min-height: 50px;
}








#s-1e5b7313-9d54-4ada-b506-dbc95b05b55b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1e5b7313-9d54-4ada-b506-dbc95b05b55b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: 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-99f4ffe5-56cf-4adc-9f34-0c85fc95898e {
  margin-top: 40px;
margin-bottom: 40px;
padding-top: 40px;
padding-bottom: 40px;
}

#s-99f4ffe5-56cf-4adc-9f34-0c85fc95898e .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-99f4ffe5-56cf-4adc-9f34-0c85fc95898e .shg-sld-nav-button.shg-sld-left,
#s-99f4ffe5-56cf-4adc-9f34-0c85fc95898e .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

.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-2d4556f4-dd29-4975-9c20-2f28f96f355a {
  text-align: center;
}







  #s-2d4556f4-dd29-4975-9c20-2f28f96f355a img.shogun-image {
    

    
    
    
  }


#s-2d4556f4-dd29-4975-9c20-2f28f96f355a .shogun-image-content {
  
    align-items: center;
  
}

#s-b27b4e54-7df3-46ae-a5d1-8baa3b7ac467 {
  text-align: center;
}







  #s-b27b4e54-7df3-46ae-a5d1-8baa3b7ac467 img.shogun-image {
    

    
    
    
  }


#s-b27b4e54-7df3-46ae-a5d1-8baa3b7ac467 .shogun-image-content {
  
    align-items: center;
  
}

#s-34c827a8-ceda-4f77-a310-8a08026fd362 {
  text-align: center;
}







  #s-34c827a8-ceda-4f77-a310-8a08026fd362 img.shogun-image {
    

    
    
    
  }


#s-34c827a8-ceda-4f77-a310-8a08026fd362 .shogun-image-content {
  
    align-items: center;
  
}

#s-a0942513-e9f6-4d93-b5dd-04647df11efe {
  text-align: center;
}







  #s-a0942513-e9f6-4d93-b5dd-04647df11efe img.shogun-image {
    

    
    
    
  }


#s-a0942513-e9f6-4d93-b5dd-04647df11efe .shogun-image-content {
  
    align-items: center;
  
}

#s-58cff54b-da95-49b3-bf25-86513a02903c {
  text-align: center;
}







  #s-58cff54b-da95-49b3-bf25-86513a02903c img.shogun-image {
    

    
    
    
  }


#s-58cff54b-da95-49b3-bf25-86513a02903c .shogun-image-content {
  
    align-items: center;
  
}

#s-5f383d06-03ca-4bab-b224-93ad0f7f6249 {
  text-align: center;
}







  #s-5f383d06-03ca-4bab-b224-93ad0f7f6249 img.shogun-image {
    

    
    
    
  }


#s-5f383d06-03ca-4bab-b224-93ad0f7f6249 .shogun-image-content {
  
    align-items: center;
  
}

#s-f121bb81-1b04-4a72-81f5-0ec6cba3e735 {
  text-align: center;
}







  #s-f121bb81-1b04-4a72-81f5-0ec6cba3e735 img.shogun-image {
    

    
    
    
  }


#s-f121bb81-1b04-4a72-81f5-0ec6cba3e735 .shogun-image-content {
  
    align-items: center;
  
}

#s-eb7c97c4-745b-4e37-aaef-b6551fb0c7d6 {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
max-width: 820px;
}

#s-48ae2c5e-2c9a-4cfd-8dd9-55d184f330be {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
max-width: 820px;
}

#s-93c7d795-34c7-4289-9474-d50f33390de4 {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
max-width: 820px;
}

#s-6a143001-7f40-4735-9157-373c491a244e {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
max-width: 820px;
}

#s-088926b6-1e9c-4509-9d5a-c981f79c3f12 {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
max-width: 820px;
}

#s-96ab1d4c-d877-439f-b611-ecb0bc8eba4e {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
max-width: 820px;
}

#s-bdf6c9a5-3e88-40f0-ad72-5b15f0e1640d {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
max-width: 820px;
}

#s-b1be4b77-4f4b-45bd-a48a-7772c426c69a {
  min-height: 50px;
}
@media (min-width: 1200px){#s-b1be4b77-4f4b-45bd-a48a-7772c426c69a {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-b1be4b77-4f4b-45bd-a48a-7772c426c69a {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-b1be4b77-4f4b-45bd-a48a-7772c426c69a {
  
}
}@media (max-width: 767px){#s-b1be4b77-4f4b-45bd-a48a-7772c426c69a {
  
}
}







#s-b1be4b77-4f4b-45bd-a48a-7772c426c69a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b1be4b77-4f4b-45bd-a48a-7772c426c69a.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-a2f44a23-a46c-4339-99bf-4b6ea1508f3f {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 50px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
min-height: 650px;
background-position: center center;
}
@media (min-width: 1200px){#s-a2f44a23-a46c-4339-99bf-4b6ea1508f3f {
  display: none;
}
#s-a2f44a23-a46c-4339-99bf-4b6ea1508f3f, #wrap-s-a2f44a23-a46c-4339-99bf-4b6ea1508f3f { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a2f44a23-a46c-4339-99bf-4b6ea1508f3f {
  display: none;
}
#s-a2f44a23-a46c-4339-99bf-4b6ea1508f3f, #wrap-s-a2f44a23-a46c-4339-99bf-4b6ea1508f3f { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-a2f44a23-a46c-4339-99bf-4b6ea1508f3f {
  display: none;
}
#s-a2f44a23-a46c-4339-99bf-4b6ea1508f3f, #wrap-s-a2f44a23-a46c-4339-99bf-4b6ea1508f3f { display: none !important; }}@media (max-width: 767px){#s-a2f44a23-a46c-4339-99bf-4b6ea1508f3f {
  display: none;
}
#s-a2f44a23-a46c-4339-99bf-4b6ea1508f3f, #wrap-s-a2f44a23-a46c-4339-99bf-4b6ea1508f3f { display: none !important; }}







#s-a2f44a23-a46c-4339-99bf-4b6ea1508f3f > .shg-box-overlay {
  background-color: rgba(222, 247, 250, 1);
  opacity: 0;
}#s-a2f44a23-a46c-4339-99bf-4b6ea1508f3f.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-ae2175f8-126e-47f7-9fb4-6a47af20e6d2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ae2175f8-126e-47f7-9fb4-6a47af20e6d2"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-ae2175f8-126e-47f7-9fb4-6a47af20e6d2"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-ae2175f8-126e-47f7-9fb4-6a47af20e6d2"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-ae2175f8-126e-47f7-9fb4-6a47af20e6d2"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-ae2175f8-126e-47f7-9fb4-6a47af20e6d2"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-ae2175f8-126e-47f7-9fb4-6a47af20e6d2"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

}

#s-855f55d7-c623-4881-8e0a-bbabca18f017 {
  margin-top: 150px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-left: 50px;
padding-right: 50px;
max-width: 900px;
}

#s-508a3797-28d4-41cd-abed-c02d674713f6 {
  margin-top: 40px;
margin-left: auto;
margin-bottom: 40px;
margin-right: auto;
min-height: 50px;
}








#s-508a3797-28d4-41cd-abed-c02d674713f6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-508a3797-28d4-41cd-abed-c02d674713f6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-68911fb0-cb43-4e31-be15-b632f928a82d {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 986px;
}

@media (min-width: 0px) {
[id="s-68911fb0-cb43-4e31-be15-b632f928a82d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-68911fb0-cb43-4e31-be15-b632f928a82d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-68911fb0-cb43-4e31-be15-b632f928a82d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-68911fb0-cb43-4e31-be15-b632f928a82d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-44d14b06-2a94-4d3d-8afa-58ad04938378 {
  text-align: right;
}
@media (max-width: 767px){#s-44d14b06-2a94-4d3d-8afa-58ad04938378 {
  margin-left: 0%;
margin-right: 10%;
}
}






  #s-44d14b06-2a94-4d3d-8afa-58ad04938378 img.shogun-image {
    

    
    
    
  }


#s-44d14b06-2a94-4d3d-8afa-58ad04938378 .shogun-image-content {
  
    align-items: center;
  
}

#s-d06023ed-62fe-4af4-9b49-7478bc60c2f4 {
  padding-top: 10px;
padding-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
text-align: left;
}
@media (max-width: 767px){#s-d06023ed-62fe-4af4-9b49-7478bc60c2f4 {
  padding-top: 10px;
padding-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
text-align: center;
}
}
#s-d06023ed-62fe-4af4-9b49-7478bc60c2f4 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  letter-spacing: 1px;
  
}


@media (min-width: 768px) and (max-width: 991px){#s-d06023ed-62fe-4af4-9b49-7478bc60c2f4 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  letter-spacing: 1px;
  
}


}@media (max-width: 767px){#s-d06023ed-62fe-4af4-9b49-7478bc60c2f4 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  letter-spacing: 1px;
  text-align: center;
}


}
#s-3b8ce06a-f709-4eb6-9a1e-0d02b1e11755 {
  margin-bottom: 20px;
}
@media (min-width: 768px) and (max-width: 991px){#s-3b8ce06a-f709-4eb6-9a1e-0d02b1e11755 {
  margin-right: 5%;
}
}@media (max-width: 767px){#s-3b8ce06a-f709-4eb6-9a1e-0d02b1e11755 {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-56bd661e-b644-4b51-acae-cfe24726a6b2 {
  max-width: 484px;
text-align: left;
}
@media (max-width: 767px){#s-56bd661e-b644-4b51-acae-cfe24726a6b2 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}
}
#s-abe3217b-9e3c-48aa-a951-bded7101c816 {
  margin-top: 60px;
margin-left: auto;
margin-bottom: 60px;
margin-right: auto;
min-height: 50px;
}








#s-abe3217b-9e3c-48aa-a951-bded7101c816 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-abe3217b-9e3c-48aa-a951-bded7101c816.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5706189a-da7c-4861-ac1e-8fd4a3afae3c {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 986px;
}

@media (min-width: 0px) {
[id="s-5706189a-da7c-4861-ac1e-8fd4a3afae3c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5706189a-da7c-4861-ac1e-8fd4a3afae3c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-5706189a-da7c-4861-ac1e-8fd4a3afae3c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-5706189a-da7c-4861-ac1e-8fd4a3afae3c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-5706189a-da7c-4861-ac1e-8fd4a3afae3c"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-851b33aa-b20e-4299-9dbe-31067fdeaf58 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: right;
}
@media (max-width: 767px){#s-851b33aa-b20e-4299-9dbe-31067fdeaf58 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
}
#s-851b33aa-b20e-4299-9dbe-31067fdeaf58 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  letter-spacing: 1px;
  
}


@media (min-width: 768px) and (max-width: 991px){#s-851b33aa-b20e-4299-9dbe-31067fdeaf58 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  letter-spacing: 1px;
  
}


}@media (max-width: 767px){#s-851b33aa-b20e-4299-9dbe-31067fdeaf58 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  letter-spacing: 1px;
  text-align: center;
}


}
#s-e97ed20a-57be-403c-8bf5-1bda5cdf2de8 {
  margin-left: 5%;
margin-bottom: 20px;
}
@media (max-width: 767px){#s-e97ed20a-57be-403c-8bf5-1bda5cdf2de8 {
  margin-right: 5%;
}
}
#s-a0a96f62-008e-410f-a9ff-a79f017a87b9 {
  text-align: right;
}
@media (max-width: 767px){#s-a0a96f62-008e-410f-a9ff-a79f017a87b9 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}
}
#s-34c1eeaa-63c5-4afa-8be0-a7728c2d0196 {
  text-align: left;
}
@media (max-width: 767px){#s-34c1eeaa-63c5-4afa-8be0-a7728c2d0196 {
  margin-left: 12%;
}
}






  #s-34c1eeaa-63c5-4afa-8be0-a7728c2d0196 img.shogun-image {
    

    
    
    
  }


#s-34c1eeaa-63c5-4afa-8be0-a7728c2d0196 .shogun-image-content {
  
    align-items: center;
  
}

#s-454c1c48-2d5b-4ecc-83aa-9bfc3854327c {
  margin-top: 60px;
margin-left: auto;
margin-bottom: 60px;
margin-right: auto;
min-height: 50px;
}








#s-454c1c48-2d5b-4ecc-83aa-9bfc3854327c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-454c1c48-2d5b-4ecc-83aa-9bfc3854327c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0ff64259-b16f-4fa4-a204-505aed4b16d1 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 986px;
}

@media (min-width: 0px) {
[id="s-0ff64259-b16f-4fa4-a204-505aed4b16d1"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0ff64259-b16f-4fa4-a204-505aed4b16d1"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-0ff64259-b16f-4fa4-a204-505aed4b16d1"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-0ff64259-b16f-4fa4-a204-505aed4b16d1"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-c5e8c0d4-2a75-4e27-bcbb-b2cc56d6df32 {
  text-align: right;
}
@media (max-width: 767px){#s-c5e8c0d4-2a75-4e27-bcbb-b2cc56d6df32 {
  margin-right: 10%;
}
}






  #s-c5e8c0d4-2a75-4e27-bcbb-b2cc56d6df32 img.shogun-image {
    

    
    
    
  }


#s-c5e8c0d4-2a75-4e27-bcbb-b2cc56d6df32 .shogun-image-content {
  
    align-items: center;
  
}

#s-5344642a-3e69-46ef-a2aa-de18d9f56046 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (max-width: 767px){#s-5344642a-3e69-46ef-a2aa-de18d9f56046 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
}
#s-5344642a-3e69-46ef-a2aa-de18d9f56046 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  letter-spacing: 1px;
  
}


@media (min-width: 768px) and (max-width: 991px){#s-5344642a-3e69-46ef-a2aa-de18d9f56046 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  letter-spacing: 1px;
  
}


}@media (max-width: 767px){#s-5344642a-3e69-46ef-a2aa-de18d9f56046 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  letter-spacing: 1px;
  text-align: center;
}


}
#s-2bb3b4d0-a6be-42ac-b92b-787d00a26922 {
  margin-bottom: 20px;
}
@media (min-width: 768px) and (max-width: 991px){#s-2bb3b4d0-a6be-42ac-b92b-787d00a26922 {
  margin-right: 5%;
}
}@media (max-width: 767px){#s-2bb3b4d0-a6be-42ac-b92b-787d00a26922 {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-bef7b9ff-0544-4d20-90aa-8b4ab70b13d6 {
  text-align: left;
}
@media (max-width: 767px){#s-bef7b9ff-0544-4d20-90aa-8b4ab70b13d6 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}
}
#s-f8ec1a4a-0d48-4ebe-af8d-47d969b86559 {
  margin-top: 60px;
margin-left: auto;
margin-bottom: 60px;
margin-right: auto;
min-height: 50px;
}








#s-f8ec1a4a-0d48-4ebe-af8d-47d969b86559 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f8ec1a4a-0d48-4ebe-af8d-47d969b86559.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f3cae54a-895e-4496-82e7-0dc2df91e8a4 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 986px;
}

@media (min-width: 0px) {
[id="s-f3cae54a-895e-4496-82e7-0dc2df91e8a4"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f3cae54a-895e-4496-82e7-0dc2df91e8a4"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-f3cae54a-895e-4496-82e7-0dc2df91e8a4"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-f3cae54a-895e-4496-82e7-0dc2df91e8a4"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-f3cae54a-895e-4496-82e7-0dc2df91e8a4"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-ccd7bbfb-68d0-4350-8882-6b3b8c55f05c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: right;
}
@media (max-width: 767px){#s-ccd7bbfb-68d0-4350-8882-6b3b8c55f05c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
}
#s-ccd7bbfb-68d0-4350-8882-6b3b8c55f05c .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  letter-spacing: 1px;
  
}


@media (min-width: 768px) and (max-width: 991px){#s-ccd7bbfb-68d0-4350-8882-6b3b8c55f05c .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  letter-spacing: 1px;
  
}


}@media (max-width: 767px){#s-ccd7bbfb-68d0-4350-8882-6b3b8c55f05c .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  letter-spacing: 1px;
  text-align: center;
}


}
#s-37b4932f-9677-4adf-ba71-7f93b3be993a {
  margin-bottom: 20px;
}
@media (min-width: 768px) and (max-width: 991px){#s-37b4932f-9677-4adf-ba71-7f93b3be993a {
  margin-left: 5%;
}
}@media (max-width: 767px){#s-37b4932f-9677-4adf-ba71-7f93b3be993a {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-5b123815-c1f6-4695-9ef1-1f4ed16b3275 {
  margin-left: auto;
margin-right: auto;
text-align: right;
}
@media (max-width: 767px){#s-5b123815-c1f6-4695-9ef1-1f4ed16b3275 {
  text-align: center;
}
}
#s-bbadc015-e540-4b6e-b7eb-d90e55756830 {
  text-align: left;
}
@media (max-width: 767px){#s-bbadc015-e540-4b6e-b7eb-d90e55756830 {
  margin-left: 10%;
}
}






  #s-bbadc015-e540-4b6e-b7eb-d90e55756830 img.shogun-image {
    

    
    
    
  }


#s-bbadc015-e540-4b6e-b7eb-d90e55756830 .shogun-image-content {
  
    align-items: center;
  
}

#s-45485f2f-daa2-49cf-80d8-00fac6c3803e {
  margin-top: 60px;
margin-left: auto;
margin-bottom: 60px;
margin-right: auto;
min-height: 50px;
}








#s-45485f2f-daa2-49cf-80d8-00fac6c3803e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-45485f2f-daa2-49cf-80d8-00fac6c3803e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b93115f2-298e-4276-8ec5-3a99e67e2533 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 986px;
}

@media (min-width: 0px) {
[id="s-b93115f2-298e-4276-8ec5-3a99e67e2533"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b93115f2-298e-4276-8ec5-3a99e67e2533"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-b93115f2-298e-4276-8ec5-3a99e67e2533"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-b93115f2-298e-4276-8ec5-3a99e67e2533"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-75787498-d696-43ae-94ff-f075a4c5e551 {
  text-align: right;
}
@media (max-width: 767px){#s-75787498-d696-43ae-94ff-f075a4c5e551 {
  margin-right: 10%;
}
}






  #s-75787498-d696-43ae-94ff-f075a4c5e551 img.shogun-image {
    

    
    
    
  }


#s-75787498-d696-43ae-94ff-f075a4c5e551 .shogun-image-content {
  
    align-items: center;
  
}

#s-3f8bd97d-2ab1-4285-8069-f7bacf175a0f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (max-width: 767px){#s-3f8bd97d-2ab1-4285-8069-f7bacf175a0f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
}
#s-3f8bd97d-2ab1-4285-8069-f7bacf175a0f .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  letter-spacing: 1px;
  
}


@media (min-width: 768px) and (max-width: 991px){#s-3f8bd97d-2ab1-4285-8069-f7bacf175a0f .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  letter-spacing: 1px;
  
}


}@media (max-width: 767px){#s-3f8bd97d-2ab1-4285-8069-f7bacf175a0f .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  letter-spacing: 1px;
  text-align: center;
}


}
#s-cb1bf43d-6cff-4943-9306-be6e65979907 {
  margin-bottom: 20px;
}
@media (min-width: 768px) and (max-width: 991px){#s-cb1bf43d-6cff-4943-9306-be6e65979907 {
  margin-right: 5%;
}
}@media (max-width: 767px){#s-cb1bf43d-6cff-4943-9306-be6e65979907 {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-aef13f7d-a652-48f8-86d1-c3ecd1e7307f {
  text-align: left;
}
@media (max-width: 767px){#s-aef13f7d-a652-48f8-86d1-c3ecd1e7307f {
  margin-left: auto;
margin-right: auto;
text-align: center;
}
}
#s-eb885f3c-15d3-447f-8484-2a966d0c3536 {
  margin-top: 60px;
margin-left: auto;
margin-bottom: 60px;
margin-right: auto;
min-height: 50px;
}








#s-eb885f3c-15d3-447f-8484-2a966d0c3536 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-eb885f3c-15d3-447f-8484-2a966d0c3536.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-fd79cd1c-d11d-4d46-a5d8-48670587b1cf {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 986px;
}

@media (min-width: 0px) {
[id="s-fd79cd1c-d11d-4d46-a5d8-48670587b1cf"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-fd79cd1c-d11d-4d46-a5d8-48670587b1cf"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-fd79cd1c-d11d-4d46-a5d8-48670587b1cf"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-fd79cd1c-d11d-4d46-a5d8-48670587b1cf"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-fd79cd1c-d11d-4d46-a5d8-48670587b1cf"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-fffa6de0-c5f7-4f0a-b80e-7fad3d599700 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: right;
}
@media (max-width: 767px){#s-fffa6de0-c5f7-4f0a-b80e-7fad3d599700 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
}
#s-fffa6de0-c5f7-4f0a-b80e-7fad3d599700 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  letter-spacing: 1px;
  
}


@media (min-width: 768px) and (max-width: 991px){#s-fffa6de0-c5f7-4f0a-b80e-7fad3d599700 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  letter-spacing: 1px;
  
}


}@media (max-width: 767px){#s-fffa6de0-c5f7-4f0a-b80e-7fad3d599700 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  letter-spacing: 1px;
  text-align: center;
}


}
#s-0957389b-3c92-419d-b993-290f94c90c68 {
  margin-bottom: 20px;
}
@media (min-width: 768px) and (max-width: 991px){#s-0957389b-3c92-419d-b993-290f94c90c68 {
  margin-left: 5%;
margin-right: 0%;
}
}@media (max-width: 767px){#s-0957389b-3c92-419d-b993-290f94c90c68 {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-a2b354e4-d6bd-46c6-85cb-265517b85dff {
  text-align: right;
}
@media (max-width: 767px){#s-a2b354e4-d6bd-46c6-85cb-265517b85dff {
  margin-left: auto;
margin-right: auto;
text-align: center;
}
}
#s-c11881ca-a5e0-433b-9036-a77febfe00c2 {
  text-align: left;
}







  #s-c11881ca-a5e0-433b-9036-a77febfe00c2 img.shogun-image {
    

    
    
    
  }


#s-c11881ca-a5e0-433b-9036-a77febfe00c2 .shogun-image-content {
  
    align-items: center;
  
}

#s-bfb2eeae-df83-4300-a6a7-42fdf1c2bdf7 {
  margin-top: 60px;
margin-left: auto;
margin-bottom: 60px;
margin-right: auto;
min-height: 50px;
}








#s-bfb2eeae-df83-4300-a6a7-42fdf1c2bdf7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bfb2eeae-df83-4300-a6a7-42fdf1c2bdf7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-037d1755-bfda-45d2-8216-0d055cb1ca9a {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 986px;
}

@media (min-width: 0px) {
[id="s-037d1755-bfda-45d2-8216-0d055cb1ca9a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-037d1755-bfda-45d2-8216-0d055cb1ca9a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-037d1755-bfda-45d2-8216-0d055cb1ca9a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-037d1755-bfda-45d2-8216-0d055cb1ca9a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-c6aaa5a7-abc2-4787-a561-707dd8ab126c {
  margin-right: 5%;
text-align: right;
}
@media (max-width: 767px){#s-c6aaa5a7-abc2-4787-a561-707dd8ab126c {
  margin-right: 0%;
}
}






  #s-c6aaa5a7-abc2-4787-a561-707dd8ab126c img.shogun-image {
    

    
    
    
  }


#s-c6aaa5a7-abc2-4787-a561-707dd8ab126c .shogun-image-content {
  
    align-items: center;
  
}

#s-9538e615-7b66-4f5a-94df-dbd88c71517f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (max-width: 767px){#s-9538e615-7b66-4f5a-94df-dbd88c71517f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
}
#s-9538e615-7b66-4f5a-94df-dbd88c71517f .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  letter-spacing: 1px;
  
}


@media (min-width: 768px) and (max-width: 991px){#s-9538e615-7b66-4f5a-94df-dbd88c71517f .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  letter-spacing: 1px;
  
}


}@media (max-width: 767px){#s-9538e615-7b66-4f5a-94df-dbd88c71517f .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  letter-spacing: 1px;
  text-align: center;
}


}
#s-85fd4494-976a-467d-86b9-39fa81b119f7 {
  margin-bottom: 20px;
}
@media (min-width: 768px) and (max-width: 991px){#s-85fd4494-976a-467d-86b9-39fa81b119f7 {
  margin-right: 5%;
}
}@media (max-width: 767px){#s-85fd4494-976a-467d-86b9-39fa81b119f7 {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-0b657547-1210-419c-96ca-8e6a079c4e15 {
  text-align: left;
}
@media (max-width: 767px){#s-0b657547-1210-419c-96ca-8e6a079c4e15 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}
}
#s-ad83e116-3bf7-428b-905e-0a0590dee23a {
  margin-top: 60px;
margin-left: auto;
margin-bottom: 60px;
margin-right: auto;
min-height: 50px;
}








#s-ad83e116-3bf7-428b-905e-0a0590dee23a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ad83e116-3bf7-428b-905e-0a0590dee23a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3652865b-ded2-4e4a-8d75-451bf647f114 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 986px;
}

@media (min-width: 0px) {
[id="s-3652865b-ded2-4e4a-8d75-451bf647f114"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3652865b-ded2-4e4a-8d75-451bf647f114"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-3652865b-ded2-4e4a-8d75-451bf647f114"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-3652865b-ded2-4e4a-8d75-451bf647f114"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-3652865b-ded2-4e4a-8d75-451bf647f114"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-1d0515ca-8bd0-416c-8ce9-cdebf402d9da {
  padding-top: 10px;
padding-bottom: 10px;
text-align: right;
}
@media (max-width: 767px){#s-1d0515ca-8bd0-416c-8ce9-cdebf402d9da {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
}
#s-1d0515ca-8bd0-416c-8ce9-cdebf402d9da .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  letter-spacing: 1px;
  
}


@media (min-width: 768px) and (max-width: 991px){#s-1d0515ca-8bd0-416c-8ce9-cdebf402d9da .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  letter-spacing: 1px;
  
}


}@media (max-width: 767px){#s-1d0515ca-8bd0-416c-8ce9-cdebf402d9da .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  letter-spacing: 1px;
  text-align: center;
}


}
#s-0bdcf394-0b28-452e-af21-30eb0ab09243 {
  margin-bottom: 20px;
max-width: 986px;
}
@media (min-width: 768px) and (max-width: 991px){#s-0bdcf394-0b28-452e-af21-30eb0ab09243 {
  margin-left: 5%;
}
}@media (max-width: 767px){#s-0bdcf394-0b28-452e-af21-30eb0ab09243 {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-9fc56ed6-1bb0-427a-b773-1d9a2c4599d1 {
  text-align: right;
}
@media (max-width: 767px){#s-9fc56ed6-1bb0-427a-b773-1d9a2c4599d1 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}
}
#s-90c7a463-bbe2-4326-a9b4-ef5d9e5a7edf {
  margin-left: 5%;
text-align: left;
}
@media (max-width: 767px){#s-90c7a463-bbe2-4326-a9b4-ef5d9e5a7edf {
  margin-left: 10%;
}
}






  #s-90c7a463-bbe2-4326-a9b4-ef5d9e5a7edf img.shogun-image {
    

    
    
    
  }


#s-90c7a463-bbe2-4326-a9b4-ef5d9e5a7edf .shogun-image-content {
  
    align-items: center;
  
}

#s-25d9af64-28d4-4c44-8f1e-3dd216da8eba {
  margin-top: 60px;
margin-left: auto;
margin-bottom: 60px;
margin-right: auto;
min-height: 50px;
}








#s-25d9af64-28d4-4c44-8f1e-3dd216da8eba > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-25d9af64-28d4-4c44-8f1e-3dd216da8eba.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-554904d4-fd73-4ccf-8bd2-dc57369b0c2b {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 986px;
}

@media (min-width: 0px) {
[id="s-554904d4-fd73-4ccf-8bd2-dc57369b0c2b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-554904d4-fd73-4ccf-8bd2-dc57369b0c2b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-554904d4-fd73-4ccf-8bd2-dc57369b0c2b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-554904d4-fd73-4ccf-8bd2-dc57369b0c2b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-902deeea-749b-4470-ac48-31572b95399d {
  margin-right: 5%;
text-align: right;
}
@media (max-width: 767px){#s-902deeea-749b-4470-ac48-31572b95399d {
  margin-right: 10%;
}
}






  #s-902deeea-749b-4470-ac48-31572b95399d img.shogun-image {
    

    
    
    
  }


#s-902deeea-749b-4470-ac48-31572b95399d .shogun-image-content {
  
    align-items: center;
  
}

#s-bbe80bd2-e674-4523-9a15-6a70e5f1dfc2 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (max-width: 767px){#s-bbe80bd2-e674-4523-9a15-6a70e5f1dfc2 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
}
#s-bbe80bd2-e674-4523-9a15-6a70e5f1dfc2 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  letter-spacing: 1px;
  
}


@media (min-width: 768px) and (max-width: 991px){#s-bbe80bd2-e674-4523-9a15-6a70e5f1dfc2 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  letter-spacing: 1px;
  
}


}@media (max-width: 767px){#s-bbe80bd2-e674-4523-9a15-6a70e5f1dfc2 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  letter-spacing: 1px;
  text-align: center;
}


}
#s-fe4825e7-bf1d-49aa-86a3-0950446bb02f {
  margin-bottom: 20px;
}
@media (min-width: 768px) and (max-width: 991px){#s-fe4825e7-bf1d-49aa-86a3-0950446bb02f {
  padding-left: 0%;
padding-right: 5%;
}
}@media (max-width: 767px){#s-fe4825e7-bf1d-49aa-86a3-0950446bb02f {
  padding-left: 5%;
padding-right: 5%;
}
}
#s-5c22f7ee-ea5a-4fe7-9bd8-eb80eac1a6f7 {
  text-align: left;
}
@media (max-width: 767px){#s-5c22f7ee-ea5a-4fe7-9bd8-eb80eac1a6f7 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}
}
#s-f6dc7544-be99-44d4-8460-70a2c9df0c4b {
  margin-top: 60px;
margin-left: auto;
margin-bottom: 60px;
margin-right: auto;
min-height: 50px;
}








#s-f6dc7544-be99-44d4-8460-70a2c9df0c4b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f6dc7544-be99-44d4-8460-70a2c9df0c4b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1cac340c-63f5-4911-a084-e70728ceb075 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 986px;
}

@media (min-width: 0px) {
[id="s-1cac340c-63f5-4911-a084-e70728ceb075"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1cac340c-63f5-4911-a084-e70728ceb075"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-1cac340c-63f5-4911-a084-e70728ceb075"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-1cac340c-63f5-4911-a084-e70728ceb075"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-1cac340c-63f5-4911-a084-e70728ceb075"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-0e07e354-b5a5-47ba-a494-bb5b4a306142 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: right;
}
@media (max-width: 767px){#s-0e07e354-b5a5-47ba-a494-bb5b4a306142 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
}
#s-0e07e354-b5a5-47ba-a494-bb5b4a306142 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  letter-spacing: 1px;
  
}


@media (min-width: 768px) and (max-width: 991px){#s-0e07e354-b5a5-47ba-a494-bb5b4a306142 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  letter-spacing: 1px;
  
}


}@media (max-width: 767px){#s-0e07e354-b5a5-47ba-a494-bb5b4a306142 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  letter-spacing: 1px;
  text-align: center;
}


}
#s-0fa16068-33e1-4a5c-a718-336fa0b0e517 {
  margin-bottom: 20px;
}
@media (min-width: 768px) and (max-width: 991px){#s-0fa16068-33e1-4a5c-a718-336fa0b0e517 {
  margin-left: 5%;
}
}@media (max-width: 767px){#s-0fa16068-33e1-4a5c-a718-336fa0b0e517 {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-86fb761b-7e18-49c3-8612-753275bdfb8f {
  text-align: right;
}
@media (max-width: 767px){#s-86fb761b-7e18-49c3-8612-753275bdfb8f {
  margin-left: auto;
margin-right: auto;
text-align: center;
}
}
#s-e42b9cdf-0e30-45d6-8f3a-9c9d815b0be9 {
  text-align: center;
}







  #s-e42b9cdf-0e30-45d6-8f3a-9c9d815b0be9 img.shogun-image {
    

    
    
    
  }


#s-e42b9cdf-0e30-45d6-8f3a-9c9d815b0be9 .shogun-image-content {
  
    align-items: center;
  
}

#s-890753b3-2ff5-4fd0-b754-b93d453475b1 {
  margin-top: 60px;
margin-left: auto;
margin-bottom: 60px;
margin-right: auto;
min-height: 50px;
}








#s-890753b3-2ff5-4fd0-b754-b93d453475b1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-890753b3-2ff5-4fd0-b754-b93d453475b1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7ae3c4c7-78d6-4b90-b04b-a1ab65ecf844 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 986px;
}

@media (min-width: 0px) {
[id="s-7ae3c4c7-78d6-4b90-b04b-a1ab65ecf844"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7ae3c4c7-78d6-4b90-b04b-a1ab65ecf844"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-7ae3c4c7-78d6-4b90-b04b-a1ab65ecf844"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-7ae3c4c7-78d6-4b90-b04b-a1ab65ecf844"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-2be040f0-75f8-4b7b-8b6f-254b0f2e3ec8 {
  margin-right: 5%;
text-align: right;
}







  #s-2be040f0-75f8-4b7b-8b6f-254b0f2e3ec8 img.shogun-image {
    

    
    
    
  }


#s-2be040f0-75f8-4b7b-8b6f-254b0f2e3ec8 .shogun-image-content {
  
    align-items: center;
  
}

#s-4e8eb9fd-0847-402b-9e69-c91abe1d24fb {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (max-width: 767px){#s-4e8eb9fd-0847-402b-9e69-c91abe1d24fb {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
}
#s-4e8eb9fd-0847-402b-9e69-c91abe1d24fb .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  letter-spacing: 1px;
  
}


@media (min-width: 768px) and (max-width: 991px){#s-4e8eb9fd-0847-402b-9e69-c91abe1d24fb .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  letter-spacing: 1px;
  
}


}@media (max-width: 767px){#s-4e8eb9fd-0847-402b-9e69-c91abe1d24fb .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  letter-spacing: 1px;
  text-align: center;
}


}
#s-a1cf3517-4aae-4ef6-9005-1bb7acc08662 {
  margin-bottom: 20px;
}
@media (min-width: 768px) and (max-width: 991px){#s-a1cf3517-4aae-4ef6-9005-1bb7acc08662 {
  margin-right: 5%;
}
}@media (max-width: 767px){#s-a1cf3517-4aae-4ef6-9005-1bb7acc08662 {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-7adf539b-6819-4f26-934f-7c471a11ff37 {
  text-align: left;
}
@media (max-width: 767px){#s-7adf539b-6819-4f26-934f-7c471a11ff37 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}
}
/*
  $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}
