.shg-box {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  flex-direction: column;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  /**
   * While `flex: 1` is enough here, we need to supply the rest
   * of the parameters (`1 auto`) to keep compatibility with IE11.
   * Otherwise, IE11 flex would break.
   */
  flex: 1 1 auto;
}

.shg-box > .shg-box-content {
  z-index: 4;
  position: relative;
  /**
   * This is part of an IE11 fallback to avoid flex introducing
   * huge amount of weird space on the bottom on the section element.
   */
  min-height: 1px;
}

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

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

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

.shg-box-vertical-align-bottom {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

.shg-box-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  pointer-events: none;
}

.shg-box-video-wrapper {
  /*
    It's very important we don't create a new containing block for shg-box-video-wrapper
    Jarallax uses transforms + position: fixed to achieve it's parallaxing effect

    https://developer.mozilla.org/en-US/docs/Web/CSS/position

    position: fixed
    The element is removed from the normal document flow, and no space is created for the element in the page layout. 
    It is positioned relative to the initial containing block established by the viewport, 

    *
      except when one of its ancestors has a transform, perspective, or filter property set to something other than none 
      (see the CSS Transforms Spec), or the will-change property is set to transform, 
      in which case that ancestor behaves as the containing block. 
    *
  */

  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}

#s-345481e1-3019-4134-90d8-1b5a9102dd4b {
  min-height: 50px;
}








#s-345481e1-3019-4134-90d8-1b5a9102dd4b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-345481e1-3019-4134-90d8-1b5a9102dd4b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-10652fdf-ef89-4e17-b0e0-b19659a8b302 {
  margin-top: 20px;
}

.shogun-accordion-wrapper .shogun-accordion {
  margin-bottom: 0;
  border-radius: 4px;
}

.shogun-accordion {
  margin-bottom: 20px;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}

.shogun-accordion-wrapper .shogun-accordion + .shogun-accordion {
  margin-top: 5px;
}

.shogun-accordion-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.shogun-accordion-heading {
  color: #333;
  border-bottom: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  cursor: pointer;
}

.shogun-accordion-title {
  margin: 0 !important;
  padding: 0 !important;
  cursor: pointer;
  text-decoration: none;
  flex: 1;
  user-select: none;
}

.shogun-accordion-body {
  display: none;
  opacity: 0;
  transition: opacity 0.5s linear;
}

.shogun-accordion-body.shogun-accordion-active {
  display: block;
  opacity: 1;
  visibility: visible;
}

.shogun-accordion-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 1.2em;
}

.shogun-accordion-icon > span {
  transition: 0.3s transform;
  position: absolute;
  right: 0;
  font-size: 1.2em;
}

.shogun-accordion-icon.shogun-icon-chevron > span::after {
  content: "▸";
}

.shogun-accordion.shogun-accordion-active
  > .shogun-accordion-heading
  .shogun-accordion-icon.shogun-icon-chevron
  > span {
  transform: rotate(90deg);
}

.shogun-accordion-icon.shogun-icon-plus > span::after {
  content: "＋";
}

.shogun-accordion.shogun-accordion-active
  > .shogun-accordion-heading
  .shogun-accordion-icon.shogun-icon-plus
  > span {
  transform: rotate(-225deg);
}

#s-dd7b335f-930a-499e-ae4a-d37d97a2b4e7 {
  margin-bottom: 24px;
}

#s-dd7b335f-930a-499e-ae4a-d37d97a2b4e7 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(235, 241, 235, 1);
}

#s-dd7b335f-930a-499e-ae4a-d37d97a2b4e7 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(235, 241, 235, 1);
  padding: 5px;
}

#s-dd7b335f-930a-499e-ae4a-d37d97a2b4e7 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(59, 101, 49, 1);
}

#s-dd7b335f-930a-499e-ae4a-d37d97a2b4e7 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(235, 241, 235, 1);
  border-top: 1px solid rgba(235, 241, 235, 1);
}

#s-dd7b335f-930a-499e-ae4a-d37d97a2b4e7 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(59, 101, 49, 1);
  text-align: left;
  font-family: Montserrat;
  font-weight: 500;
  font-style: ;
  font-size: 16px;
}

#s-dd7b335f-930a-499e-ae4a-d37d97a2b4e7 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-b3cd5e2f-f9f0-411c-8680-436d048eb56c {
  padding-top: 14px;
padding-bottom: 14px;
}

#s-5dc1054f-58c0-4a7f-af21-4464001c5fc2 {
  padding-top: 20px;
padding-bottom: 10px;
min-height: 50px;
background-color: rgba(242, 249, 240, 1);
}








#s-5dc1054f-58c0-4a7f-af21-4464001c5fc2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5dc1054f-58c0-4a7f-af21-4464001c5fc2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1e786cc0-4ef4-45e1-9e4a-fa8632db6bfd {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 1420px;
}








#s-1e786cc0-4ef4-45e1-9e4a-fa8632db6bfd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1e786cc0-4ef4-45e1-9e4a-fa8632db6bfd.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c5853ce6-29ee-439e-9756-625fdee7b56b {
  padding-left: 15px;
padding-right: 15px;
min-height: 50px;
}








#s-c5853ce6-29ee-439e-9756-625fdee7b56b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c5853ce6-29ee-439e-9756-625fdee7b56b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5a22bacd-1ee4-4eaa-a693-008e2ce8e608 {
  min-height: 50px;
}

#s-5a22bacd-1ee4-4eaa-a693-008e2ce8e608 {
  background-image: url();
}








#s-5a22bacd-1ee4-4eaa-a693-008e2ce8e608 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5a22bacd-1ee4-4eaa-a693-008e2ce8e608.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f8b18632-d55d-4eda-b9b8-a1648aad12e0 {
  padding-top: 80px;
padding-bottom: 60px;
min-height: 50px;
background-color: rgba(247, 247, 247, 1);
}
@media (max-width: 767px){#s-f8b18632-d55d-4eda-b9b8-a1648aad12e0 {
  padding-top: 60px;
padding-bottom: 60px;
}
}







#s-f8b18632-d55d-4eda-b9b8-a1648aad12e0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f8b18632-d55d-4eda-b9b8-a1648aad12e0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6071e894-a83f-4f70-8583-40a8bb8798e3 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 1420px;
}








#s-6071e894-a83f-4f70-8583-40a8bb8798e3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6071e894-a83f-4f70-8583-40a8bb8798e3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1f5434dd-c333-4d45-a1fc-4f3fbb4619b7 {
  padding-left: 15px;
padding-right: 15px;
min-height: 50px;
}








