.shg-box {
  position: relative;
  display: flex;
  width: 100%;
  flex-direction: column;
  /**
   * 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: flex;
  width: 100%;
}

.shg-box-vertical-align-top {
  justify-content: flex-start;
}

.shg-box-vertical-align-center, .shg-box-vertical-center {
  justify-content: center;
}

.shg-box-vertical-align-bottom {
  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 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  z-index: -1;
}

#s-715195a9-e7b1-4d66-9dab-6911015d306c {
  min-height: 50px;
}








#s-715195a9-e7b1-4d66-9dab-6911015d306c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-715195a9-e7b1-4d66-9dab-6911015d306c.shg-box.shg-c {
  justify-content: flex-start;
}

#s-1f463b89-7cca-40ca-b245-bcf6e91ecf0c {
  min-height: 50px;
}
@media (max-width: 767px){#s-1f463b89-7cca-40ca-b245-bcf6e91ecf0c {
  display: none;
}
#s-1f463b89-7cca-40ca-b245-bcf6e91ecf0c, #wrap-s-1f463b89-7cca-40ca-b245-bcf6e91ecf0c { display:none !important; }}







#s-1f463b89-7cca-40ca-b245-bcf6e91ecf0c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1f463b89-7cca-40ca-b245-bcf6e91ecf0c.shg-box.shg-c {
  justify-content: flex-start;
}

@font-face {
  font-family: 'Glyphicons Halflings';

  src: url('https://cdnjs.cloudflare.com/ajax/libs/bootswatch/3.3.7/fonts/glyphicons-halflings-regular.eot');
  src: url('https://cdnjs.cloudflare.com/ajax/libs/bootswatch/3.3.7/fonts/glyphicons-halflings-regular.eot?#iefix')
      format('embedded-opentype'),
    url('https://cdnjs.cloudflare.com/ajax/libs/bootswatch/3.3.7/fonts/glyphicons-halflings-regular.woff2')
      format('woff2'),
    url('https://cdnjs.cloudflare.com/ajax/libs/bootswatch/3.3.7/fonts/glyphicons-halflings-regular.woff')
      format('woff'),
    url('https://cdnjs.cloudflare.com/ajax/libs/bootswatch/3.3.7/fonts/glyphicons-halflings-regular.ttf')
      format('truetype'),
    url('https://cdnjs.cloudflare.com/ajax/libs/bootswatch/3.3.7/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular')
      format('svg');
}

.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.shg-car-control .glyphicon-chevron-left {
  margin-left: -10px;
  left: 50%;
}

.shg-car-control .glyphicon-chevron-left:before {
  content: "\e079";
}

.shg-car-control .glyphicon-chevron-right {
  margin-right: -10px;
  right: 50%;
}

.shg-car-control .glyphicon-chevron-right:before {
  content: "\e080";
}

.shg-car {
  min-height: inherit;
  max-height: inherit;
  position: relative;
}

.shg-car-inner {
  min-height: inherit;
  max-height: inherit;
  position: relative;
  width: 100%;
  overflow: hidden;
  text-align: center;
}

.shg-car-inner > .shg-car-item {
  min-height: inherit;
  max-height: inherit;
  position: relative;
  display: none;
  transition: .6s ease-in-out left;
}

.shg-car-item a {
  text-decoration: none;
  border: none;
}

.shg-car-inner > .shg-car-item img {
  min-height: inherit;
  max-height: inherit;
}

.shg-car-inner > .shg-car-item > img,
.shg-car-inner > .shg-car-item > a > img {
  line-height: 1;
  margin: 0 auto;
  display: block;
  max-width: 100%;
  border: 0;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .shg-car-inner > .shg-car-item {
    transition: transform .6s ease-in-out;

    -webkit-backface-visibility: hidden;

            backface-visibility: hidden;
    perspective: 1000px;
  }
  .shg-car-inner > .shg-car-item.next,
  .shg-car-inner > .shg-car-item.shg-active.shg-car-right {
    left: 0;
    transform: translate3d(100%, 0, 0);
  }
  .shg-car-inner > .shg-car-item.prev,
  .shg-car-inner > .shg-car-item.shg-active.shg-car-left {
    left: 0;
    transform: translate3d(-100%, 0, 0);
  }
  .shg-car-inner > .shg-car-item.next.shg-car-left,
  .shg-car-inner > .shg-car-item.prev.shg-car-right,
  .shg-car-inner > .shg-car-item.shg-active {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
}
.shg-car-inner > .shg-active,
.shg-car-inner > .next,
.shg-car-inner > .prev {
  display: block;
}
.shg-car-inner > .shg-active {
  left: 0;
}
.shg-car-inner > .next,
.shg-car-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.shg-car-inner > .next {
  left: 100%;
}
.shg-car-inner > .prev {
  left: -100%;
}
.shg-car-inner > .next.shg-car-left,
.shg-car-inner > .prev.shg-car-right {
  left: 0;
}
.shg-car-inner > .shg-active.shg-car-left {
  left: -100%;
}
.shg-car-inner > .shg-active.shg-car-right {
  left: 100%;
}
.shg-car-control {
  position: absolute !important;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
  background-color: rgba(0, 0, 0, 0);
  filter: alpha(opacity=50);
  opacity: .5;
  z-index: 5;
  text-decoration: none;
  border: none;
}
.shg-car-control.shg-car-left {
}
.shg-car-control.shg-car-right {
  right: 0;
  left: auto;
}
.shg-car-control:hover,
.shg-car-control:focus {
  color: #fff;
  text-decoration: none;
  filter: alpha(opacity=90);
  outline: 0;
  opacity: .9;
}
.shg-car-control .icon-prev,
.shg-car-control .icon-next,
.shg-car-control .glyphicon-chevron-left,
.shg-car-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  margin-top: -10px;
}
.shg-car-control .icon-prev,
.shg-car-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.shg-car-control .icon-next,
.shg-car-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.shg-car-control .icon-prev,
.shg-car-control .icon-next {
  width: 20px;
  height: 20px;
  font-family: serif;
  line-height: 1;
}
.shg-car-control .icon-prev:before {
  content: '\2039';
}
.shg-car-control .icon-next:before {
  content: '\203a';
}
.shg-car-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}
.shg-car-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 10px;
}
.shg-car-indicators .shg-active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #fff;
}
.shg-car-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
}
.shg-car-caption h3 {
  margin: 0 !important;
  padding: 30px !important;
}
.shg-car-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .shg-car-control .glyphicon-chevron-left,
  .shg-car-control .glyphicon-chevron-right,
  .shg-car-control .icon-prev,
  .shg-car-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }
  .shg-car-control .glyphicon-chevron-left,
  .shg-car-control .icon-prev {
    margin-left: -10px;
  }
  .shg-car-control .glyphicon-chevron-right,
  .shg-car-control .icon-next {
    margin-right: -10px;
  }
  .shg-car-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
  }
  .shg-car-indicators {
    bottom: 20px;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  max-height: inherit;
  margin: 0;
  overflow: visible;
  clip: auto;
}

#s-e2730032-9093-4c5e-88f8-56a9f894b490 {
  
}

#s-7181cc62-090c-4465-b0ba-cb7c7df064b3 {
  padding-top: 10%;
padding-bottom: 10%;
min-height: 50px;
}








#s-7181cc62-090c-4465-b0ba-cb7c7df064b3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7181cc62-090c-4465-b0ba-cb7c7df064b3.shg-box.shg-c {
  justify-content: flex-start;
}

.shg-row {
  display: flex;
  flex-wrap: wrap;
  min-height: inherit;
  max-height: inherit;
justify-content: space-between;
}

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

.shg-c-xs-1,
.shg-c-xs-2,
.shg-c-xs-3,
.shg-c-xs-4,
.shg-c-xs-5,
.shg-c-xs-6,
.shg-c-xs-7,
.shg-c-xs-8,
.shg-c-xs-9,
.shg-c-xs-10,
.shg-c-xs-11,
.shg-c-xs-12,
.shg-c-sm-1,
.shg-c-sm-2,
.shg-c-sm-3,
.shg-c-sm-4,
.shg-c-sm-5,
.shg-c-sm-6,
.shg-c-sm-7,
.shg-c-sm-8,
.shg-c-sm-9,
.shg-c-sm-10,
.shg-c-sm-11,
.shg-c-sm-12,
.shg-c-md-1,
.shg-c-md-2,
.shg-c-md-3,
.shg-c-md-4,
.shg-c-md-5,
.shg-c-md-6,
.shg-c-md-7,
.shg-c-md-8,
.shg-c-md-9,
.shg-c-md-10,
.shg-c-md-11,
.shg-c-md-12,
.shg-c-lg-1,
.shg-c-lg-2,
.shg-c-lg-3,
.shg-c-lg-4,
.shg-c-lg-5,
.shg-c-lg-6,
.shg-c-lg-7,
.shg-c-lg-8,
.shg-c-lg-9,
.shg-c-lg-10,
.shg-c-lg-11,
.shg-c-lg-12 {
  position: relative;
}

@media (min-width: 0px) {
[id="s-64ea61dc-52eb-4ecd-a3fb-5387c429c6f9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-64ea61dc-52eb-4ecd-a3fb-5387c429c6f9"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 33.333333333333336px);
}

[id="s-64ea61dc-52eb-4ecd-a3fb-5387c429c6f9"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 33.333333333333336px);
}

[id="s-64ea61dc-52eb-4ecd-a3fb-5387c429c6f9"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 33.333333333333336px);
}

[id="s-64ea61dc-52eb-4ecd-a3fb-5387c429c6f9"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 33.333333333333336px);
}

[id="s-64ea61dc-52eb-4ecd-a3fb-5387c429c6f9"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 33.333333333333336px);
}

[id="s-64ea61dc-52eb-4ecd-a3fb-5387c429c6f9"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 33.333333333333336px);
}

[id="s-64ea61dc-52eb-4ecd-a3fb-5387c429c6f9"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 33.333333333333336px);
}

[id="s-64ea61dc-52eb-4ecd-a3fb-5387c429c6f9"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 33.333333333333336px);
}

[id="s-64ea61dc-52eb-4ecd-a3fb-5387c429c6f9"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 33.333333333333336px);
}

[id="s-64ea61dc-52eb-4ecd-a3fb-5387c429c6f9"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 33.333333333333336px);
}

[id="s-64ea61dc-52eb-4ecd-a3fb-5387c429c6f9"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 33.333333333333336px);
}

[id="s-64ea61dc-52eb-4ecd-a3fb-5387c429c6f9"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 33.333333333333336px);
}

}

@media (min-width: 992px) {
[id="s-64ea61dc-52eb-4ecd-a3fb-5387c429c6f9"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 33.333333333333336px);
}

[id="s-64ea61dc-52eb-4ecd-a3fb-5387c429c6f9"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 33.333333333333336px);
}

[id="s-64ea61dc-52eb-4ecd-a3fb-5387c429c6f9"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 33.333333333333336px);
}

[id="s-64ea61dc-52eb-4ecd-a3fb-5387c429c6f9"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 33.333333333333336px);
}

[id="s-64ea61dc-52eb-4ecd-a3fb-5387c429c6f9"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 33.333333333333336px);
}

[id="s-64ea61dc-52eb-4ecd-a3fb-5387c429c6f9"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 33.333333333333336px);
}

[id="s-64ea61dc-52eb-4ecd-a3fb-5387c429c6f9"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 33.333333333333336px);
}

[id="s-64ea61dc-52eb-4ecd-a3fb-5387c429c6f9"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 33.333333333333336px);
}

[id="s-64ea61dc-52eb-4ecd-a3fb-5387c429c6f9"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 33.333333333333336px);
}

[id="s-64ea61dc-52eb-4ecd-a3fb-5387c429c6f9"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 33.333333333333336px);
}

[id="s-64ea61dc-52eb-4ecd-a3fb-5387c429c6f9"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 33.333333333333336px);
}

[id="s-64ea61dc-52eb-4ecd-a3fb-5387c429c6f9"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 33.333333333333336px);
}

}

@media (min-width: 1200px) {
[id="s-64ea61dc-52eb-4ecd-a3fb-5387c429c6f9"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 33.333333333333336px);
}

[id="s-64ea61dc-52eb-4ecd-a3fb-5387c429c6f9"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 33.333333333333336px);
}

[id="s-64ea61dc-52eb-4ecd-a3fb-5387c429c6f9"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 33.333333333333336px);
}

[id="s-64ea61dc-52eb-4ecd-a3fb-5387c429c6f9"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 33.333333333333336px);
}

[id="s-64ea61dc-52eb-4ecd-a3fb-5387c429c6f9"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 33.333333333333336px);
}

[id="s-64ea61dc-52eb-4ecd-a3fb-5387c429c6f9"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 33.333333333333336px);
}

[id="s-64ea61dc-52eb-4ecd-a3fb-5387c429c6f9"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 33.333333333333336px);
}

[id="s-64ea61dc-52eb-4ecd-a3fb-5387c429c6f9"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 33.333333333333336px);
}

[id="s-64ea61dc-52eb-4ecd-a3fb-5387c429c6f9"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 33.333333333333336px);
}

[id="s-64ea61dc-52eb-4ecd-a3fb-5387c429c6f9"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 33.333333333333336px);
}

[id="s-64ea61dc-52eb-4ecd-a3fb-5387c429c6f9"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 33.333333333333336px);
}

[id="s-64ea61dc-52eb-4ecd-a3fb-5387c429c6f9"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 33.333333333333336px);
}

}

.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 {
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
  width: 100%;
}

.shogun-image-contain {
  font-family: "object-fit: contain;";
  -o-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-a166d32f-0d28-4c15-ad17-ca0b7c242b5b {
  margin-bottom: 5%;
text-align: center;
}




  #s-a166d32f-0d28-4c15-ad17-ca0b7c242b5b img.shogun-image {
    
    width: px;
  }


#s-a166d32f-0d28-4c15-ad17-ca0b7c242b5b .shogun-image-content {
  
    align-items: center;
  
}

.shogun-heading-component h1,
.shogun-heading-component h2,
.shogun-heading-component h3,
.shogun-heading-component h4,
.shogun-heading-component h5,
.shogun-heading-component h6 {
  margin: 0;
  padding: 0;
  display: block;
  color: #000;
  text-transform: none;
  font-weight: normal;
  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-378c21bd-b50d-4070-8975-d4ffcc235b1e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-378c21bd-b50d-4070-8975-d4ffcc235b1e .shogun-heading-component h2 {
  color: rgba(64, 64, 64, 1);
  font-weight:  800 ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



.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 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 ::-moz-selection, .shg-default-text-content *::-moz-selection {
  background: #accef7;
}
.shg-default-text-content ::selection,
.shg-default-text-content *::selection {
  background: #accef7;
}

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

.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 {
  -webkit-margin-after: 1em;
          margin-block-end: 1em;
  -webkit-margin-before: 1em;
          margin-block-start: 1em;
  margin-bottom: 0;
  -webkit-margin-end: 0;
          margin-inline-end: 0;
  -webkit-margin-start: 0;
          margin-inline-start: 0;
  margin-top: 0;
  -webkit-padding-start: 40px;
          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;
}

#s-9de5c6d8-8162-4c89-a47e-4c918c99a596 {
  margin-bottom: 5%;
text-align: center;
}




  #s-9de5c6d8-8162-4c89-a47e-4c918c99a596 img.shogun-image {
    
    width: px;
  }


#s-9de5c6d8-8162-4c89-a47e-4c918c99a596 .shogun-image-content {
  
    align-items: center;
  
}

#s-d096fecc-a668-4e57-854d-8217ad53e0ce {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-d096fecc-a668-4e57-854d-8217ad53e0ce .shogun-heading-component h2 {
  color: rgba(64, 64, 64, 1);
  font-weight:  800 ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-b11f253e-44c6-4532-b7ad-069a9bf3aedf {
  margin-bottom: 5%;
text-align: center;
}




  #s-b11f253e-44c6-4532-b7ad-069a9bf3aedf img.shogun-image {
    
    width: px;
  }


#s-b11f253e-44c6-4532-b7ad-069a9bf3aedf .shogun-image-content {
  
    align-items: center;
  
}

#s-77bffc78-2a79-446f-b221-79214e39ca74 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-77bffc78-2a79-446f-b221-79214e39ca74 .shogun-heading-component h2 {
  color: rgba(64, 64, 64, 1);
  font-weight:  800 ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-3f4d26ac-65bb-46f0-9f68-6e74e8f74a47 {
  margin-top: 5%;
margin-bottom: %;
}

@media (min-width: 0px) {
[id="s-3f4d26ac-65bb-46f0-9f68-6e74e8f74a47"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3f4d26ac-65bb-46f0-9f68-6e74e8f74a47"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-3f4d26ac-65bb-46f0-9f68-6e74e8f74a47"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-3f4d26ac-65bb-46f0-9f68-6e74e8f74a47"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-3f4d26ac-65bb-46f0-9f68-6e74e8f74a47"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-3f4d26ac-65bb-46f0-9f68-6e74e8f74a47"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-3f4d26ac-65bb-46f0-9f68-6e74e8f74a47"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-3f4d26ac-65bb-46f0-9f68-6e74e8f74a47"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-3f4d26ac-65bb-46f0-9f68-6e74e8f74a47"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-3f4d26ac-65bb-46f0-9f68-6e74e8f74a47"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-3f4d26ac-65bb-46f0-9f68-6e74e8f74a47"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-3f4d26ac-65bb-46f0-9f68-6e74e8f74a47"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-3f4d26ac-65bb-46f0-9f68-6e74e8f74a47"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-3f4d26ac-65bb-46f0-9f68-6e74e8f74a47"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-3f4d26ac-65bb-46f0-9f68-6e74e8f74a47"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-3f4d26ac-65bb-46f0-9f68-6e74e8f74a47"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-3f4d26ac-65bb-46f0-9f68-6e74e8f74a47"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-3f4d26ac-65bb-46f0-9f68-6e74e8f74a47"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-3f4d26ac-65bb-46f0-9f68-6e74e8f74a47"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-3f4d26ac-65bb-46f0-9f68-6e74e8f74a47"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-3f4d26ac-65bb-46f0-9f68-6e74e8f74a47"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-3f4d26ac-65bb-46f0-9f68-6e74e8f74a47"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-3f4d26ac-65bb-46f0-9f68-6e74e8f74a47"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-3f4d26ac-65bb-46f0-9f68-6e74e8f74a47"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-3f4d26ac-65bb-46f0-9f68-6e74e8f74a47"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-3f4d26ac-65bb-46f0-9f68-6e74e8f74a47"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-3f4d26ac-65bb-46f0-9f68-6e74e8f74a47"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-3f4d26ac-65bb-46f0-9f68-6e74e8f74a47"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-3f4d26ac-65bb-46f0-9f68-6e74e8f74a47"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-3f4d26ac-65bb-46f0-9f68-6e74e8f74a47"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-3f4d26ac-65bb-46f0-9f68-6e74e8f74a47"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-3f4d26ac-65bb-46f0-9f68-6e74e8f74a47"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-3f4d26ac-65bb-46f0-9f68-6e74e8f74a47"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-3f4d26ac-65bb-46f0-9f68-6e74e8f74a47"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-3f4d26ac-65bb-46f0-9f68-6e74e8f74a47"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-3f4d26ac-65bb-46f0-9f68-6e74e8f74a47"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-3f4d26ac-65bb-46f0-9f68-6e74e8f74a47"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

.shg-btn.shg-cse, .shg-btn.shg-cse:hover, .shg-btn.shg-cse:focus {
  color: #FFF;
}

.shg-btn {
  cursor: pointer;
  box-sizing: border-box;
}

.shg-btn.shg-btn-stretch {
  display: block;
}

.shg-btn:not(.shg-btn-stretch) {
  display: inline-block;
}

.shg-btn-wrapper.shg-align-left {
  text-align: left;
}

.shg-btn-wrapper.shg-align-center {
  text-align: center;
}

.shg-btn-wrapper.shg-align-right {
  text-align: right;
}

#s-a904dc68-ff60-4093-b671-b8974a2596f6 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 50px;
text-align: center;
background-color: rgba(9, 90, 171, 1);
font-size: 20px;
font-weight: bold;
color: #ffffff;
text-decoration: none;
}
#s-a904dc68-ff60-4093-b671-b8974a2596f6:hover {background-color: rgba(11, 102, 193, 1) !important;
text-decoration: none !important;}#s-a904dc68-ff60-4093-b671-b8974a2596f6:active {background-color: rgba(64, 64, 64, 1) !important;
text-decoration: none !important;}


#s-a904dc68-ff60-4093-b671-b8974a2596f6.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-137d0b28-a368-440c-b41e-9f3f3915aeaf {
  min-height: 50px;
background-color: rgba(9, 90, 171, 1);
}








#s-137d0b28-a368-440c-b41e-9f3f3915aeaf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-137d0b28-a368-440c-b41e-9f3f3915aeaf.shg-box.shg-c {
  justify-content: flex-start;
}

#s-191cc438-d0fc-4c0b-8507-623908913be9 {
  padding-top: 0%;
padding-left: 5%;
padding-bottom: 0%;
padding-right: 5%;
min-height: 50px;
}








#s-191cc438-d0fc-4c0b-8507-623908913be9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-191cc438-d0fc-4c0b-8507-623908913be9.shg-box.shg-c {
  justify-content: flex-start;
}

@media (min-width: 0px) {
[id="s-b0c40831-dcec-412d-a89b-6a30425385f6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b0c40831-dcec-412d-a89b-6a30425385f6"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-b0c40831-dcec-412d-a89b-6a30425385f6"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-b0c40831-dcec-412d-a89b-6a30425385f6"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-b0c40831-dcec-412d-a89b-6a30425385f6"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-b0c40831-dcec-412d-a89b-6a30425385f6"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-b0c40831-dcec-412d-a89b-6a30425385f6"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-b0c40831-dcec-412d-a89b-6a30425385f6"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-b0c40831-dcec-412d-a89b-6a30425385f6"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-b0c40831-dcec-412d-a89b-6a30425385f6"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-b0c40831-dcec-412d-a89b-6a30425385f6"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-b0c40831-dcec-412d-a89b-6a30425385f6"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-b0c40831-dcec-412d-a89b-6a30425385f6"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-b0c40831-dcec-412d-a89b-6a30425385f6"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-b0c40831-dcec-412d-a89b-6a30425385f6"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-b0c40831-dcec-412d-a89b-6a30425385f6"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-b0c40831-dcec-412d-a89b-6a30425385f6"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-b0c40831-dcec-412d-a89b-6a30425385f6"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-b0c40831-dcec-412d-a89b-6a30425385f6"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-b0c40831-dcec-412d-a89b-6a30425385f6"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-b0c40831-dcec-412d-a89b-6a30425385f6"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-b0c40831-dcec-412d-a89b-6a30425385f6"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-b0c40831-dcec-412d-a89b-6a30425385f6"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-b0c40831-dcec-412d-a89b-6a30425385f6"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-b0c40831-dcec-412d-a89b-6a30425385f6"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-b0c40831-dcec-412d-a89b-6a30425385f6"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-b0c40831-dcec-412d-a89b-6a30425385f6"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-b0c40831-dcec-412d-a89b-6a30425385f6"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-b0c40831-dcec-412d-a89b-6a30425385f6"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-b0c40831-dcec-412d-a89b-6a30425385f6"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-b0c40831-dcec-412d-a89b-6a30425385f6"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-b0c40831-dcec-412d-a89b-6a30425385f6"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-b0c40831-dcec-412d-a89b-6a30425385f6"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-b0c40831-dcec-412d-a89b-6a30425385f6"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-b0c40831-dcec-412d-a89b-6a30425385f6"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-b0c40831-dcec-412d-a89b-6a30425385f6"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-b0c40831-dcec-412d-a89b-6a30425385f6"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-3c8f9b36-e12e-43ea-afa2-78fc8c47db3b {
  text-align: center;
}




  #s-3c8f9b36-e12e-43ea-afa2-78fc8c47db3b img.shogun-image {
    
    width: px;
  }


#s-3c8f9b36-e12e-43ea-afa2-78fc8c47db3b .shogun-image-content {
  
    align-items: center;
  
}

#s-cff95e9e-25fa-4dc1-a397-aa88a958f8b1 {
  min-height: 50px;
}








#s-cff95e9e-25fa-4dc1-a397-aa88a958f8b1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cff95e9e-25fa-4dc1-a397-aa88a958f8b1.shg-box.shg-c {
  justify-content: flex-start;
}

#s-4563124d-3f84-4a7e-80b8-cdb90c9f6e6c {
  padding-top: 15%;
padding-bottom: 10px;
text-align: center;
}

#s-4563124d-3f84-4a7e-80b8-cdb90c9f6e6c .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: ;
  font-style:   ;
  font-size: 42px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-be0a3007-a9cd-4987-9977-d2795d67b2ab {
  padding-top: %;
padding-bottom: 2%;
}

@media (min-width: 0px) {
[id="s-0770b00e-7ce2-42f1-bbfb-7dc56a40de9f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0770b00e-7ce2-42f1-bbfb-7dc56a40de9f"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-0770b00e-7ce2-42f1-bbfb-7dc56a40de9f"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-0770b00e-7ce2-42f1-bbfb-7dc56a40de9f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-0770b00e-7ce2-42f1-bbfb-7dc56a40de9f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-0770b00e-7ce2-42f1-bbfb-7dc56a40de9f"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-0770b00e-7ce2-42f1-bbfb-7dc56a40de9f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-0770b00e-7ce2-42f1-bbfb-7dc56a40de9f"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-0770b00e-7ce2-42f1-bbfb-7dc56a40de9f"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-0770b00e-7ce2-42f1-bbfb-7dc56a40de9f"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-0770b00e-7ce2-42f1-bbfb-7dc56a40de9f"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-0770b00e-7ce2-42f1-bbfb-7dc56a40de9f"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-0770b00e-7ce2-42f1-bbfb-7dc56a40de9f"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-0770b00e-7ce2-42f1-bbfb-7dc56a40de9f"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-0770b00e-7ce2-42f1-bbfb-7dc56a40de9f"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-0770b00e-7ce2-42f1-bbfb-7dc56a40de9f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-0770b00e-7ce2-42f1-bbfb-7dc56a40de9f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-0770b00e-7ce2-42f1-bbfb-7dc56a40de9f"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-0770b00e-7ce2-42f1-bbfb-7dc56a40de9f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-0770b00e-7ce2-42f1-bbfb-7dc56a40de9f"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-0770b00e-7ce2-42f1-bbfb-7dc56a40de9f"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-0770b00e-7ce2-42f1-bbfb-7dc56a40de9f"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-0770b00e-7ce2-42f1-bbfb-7dc56a40de9f"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-0770b00e-7ce2-42f1-bbfb-7dc56a40de9f"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-0770b00e-7ce2-42f1-bbfb-7dc56a40de9f"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-0770b00e-7ce2-42f1-bbfb-7dc56a40de9f"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-0770b00e-7ce2-42f1-bbfb-7dc56a40de9f"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-0770b00e-7ce2-42f1-bbfb-7dc56a40de9f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-0770b00e-7ce2-42f1-bbfb-7dc56a40de9f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-0770b00e-7ce2-42f1-bbfb-7dc56a40de9f"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-0770b00e-7ce2-42f1-bbfb-7dc56a40de9f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-0770b00e-7ce2-42f1-bbfb-7dc56a40de9f"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-0770b00e-7ce2-42f1-bbfb-7dc56a40de9f"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-0770b00e-7ce2-42f1-bbfb-7dc56a40de9f"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-0770b00e-7ce2-42f1-bbfb-7dc56a40de9f"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-0770b00e-7ce2-42f1-bbfb-7dc56a40de9f"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-0770b00e-7ce2-42f1-bbfb-7dc56a40de9f"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-35d20bff-4c2d-488b-a412-d1b24b161b7a {
  margin-left: %;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 50px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
font-size: 20px;
font-weight: bold;
color: rgba(9, 90, 171, 1);
text-decoration: none;
}
#s-35d20bff-4c2d-488b-a412-d1b24b161b7a:hover {background-color: rgba(242, 242, 242, 1) !important;
text-decoration: none !important;}#s-35d20bff-4c2d-488b-a412-d1b24b161b7a:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-35d20bff-4c2d-488b-a412-d1b24b161b7a {
  display: none;
}
#s-35d20bff-4c2d-488b-a412-d1b24b161b7a, #wrap-s-35d20bff-4c2d-488b-a412-d1b24b161b7a { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-35d20bff-4c2d-488b-a412-d1b24b161b7a {
  display: none;
}
#s-35d20bff-4c2d-488b-a412-d1b24b161b7a, #wrap-s-35d20bff-4c2d-488b-a412-d1b24b161b7a { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-35d20bff-4c2d-488b-a412-d1b24b161b7a {
  display: none;
}
#s-35d20bff-4c2d-488b-a412-d1b24b161b7a, #wrap-s-35d20bff-4c2d-488b-a412-d1b24b161b7a { display:none !important; }}@media (max-width: 767px){#s-35d20bff-4c2d-488b-a412-d1b24b161b7a {
  display: none;
}
#s-35d20bff-4c2d-488b-a412-d1b24b161b7a, #wrap-s-35d20bff-4c2d-488b-a412-d1b24b161b7a { display:none !important; }}


#s-35d20bff-4c2d-488b-a412-d1b24b161b7a.shg-btn {
  color: rgba(9, 90, 171, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-adcd22dc-079a-475d-a17a-e0bf2f046765 {
  padding-top: 5%;
padding-bottom: 5%;
min-height: 50px;
}








#s-adcd22dc-079a-475d-a17a-e0bf2f046765 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-adcd22dc-079a-475d-a17a-e0bf2f046765.shg-box.shg-c {
  justify-content: flex-start;
}

@media (min-width: 0px) {
[id="s-6da7fae1-4ed5-44e9-b91d-bdbb80a5984e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6da7fae1-4ed5-44e9-b91d-bdbb80a5984e"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-6da7fae1-4ed5-44e9-b91d-bdbb80a5984e"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-6da7fae1-4ed5-44e9-b91d-bdbb80a5984e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-6da7fae1-4ed5-44e9-b91d-bdbb80a5984e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-6da7fae1-4ed5-44e9-b91d-bdbb80a5984e"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-6da7fae1-4ed5-44e9-b91d-bdbb80a5984e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-6da7fae1-4ed5-44e9-b91d-bdbb80a5984e"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-6da7fae1-4ed5-44e9-b91d-bdbb80a5984e"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-6da7fae1-4ed5-44e9-b91d-bdbb80a5984e"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-6da7fae1-4ed5-44e9-b91d-bdbb80a5984e"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-6da7fae1-4ed5-44e9-b91d-bdbb80a5984e"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-6da7fae1-4ed5-44e9-b91d-bdbb80a5984e"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-6da7fae1-4ed5-44e9-b91d-bdbb80a5984e"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-6da7fae1-4ed5-44e9-b91d-bdbb80a5984e"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-6da7fae1-4ed5-44e9-b91d-bdbb80a5984e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-6da7fae1-4ed5-44e9-b91d-bdbb80a5984e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-6da7fae1-4ed5-44e9-b91d-bdbb80a5984e"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-6da7fae1-4ed5-44e9-b91d-bdbb80a5984e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-6da7fae1-4ed5-44e9-b91d-bdbb80a5984e"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-6da7fae1-4ed5-44e9-b91d-bdbb80a5984e"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-6da7fae1-4ed5-44e9-b91d-bdbb80a5984e"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-6da7fae1-4ed5-44e9-b91d-bdbb80a5984e"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-6da7fae1-4ed5-44e9-b91d-bdbb80a5984e"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-6da7fae1-4ed5-44e9-b91d-bdbb80a5984e"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-6da7fae1-4ed5-44e9-b91d-bdbb80a5984e"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-6da7fae1-4ed5-44e9-b91d-bdbb80a5984e"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-6da7fae1-4ed5-44e9-b91d-bdbb80a5984e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-6da7fae1-4ed5-44e9-b91d-bdbb80a5984e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-6da7fae1-4ed5-44e9-b91d-bdbb80a5984e"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-6da7fae1-4ed5-44e9-b91d-bdbb80a5984e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-6da7fae1-4ed5-44e9-b91d-bdbb80a5984e"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-6da7fae1-4ed5-44e9-b91d-bdbb80a5984e"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-6da7fae1-4ed5-44e9-b91d-bdbb80a5984e"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-6da7fae1-4ed5-44e9-b91d-bdbb80a5984e"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-6da7fae1-4ed5-44e9-b91d-bdbb80a5984e"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-6da7fae1-4ed5-44e9-b91d-bdbb80a5984e"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-4edc7b1f-4653-47d1-978a-e59c65e17f74 {
  text-align: center;
}




  #s-4edc7b1f-4653-47d1-978a-e59c65e17f74 img.shogun-image {
    
    width: px;
  }


#s-4edc7b1f-4653-47d1-978a-e59c65e17f74 .shogun-image-content {
  
    align-items: center;
  
}

#s-bdc85bdf-07a9-46ac-9eae-3d81c1ec92b7 {
  min-height: 50px;
}








#s-bdc85bdf-07a9-46ac-9eae-3d81c1ec92b7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bdc85bdf-07a9-46ac-9eae-3d81c1ec92b7.shg-box.shg-c {
  justify-content: flex-start;
}

#s-56027a4c-01dc-4766-ba1c-7243253b8e58 {
  padding-bottom: 10px;
text-align: left;
}

#s-56027a4c-01dc-4766-ba1c-7243253b8e58 .shogun-heading-component h2 {
  color: rgba(64, 64, 64, 1);
  font-weight:  800 ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-bf7ecbc4-d7b2-41c3-8fc3-23a9ca250af6 {
  margin-bottom: 10px;
padding-right: 85%;
}

#s-bf7ecbc4-d7b2-41c3-8fc3-23a9ca250af6 hr {
  border: 0;
  width: 100%;
  border-top: 4px solid rgba(9, 90, 171, 1);
}

#s-9a83e37e-a38a-4b8f-a4d5-7e820add0588 {
  padding-top: %;
padding-bottom: 2%;
}

#s-0358c71f-a15d-4963-83cc-0d5a7bd063cf {
  margin-left: %;
margin-right: 50%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 50px;
text-align: center;
background-color: rgba(9, 90, 171, 1);
font-size: 20px;
font-weight: bold;
color: #ffffff;
text-decoration: none;
}
#s-0358c71f-a15d-4963-83cc-0d5a7bd063cf:hover {background-color: rgba(11, 102, 193, 1) !important;
text-decoration: none !important;}#s-0358c71f-a15d-4963-83cc-0d5a7bd063cf:active {background-color: rgba(64, 64, 64, 1) !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-0358c71f-a15d-4963-83cc-0d5a7bd063cf {
  display: none;
}
#s-0358c71f-a15d-4963-83cc-0d5a7bd063cf, #wrap-s-0358c71f-a15d-4963-83cc-0d5a7bd063cf { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0358c71f-a15d-4963-83cc-0d5a7bd063cf {
  display: none;
}
#s-0358c71f-a15d-4963-83cc-0d5a7bd063cf, #wrap-s-0358c71f-a15d-4963-83cc-0d5a7bd063cf { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-0358c71f-a15d-4963-83cc-0d5a7bd063cf {
  display: none;
}
#s-0358c71f-a15d-4963-83cc-0d5a7bd063cf, #wrap-s-0358c71f-a15d-4963-83cc-0d5a7bd063cf { display:none !important; }}@media (max-width: 767px){#s-0358c71f-a15d-4963-83cc-0d5a7bd063cf {
  display: none;
}
#s-0358c71f-a15d-4963-83cc-0d5a7bd063cf, #wrap-s-0358c71f-a15d-4963-83cc-0d5a7bd063cf { display:none !important; }}


#s-0358c71f-a15d-4963-83cc-0d5a7bd063cf.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-262368a1-684e-471f-be41-2ca72629e323 {
  background-repeat: no-repeat;
background-size: cover;
padding-top: 3%;
padding-bottom: 3%;
min-height: 50px;
background-position: center center;
}
@media (max-width: 767px){#s-262368a1-684e-471f-be41-2ca72629e323 {
  display: none;
}
#s-262368a1-684e-471f-be41-2ca72629e323, #wrap-s-262368a1-684e-471f-be41-2ca72629e323 { display:none !important; }}







#s-262368a1-684e-471f-be41-2ca72629e323 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-262368a1-684e-471f-be41-2ca72629e323.shg-box.shg-c {
  justify-content: flex-start;
}

#s-46c98cb4-37b9-44b8-82d6-c8eef34a140e {
  margin-left: 25%;
margin-right: 25%;
padding-top: 3%;
padding-left: 3%;
padding-bottom: 3%;
padding-right: 3%;
min-height: 50px;
background-color: rgba(255, 255, 255, 0.92);
}








#s-46c98cb4-37b9-44b8-82d6-c8eef34a140e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-46c98cb4-37b9-44b8-82d6-c8eef34a140e.shg-box.shg-c {
  justify-content: flex-start;
}

#s-861cb634-4a79-4675-b55e-aef399f87684 {
  margin-top: px;
margin-bottom: px;
padding-bottom: 10px;
text-align: center;
}

#s-861cb634-4a79-4675-b55e-aef399f87684 .shogun-heading-component h2 {
  color: rgba(64, 64, 64, 1);
  font-weight:  800 ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-6dadce91-822a-40c7-ac54-c1e4e6a868ca {
  margin-left: auto;
margin-right: auto;
padding-left: 45%;
padding-right: 45%;
}

#s-6dadce91-822a-40c7-ac54-c1e4e6a868ca hr {
  border: 0;
  width: 100%;
  border-top: 4px solid rgba(64, 64, 64, 1);
}

#s-a38a6613-9fc1-464f-9587-056507d200e7 {
  border-style: solid;
padding-top: 4%;
padding-bottom: 0%;
border-color: #000;
}

#s-39f606d2-ff1c-4c9c-926b-a8d45efa0be5 {
  margin-top: 2%;
margin-left: 25%;
margin-bottom: %;
margin-right: 25%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 50px;
text-align: center;
background-color: rgba(9, 90, 171, 1);
font-size: 20px;
font-weight: bold;
color: #ffffff;
text-decoration: none;
}
#s-39f606d2-ff1c-4c9c-926b-a8d45efa0be5:hover {background-color: rgba(11, 102, 193, 1) !important;
text-decoration: none !important;}#s-39f606d2-ff1c-4c9c-926b-a8d45efa0be5:active {background-color: rgba(64, 64, 64, 1) !important;
text-decoration: none !important;}


#s-39f606d2-ff1c-4c9c-926b-a8d45efa0be5.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-4a70cc12-2569-4153-8cfa-a4fbe874b4bf {
  padding-top: 10%;
padding-bottom: 10%;
min-height: 50px;
}








#s-4a70cc12-2569-4153-8cfa-a4fbe874b4bf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4a70cc12-2569-4153-8cfa-a4fbe874b4bf.shg-box.shg-c {
  justify-content: flex-start;
}

@media (min-width: 0px) {
[id="s-96ea88d1-0396-4c1e-9557-bbc429c69fd2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-96ea88d1-0396-4c1e-9557-bbc429c69fd2"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-96ea88d1-0396-4c1e-9557-bbc429c69fd2"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-96ea88d1-0396-4c1e-9557-bbc429c69fd2"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-96ea88d1-0396-4c1e-9557-bbc429c69fd2"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-96ea88d1-0396-4c1e-9557-bbc429c69fd2"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-96ea88d1-0396-4c1e-9557-bbc429c69fd2"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-96ea88d1-0396-4c1e-9557-bbc429c69fd2"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-96ea88d1-0396-4c1e-9557-bbc429c69fd2"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-96ea88d1-0396-4c1e-9557-bbc429c69fd2"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-96ea88d1-0396-4c1e-9557-bbc429c69fd2"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-96ea88d1-0396-4c1e-9557-bbc429c69fd2"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-96ea88d1-0396-4c1e-9557-bbc429c69fd2"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-96ea88d1-0396-4c1e-9557-bbc429c69fd2"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-96ea88d1-0396-4c1e-9557-bbc429c69fd2"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-96ea88d1-0396-4c1e-9557-bbc429c69fd2"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-96ea88d1-0396-4c1e-9557-bbc429c69fd2"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-96ea88d1-0396-4c1e-9557-bbc429c69fd2"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-96ea88d1-0396-4c1e-9557-bbc429c69fd2"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-96ea88d1-0396-4c1e-9557-bbc429c69fd2"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-96ea88d1-0396-4c1e-9557-bbc429c69fd2"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-96ea88d1-0396-4c1e-9557-bbc429c69fd2"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-96ea88d1-0396-4c1e-9557-bbc429c69fd2"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-96ea88d1-0396-4c1e-9557-bbc429c69fd2"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-96ea88d1-0396-4c1e-9557-bbc429c69fd2"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-96ea88d1-0396-4c1e-9557-bbc429c69fd2"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-96ea88d1-0396-4c1e-9557-bbc429c69fd2"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-96ea88d1-0396-4c1e-9557-bbc429c69fd2"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-96ea88d1-0396-4c1e-9557-bbc429c69fd2"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-96ea88d1-0396-4c1e-9557-bbc429c69fd2"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-96ea88d1-0396-4c1e-9557-bbc429c69fd2"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-96ea88d1-0396-4c1e-9557-bbc429c69fd2"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-96ea88d1-0396-4c1e-9557-bbc429c69fd2"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-96ea88d1-0396-4c1e-9557-bbc429c69fd2"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-96ea88d1-0396-4c1e-9557-bbc429c69fd2"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-96ea88d1-0396-4c1e-9557-bbc429c69fd2"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-96ea88d1-0396-4c1e-9557-bbc429c69fd2"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-7a242580-d47c-4c32-a88c-02a1794011be {
  padding-bottom: 10px;
text-align: left;
}

#s-7a242580-d47c-4c32-a88c-02a1794011be .shogun-heading-component h2 {
  color: rgba(64, 64, 64, 1);
  font-weight:  800 ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-d04ce7cc-868f-4dcb-a657-f52b110ec9c8 {
  margin-bottom: 10px;
padding-right: 85%;
}

#s-d04ce7cc-868f-4dcb-a657-f52b110ec9c8 hr {
  border: 0;
  width: 100%;
  border-top: 4px solid rgba(9, 90, 171, 1);
}

#s-9cce3e36-bcdc-4b0e-a015-e2cec0d2211c {
  padding-top: %;
padding-bottom: 2%;
}

#s-b0aafbee-e0f3-4b46-8154-47cbd9315b86 {
  margin-right: 50%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 50px;
text-align: center;
background-color: rgba(9, 90, 171, 1);
font-size: 20px;
font-weight: bold;
color: #ffffff;
text-decoration: none;
}
#s-b0aafbee-e0f3-4b46-8154-47cbd9315b86:hover {background-color: rgba(11, 102, 193, 1) !important;
text-decoration: none !important;}#s-b0aafbee-e0f3-4b46-8154-47cbd9315b86:active {background-color: rgba(64, 64, 64, 1) !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-b0aafbee-e0f3-4b46-8154-47cbd9315b86 {
  display: none;
}
#s-b0aafbee-e0f3-4b46-8154-47cbd9315b86, #wrap-s-b0aafbee-e0f3-4b46-8154-47cbd9315b86 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b0aafbee-e0f3-4b46-8154-47cbd9315b86 {
  display: none;
}
#s-b0aafbee-e0f3-4b46-8154-47cbd9315b86, #wrap-s-b0aafbee-e0f3-4b46-8154-47cbd9315b86 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-b0aafbee-e0f3-4b46-8154-47cbd9315b86 {
  display: none;
}
#s-b0aafbee-e0f3-4b46-8154-47cbd9315b86, #wrap-s-b0aafbee-e0f3-4b46-8154-47cbd9315b86 { display:none !important; }}@media (max-width: 767px){#s-b0aafbee-e0f3-4b46-8154-47cbd9315b86 {
  display: none;
}
#s-b0aafbee-e0f3-4b46-8154-47cbd9315b86, #wrap-s-b0aafbee-e0f3-4b46-8154-47cbd9315b86 { display:none !important; }}


#s-b0aafbee-e0f3-4b46-8154-47cbd9315b86.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-cd3b822d-f636-4ed5-bcf9-b24b24fc3868 {
  min-height: 50px;
}








#s-cd3b822d-f636-4ed5-bcf9-b24b24fc3868 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cd3b822d-f636-4ed5-bcf9-b24b24fc3868.shg-box.shg-c {
  justify-content: flex-start;
}

#s-f1fddbdb-fdba-4509-83db-4f103fd80fe5 {
  text-align: center;
}




  #s-f1fddbdb-fdba-4509-83db-4f103fd80fe5 img.shogun-image {
    
    width: px;
  }


#s-f1fddbdb-fdba-4509-83db-4f103fd80fe5 .shogun-image-content {
  
    align-items: center;
  
}

#s-44041e91-f21c-41c2-9524-f6fc5e82c40b {
  padding-top: 5%;
padding-bottom: 5%;
min-height: 50px;
background-color: rgba(9, 90, 171, 1);
}








#s-44041e91-f21c-41c2-9524-f6fc5e82c40b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-44041e91-f21c-41c2-9524-f6fc5e82c40b.shg-box.shg-c {
  justify-content: flex-start;
}

#s-506ab692-24d0-43f3-a414-4f3098bc4746 {
  padding-top: 2%;
padding-left: 2%;
padding-bottom: 2%;
padding-right: 2%;
min-height: 50px;
background-color: rgba(255, 255, 255, 0);
}








#s-506ab692-24d0-43f3-a414-4f3098bc4746 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-506ab692-24d0-43f3-a414-4f3098bc4746.shg-box.shg-c {
  justify-content: flex-start;
}

#s-eced974a-e7b4-4272-abd2-b6ff77443c40 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-eced974a-e7b4-4272-abd2-b6ff77443c40 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-f50887fe-72ef-45c5-ba9f-0276aea51c4b {
  border-style: solid;
margin-top: 3%;
padding-left: 10%;
padding-right: 10%;
border-color: rgba(116, 7, 7, 1);
}

@media (min-width: 0px) {
[id="s-f50887fe-72ef-45c5-ba9f-0276aea51c4b"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-f50887fe-72ef-45c5-ba9f-0276aea51c4b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f50887fe-72ef-45c5-ba9f-0276aea51c4b"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 24.0px);
}

[id="s-f50887fe-72ef-45c5-ba9f-0276aea51c4b"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 24.0px);
}

[id="s-f50887fe-72ef-45c5-ba9f-0276aea51c4b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 24.0px);
}

[id="s-f50887fe-72ef-45c5-ba9f-0276aea51c4b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 24.0px);
}

[id="s-f50887fe-72ef-45c5-ba9f-0276aea51c4b"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 24.0px);
}

[id="s-f50887fe-72ef-45c5-ba9f-0276aea51c4b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 24.0px);
}

[id="s-f50887fe-72ef-45c5-ba9f-0276aea51c4b"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 24.0px);
}

[id="s-f50887fe-72ef-45c5-ba9f-0276aea51c4b"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 24.0px);
}

[id="s-f50887fe-72ef-45c5-ba9f-0276aea51c4b"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 24.0px);
}

[id="s-f50887fe-72ef-45c5-ba9f-0276aea51c4b"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 24.0px);
}

[id="s-f50887fe-72ef-45c5-ba9f-0276aea51c4b"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 24.0px);
}

[id="s-f50887fe-72ef-45c5-ba9f-0276aea51c4b"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 24.0px);
}

}

@media (min-width: 992px) {
[id="s-f50887fe-72ef-45c5-ba9f-0276aea51c4b"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 24.0px);
}

[id="s-f50887fe-72ef-45c5-ba9f-0276aea51c4b"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 24.0px);
}

[id="s-f50887fe-72ef-45c5-ba9f-0276aea51c4b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 24.0px);
}

[id="s-f50887fe-72ef-45c5-ba9f-0276aea51c4b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 24.0px);
}

[id="s-f50887fe-72ef-45c5-ba9f-0276aea51c4b"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 24.0px);
}

[id="s-f50887fe-72ef-45c5-ba9f-0276aea51c4b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 24.0px);
}

[id="s-f50887fe-72ef-45c5-ba9f-0276aea51c4b"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 24.0px);
}

[id="s-f50887fe-72ef-45c5-ba9f-0276aea51c4b"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 24.0px);
}

[id="s-f50887fe-72ef-45c5-ba9f-0276aea51c4b"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 24.0px);
}

[id="s-f50887fe-72ef-45c5-ba9f-0276aea51c4b"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 24.0px);
}

[id="s-f50887fe-72ef-45c5-ba9f-0276aea51c4b"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 24.0px);
}

[id="s-f50887fe-72ef-45c5-ba9f-0276aea51c4b"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 24.0px);
}

}

@media (min-width: 1200px) {
[id="s-f50887fe-72ef-45c5-ba9f-0276aea51c4b"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 24.0px);
}

[id="s-f50887fe-72ef-45c5-ba9f-0276aea51c4b"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 24.0px);
}

[id="s-f50887fe-72ef-45c5-ba9f-0276aea51c4b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 24.0px);
}

[id="s-f50887fe-72ef-45c5-ba9f-0276aea51c4b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 24.0px);
}

[id="s-f50887fe-72ef-45c5-ba9f-0276aea51c4b"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 24.0px);
}

[id="s-f50887fe-72ef-45c5-ba9f-0276aea51c4b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 24.0px);
}

[id="s-f50887fe-72ef-45c5-ba9f-0276aea51c4b"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 24.0px);
}

[id="s-f50887fe-72ef-45c5-ba9f-0276aea51c4b"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 24.0px);
}

[id="s-f50887fe-72ef-45c5-ba9f-0276aea51c4b"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 24.0px);
}

[id="s-f50887fe-72ef-45c5-ba9f-0276aea51c4b"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 24.0px);
}

[id="s-f50887fe-72ef-45c5-ba9f-0276aea51c4b"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 24.0px);
}

[id="s-f50887fe-72ef-45c5-ba9f-0276aea51c4b"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 24.0px);
}

}

#s-d888e9e9-1245-4db6-b175-7c50f07dcc60 {
  
}

#s-6b946a42-4f30-49e3-9593-1031217b6d9f {
  margin-top: 2%;
padding-left: 10%;
padding-right: 10%;
}

#s-3af47dda-9421-4519-bc82-c398ff8c12b4 {
  margin-top: 25px;
margin-left: 35%;
margin-right: 35%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 50px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
font-size: 20px;
font-weight: bold;
color: rgba(9, 90, 171, 1);
text-decoration: none;
}
#s-3af47dda-9421-4519-bc82-c398ff8c12b4:hover {background-color: rgba(234, 234, 234, 1) !important;
text-decoration: none !important;}#s-3af47dda-9421-4519-bc82-c398ff8c12b4:active {background-color: rgba(20, 20, 20, 1) !important;
text-decoration: none !important;}


#s-3af47dda-9421-4519-bc82-c398ff8c12b4.shg-btn {
  color: rgba(9, 90, 171, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-c7b7f184-59b7-4de2-a8c5-7d4e121a5511 {
  padding-top: 5%;
padding-bottom: 5%;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-c7b7f184-59b7-4de2-a8c5-7d4e121a5511 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c7b7f184-59b7-4de2-a8c5-7d4e121a5511.shg-box.shg-c {
  justify-content: flex-start;
}

#s-0fffeb3f-3371-4d0c-ac8e-9a0b2d424444 {
  padding-bottom: 10px;
text-align: center;
}

#s-0fffeb3f-3371-4d0c-ac8e-9a0b2d424444 .shogun-heading-component h2 {
  color: rgba(64, 64, 64, 1);
  font-weight:  800 ;
  font-family: ;
  font-style:   ;
  font-size: 42px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-0438f970-3875-45de-b926-19e3b2c0c454 {
  margin-left: auto;
margin-bottom: 3%;
margin-right: auto;
padding-left: 45%;
padding-right: 45%;
}

#s-0438f970-3875-45de-b926-19e3b2c0c454 hr {
  border: 0;
  width: 100%;
  border-top: 4px solid rgba(64, 64, 64, 1);
}

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

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

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

.shg-sld-nav-button {
  cursor: pointer;

  position: absolute;
  z-index: 10;
  top: 0;
  width: 35px;
  height: 100%;

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

.shg-sld-nav-button.shg-sld-left {
  left: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEyMDMgNTQ0cTAgMTMtMTAgMjNsLTM5MyAzOTMgMzkzIDM5M3ExMCAxMCAxMCAyM3QtMTAgMjNsLTUwIDUwcS0xMCAxMC0yMyAxMHQtMjMtMTBsLTQ2Ni00NjZxLTEwLTEwLTEwLTIzdDEwLTIzbDQ2Ni00NjZxMTAtMTAgMjMtMTB0MjMgMTBsNTAgNTBxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+);
}

.shg-sld-nav-button.shg-sld-right {
  right: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTExNzEgOTYwcTAgMTMtMTAgMjNsLTQ2NiA0NjZxLTEwIDEwLTIzIDEwdC0yMy0xMGwtNTAtNTBxLTEwLTEwLTEwLTIzdDEwLTIzbDM5My0zOTMtMzkzLTM5M3EtMTAtMTAtMTAtMjN0MTAtMjNsNTAtNTBxMTAtMTAgMjMtMTB0MjMgMTBsNDY2IDQ2NnExMCAxMCAxMCAyM3oiLz48L3N2Zz4=);
}

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

.shg-sld-dot {
  cursor: pointer;
  display: inline-block;
  height: 14px;
  width: 14px;
  border-radius: 100%;
  margin-left: 5px;
  background-color: #bbbbbb;
}

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

.shg-sld-dot.shg-sld-active {
  background-color: #717171;
}

.shg-sld-fade {
  -webkit-animation-name: shg-sld-fade;
          animation-name: shg-sld-fade;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  image-rendering: -webkit-optimize-contrast;
}

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

  to {
    opacity: 1;
  }
}

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

  to {
    opacity: 1;
  }
}

#s-31c9c4e4-3909-45e5-8de6-bbf35450a9d3 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-1034c9e6-3010-42a8-93e0-b15dfd66ab30 {
  text-align: center;
}




  #s-1034c9e6-3010-42a8-93e0-b15dfd66ab30 img.shogun-image {
    
    width: px;
  }


#s-1034c9e6-3010-42a8-93e0-b15dfd66ab30 .shogun-image-content {
  
    align-items: center;
  
}

#s-3573b9ac-7633-48f1-a702-2f490546c7cd {
  text-align: center;
}




  #s-3573b9ac-7633-48f1-a702-2f490546c7cd img.shogun-image {
    
    width: px;
  }


#s-3573b9ac-7633-48f1-a702-2f490546c7cd .shogun-image-content {
  
    align-items: center;
  
}

#s-c48d236b-7e55-420c-b214-377d8569c883 {
  text-align: center;
}




  #s-c48d236b-7e55-420c-b214-377d8569c883 img.shogun-image {
    
    width: px;
  }


#s-c48d236b-7e55-420c-b214-377d8569c883 .shogun-image-content {
  
    align-items: center;
  
}

#s-6cfc6c77-2861-4a3d-b5a0-09968a6bb370 {
  margin-top: 5%;
margin-bottom: 0%;
}

@media (min-width: 0px) {
[id="s-6cfc6c77-2861-4a3d-b5a0-09968a6bb370"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6cfc6c77-2861-4a3d-b5a0-09968a6bb370"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-6cfc6c77-2861-4a3d-b5a0-09968a6bb370"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-6cfc6c77-2861-4a3d-b5a0-09968a6bb370"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-6cfc6c77-2861-4a3d-b5a0-09968a6bb370"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-6cfc6c77-2861-4a3d-b5a0-09968a6bb370"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-6cfc6c77-2861-4a3d-b5a0-09968a6bb370"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-6cfc6c77-2861-4a3d-b5a0-09968a6bb370"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-6cfc6c77-2861-4a3d-b5a0-09968a6bb370"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-6cfc6c77-2861-4a3d-b5a0-09968a6bb370"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-6cfc6c77-2861-4a3d-b5a0-09968a6bb370"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-6cfc6c77-2861-4a3d-b5a0-09968a6bb370"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-6cfc6c77-2861-4a3d-b5a0-09968a6bb370"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-6cfc6c77-2861-4a3d-b5a0-09968a6bb370"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-6cfc6c77-2861-4a3d-b5a0-09968a6bb370"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-6cfc6c77-2861-4a3d-b5a0-09968a6bb370"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-6cfc6c77-2861-4a3d-b5a0-09968a6bb370"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-6cfc6c77-2861-4a3d-b5a0-09968a6bb370"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-6cfc6c77-2861-4a3d-b5a0-09968a6bb370"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-6cfc6c77-2861-4a3d-b5a0-09968a6bb370"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-6cfc6c77-2861-4a3d-b5a0-09968a6bb370"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-6cfc6c77-2861-4a3d-b5a0-09968a6bb370"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-6cfc6c77-2861-4a3d-b5a0-09968a6bb370"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-6cfc6c77-2861-4a3d-b5a0-09968a6bb370"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-6cfc6c77-2861-4a3d-b5a0-09968a6bb370"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-6cfc6c77-2861-4a3d-b5a0-09968a6bb370"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-6cfc6c77-2861-4a3d-b5a0-09968a6bb370"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-6cfc6c77-2861-4a3d-b5a0-09968a6bb370"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-6cfc6c77-2861-4a3d-b5a0-09968a6bb370"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-6cfc6c77-2861-4a3d-b5a0-09968a6bb370"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-6cfc6c77-2861-4a3d-b5a0-09968a6bb370"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-6cfc6c77-2861-4a3d-b5a0-09968a6bb370"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-6cfc6c77-2861-4a3d-b5a0-09968a6bb370"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-6cfc6c77-2861-4a3d-b5a0-09968a6bb370"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-6cfc6c77-2861-4a3d-b5a0-09968a6bb370"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-6cfc6c77-2861-4a3d-b5a0-09968a6bb370"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-6cfc6c77-2861-4a3d-b5a0-09968a6bb370"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-11eef751-efb1-4832-9b9f-c8f5beff01e8 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 50px;
text-align: center;
background-color: rgba(9, 90, 171, 1);
font-size: 20px;
font-weight: bold;
color: #ffffff;
text-decoration: none;
}
#s-11eef751-efb1-4832-9b9f-c8f5beff01e8:hover {background-color: rgba(11, 102, 193, 1) !important;
text-decoration: none !important;}#s-11eef751-efb1-4832-9b9f-c8f5beff01e8:active {background-color: rgba(64, 64, 64, 1) !important;
text-decoration: none !important;}


#s-11eef751-efb1-4832-9b9f-c8f5beff01e8.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-ac484d56-1c91-4525-8136-6807a6836eb3 {
  background-repeat: no-repeat;
background-size: cover;
padding-top: 5%;
padding-bottom: 5%;
min-height: 50px;
background-position: center center;
background-color: rgba(0, 0, 0, 1);
background-attachment: scroll;
}
@media (max-width: 767px){#s-ac484d56-1c91-4525-8136-6807a6836eb3 {
  display: none;
}
#s-ac484d56-1c91-4525-8136-6807a6836eb3, #wrap-s-ac484d56-1c91-4525-8136-6807a6836eb3 { display:none !important; }}







#s-ac484d56-1c91-4525-8136-6807a6836eb3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ac484d56-1c91-4525-8136-6807a6836eb3.shg-box.shg-c {
  justify-content: flex-start;
}

#s-f4ed2710-d665-40bb-aebf-4a603cb56d62 {
  margin-left: 25%;
margin-right: 25%;
padding-top: 3%;
padding-bottom: 3%;
min-height: 50px;
}








#s-f4ed2710-d665-40bb-aebf-4a603cb56d62 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f4ed2710-d665-40bb-aebf-4a603cb56d62.shg-box.shg-c {
  justify-content: flex-start;
}

#s-1d353d3a-730e-484a-b4a1-882a29ac17f0 {
  margin-top: px;
margin-bottom: px;
padding-bottom: 10px;
text-align: center;
}

#s-1d353d3a-730e-484a-b4a1-882a29ac17f0 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: Open Sans;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-4f013c57-9bf2-4a6b-841c-873c5d4c77cd {
  margin-left: auto;
margin-right: auto;
padding-left: 45%;
padding-right: 45%;
}

#s-4f013c57-9bf2-4a6b-841c-873c5d4c77cd hr {
  border: 0;
  width: 100%;
  border-top: 4px solid rgba(255, 255, 255, 1);
}

#s-e81126e5-0c78-4d66-bce4-5ed43918f0ad {
  border-style: solid;
margin-bottom: 10px;
padding-top: 4%;
padding-bottom: 0%;
border-color: #000;
}

#s-5f7e2477-e298-4f64-973e-70409ffd7dc4 {
  margin-left: 25%;
margin-right: 25%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 50px;
text-align: center;
background-color: rgba(9, 90, 171, 1);
font-size: 20px;
font-weight: bold;
color: #ffffff;
text-decoration: none;
}
#s-5f7e2477-e298-4f64-973e-70409ffd7dc4:hover {background-color: rgba(11, 102, 193, 1) !important;
text-decoration: none !important;}#s-5f7e2477-e298-4f64-973e-70409ffd7dc4:active {background-color: rgba(64, 64, 64, 1) !important;
text-decoration: none !important;}


#s-5f7e2477-e298-4f64-973e-70409ffd7dc4.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-9a95bbd3-e671-4931-8598-5469874e9e2f {
  padding-top: 5%;
padding-bottom: 5%;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-9a95bbd3-e671-4931-8598-5469874e9e2f {
  display: none;
}
#s-9a95bbd3-e671-4931-8598-5469874e9e2f, #wrap-s-9a95bbd3-e671-4931-8598-5469874e9e2f { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9a95bbd3-e671-4931-8598-5469874e9e2f {
  display: none;
}
#s-9a95bbd3-e671-4931-8598-5469874e9e2f, #wrap-s-9a95bbd3-e671-4931-8598-5469874e9e2f { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-9a95bbd3-e671-4931-8598-5469874e9e2f {
  display: none;
}
#s-9a95bbd3-e671-4931-8598-5469874e9e2f, #wrap-s-9a95bbd3-e671-4931-8598-5469874e9e2f { display:none !important; }}@media (max-width: 767px){#s-9a95bbd3-e671-4931-8598-5469874e9e2f {
  display: none;
}
#s-9a95bbd3-e671-4931-8598-5469874e9e2f, #wrap-s-9a95bbd3-e671-4931-8598-5469874e9e2f { display:none !important; }}







#s-9a95bbd3-e671-4931-8598-5469874e9e2f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9a95bbd3-e671-4931-8598-5469874e9e2f.shg-box.shg-c {
  justify-content: flex-start;
}

#s-b5a14592-a4de-4507-ae0c-482884f6aa8c {
  background-color: rgba(255, 255, 255, 0);
}

@media (min-width: 0px) {
[id="s-b5a14592-a4de-4507-ae0c-482884f6aa8c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b5a14592-a4de-4507-ae0c-482884f6aa8c"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-b5a14592-a4de-4507-ae0c-482884f6aa8c"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-b5a14592-a4de-4507-ae0c-482884f6aa8c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-b5a14592-a4de-4507-ae0c-482884f6aa8c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-b5a14592-a4de-4507-ae0c-482884f6aa8c"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-b5a14592-a4de-4507-ae0c-482884f6aa8c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-b5a14592-a4de-4507-ae0c-482884f6aa8c"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-b5a14592-a4de-4507-ae0c-482884f6aa8c"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-b5a14592-a4de-4507-ae0c-482884f6aa8c"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-b5a14592-a4de-4507-ae0c-482884f6aa8c"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-b5a14592-a4de-4507-ae0c-482884f6aa8c"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-b5a14592-a4de-4507-ae0c-482884f6aa8c"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-b5a14592-a4de-4507-ae0c-482884f6aa8c"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-b5a14592-a4de-4507-ae0c-482884f6aa8c"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-b5a14592-a4de-4507-ae0c-482884f6aa8c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-b5a14592-a4de-4507-ae0c-482884f6aa8c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-b5a14592-a4de-4507-ae0c-482884f6aa8c"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-b5a14592-a4de-4507-ae0c-482884f6aa8c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-b5a14592-a4de-4507-ae0c-482884f6aa8c"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-b5a14592-a4de-4507-ae0c-482884f6aa8c"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-b5a14592-a4de-4507-ae0c-482884f6aa8c"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-b5a14592-a4de-4507-ae0c-482884f6aa8c"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-b5a14592-a4de-4507-ae0c-482884f6aa8c"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-b5a14592-a4de-4507-ae0c-482884f6aa8c"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-b5a14592-a4de-4507-ae0c-482884f6aa8c"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-b5a14592-a4de-4507-ae0c-482884f6aa8c"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-b5a14592-a4de-4507-ae0c-482884f6aa8c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-b5a14592-a4de-4507-ae0c-482884f6aa8c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-b5a14592-a4de-4507-ae0c-482884f6aa8c"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-b5a14592-a4de-4507-ae0c-482884f6aa8c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-b5a14592-a4de-4507-ae0c-482884f6aa8c"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-b5a14592-a4de-4507-ae0c-482884f6aa8c"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-b5a14592-a4de-4507-ae0c-482884f6aa8c"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-b5a14592-a4de-4507-ae0c-482884f6aa8c"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-b5a14592-a4de-4507-ae0c-482884f6aa8c"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-b5a14592-a4de-4507-ae0c-482884f6aa8c"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-fd278cca-9ce8-47c2-b155-6a70bdfe0dff {
  padding-bottom: 10px;
text-align: left;
}

#s-fd278cca-9ce8-47c2-b155-6a70bdfe0dff .shogun-heading-component h2 {
  color: rgba(64, 64, 64, 1);
  font-weight:  800 ;
  font-family: Open Sans;
  font-style:   ;
  font-size: 22px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-e3316842-44bc-4ad3-9fc1-03589db15abf {
  margin-bottom: 10px;
padding-right: 85%;
}

#s-e3316842-44bc-4ad3-9fc1-03589db15abf hr {
  border: 0;
  width: 100%;
  border-top: 4px solid rgba(64, 64, 64, 1);
}

.shogun-form > div {
  padding: 0 0 1em;
}

.shogun-form small {
  color: red;
  display: none;
}

.shogun-form input,
textarea {
  margin: 0;
}

.required-field::after {
  color: red;
  content: "*";
  margin-right: 4px;
}

.shogun-success-alert {
  background-color: #dff0d8;
  color: #3c763d;
  border-color: #d6e9c6;
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
  font-size: 16px;
  line-height: 1.5;
  min-height: 55px;
  display: none;
}

.shogun-form input,
.shogun-form textarea {
  width: 100%;
}

#s-8d666240-4fc0-4ec4-94e2-ef7650ca72a9 {
  box-shadow:    rgba(0, 0, 0, 0.48);
padding-top: 25px;
background-color: rgba(255, 255, 255, 1);
}

#s-8d666240-4fc0-4ec4-94e2-ef7650ca72a9 .shogun-success-alert {
  background-color: #E2EFDA;
  color: #3c763d;
}

#s-8d666240-4fc0-4ec4-94e2-ef7650ca72a9 .shogun-form .shogun-form-label {
  color: #555;
  font-family: ;
  font-size: 16px;
  font-weight: ;
  font-style: ;
}

#s-8d666240-4fc0-4ec4-94e2-ef7650ca72a9 .shogun-form .shogun-form-field {
  color: #555;
  font-family: ;
  font-size: 14px;
  font-weight: ;
  font-style: ;
}

#s-8d666240-4fc0-4ec4-94e2-ef7650ca72a9 .shogun-form .shogun-form-submit {
  background-color:  !important;
}

#s-8d666240-4fc0-4ec4-94e2-ef7650ca72a9 .shogun-form .shogun-form-submit-container {
  text-align: left;
}

#s-8d666240-4fc0-4ec4-94e2-ef7650ca72a9 .shogun-form .shogun-form-submit-label {
  color:  !important;
}

/*
  $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;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          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;
}
