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

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

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

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

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

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

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

.shg-box-video-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  z-index: -1;
}

#s-0ea86b7d-2396-488b-8ca9-567c61e9b7f1 {
  min-height: 50px;
}








#s-0ea86b7d-2396-488b-8ca9-567c61e9b7f1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0ea86b7d-2396-488b-8ca9-567c61e9b7f1.shg-box.shg-c {
  justify-content: center;
}

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

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

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

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

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

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

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

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

.shg-sld-nav-button.shg-sld-disabled {
  cursor: default;
  opacity: 0.2;
}

.shg-sld-item {
  display: none;
}

.shg-sld-item.shg-sld-active {
  display: block;
}

.shg-sld-dots {
  margin-top: 10px;
  text-align: center;
}

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

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

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

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

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

  to {
    opacity: 1;
  }
}

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

  to {
    opacity: 1;
  }
}

#s-528e7da1-dde1-4047-9689-76b8351783ed {
  padding-bottom: 10px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-image-content-bottom {
  align-items: flex-end;
}
#s-7b13c75c-c8ae-4b06-a1a4-583bb4f0d1ce {
  text-align: center;
}




  #s-7b13c75c-c8ae-4b06-a1a4-583bb4f0d1ce img.shogun-image {
    
    width: px;
  }


#s-7b13c75c-c8ae-4b06-a1a4-583bb4f0d1ce .shogun-image-content {
  
    align-items: center;
  
}

#s-491c74c9-e433-469d-a439-0f6ad8b01071 {
  min-height: 50px;
}








#s-491c74c9-e433-469d-a439-0f6ad8b01071 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-491c74c9-e433-469d-a439-0f6ad8b01071.shg-box.shg-c {
  justify-content: center;
}

#s-715c86c2-2f9a-44a4-9b3b-ac0990087351 {
  text-align: left;
}




  #s-715c86c2-2f9a-44a4-9b3b-ac0990087351 img.shogun-image {
    
    width: px;
  }


#s-715c86c2-2f9a-44a4-9b3b-ac0990087351 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-b86bf98a-833d-4c2d-b44f-5d4c83691c00 {
  padding-top: 50px;
padding-bottom: 50px;
min-height: 50px;
background-color: rgba(194, 194, 194, 1);
}
@media (min-width: 1200px){#s-b86bf98a-833d-4c2d-b44f-5d4c83691c00 {
  padding-left: 50px;
padding-right: 50px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-b86bf98a-833d-4c2d-b44f-5d4c83691c00 {
  padding-left: 50px;
padding-right: 50px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-b86bf98a-833d-4c2d-b44f-5d4c83691c00 {
  padding-top: 25px;
padding-left: 25px;
padding-bottom: 25px;
padding-right: 25px;
}
}@media (max-width: 767px){#s-b86bf98a-833d-4c2d-b44f-5d4c83691c00 {
  padding-top: 15px;
padding-left: 25px;
padding-bottom: 0px;
padding-right: 25px;
}
}







#s-b86bf98a-833d-4c2d-b44f-5d4c83691c00 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b86bf98a-833d-4c2d-b44f-5d4c83691c00.shg-box.shg-c {
  justify-content: flex-end;
}

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

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

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

@media (min-width: 0px) {
[id="s-ec0819bf-6360-47fb-9830-f9ae6b6be030"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ec0819bf-6360-47fb-9830-f9ae6b6be030"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-ec0819bf-6360-47fb-9830-f9ae6b6be030"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-ec0819bf-6360-47fb-9830-f9ae6b6be030"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-ec0819bf-6360-47fb-9830-f9ae6b6be030"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-ec0819bf-6360-47fb-9830-f9ae6b6be030"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-ec0819bf-6360-47fb-9830-f9ae6b6be030"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-ec0819bf-6360-47fb-9830-f9ae6b6be030"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-ec0819bf-6360-47fb-9830-f9ae6b6be030"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-ec0819bf-6360-47fb-9830-f9ae6b6be030"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-ec0819bf-6360-47fb-9830-f9ae6b6be030"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-ec0819bf-6360-47fb-9830-f9ae6b6be030"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-ec0819bf-6360-47fb-9830-f9ae6b6be030"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-ec0819bf-6360-47fb-9830-f9ae6b6be030"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-ec0819bf-6360-47fb-9830-f9ae6b6be030"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-ec0819bf-6360-47fb-9830-f9ae6b6be030"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-ec0819bf-6360-47fb-9830-f9ae6b6be030"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-ec0819bf-6360-47fb-9830-f9ae6b6be030"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-ec0819bf-6360-47fb-9830-f9ae6b6be030"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-ec0819bf-6360-47fb-9830-f9ae6b6be030"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-ec0819bf-6360-47fb-9830-f9ae6b6be030"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-ec0819bf-6360-47fb-9830-f9ae6b6be030"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-ec0819bf-6360-47fb-9830-f9ae6b6be030"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-ec0819bf-6360-47fb-9830-f9ae6b6be030"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-ec0819bf-6360-47fb-9830-f9ae6b6be030"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-ec0819bf-6360-47fb-9830-f9ae6b6be030"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-ec0819bf-6360-47fb-9830-f9ae6b6be030"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-ec0819bf-6360-47fb-9830-f9ae6b6be030"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-ec0819bf-6360-47fb-9830-f9ae6b6be030"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-ec0819bf-6360-47fb-9830-f9ae6b6be030"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-ec0819bf-6360-47fb-9830-f9ae6b6be030"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-ec0819bf-6360-47fb-9830-f9ae6b6be030"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-ec0819bf-6360-47fb-9830-f9ae6b6be030"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-ec0819bf-6360-47fb-9830-f9ae6b6be030"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-ec0819bf-6360-47fb-9830-f9ae6b6be030"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-ec0819bf-6360-47fb-9830-f9ae6b6be030"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-ec0819bf-6360-47fb-9830-f9ae6b6be030"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 25.0px);
}

}

@media (max-width: 767px) {
  [id="s-ec0819bf-6360-47fb-9830-f9ae6b6be030"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-e00ab855-e345-4000-823c-79a0ca194f10 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
min-height: 50px;
background-color: rgba(170, 170, 170, 1);
}








#s-e00ab855-e345-4000-823c-79a0ca194f10 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e00ab855-e345-4000-823c-79a0ca194f10.shg-box.shg-c {
  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-a224d200-a198-4682-8693-065aaa7c2827 {
  box-shadow:0px 0px 0px 0px ;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (max-width: 767px){#s-a224d200-a198-4682-8693-065aaa7c2827 {
  padding-top: 20px;
padding-bottom: 10px;
text-align: left;
}
}
#s-a224d200-a198-4682-8693-065aaa7c2827 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: 1.1em;
  letter-spacing: ;
  text-align: left;
}


@media (max-width: 767px){#s-a224d200-a198-4682-8693-065aaa7c2827 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: 1.1em;
  letter-spacing: ;
  text-align: left;
}


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

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

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

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

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

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

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

#s-e82f9f35-ee57-4e71-83b7-fa99e0542f39 {
  border-style: solid;
margin-top: 30px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 5px;
background-color: rgba(87, 197, 107, 1);
text-align: left;
text-decoration: none;
}
#s-e82f9f35-ee57-4e71-83b7-fa99e0542f39:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-e82f9f35-ee57-4e71-83b7-fa99e0542f39:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-e82f9f35-ee57-4e71-83b7-fa99e0542f39 {
  border-style: solid;
margin-top: 16px;
margin-bottom: 25px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
background-color: rgba(77, 77, 77, 1);
text-decoration: none;
hover-type: color;
}
#s-e82f9f35-ee57-4e71-83b7-fa99e0542f39:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-e82f9f35-ee57-4e71-83b7-fa99e0542f39:active {background-color: #000000 !important;
text-decoration: none !important;}}

  #s-e82f9f35-ee57-4e71-83b7-fa99e0542f39-btn-wrapper {
    text-align: left;
  }


#s-e82f9f35-ee57-4e71-83b7-fa99e0542f39.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
@media (max-width: 767px){
  #s-e82f9f35-ee57-4e71-83b7-fa99e0542f39-btn-wrapper {
    text-align: left;
  }


#s-e82f9f35-ee57-4e71-83b7-fa99e0542f39.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}
#s-d6c09c3d-386c-4631-92e9-df7d374f9a83 {
  min-height: 50px;
}








#s-d6c09c3d-386c-4631-92e9-df7d374f9a83 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d6c09c3d-386c-4631-92e9-df7d374f9a83.shg-box.shg-c {
  justify-content: flex-end;
}

#s-202637bd-ac94-4a6b-84c2-153e992ad24b {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 4px;
text-align: left;
background-color: rgba(255, 109, 109, 0.7);
}
@media (min-width: 768px) and (max-width: 991px){#s-202637bd-ac94-4a6b-84c2-153e992ad24b {
  border-radius: 4px;
}
}@media (max-width: 767px){#s-202637bd-ac94-4a6b-84c2-153e992ad24b {
  border-style: solid;
margin-left: -25px;
margin-right: -25px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
text-align: right;
background-color: rgba(255, 109, 109, 0.7);
}
}
#s-202637bd-ac94-4a6b-84c2-153e992ad24b .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


@media (max-width: 767px){#s-202637bd-ac94-4a6b-84c2-153e992ad24b .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: right;
}


}
#s-5ff10095-b0dd-429c-bf31-72d920f5d207 {
  min-height: 50px;
}








#s-5ff10095-b0dd-429c-bf31-72d920f5d207 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5ff10095-b0dd-429c-bf31-72d920f5d207.shg-box.shg-c {
  justify-content: center;
}

#s-47007bc7-2925-4c4a-8d55-8e5cc9d91fb0 {
  text-align: right;
}




  #s-47007bc7-2925-4c4a-8d55-8e5cc9d91fb0 img.shogun-image {
    
    width: px;
  }


#s-47007bc7-2925-4c4a-8d55-8e5cc9d91fb0 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-52c907bd-0579-422f-a2be-f1c7e5084382 {
  padding-top: 50px;
padding-bottom: 50px;
min-height: 50px;
background-color: rgba(194, 194, 194, 1);
}
@media (min-width: 1200px){#s-52c907bd-0579-422f-a2be-f1c7e5084382 {
  padding-left: 50px;
padding-right: 50px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-52c907bd-0579-422f-a2be-f1c7e5084382 {
  padding-left: 50px;
padding-right: 50px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-52c907bd-0579-422f-a2be-f1c7e5084382 {
  padding-top: 25px;
padding-left: 25px;
padding-bottom: 25px;
padding-right: 25px;
}
}@media (max-width: 767px){#s-52c907bd-0579-422f-a2be-f1c7e5084382 {
  padding-top: 15px;
padding-left: 25px;
padding-bottom: 0px;
padding-right: 25px;
}
}







#s-52c907bd-0579-422f-a2be-f1c7e5084382 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-52c907bd-0579-422f-a2be-f1c7e5084382.shg-box.shg-c {
  justify-content: flex-end;
}

@media (min-width: 0px) {
[id="s-b1fe54ae-e020-4df6-afad-a7a3168872a8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b1fe54ae-e020-4df6-afad-a7a3168872a8"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-b1fe54ae-e020-4df6-afad-a7a3168872a8"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-b1fe54ae-e020-4df6-afad-a7a3168872a8"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-b1fe54ae-e020-4df6-afad-a7a3168872a8"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-b1fe54ae-e020-4df6-afad-a7a3168872a8"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-b1fe54ae-e020-4df6-afad-a7a3168872a8"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-b1fe54ae-e020-4df6-afad-a7a3168872a8"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-b1fe54ae-e020-4df6-afad-a7a3168872a8"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-b1fe54ae-e020-4df6-afad-a7a3168872a8"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-b1fe54ae-e020-4df6-afad-a7a3168872a8"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-b1fe54ae-e020-4df6-afad-a7a3168872a8"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-b1fe54ae-e020-4df6-afad-a7a3168872a8"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-b1fe54ae-e020-4df6-afad-a7a3168872a8"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-b1fe54ae-e020-4df6-afad-a7a3168872a8"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-b1fe54ae-e020-4df6-afad-a7a3168872a8"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-b1fe54ae-e020-4df6-afad-a7a3168872a8"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-b1fe54ae-e020-4df6-afad-a7a3168872a8"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-b1fe54ae-e020-4df6-afad-a7a3168872a8"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-b1fe54ae-e020-4df6-afad-a7a3168872a8"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-b1fe54ae-e020-4df6-afad-a7a3168872a8"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-b1fe54ae-e020-4df6-afad-a7a3168872a8"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-b1fe54ae-e020-4df6-afad-a7a3168872a8"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-b1fe54ae-e020-4df6-afad-a7a3168872a8"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-b1fe54ae-e020-4df6-afad-a7a3168872a8"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-b1fe54ae-e020-4df6-afad-a7a3168872a8"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-b1fe54ae-e020-4df6-afad-a7a3168872a8"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-b1fe54ae-e020-4df6-afad-a7a3168872a8"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-b1fe54ae-e020-4df6-afad-a7a3168872a8"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-b1fe54ae-e020-4df6-afad-a7a3168872a8"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-b1fe54ae-e020-4df6-afad-a7a3168872a8"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-b1fe54ae-e020-4df6-afad-a7a3168872a8"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-b1fe54ae-e020-4df6-afad-a7a3168872a8"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-b1fe54ae-e020-4df6-afad-a7a3168872a8"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-b1fe54ae-e020-4df6-afad-a7a3168872a8"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-b1fe54ae-e020-4df6-afad-a7a3168872a8"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-b1fe54ae-e020-4df6-afad-a7a3168872a8"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 25.0px);
}

}