#s-1f5434dd-c333-4d45-a1fc-4f3fbb4619b7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1f5434dd-c333-4d45-a1fc-4f3fbb4619b7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3a18236d-353f-4da2-b04a-3bbfa9c0e1de {
  min-height: 50px;
}








#s-3a18236d-353f-4da2-b04a-3bbfa9c0e1de > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3a18236d-353f-4da2-b04a-3bbfa9c0e1de.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a14348ac-48d3-4890-992c-91ff1de9cc06 {
  margin-bottom: 20px;
}

.shg-row {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  min-height: inherit;
  max-height: inherit;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

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

[class*=shg-c-xs],
[class*=shg-c-sm],
[class*=shg-c-md],
[class*=shg-c-lg] {
  position: relative;
}

@media (min-width: 768px) and (max-width: 991px){#s-515a58af-cfd6-493b-b033-28bd949d3338 {
  
}
}@media (max-width: 767px){#s-515a58af-cfd6-493b-b033-28bd949d3338 {
  display: none;
}
#s-515a58af-cfd6-493b-b033-28bd949d3338, #wrap-s-515a58af-cfd6-493b-b033-28bd949d3338 { display: none !important; }}
@media (min-width: 0px) {
[id="s-515a58af-cfd6-493b-b033-28bd949d3338"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-515a58af-cfd6-493b-b033-28bd949d3338"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-515a58af-cfd6-493b-b033-28bd949d3338"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-515a58af-cfd6-493b-b033-28bd949d3338"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-754dc99e-707a-431a-8a04-06d778adce78 {
  min-height: 50px;
}








#s-754dc99e-707a-431a-8a04-06d778adce78 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-754dc99e-707a-431a-8a04-06d778adce78.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a40481d4-c5e4-4476-8f1e-2f14a7e4c587 {
  margin-bottom: 20px;
}

#s-3eddca44-5951-445f-88bf-57cc8eb7d36c {
  margin-bottom: 20px;
}

#s-9c62dce0-1104-4bee-b258-3365011d314e {
  margin-bottom: 20px;
}

#s-852cfd00-f5cd-427b-995b-5ebd536479b5 {
  min-height: 650px;
}








#s-852cfd00-f5cd-427b-995b-5ebd536479b5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-852cfd00-f5cd-427b-995b-5ebd536479b5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-4ebd42b2-d7e4-4c0b-a583-62db07099c59 {
  margin-top: 10px;
margin-bottom: 20px;
text-align: center;
}







  #s-4ebd42b2-d7e4-4c0b-a583-62db07099c59 img.shogun-image {
    

    
    
    
  }


#s-4ebd42b2-d7e4-4c0b-a583-62db07099c59 .shogun-image-content {
  
    align-items: center;
  
}

#s-29077465-e83a-4554-a7b9-b94566151eea {
  min-height: 50px;
}








#s-29077465-e83a-4554-a7b9-b94566151eea > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-29077465-e83a-4554-a7b9-b94566151eea.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-90dec17a-48f2-4318-baee-6641dba204da {
  margin-bottom: 20px;
}

#s-414d7462-1166-43de-9650-d9d7f13c3b7a {
  margin-bottom: 20px;
}

#s-16306b69-be84-4f60-b031-33f1d218da76 {
  margin-bottom: 20px;
}

@media (min-width: 1200px){#s-a2ba7b26-4a09-4634-bbaf-66f89d2a9b1a {
  display: none;
}
#s-a2ba7b26-4a09-4634-bbaf-66f89d2a9b1a, #wrap-s-a2ba7b26-4a09-4634-bbaf-66f89d2a9b1a { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a2ba7b26-4a09-4634-bbaf-66f89d2a9b1a {
  display: none;
}
#s-a2ba7b26-4a09-4634-bbaf-66f89d2a9b1a, #wrap-s-a2ba7b26-4a09-4634-bbaf-66f89d2a9b1a { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-a2ba7b26-4a09-4634-bbaf-66f89d2a9b1a {
  display: none;
}
#s-a2ba7b26-4a09-4634-bbaf-66f89d2a9b1a, #wrap-s-a2ba7b26-4a09-4634-bbaf-66f89d2a9b1a { display: none !important; }}@media (max-width: 767px){#s-a2ba7b26-4a09-4634-bbaf-66f89d2a9b1a {
  
}
}
@media (min-width: 0px) {
[id="s-a2ba7b26-4a09-4634-bbaf-66f89d2a9b1a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a2ba7b26-4a09-4634-bbaf-66f89d2a9b1a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-a2ba7b26-4a09-4634-bbaf-66f89d2a9b1a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-a2ba7b26-4a09-4634-bbaf-66f89d2a9b1a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-a6a6ab81-c171-483d-90e6-4026b1e639f9 {
  min-height: 50px;
}








#s-a6a6ab81-c171-483d-90e6-4026b1e639f9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a6a6ab81-c171-483d-90e6-4026b1e639f9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-28f2bfab-caca-4ef4-9423-c75463d21780 {
  margin-bottom: 20px;
}

#s-9f380f66-0ba4-4ae1-9cc0-7c4863d9b5ad {
  margin-bottom: 20px;
}

#s-546983c9-ef97-4e07-8a67-a43ca488e35a {
  margin-bottom: 20px;
}

#s-10d9b747-d681-46b0-a460-7af50de3ae6c {
  min-height: 50px;
}








#s-10d9b747-d681-46b0-a460-7af50de3ae6c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-10d9b747-d681-46b0-a460-7af50de3ae6c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4beee1a5-11de-4795-af5f-ac3d54c6143e {
  margin-top: 10px;
margin-bottom: 20px;
text-align: center;
}
@media (max-width: 767px){#s-4beee1a5-11de-4795-af5f-ac3d54c6143e {
  margin-top: 0px;
margin-bottom: 0px;
}
}






  #s-4beee1a5-11de-4795-af5f-ac3d54c6143e img.shogun-image {
    

    
    
    
  }


#s-4beee1a5-11de-4795-af5f-ac3d54c6143e .shogun-image-content {
  
    align-items: center;
  
}

#s-fa5498e4-4ea7-4a7b-8df9-9480eccc3c34 {
  margin-bottom: 20px;
}

#s-d05b1774-db4b-4041-b633-ca17f1638714 {
  margin-bottom: 20px;
}

#s-5cf69c65-fa4d-462a-8197-8c602afb37ce {
  margin-bottom: 20px;
}

.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-text {
  font-weight: ;
  font-family: ;
}

