.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-68df3e4a-64d5-4361-8906-b641ef7c3007 {
  min-height: 50px;
}








#s-68df3e4a-64d5-4361-8906-b641ef7c3007 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-68df3e4a-64d5-4361-8906-b641ef7c3007.shg-box.shg-c {
  justify-content: center;
}

#s-5501d558-85a2-4ca5-820f-b50bfece867b {
  min-height: 50px;
}








#s-5501d558-85a2-4ca5-820f-b50bfece867b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5501d558-85a2-4ca5-820f-b50bfece867b.shg-box.shg-c {
  justify-content: center;
}

.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-ffab80d0-59d5-4572-9bf0-810438dc86da"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ffab80d0-59d5-4572-9bf0-810438dc86da"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-ffab80d0-59d5-4572-9bf0-810438dc86da"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-ffab80d0-59d5-4572-9bf0-810438dc86da"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-ffab80d0-59d5-4572-9bf0-810438dc86da"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-ffab80d0-59d5-4572-9bf0-810438dc86da"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-ffab80d0-59d5-4572-9bf0-810438dc86da"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-ffab80d0-59d5-4572-9bf0-810438dc86da"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-ffab80d0-59d5-4572-9bf0-810438dc86da"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-ffab80d0-59d5-4572-9bf0-810438dc86da"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-ffab80d0-59d5-4572-9bf0-810438dc86da"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-ffab80d0-59d5-4572-9bf0-810438dc86da"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-ffab80d0-59d5-4572-9bf0-810438dc86da"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-ffab80d0-59d5-4572-9bf0-810438dc86da"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-ffab80d0-59d5-4572-9bf0-810438dc86da"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-ffab80d0-59d5-4572-9bf0-810438dc86da"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-ffab80d0-59d5-4572-9bf0-810438dc86da"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-ffab80d0-59d5-4572-9bf0-810438dc86da"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-ffab80d0-59d5-4572-9bf0-810438dc86da"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-ffab80d0-59d5-4572-9bf0-810438dc86da"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-ffab80d0-59d5-4572-9bf0-810438dc86da"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-ffab80d0-59d5-4572-9bf0-810438dc86da"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-ffab80d0-59d5-4572-9bf0-810438dc86da"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-ffab80d0-59d5-4572-9bf0-810438dc86da"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-ffab80d0-59d5-4572-9bf0-810438dc86da"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-ffab80d0-59d5-4572-9bf0-810438dc86da"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-ffab80d0-59d5-4572-9bf0-810438dc86da"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-ffab80d0-59d5-4572-9bf0-810438dc86da"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-ffab80d0-59d5-4572-9bf0-810438dc86da"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-ffab80d0-59d5-4572-9bf0-810438dc86da"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-ffab80d0-59d5-4572-9bf0-810438dc86da"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-ffab80d0-59d5-4572-9bf0-810438dc86da"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-ffab80d0-59d5-4572-9bf0-810438dc86da"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-ffab80d0-59d5-4572-9bf0-810438dc86da"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-ffab80d0-59d5-4572-9bf0-810438dc86da"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-ffab80d0-59d5-4572-9bf0-810438dc86da"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-ffab80d0-59d5-4572-9bf0-810438dc86da"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-b2e820ca-8303-4903-a2d3-89fdec35e3e1 {
  min-height: 50px;
}
@media (max-width: 767px){#s-b2e820ca-8303-4903-a2d3-89fdec35e3e1 {
  min-height: 50px;
}
}







#s-b2e820ca-8303-4903-a2d3-89fdec35e3e1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b2e820ca-8303-4903-a2d3-89fdec35e3e1.shg-box.shg-c {
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-image-cover {
  -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-4df7bb36-a1a6-4c73-8036-570fa1cda738 {
  text-align: center;
}





#s-4df7bb36-a1a6-4c73-8036-570fa1cda738 .shogun-image-content {
  
    align-items: center;
  
}

#s-2d50f705-3134-4a2f-a418-3e064490b2d0 {
  margin-left: auto;
margin-bottom: 400px;
margin-right: auto;
min-height: 50px;
max-width: 80%;
}
@media (min-width: 1200px){#s-2d50f705-3134-4a2f-a418-3e064490b2d0 {
  margin-top: 100px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-2d50f705-3134-4a2f-a418-3e064490b2d0 {
  margin-top: 100px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-2d50f705-3134-4a2f-a418-3e064490b2d0 {
  margin-top: 380px;
}
}@media (max-width: 767px){#s-2d50f705-3134-4a2f-a418-3e064490b2d0 {
  margin-top: 260px;
min-height: 50px;
}
}







#s-2d50f705-3134-4a2f-a418-3e064490b2d0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2d50f705-3134-4a2f-a418-3e064490b2d0.shg-box.shg-c {
  justify-content: flex-start;
}

.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-9ee897eb-c59d-4aff-8aa9-9aba73be4ebd {
  margin-top: 30px;
padding-top: 0px;
padding-bottom: 0px;
min-height: 50px;
text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-9ee897eb-c59d-4aff-8aa9-9aba73be4ebd {
  margin-left: auto;
margin-right: auto;
}
}@media (max-width: 767px){#s-9ee897eb-c59d-4aff-8aa9-9aba73be4ebd {
  margin-top: 120px;
margin-left: auto;
margin-right: auto;
}
}
#s-9ee897eb-c59d-4aff-8aa9-9aba73be4ebd .shogun-heading-component h1 {
  color: rgba(73, 73, 73, 1);
  font-weight:  900 ;
  font-family: Fira Sans Condensed;
  font-style:   ;
  font-size: 32px;
  line-height: 1.5em;
  letter-spacing: ;
  text-align: left;
}



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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-e7acbf30-a001-4f4a-b053-58307b4c93d9 {
  margin-bottom: 50px;
min-height: 100px;
}

.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-869f21b2-a3a8-4848-83ac-4484c54d497f {
  box-shadow:1px 1px 1px 1px rgba(255, 255, 255, 0);
border-style: solid;
padding-top: 6px;
padding-left: 12px;
padding-bottom: 6px;
padding-right: 12px;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(255, 185, 0, 1);
border-style: solid;
border-radius: 5px;
background-color: rgba(255, 185, 0, 1);
text-align: left;
text-decoration: none;
color: rgba(255, 255, 255, 1);
}
#s-869f21b2-a3a8-4848-83ac-4484c54d497f:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(255, 185, 0, 1) !important;
text-decoration: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-869f21b2-a3a8-4848-83ac-4484c54d497f:active {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;
color: rgba(255, 185, 0, 1) !important;
hover-type: color !important;}

  #s-869f21b2-a3a8-4848-83ac-4484c54d497f-btn-wrapper {
    text-align: left;
  }