@media (max-width: 767px) {
  [id="s-b1fe54ae-e020-4df6-afad-a7a3168872a8"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-48b88cfb-f721-4b31-a581-f450f3d761fe {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
min-height: 50px;
background-color: rgba(170, 170, 170, 1);
}








#s-48b88cfb-f721-4b31-a581-f450f3d761fe > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-48b88cfb-f721-4b31-a581-f450f3d761fe.shg-box.shg-c {
  justify-content: flex-start;
}

#s-be11193b-0e40-4c10-ab3c-f187e6dad850 {
  box-shadow:0px 0px 0px 0px ;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (max-width: 767px){#s-be11193b-0e40-4c10-ab3c-f187e6dad850 {
  padding-top: 20px;
padding-bottom: 10px;
text-align: left;
}
}
#s-be11193b-0e40-4c10-ab3c-f187e6dad850 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: 1.1em;
  letter-spacing: ;
  text-align: left;
}


@media (max-width: 767px){#s-be11193b-0e40-4c10-ab3c-f187e6dad850 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: 1.1em;
  letter-spacing: ;
  text-align: left;
}


}
#s-258abc0d-ffc8-4af9-9317-88cde39014da {
  border-style: solid;
margin-top: 30px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 5px;
background-color: rgba(255, 109, 109, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-258abc0d-ffc8-4af9-9317-88cde39014da:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-258abc0d-ffc8-4af9-9317-88cde39014da:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-258abc0d-ffc8-4af9-9317-88cde39014da {
  border-style: solid;
margin-top: 16px;
margin-bottom: 25px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
text-decoration: none;
}
#s-258abc0d-ffc8-4af9-9317-88cde39014da:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-258abc0d-ffc8-4af9-9317-88cde39014da:active {background-color: #000000 !important;
text-decoration: none !important;}}

  #s-258abc0d-ffc8-4af9-9317-88cde39014da-btn-wrapper {
    text-align: left;
  }


#s-258abc0d-ffc8-4af9-9317-88cde39014da.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
@media (max-width: 767px){
  #s-258abc0d-ffc8-4af9-9317-88cde39014da-btn-wrapper {
    text-align: left;
  }


#s-258abc0d-ffc8-4af9-9317-88cde39014da.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}
#s-c0f0886b-a1fc-46cd-9632-581dc1ebe183 {
  min-height: 50px;
}








#s-c0f0886b-a1fc-46cd-9632-581dc1ebe183 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c0f0886b-a1fc-46cd-9632-581dc1ebe183.shg-box.shg-c {
  justify-content: flex-end;
}

#s-7c6d1cf9-660b-455a-95b2-b899b462e535 {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 4px;
text-align: left;
background-color: rgba(255, 109, 109, 0.7);
}
@media (min-width: 768px) and (max-width: 991px){#s-7c6d1cf9-660b-455a-95b2-b899b462e535 {
  border-radius: 4px;
}
}@media (max-width: 767px){#s-7c6d1cf9-660b-455a-95b2-b899b462e535 {
  border-style: solid;
margin-left: -25px;
margin-right: -25px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
text-align: right;
background-color: rgba(255, 109, 109, 0.7);
}
}
#s-7c6d1cf9-660b-455a-95b2-b899b462e535 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


@media (max-width: 767px){#s-7c6d1cf9-660b-455a-95b2-b899b462e535 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: right;
}


}
#s-64c9c3bd-41da-4667-a399-ae3baa5f64de {
  min-height: 50px;
}








#s-64c9c3bd-41da-4667-a399-ae3baa5f64de > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-64c9c3bd-41da-4667-a399-ae3baa5f64de.shg-box.shg-c {
  justify-content: center;
}

#s-593382a0-e44b-4c8b-8d96-2f0992100bfd {
  text-align: left;
}




  #s-593382a0-e44b-4c8b-8d96-2f0992100bfd img.shogun-image {
    
    width: px;
  }


#s-593382a0-e44b-4c8b-8d96-2f0992100bfd .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-b6295417-c161-4d9b-bf38-73f1f748228b {
  padding-top: 50px;
padding-bottom: 50px;
min-height: 50px;
background-color: rgba(194, 194, 194, 1);
}
@media (min-width: 1200px){#s-b6295417-c161-4d9b-bf38-73f1f748228b {
  padding-left: 50px;
padding-right: 50px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-b6295417-c161-4d9b-bf38-73f1f748228b {
  padding-left: 50px;
padding-right: 50px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-b6295417-c161-4d9b-bf38-73f1f748228b {
  padding-top: 25px;
padding-left: 25px;
padding-bottom: 25px;
padding-right: 25px;
}
}@media (max-width: 767px){#s-b6295417-c161-4d9b-bf38-73f1f748228b {
  padding-top: 15px;
padding-left: 25px;
padding-bottom: 0px;
padding-right: 25px;
}
}







#s-b6295417-c161-4d9b-bf38-73f1f748228b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b6295417-c161-4d9b-bf38-73f1f748228b.shg-box.shg-c {
  justify-content: flex-end;
}

@media (min-width: 0px) {
[id="s-bc46906f-5d11-42ee-9c08-b09f3111a47b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-bc46906f-5d11-42ee-9c08-b09f3111a47b"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-bc46906f-5d11-42ee-9c08-b09f3111a47b"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-bc46906f-5d11-42ee-9c08-b09f3111a47b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-bc46906f-5d11-42ee-9c08-b09f3111a47b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-bc46906f-5d11-42ee-9c08-b09f3111a47b"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-bc46906f-5d11-42ee-9c08-b09f3111a47b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-bc46906f-5d11-42ee-9c08-b09f3111a47b"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-bc46906f-5d11-42ee-9c08-b09f3111a47b"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-bc46906f-5d11-42ee-9c08-b09f3111a47b"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-bc46906f-5d11-42ee-9c08-b09f3111a47b"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-bc46906f-5d11-42ee-9c08-b09f3111a47b"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-bc46906f-5d11-42ee-9c08-b09f3111a47b"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-bc46906f-5d11-42ee-9c08-b09f3111a47b"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-bc46906f-5d11-42ee-9c08-b09f3111a47b"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-bc46906f-5d11-42ee-9c08-b09f3111a47b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-bc46906f-5d11-42ee-9c08-b09f3111a47b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-bc46906f-5d11-42ee-9c08-b09f3111a47b"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-bc46906f-5d11-42ee-9c08-b09f3111a47b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-bc46906f-5d11-42ee-9c08-b09f3111a47b"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-bc46906f-5d11-42ee-9c08-b09f3111a47b"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-bc46906f-5d11-42ee-9c08-b09f3111a47b"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-bc46906f-5d11-42ee-9c08-b09f3111a47b"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-bc46906f-5d11-42ee-9c08-b09f3111a47b"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-bc46906f-5d11-42ee-9c08-b09f3111a47b"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-bc46906f-5d11-42ee-9c08-b09f3111a47b"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-bc46906f-5d11-42ee-9c08-b09f3111a47b"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-bc46906f-5d11-42ee-9c08-b09f3111a47b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-bc46906f-5d11-42ee-9c08-b09f3111a47b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-bc46906f-5d11-42ee-9c08-b09f3111a47b"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-bc46906f-5d11-42ee-9c08-b09f3111a47b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-bc46906f-5d11-42ee-9c08-b09f3111a47b"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-bc46906f-5d11-42ee-9c08-b09f3111a47b"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-bc46906f-5d11-42ee-9c08-b09f3111a47b"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-bc46906f-5d11-42ee-9c08-b09f3111a47b"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-bc46906f-5d11-42ee-9c08-b09f3111a47b"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-bc46906f-5d11-42ee-9c08-b09f3111a47b"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 25.0px);
}

}

@media (max-width: 767px) {
  [id="s-bc46906f-5d11-42ee-9c08-b09f3111a47b"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-47b7535c-12d3-4704-8829-e9824a3f7a93 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
min-height: 50px;
background-color: rgba(170, 170, 170, 1);
}








#s-47b7535c-12d3-4704-8829-e9824a3f7a93 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-47b7535c-12d3-4704-8829-e9824a3f7a93.shg-box.shg-c {
  justify-content: flex-start;
}

#s-940edf09-431c-470e-90fc-d18e05ac090e {
  box-shadow:0px 0px 0px 0px ;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (max-width: 767px){#s-940edf09-431c-470e-90fc-d18e05ac090e {
  padding-top: 20px;
padding-bottom: 10px;
text-align: left;
}
}
#s-940edf09-431c-470e-90fc-d18e05ac090e .shogun-heading-component h2 {
  color: rgba(77, 77, 77, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: 1.1em;
  letter-spacing: ;
  text-align: left;
}


@media (max-width: 767px){#s-940edf09-431c-470e-90fc-d18e05ac090e .shogun-heading-component h2 {
  color: rgba(77, 77, 77, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: 1.1em;
  letter-spacing: ;
  text-align: left;
}


}
#s-d0d0f088-eda3-4fe8-8bdb-e3faad80fc3e {
  border-style: solid;
margin-top: 30px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 5px;
background-color: rgba(87, 197, 107, 1);
text-align: left;
text-decoration: none;
}
#s-d0d0f088-eda3-4fe8-8bdb-e3faad80fc3e:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-d0d0f088-eda3-4fe8-8bdb-e3faad80fc3e:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-d0d0f088-eda3-4fe8-8bdb-e3faad80fc3e {
  border-style: solid;
margin-top: 16px;
margin-bottom: 25px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
background-color: rgba(77, 77, 77, 1);
text-decoration: none;
hover-type: color;
}
#s-d0d0f088-eda3-4fe8-8bdb-e3faad80fc3e:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-d0d0f088-eda3-4fe8-8bdb-e3faad80fc3e:active {background-color: #000000 !important;
text-decoration: none !important;}}

  #s-d0d0f088-eda3-4fe8-8bdb-e3faad80fc3e-btn-wrapper {
    text-align: left;
  }


#s-d0d0f088-eda3-4fe8-8bdb-e3faad80fc3e.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
@media (max-width: 767px){
  #s-d0d0f088-eda3-4fe8-8bdb-e3faad80fc3e-btn-wrapper {
    text-align: left;
  }


#s-d0d0f088-eda3-4fe8-8bdb-e3faad80fc3e.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}
#s-057ed4f8-a85e-47fb-b2e0-71a421c65d10 {
  min-height: 50px;
}








#s-057ed4f8-a85e-47fb-b2e0-71a421c65d10 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-057ed4f8-a85e-47fb-b2e0-71a421c65d10.shg-box.shg-c {
  justify-content: flex-end;
}

#s-7a8bf1e7-ec70-4087-869a-162f6f2501a2 {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 4px;
text-align: left;
background-color: rgba(255, 109, 109, 0.7);
}
@media (min-width: 768px) and (max-width: 991px){#s-7a8bf1e7-ec70-4087-869a-162f6f2501a2 {
  border-radius: 4px;
}
}@media (max-width: 767px){#s-7a8bf1e7-ec70-4087-869a-162f6f2501a2 {
  border-style: solid;
margin-left: -25px;
margin-right: -25px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
text-align: right;
background-color: rgba(255, 109, 109, 0.7);
}
}
#s-7a8bf1e7-ec70-4087-869a-162f6f2501a2 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


@media (max-width: 767px){#s-7a8bf1e7-ec70-4087-869a-162f6f2501a2 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: right;
}


}
#s-e0cf422e-f6d2-43b3-b29c-f2c93083a67a {
  min-height: 50px;
}








#s-e0cf422e-f6d2-43b3-b29c-f2c93083a67a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e0cf422e-f6d2-43b3-b29c-f2c93083a67a.shg-box.shg-c {
  justify-content: center;
}

#s-269a9203-54a1-41b5-ae95-9bc426b9cadb {
  text-align: right;
}




  #s-269a9203-54a1-41b5-ae95-9bc426b9cadb img.shogun-image {
    
    width: px;
  }


