.shg-box {
  position: relative;
  display: -webkit-box;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-flex: 1;
  flex: 1;
}

.shg-box > .shg-box-content {
  z-index: 4;
  position: relative;
}

.shg-box-vertical-align-wrapper, .shg-box-vertical-center-wrapper {
  display: -webkit-box;
  display: flex;
  width: 100%;
}

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

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

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

#s-4d343f43-8d00-4e05-9ce1-a578677867c7 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-4d343f43-8d00-4e05-9ce1-a578677867c7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4d343f43-8d00-4e05-9ce1-a578677867c7.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-e9b21d62-589b-4e58-8241-cb70b5807e73 {
  min-height: 50px;
}








#s-e9b21d62-589b-4e58-8241-cb70b5807e73 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e9b21d62-589b-4e58-8241-cb70b5807e73.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-image-overlay.shg-bottom-right {
  -webkit-box-align: end;
          align-items: flex-end;
  -webkit-box-pack: 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: -webkit-box;
  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 {
  -webkit-box-align: start;
          align-items: flex-start;
}

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

.shogun-image-content-bottom {
  -webkit-box-align: end;
          align-items: flex-end;
}
#s-9c2319a6-d2b3-4da1-8362-05403e51bbed {
  min-height: 250px;
text-align: center;
}





#s-9c2319a6-d2b3-4da1-8362-05403e51bbed .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-d3d535ba-d149-47a9-8f28-d23b4298e1d2 {
  margin-top: 2%;
margin-left: auto;
margin-bottom: 2%;
margin-right: auto;
padding-top: 2%;
padding-left: 2%;
padding-bottom: 2%;
padding-right: 2%;
min-height: 50px;
max-width: 1000px;
background-color: rgba(101, 159, 21, 0.88);
}








#s-d3d535ba-d149-47a9-8f28-d23b4298e1d2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d3d535ba-d149-47a9-8f28-d23b4298e1d2.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

.shogun-heading-component h1,
.shogun-heading-component h2,
.shogun-heading-component h3,
.shogun-heading-component h4,
.shogun-heading-component h5,
.shogun-heading-component h6 {
  margin: 0;
  padding: 0;
  display: block;
  color: #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-891f6e9f-42c2-438c-a353-f9e48dbb8b3b {
  border-style: solid;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 0);
text-align: center;
}

#s-891f6e9f-42c2-438c-a353-f9e48dbb8b3b .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 40px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-36736bf6-d74a-4c76-9a65-ebc2611ddc41 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-36736bf6-d74a-4c76-9a65-ebc2611ddc41 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-e14ef635-3a5c-44fa-9844-1f0f371853a5 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNmEwYWE1ZjUtM2ZiNi00NmNhLTkwZDctZGU1NzA1NGEyMDU0IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwLjAwIiBzdHlsZT0ic3RvcC1jb2xvcjojZjJmMmYyO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxLjAwIiBzdHlsZT0ic3RvcC1jb2xvcjojY2JjYmNiO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM2YTBhYTVmNS0zZmI2LTQ2Y2EtOTBkNy1kZTU3MDU0YTIwNTQpIi8+PC9zdmc+);
background-repeat: no-repeat;
padding-top: 2px;
padding-bottom: 2px;
min-height: 500px;
}








#s-e14ef635-3a5c-44fa-9844-1f0f371853a5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e14ef635-3a5c-44fa-9844-1f0f371853a5.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

.shg-row {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  min-height: inherit;
  max-height: inherit;
  -webkit-box-pack: justify;
   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;
}

#s-f7cbdc94-b601-424f-aad2-9e38abcabf47 {
  margin-left: 2%;
margin-right: 2%;
}