#s-869f21b2-a3a8-4848-83ac-4484c54d497f.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: Fira Sans;
  display:  inline-block ;
}

#s-77437269-19cc-48ac-8a71-64f92185d799 {
  text-align: center;
}




  #s-77437269-19cc-48ac-8a71-64f92185d799 img.shogun-image {
    
    width: px;
  }


#s-77437269-19cc-48ac-8a71-64f92185d799 .shogun-image-content {
  
    align-items: center;
  
}

#s-2236088f-7744-44b1-be6f-1ce0be3504be {
  margin-left: auto;
margin-bottom: 400px;
margin-right: auto;
min-height: 50px;
max-width: 80%;
}
@media (min-width: 1200px){#s-2236088f-7744-44b1-be6f-1ce0be3504be {
  margin-top: 100px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-2236088f-7744-44b1-be6f-1ce0be3504be {
  margin-top: 100px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-2236088f-7744-44b1-be6f-1ce0be3504be {
  margin-top: 380px;
}
}@media (max-width: 767px){#s-2236088f-7744-44b1-be6f-1ce0be3504be {
  margin-top: 260px;
}
}







#s-2236088f-7744-44b1-be6f-1ce0be3504be > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2236088f-7744-44b1-be6f-1ce0be3504be.shg-box.shg-c {
  justify-content: flex-start;
}

#s-cf3f68fe-ac20-4304-8fb4-3d0481cb3705 {
  margin-top: 30px;
padding-top: 0px;
padding-bottom: 0px;
min-height: 50px;
text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-cf3f68fe-ac20-4304-8fb4-3d0481cb3705 {
  margin-left: auto;
margin-right: auto;
}
}@media (max-width: 767px){#s-cf3f68fe-ac20-4304-8fb4-3d0481cb3705 {
  margin-left: auto;
margin-right: auto;
}
}
#s-cf3f68fe-ac20-4304-8fb4-3d0481cb3705 .shogun-heading-component h1 {
  color: rgba(73, 73, 73, 1);
  font-weight:  900 ;
  font-family: Fira Sans Condensed;
  font-style:   ;
  font-size: 32px;
  line-height: 1.5em;
  letter-spacing: ;
  text-align: left;
}



#s-5a776826-c01d-4d20-b34b-deb7eb6b8202 {
  margin-bottom: 50px;
min-height: 100px;
}

#s-6a0c4a4c-29f2-43cd-a06f-d79883904da1 {
  box-shadow:1px 1px 1px 1px rgba(255, 255, 255, 0);
border-style: solid;
padding-top: 6px;
padding-left: 12px;
padding-bottom: 6px;
padding-right: 12px;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(255, 185, 0, 1);
border-style: solid;
border-radius: 5px;
background-color: rgba(255, 185, 0, 1);
text-align: left;
text-decoration: none;
color: rgba(255, 255, 255, 1);
}
#s-6a0c4a4c-29f2-43cd-a06f-d79883904da1:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(255, 185, 0, 1) !important;
text-decoration: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-6a0c4a4c-29f2-43cd-a06f-d79883904da1:active {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;
color: rgba(255, 185, 0, 1) !important;
hover-type: color !important;}

  #s-6a0c4a4c-29f2-43cd-a06f-d79883904da1-btn-wrapper {
    text-align: left;
  }


#s-6a0c4a4c-29f2-43cd-a06f-d79883904da1.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: Fira Sans;
  display:  inline-block ;
}

#s-44ca0d21-f6d7-4ad2-91c2-df4a69d27308 {
  background-repeat: no-repeat;
background-size: cover;
padding-top: 0px;
padding-bottom: 0px;
min-height: 699px;
background-attachment: scroll;
background-position: center center;
}
@media (max-width: 767px){#s-44ca0d21-f6d7-4ad2-91c2-df4a69d27308 {
  min-height: 830px;
}
}







#s-44ca0d21-f6d7-4ad2-91c2-df4a69d27308 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-44ca0d21-f6d7-4ad2-91c2-df4a69d27308.shg-box.shg-c {
  justify-content: center;
}
@media (max-width: 767px){






#s-44ca0d21-f6d7-4ad2-91c2-df4a69d27308 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-44ca0d21-f6d7-4ad2-91c2-df4a69d27308.shg-box.shg-c {
  justify-content: flex-start;
}
}
#s-061e5e08-7530-44c7-ad90-b28bc63d1e6a {
  margin-left: auto;
margin-right: auto;
padding-left: 30px;
padding-right: 30px;
}
@media (max-width: 767px){#s-061e5e08-7530-44c7-ad90-b28bc63d1e6a {
  margin-top: 90px;
}
}
@media (min-width: 0px) {
[id="s-061e5e08-7530-44c7-ad90-b28bc63d1e6a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-061e5e08-7530-44c7-ad90-b28bc63d1e6a"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-061e5e08-7530-44c7-ad90-b28bc63d1e6a"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-061e5e08-7530-44c7-ad90-b28bc63d1e6a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-061e5e08-7530-44c7-ad90-b28bc63d1e6a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-061e5e08-7530-44c7-ad90-b28bc63d1e6a"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-061e5e08-7530-44c7-ad90-b28bc63d1e6a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-061e5e08-7530-44c7-ad90-b28bc63d1e6a"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-061e5e08-7530-44c7-ad90-b28bc63d1e6a"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-061e5e08-7530-44c7-ad90-b28bc63d1e6a"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-061e5e08-7530-44c7-ad90-b28bc63d1e6a"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-061e5e08-7530-44c7-ad90-b28bc63d1e6a"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-061e5e08-7530-44c7-ad90-b28bc63d1e6a"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-061e5e08-7530-44c7-ad90-b28bc63d1e6a"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-061e5e08-7530-44c7-ad90-b28bc63d1e6a"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-061e5e08-7530-44c7-ad90-b28bc63d1e6a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-061e5e08-7530-44c7-ad90-b28bc63d1e6a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-061e5e08-7530-44c7-ad90-b28bc63d1e6a"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-061e5e08-7530-44c7-ad90-b28bc63d1e6a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-061e5e08-7530-44c7-ad90-b28bc63d1e6a"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-061e5e08-7530-44c7-ad90-b28bc63d1e6a"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-061e5e08-7530-44c7-ad90-b28bc63d1e6a"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-061e5e08-7530-44c7-ad90-b28bc63d1e6a"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-061e5e08-7530-44c7-ad90-b28bc63d1e6a"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-061e5e08-7530-44c7-ad90-b28bc63d1e6a"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-061e5e08-7530-44c7-ad90-b28bc63d1e6a"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-061e5e08-7530-44c7-ad90-b28bc63d1e6a"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-061e5e08-7530-44c7-ad90-b28bc63d1e6a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-061e5e08-7530-44c7-ad90-b28bc63d1e6a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-061e5e08-7530-44c7-ad90-b28bc63d1e6a"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-061e5e08-7530-44c7-ad90-b28bc63d1e6a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-061e5e08-7530-44c7-ad90-b28bc63d1e6a"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-061e5e08-7530-44c7-ad90-b28bc63d1e6a"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-061e5e08-7530-44c7-ad90-b28bc63d1e6a"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-061e5e08-7530-44c7-ad90-b28bc63d1e6a"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-061e5e08-7530-44c7-ad90-b28bc63d1e6a"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-061e5e08-7530-44c7-ad90-b28bc63d1e6a"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-ef271d1f-0ba8-4684-a3f0-0410b81184e4 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 80%;
}








#s-ef271d1f-0ba8-4684-a3f0-0410b81184e4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ef271d1f-0ba8-4684-a3f0-0410b81184e4.shg-box.shg-c {
  justify-content: center;
}