.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-9c85b1b9-903f-4d92-9c50-c80fb69536f9 {
  margin-top: 10px;
padding-top: 18px;
padding-left: 80px;
padding-bottom: 18px;
padding-right: 80px;
border-radius: 50px;
background-color: rgba(253, 244, 106, 1);
text-align: center;
text-decoration: none;
letter-spacing: 2px;
color: rgba(71, 118, 59, 1);
background-image: none;
hover-type: color;
}
#s-9c85b1b9-903f-4d92-9c50-c80fb69536f9:hover {background-color: rgba(252, 241, 70, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-9c85b1b9-903f-4d92-9c50-c80fb69536f9:active {background-color: #000000 !important;
text-decoration: none !important;
color: rgba(252, 241, 70, 1) !important;}

  #s-9c85b1b9-903f-4d92-9c50-c80fb69536f9-root {
    text-align: center;
  }


#s-9c85b1b9-903f-4d92-9c50-c80fb69536f9.shg-btn {
  color: rgba(71, 118, 59, 1);
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-9c85b1b9-903f-4d92-9c50-c80fb69536f9-root {
    text-align: center;
  }


#s-9c85b1b9-903f-4d92-9c50-c80fb69536f9.shg-btn {
  color: rgba(71, 118, 59, 1);
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-9c85b1b9-903f-4d92-9c50-c80fb69536f9-root {
    text-align: center;
  }


#s-9c85b1b9-903f-4d92-9c50-c80fb69536f9.shg-btn {
  color: rgba(71, 118, 59, 1);
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-9c85b1b9-903f-4d92-9c50-c80fb69536f9-root {
    text-align: center;
  }


#s-9c85b1b9-903f-4d92-9c50-c80fb69536f9.shg-btn {
  color: rgba(71, 118, 59, 1);
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-9c85b1b9-903f-4d92-9c50-c80fb69536f9-root {
    text-align: center;
  }


#s-9c85b1b9-903f-4d92-9c50-c80fb69536f9.shg-btn {
  color: rgba(71, 118, 59, 1);
  font-size: 24px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-81e1fd24-e0cf-4434-b447-3ffff8299906 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 80px;
padding-bottom: 80px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-81e1fd24-e0cf-4434-b447-3ffff8299906 {
  padding-top: 60px;
}
}







#s-81e1fd24-e0cf-4434-b447-3ffff8299906 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-81e1fd24-e0cf-4434-b447-3ffff8299906.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1bcf90c7-714c-4332-adb4-9bbb1e2c8f31 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 1420px;
}








#s-1bcf90c7-714c-4332-adb4-9bbb1e2c8f31 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1bcf90c7-714c-4332-adb4-9bbb1e2c8f31.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d47c77f1-738f-46d1-b79f-ceb9ff76d19c {
  padding-left: 15px;
padding-right: 15px;
min-height: 50px;
}








#s-d47c77f1-738f-46d1-b79f-ceb9ff76d19c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d47c77f1-738f-46d1-b79f-ceb9ff76d19c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-badbee17-78e0-4418-919c-7af59e201b3d {
  min-height: 50px;
}








#s-badbee17-78e0-4418-919c-7af59e201b3d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-badbee17-78e0-4418-919c-7af59e201b3d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c313e80e-a08c-4597-b2c1-eba1695f1d04 {
  margin-bottom: 40px;
}

#s-473290b8-4ab6-4a05-bba6-c354d3156d1a {
  padding-left: 15px;
padding-right: 15px;
min-height: 50px;
}








#s-473290b8-4ab6-4a05-bba6-c354d3156d1a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-473290b8-4ab6-4a05-bba6-c354d3156d1a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f2ebe19c-1948-4475-b7da-c401065a952b {
  min-height: 50px;
}








#s-f2ebe19c-1948-4475-b7da-c401065a952b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f2ebe19c-1948-4475-b7da-c401065a952b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-6292ca5b-fff3-49ee-b784-ce9543e6d6fb"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6292ca5b-fff3-49ee-b784-ce9543e6d6fb"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 40.0px);
}

}

@media (min-width: 992px) {
[id="s-6292ca5b-fff3-49ee-b784-ce9543e6d6fb"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 40.0px);
}

}

@media (min-width: 1200px) {
[id="s-6292ca5b-fff3-49ee-b784-ce9543e6d6fb"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 40.0px);
}

}

#s-3abd30b4-7aec-4ffe-8c78-564c22675efb {
  min-height: 50px;
}








#s-3abd30b4-7aec-4ffe-8c78-564c22675efb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3abd30b4-7aec-4ffe-8c78-564c22675efb.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-590d96d6-74f2-4ec7-a41d-0d5dc0cbef13 {
  margin-left: auto;
margin-right: auto;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(71, 118, 59, 1);
border-style: solid;
border-radius: 4px;
max-width: 250px;
text-align: center;
}







  #s-590d96d6-74f2-4ec7-a41d-0d5dc0cbef13 img.shogun-image {
    

    
    
    
  }


#s-590d96d6-74f2-4ec7-a41d-0d5dc0cbef13 .shogun-image-content {
  
    align-items: center;
  
}

#s-d1ed0119-a3cf-4690-b2ad-e92c3356f622 {
  margin-top: 20px;
margin-bottom: 0px;
}

#s-eec9b6f1-0fee-4cb7-8908-872996f2d275 {
  margin-top: 10px;
margin-bottom: 20px;
}

#s-342f26b5-33e6-4b4d-bb8d-4620c23a0893 {
  min-height: 50px;
}








#s-342f26b5-33e6-4b4d-bb8d-4620c23a0893 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-342f26b5-33e6-4b4d-bb8d-4620c23a0893.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-14752e00-ef38-4108-98f7-8cdfb40bc960 {
  margin-left: auto;
margin-right: auto;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(71, 118, 59, 1);
border-style: solid;
border-radius: 4px;
max-width: 250px;
text-align: center;
}







  #s-14752e00-ef38-4108-98f7-8cdfb40bc960 img.shogun-image {
    

    
    
    
  }


#s-14752e00-ef38-4108-98f7-8cdfb40bc960 .shogun-image-content {
  
    align-items: center;
  
}

#s-2aca728f-0641-41e3-ae4b-f301847cd35b {
  margin-top: 20px;
margin-bottom: 0px;
}

#s-1f8a47d7-b5b2-4bc1-b3bc-f10d061fc3db {
  margin-top: 10px;
margin-bottom: 20px;
}

#s-83b191b8-f368-4adc-b5aa-04d2250fbc66 {
  min-height: 50px;
}








#s-83b191b8-f368-4adc-b5aa-04d2250fbc66 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-83b191b8-f368-4adc-b5aa-04d2250fbc66.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5ec9ab01-55a9-4ea8-bcec-8cc7a5a18604 {
  margin-left: auto;