#s-269a9203-54a1-41b5-ae95-9bc426b9cadb .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-2b4c94b4-3fd0-4519-9276-2896c0f1df7a {
  padding-top: 50px;
padding-bottom: 50px;
min-height: 50px;
background-color: rgba(194, 194, 194, 1);
}
@media (min-width: 1200px){#s-2b4c94b4-3fd0-4519-9276-2896c0f1df7a {
  padding-left: 50px;
padding-right: 50px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-2b4c94b4-3fd0-4519-9276-2896c0f1df7a {
  padding-left: 50px;
padding-right: 50px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-2b4c94b4-3fd0-4519-9276-2896c0f1df7a {
  padding-top: 25px;
padding-left: 25px;
padding-bottom: 25px;
padding-right: 25px;
}
}@media (max-width: 767px){#s-2b4c94b4-3fd0-4519-9276-2896c0f1df7a {
  padding-top: 15px;
padding-left: 25px;
padding-bottom: 0px;
padding-right: 25px;
}
}







#s-2b4c94b4-3fd0-4519-9276-2896c0f1df7a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2b4c94b4-3fd0-4519-9276-2896c0f1df7a.shg-box.shg-c {
  justify-content: flex-end;
}

@media (min-width: 0px) {
[id="s-790bdf0b-84ce-4b3b-af62-86ae7e2ae049"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-790bdf0b-84ce-4b3b-af62-86ae7e2ae049"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-790bdf0b-84ce-4b3b-af62-86ae7e2ae049"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-790bdf0b-84ce-4b3b-af62-86ae7e2ae049"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-790bdf0b-84ce-4b3b-af62-86ae7e2ae049"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-790bdf0b-84ce-4b3b-af62-86ae7e2ae049"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-790bdf0b-84ce-4b3b-af62-86ae7e2ae049"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-790bdf0b-84ce-4b3b-af62-86ae7e2ae049"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-790bdf0b-84ce-4b3b-af62-86ae7e2ae049"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-790bdf0b-84ce-4b3b-af62-86ae7e2ae049"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-790bdf0b-84ce-4b3b-af62-86ae7e2ae049"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-790bdf0b-84ce-4b3b-af62-86ae7e2ae049"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-790bdf0b-84ce-4b3b-af62-86ae7e2ae049"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-790bdf0b-84ce-4b3b-af62-86ae7e2ae049"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-790bdf0b-84ce-4b3b-af62-86ae7e2ae049"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-790bdf0b-84ce-4b3b-af62-86ae7e2ae049"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-790bdf0b-84ce-4b3b-af62-86ae7e2ae049"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-790bdf0b-84ce-4b3b-af62-86ae7e2ae049"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-790bdf0b-84ce-4b3b-af62-86ae7e2ae049"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-790bdf0b-84ce-4b3b-af62-86ae7e2ae049"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-790bdf0b-84ce-4b3b-af62-86ae7e2ae049"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-790bdf0b-84ce-4b3b-af62-86ae7e2ae049"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-790bdf0b-84ce-4b3b-af62-86ae7e2ae049"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-790bdf0b-84ce-4b3b-af62-86ae7e2ae049"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-790bdf0b-84ce-4b3b-af62-86ae7e2ae049"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-790bdf0b-84ce-4b3b-af62-86ae7e2ae049"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-790bdf0b-84ce-4b3b-af62-86ae7e2ae049"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-790bdf0b-84ce-4b3b-af62-86ae7e2ae049"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-790bdf0b-84ce-4b3b-af62-86ae7e2ae049"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-790bdf0b-84ce-4b3b-af62-86ae7e2ae049"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-790bdf0b-84ce-4b3b-af62-86ae7e2ae049"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-790bdf0b-84ce-4b3b-af62-86ae7e2ae049"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-790bdf0b-84ce-4b3b-af62-86ae7e2ae049"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-790bdf0b-84ce-4b3b-af62-86ae7e2ae049"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-790bdf0b-84ce-4b3b-af62-86ae7e2ae049"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-790bdf0b-84ce-4b3b-af62-86ae7e2ae049"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-790bdf0b-84ce-4b3b-af62-86ae7e2ae049"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 25.0px);
}

}

@media (max-width: 767px) {
  [id="s-790bdf0b-84ce-4b3b-af62-86ae7e2ae049"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-d55f8c58-29a3-4638-a1ff-406cbba75b42 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
min-height: 50px;
background-color: rgba(170, 170, 170, 1);
}








#s-d55f8c58-29a3-4638-a1ff-406cbba75b42 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d55f8c58-29a3-4638-a1ff-406cbba75b42.shg-box.shg-c {
  justify-content: flex-start;
}

#s-41bc8554-d971-4372-bae8-d32a91393ffd {
  box-shadow:0px 0px 0px 0px ;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (max-width: 767px){#s-41bc8554-d971-4372-bae8-d32a91393ffd {
  padding-top: 20px;
padding-bottom: 10px;
text-align: left;
}
}
#s-41bc8554-d971-4372-bae8-d32a91393ffd .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: 1.1em;
  letter-spacing: ;
  text-align: left;
}


@media (max-width: 767px){#s-41bc8554-d971-4372-bae8-d32a91393ffd .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: 1.1em;
  letter-spacing: ;
  text-align: left;
}


}
#s-8e10047c-caf0-4489-9a08-335a87b38cc3 {
  border-style: solid;
margin-top: 30px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 5px;
background-color: rgba(255, 109, 109, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-8e10047c-caf0-4489-9a08-335a87b38cc3:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-8e10047c-caf0-4489-9a08-335a87b38cc3:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-8e10047c-caf0-4489-9a08-335a87b38cc3 {
  border-style: solid;
margin-top: 16px;
margin-bottom: 25px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
text-decoration: none;
}
#s-8e10047c-caf0-4489-9a08-335a87b38cc3:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-8e10047c-caf0-4489-9a08-335a87b38cc3:active {background-color: #000000 !important;
text-decoration: none !important;}}

  #s-8e10047c-caf0-4489-9a08-335a87b38cc3-btn-wrapper {
    text-align: left;
  }


#s-8e10047c-caf0-4489-9a08-335a87b38cc3.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
@media (max-width: 767px){
  #s-8e10047c-caf0-4489-9a08-335a87b38cc3-btn-wrapper {
    text-align: left;
  }


#s-8e10047c-caf0-4489-9a08-335a87b38cc3.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}
#s-ae113b90-84e6-4596-bbf4-61dc32921d5b {
  min-height: 50px;
}








#s-ae113b90-84e6-4596-bbf4-61dc32921d5b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ae113b90-84e6-4596-bbf4-61dc32921d5b.shg-box.shg-c {
  justify-content: flex-end;
}

#s-cb9bb9ef-360f-4951-b17e-0ebedf0b8da1 {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 4px;
text-align: left;
background-color: rgba(255, 109, 109, 0.7);
}
@media (min-width: 768px) and (max-width: 991px){#s-cb9bb9ef-360f-4951-b17e-0ebedf0b8da1 {
  border-radius: 4px;
}
}@media (max-width: 767px){#s-cb9bb9ef-360f-4951-b17e-0ebedf0b8da1 {
  border-style: solid;
margin-left: -25px;
margin-right: -25px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
text-align: right;
background-color: rgba(255, 109, 109, 0.7);
}
}
#s-cb9bb9ef-360f-4951-b17e-0ebedf0b8da1 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


@media (max-width: 767px){#s-cb9bb9ef-360f-4951-b17e-0ebedf0b8da1 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: right;
}


}
#s-f32abb26-345e-4e4e-ad06-819cd4338c56 {
  min-height: 50px;
}








#s-f32abb26-345e-4e4e-ad06-819cd4338c56 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f32abb26-345e-4e4e-ad06-819cd4338c56.shg-box.shg-c {
  justify-content: center;
}

#s-e921c8e5-c2cd-4f6f-903f-02fd0d9c3be7 {
  text-align: left;
}




  #s-e921c8e5-c2cd-4f6f-903f-02fd0d9c3be7 img.shogun-image {
    
    width: px;
  }


#s-e921c8e5-c2cd-4f6f-903f-02fd0d9c3be7 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-cdb70ef8-5390-4c7d-9d35-4a11133df805 {
  padding-top: 50px;
padding-bottom: 50px;
min-height: 50px;
background-color: rgba(194, 194, 194, 1);
}
@media (min-width: 1200px){#s-cdb70ef8-5390-4c7d-9d35-4a11133df805 {
  padding-left: 50px;
padding-right: 50px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-cdb70ef8-5390-4c7d-9d35-4a11133df805 {
  padding-left: 50px;
padding-right: 50px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-cdb70ef8-5390-4c7d-9d35-4a11133df805 {
  padding-top: 25px;
padding-left: 25px;
padding-bottom: 25px;
padding-right: 25px;
}
}@media (max-width: 767px){#s-cdb70ef8-5390-4c7d-9d35-4a11133df805 {
  padding-top: 15px;
padding-left: 25px;
padding-bottom: 0px;
padding-right: 25px;
}
}







#s-cdb70ef8-5390-4c7d-9d35-4a11133df805 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cdb70ef8-5390-4c7d-9d35-4a11133df805.shg-box.shg-c {
  justify-content: flex-end;
}

@media (min-width: 0px) {
[id="s-7a9528e5-163e-4703-984e-6381bcb2f125"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7a9528e5-163e-4703-984e-6381bcb2f125"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-7a9528e5-163e-4703-984e-6381bcb2f125"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-7a9528e5-163e-4703-984e-6381bcb2f125"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-7a9528e5-163e-4703-984e-6381bcb2f125"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-7a9528e5-163e-4703-984e-6381bcb2f125"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-7a9528e5-163e-4703-984e-6381bcb2f125"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-7a9528e5-163e-4703-984e-6381bcb2f125"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-7a9528e5-163e-4703-984e-6381bcb2f125"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-7a9528e5-163e-4703-984e-6381bcb2f125"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-7a9528e5-163e-4703-984e-6381bcb2f125"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-7a9528e5-163e-4703-984e-6381bcb2f125"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-7a9528e5-163e-4703-984e-6381bcb2f125"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-7a9528e5-163e-4703-984e-6381bcb2f125"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-7a9528e5-163e-4703-984e-6381bcb2f125"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-7a9528e5-163e-4703-984e-6381bcb2f125"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-7a9528e5-163e-4703-984e-6381bcb2f125"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-7a9528e5-163e-4703-984e-6381bcb2f125"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-7a9528e5-163e-4703-984e-6381bcb2f125"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-7a9528e5-163e-4703-984e-6381bcb2f125"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-7a9528e5-163e-4703-984e-6381bcb2f125"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-7a9528e5-163e-4703-984e-6381bcb2f125"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-7a9528e5-163e-4703-984e-6381bcb2f125"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-7a9528e5-163e-4703-984e-6381bcb2f125"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-7a9528e5-163e-4703-984e-6381bcb2f125"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-7a9528e5-163e-4703-984e-6381bcb2f125"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-7a9528e5-163e-4703-984e-6381bcb2f125"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-7a9528e5-163e-4703-984e-6381bcb2f125"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-7a9528e5-163e-4703-984e-6381bcb2f125"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-7a9528e5-163e-4703-984e-6381bcb2f125"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-7a9528e5-163e-4703-984e-6381bcb2f125"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-7a9528e5-163e-4703-984e-6381bcb2f125"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-7a9528e5-163e-4703-984e-6381bcb2f125"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-7a9528e5-163e-4703-984e-6381bcb2f125"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-7a9528e5-163e-4703-984e-6381bcb2f125"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-7a9528e5-163e-4703-984e-6381bcb2f125"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-7a9528e5-163e-4703-984e-6381bcb2f125"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 25.0px);
}

}

@media (max-width: 767px) {
  [id="s-7a9528e5-163e-4703-984e-6381bcb2f125"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-cdcaeb25-ee8c-4948-8bea-7e3c2a6c37ac {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
min-height: 50px;
background-color: rgba(170, 170, 170, 1);
}








#s-cdcaeb25-ee8c-4948-8bea-7e3c2a6c37ac > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cdcaeb25-ee8c-4948-8bea-7e3c2a6c37ac.shg-box.shg-c {
  justify-content: flex-end;
}

#s-b9d0148e-9466-4813-83b4-934cfb0ce74e {
  box-shadow:0px 0px 0px 0px ;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (max-width: 767px){#s-b9d0148e-9466-4813-83b4-934cfb0ce74e {
  padding-top: 20px;
padding-bottom: 10px;
text-align: left;
}
}
#s-b9d0148e-9466-4813-83b4-934cfb0ce74e .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: 1.1em;
  letter-spacing: ;
  text-align: left;
}