#s-8cf5060a-61ae-4a5a-843a-ab25e4c790b0 {
  margin-top: 30px;
margin-bottom: 20px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-8cf5060a-61ae-4a5a-843a-ab25e4c790b0 {
  margin-left: auto;
margin-right: auto;
}
}@media (max-width: 767px){#s-8cf5060a-61ae-4a5a-843a-ab25e4c790b0 {
  margin-left: auto;
margin-right: auto;
}
}
#s-8cf5060a-61ae-4a5a-843a-ab25e4c790b0 .shogun-heading-component h1 {
  color: rgba(73, 73, 73, 1);
  font-weight:  900 ;
  font-family: Fira Sans Condensed;
  font-style:   ;
  font-size: 32px;
  line-height: 1.5em;
  letter-spacing: ;
  text-align: left;
}



#s-0c0d8786-b1e8-45a9-9846-7622de8f3448 {
  margin-bottom: 50px;
}

#s-00f69970-9d4b-4bd6-9660-fb51c79c7607 {
  box-shadow:1px 1px 1px 1px rgba(255, 255, 255, 0);
border-style: solid;
padding-top: 6px;
padding-left: 12px;
padding-bottom: 6px;
padding-right: 12px;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(255, 185, 0, 1);
border-style: solid;
border-radius: 5px;
background-color: rgba(255, 185, 0, 1);
text-align: left;
text-decoration: none;
color: rgba(255, 255, 255, 1);
}
#s-00f69970-9d4b-4bd6-9660-fb51c79c7607:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(255, 185, 0, 1) !important;
text-decoration: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-00f69970-9d4b-4bd6-9660-fb51c79c7607:active {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;
color: rgba(255, 185, 0, 1) !important;
hover-type: color !important;}

  #s-00f69970-9d4b-4bd6-9660-fb51c79c7607-btn-wrapper {
    text-align: left;
  }


#s-00f69970-9d4b-4bd6-9660-fb51c79c7607.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: Fira Sans;
  display:  inline-block ;
}

#s-32e0471e-3ba2-4bda-82cc-16f591895fdd {
  min-height: 50px;
}








#s-32e0471e-3ba2-4bda-82cc-16f591895fdd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-32e0471e-3ba2-4bda-82cc-16f591895fdd.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-ced89d42-fd15-487f-b80a-25643fdbf845"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ced89d42-fd15-487f-b80a-25643fdbf845"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-ced89d42-fd15-487f-b80a-25643fdbf845"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-ced89d42-fd15-487f-b80a-25643fdbf845"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-ced89d42-fd15-487f-b80a-25643fdbf845"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-ced89d42-fd15-487f-b80a-25643fdbf845"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-ced89d42-fd15-487f-b80a-25643fdbf845"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-ced89d42-fd15-487f-b80a-25643fdbf845"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-ced89d42-fd15-487f-b80a-25643fdbf845"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-ced89d42-fd15-487f-b80a-25643fdbf845"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-ced89d42-fd15-487f-b80a-25643fdbf845"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-ced89d42-fd15-487f-b80a-25643fdbf845"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-ced89d42-fd15-487f-b80a-25643fdbf845"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-ced89d42-fd15-487f-b80a-25643fdbf845"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-ced89d42-fd15-487f-b80a-25643fdbf845"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-ced89d42-fd15-487f-b80a-25643fdbf845"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-ced89d42-fd15-487f-b80a-25643fdbf845"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-ced89d42-fd15-487f-b80a-25643fdbf845"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-ced89d42-fd15-487f-b80a-25643fdbf845"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-ced89d42-fd15-487f-b80a-25643fdbf845"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-ced89d42-fd15-487f-b80a-25643fdbf845"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-ced89d42-fd15-487f-b80a-25643fdbf845"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-ced89d42-fd15-487f-b80a-25643fdbf845"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-ced89d42-fd15-487f-b80a-25643fdbf845"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-ced89d42-fd15-487f-b80a-25643fdbf845"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-ced89d42-fd15-487f-b80a-25643fdbf845"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-ced89d42-fd15-487f-b80a-25643fdbf845"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-ced89d42-fd15-487f-b80a-25643fdbf845"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-ced89d42-fd15-487f-b80a-25643fdbf845"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-ced89d42-fd15-487f-b80a-25643fdbf845"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-ced89d42-fd15-487f-b80a-25643fdbf845"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-ced89d42-fd15-487f-b80a-25643fdbf845"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-ced89d42-fd15-487f-b80a-25643fdbf845"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-ced89d42-fd15-487f-b80a-25643fdbf845"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-ced89d42-fd15-487f-b80a-25643fdbf845"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-ced89d42-fd15-487f-b80a-25643fdbf845"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-ced89d42-fd15-487f-b80a-25643fdbf845"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-60d17d3e-6b4a-452b-9304-e9fb5a28f84d {
  min-height: 200px;
}
@media (max-width: 767px){#s-60d17d3e-6b4a-452b-9304-e9fb5a28f84d {
  min-height: 400px;
}
}







#s-60d17d3e-6b4a-452b-9304-e9fb5a28f84d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-60d17d3e-6b4a-452b-9304-e9fb5a28f84d.shg-box.shg-c {
  justify-content: center;
}
@media (max-width: 767px){






#s-60d17d3e-6b4a-452b-9304-e9fb5a28f84d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-60d17d3e-6b4a-452b-9304-e9fb5a28f84d.shg-box.shg-c {
  justify-content: center;
}
}
#s-5175368a-c21c-4902-ba0b-f6d1df8501c2 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 80%;
}
@media (min-width: 1200px){#s-5175368a-c21c-4902-ba0b-f6d1df8501c2 {
  margin-left: 105px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-5175368a-c21c-4902-ba0b-f6d1df8501c2 {
  max-width: 90%;
}
}