margin-right: auto;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(71, 118, 59, 1);
border-style: solid;
border-radius: 4px;
max-width: 250px;
text-align: center;
}







  #s-5ec9ab01-55a9-4ea8-bcec-8cc7a5a18604 img.shogun-image {
    

    
    
    
  }


#s-5ec9ab01-55a9-4ea8-bcec-8cc7a5a18604 .shogun-image-content {
  
    align-items: center;
  
}

#s-27ca3bfb-9227-403d-be2b-5bb001cc5b36 {
  margin-top: 20px;
margin-bottom: 0px;
}

#s-e3c4d51b-3e59-4c5e-a7ea-d23051ee5eb7 {
  margin-top: 10px;
margin-bottom: 20px;
}

#s-4c46fc7a-31e1-4700-9de9-7fe7ae47e13e {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 80px;
padding-bottom: 60px;
min-height: 50px;
background-color: rgba(71, 118, 59, 1);
}
@media (max-width: 767px){#s-4c46fc7a-31e1-4700-9de9-7fe7ae47e13e {
  padding-top: 60px;
padding-bottom: 40px;
}
}







#s-4c46fc7a-31e1-4700-9de9-7fe7ae47e13e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4c46fc7a-31e1-4700-9de9-7fe7ae47e13e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4e5d0dc7-f8d7-4b78-aba1-3d421507be11 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 1420px;
}








#s-4e5d0dc7-f8d7-4b78-aba1-3d421507be11 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4e5d0dc7-f8d7-4b78-aba1-3d421507be11.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7237b87a-2d8d-45f6-b7d9-848938620ff6 {
  padding-left: 15px;
padding-right: 15px;
min-height: 50px;
}








#s-7237b87a-2d8d-45f6-b7d9-848938620ff6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7237b87a-2d8d-45f6-b7d9-848938620ff6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-60f44c8b-a92e-4429-9880-990b586eb134 {
  min-height: 50px;
}








#s-60f44c8b-a92e-4429-9880-990b586eb134 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-60f44c8b-a92e-4429-9880-990b586eb134.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-97d1d7af-f313-4dd8-a4fa-1b6a642c430a {
  margin-bottom: 20px;
}

#s-84d6e2b0-4238-4afb-93b7-6de708a710f2 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-84d6e2b0-4238-4afb-93b7-6de708a710f2"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-84d6e2b0-4238-4afb-93b7-6de708a710f2"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 30.0px);
}

}

@media (min-width: 992px) {
[id="s-84d6e2b0-4238-4afb-93b7-6de708a710f2"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 30.0px);
}

}

@media (min-width: 1200px) {
[id="s-84d6e2b0-4238-4afb-93b7-6de708a710f2"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 30.0px);
}

}

#s-fb0e5454-c883-4956-a91d-b91b4447713c {
  min-height: 50px;
}








#s-fb0e5454-c883-4956-a91d-b91b4447713c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fb0e5454-c883-4956-a91d-b91b4447713c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-079e173c-fcd4-4afe-a899-22a4d77da925 {
  border-radius: 4px;
text-align: center;
}







  #s-079e173c-fcd4-4afe-a899-22a4d77da925 img.shogun-image {
    

    
    
    
  }


#s-079e173c-fcd4-4afe-a899-22a4d77da925 .shogun-image-content {
  
    align-items: center;
  
}

#s-97d8c2ea-26bf-4b32-b722-0ab70c180307 {
  margin-top: 10px;
margin-bottom: 20px;
}

#s-73730514-1811-492e-9d48-46b144749481 {
  min-height: 50px;
}








#s-73730514-1811-492e-9d48-46b144749481 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-73730514-1811-492e-9d48-46b144749481.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-eac1f746-2565-454a-8d62-15d55d10c703 {
  border-radius: 4px;
text-align: center;
}







  #s-eac1f746-2565-454a-8d62-15d55d10c703 img.shogun-image {
    

    
    
    
  }


#s-eac1f746-2565-454a-8d62-15d55d10c703 .shogun-image-content {
  
    align-items: center;
  
}

#s-c2089222-2967-419e-8414-770b80fbf420 {
  margin-top: 10px;
margin-bottom: 20px;
}

#s-c214e4d1-5ea1-4218-9f50-7c051daca2bb {
  min-height: 50px;
}








#s-c214e4d1-5ea1-4218-9f50-7c051daca2bb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c214e4d1-5ea1-4218-9f50-7c051daca2bb.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4737b7a5-0304-4d26-81a0-09c32bc1988a {
  border-radius: 4px;
text-align: center;
}







  #s-4737b7a5-0304-4d26-81a0-09c32bc1988a img.shogun-image {
    

    
    
    
  }


#s-4737b7a5-0304-4d26-81a0-09c32bc1988a .shogun-image-content {
  
    align-items: center;
  
}

#s-d1588ca6-6921-4f8f-adfb-63234083e8ab {
  margin-top: 10px;
margin-bottom: 20px;
}

#s-e25351c4-40c9-432f-8df6-032d05db5492 {
  min-height: 50px;
}








#s-e25351c4-40c9-432f-8df6-032d05db5492 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e25351c4-40c9-432f-8df6-032d05db5492.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6fb46aa1-d505-4c1d-af5f-2c0b4160b18a {
  border-radius: 4px;
text-align: center;
}







  #s-6fb46aa1-d505-4c1d-af5f-2c0b4160b18a img.shogun-image {
    

    
    
    
  }


#s-6fb46aa1-d505-4c1d-af5f-2c0b4160b18a .shogun-image-content {
  
    align-items: center;
  
}

#s-9b13fbfa-de64-4162-bd02-7570311e0580 {
  margin-top: 10px;
margin-bottom: 20px;
}

#s-67b3e9fc-2cdb-43f2-b1ae-27c07390248e {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 80px;
padding-bottom: 60px;
min-height: 50px;
background-color: rgba(247, 247, 247, 1);
}
@media (max-width: 767px){#s-67b3e9fc-2cdb-43f2-b1ae-27c07390248e {
  padding-top: 60px;
padding-bottom: 20px;
}
}







#s-67b3e9fc-2cdb-43f2-b1ae-27c07390248e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-67b3e9fc-2cdb-43f2-b1ae-27c07390248e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-234f2d63-13c3-4b18-b093-8bb2efca755a {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 1420px;
}








#s-234f2d63-13c3-4b18-b093-8bb2efca755a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-234f2d63-13c3-4b18-b093-8bb2efca755a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ce6b125b-796c-4960-9f53-9dda8e3816ad {
  padding-left: 15px;
padding-right: 15px;
min-height: 50px;
}