@media (max-width: 767px){#s-b9d0148e-9466-4813-83b4-934cfb0ce74e .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: 1.1em;
  letter-spacing: ;
  text-align: left;
}


}
#s-534025f5-9bff-4ca0-adf3-ef046aa2e303 {
  border-style: solid;
margin-top: 30px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 5px;
background-color: rgba(87, 197, 107, 1);
text-align: left;
text-decoration: none;
}
#s-534025f5-9bff-4ca0-adf3-ef046aa2e303:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-534025f5-9bff-4ca0-adf3-ef046aa2e303:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-534025f5-9bff-4ca0-adf3-ef046aa2e303 {
  border-style: solid;
margin-top: 16px;
margin-bottom: 25px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
background-color: rgba(77, 77, 77, 1);
text-decoration: none;
hover-type: color;
}
#s-534025f5-9bff-4ca0-adf3-ef046aa2e303:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-534025f5-9bff-4ca0-adf3-ef046aa2e303:active {background-color: #000000 !important;
text-decoration: none !important;}}

  #s-534025f5-9bff-4ca0-adf3-ef046aa2e303-btn-wrapper {
    text-align: left;
  }


#s-534025f5-9bff-4ca0-adf3-ef046aa2e303.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
@media (max-width: 767px){
  #s-534025f5-9bff-4ca0-adf3-ef046aa2e303-btn-wrapper {
    text-align: left;
  }


#s-534025f5-9bff-4ca0-adf3-ef046aa2e303.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}
#s-e2819b99-0cd0-41e3-b72a-33f77e26961f {
  min-height: 50px;
}








#s-e2819b99-0cd0-41e3-b72a-33f77e26961f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e2819b99-0cd0-41e3-b72a-33f77e26961f.shg-box.shg-c {
  justify-content: flex-end;
}

#s-59837fb1-d4c9-4b10-856e-8569cbdcff63 {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 4px;
text-align: left;
background-color: rgba(255, 109, 109, 0.7);
}
@media (min-width: 768px) and (max-width: 991px){#s-59837fb1-d4c9-4b10-856e-8569cbdcff63 {
  border-radius: 4px;
}
}@media (max-width: 767px){#s-59837fb1-d4c9-4b10-856e-8569cbdcff63 {
  border-style: solid;
margin-left: -25px;
margin-right: -25px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
text-align: right;
background-color: rgba(255, 109, 109, 0.7);
}
}
#s-59837fb1-d4c9-4b10-856e-8569cbdcff63 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


@media (max-width: 767px){#s-59837fb1-d4c9-4b10-856e-8569cbdcff63 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: right;
}


}
#s-f7d47023-c72c-4bdf-885c-f87907376354 {
  min-height: 50px;
}








#s-f7d47023-c72c-4bdf-885c-f87907376354 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f7d47023-c72c-4bdf-885c-f87907376354.shg-box.shg-c {
  justify-content: center;
}

#s-8d746e5b-8413-4a2e-8a73-0e4ef5e7783b {
  text-align: right;
}




  #s-8d746e5b-8413-4a2e-8a73-0e4ef5e7783b img.shogun-image {
    
    width: px;
  }


#s-8d746e5b-8413-4a2e-8a73-0e4ef5e7783b .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-aeb7dfae-1bcd-4d9e-97a2-eae43984a724 {
  padding-top: 50px;
padding-bottom: 50px;
min-height: 50px;
background-color: rgba(194, 194, 194, 1);
}
@media (min-width: 1200px){#s-aeb7dfae-1bcd-4d9e-97a2-eae43984a724 {
  padding-left: 50px;
padding-right: 50px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-aeb7dfae-1bcd-4d9e-97a2-eae43984a724 {
  padding-left: 50px;
padding-right: 50px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-aeb7dfae-1bcd-4d9e-97a2-eae43984a724 {
  padding-top: 25px;
padding-left: 25px;
padding-bottom: 25px;
padding-right: 25px;
}
}@media (max-width: 767px){#s-aeb7dfae-1bcd-4d9e-97a2-eae43984a724 {
  padding-top: 15px;
padding-left: 25px;
padding-bottom: 0px;
padding-right: 25px;
}
}







#s-aeb7dfae-1bcd-4d9e-97a2-eae43984a724 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-aeb7dfae-1bcd-4d9e-97a2-eae43984a724.shg-box.shg-c {
  justify-content: flex-end;
}

@media (min-width: 0px) {
[id="s-fba028a3-d384-450f-840b-f9b5c86c195e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-fba028a3-d384-450f-840b-f9b5c86c195e"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-fba028a3-d384-450f-840b-f9b5c86c195e"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-fba028a3-d384-450f-840b-f9b5c86c195e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-fba028a3-d384-450f-840b-f9b5c86c195e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-fba028a3-d384-450f-840b-f9b5c86c195e"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-fba028a3-d384-450f-840b-f9b5c86c195e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-fba028a3-d384-450f-840b-f9b5c86c195e"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-fba028a3-d384-450f-840b-f9b5c86c195e"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-fba028a3-d384-450f-840b-f9b5c86c195e"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-fba028a3-d384-450f-840b-f9b5c86c195e"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-fba028a3-d384-450f-840b-f9b5c86c195e"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-fba028a3-d384-450f-840b-f9b5c86c195e"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-fba028a3-d384-450f-840b-f9b5c86c195e"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-fba028a3-d384-450f-840b-f9b5c86c195e"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-fba028a3-d384-450f-840b-f9b5c86c195e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-fba028a3-d384-450f-840b-f9b5c86c195e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-fba028a3-d384-450f-840b-f9b5c86c195e"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-fba028a3-d384-450f-840b-f9b5c86c195e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-fba028a3-d384-450f-840b-f9b5c86c195e"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-fba028a3-d384-450f-840b-f9b5c86c195e"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-fba028a3-d384-450f-840b-f9b5c86c195e"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-fba028a3-d384-450f-840b-f9b5c86c195e"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-fba028a3-d384-450f-840b-f9b5c86c195e"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-fba028a3-d384-450f-840b-f9b5c86c195e"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-fba028a3-d384-450f-840b-f9b5c86c195e"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-fba028a3-d384-450f-840b-f9b5c86c195e"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-fba028a3-d384-450f-840b-f9b5c86c195e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-fba028a3-d384-450f-840b-f9b5c86c195e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-fba028a3-d384-450f-840b-f9b5c86c195e"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-fba028a3-d384-450f-840b-f9b5c86c195e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-fba028a3-d384-450f-840b-f9b5c86c195e"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-fba028a3-d384-450f-840b-f9b5c86c195e"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-fba028a3-d384-450f-840b-f9b5c86c195e"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-fba028a3-d384-450f-840b-f9b5c86c195e"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-fba028a3-d384-450f-840b-f9b5c86c195e"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-fba028a3-d384-450f-840b-f9b5c86c195e"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 25.0px);
}

}

@media (max-width: 767px) {
  [id="s-fba028a3-d384-450f-840b-f9b5c86c195e"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-529ab37b-e330-4952-9844-52b0290228e1 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
min-height: 50px;
background-color: rgba(141, 141, 141, 1);
}








#s-529ab37b-e330-4952-9844-52b0290228e1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-529ab37b-e330-4952-9844-52b0290228e1.shg-box.shg-c {
  justify-content: flex-start;
}

#s-b7b47823-7316-45fc-8e3b-14299f9b4958 {
  box-shadow:0px 0px 0px 0px ;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (max-width: 767px){#s-b7b47823-7316-45fc-8e3b-14299f9b4958 {
  padding-top: 20px;
padding-bottom: 10px;
text-align: left;
}
}
#s-b7b47823-7316-45fc-8e3b-14299f9b4958 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: 1.1em;
  letter-spacing: ;
  text-align: left;
}


@media (max-width: 767px){#s-b7b47823-7316-45fc-8e3b-14299f9b4958 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: 1.1em;
  letter-spacing: ;
  text-align: left;
}


}
#s-33fef1c4-4ce0-42d6-85c3-a0c436749876 {
  border-style: solid;
margin-top: 30px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 5px;
background-color: rgba(255, 109, 109, 1);
text-align: left;
text-decoration: none;
}
#s-33fef1c4-4ce0-42d6-85c3-a0c436749876:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-33fef1c4-4ce0-42d6-85c3-a0c436749876:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-33fef1c4-4ce0-42d6-85c3-a0c436749876 {
  border-style: solid;
margin-top: 16px;
margin-bottom: 25px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
text-decoration: none;
hover-type: color;
}
#s-33fef1c4-4ce0-42d6-85c3-a0c436749876:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-33fef1c4-4ce0-42d6-85c3-a0c436749876:active {background-color: #000000 !important;
text-decoration: none !important;}}

  #s-33fef1c4-4ce0-42d6-85c3-a0c436749876-btn-wrapper {
    text-align: left;
  }


#s-33fef1c4-4ce0-42d6-85c3-a0c436749876.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
@media (max-width: 767px){
  #s-33fef1c4-4ce0-42d6-85c3-a0c436749876-btn-wrapper {
    text-align: left;
  }


#s-33fef1c4-4ce0-42d6-85c3-a0c436749876.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}
#s-f20b6964-6c2d-4886-8edf-df2223b35cdf {
  min-height: 50px;
}








#s-f20b6964-6c2d-4886-8edf-df2223b35cdf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f20b6964-6c2d-4886-8edf-df2223b35cdf.shg-box.shg-c {
  justify-content: flex-end;
}

#s-cfbbe362-6e2f-4d8a-bd07-7355eef6449f {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 4px;
text-align: left;
background-color: rgba(255, 109, 109, 0.7);
}
@media (min-width: 768px) and (max-width: 991px){#s-cfbbe362-6e2f-4d8a-bd07-7355eef6449f {
  border-radius: 4px;
}
}@media (max-width: 767px){#s-cfbbe362-6e2f-4d8a-bd07-7355eef6449f {
  border-style: solid;
margin-left: -25px;
margin-right: -25px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
text-align: right;
background-color: rgba(255, 109, 109, 0.7);
}
}
#s-cfbbe362-6e2f-4d8a-bd07-7355eef6449f .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


@media (max-width: 767px){#s-cfbbe362-6e2f-4d8a-bd07-7355eef6449f .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: right;
}


}
#s-0839216e-982e-42d1-9fae-572058a75073 {
  min-height: 50px;
}








#s-0839216e-982e-42d1-9fae-572058a75073 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0839216e-982e-42d1-9fae-572058a75073.shg-box.shg-c {
  justify-content: center;
}

#s-e98ca88c-c4ca-4158-9df9-5e83c4125d2e {
  text-align: right;
}




  #s-e98ca88c-c4ca-4158-9df9-5e83c4125d2e img.shogun-image {
    
    width: px;
  }


#s-e98ca88c-c4ca-4158-9df9-5e83c4125d2e .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-f85b81a5-6fae-42a5-b581-4a11527e1590 {
  padding-top: 50px;
padding-bottom: 50px;
min-height: 50px;
background-color: rgba(194, 194, 194, 1);
}
@media (min-width: 1200px){#s-f85b81a5-6fae-42a5-b581-4a11527e1590 {
  padding-left: 50px;
padding-right: 50px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-f85b81a5-6fae-42a5-b581-4a11527e1590 {
  padding-left: 50px;
padding-right: 50px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-f85b81a5-6fae-42a5-b581-4a11527e1590 {
  padding-top: 25px;
padding-left: 25px;
padding-bottom: 25px;
padding-right: 25px;
}
}@media (max-width: 767px){#s-f85b81a5-6fae-42a5-b581-4a11527e1590 {
  padding-top: 15px;
padding-left: 25px;
padding-bottom: 0px;
padding-right: 25px;
}
}







#s-f85b81a5-6fae-42a5-b581-4a11527e1590 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f85b81a5-6fae-42a5-b581-4a11527e1590.shg-box.shg-c {
  justify-content: flex-end;
}