#s-5175368a-c21c-4902-ba0b-f6d1df8501c2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5175368a-c21c-4902-ba0b-f6d1df8501c2.shg-box.shg-c {
  justify-content: center;
}

#s-aad37cc8-3f81-4648-a23e-01f376556079 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
}

#s-aad37cc8-3f81-4648-a23e-01f376556079 .shogun-heading-component h1 {
  color: rgba(73, 73, 73, 1);
  font-weight:  900 ;
  font-family: Fira Sans Condensed;
  font-style:   ;
  font-size: 32px;
  line-height: 1.5em;
  letter-spacing: ;
  
}



#s-20503018-9223-474d-b002-6358e2552345 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
}
@media (max-width: 767px){#s-20503018-9223-474d-b002-6358e2552345 {
  margin-right: auto;
}
}
#s-cd042eda-4982-4837-a0b8-7fc3599729cf {
  box-shadow:1px 1px 1px 1px rgba(255, 255, 255, 0);
border-style: solid;
padding-top: 6px;
padding-left: 12px;
padding-bottom: 6px;
padding-right: 12px;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(255, 185, 0, 1);
border-style: solid;
border-radius: 5px;
background-color: rgba(255, 185, 0, 1);
text-align: left;
text-decoration: none;
color: rgba(255, 255, 255, 1);
}
#s-cd042eda-4982-4837-a0b8-7fc3599729cf:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(255, 185, 0, 1) !important;
text-decoration: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-cd042eda-4982-4837-a0b8-7fc3599729cf:active {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;
color: rgba(255, 185, 0, 1) !important;
hover-type: color !important;}

  #s-cd042eda-4982-4837-a0b8-7fc3599729cf-btn-wrapper {
    text-align: left;
  }


#s-cd042eda-4982-4837-a0b8-7fc3599729cf.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: Fira Sans;
  display:  inline-block ;
}

#s-899c7c24-c062-43a2-a356-024503ea719c {
  background-repeat: no-repeat;
background-size: cover;
min-height: 600px;
background-position: center center;
}
@media (max-width: 767px){#s-899c7c24-c062-43a2-a356-024503ea719c {
  min-height: 500px;
}
}







#s-899c7c24-c062-43a2-a356-024503ea719c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-899c7c24-c062-43a2-a356-024503ea719c.shg-box.shg-c {
  justify-content: center;
}

#s-2a9da414-bfcd-4ed7-84f4-8dfff03cc6be {
  min-height: 50px;
}








#s-2a9da414-bfcd-4ed7-84f4-8dfff03cc6be > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2a9da414-bfcd-4ed7-84f4-8dfff03cc6be.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-21d9839c-6acb-420f-90ab-6237dddb1810"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-21d9839c-6acb-420f-90ab-6237dddb1810"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-21d9839c-6acb-420f-90ab-6237dddb1810"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-21d9839c-6acb-420f-90ab-6237dddb1810"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-21d9839c-6acb-420f-90ab-6237dddb1810"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-21d9839c-6acb-420f-90ab-6237dddb1810"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-21d9839c-6acb-420f-90ab-6237dddb1810"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-21d9839c-6acb-420f-90ab-6237dddb1810"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-21d9839c-6acb-420f-90ab-6237dddb1810"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-21d9839c-6acb-420f-90ab-6237dddb1810"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-21d9839c-6acb-420f-90ab-6237dddb1810"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-21d9839c-6acb-420f-90ab-6237dddb1810"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-21d9839c-6acb-420f-90ab-6237dddb1810"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-21d9839c-6acb-420f-90ab-6237dddb1810"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-21d9839c-6acb-420f-90ab-6237dddb1810"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-21d9839c-6acb-420f-90ab-6237dddb1810"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-21d9839c-6acb-420f-90ab-6237dddb1810"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-21d9839c-6acb-420f-90ab-6237dddb1810"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-21d9839c-6acb-420f-90ab-6237dddb1810"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-21d9839c-6acb-420f-90ab-6237dddb1810"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-21d9839c-6acb-420f-90ab-6237dddb1810"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-21d9839c-6acb-420f-90ab-6237dddb1810"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-21d9839c-6acb-420f-90ab-6237dddb1810"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-21d9839c-6acb-420f-90ab-6237dddb1810"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-21d9839c-6acb-420f-90ab-6237dddb1810"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-21d9839c-6acb-420f-90ab-6237dddb1810"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-21d9839c-6acb-420f-90ab-6237dddb1810"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-21d9839c-6acb-420f-90ab-6237dddb1810"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-21d9839c-6acb-420f-90ab-6237dddb1810"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-21d9839c-6acb-420f-90ab-6237dddb1810"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-21d9839c-6acb-420f-90ab-6237dddb1810"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-21d9839c-6acb-420f-90ab-6237dddb1810"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-21d9839c-6acb-420f-90ab-6237dddb1810"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-21d9839c-6acb-420f-90ab-6237dddb1810"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-21d9839c-6acb-420f-90ab-6237dddb1810"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-21d9839c-6acb-420f-90ab-6237dddb1810"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-21d9839c-6acb-420f-90ab-6237dddb1810"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-21d9839c-6acb-420f-90ab-6237dddb1810"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-ca1c43f7-b361-4ab4-92e0-4ad22a8e39bd {
  background-repeat: no-repeat;
background-size: cover;
min-height: 600px;
background-position: center center;
}
@media (max-width: 767px){#s-ca1c43f7-b361-4ab4-92e0-4ad22a8e39bd {
  min-height: 500px;
}
}







#s-ca1c43f7-b361-4ab4-92e0-4ad22a8e39bd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ca1c43f7-b361-4ab4-92e0-4ad22a8e39bd.shg-box.shg-c {
  justify-content: center;
}

#s-5356aa62-0182-4952-b73e-de452aab6a5e {
  min-height: 200px;
}
@media (max-width: 767px){#s-5356aa62-0182-4952-b73e-de452aab6a5e {
  min-height: 400px;
}
}







#s-5356aa62-0182-4952-b73e-de452aab6a5e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5356aa62-0182-4952-b73e-de452aab6a5e.shg-box.shg-c {
  justify-content: center;
}
@media (max-width: 767px){






#s-5356aa62-0182-4952-b73e-de452aab6a5e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5356aa62-0182-4952-b73e-de452aab6a5e.shg-box.shg-c {
  justify-content: center;
}
}
#s-187d0cc7-e7b9-4aab-bf10-993da015ad34 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 80%;
}
@media (min-width: 1200px){#s-187d0cc7-e7b9-4aab-bf10-993da015ad34 {
  margin-right: 105px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-187d0cc7-e7b9-4aab-bf10-993da015ad34 {
  max-width: 90%;
}
}