#s-ce6b125b-796c-4960-9f53-9dda8e3816ad > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ce6b125b-796c-4960-9f53-9dda8e3816ad.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f8869c84-c486-4078-8437-3e545066ab12 {
  min-height: 50px;
}








#s-f8869c84-c486-4078-8437-3e545066ab12 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f8869c84-c486-4078-8437-3e545066ab12.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-33d43686-311f-4311-8041-58b063bd06b8 {
  margin-bottom: 40px;
}

#s-f6ae214b-a2bd-4177-a7fd-32b84b7150a9 {
  padding-left: 15px;
padding-right: 15px;
min-height: 50px;
}








#s-f6ae214b-a2bd-4177-a7fd-32b84b7150a9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f6ae214b-a2bd-4177-a7fd-32b84b7150a9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4aa753dc-c6f5-4762-9a10-de04c8cfb7c9 {
  min-height: 50px;
}








#s-4aa753dc-c6f5-4762-9a10-de04c8cfb7c9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4aa753dc-c6f5-4762-9a10-de04c8cfb7c9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-f9c57b55-a4cf-4b5b-acf0-c300e755a5a5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f9c57b55-a4cf-4b5b-acf0-c300e755a5a5"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 40.0px);
}

}

@media (min-width: 992px) {
[id="s-f9c57b55-a4cf-4b5b-acf0-c300e755a5a5"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 40.0px);
}

}

@media (min-width: 1200px) {
[id="s-f9c57b55-a4cf-4b5b-acf0-c300e755a5a5"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 40.0px);
}

}

#s-c33ea691-2dfa-4be9-9ef7-0cb6a91d84bf {
  min-height: 50px;
}








#s-c33ea691-2dfa-4be9-9ef7-0cb6a91d84bf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c33ea691-2dfa-4be9-9ef7-0cb6a91d84bf.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4e7a45ce-53dd-49c2-8fde-4d971739e917 {
  border-radius: 4px;
text-align: center;
}







  #s-4e7a45ce-53dd-49c2-8fde-4d971739e917 img.shogun-image {
    

    
    
    
  }


#s-4e7a45ce-53dd-49c2-8fde-4d971739e917 .shogun-image-content {
  
    align-items: center;
  
}

#s-7c35e599-7b54-4404-9c44-0ffbd7639119 {
  margin-top: 20px;
margin-bottom: 0px;
}

#s-365dad85-9531-474e-a5fd-f60d9783ce6a {
  margin-top: 10px;
margin-bottom: 20px;
}

#s-ab8a0c4e-286b-4eaf-89d2-adb2b2882142 {
  min-height: 50px;
}








#s-ab8a0c4e-286b-4eaf-89d2-adb2b2882142 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ab8a0c4e-286b-4eaf-89d2-adb2b2882142.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1bf41956-d857-496a-80fd-eda7eb760553 {
  border-radius: 4px;
text-align: center;
}







  #s-1bf41956-d857-496a-80fd-eda7eb760553 img.shogun-image {
    

    
    
    
  }


#s-1bf41956-d857-496a-80fd-eda7eb760553 .shogun-image-content {
  
    align-items: center;
  
}

#s-2400901f-bf6f-4670-84b9-4cbb82eaa79f {
  margin-top: 20px;
margin-bottom: 0px;
}

#s-22ddfc65-af80-4a7b-b21f-21da7c756a6b {
  margin-top: 10px;
margin-bottom: 20px;
}

#s-2d23b605-ac38-4f9e-9c6b-47ca80f9041b {
  min-height: 50px;
}








#s-2d23b605-ac38-4f9e-9c6b-47ca80f9041b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2d23b605-ac38-4f9e-9c6b-47ca80f9041b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f1529545-3d95-4168-a136-37378646aac2 {
  border-radius: 4px;
text-align: center;
}







  #s-f1529545-3d95-4168-a136-37378646aac2 img.shogun-image {
    

    
    
    
  }


#s-f1529545-3d95-4168-a136-37378646aac2 .shogun-image-content {
  
    align-items: center;
  
}

#s-345f2fb3-ec4f-449c-836a-d2d0fd67c0c3 {
  margin-top: 20px;
margin-bottom: 0px;
}

#s-57d94f81-951e-4be7-97e1-ceba8145e63e {
  margin-top: 10px;
margin-bottom: 20px;
}

#s-85d0cc00-0017-453a-835c-7e17fa338ce9 {
  padding-top: 80px;
padding-bottom: 80px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-85d0cc00-0017-453a-835c-7e17fa338ce9 {
  padding-top: 60px;
padding-bottom: 40px;
}
}







#s-85d0cc00-0017-453a-835c-7e17fa338ce9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-85d0cc00-0017-453a-835c-7e17fa338ce9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d06cccca-3367-4ee0-a6f3-f71bb0b610b6 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 1420px;
}








#s-d06cccca-3367-4ee0-a6f3-f71bb0b610b6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d06cccca-3367-4ee0-a6f3-f71bb0b610b6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6442dc58-3cce-4920-939e-1124ebfaf0ab {
  padding-left: 15px;
padding-right: 15px;
min-height: 50px;
}








#s-6442dc58-3cce-4920-939e-1124ebfaf0ab > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6442dc58-3cce-4920-939e-1124ebfaf0ab.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b513c01b-5368-461f-af28-8cc9f3506551 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 1100px;
}








#s-b513c01b-5368-461f-af28-8cc9f3506551 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b513c01b-5368-461f-af28-8cc9f3506551.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-da1d48cb-0449-41d7-ac65-00aa560b6fa9 {
  margin-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-2a0809bf-17c4-427f-b383-eac7792c4792"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-2a0809bf-17c4-427f-b383-eac7792c4792"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-2a0809bf-17c4-427f-b383-eac7792c4792"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-2a0809bf-17c4-427f-b383-eac7792c4792"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-520364d7-1097-4ae7-b453-024c4d335d29 {
  margin-bottom: 40px;
min-height: 50px;
}
@media (max-width: 767px){#s-520364d7-1097-4ae7-b453-024c4d335d29 {
  margin-bottom: 20px;
}
}







#s-520364d7-1097-4ae7-b453-024c4d335d29 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-520364d7-1097-4ae7-b453-024c4d335d29.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3ff74e59-6b9d-49d1-9951-b07f0c5f7390 {
  margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
max-width: 100px;
text-align: center;
}







  #s-3ff74e59-6b9d-49d1-9951-b07f0c5f7390 img.shogun-image {
    

    
    
    
  }


#s-3ff74e59-6b9d-49d1-9951-b07f0c5f7390 .shogun-image-content {
  
    align-items: center;
  
}