@media (min-width: 0px) {
[id="s-f7cbdc94-b601-424f-aad2-9e38abcabf47"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f7cbdc94-b601-424f-aad2-9e38abcabf47"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-f7cbdc94-b601-424f-aad2-9e38abcabf47"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-f7cbdc94-b601-424f-aad2-9e38abcabf47"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-f7cbdc94-b601-424f-aad2-9e38abcabf47"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-f7cbdc94-b601-424f-aad2-9e38abcabf47"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-f7cbdc94-b601-424f-aad2-9e38abcabf47"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-f7cbdc94-b601-424f-aad2-9e38abcabf47"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-f7cbdc94-b601-424f-aad2-9e38abcabf47"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-f7cbdc94-b601-424f-aad2-9e38abcabf47"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-f7cbdc94-b601-424f-aad2-9e38abcabf47"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-f7cbdc94-b601-424f-aad2-9e38abcabf47"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-f7cbdc94-b601-424f-aad2-9e38abcabf47"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-f7cbdc94-b601-424f-aad2-9e38abcabf47"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-f7cbdc94-b601-424f-aad2-9e38abcabf47"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-f7cbdc94-b601-424f-aad2-9e38abcabf47"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-f7cbdc94-b601-424f-aad2-9e38abcabf47"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-f7cbdc94-b601-424f-aad2-9e38abcabf47"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-f7cbdc94-b601-424f-aad2-9e38abcabf47"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-f7cbdc94-b601-424f-aad2-9e38abcabf47"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-f7cbdc94-b601-424f-aad2-9e38abcabf47"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-f7cbdc94-b601-424f-aad2-9e38abcabf47"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-f7cbdc94-b601-424f-aad2-9e38abcabf47"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-f7cbdc94-b601-424f-aad2-9e38abcabf47"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-f7cbdc94-b601-424f-aad2-9e38abcabf47"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-f7cbdc94-b601-424f-aad2-9e38abcabf47"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-f7cbdc94-b601-424f-aad2-9e38abcabf47"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-f7cbdc94-b601-424f-aad2-9e38abcabf47"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-f7cbdc94-b601-424f-aad2-9e38abcabf47"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-f7cbdc94-b601-424f-aad2-9e38abcabf47"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-f7cbdc94-b601-424f-aad2-9e38abcabf47"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-f7cbdc94-b601-424f-aad2-9e38abcabf47"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-f7cbdc94-b601-424f-aad2-9e38abcabf47"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-f7cbdc94-b601-424f-aad2-9e38abcabf47"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-f7cbdc94-b601-424f-aad2-9e38abcabf47"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-f7cbdc94-b601-424f-aad2-9e38abcabf47"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-f7cbdc94-b601-424f-aad2-9e38abcabf47"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-d34b1a04-f1c7-4d74-8aae-5ed154030745 {
  margin-top: 35px;
margin-left: 2%;
margin-bottom: 35px;
margin-right: 2%;
min-height: 450px;
}








#s-d34b1a04-f1c7-4d74-8aae-5ed154030745 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d34b1a04-f1c7-4d74-8aae-5ed154030745.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-708b889e-bb31-4695-a42f-bca926f5222f {
  margin-top: 35px;
margin-bottom: 35px;
text-align: left;
}

#s-708b889e-bb31-4695-a42f-bca926f5222f .shogun-heading-component h2 {
  color: rgba(141, 198, 63, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 28px;
  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-3b26153f-128c-44bd-868a-ce0d39aa3d32 {
  margin-left: auto;
margin-right: auto;
max-width: 1200px;
}

#s-fd8e9577-5731-4336-a0f0-1b045632156b {
  border-style: solid;
margin-top: 2%;
margin-left: 2%;
margin-bottom: 2%;
margin-right: 2%;
padding-top: 2%;
padding-left: 3%;
padding-bottom: 2%;
padding-right: 5%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(141, 198, 63, 1);
min-height: 450px;
background-color: rgba(244, 244, 244, 1);
}








#s-fd8e9577-5731-4336-a0f0-1b045632156b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fd8e9577-5731-4336-a0f0-1b045632156b.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-7c5f629e-58f7-4a52-a424-f2a5ec5e9b66 {
  margin-top: 2%;
margin-bottom: 2%;
}

@media (min-width: 0px) {
[id="s-7c5f629e-58f7-4a52-a424-f2a5ec5e9b66"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7c5f629e-58f7-4a52-a424-f2a5ec5e9b66"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-7c5f629e-58f7-4a52-a424-f2a5ec5e9b66"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-7c5f629e-58f7-4a52-a424-f2a5ec5e9b66"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-7c5f629e-58f7-4a52-a424-f2a5ec5e9b66"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-7c5f629e-58f7-4a52-a424-f2a5ec5e9b66"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-7c5f629e-58f7-4a52-a424-f2a5ec5e9b66"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-7c5f629e-58f7-4a52-a424-f2a5ec5e9b66"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-7c5f629e-58f7-4a52-a424-f2a5ec5e9b66"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-7c5f629e-58f7-4a52-a424-f2a5ec5e9b66"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-7c5f629e-58f7-4a52-a424-f2a5ec5e9b66"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-7c5f629e-58f7-4a52-a424-f2a5ec5e9b66"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-7c5f629e-58f7-4a52-a424-f2a5ec5e9b66"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-7c5f629e-58f7-4a52-a424-f2a5ec5e9b66"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-7c5f629e-58f7-4a52-a424-f2a5ec5e9b66"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-7c5f629e-58f7-4a52-a424-f2a5ec5e9b66"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-7c5f629e-58f7-4a52-a424-f2a5ec5e9b66"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-7c5f629e-58f7-4a52-a424-f2a5ec5e9b66"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-7c5f629e-58f7-4a52-a424-f2a5ec5e9b66"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-7c5f629e-58f7-4a52-a424-f2a5ec5e9b66"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-7c5f629e-58f7-4a52-a424-f2a5ec5e9b66"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-7c5f629e-58f7-4a52-a424-f2a5ec5e9b66"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-7c5f629e-58f7-4a52-a424-f2a5ec5e9b66"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-7c5f629e-58f7-4a52-a424-f2a5ec5e9b66"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-7c5f629e-58f7-4a52-a424-f2a5ec5e9b66"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-7c5f629e-58f7-4a52-a424-f2a5ec5e9b66"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-7c5f629e-58f7-4a52-a424-f2a5ec5e9b66"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-7c5f629e-58f7-4a52-a424-f2a5ec5e9b66"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-7c5f629e-58f7-4a52-a424-f2a5ec5e9b66"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-7c5f629e-58f7-4a52-a424-f2a5ec5e9b66"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-7c5f629e-58f7-4a52-a424-f2a5ec5e9b66"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-7c5f629e-58f7-4a52-a424-f2a5ec5e9b66"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-7c5f629e-58f7-4a52-a424-f2a5ec5e9b66"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-7c5f629e-58f7-4a52-a424-f2a5ec5e9b66"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-7c5f629e-58f7-4a52-a424-f2a5ec5e9b66"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-7c5f629e-58f7-4a52-a424-f2a5ec5e9b66"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-7c5f629e-58f7-4a52-a424-f2a5ec5e9b66"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 5.0px);
}

}

#s-12abd9dc-f1b4-4fb4-8dea-572ea7ca791b .shogun-icon-wrapper {
  text-align: center;
}


#s-12abd9dc-f1b4-4fb4-8dea-572ea7ca791b .shogun-icon-wrapper > .shogun-icon {

  font-size: 45px !important;
  color: rgba(141, 198, 63, 1);
}