@media (min-width: 0px) {
[id="s-47cfe53e-86c5-4334-bfca-b157fcc51d6c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-47cfe53e-86c5-4334-bfca-b157fcc51d6c"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-47cfe53e-86c5-4334-bfca-b157fcc51d6c"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-47cfe53e-86c5-4334-bfca-b157fcc51d6c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-47cfe53e-86c5-4334-bfca-b157fcc51d6c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-47cfe53e-86c5-4334-bfca-b157fcc51d6c"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-47cfe53e-86c5-4334-bfca-b157fcc51d6c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-47cfe53e-86c5-4334-bfca-b157fcc51d6c"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-47cfe53e-86c5-4334-bfca-b157fcc51d6c"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-47cfe53e-86c5-4334-bfca-b157fcc51d6c"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-47cfe53e-86c5-4334-bfca-b157fcc51d6c"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-47cfe53e-86c5-4334-bfca-b157fcc51d6c"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-47cfe53e-86c5-4334-bfca-b157fcc51d6c"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-47cfe53e-86c5-4334-bfca-b157fcc51d6c"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-47cfe53e-86c5-4334-bfca-b157fcc51d6c"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-47cfe53e-86c5-4334-bfca-b157fcc51d6c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-47cfe53e-86c5-4334-bfca-b157fcc51d6c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-47cfe53e-86c5-4334-bfca-b157fcc51d6c"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-47cfe53e-86c5-4334-bfca-b157fcc51d6c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-47cfe53e-86c5-4334-bfca-b157fcc51d6c"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-47cfe53e-86c5-4334-bfca-b157fcc51d6c"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-47cfe53e-86c5-4334-bfca-b157fcc51d6c"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-47cfe53e-86c5-4334-bfca-b157fcc51d6c"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-47cfe53e-86c5-4334-bfca-b157fcc51d6c"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-47cfe53e-86c5-4334-bfca-b157fcc51d6c"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-47cfe53e-86c5-4334-bfca-b157fcc51d6c"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-47cfe53e-86c5-4334-bfca-b157fcc51d6c"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-47cfe53e-86c5-4334-bfca-b157fcc51d6c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-47cfe53e-86c5-4334-bfca-b157fcc51d6c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-47cfe53e-86c5-4334-bfca-b157fcc51d6c"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-47cfe53e-86c5-4334-bfca-b157fcc51d6c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-47cfe53e-86c5-4334-bfca-b157fcc51d6c"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-47cfe53e-86c5-4334-bfca-b157fcc51d6c"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-47cfe53e-86c5-4334-bfca-b157fcc51d6c"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-47cfe53e-86c5-4334-bfca-b157fcc51d6c"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-47cfe53e-86c5-4334-bfca-b157fcc51d6c"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-47cfe53e-86c5-4334-bfca-b157fcc51d6c"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 25.0px);
}

}

@media (max-width: 767px) {
  [id="s-47cfe53e-86c5-4334-bfca-b157fcc51d6c"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-c45a116a-5a9e-4325-9649-1e345a39e5b7 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
min-height: 50px;
background-color: rgba(152, 152, 152, 1);
}








#s-c45a116a-5a9e-4325-9649-1e345a39e5b7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c45a116a-5a9e-4325-9649-1e345a39e5b7.shg-box.shg-c {
  justify-content: center;
}

#s-54e21a42-2fa8-43ed-84c9-a9943e271beb {
  box-shadow:0px 0px 0px 0px ;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (max-width: 767px){#s-54e21a42-2fa8-43ed-84c9-a9943e271beb {
  padding-top: 20px;
padding-bottom: 10px;
text-align: left;
}
}
#s-54e21a42-2fa8-43ed-84c9-a9943e271beb .shogun-heading-component h2 {
  color: rgba(77, 77, 77, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: 1.1em;
  letter-spacing: ;
  text-align: left;
}


@media (max-width: 767px){#s-54e21a42-2fa8-43ed-84c9-a9943e271beb .shogun-heading-component h2 {
  color: rgba(77, 77, 77, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: 1.1em;
  letter-spacing: ;
  text-align: left;
}


}
#s-d9ad8c3b-0898-498d-bd12-eac6c66b11ef {
  border-style: solid;
margin-top: 30px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 5px;
background-color: rgba(87, 197, 107, 1);
text-align: left;
text-decoration: none;
}
#s-d9ad8c3b-0898-498d-bd12-eac6c66b11ef:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-d9ad8c3b-0898-498d-bd12-eac6c66b11ef:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-d9ad8c3b-0898-498d-bd12-eac6c66b11ef {
  border-style: solid;
margin-top: 16px;
margin-bottom: 25px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
background-color: rgba(77, 77, 77, 1);
text-decoration: none;
hover-type: color;
}
#s-d9ad8c3b-0898-498d-bd12-eac6c66b11ef:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-d9ad8c3b-0898-498d-bd12-eac6c66b11ef:active {background-color: #000000 !important;
text-decoration: none !important;}}

  #s-d9ad8c3b-0898-498d-bd12-eac6c66b11ef-btn-wrapper {
    text-align: left;
  }


#s-d9ad8c3b-0898-498d-bd12-eac6c66b11ef.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
@media (max-width: 767px){
  #s-d9ad8c3b-0898-498d-bd12-eac6c66b11ef-btn-wrapper {
    text-align: left;
  }


#s-d9ad8c3b-0898-498d-bd12-eac6c66b11ef.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}
#s-f301e09b-e4b9-4881-9832-50ce55b0a896 {
  min-height: 50px;
}








#s-f301e09b-e4b9-4881-9832-50ce55b0a896 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f301e09b-e4b9-4881-9832-50ce55b0a896.shg-box.shg-c {
  justify-content: flex-end;
}

#s-2e27d7db-325c-4f2c-831f-8336d8747adc {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 4px;
text-align: left;
background-color: rgba(255, 109, 109, 0.7);
}
@media (min-width: 768px) and (max-width: 991px){#s-2e27d7db-325c-4f2c-831f-8336d8747adc {
  border-radius: 4px;
}
}@media (max-width: 767px){#s-2e27d7db-325c-4f2c-831f-8336d8747adc {
  border-style: solid;
margin-left: -25px;
margin-right: -25px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
text-align: right;
background-color: rgba(255, 109, 109, 0.7);
}
}
#s-2e27d7db-325c-4f2c-831f-8336d8747adc .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


@media (max-width: 767px){#s-2e27d7db-325c-4f2c-831f-8336d8747adc .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: right;
}


}
#s-980ac7b1-5f61-4f1e-9a75-09742b13bd6b {
  min-height: 50px;
}








#s-980ac7b1-5f61-4f1e-9a75-09742b13bd6b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-980ac7b1-5f61-4f1e-9a75-09742b13bd6b.shg-box.shg-c {
  justify-content: center;
}

#s-2b3ce655-daec-41ec-97df-fe2f8df94824 {
  text-align: left;
}




  #s-2b3ce655-daec-41ec-97df-fe2f8df94824 img.shogun-image {
    
    width: px;
  }


#s-2b3ce655-daec-41ec-97df-fe2f8df94824 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-465c0d5a-3fc6-401b-8e37-5fdbf26e13b9 {
  padding-top: 50px;
padding-bottom: 50px;
min-height: 50px;
background-color: rgba(194, 194, 194, 1);
}
@media (min-width: 1200px){#s-465c0d5a-3fc6-401b-8e37-5fdbf26e13b9 {
  padding-left: 50px;
padding-right: 50px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-465c0d5a-3fc6-401b-8e37-5fdbf26e13b9 {
  padding-left: 50px;
padding-right: 50px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-465c0d5a-3fc6-401b-8e37-5fdbf26e13b9 {
  padding-top: 25px;
padding-left: 25px;
padding-bottom: 25px;
padding-right: 25px;
}
}@media (max-width: 767px){#s-465c0d5a-3fc6-401b-8e37-5fdbf26e13b9 {
  padding-top: 15px;
padding-left: 25px;
padding-bottom: 0px;
padding-right: 25px;
}
}







#s-465c0d5a-3fc6-401b-8e37-5fdbf26e13b9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-465c0d5a-3fc6-401b-8e37-5fdbf26e13b9.shg-box.shg-c {
  justify-content: flex-end;
}

@media (min-width: 0px) {
[id="s-8b6ae543-ba02-4b69-b5d3-079226565954"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8b6ae543-ba02-4b69-b5d3-079226565954"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-8b6ae543-ba02-4b69-b5d3-079226565954"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-8b6ae543-ba02-4b69-b5d3-079226565954"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-8b6ae543-ba02-4b69-b5d3-079226565954"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-8b6ae543-ba02-4b69-b5d3-079226565954"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-8b6ae543-ba02-4b69-b5d3-079226565954"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-8b6ae543-ba02-4b69-b5d3-079226565954"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-8b6ae543-ba02-4b69-b5d3-079226565954"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-8b6ae543-ba02-4b69-b5d3-079226565954"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-8b6ae543-ba02-4b69-b5d3-079226565954"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-8b6ae543-ba02-4b69-b5d3-079226565954"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-8b6ae543-ba02-4b69-b5d3-079226565954"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-8b6ae543-ba02-4b69-b5d3-079226565954"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-8b6ae543-ba02-4b69-b5d3-079226565954"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-8b6ae543-ba02-4b69-b5d3-079226565954"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-8b6ae543-ba02-4b69-b5d3-079226565954"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-8b6ae543-ba02-4b69-b5d3-079226565954"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-8b6ae543-ba02-4b69-b5d3-079226565954"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-8b6ae543-ba02-4b69-b5d3-079226565954"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-8b6ae543-ba02-4b69-b5d3-079226565954"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-8b6ae543-ba02-4b69-b5d3-079226565954"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-8b6ae543-ba02-4b69-b5d3-079226565954"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-8b6ae543-ba02-4b69-b5d3-079226565954"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-8b6ae543-ba02-4b69-b5d3-079226565954"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-8b6ae543-ba02-4b69-b5d3-079226565954"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-8b6ae543-ba02-4b69-b5d3-079226565954"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-8b6ae543-ba02-4b69-b5d3-079226565954"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-8b6ae543-ba02-4b69-b5d3-079226565954"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-8b6ae543-ba02-4b69-b5d3-079226565954"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-8b6ae543-ba02-4b69-b5d3-079226565954"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-8b6ae543-ba02-4b69-b5d3-079226565954"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-8b6ae543-ba02-4b69-b5d3-079226565954"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-8b6ae543-ba02-4b69-b5d3-079226565954"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-8b6ae543-ba02-4b69-b5d3-079226565954"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-8b6ae543-ba02-4b69-b5d3-079226565954"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-8b6ae543-ba02-4b69-b5d3-079226565954"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 25.0px);
}

}

@media (max-width: 767px) {
  [id="s-8b6ae543-ba02-4b69-b5d3-079226565954"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-10234a8c-3361-4009-80ce-1e73b47b5a7c {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
min-height: 50px;
background-color: rgba(139, 139, 139, 1);
}








#s-10234a8c-3361-4009-80ce-1e73b47b5a7c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-10234a8c-3361-4009-80ce-1e73b47b5a7c.shg-box.shg-c {
  justify-content: flex-end;
}

#s-748c7185-ef0d-4b4c-839e-35318250c691 {
  box-shadow:0px 0px 0px 0px ;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (max-width: 767px){#s-748c7185-ef0d-4b4c-839e-35318250c691 {
  padding-top: 20px;
padding-bottom: 10px;
text-align: left;
}
}
#s-748c7185-ef0d-4b4c-839e-35318250c691 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: 1.1em;
  letter-spacing: ;
  text-align: left;
}


@media (max-width: 767px){#s-748c7185-ef0d-4b4c-839e-35318250c691 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: 1.1em;
  letter-spacing: ;
  text-align: left;
}


}
#s-b7bb13a9-80cb-41e9-a8b7-9a71a00eeeca {
  border-style: solid;
margin-top: 30px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 5px;
background-color: rgba(87, 197, 107, 1);
text-align: left;
text-decoration: none;
}
#s-b7bb13a9-80cb-41e9-a8b7-9a71a00eeeca:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-b7bb13a9-80cb-41e9-a8b7-9a71a00eeeca:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-b7bb13a9-80cb-41e9-a8b7-9a71a00eeeca {
  border-style: solid;
margin-top: 16px;
margin-bottom: 25px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
background-color: rgba(77, 77, 77, 1);
text-decoration: none;
hover-type: color;
}
#s-b7bb13a9-80cb-41e9-a8b7-9a71a00eeeca:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-b7bb13a9-80cb-41e9-a8b7-9a71a00eeeca:active {background-color: #000000 !important;
text-decoration: none !important;}}

  #s-b7bb13a9-80cb-41e9-a8b7-9a71a00eeeca-btn-wrapper {
    text-align: left;
  }


#s-b7bb13a9-80cb-41e9-a8b7-9a71a00eeeca.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
@media (max-width: 767px){
  #s-b7bb13a9-80cb-41e9-a8b7-9a71a00eeeca-btn-wrapper {
    text-align: left;
  }


#s-b7bb13a9-80cb-41e9-a8b7-9a71a00eeeca.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}
#s-d7083e06-14b0-4ed9-9a41-e49a189de962 {
  min-height: 50px;
}








#s-d7083e06-14b0-4ed9-9a41-e49a189de962 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d7083e06-14b0-4ed9-9a41-e49a189de962.shg-box.shg-c {
  justify-content: flex-end;
}