#s-1a26e00a-9c18-4aff-bdc2-1d1058a1e3a9 {
  margin-bottom: 20px;
}

#s-c88bddde-38e5-4178-a5cf-d4d8d39c3dd0 {
  margin-bottom: 40px;
min-height: 50px;
}
@media (max-width: 767px){#s-c88bddde-38e5-4178-a5cf-d4d8d39c3dd0 {
  margin-bottom: 20px;
}
}







#s-c88bddde-38e5-4178-a5cf-d4d8d39c3dd0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c88bddde-38e5-4178-a5cf-d4d8d39c3dd0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-41f758ac-6c29-4f6b-acf2-5a1faafd58cf {
  margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
max-width: 100px;
text-align: center;
}







  #s-41f758ac-6c29-4f6b-acf2-5a1faafd58cf img.shogun-image {
    

    
    
    
  }


#s-41f758ac-6c29-4f6b-acf2-5a1faafd58cf .shogun-image-content {
  
    align-items: center;
  
}

#s-1dd2e26a-63bf-4e7e-b8f0-378e544fe912 {
  margin-bottom: 20px;
}

#s-115a42ca-ff94-4236-b2dc-5ff934acfcc9 {
  margin-bottom: 40px;
min-height: 50px;
}
@media (max-width: 767px){#s-115a42ca-ff94-4236-b2dc-5ff934acfcc9 {
  margin-bottom: 20px;
}
}







#s-115a42ca-ff94-4236-b2dc-5ff934acfcc9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-115a42ca-ff94-4236-b2dc-5ff934acfcc9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e8f7d1c6-9c5d-4ce7-967a-b6243052541e {
  margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
max-width: 100px;
text-align: center;
}







  #s-e8f7d1c6-9c5d-4ce7-967a-b6243052541e img.shogun-image {
    

    
    
    
  }


#s-e8f7d1c6-9c5d-4ce7-967a-b6243052541e .shogun-image-content {
  
    align-items: center;
  
}

#s-6a66705b-0b06-4403-989b-ec2bd545f04a {
  margin-bottom: 20px;
}

#s-6923cdbf-537c-4320-bf93-be645f18c9e8 {
  min-height: 50px;
}
@media (max-width: 767px){#s-6923cdbf-537c-4320-bf93-be645f18c9e8 {
  margin-bottom: 20px;
}
}







#s-6923cdbf-537c-4320-bf93-be645f18c9e8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6923cdbf-537c-4320-bf93-be645f18c9e8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ffebaaad-1789-4929-bdb9-0ef2bbe1e436 {
  margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
max-width: 100px;
text-align: center;
}







  #s-ffebaaad-1789-4929-bdb9-0ef2bbe1e436 img.shogun-image {
    

    
    
    
  }


#s-ffebaaad-1789-4929-bdb9-0ef2bbe1e436 .shogun-image-content {
  
    align-items: center;
  
}

#s-ab86b7b4-ba72-4cdf-a2ef-7e9da4bfc551 {
  margin-bottom: 20px;
}

#s-9f1a4286-b9ae-4164-8002-0a3909b868d3 {
  padding-top: 60px;
padding-bottom: 60px;
min-height: 50px;
background-color: rgba(71, 118, 59, 1);
}
@media (max-width: 767px){#s-9f1a4286-b9ae-4164-8002-0a3909b868d3 {
  padding-top: 60px;
padding-bottom: 40px;
}
}







#s-9f1a4286-b9ae-4164-8002-0a3909b868d3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9f1a4286-b9ae-4164-8002-0a3909b868d3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d267007d-b709-4e7e-aa44-55129306931c {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 1420px;
}








#s-d267007d-b709-4e7e-aa44-55129306931c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d267007d-b709-4e7e-aa44-55129306931c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-906df313-ac91-4db8-8d9d-80e3f9add853 {
  padding-left: 15px;
padding-right: 15px;
min-height: 50px;
}








#s-906df313-ac91-4db8-8d9d-80e3f9add853 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-906df313-ac91-4db8-8d9d-80e3f9add853.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-950e0eed-1030-4822-991a-97313c1555e4 {
  min-height: 50px;
}

#s-950e0eed-1030-4822-991a-97313c1555e4 {
  background-image: url();
}








#s-950e0eed-1030-4822-991a-97313c1555e4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-950e0eed-1030-4822-991a-97313c1555e4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-404bf4e6-f507-40d1-9a59-f08e72fa2117 {
  margin-bottom: 40px;
}

#s-60ea9aec-89ad-4512-808c-69d7e7810cce {
  margin-left: auto;
margin-right: auto;
max-width: 800px;
}

@media (min-width: 0px) {
[id="s-60ea9aec-89ad-4512-808c-69d7e7810cce"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-60ea9aec-89ad-4512-808c-69d7e7810cce"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-60ea9aec-89ad-4512-808c-69d7e7810cce"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-60ea9aec-89ad-4512-808c-69d7e7810cce"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-60ea9aec-89ad-4512-808c-69d7e7810cce"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-60ea9aec-89ad-4512-808c-69d7e7810cce"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-60ea9aec-89ad-4512-808c-69d7e7810cce"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

#s-e7e41783-835c-4bc3-a5ff-0bf867a98b3b {
  min-height: 50px;
}








#s-e7e41783-835c-4bc3-a5ff-0bf867a98b3b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e7e41783-835c-4bc3-a5ff-0bf867a98b3b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-36800e6e-5a4b-4e3f-ba86-06f0c03bfd4b {
  margin-left: auto;
margin-right: auto;
max-width: 220px;
text-align: center;
}
@media (max-width: 767px){#s-36800e6e-5a4b-4e3f-ba86-06f0c03bfd4b {
  margin-bottom: 40px;
}
}






  #s-36800e6e-5a4b-4e3f-ba86-06f0c03bfd4b img.shogun-image {
    

    
    
    
  }


#s-36800e6e-5a4b-4e3f-ba86-06f0c03bfd4b .shogun-image-content {
  
    align-items: center;
  
}

#s-3d99da25-3ad7-48b5-8f04-c71ae96af20b {
  margin-bottom: 20px;
}

#s-95054998-05de-456b-afe3-ace182ae4cd3 {
  padding-top: 80px;
padding-bottom: 60px;
min-height: 50px;
background-color: rgba(247, 247, 247, 1);
}








#s-95054998-05de-456b-afe3-ace182ae4cd3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-95054998-05de-456b-afe3-ace182ae4cd3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b58a6903-31a2-4cc0-9361-45c77af716fc {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 1420px;
}