#s-187d0cc7-e7b9-4aab-bf10-993da015ad34 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-187d0cc7-e7b9-4aab-bf10-993da015ad34.shg-box.shg-c {
  justify-content: center;
}

#s-90794ef5-0d3b-4487-9810-5206397d20bd {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
}

#s-90794ef5-0d3b-4487-9810-5206397d20bd .shogun-heading-component h1 {
  color: rgba(73, 73, 73, 1);
  font-weight:  900 ;
  font-family: Fira Sans Condensed;
  font-style:   ;
  font-size: 32px;
  line-height: 1.5em;
  letter-spacing: ;
  
}



#s-15892f54-cc88-4666-a2fd-3a7d20a78e27 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
}
@media (max-width: 767px){#s-15892f54-cc88-4666-a2fd-3a7d20a78e27 {
  margin-right: auto;
}
}
#s-c633fb5b-2781-4d68-b119-311320fb7715 {
  box-shadow:1px 1px 1px 1px rgba(255, 255, 255, 0);
border-style: solid;
padding-top: 6px;
padding-left: 12px;
padding-bottom: 6px;
padding-right: 12px;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(255, 185, 0, 1);
border-style: solid;
border-radius: 5px;
background-color: rgba(255, 185, 0, 1);
text-align: left;
text-decoration: none;
color: rgba(255, 255, 255, 1);
}
#s-c633fb5b-2781-4d68-b119-311320fb7715:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(255, 185, 0, 1) !important;
text-decoration: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-c633fb5b-2781-4d68-b119-311320fb7715:active {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;
color: rgba(255, 185, 0, 1) !important;
hover-type: color !important;}

  #s-c633fb5b-2781-4d68-b119-311320fb7715-btn-wrapper {
    text-align: left;
  }


#s-c633fb5b-2781-4d68-b119-311320fb7715.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: Fira Sans;
  display:  inline-block ;
}

#s-6707376d-405b-4fbb-98b1-0d0c9ccf847b {
  min-height: 50px;
}








#s-6707376d-405b-4fbb-98b1-0d0c9ccf847b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6707376d-405b-4fbb-98b1-0d0c9ccf847b.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-da43390c-9ab9-421b-8dd7-8c596c3f8ab5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-da43390c-9ab9-421b-8dd7-8c596c3f8ab5"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-da43390c-9ab9-421b-8dd7-8c596c3f8ab5"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-da43390c-9ab9-421b-8dd7-8c596c3f8ab5"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-da43390c-9ab9-421b-8dd7-8c596c3f8ab5"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-da43390c-9ab9-421b-8dd7-8c596c3f8ab5"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-da43390c-9ab9-421b-8dd7-8c596c3f8ab5"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-da43390c-9ab9-421b-8dd7-8c596c3f8ab5"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-da43390c-9ab9-421b-8dd7-8c596c3f8ab5"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-da43390c-9ab9-421b-8dd7-8c596c3f8ab5"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-da43390c-9ab9-421b-8dd7-8c596c3f8ab5"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-da43390c-9ab9-421b-8dd7-8c596c3f8ab5"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-da43390c-9ab9-421b-8dd7-8c596c3f8ab5"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-da43390c-9ab9-421b-8dd7-8c596c3f8ab5"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-da43390c-9ab9-421b-8dd7-8c596c3f8ab5"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-da43390c-9ab9-421b-8dd7-8c596c3f8ab5"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-da43390c-9ab9-421b-8dd7-8c596c3f8ab5"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-da43390c-9ab9-421b-8dd7-8c596c3f8ab5"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-da43390c-9ab9-421b-8dd7-8c596c3f8ab5"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-da43390c-9ab9-421b-8dd7-8c596c3f8ab5"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-da43390c-9ab9-421b-8dd7-8c596c3f8ab5"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-da43390c-9ab9-421b-8dd7-8c596c3f8ab5"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-da43390c-9ab9-421b-8dd7-8c596c3f8ab5"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-da43390c-9ab9-421b-8dd7-8c596c3f8ab5"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-da43390c-9ab9-421b-8dd7-8c596c3f8ab5"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-da43390c-9ab9-421b-8dd7-8c596c3f8ab5"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-da43390c-9ab9-421b-8dd7-8c596c3f8ab5"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-da43390c-9ab9-421b-8dd7-8c596c3f8ab5"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-da43390c-9ab9-421b-8dd7-8c596c3f8ab5"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-da43390c-9ab9-421b-8dd7-8c596c3f8ab5"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-da43390c-9ab9-421b-8dd7-8c596c3f8ab5"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-da43390c-9ab9-421b-8dd7-8c596c3f8ab5"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-da43390c-9ab9-421b-8dd7-8c596c3f8ab5"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-da43390c-9ab9-421b-8dd7-8c596c3f8ab5"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-da43390c-9ab9-421b-8dd7-8c596c3f8ab5"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-da43390c-9ab9-421b-8dd7-8c596c3f8ab5"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-da43390c-9ab9-421b-8dd7-8c596c3f8ab5"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-362deacf-06c0-444b-a9e0-cdced8496db3 {
  min-height: 200px;
}
@media (max-width: 767px){#s-362deacf-06c0-444b-a9e0-cdced8496db3 {
  min-height: 400px;
}
}







#s-362deacf-06c0-444b-a9e0-cdced8496db3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-362deacf-06c0-444b-a9e0-cdced8496db3.shg-box.shg-c {
  justify-content: center;
}
@media (max-width: 767px){






#s-362deacf-06c0-444b-a9e0-cdced8496db3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-362deacf-06c0-444b-a9e0-cdced8496db3.shg-box.shg-c {
  justify-content: center;
}
}
#s-e1797093-e430-4301-8726-f9a59452e7dc {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 80%;
}
@media (min-width: 1200px){#s-e1797093-e430-4301-8726-f9a59452e7dc {
  margin-left: 105px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e1797093-e430-4301-8726-f9a59452e7dc {
  max-width: 90%;
}
}







#s-e1797093-e430-4301-8726-f9a59452e7dc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e1797093-e430-4301-8726-f9a59452e7dc.shg-box.shg-c {
  justify-content: center;
}

#s-27a96ea1-6551-4599-95fe-67ddd986b412 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
}

#s-27a96ea1-6551-4599-95fe-67ddd986b412 .shogun-heading-component h1 {
  color: rgba(73, 73, 73, 1);
  font-weight:  900 ;
  font-family: Fira Sans Condensed;
  font-style:   ;
  font-size: 32px;
  line-height: 1.5em;
  letter-spacing: ;
  
}