#s-c9b7e58a-1e18-4178-b67a-c5bd4aac4055 {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 4px;
text-align: left;
background-color: rgba(255, 109, 109, 0.7);
}
@media (min-width: 768px) and (max-width: 991px){#s-c9b7e58a-1e18-4178-b67a-c5bd4aac4055 {
  border-radius: 4px;
}
}@media (max-width: 767px){#s-c9b7e58a-1e18-4178-b67a-c5bd4aac4055 {
  border-style: solid;
margin-left: -25px;
margin-right: -25px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
text-align: right;
background-color: rgba(255, 109, 109, 0.7);
}
}
#s-c9b7e58a-1e18-4178-b67a-c5bd4aac4055 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


@media (max-width: 767px){#s-c9b7e58a-1e18-4178-b67a-c5bd4aac4055 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: right;
}


}
#s-9623495f-8801-42c8-b0ed-b37c94cbcbf2 {
  min-height: 50px;
}








#s-9623495f-8801-42c8-b0ed-b37c94cbcbf2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9623495f-8801-42c8-b0ed-b37c94cbcbf2.shg-box.shg-c {
  justify-content: center;
}

#s-4d443851-5f67-4a8e-8c26-07f3360dccca {
  text-align: left;
}




  #s-4d443851-5f67-4a8e-8c26-07f3360dccca img.shogun-image {
    
    width: px;
  }


#s-4d443851-5f67-4a8e-8c26-07f3360dccca .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-54aa4be2-5ffc-40ac-b3d0-8c352512bd89 {
  padding-top: 50px;
padding-bottom: 50px;
min-height: 50px;
background-color: rgba(194, 194, 194, 1);
}
@media (min-width: 1200px){#s-54aa4be2-5ffc-40ac-b3d0-8c352512bd89 {
  padding-left: 50px;
padding-right: 50px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-54aa4be2-5ffc-40ac-b3d0-8c352512bd89 {
  padding-left: 50px;
padding-right: 50px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-54aa4be2-5ffc-40ac-b3d0-8c352512bd89 {
  padding-top: 25px;
padding-left: 25px;
padding-bottom: 25px;
padding-right: 25px;
}
}@media (max-width: 767px){#s-54aa4be2-5ffc-40ac-b3d0-8c352512bd89 {
  padding-top: 15px;
padding-left: 25px;
padding-bottom: 0px;
padding-right: 25px;
}
}







#s-54aa4be2-5ffc-40ac-b3d0-8c352512bd89 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-54aa4be2-5ffc-40ac-b3d0-8c352512bd89.shg-box.shg-c {
  justify-content: flex-end;
}

@media (min-width: 0px) {
[id="s-12e7522e-62d5-458e-ae29-a63bc2104598"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-12e7522e-62d5-458e-ae29-a63bc2104598"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-12e7522e-62d5-458e-ae29-a63bc2104598"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-12e7522e-62d5-458e-ae29-a63bc2104598"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-12e7522e-62d5-458e-ae29-a63bc2104598"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-12e7522e-62d5-458e-ae29-a63bc2104598"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-12e7522e-62d5-458e-ae29-a63bc2104598"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-12e7522e-62d5-458e-ae29-a63bc2104598"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-12e7522e-62d5-458e-ae29-a63bc2104598"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-12e7522e-62d5-458e-ae29-a63bc2104598"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-12e7522e-62d5-458e-ae29-a63bc2104598"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-12e7522e-62d5-458e-ae29-a63bc2104598"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-12e7522e-62d5-458e-ae29-a63bc2104598"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-12e7522e-62d5-458e-ae29-a63bc2104598"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-12e7522e-62d5-458e-ae29-a63bc2104598"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-12e7522e-62d5-458e-ae29-a63bc2104598"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-12e7522e-62d5-458e-ae29-a63bc2104598"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-12e7522e-62d5-458e-ae29-a63bc2104598"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-12e7522e-62d5-458e-ae29-a63bc2104598"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-12e7522e-62d5-458e-ae29-a63bc2104598"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-12e7522e-62d5-458e-ae29-a63bc2104598"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-12e7522e-62d5-458e-ae29-a63bc2104598"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-12e7522e-62d5-458e-ae29-a63bc2104598"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-12e7522e-62d5-458e-ae29-a63bc2104598"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-12e7522e-62d5-458e-ae29-a63bc2104598"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-12e7522e-62d5-458e-ae29-a63bc2104598"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-12e7522e-62d5-458e-ae29-a63bc2104598"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-12e7522e-62d5-458e-ae29-a63bc2104598"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-12e7522e-62d5-458e-ae29-a63bc2104598"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-12e7522e-62d5-458e-ae29-a63bc2104598"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-12e7522e-62d5-458e-ae29-a63bc2104598"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-12e7522e-62d5-458e-ae29-a63bc2104598"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-12e7522e-62d5-458e-ae29-a63bc2104598"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-12e7522e-62d5-458e-ae29-a63bc2104598"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-12e7522e-62d5-458e-ae29-a63bc2104598"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-12e7522e-62d5-458e-ae29-a63bc2104598"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-12e7522e-62d5-458e-ae29-a63bc2104598"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 25.0px);
}

}

@media (max-width: 767px) {
  [id="s-12e7522e-62d5-458e-ae29-a63bc2104598"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-6d5fcb80-74d6-4b34-8d3a-69886f3438c1 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
min-height: 50px;
background-color: rgba(159, 159, 159, 1);
}








#s-6d5fcb80-74d6-4b34-8d3a-69886f3438c1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6d5fcb80-74d6-4b34-8d3a-69886f3438c1.shg-box.shg-c {
  justify-content: center;
}

#s-3c77bf38-7644-4b96-832c-404db2c722c5 {
  box-shadow:0px 0px 0px 0px ;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (max-width: 767px){#s-3c77bf38-7644-4b96-832c-404db2c722c5 {
  padding-top: 20px;
padding-bottom: 10px;
text-align: left;
}
}
#s-3c77bf38-7644-4b96-832c-404db2c722c5 .shogun-heading-component h2 {
  color: rgba(77, 77, 77, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: 1.1em;
  letter-spacing: ;
  text-align: left;
}


@media (max-width: 767px){#s-3c77bf38-7644-4b96-832c-404db2c722c5 .shogun-heading-component h2 {
  color: rgba(77, 77, 77, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: 1.1em;
  letter-spacing: ;
  text-align: left;
}


}
#s-eb4a4225-2936-4365-809a-2629d57dff4a {
  border-style: solid;
margin-top: 30px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 5px;
background-color: rgba(87, 197, 107, 1);
text-align: left;
text-decoration: none;
}
#s-eb4a4225-2936-4365-809a-2629d57dff4a:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-eb4a4225-2936-4365-809a-2629d57dff4a:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-eb4a4225-2936-4365-809a-2629d57dff4a {
  border-style: solid;
margin-top: 16px;
margin-bottom: 25px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
background-color: rgba(77, 77, 77, 1);
text-decoration: none;
hover-type: color;
}
#s-eb4a4225-2936-4365-809a-2629d57dff4a:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-eb4a4225-2936-4365-809a-2629d57dff4a:active {background-color: #000000 !important;
text-decoration: none !important;}}

  #s-eb4a4225-2936-4365-809a-2629d57dff4a-btn-wrapper {
    text-align: left;
  }


#s-eb4a4225-2936-4365-809a-2629d57dff4a.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
@media (max-width: 767px){
  #s-eb4a4225-2936-4365-809a-2629d57dff4a-btn-wrapper {
    text-align: left;
  }


#s-eb4a4225-2936-4365-809a-2629d57dff4a.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}
#s-3f27b43b-1320-4825-9178-194f46f91273 {
  min-height: 50px;
}








#s-3f27b43b-1320-4825-9178-194f46f91273 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3f27b43b-1320-4825-9178-194f46f91273.shg-box.shg-c {
  justify-content: flex-end;
}

#s-c8cb7c14-8dec-4c94-9c91-4c5fdec1ad03 {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 4px;
text-align: left;
background-color: rgba(255, 109, 109, 0.7);
}
@media (min-width: 768px) and (max-width: 991px){#s-c8cb7c14-8dec-4c94-9c91-4c5fdec1ad03 {
  border-radius: 4px;
}
}@media (max-width: 767px){#s-c8cb7c14-8dec-4c94-9c91-4c5fdec1ad03 {
  border-style: solid;
margin-left: -25px;
margin-right: -25px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
text-align: right;
background-color: rgba(255, 109, 109, 0.7);
}
}
#s-c8cb7c14-8dec-4c94-9c91-4c5fdec1ad03 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


@media (max-width: 767px){#s-c8cb7c14-8dec-4c94-9c91-4c5fdec1ad03 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: right;
}


}
#s-f6b9c634-0c4f-4514-ac88-d5b03cdd4ce7 {
  text-align: center;
}




  #s-f6b9c634-0c4f-4514-ac88-d5b03cdd4ce7 img.shogun-image {
    
    width: px;
  }


#s-f6b9c634-0c4f-4514-ac88-d5b03cdd4ce7 .shogun-image-content {
  
    align-items: center;
  
}

#s-d6da8d9c-ec34-4fdf-b1da-c138eb67b662 {
  text-align: center;
}




  #s-d6da8d9c-ec34-4fdf-b1da-c138eb67b662 img.shogun-image {
    
    width: px;
  }


#s-d6da8d9c-ec34-4fdf-b1da-c138eb67b662 .shogun-image-content {
  
    align-items: center;
  
}

#s-5951256b-bb1e-4aae-adfc-44b2f92c0240 {
  min-height: 450px;
}








#s-5951256b-bb1e-4aae-adfc-44b2f92c0240 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5951256b-bb1e-4aae-adfc-44b2f92c0240.shg-box.shg-c {
  justify-content: center;
}

#s-e665b1cb-658e-4a8e-9922-3a6380adc3d3 {
  margin-left: auto;
margin-right: auto;
padding-top: 100px;
padding-left: 50px;
padding-bottom: 100px;
padding-right: 50px;
min-height: 50px;
max-width: 700px;
opacity: 1;
}
@media (min-width: 768px) and (max-width: 991px){#s-e665b1cb-658e-4a8e-9922-3a6380adc3d3 {
  padding-left: 25px;
padding-right: 25px;
}
}@media (max-width: 767px){#s-e665b1cb-658e-4a8e-9922-3a6380adc3d3 {
  padding-left: 25px;
padding-right: 25px;
}
}







#s-e665b1cb-658e-4a8e-9922-3a6380adc3d3 > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0;
}#s-e665b1cb-658e-4a8e-9922-3a6380adc3d3.shg-box.shg-c {
  justify-content: center;
}

#s-611d51a3-c845-4913-8c94-a4dde2d98924 {
  margin-left: auto;
margin-right: auto;
max-width: 300px;
text-align: center;
}




  #s-611d51a3-c845-4913-8c94-a4dde2d98924 img.shogun-image {
    
    width: px;
  }


#s-611d51a3-c845-4913-8c94-a4dde2d98924 .shogun-image-content {
  
    align-items: 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 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-391557d8-d72f-4b1a-b857-c6f91369b081 {
  margin-top: 10px;
}

#s-8d4d3099-ab64-44d5-a65f-8e84a866e5c1 {
  padding-top: 50px;
padding-bottom: 20px;
text-align: center;
}

#s-8d4d3099-ab64-44d5-a65f-8e84a866e5c1 .shogun-heading-component h1 {
  color: rgba(77, 77, 77, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 35px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-928ff036-28e4-488d-aeb8-e16710d53e40 {
  min-height: 50px;
}








#s-928ff036-28e4-488d-aeb8-e16710d53e40 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-928ff036-28e4-488d-aeb8-e16710d53e40.shg-box.shg-c {
  justify-content: center;
}