#s-5bbe762c-b549-44e3-a6ee-73ee2b8c55b6 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-5bbe762c-b549-44e3-a6ee-73ee2b8c55b6 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-23117922-9af7-4a02-84d6-3e2d3dbc5761 {
  margin-top: 2%;
margin-bottom: 2%;
}

@media (min-width: 0px) {
[id="s-23117922-9af7-4a02-84d6-3e2d3dbc5761"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-23117922-9af7-4a02-84d6-3e2d3dbc5761"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-23117922-9af7-4a02-84d6-3e2d3dbc5761"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-23117922-9af7-4a02-84d6-3e2d3dbc5761"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-23117922-9af7-4a02-84d6-3e2d3dbc5761"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-23117922-9af7-4a02-84d6-3e2d3dbc5761"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-23117922-9af7-4a02-84d6-3e2d3dbc5761"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-23117922-9af7-4a02-84d6-3e2d3dbc5761"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-23117922-9af7-4a02-84d6-3e2d3dbc5761"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-23117922-9af7-4a02-84d6-3e2d3dbc5761"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-23117922-9af7-4a02-84d6-3e2d3dbc5761"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-23117922-9af7-4a02-84d6-3e2d3dbc5761"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-23117922-9af7-4a02-84d6-3e2d3dbc5761"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-23117922-9af7-4a02-84d6-3e2d3dbc5761"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-23117922-9af7-4a02-84d6-3e2d3dbc5761"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-23117922-9af7-4a02-84d6-3e2d3dbc5761"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-23117922-9af7-4a02-84d6-3e2d3dbc5761"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-23117922-9af7-4a02-84d6-3e2d3dbc5761"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-23117922-9af7-4a02-84d6-3e2d3dbc5761"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-23117922-9af7-4a02-84d6-3e2d3dbc5761"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-23117922-9af7-4a02-84d6-3e2d3dbc5761"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-23117922-9af7-4a02-84d6-3e2d3dbc5761"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-23117922-9af7-4a02-84d6-3e2d3dbc5761"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-23117922-9af7-4a02-84d6-3e2d3dbc5761"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-23117922-9af7-4a02-84d6-3e2d3dbc5761"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-23117922-9af7-4a02-84d6-3e2d3dbc5761"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-23117922-9af7-4a02-84d6-3e2d3dbc5761"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-23117922-9af7-4a02-84d6-3e2d3dbc5761"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-23117922-9af7-4a02-84d6-3e2d3dbc5761"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-23117922-9af7-4a02-84d6-3e2d3dbc5761"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-23117922-9af7-4a02-84d6-3e2d3dbc5761"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-23117922-9af7-4a02-84d6-3e2d3dbc5761"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-23117922-9af7-4a02-84d6-3e2d3dbc5761"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-23117922-9af7-4a02-84d6-3e2d3dbc5761"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-23117922-9af7-4a02-84d6-3e2d3dbc5761"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-23117922-9af7-4a02-84d6-3e2d3dbc5761"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-23117922-9af7-4a02-84d6-3e2d3dbc5761"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 5.0px);
}

}

#s-b1a99826-167f-4a9b-b455-4ecdda3cc9f8 .shogun-icon-wrapper {
  text-align: center;
}


#s-b1a99826-167f-4a9b-b455-4ecdda3cc9f8 .shogun-icon-wrapper > .shogun-icon {

  font-size: 45px !important;
  color: rgba(141, 198, 63, 1);
}

#s-628e7452-32bb-4a96-be26-1e533ebf80be {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-628e7452-32bb-4a96-be26-1e533ebf80be .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-66cc8d95-0e5c-47f6-8007-dd2b0bba3c8d {
  margin-top: 2%;
margin-bottom: 2%;
}

@media (min-width: 0px) {
[id="s-66cc8d95-0e5c-47f6-8007-dd2b0bba3c8d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-66cc8d95-0e5c-47f6-8007-dd2b0bba3c8d"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-66cc8d95-0e5c-47f6-8007-dd2b0bba3c8d"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-66cc8d95-0e5c-47f6-8007-dd2b0bba3c8d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-66cc8d95-0e5c-47f6-8007-dd2b0bba3c8d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-66cc8d95-0e5c-47f6-8007-dd2b0bba3c8d"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-66cc8d95-0e5c-47f6-8007-dd2b0bba3c8d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-66cc8d95-0e5c-47f6-8007-dd2b0bba3c8d"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-66cc8d95-0e5c-47f6-8007-dd2b0bba3c8d"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-66cc8d95-0e5c-47f6-8007-dd2b0bba3c8d"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-66cc8d95-0e5c-47f6-8007-dd2b0bba3c8d"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-66cc8d95-0e5c-47f6-8007-dd2b0bba3c8d"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-66cc8d95-0e5c-47f6-8007-dd2b0bba3c8d"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-66cc8d95-0e5c-47f6-8007-dd2b0bba3c8d"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-66cc8d95-0e5c-47f6-8007-dd2b0bba3c8d"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-66cc8d95-0e5c-47f6-8007-dd2b0bba3c8d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-66cc8d95-0e5c-47f6-8007-dd2b0bba3c8d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-66cc8d95-0e5c-47f6-8007-dd2b0bba3c8d"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-66cc8d95-0e5c-47f6-8007-dd2b0bba3c8d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-66cc8d95-0e5c-47f6-8007-dd2b0bba3c8d"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-66cc8d95-0e5c-47f6-8007-dd2b0bba3c8d"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-66cc8d95-0e5c-47f6-8007-dd2b0bba3c8d"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-66cc8d95-0e5c-47f6-8007-dd2b0bba3c8d"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-66cc8d95-0e5c-47f6-8007-dd2b0bba3c8d"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-66cc8d95-0e5c-47f6-8007-dd2b0bba3c8d"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-66cc8d95-0e5c-47f6-8007-dd2b0bba3c8d"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-66cc8d95-0e5c-47f6-8007-dd2b0bba3c8d"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-66cc8d95-0e5c-47f6-8007-dd2b0bba3c8d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-66cc8d95-0e5c-47f6-8007-dd2b0bba3c8d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-66cc8d95-0e5c-47f6-8007-dd2b0bba3c8d"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-66cc8d95-0e5c-47f6-8007-dd2b0bba3c8d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-66cc8d95-0e5c-47f6-8007-dd2b0bba3c8d"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-66cc8d95-0e5c-47f6-8007-dd2b0bba3c8d"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-66cc8d95-0e5c-47f6-8007-dd2b0bba3c8d"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-66cc8d95-0e5c-47f6-8007-dd2b0bba3c8d"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-66cc8d95-0e5c-47f6-8007-dd2b0bba3c8d"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-66cc8d95-0e5c-47f6-8007-dd2b0bba3c8d"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 5.0px);
}

}