#s-b58a6903-31a2-4cc0-9361-45c77af716fc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b58a6903-31a2-4cc0-9361-45c77af716fc.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-780cbd10-1540-4cb2-a2b1-f24b83e63582 {
  padding-left: 15px;
padding-right: 15px;
min-height: 50px;
}








#s-780cbd10-1540-4cb2-a2b1-f24b83e63582 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-780cbd10-1540-4cb2-a2b1-f24b83e63582.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5b43125b-12a1-4575-8da9-d9a890d59e2d {
  min-height: 50px;
}








#s-5b43125b-12a1-4575-8da9-d9a890d59e2d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5b43125b-12a1-4575-8da9-d9a890d59e2d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1ccf0cfe-9ed2-4192-b99a-d96d7a889eeb {
  margin-bottom: 60px;
}

#s-3aeee61b-6214-45af-8475-5af4a185f40f {
  padding-left: 15px;
padding-right: 15px;
min-height: 50px;
}








#s-3aeee61b-6214-45af-8475-5af4a185f40f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3aeee61b-6214-45af-8475-5af4a185f40f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-43943270-03be-41f8-89e9-de5cbde9995b {
  min-height: 50px;
}








#s-43943270-03be-41f8-89e9-de5cbde9995b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-43943270-03be-41f8-89e9-de5cbde9995b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-617bbb89-696c-4850-9acb-1344b51b87b1"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-617bbb89-696c-4850-9acb-1344b51b87b1"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 40.0px);
}

}

@media (min-width: 992px) {
[id="s-617bbb89-696c-4850-9acb-1344b51b87b1"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 40.0px);
}

}

@media (min-width: 1200px) {
[id="s-617bbb89-696c-4850-9acb-1344b51b87b1"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 40.0px);
}

}

#s-a2c74af0-cba5-41b7-a7d5-41988f339303 {
  margin-bottom: 20px;
}

#s-a95f1865-c455-455f-ba3f-b4b752f585f7 {
  margin-bottom: 20px;
}

#s-d9b1a815-f52c-403c-9fa9-989946b00a5c {
  margin-bottom: 20px;
}

#s-4584075a-161e-4869-b60d-a7c17a3b7c36 {
  margin-top: 10px;
padding-top: 18px;
padding-left: 80px;
padding-bottom: 18px;
padding-right: 80px;
border-radius: 50px;
background-color: rgba(253, 244, 106, 1);
text-align: center;
text-decoration: none;
letter-spacing: 2px;
color: rgba(71, 118, 59, 1);
background-image: none;
hover-type: color;
}
#s-4584075a-161e-4869-b60d-a7c17a3b7c36:hover {background-color: rgba(252, 241, 70, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-4584075a-161e-4869-b60d-a7c17a3b7c36:active {background-color: #000000 !important;
text-decoration: none !important;
color: rgba(252, 241, 70, 1) !important;}

  #s-4584075a-161e-4869-b60d-a7c17a3b7c36-root {
    text-align: center;
  }


#s-4584075a-161e-4869-b60d-a7c17a3b7c36.shg-btn {
  color: rgba(71, 118, 59, 1);
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-4584075a-161e-4869-b60d-a7c17a3b7c36-root {
    text-align: center;
  }


#s-4584075a-161e-4869-b60d-a7c17a3b7c36.shg-btn {
  color: rgba(71, 118, 59, 1);
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-4584075a-161e-4869-b60d-a7c17a3b7c36-root {
    text-align: center;
  }


#s-4584075a-161e-4869-b60d-a7c17a3b7c36.shg-btn {
  color: rgba(71, 118, 59, 1);
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-4584075a-161e-4869-b60d-a7c17a3b7c36-root {
    text-align: center;
  }


#s-4584075a-161e-4869-b60d-a7c17a3b7c36.shg-btn {
  color: rgba(71, 118, 59, 1);
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-4584075a-161e-4869-b60d-a7c17a3b7c36-root {
    text-align: center;
  }


#s-4584075a-161e-4869-b60d-a7c17a3b7c36.shg-btn {
  color: rgba(71, 118, 59, 1);
  font-size: 24px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-a78eee8f-d120-4482-a08f-21045eb044bf {
  padding-top: 30px;
padding-bottom: 30px;
min-height: 50px;
}








#s-a78eee8f-d120-4482-a08f-21045eb044bf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a78eee8f-d120-4482-a08f-21045eb044bf.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-dead4f99-a6b0-43a9-a68b-e608720349d0 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 1420px;
}








#s-dead4f99-a6b0-43a9-a68b-e608720349d0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-dead4f99-a6b0-43a9-a68b-e608720349d0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-81649d49-9579-48f0-8d49-9fb7d04226bf {
  padding-left: 15px;
padding-right: 15px;
min-height: 50px;
}








#s-81649d49-9579-48f0-8d49-9fb7d04226bf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-81649d49-9579-48f0-8d49-9fb7d04226bf.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b329e677-c63b-4a53-a35d-f96253ad9ddf {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 960px;
}








#s-b329e677-c63b-4a53-a35d-f96253ad9ddf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b329e677-c63b-4a53-a35d-f96253ad9ddf.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4e0cb117-21e4-4c18-8600-4871b65653b8 {
  padding-top: 80px;
padding-bottom: 60px;
min-height: 50px;
}
@media (max-width: 767px){#s-4e0cb117-21e4-4c18-8600-4871b65653b8 {
  padding-bottom: 0px;
}
}







#s-4e0cb117-21e4-4c18-8600-4871b65653b8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4e0cb117-21e4-4c18-8600-4871b65653b8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d29bc470-7f7b-47db-819c-0de4f53b52c5 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 1420px;
}








#s-d29bc470-7f7b-47db-819c-0de4f53b52c5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d29bc470-7f7b-47db-819c-0de4f53b52c5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-cccf5558-5d72-4d16-997a-a4610a5dc822 {
  padding-left: 15px;
padding-right: 15px;
min-height: 50px;
}








#s-cccf5558-5d72-4d16-997a-a4610a5dc822 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cccf5558-5d72-4d16-997a-a4610a5dc822.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-bda019cc-86cf-4479-a585-b9f3bc67d517 {
  min-height: 50px;
}








#s-bda019cc-86cf-4479-a585-b9f3bc67d517 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bda019cc-86cf-4479-a585-b9f3bc67d517.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-698ad584-fa39-4789-a14d-8718bfeaab38 {
  margin-bottom: 20px;
}

#s-68724647-2234-440c-b30c-11d3c19fae09 {
  padding-left: 15px;
padding-right: 15px;
min-height: 50px;
}








#s-68724647-2234-440c-b30c-11d3c19fae09 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-68724647-2234-440c-b30c-11d3c19fae09.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-bdae61cb-08ab-4c22-89f0-881b6a0285cd {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 960px;
}