#s-d19ae954-65a7-4973-b66c-cf344aa27a0b {
  background-image: url(https://i.shgcdn.com/d1a4501c-c5a9-4095-ad6b-e475f5c003ba/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
background-color: rgba(60, 60, 60, 1);
background-position: -9em -200px;
}
@media (min-width: 1200px){#s-d19ae954-65a7-4973-b66c-cf344aa27a0b {
  background-position: right center;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-d19ae954-65a7-4973-b66c-cf344aa27a0b {
  background-position: -200px -50px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-d19ae954-65a7-4973-b66c-cf344aa27a0b {
  background-position: right center;
}
}@media (max-width: 767px){#s-d19ae954-65a7-4973-b66c-cf344aa27a0b {
  background-position: center -200px;
}
}
@media (min-width: 0px) {
[id="s-d19ae954-65a7-4973-b66c-cf344aa27a0b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d19ae954-65a7-4973-b66c-cf344aa27a0b"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-d19ae954-65a7-4973-b66c-cf344aa27a0b"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-d19ae954-65a7-4973-b66c-cf344aa27a0b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-d19ae954-65a7-4973-b66c-cf344aa27a0b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-d19ae954-65a7-4973-b66c-cf344aa27a0b"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-d19ae954-65a7-4973-b66c-cf344aa27a0b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-d19ae954-65a7-4973-b66c-cf344aa27a0b"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-d19ae954-65a7-4973-b66c-cf344aa27a0b"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-d19ae954-65a7-4973-b66c-cf344aa27a0b"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-d19ae954-65a7-4973-b66c-cf344aa27a0b"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-d19ae954-65a7-4973-b66c-cf344aa27a0b"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-d19ae954-65a7-4973-b66c-cf344aa27a0b"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-d19ae954-65a7-4973-b66c-cf344aa27a0b"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-d19ae954-65a7-4973-b66c-cf344aa27a0b"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-d19ae954-65a7-4973-b66c-cf344aa27a0b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-d19ae954-65a7-4973-b66c-cf344aa27a0b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-d19ae954-65a7-4973-b66c-cf344aa27a0b"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-d19ae954-65a7-4973-b66c-cf344aa27a0b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-d19ae954-65a7-4973-b66c-cf344aa27a0b"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-d19ae954-65a7-4973-b66c-cf344aa27a0b"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-d19ae954-65a7-4973-b66c-cf344aa27a0b"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-d19ae954-65a7-4973-b66c-cf344aa27a0b"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-d19ae954-65a7-4973-b66c-cf344aa27a0b"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-d19ae954-65a7-4973-b66c-cf344aa27a0b"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-d19ae954-65a7-4973-b66c-cf344aa27a0b"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-d19ae954-65a7-4973-b66c-cf344aa27a0b"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-d19ae954-65a7-4973-b66c-cf344aa27a0b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-d19ae954-65a7-4973-b66c-cf344aa27a0b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-d19ae954-65a7-4973-b66c-cf344aa27a0b"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-d19ae954-65a7-4973-b66c-cf344aa27a0b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-d19ae954-65a7-4973-b66c-cf344aa27a0b"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-d19ae954-65a7-4973-b66c-cf344aa27a0b"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-d19ae954-65a7-4973-b66c-cf344aa27a0b"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-d19ae954-65a7-4973-b66c-cf344aa27a0b"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-d19ae954-65a7-4973-b66c-cf344aa27a0b"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-d19ae954-65a7-4973-b66c-cf344aa27a0b"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-3deb8d63-f0a1-4b70-b86d-1dddb3009ef5 {
  min-height: 300px;
}








#s-3deb8d63-f0a1-4b70-b86d-1dddb3009ef5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3deb8d63-f0a1-4b70-b86d-1dddb3009ef5.shg-box.shg-c {
  justify-content: center;
}

#s-3fc58878-add5-444d-adb9-8e89494a3eaf {
  padding-top: 50px;
padding-left: 30px;
padding-bottom: 50px;
padding-right: 30px;
min-height: 50px;
background-color: rgba(60, 60, 60, 1);
}








#s-3fc58878-add5-444d-adb9-8e89494a3eaf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3fc58878-add5-444d-adb9-8e89494a3eaf.shg-box.shg-c {
  justify-content: center;
}

#s-467e15a7-7252-4f7c-b712-5ffdac88bc4f {
  padding-bottom: 20px;
text-align: center;
}

#s-467e15a7-7252-4f7c-b712-5ffdac88bc4f .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 27px;
  line-height: 1.1em;
  letter-spacing: ;
  text-align: center;
}



#s-11317743-1480-4248-9c45-284373913194 {
  margin-bottom: 20px;
}

#s-ed8880ef-b984-427c-9cfc-24673ce78836 {
  background-color: rgba(37, 37, 37, 0);
text-align: center;
text-decoration: none;
hover-type: color;
color: rgba(255, 109, 109, 1);
}
#s-ed8880ef-b984-427c-9cfc-24673ce78836:hover {background-color: rgba(219, 93, 93, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(221, 95, 95, 1) !important;}#s-ed8880ef-b984-427c-9cfc-24673ce78836:active {background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(219, 93, 93, 1) !important;}


#s-ed8880ef-b984-427c-9cfc-24673ce78836.shg-btn {
  color: rgba(255, 109, 109, 1);
  font-size: 20px;
  
  
  
  display:  inline-block ;
}

#s-91b5d447-10fb-4301-8569-19a1bd2280fb {
  padding-top: 30px;
padding-left: 30px;
padding-bottom: 50px;
padding-right: 30px;
min-height: 50px;
background-color: rgba(60, 60, 60, 1);
}








#s-91b5d447-10fb-4301-8569-19a1bd2280fb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-91b5d447-10fb-4301-8569-19a1bd2280fb.shg-box.shg-c {
  justify-content: center;
}

#s-97355f39-4ffc-4e11-ac82-4dcaa810e7cc {
  padding-bottom: 20px;
text-align: center;
}

#s-97355f39-4ffc-4e11-ac82-4dcaa810e7cc .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 27px;
  line-height: 1.1em;
  letter-spacing: ;
  text-align: center;
}



#s-79ee17fd-3ef4-4e76-b0fb-86e423b3605d {
  margin-bottom: 20px;
}

#s-2beb973b-f186-4fce-95c3-28d0e5ad1ead {
  background-color: rgba(37, 37, 37, 0);
text-align: center;
text-decoration: none;
hover-type: color;
color: rgba(255, 109, 109, 1);
}
#s-2beb973b-f186-4fce-95c3-28d0e5ad1ead:hover {background-color: rgba(219, 93, 93, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(221, 95, 95, 1) !important;}#s-2beb973b-f186-4fce-95c3-28d0e5ad1ead:active {background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(219, 93, 93, 1) !important;}


#s-2beb973b-f186-4fce-95c3-28d0e5ad1ead.shg-btn {
  color: rgba(255, 109, 109, 1);
  font-size: 20px;
  
  
  
  display:  inline-block ;
}

#s-31959ff5-64df-4825-a82b-bba50ebf558c {
  padding-top: 50px;
padding-left: 50px;
padding-bottom: 50px;
padding-right: 50px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-31959ff5-64df-4825-a82b-bba50ebf558c {
  padding-left: 25px;
padding-right: 25px;
}
}@media (max-width: 767px){#s-31959ff5-64df-4825-a82b-bba50ebf558c {
  padding-left: 25px;
padding-right: 25px;
}
}







#s-31959ff5-64df-4825-a82b-bba50ebf558c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-31959ff5-64df-4825-a82b-bba50ebf558c.shg-box.shg-c {
  justify-content: center;
}

#s-6350ab0f-66ef-4d44-abbb-b4342d35e869 {
  margin-left: auto;
margin-bottom: 70px;
margin-right: auto;
min-height: 50px;
max-width: 1000px;
}
@media (max-width: 767px){#s-6350ab0f-66ef-4d44-abbb-b4342d35e869 {
  margin-bottom: 0px;
}
}







#s-6350ab0f-66ef-4d44-abbb-b4342d35e869 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6350ab0f-66ef-4d44-abbb-b4342d35e869.shg-box.shg-c {
  justify-content: center;
}

#s-e868ad49-3800-478b-b4cf-d0dce41dcd2b {
  margin-top: 30px;
}

@media (min-width: 0px) {
[id="s-e868ad49-3800-478b-b4cf-d0dce41dcd2b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e868ad49-3800-478b-b4cf-d0dce41dcd2b"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-e868ad49-3800-478b-b4cf-d0dce41dcd2b"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-e868ad49-3800-478b-b4cf-d0dce41dcd2b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-e868ad49-3800-478b-b4cf-d0dce41dcd2b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-e868ad49-3800-478b-b4cf-d0dce41dcd2b"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-e868ad49-3800-478b-b4cf-d0dce41dcd2b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-e868ad49-3800-478b-b4cf-d0dce41dcd2b"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-e868ad49-3800-478b-b4cf-d0dce41dcd2b"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-e868ad49-3800-478b-b4cf-d0dce41dcd2b"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-e868ad49-3800-478b-b4cf-d0dce41dcd2b"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-e868ad49-3800-478b-b4cf-d0dce41dcd2b"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-e868ad49-3800-478b-b4cf-d0dce41dcd2b"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-e868ad49-3800-478b-b4cf-d0dce41dcd2b"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-e868ad49-3800-478b-b4cf-d0dce41dcd2b"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-e868ad49-3800-478b-b4cf-d0dce41dcd2b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-e868ad49-3800-478b-b4cf-d0dce41dcd2b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-e868ad49-3800-478b-b4cf-d0dce41dcd2b"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-e868ad49-3800-478b-b4cf-d0dce41dcd2b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-e868ad49-3800-478b-b4cf-d0dce41dcd2b"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-e868ad49-3800-478b-b4cf-d0dce41dcd2b"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-e868ad49-3800-478b-b4cf-d0dce41dcd2b"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-e868ad49-3800-478b-b4cf-d0dce41dcd2b"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-e868ad49-3800-478b-b4cf-d0dce41dcd2b"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-e868ad49-3800-478b-b4cf-d0dce41dcd2b"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-e868ad49-3800-478b-b4cf-d0dce41dcd2b"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-e868ad49-3800-478b-b4cf-d0dce41dcd2b"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-e868ad49-3800-478b-b4cf-d0dce41dcd2b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-e868ad49-3800-478b-b4cf-d0dce41dcd2b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-e868ad49-3800-478b-b4cf-d0dce41dcd2b"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-e868ad49-3800-478b-b4cf-d0dce41dcd2b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-e868ad49-3800-478b-b4cf-d0dce41dcd2b"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-e868ad49-3800-478b-b4cf-d0dce41dcd2b"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-e868ad49-3800-478b-b4cf-d0dce41dcd2b"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-e868ad49-3800-478b-b4cf-d0dce41dcd2b"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-e868ad49-3800-478b-b4cf-d0dce41dcd2b"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-e868ad49-3800-478b-b4cf-d0dce41dcd2b"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 25.0px);
}

}

#s-cf8bcfd1-b0b0-4513-8339-1cb94d925a9e {
  margin-bottom: 70px;
}








#s-cf8bcfd1-b0b0-4513-8339-1cb94d925a9e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cf8bcfd1-b0b0-4513-8339-1cb94d925a9e.shg-box.shg-c {
  justify-content: center;
}

#s-63f98ef7-3494-4355-818a-bf23f1ffa0d4 {
  margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
min-height: 50px;
max-width: 400px;
}








#s-63f98ef7-3494-4355-818a-bf23f1ffa0d4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-63f98ef7-3494-4355-818a-bf23f1ffa0d4.shg-box.shg-c {
  justify-content: center;
}

#s-9b0749a6-0a2d-45f7-b6c7-08b4dc7a1940 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9b0749a6-0a2d-45f7-b6c7-08b4dc7a1940 .shogun-heading-component h3 {
  color: rgba(77, 77, 77, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 30px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-9bacb59b-f4cb-4625-8ddc-f297732f6415 {
  margin-bottom: 10px;
}

#s-2d7a514b-94ee-4e05-a753-af797c21c962 {
  padding-top: 5px;
padding-bottom: 5px;
background-color: rgba(37, 37, 37, 0);
text-align: center;
text-decoration: none;
hover-type: color;
color: rgba(255, 109, 109, 1);
}
#s-2d7a514b-94ee-4e05-a753-af797c21c962:hover {background-color: rgba(219, 93, 93, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(221, 95, 95, 1) !important;}#s-2d7a514b-94ee-4e05-a753-af797c21c962:active {background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(219, 93, 93, 1) !important;}


#s-2d7a514b-94ee-4e05-a753-af797c21c962.shg-btn {
  color: rgba(255, 109, 109, 1);
  font-size: 20px;
  
  
  
  display:  inline-block ;
}

#s-636088bd-e3c5-4e45-b3e9-b6d8872c01be {
  margin-left: auto;
margin-right: auto;
max-width: 350px;
text-align: center;
}




  #s-636088bd-e3c5-4e45-b3e9-b6d8872c01be img.shogun-image {
    
    width: px;
  }


#s-636088bd-e3c5-4e45-b3e9-b6d8872c01be .shogun-image-content {
  
    align-items: center;
  
}

#s-75ba85df-8e60-42e8-b367-de3741d4c9dd {
  margin-bottom: 70px;
}








#s-75ba85df-8e60-42e8-b367-de3741d4c9dd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-75ba85df-8e60-42e8-b367-de3741d4c9dd.shg-box.shg-c {
  justify-content: center;
}

#s-b6435251-e7f7-44e4-a971-472e237d01c7 {
  margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
min-height: 50px;
max-width: 400px;
}








#s-b6435251-e7f7-44e4-a971-472e237d01c7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b6435251-e7f7-44e4-a971-472e237d01c7.shg-box.shg-c {
  justify-content: center;
}