#s-528117d2-a574-40cc-95b5-9db05551d178 .shogun-icon-wrapper {
  text-align: center;
}


#s-528117d2-a574-40cc-95b5-9db05551d178 .shogun-icon-wrapper > .shogun-icon {

  font-size: 45px !important;
  color: rgba(141, 198, 63, 1);
}

#s-d060ccd3-545c-4bec-a7dc-d1b27d8ea2bb {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-d060ccd3-545c-4bec-a7dc-d1b27d8ea2bb .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



@media (min-width: 0px) {
[id="s-e5e04e5d-1a7d-451d-8418-161c52a16a3d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e5e04e5d-1a7d-451d-8418-161c52a16a3d"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-e5e04e5d-1a7d-451d-8418-161c52a16a3d"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-e5e04e5d-1a7d-451d-8418-161c52a16a3d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-e5e04e5d-1a7d-451d-8418-161c52a16a3d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-e5e04e5d-1a7d-451d-8418-161c52a16a3d"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-e5e04e5d-1a7d-451d-8418-161c52a16a3d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-e5e04e5d-1a7d-451d-8418-161c52a16a3d"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-e5e04e5d-1a7d-451d-8418-161c52a16a3d"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-e5e04e5d-1a7d-451d-8418-161c52a16a3d"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-e5e04e5d-1a7d-451d-8418-161c52a16a3d"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-e5e04e5d-1a7d-451d-8418-161c52a16a3d"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-e5e04e5d-1a7d-451d-8418-161c52a16a3d"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-e5e04e5d-1a7d-451d-8418-161c52a16a3d"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-e5e04e5d-1a7d-451d-8418-161c52a16a3d"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-e5e04e5d-1a7d-451d-8418-161c52a16a3d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-e5e04e5d-1a7d-451d-8418-161c52a16a3d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-e5e04e5d-1a7d-451d-8418-161c52a16a3d"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-e5e04e5d-1a7d-451d-8418-161c52a16a3d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-e5e04e5d-1a7d-451d-8418-161c52a16a3d"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-e5e04e5d-1a7d-451d-8418-161c52a16a3d"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-e5e04e5d-1a7d-451d-8418-161c52a16a3d"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-e5e04e5d-1a7d-451d-8418-161c52a16a3d"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-e5e04e5d-1a7d-451d-8418-161c52a16a3d"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-e5e04e5d-1a7d-451d-8418-161c52a16a3d"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-e5e04e5d-1a7d-451d-8418-161c52a16a3d"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-e5e04e5d-1a7d-451d-8418-161c52a16a3d"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-e5e04e5d-1a7d-451d-8418-161c52a16a3d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-e5e04e5d-1a7d-451d-8418-161c52a16a3d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-e5e04e5d-1a7d-451d-8418-161c52a16a3d"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-e5e04e5d-1a7d-451d-8418-161c52a16a3d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-e5e04e5d-1a7d-451d-8418-161c52a16a3d"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-e5e04e5d-1a7d-451d-8418-161c52a16a3d"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-e5e04e5d-1a7d-451d-8418-161c52a16a3d"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-e5e04e5d-1a7d-451d-8418-161c52a16a3d"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-e5e04e5d-1a7d-451d-8418-161c52a16a3d"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-e5e04e5d-1a7d-451d-8418-161c52a16a3d"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-9b02d8f8-c021-450d-b828-264c3004e9ad {
  margin-left: 0px;
margin-right: 0px;
padding-top: 5%;
padding-left: 10%;
padding-bottom: 5%;
padding-right: 10%;
min-height: 550px;
background-color: rgba(255, 255, 255, 1);
}








#s-9b02d8f8-c021-450d-b828-264c3004e9ad > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9b02d8f8-c021-450d-b828-264c3004e9ad.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

#s-31904d18-c36f-4e9b-881d-348df78b1034 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-31904d18-c36f-4e9b-881d-348df78b1034 .shogun-heading-component h2 {
  color: rgba(141, 198, 63, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-88a2ff0b-e64b-4ac4-b6fc-d6c469bef913 {
  margin-left: auto;
margin-right: auto;
}

#s-36b5a361-999e-4efa-abc9-62ef4b340563 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 550px;
background-position: center center;
}








#s-36b5a361-999e-4efa-abc9-62ef4b340563 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-36b5a361-999e-4efa-abc9-62ef4b340563.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-047ed8f6-809e-44b5-923a-7bc32f27af18"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-047ed8f6-809e-44b5-923a-7bc32f27af18"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-047ed8f6-809e-44b5-923a-7bc32f27af18"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-047ed8f6-809e-44b5-923a-7bc32f27af18"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-047ed8f6-809e-44b5-923a-7bc32f27af18"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-047ed8f6-809e-44b5-923a-7bc32f27af18"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-047ed8f6-809e-44b5-923a-7bc32f27af18"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-047ed8f6-809e-44b5-923a-7bc32f27af18"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-047ed8f6-809e-44b5-923a-7bc32f27af18"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-047ed8f6-809e-44b5-923a-7bc32f27af18"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-047ed8f6-809e-44b5-923a-7bc32f27af18"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-047ed8f6-809e-44b5-923a-7bc32f27af18"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-047ed8f6-809e-44b5-923a-7bc32f27af18"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-047ed8f6-809e-44b5-923a-7bc32f27af18"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-047ed8f6-809e-44b5-923a-7bc32f27af18"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-047ed8f6-809e-44b5-923a-7bc32f27af18"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-047ed8f6-809e-44b5-923a-7bc32f27af18"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-047ed8f6-809e-44b5-923a-7bc32f27af18"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-047ed8f6-809e-44b5-923a-7bc32f27af18"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-047ed8f6-809e-44b5-923a-7bc32f27af18"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-047ed8f6-809e-44b5-923a-7bc32f27af18"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-047ed8f6-809e-44b5-923a-7bc32f27af18"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-047ed8f6-809e-44b5-923a-7bc32f27af18"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-047ed8f6-809e-44b5-923a-7bc32f27af18"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-047ed8f6-809e-44b5-923a-7bc32f27af18"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-047ed8f6-809e-44b5-923a-7bc32f27af18"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-047ed8f6-809e-44b5-923a-7bc32f27af18"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-047ed8f6-809e-44b5-923a-7bc32f27af18"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-047ed8f6-809e-44b5-923a-7bc32f27af18"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-047ed8f6-809e-44b5-923a-7bc32f27af18"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-047ed8f6-809e-44b5-923a-7bc32f27af18"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-047ed8f6-809e-44b5-923a-7bc32f27af18"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-047ed8f6-809e-44b5-923a-7bc32f27af18"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-047ed8f6-809e-44b5-923a-7bc32f27af18"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-047ed8f6-809e-44b5-923a-7bc32f27af18"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-047ed8f6-809e-44b5-923a-7bc32f27af18"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-047ed8f6-809e-44b5-923a-7bc32f27af18"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-6bd8aa95-76ac-411e-9e42-335526b61bbd {
  background-repeat: no-repeat;
background-size: cover;
padding-top: 5%;
padding-bottom: 5%;
min-height: 650px;
background-position: center center;
}








#s-6bd8aa95-76ac-411e-9e42-335526b61bbd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6bd8aa95-76ac-411e-9e42-335526b61bbd.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

#s-8406670c-66e2-4e6c-8d8c-31deae09947a {
  margin-left: 0%;
margin-right: 0%;
padding-top: 5%;
padding-left: 10%;
padding-bottom: 5%;
padding-right: 10%;
min-height: 650px;
background-color: rgba(247, 247, 247, 1);
}