#s-17a57e57-6c8f-4c46-af42-fedb410eb0d6 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
}
@media (max-width: 767px){#s-17a57e57-6c8f-4c46-af42-fedb410eb0d6 {
  margin-right: auto;
}
}
#s-8307a199-1c1b-4c72-9942-249d0dd279a4 {
  box-shadow:1px 1px 1px 1px rgba(255, 255, 255, 0);
border-style: solid;
padding-top: 6px;
padding-left: 12px;
padding-bottom: 6px;
padding-right: 12px;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(255, 185, 0, 1);
border-style: solid;
border-radius: 5px;
background-color: rgba(255, 185, 0, 1);
text-align: left;
text-decoration: none;
color: rgba(255, 255, 255, 1);
}
#s-8307a199-1c1b-4c72-9942-249d0dd279a4:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(255, 185, 0, 1) !important;
text-decoration: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-8307a199-1c1b-4c72-9942-249d0dd279a4:active {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;
color: rgba(255, 185, 0, 1) !important;
hover-type: color !important;}

  #s-8307a199-1c1b-4c72-9942-249d0dd279a4-btn-wrapper {
    text-align: left;
  }


#s-8307a199-1c1b-4c72-9942-249d0dd279a4.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: Fira Sans;
  display:  inline-block ;
}

#s-c1bd691b-e223-4162-b7c1-7c5cca8432b1 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 600px;
background-position: center bottom;
}
@media (max-width: 767px){#s-c1bd691b-e223-4162-b7c1-7c5cca8432b1 {
  min-height: 500px;
}
}







#s-c1bd691b-e223-4162-b7c1-7c5cca8432b1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c1bd691b-e223-4162-b7c1-7c5cca8432b1.shg-box.shg-c {
  justify-content: center;
}

#s-f51272a4-bc5a-48b8-b6aa-ba35da98e581 {
  min-height: 50px;
}








#s-f51272a4-bc5a-48b8-b6aa-ba35da98e581 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f51272a4-bc5a-48b8-b6aa-ba35da98e581.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-1fd75bd8-1849-4c9b-90ff-f38de014b663"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1fd75bd8-1849-4c9b-90ff-f38de014b663"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-1fd75bd8-1849-4c9b-90ff-f38de014b663"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-1fd75bd8-1849-4c9b-90ff-f38de014b663"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-1fd75bd8-1849-4c9b-90ff-f38de014b663"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-1fd75bd8-1849-4c9b-90ff-f38de014b663"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-1fd75bd8-1849-4c9b-90ff-f38de014b663"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-1fd75bd8-1849-4c9b-90ff-f38de014b663"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-1fd75bd8-1849-4c9b-90ff-f38de014b663"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-1fd75bd8-1849-4c9b-90ff-f38de014b663"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-1fd75bd8-1849-4c9b-90ff-f38de014b663"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-1fd75bd8-1849-4c9b-90ff-f38de014b663"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-1fd75bd8-1849-4c9b-90ff-f38de014b663"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-1fd75bd8-1849-4c9b-90ff-f38de014b663"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-1fd75bd8-1849-4c9b-90ff-f38de014b663"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-1fd75bd8-1849-4c9b-90ff-f38de014b663"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-1fd75bd8-1849-4c9b-90ff-f38de014b663"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-1fd75bd8-1849-4c9b-90ff-f38de014b663"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-1fd75bd8-1849-4c9b-90ff-f38de014b663"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-1fd75bd8-1849-4c9b-90ff-f38de014b663"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-1fd75bd8-1849-4c9b-90ff-f38de014b663"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-1fd75bd8-1849-4c9b-90ff-f38de014b663"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-1fd75bd8-1849-4c9b-90ff-f38de014b663"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-1fd75bd8-1849-4c9b-90ff-f38de014b663"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-1fd75bd8-1849-4c9b-90ff-f38de014b663"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-1fd75bd8-1849-4c9b-90ff-f38de014b663"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-1fd75bd8-1849-4c9b-90ff-f38de014b663"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-1fd75bd8-1849-4c9b-90ff-f38de014b663"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-1fd75bd8-1849-4c9b-90ff-f38de014b663"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-1fd75bd8-1849-4c9b-90ff-f38de014b663"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-1fd75bd8-1849-4c9b-90ff-f38de014b663"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-1fd75bd8-1849-4c9b-90ff-f38de014b663"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-1fd75bd8-1849-4c9b-90ff-f38de014b663"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-1fd75bd8-1849-4c9b-90ff-f38de014b663"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-1fd75bd8-1849-4c9b-90ff-f38de014b663"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-1fd75bd8-1849-4c9b-90ff-f38de014b663"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-1fd75bd8-1849-4c9b-90ff-f38de014b663"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-1fd75bd8-1849-4c9b-90ff-f38de014b663"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-cdd06cd1-f410-4cb6-9206-9072ed8e318e {
  background-repeat: no-repeat;
background-size: cover;
min-height: 600px;
background-position: center center;
}
@media (max-width: 767px){#s-cdd06cd1-f410-4cb6-9206-9072ed8e318e {
  min-height: 500px;
}
}







#s-cdd06cd1-f410-4cb6-9206-9072ed8e318e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cdd06cd1-f410-4cb6-9206-9072ed8e318e.shg-box.shg-c {
  justify-content: center;
}

#s-61403e84-1014-4546-b304-62f8af470669 {
  min-height: 200px;
}
@media (max-width: 767px){#s-61403e84-1014-4546-b304-62f8af470669 {
  min-height: 400px;
}
}







#s-61403e84-1014-4546-b304-62f8af470669 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-61403e84-1014-4546-b304-62f8af470669.shg-box.shg-c {
  justify-content: center;
}
@media (max-width: 767px){






#s-61403e84-1014-4546-b304-62f8af470669 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-61403e84-1014-4546-b304-62f8af470669.shg-box.shg-c {
  justify-content: center;
}
}
#s-52497783-4399-45e8-a53e-d0c61581bc2f {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 80%;
}
@media (min-width: 1200px){#s-52497783-4399-45e8-a53e-d0c61581bc2f {
  margin-right: 105px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-52497783-4399-45e8-a53e-d0c61581bc2f {
  max-width: 90%;
}
}







#s-52497783-4399-45e8-a53e-d0c61581bc2f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-52497783-4399-45e8-a53e-d0c61581bc2f.shg-box.shg-c {
  justify-content: center;
}

#s-85d1c132-96a1-4c12-acac-79119c0d317c {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
}