#s-f4da8ff3-4e19-41ae-9433-64a04f424e30 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f4da8ff3-4e19-41ae-9433-64a04f424e30 .shogun-heading-component h3 {
  color: rgba(77, 77, 77, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 30px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-26c1169d-0584-4fbc-81f4-18bb962fbdf8 {
  margin-bottom: 10px;
}

#s-9d4b44dd-461e-4b12-bc4d-58b219dfb18f {
  padding-top: 5px;
padding-bottom: 5px;
background-color: rgba(37, 37, 37, 0);
text-align: center;
text-decoration: none;
hover-type: color;
color: rgba(255, 109, 109, 1);
}
#s-9d4b44dd-461e-4b12-bc4d-58b219dfb18f:hover {background-color: rgba(219, 93, 93, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(221, 95, 95, 1) !important;}#s-9d4b44dd-461e-4b12-bc4d-58b219dfb18f:active {background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(219, 93, 93, 1) !important;}


#s-9d4b44dd-461e-4b12-bc4d-58b219dfb18f.shg-btn {
  color: rgba(255, 109, 109, 1);
  font-size: 20px;
  
  
  
  display:  inline-block ;
}

#s-85f7a96e-5d29-431a-9587-4b7520b8478a {
  margin-left: auto;
margin-right: auto;
max-width: 350px;
text-align: center;
}




  #s-85f7a96e-5d29-431a-9587-4b7520b8478a img.shogun-image {
    
    width: px;
  }


#s-85f7a96e-5d29-431a-9587-4b7520b8478a .shogun-image-content {
  
    align-items: center;
  
}

#s-c5b02675-8d11-4d28-bd8a-3a9292f9d77d {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 1000px;
}








#s-c5b02675-8d11-4d28-bd8a-3a9292f9d77d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c5b02675-8d11-4d28-bd8a-3a9292f9d77d.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-ae6b5ef6-57f7-4b14-b9c4-b3b29df6e359"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ae6b5ef6-57f7-4b14-b9c4-b3b29df6e359"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-ae6b5ef6-57f7-4b14-b9c4-b3b29df6e359"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-ae6b5ef6-57f7-4b14-b9c4-b3b29df6e359"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-ae6b5ef6-57f7-4b14-b9c4-b3b29df6e359"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-ae6b5ef6-57f7-4b14-b9c4-b3b29df6e359"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-ae6b5ef6-57f7-4b14-b9c4-b3b29df6e359"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-ae6b5ef6-57f7-4b14-b9c4-b3b29df6e359"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-ae6b5ef6-57f7-4b14-b9c4-b3b29df6e359"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-ae6b5ef6-57f7-4b14-b9c4-b3b29df6e359"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-ae6b5ef6-57f7-4b14-b9c4-b3b29df6e359"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-ae6b5ef6-57f7-4b14-b9c4-b3b29df6e359"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-ae6b5ef6-57f7-4b14-b9c4-b3b29df6e359"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-ae6b5ef6-57f7-4b14-b9c4-b3b29df6e359"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-ae6b5ef6-57f7-4b14-b9c4-b3b29df6e359"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-ae6b5ef6-57f7-4b14-b9c4-b3b29df6e359"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-ae6b5ef6-57f7-4b14-b9c4-b3b29df6e359"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-ae6b5ef6-57f7-4b14-b9c4-b3b29df6e359"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-ae6b5ef6-57f7-4b14-b9c4-b3b29df6e359"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-ae6b5ef6-57f7-4b14-b9c4-b3b29df6e359"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-ae6b5ef6-57f7-4b14-b9c4-b3b29df6e359"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-ae6b5ef6-57f7-4b14-b9c4-b3b29df6e359"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-ae6b5ef6-57f7-4b14-b9c4-b3b29df6e359"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-ae6b5ef6-57f7-4b14-b9c4-b3b29df6e359"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-ae6b5ef6-57f7-4b14-b9c4-b3b29df6e359"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-ae6b5ef6-57f7-4b14-b9c4-b3b29df6e359"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-ae6b5ef6-57f7-4b14-b9c4-b3b29df6e359"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-ae6b5ef6-57f7-4b14-b9c4-b3b29df6e359"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-ae6b5ef6-57f7-4b14-b9c4-b3b29df6e359"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-ae6b5ef6-57f7-4b14-b9c4-b3b29df6e359"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-ae6b5ef6-57f7-4b14-b9c4-b3b29df6e359"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-ae6b5ef6-57f7-4b14-b9c4-b3b29df6e359"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-ae6b5ef6-57f7-4b14-b9c4-b3b29df6e359"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-ae6b5ef6-57f7-4b14-b9c4-b3b29df6e359"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-ae6b5ef6-57f7-4b14-b9c4-b3b29df6e359"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-ae6b5ef6-57f7-4b14-b9c4-b3b29df6e359"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-ae6b5ef6-57f7-4b14-b9c4-b3b29df6e359"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 25.0px);
}

}

#s-4849259a-6179-4c29-9c35-cc68da062aa4 {
  margin-bottom: 70px;
}








#s-4849259a-6179-4c29-9c35-cc68da062aa4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4849259a-6179-4c29-9c35-cc68da062aa4.shg-box.shg-c {
  justify-content: center;
}

#s-05f3244a-97be-4c1f-a6b4-5285c5aa5632 {
  margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
min-height: 50px;
max-width: 400px;
}








#s-05f3244a-97be-4c1f-a6b4-5285c5aa5632 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-05f3244a-97be-4c1f-a6b4-5285c5aa5632.shg-box.shg-c {
  justify-content: center;
}

#s-414b1f50-f80f-4f5a-a158-eaa79be455dd {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-414b1f50-f80f-4f5a-a158-eaa79be455dd .shogun-heading-component h3 {
  color: rgba(77, 77, 77, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 30px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-baa4beec-addd-43ca-a974-391b220b753f {
  margin-bottom: 10px;
}

#s-d69694b1-cea6-4959-b0f6-7b52c66948fd {
  padding-top: 5px;
padding-bottom: 5px;
background-color: rgba(37, 37, 37, 0);
text-align: center;
text-decoration: none;
hover-type: color;
color: rgba(255, 109, 109, 1);
}
#s-d69694b1-cea6-4959-b0f6-7b52c66948fd:hover {background-color: rgba(219, 93, 93, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(221, 95, 95, 1) !important;}#s-d69694b1-cea6-4959-b0f6-7b52c66948fd:active {background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(219, 93, 93, 1) !important;}


#s-d69694b1-cea6-4959-b0f6-7b52c66948fd.shg-btn {
  color: rgba(255, 109, 109, 1);
  font-size: 20px;
  
  
  
  display:  inline-block ;
}

#s-d50743f4-920f-4748-a465-1da6b511f636 {
  margin-left: auto;
margin-right: auto;
max-width: 350px;
text-align: center;
}




  #s-d50743f4-920f-4748-a465-1da6b511f636 img.shogun-image {
    
    width: px;
  }


#s-d50743f4-920f-4748-a465-1da6b511f636 .shogun-image-content {
  
    align-items: center;
  
}

#s-d28029fc-145b-4291-aee9-31a525246ee1 {
  margin-bottom: 70px;
}








#s-d28029fc-145b-4291-aee9-31a525246ee1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d28029fc-145b-4291-aee9-31a525246ee1.shg-box.shg-c {
  justify-content: center;
}

#s-31da12cb-2b16-44ac-89d2-4bcf058680c2 {
  margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
min-height: 50px;
max-width: 400px;
}








#s-31da12cb-2b16-44ac-89d2-4bcf058680c2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-31da12cb-2b16-44ac-89d2-4bcf058680c2.shg-box.shg-c {
  justify-content: center;
}

#s-5811922a-8692-4b63-870e-aa928d552b9b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5811922a-8692-4b63-870e-aa928d552b9b .shogun-heading-component h3 {
  color: rgba(77, 77, 77, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 30px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-d6466bcd-3b6f-4989-accc-95fa20b334b5 {
  margin-bottom: 10px;
}

#s-345598cf-c736-481e-8016-f0d92e321c8b {
  padding-top: 5px;
padding-bottom: 5px;
background-color: rgba(37, 37, 37, 0);
text-align: center;
text-decoration: none;
hover-type: color;
color: rgba(255, 109, 109, 1);
}
#s-345598cf-c736-481e-8016-f0d92e321c8b:hover {background-color: rgba(219, 93, 93, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(221, 95, 95, 1) !important;}#s-345598cf-c736-481e-8016-f0d92e321c8b:active {background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(219, 93, 93, 1) !important;}


#s-345598cf-c736-481e-8016-f0d92e321c8b.shg-btn {
  color: rgba(255, 109, 109, 1);
  font-size: 20px;
  
  
  
  display:  inline-block ;
}

#s-345b1064-d548-47b0-a923-09a44a5bb022 {
  margin-left: auto;
margin-right: auto;
max-width: 350px;
text-align: center;
}




  #s-345b1064-d548-47b0-a923-09a44a5bb022 img.shogun-image {
    
    width: px;
  }


#s-345b1064-d548-47b0-a923-09a44a5bb022 .shogun-image-content {
  
    align-items: center;
  
}

#s-70f2a01f-a426-42ca-9f84-1a3b204e6c68 {
  padding-top: 50px;
padding-left: 50px;
padding-bottom: 50px;
padding-right: 50px;
min-height: 50px;
background-color: rgba(248, 248, 248, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-70f2a01f-a426-42ca-9f84-1a3b204e6c68 {
  padding-left: 25px;
padding-right: 25px;
}
}@media (max-width: 767px){#s-70f2a01f-a426-42ca-9f84-1a3b204e6c68 {
  padding-left: 25px;
padding-right: 25px;
}
}







#s-70f2a01f-a426-42ca-9f84-1a3b204e6c68 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-70f2a01f-a426-42ca-9f84-1a3b204e6c68.shg-box.shg-c {
  justify-content: center;
}

#s-3f285e9e-9818-4036-8830-f72d94c5739f {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 1200px;
}








#s-3f285e9e-9818-4036-8830-f72d94c5739f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3f285e9e-9818-4036-8830-f72d94c5739f.shg-box.shg-c {
  justify-content: center;
}

#s-67797a17-2ddd-4f0c-a9f4-b4143d85d71e {
  text-align: center;
}




  #s-67797a17-2ddd-4f0c-a9f4-b4143d85d71e img.shogun-image {
    
    width: px;
  }


#s-67797a17-2ddd-4f0c-a9f4-b4143d85d71e .shogun-image-content {
  
    align-items: center;
  
}

#s-3fbab41f-1e02-4896-87c4-14082a14b9d9 {
  min-height: 50px;
}








#s-3fbab41f-1e02-4896-87c4-14082a14b9d9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3fbab41f-1e02-4896-87c4-14082a14b9d9.shg-box.shg-c {
  justify-content: center;
}

#s-dd262fbe-bf16-4afa-a01c-f67a56e342da {
  margin-top: 70px;
margin-left: auto;
margin-bottom: 70px;
margin-right: auto;
min-height: 50px;
max-width: 700px;
}
@media (min-width: 1200px){#s-dd262fbe-bf16-4afa-a01c-f67a56e342da {
  padding-left: 50px;
padding-right: 50px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-dd262fbe-bf16-4afa-a01c-f67a56e342da {
  padding-left: 50px;
padding-right: 50px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-dd262fbe-bf16-4afa-a01c-f67a56e342da {
  padding-left: 25px;
padding-right: 25px;
}
}@media (max-width: 767px){#s-dd262fbe-bf16-4afa-a01c-f67a56e342da {
  padding-left: 25px;
padding-right: 25px;
}
}







#s-dd262fbe-bf16-4afa-a01c-f67a56e342da > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-dd262fbe-bf16-4afa-a01c-f67a56e342da.shg-box.shg-c {
  justify-content: center;
}

#s-56177c00-bf7f-4028-9315-e8aeee2d8864 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-56177c00-bf7f-4028-9315-e8aeee2d8864 .shogun-heading-component h3 {
  color: rgba(77, 77, 77, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 30px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-de98714c-cb9d-4d25-84f0-cee0f3c011f7 {
  margin-top: 20px;
background-color: rgba(37, 37, 37, 0);
text-align: center;
text-decoration: none;
hover-type: color;
color: rgba(255, 109, 109, 1);
}
#s-de98714c-cb9d-4d25-84f0-cee0f3c011f7:hover {background-color: rgba(219, 93, 93, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(221, 95, 95, 1) !important;}#s-de98714c-cb9d-4d25-84f0-cee0f3c011f7:active {background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(219, 93, 93, 1) !important;}


#s-de98714c-cb9d-4d25-84f0-cee0f3c011f7.shg-btn {
  color: rgba(255, 109, 109, 1);
  font-size: 20px;
  
  
  
  display:  inline-block ;
}

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

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

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

.shogun-root iframe {
  display: initial;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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