#s-8406670c-66e2-4e6c-8d8c-31deae09947a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8406670c-66e2-4e6c-8d8c-31deae09947a.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

#s-2cc301c0-d91d-4fd9-839b-1147ee70960e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-2cc301c0-d91d-4fd9-839b-1147ee70960e .shogun-heading-component h2 {
  color: rgba(141, 198, 63, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-3562052e-ca95-4517-bc44-529f0c11f95a {
  margin-left: auto;
margin-right: auto;
}

#s-25afc65f-c510-401b-9650-df284302bbc6 {
  min-height: 50px;
}








#s-25afc65f-c510-401b-9650-df284302bbc6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-25afc65f-c510-401b-9650-df284302bbc6.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-b2fc6c04-83b2-4a4c-a5f9-0783f09e2193"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b2fc6c04-83b2-4a4c-a5f9-0783f09e2193"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-b2fc6c04-83b2-4a4c-a5f9-0783f09e2193"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-b2fc6c04-83b2-4a4c-a5f9-0783f09e2193"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-b2fc6c04-83b2-4a4c-a5f9-0783f09e2193"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-b2fc6c04-83b2-4a4c-a5f9-0783f09e2193"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-b2fc6c04-83b2-4a4c-a5f9-0783f09e2193"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-b2fc6c04-83b2-4a4c-a5f9-0783f09e2193"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-b2fc6c04-83b2-4a4c-a5f9-0783f09e2193"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-b2fc6c04-83b2-4a4c-a5f9-0783f09e2193"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-b2fc6c04-83b2-4a4c-a5f9-0783f09e2193"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-b2fc6c04-83b2-4a4c-a5f9-0783f09e2193"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-b2fc6c04-83b2-4a4c-a5f9-0783f09e2193"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-b2fc6c04-83b2-4a4c-a5f9-0783f09e2193"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-b2fc6c04-83b2-4a4c-a5f9-0783f09e2193"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-b2fc6c04-83b2-4a4c-a5f9-0783f09e2193"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-b2fc6c04-83b2-4a4c-a5f9-0783f09e2193"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-b2fc6c04-83b2-4a4c-a5f9-0783f09e2193"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-b2fc6c04-83b2-4a4c-a5f9-0783f09e2193"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-b2fc6c04-83b2-4a4c-a5f9-0783f09e2193"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-b2fc6c04-83b2-4a4c-a5f9-0783f09e2193"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-b2fc6c04-83b2-4a4c-a5f9-0783f09e2193"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-b2fc6c04-83b2-4a4c-a5f9-0783f09e2193"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-b2fc6c04-83b2-4a4c-a5f9-0783f09e2193"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-b2fc6c04-83b2-4a4c-a5f9-0783f09e2193"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-b2fc6c04-83b2-4a4c-a5f9-0783f09e2193"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-b2fc6c04-83b2-4a4c-a5f9-0783f09e2193"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-b2fc6c04-83b2-4a4c-a5f9-0783f09e2193"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-b2fc6c04-83b2-4a4c-a5f9-0783f09e2193"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-b2fc6c04-83b2-4a4c-a5f9-0783f09e2193"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-b2fc6c04-83b2-4a4c-a5f9-0783f09e2193"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-b2fc6c04-83b2-4a4c-a5f9-0783f09e2193"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-b2fc6c04-83b2-4a4c-a5f9-0783f09e2193"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-b2fc6c04-83b2-4a4c-a5f9-0783f09e2193"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-b2fc6c04-83b2-4a4c-a5f9-0783f09e2193"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-b2fc6c04-83b2-4a4c-a5f9-0783f09e2193"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-b2fc6c04-83b2-4a4c-a5f9-0783f09e2193"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 0px) {
[id="s-e017c827-1f43-4d81-903e-cbe4fb305ab9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e017c827-1f43-4d81-903e-cbe4fb305ab9"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-e017c827-1f43-4d81-903e-cbe4fb305ab9"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-e017c827-1f43-4d81-903e-cbe4fb305ab9"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-e017c827-1f43-4d81-903e-cbe4fb305ab9"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-e017c827-1f43-4d81-903e-cbe4fb305ab9"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-e017c827-1f43-4d81-903e-cbe4fb305ab9"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-e017c827-1f43-4d81-903e-cbe4fb305ab9"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-e017c827-1f43-4d81-903e-cbe4fb305ab9"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-e017c827-1f43-4d81-903e-cbe4fb305ab9"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-e017c827-1f43-4d81-903e-cbe4fb305ab9"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-e017c827-1f43-4d81-903e-cbe4fb305ab9"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-e017c827-1f43-4d81-903e-cbe4fb305ab9"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-e017c827-1f43-4d81-903e-cbe4fb305ab9"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-e017c827-1f43-4d81-903e-cbe4fb305ab9"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-e017c827-1f43-4d81-903e-cbe4fb305ab9"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-e017c827-1f43-4d81-903e-cbe4fb305ab9"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-e017c827-1f43-4d81-903e-cbe4fb305ab9"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-e017c827-1f43-4d81-903e-cbe4fb305ab9"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-e017c827-1f43-4d81-903e-cbe4fb305ab9"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-e017c827-1f43-4d81-903e-cbe4fb305ab9"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-e017c827-1f43-4d81-903e-cbe4fb305ab9"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-e017c827-1f43-4d81-903e-cbe4fb305ab9"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-e017c827-1f43-4d81-903e-cbe4fb305ab9"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-e017c827-1f43-4d81-903e-cbe4fb305ab9"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-e017c827-1f43-4d81-903e-cbe4fb305ab9"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-e017c827-1f43-4d81-903e-cbe4fb305ab9"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-e017c827-1f43-4d81-903e-cbe4fb305ab9"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-e017c827-1f43-4d81-903e-cbe4fb305ab9"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-e017c827-1f43-4d81-903e-cbe4fb305ab9"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-e017c827-1f43-4d81-903e-cbe4fb305ab9"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-e017c827-1f43-4d81-903e-cbe4fb305ab9"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-e017c827-1f43-4d81-903e-cbe4fb305ab9"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-e017c827-1f43-4d81-903e-cbe4fb305ab9"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-e017c827-1f43-4d81-903e-cbe4fb305ab9"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-e017c827-1f43-4d81-903e-cbe4fb305ab9"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-e017c827-1f43-4d81-903e-cbe4fb305ab9"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-ab00bf6b-e896-453c-8480-5ae3296aa189 {
  padding-top: 10%;
padding-left: 5%;
padding-bottom: 10%;
padding-right: 5%;
min-height: 400px;
background-color: rgba(245, 245, 245, 0.28);
}