#s-85d1c132-96a1-4c12-acac-79119c0d317c .shogun-heading-component h1 {
  color: rgba(73, 73, 73, 1);
  font-weight:  900 ;
  font-family: Fira Sans Condensed;
  font-style:   ;
  font-size: 32px;
  line-height: 1.5em;
  letter-spacing: ;
  
}



#s-bbf1cfda-b89e-4a2b-ba47-91d907e1afc1 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
}
@media (max-width: 767px){#s-bbf1cfda-b89e-4a2b-ba47-91d907e1afc1 {
  margin-right: auto;
}
}
#s-d68b8445-bc80-4225-9e25-86214f133cd5 {
  box-shadow:1px 1px 1px 1px rgba(255, 255, 255, 0);
border-style: solid;
padding-top: 6px;
padding-left: 12px;
padding-bottom: 6px;
padding-right: 12px;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(255, 185, 0, 1);
border-style: solid;
border-radius: 5px;
background-color: rgba(255, 185, 0, 1);
text-align: left;
text-decoration: none;
color: rgba(255, 255, 255, 1);
}
#s-d68b8445-bc80-4225-9e25-86214f133cd5:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(255, 185, 0, 1) !important;
text-decoration: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-d68b8445-bc80-4225-9e25-86214f133cd5:active {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;
color: rgba(255, 185, 0, 1) !important;
hover-type: color !important;}

  #s-d68b8445-bc80-4225-9e25-86214f133cd5-btn-wrapper {
    text-align: left;
  }


#s-d68b8445-bc80-4225-9e25-86214f133cd5.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: Fira Sans;
  display:  inline-block ;
}

#s-6020267e-b7d4-41fa-8346-d77b53160a79 {
  min-height: 50px;
}








#s-6020267e-b7d4-41fa-8346-d77b53160a79 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6020267e-b7d4-41fa-8346-d77b53160a79.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-6a63cb50-ccf9-41e3-8b78-012f5f68c69f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6a63cb50-ccf9-41e3-8b78-012f5f68c69f"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-6a63cb50-ccf9-41e3-8b78-012f5f68c69f"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-6a63cb50-ccf9-41e3-8b78-012f5f68c69f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-6a63cb50-ccf9-41e3-8b78-012f5f68c69f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-6a63cb50-ccf9-41e3-8b78-012f5f68c69f"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-6a63cb50-ccf9-41e3-8b78-012f5f68c69f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-6a63cb50-ccf9-41e3-8b78-012f5f68c69f"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-6a63cb50-ccf9-41e3-8b78-012f5f68c69f"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-6a63cb50-ccf9-41e3-8b78-012f5f68c69f"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-6a63cb50-ccf9-41e3-8b78-012f5f68c69f"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-6a63cb50-ccf9-41e3-8b78-012f5f68c69f"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-6a63cb50-ccf9-41e3-8b78-012f5f68c69f"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-6a63cb50-ccf9-41e3-8b78-012f5f68c69f"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-6a63cb50-ccf9-41e3-8b78-012f5f68c69f"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-6a63cb50-ccf9-41e3-8b78-012f5f68c69f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-6a63cb50-ccf9-41e3-8b78-012f5f68c69f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-6a63cb50-ccf9-41e3-8b78-012f5f68c69f"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-6a63cb50-ccf9-41e3-8b78-012f5f68c69f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-6a63cb50-ccf9-41e3-8b78-012f5f68c69f"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-6a63cb50-ccf9-41e3-8b78-012f5f68c69f"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-6a63cb50-ccf9-41e3-8b78-012f5f68c69f"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-6a63cb50-ccf9-41e3-8b78-012f5f68c69f"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-6a63cb50-ccf9-41e3-8b78-012f5f68c69f"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-6a63cb50-ccf9-41e3-8b78-012f5f68c69f"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-6a63cb50-ccf9-41e3-8b78-012f5f68c69f"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-6a63cb50-ccf9-41e3-8b78-012f5f68c69f"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-6a63cb50-ccf9-41e3-8b78-012f5f68c69f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-6a63cb50-ccf9-41e3-8b78-012f5f68c69f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-6a63cb50-ccf9-41e3-8b78-012f5f68c69f"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-6a63cb50-ccf9-41e3-8b78-012f5f68c69f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-6a63cb50-ccf9-41e3-8b78-012f5f68c69f"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-6a63cb50-ccf9-41e3-8b78-012f5f68c69f"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-6a63cb50-ccf9-41e3-8b78-012f5f68c69f"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-6a63cb50-ccf9-41e3-8b78-012f5f68c69f"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-6a63cb50-ccf9-41e3-8b78-012f5f68c69f"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-6a63cb50-ccf9-41e3-8b78-012f5f68c69f"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-2531851e-151a-437d-ac95-25edda098d20 {
  min-height: 200px;
}
@media (max-width: 767px){#s-2531851e-151a-437d-ac95-25edda098d20 {
  min-height: 400px;
}
}







#s-2531851e-151a-437d-ac95-25edda098d20 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2531851e-151a-437d-ac95-25edda098d20.shg-box.shg-c {
  justify-content: center;
}
@media (max-width: 767px){






#s-2531851e-151a-437d-ac95-25edda098d20 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2531851e-151a-437d-ac95-25edda098d20.shg-box.shg-c {
  justify-content: center;
}
}
#s-4e16ae73-f45e-4abe-937c-efcef19718b1 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 80%;
}
@media (min-width: 1200px){#s-4e16ae73-f45e-4abe-937c-efcef19718b1 {
  margin-left: 105px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-4e16ae73-f45e-4abe-937c-efcef19718b1 {
  max-width: 90%;
}
}







#s-4e16ae73-f45e-4abe-937c-efcef19718b1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4e16ae73-f45e-4abe-937c-efcef19718b1.shg-box.shg-c {
  justify-content: center;
}

#s-2f68aac1-581c-4519-a426-f7e1ec40e535 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
}

#s-2f68aac1-581c-4519-a426-f7e1ec40e535 .shogun-heading-component h1 {
  color: rgba(73, 73, 73, 1);
  font-weight:  900 ;
  font-family: Fira Sans Condensed;
  font-style:   ;
  font-size: 32px;
  line-height: 1.5em;
  letter-spacing: ;
  
}



#s-988cc383-d4b7-417d-988a-a9cd84771dba {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
}
@media (max-width: 767px){#s-988cc383-d4b7-417d-988a-a9cd84771dba {
  margin-right: auto;
}
}
#s-8e17941c-f725-4031-9522-5d6880585541 {
  box-shadow:1px 1px 1px 1px rgba(255, 255, 255, 0);