#s-bdae61cb-08ab-4c22-89f0-881b6a0285cd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bdae61cb-08ab-4c22-89f0-881b6a0285cd.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d6bdc98e-3f48-42d7-830c-889dadbf5254 {
  margin-bottom: 10px;
}

#s-d6bdc98e-3f48-42d7-830c-889dadbf5254 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-d6bdc98e-3f48-42d7-830c-889dadbf5254 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(247, 247, 247, 1);
  padding: 15px;
}

#s-d6bdc98e-3f48-42d7-830c-889dadbf5254 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(71, 118, 59, 1);
}

#s-d6bdc98e-3f48-42d7-830c-889dadbf5254 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-d6bdc98e-3f48-42d7-830c-889dadbf5254 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(71, 118, 59, 1);
  text-align: left;
  font-family: Montserrat;
  font-weight: 600;
  font-style: ;
  font-size: 20px;
}

#s-d6bdc98e-3f48-42d7-830c-889dadbf5254 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 20px;
}
#s-c442f510-3770-4c8c-9876-830d5e0ba8db {
  margin-top: 15px;
margin-left: 30px;
margin-bottom: 15px;
margin-right: 30px;
}

#s-c8e977f3-569e-4b9d-84e5-f4d6192a701a {
  margin-bottom: 10px;
}

#s-c8e977f3-569e-4b9d-84e5-f4d6192a701a > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-c8e977f3-569e-4b9d-84e5-f4d6192a701a > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(247, 247, 247, 1);
  padding: 15px;
}

#s-c8e977f3-569e-4b9d-84e5-f4d6192a701a > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(71, 118, 59, 1);
}

#s-c8e977f3-569e-4b9d-84e5-f4d6192a701a > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-c8e977f3-569e-4b9d-84e5-f4d6192a701a > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(71, 118, 59, 1);
  text-align: left;
  font-family: Montserrat;
  font-weight: 600;
  font-style: ;
  font-size: 20px;
}

#s-c8e977f3-569e-4b9d-84e5-f4d6192a701a > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 20px;
}
#s-cfbdeb3f-3b22-44ce-90f6-7f2cbad72b04 {
  margin-top: 15px;
margin-left: 30px;
margin-bottom: 15px;
margin-right: 30px;
}

#s-54cfc109-7312-4d6c-94b3-0369093dae97 {
  margin-bottom: 10px;
}

#s-54cfc109-7312-4d6c-94b3-0369093dae97 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-54cfc109-7312-4d6c-94b3-0369093dae97 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(247, 247, 247, 1);
  padding: 15px;
}

#s-54cfc109-7312-4d6c-94b3-0369093dae97 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(71, 118, 59, 1);
}

#s-54cfc109-7312-4d6c-94b3-0369093dae97 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-54cfc109-7312-4d6c-94b3-0369093dae97 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(71, 118, 59, 1);
  text-align: left;
  font-family: Montserrat;
  font-weight: 600;
  font-style: ;
  font-size: 20px;
}

#s-54cfc109-7312-4d6c-94b3-0369093dae97 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 20px;
}
#s-83ed72a6-51fb-44f9-b932-9b2732c7ecf6 {
  margin-top: 15px;
margin-left: 30px;
margin-bottom: 15px;
margin-right: 30px;
}

#s-ace09a27-d7e1-4f29-b0b7-3e84369f71c9 {
  margin-bottom: 10px;
}

#s-ace09a27-d7e1-4f29-b0b7-3e84369f71c9 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-ace09a27-d7e1-4f29-b0b7-3e84369f71c9 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(247, 247, 247, 1);
  padding: 15px;
}

#s-ace09a27-d7e1-4f29-b0b7-3e84369f71c9 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(71, 118, 59, 1);
}

#s-ace09a27-d7e1-4f29-b0b7-3e84369f71c9 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-ace09a27-d7e1-4f29-b0b7-3e84369f71c9 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(71, 118, 59, 1);
  text-align: left;
  font-family: Montserrat;
  font-weight: 600;
  font-style: ;
  font-size: 20px;
}

#s-ace09a27-d7e1-4f29-b0b7-3e84369f71c9 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 20px;
}
#s-6ac938c9-0a1d-4a10-a372-e2d4b5a2ab46 {
  margin-top: 15px;
margin-left: 30px;
margin-bottom: 15px;
margin-right: 30px;
}

#s-7c2da8f4-08a5-44eb-b78b-3f92fc686bb8 {
  margin-bottom: 10px;
}

#s-7c2da8f4-08a5-44eb-b78b-3f92fc686bb8 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-7c2da8f4-08a5-44eb-b78b-3f92fc686bb8 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(247, 247, 247, 1);
  padding: 15px;
}

#s-7c2da8f4-08a5-44eb-b78b-3f92fc686bb8 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(71, 118, 59, 1);
}

#s-7c2da8f4-08a5-44eb-b78b-3f92fc686bb8 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-7c2da8f4-08a5-44eb-b78b-3f92fc686bb8 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(71, 118, 59, 1);
  text-align: left;
  font-family: Montserrat;
  font-weight: 600;
  font-style: ;
  font-size: 20px;
}

#s-7c2da8f4-08a5-44eb-b78b-3f92fc686bb8 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 20px;
}
#s-4ef31a22-cf43-440d-9f5f-7f88221f8813 {
  margin-top: 15px;
margin-left: 30px;
margin-bottom: 15px;
margin-right: 30px;
}

#s-1bea41d4-56a7-42f2-aa76-5bc86038f15c {
  margin-bottom: 10px;
}

#s-1bea41d4-56a7-42f2-aa76-5bc86038f15c > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-1bea41d4-56a7-42f2-aa76-5bc86038f15c > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(247, 247, 247, 1);
  padding: 15px;
}

#s-1bea41d4-56a7-42f2-aa76-5bc86038f15c > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(71, 118, 59, 1);
}

#s-1bea41d4-56a7-42f2-aa76-5bc86038f15c > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-1bea41d4-56a7-42f2-aa76-5bc86038f15c > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(71, 118, 59, 1);
  text-align: left;
  font-family: Montserrat;
  font-weight: 600;
  font-style: ;
  font-size: 20px;
}

#s-1bea41d4-56a7-42f2-aa76-5bc86038f15c > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 20px;
}
#s-44dbbab2-f616-407b-835a-d6168c1a82d0 {
  margin-top: 15px;
margin-left: 30px;
margin-bottom: 15px;
margin-right: 30px;
}

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

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

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

.shogun-root iframe {
  display: initial;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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