#s-ab00bf6b-e896-453c-8480-5ae3296aa189 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ab00bf6b-e896-453c-8480-5ae3296aa189.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

#s-e2f935ff-432e-4ce8-950c-09909721bac6 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-e2f935ff-432e-4ce8-950c-09909721bac6 .shogun-icon-wrapper {
  text-align: center;
}


#s-e2f935ff-432e-4ce8-950c-09909721bac6 .shogun-icon-wrapper > .shogun-icon {

  font-size: 64px !important;
  color: rgba(0, 0, 0, 1);
}

#s-57559e69-28f7-4519-a294-f6e3d928f13b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-57559e69-28f7-4519-a294-f6e3d928f13b .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-3421b607-f670-40b3-9d27-1cc6abb89798 {
  margin-left: auto;
margin-right: auto;
max-width: 800px;
}

#s-0723944c-73b7-41ad-9322-eb508bc99d28 {
  margin-top: %;
margin-bottom: %;
padding-top: 10%;
padding-left: 5%;
padding-bottom: 10%;
padding-right: 5%;
min-height: 400px;
background-color: rgba(242, 242, 242, 1);
}








#s-0723944c-73b7-41ad-9322-eb508bc99d28 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0723944c-73b7-41ad-9322-eb508bc99d28.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

#s-39634f7e-d5f4-4518-94d2-c72cf44820c5 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-39634f7e-d5f4-4518-94d2-c72cf44820c5 .shogun-icon-wrapper {
  text-align: center;
}