border-style: solid;
padding-top: 6px;
padding-left: 12px;
padding-bottom: 6px;
padding-right: 12px;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(255, 185, 0, 1);
border-style: solid;
border-radius: 5px;
background-color: rgba(255, 185, 0, 1);
text-align: left;
text-decoration: none;
color: rgba(255, 255, 255, 1);
}
#s-8e17941c-f725-4031-9522-5d6880585541:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(255, 185, 0, 1) !important;
text-decoration: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-8e17941c-f725-4031-9522-5d6880585541:active {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;
color: rgba(255, 185, 0, 1) !important;
hover-type: color !important;}

  #s-8e17941c-f725-4031-9522-5d6880585541-btn-wrapper {
    text-align: left;
  }


#s-8e17941c-f725-4031-9522-5d6880585541.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: Fira Sans;
  display:  inline-block ;
}

#s-35518dbf-7f88-4c78-a2bf-d4ce1868a149 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 600px;
background-position: center top;
}
@media (max-width: 767px){#s-35518dbf-7f88-4c78-a2bf-d4ce1868a149 {
  min-height: 500px;
}
}







#s-35518dbf-7f88-4c78-a2bf-d4ce1868a149 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-35518dbf-7f88-4c78-a2bf-d4ce1868a149.shg-box.shg-c {
  justify-content: center;
}

#s-d5a7c7e3-11d5-4e63-b0d0-07e30d25d7ac {
  background-repeat: no-repeat;
background-size: cover;
padding-top: 80px;
min-height: 800px;
background-position: center center;
}
@media (min-width: 1200px){#s-d5a7c7e3-11d5-4e63-b0d0-07e30d25d7ac {
  min-height: 900px;
}
}@media (max-width: 767px){#s-d5a7c7e3-11d5-4e63-b0d0-07e30d25d7ac {
  min-height: 750px;
}
}







#s-d5a7c7e3-11d5-4e63-b0d0-07e30d25d7ac > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d5a7c7e3-11d5-4e63-b0d0-07e30d25d7ac.shg-box.shg-c {
  justify-content: flex-start;
}

#s-f8583675-26f0-4f25-af86-bdf0d19af075 {
  margin-top: 30px;
margin-bottom: 20px;
padding-top: 0px;
padding-bottom: 0px;
max-width: 100%;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-f8583675-26f0-4f25-af86-bdf0d19af075 {
  margin-left: auto;
margin-right: auto;
}
}@media (max-width: 767px){#s-f8583675-26f0-4f25-af86-bdf0d19af075 {
  margin-left: auto;
margin-right: auto;
max-width: 90%;
}
}
#s-f8583675-26f0-4f25-af86-bdf0d19af075 .shogun-heading-component h1 {
  color: rgba(73, 73, 73, 1);
  font-weight:  900 ;
  font-family: Fira Sans Condensed;
  font-style:   ;
  font-size: 32px;
  line-height: 1.5em;
  letter-spacing: ;
  text-align: center;
}



#s-ed7322c1-ff50-4e4d-9eb3-144e1b542e53 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
max-width: 80%;
}
@media (max-width: 767px){#s-ed7322c1-ff50-4e4d-9eb3-144e1b542e53 {
  margin-right: auto;
}
}
#s-e680d5f9-6ee7-405d-9e12-cadb6f5cdcb1 {
  box-shadow:1px 1px 1px 1px rgba(255, 255, 255, 0);
border-style: solid;
padding-top: 6px;
padding-left: 12px;
padding-bottom: 6px;
padding-right: 12px;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(255, 185, 0, 1);
border-style: solid;
border-radius: 5px;
background-color: rgba(255, 185, 0, 1);
text-align: center;
text-decoration: none;
color: rgba(255, 255, 255, 1);
}
#s-e680d5f9-6ee7-405d-9e12-cadb6f5cdcb1:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(255, 185, 0, 1) !important;
text-decoration: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-e680d5f9-6ee7-405d-9e12-cadb6f5cdcb1:active {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;
color: rgba(255, 185, 0, 1) !important;
hover-type: color !important;}


#s-e680d5f9-6ee7-405d-9e12-cadb6f5cdcb1.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: Fira Sans;
  display:  inline-block ;
}

#s-30411e24-25ec-4485-bc11-aef4d38c225e {
  background-repeat: no-repeat;
background-size: cover;
padding-top: 80px;
min-height: 1000px;
background-position: center center;
}
@media (max-width: 767px){#s-30411e24-25ec-4485-bc11-aef4d38c225e {
  min-height: 900px;
}
}







#s-30411e24-25ec-4485-bc11-aef4d38c225e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-30411e24-25ec-4485-bc11-aef4d38c225e.shg-box.shg-c {
  justify-content: flex-start;
}

#s-f4063559-922d-4762-8337-5b1c851e07f3 {
  margin-top: 30px;
margin-bottom: 20px;
padding-top: 0px;
padding-bottom: 0px;
max-width: 100%;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-f4063559-922d-4762-8337-5b1c851e07f3 {
  margin-left: auto;
margin-right: auto;
}
}@media (max-width: 767px){#s-f4063559-922d-4762-8337-5b1c851e07f3 {
  margin-left: auto;
margin-right: auto;
max-width: 90%;
}
}
#s-f4063559-922d-4762-8337-5b1c851e07f3 .shogun-heading-component h1 {
  color: rgba(73, 73, 73, 1);
  font-weight:  900 ;
  font-family: Fira Sans Condensed;
  font-style:   ;
  font-size: 32px;
  line-height: 1.5em;
  letter-spacing: ;
  text-align: center;
}



#s-4acdeabd-dc0f-4c49-a7d1-0bec74edcfbf {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
max-width: 80%;
}
@media (max-width: 767px){#s-4acdeabd-dc0f-4c49-a7d1-0bec74edcfbf {
  margin-right: auto;
}
}
#s-5c3f843b-de72-4714-a0f0-1f8234d4a575 {
  box-shadow:1px 1px 1px 1px rgba(255, 255, 255, 0);
border-style: solid;
padding-top: 6px;
padding-left: 12px;
padding-bottom: 6px;
padding-right: 12px;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(255, 185, 0, 1);
border-style: solid;
border-radius: 5px;
background-color: rgba(255, 185, 0, 1);
text-align: center;
text-decoration: none;
color: rgba(255, 255, 255, 1);
}
#s-5c3f843b-de72-4714-a0f0-1f8234d4a575:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(255, 185, 0, 1) !important;
text-decoration: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-5c3f843b-de72-4714-a0f0-1f8234d4a575:active {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;
color: rgba(255, 185, 0, 1) !important;
hover-type: color !important;}


#s-5c3f843b-de72-4714-a0f0-1f8234d4a575.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: Fira Sans;
  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;
  }
}

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