#s-39634f7e-d5f4-4518-94d2-c72cf44820c5 .shogun-icon-wrapper > .shogun-icon {

  font-size: 64px !important;
  color: rgba(0, 0, 0, 1);
}

#s-b6ca7c7a-3192-4765-b5a7-02e13efd8978 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b6ca7c7a-3192-4765-b5a7-02e13efd8978 .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-6266d1ca-231c-408a-a703-5b13500f27c7 {
  margin-left: auto;
margin-right: auto;
max-width: 800px;
}

@media (min-width: 0px) {
[id="s-5e48bc43-63dd-4e2a-b362-7dfd922fd2b4"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5e48bc43-63dd-4e2a-b362-7dfd922fd2b4"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-5e48bc43-63dd-4e2a-b362-7dfd922fd2b4"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-5e48bc43-63dd-4e2a-b362-7dfd922fd2b4"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-5e48bc43-63dd-4e2a-b362-7dfd922fd2b4"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-5e48bc43-63dd-4e2a-b362-7dfd922fd2b4"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-5e48bc43-63dd-4e2a-b362-7dfd922fd2b4"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-5e48bc43-63dd-4e2a-b362-7dfd922fd2b4"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-5e48bc43-63dd-4e2a-b362-7dfd922fd2b4"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-5e48bc43-63dd-4e2a-b362-7dfd922fd2b4"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-5e48bc43-63dd-4e2a-b362-7dfd922fd2b4"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-5e48bc43-63dd-4e2a-b362-7dfd922fd2b4"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-5e48bc43-63dd-4e2a-b362-7dfd922fd2b4"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-5e48bc43-63dd-4e2a-b362-7dfd922fd2b4"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-5e48bc43-63dd-4e2a-b362-7dfd922fd2b4"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-5e48bc43-63dd-4e2a-b362-7dfd922fd2b4"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-5e48bc43-63dd-4e2a-b362-7dfd922fd2b4"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-5e48bc43-63dd-4e2a-b362-7dfd922fd2b4"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-5e48bc43-63dd-4e2a-b362-7dfd922fd2b4"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-5e48bc43-63dd-4e2a-b362-7dfd922fd2b4"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-5e48bc43-63dd-4e2a-b362-7dfd922fd2b4"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-5e48bc43-63dd-4e2a-b362-7dfd922fd2b4"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-5e48bc43-63dd-4e2a-b362-7dfd922fd2b4"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-5e48bc43-63dd-4e2a-b362-7dfd922fd2b4"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-5e48bc43-63dd-4e2a-b362-7dfd922fd2b4"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-5e48bc43-63dd-4e2a-b362-7dfd922fd2b4"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-5e48bc43-63dd-4e2a-b362-7dfd922fd2b4"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-5e48bc43-63dd-4e2a-b362-7dfd922fd2b4"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-5e48bc43-63dd-4e2a-b362-7dfd922fd2b4"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-5e48bc43-63dd-4e2a-b362-7dfd922fd2b4"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-5e48bc43-63dd-4e2a-b362-7dfd922fd2b4"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-5e48bc43-63dd-4e2a-b362-7dfd922fd2b4"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-5e48bc43-63dd-4e2a-b362-7dfd922fd2b4"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-5e48bc43-63dd-4e2a-b362-7dfd922fd2b4"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-5e48bc43-63dd-4e2a-b362-7dfd922fd2b4"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-5e48bc43-63dd-4e2a-b362-7dfd922fd2b4"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-5e48bc43-63dd-4e2a-b362-7dfd922fd2b4"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-1b038de6-06f9-4546-8094-b406bbdfcee6 {
  padding-top: 10%;
padding-left: 5%;
padding-bottom: 10%;
padding-right: 5%;
min-height: 400px;
background-color: rgba(238, 238, 238, 1);
}








#s-1b038de6-06f9-4546-8094-b406bbdfcee6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1b038de6-06f9-4546-8094-b406bbdfcee6.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

#s-bf99a1d8-0aac-4456-95ae-b6704d3dbd75 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-bf99a1d8-0aac-4456-95ae-b6704d3dbd75 .shogun-icon-wrapper {
  text-align: center;
}


#s-bf99a1d8-0aac-4456-95ae-b6704d3dbd75 .shogun-icon-wrapper > .shogun-icon {

  font-size: 64px !important;
  color: rgba(0, 0, 0, 1);
}

#s-1fa7b16f-0ff7-44e1-b3a5-c2b7ba130f76 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1fa7b16f-0ff7-44e1-b3a5-c2b7ba130f76 .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-bcd197a0-b6ca-4764-b1f8-72ab18342370 {
  margin-left: auto;
margin-right: auto;
max-width: 500px;
}

#s-2acea580-757f-4d6d-af59-82c1ab5fbe46 {
  padding-top: 10%;
padding-left: 5%;
padding-bottom: 10%;
padding-right: 5%;
min-height: 400px;
background-color: rgba(234, 234, 234, 1);
}








#s-2acea580-757f-4d6d-af59-82c1ab5fbe46 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2acea580-757f-4d6d-af59-82c1ab5fbe46.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

#s-2a9113a4-962d-47c1-9ccf-b3a99b1183c6 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-2a9113a4-962d-47c1-9ccf-b3a99b1183c6 .shogun-icon-wrapper {
  text-align: center;
}


#s-2a9113a4-962d-47c1-9ccf-b3a99b1183c6 .shogun-icon-wrapper > .shogun-icon {

  font-size: 64px !important;
  color: rgba(0, 0, 0, 1);
}

#s-8b0aeb83-d09b-431d-81f6-e1b3bd166d77 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8b0aeb83-d09b-431d-81f6-e1b3bd166d77 .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-7fdc2408-bc49-483d-bc28-95ab9ccc3784 {
  margin-left: auto;
margin-right: auto;
max-width: 500px;
}

@media (min-width: 0px) {
[id="s-19586fe6-44ba-4e49-b86d-606e0bb30f03"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-19586fe6-44ba-4e49-b86d-606e0bb30f03"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-19586fe6-44ba-4e49-b86d-606e0bb30f03"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-19586fe6-44ba-4e49-b86d-606e0bb30f03"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-19586fe6-44ba-4e49-b86d-606e0bb30f03"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-19586fe6-44ba-4e49-b86d-606e0bb30f03"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-19586fe6-44ba-4e49-b86d-606e0bb30f03"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-19586fe6-44ba-4e49-b86d-606e0bb30f03"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-19586fe6-44ba-4e49-b86d-606e0bb30f03"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-19586fe6-44ba-4e49-b86d-606e0bb30f03"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-19586fe6-44ba-4e49-b86d-606e0bb30f03"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-19586fe6-44ba-4e49-b86d-606e0bb30f03"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-19586fe6-44ba-4e49-b86d-606e0bb30f03"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-19586fe6-44ba-4e49-b86d-606e0bb30f03"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-19586fe6-44ba-4e49-b86d-606e0bb30f03"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-19586fe6-44ba-4e49-b86d-606e0bb30f03"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-19586fe6-44ba-4e49-b86d-606e0bb30f03"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-19586fe6-44ba-4e49-b86d-606e0bb30f03"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-19586fe6-44ba-4e49-b86d-606e0bb30f03"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-19586fe6-44ba-4e49-b86d-606e0bb30f03"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-19586fe6-44ba-4e49-b86d-606e0bb30f03"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-19586fe6-44ba-4e49-b86d-606e0bb30f03"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-19586fe6-44ba-4e49-b86d-606e0bb30f03"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-19586fe6-44ba-4e49-b86d-606e0bb30f03"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-19586fe6-44ba-4e49-b86d-606e0bb30f03"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-19586fe6-44ba-4e49-b86d-606e0bb30f03"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-19586fe6-44ba-4e49-b86d-606e0bb30f03"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-19586fe6-44ba-4e49-b86d-606e0bb30f03"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-19586fe6-44ba-4e49-b86d-606e0bb30f03"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-19586fe6-44ba-4e49-b86d-606e0bb30f03"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-19586fe6-44ba-4e49-b86d-606e0bb30f03"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-19586fe6-44ba-4e49-b86d-606e0bb30f03"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-19586fe6-44ba-4e49-b86d-606e0bb30f03"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-19586fe6-44ba-4e49-b86d-606e0bb30f03"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-19586fe6-44ba-4e49-b86d-606e0bb30f03"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-19586fe6-44ba-4e49-b86d-606e0bb30f03"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-19586fe6-44ba-4e49-b86d-606e0bb30f03"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-993a74ec-6087-42a9-9f18-530d09702626 {
  padding-top: 5%;
padding-left: 10%;
padding-bottom: 5%;
padding-right: 10%;
min-height: 500px;
background-color: rgba(230, 230, 230, 0.24);
}








#s-993a74ec-6087-42a9-9f18-530d09702626 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-993a74ec-6087-42a9-9f18-530d09702626.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-cba82954-adf1-4c87-b805-1aa71d78dd55 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-cba82954-adf1-4c87-b805-1aa71d78dd55 .shogun-heading-component h2 {
  color: rgba(141, 198, 63, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-8b43e489-9520-4730-b644-4556e12a96a1 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-8b43e489-9520-4730-b644-4556e12a96a1 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 19px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-7e873b2c-beb7-4085-9f72-083447145285 {
  margin-left: auto;
margin-right: auto;
}

#s-d25b00db-b0de-435a-9e48-81253d01d610 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 500px;
background-position: center center;
}








#s-d25b00db-b0de-435a-9e48-81253d01d610 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d25b00db-b0de-435a-9e48-81253d01d610.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-5adce000-42ff-431a-9584-370ad9e2334b {
  min-height: 50px;
}








#s-5adce000-42ff-431a-9584-370ad9e2334b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5adce000-42ff-431a-9584-370ad9e2334b.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-fbcc5073-573a-42d5-988f-887f955fc99f {
  margin-top: 2%;
margin-bottom: 2%;
min-height: 50px;
}








#s-fbcc5073-573a-42d5-988f-887f955fc99f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fbcc5073-573a-42d5-988f-887f955fc99f.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-668a01e0-e134-41bf-afac-c8f96d1d9f34 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-668a01e0-e134-41bf-afac-c8f96d1d9f34 .shogun-heading-component h3 {
  color: rgba(141, 198, 63, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 25px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-b371dc92-2a90-45ef-90c0-d3fa0bd78142 {
  margin-left: auto;
margin-right: auto;
max-width: 800px;
}

#s-080120b5-2687-4434-8d5c-564a66a16104 {
  margin-top: 2%;
margin-left: auto;
margin-bottom: 2%;
margin-right: auto;
max-width: 800px;
}

/*
  $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;
  }
}

#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%;
  -webkit-transform: translate(-50%,-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;
  -webkit-transform: translate(0%, -50%);
          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;
	-webkit-transition: opacity 300ms;
	transition: opacity 300ms;
}
