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

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

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

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

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

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

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

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

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

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

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

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

#s-b84feffe-2e75-463f-baaf-0969a0bfc26c {
  background-repeat: no-repeat;
background-size: cover;
padding-top: 6%;
padding-left: 5%;
padding-bottom: 6%;
padding-right: 5%;
min-height: 50px;
background-position: center center;
}
@media (min-width: 768px) and (max-width: 991px){#s-b84feffe-2e75-463f-baaf-0969a0bfc26c {
  
}
}@media (max-width: 767px){#s-b84feffe-2e75-463f-baaf-0969a0bfc26c {
  
}
}
#s-b84feffe-2e75-463f-baaf-0969a0bfc26c {
  background-image: url(https://i.shgcdn.com/61594aae-39c0-4509-b909-ec6b356fa28b/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-b84feffe-2e75-463f-baaf-0969a0bfc26c > .shg-box-overlay {
  background-color: rgba(63, 72, 40, 1);
  opacity: 0.2;
}#s-b84feffe-2e75-463f-baaf-0969a0bfc26c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shogun-heading-component h1,
.shogun-heading-component h2,
.shogun-heading-component h3,
.shogun-heading-component h4,
.shogun-heading-component h5,
.shogun-heading-component h6 {
  margin: 0;
  padding: 0;
  display: block;
  color: ;
  font-family: ;
  text-transform: none;
  font-weight: ;
  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-3306337d-e2d9-40ea-89dc-bcfa6c50d479 {
  padding-top: 30px;
padding-bottom: 10px;
text-align: center;
}

#s-3306337d-e2d9-40ea-89dc-bcfa6c50d479 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 40px;
  
  
  text-align: center;
}



#s-61cc46c5-5b68-4fcc-8b0a-df5d48990879 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 13px;
padding-left: 9%;
padding-right: 9%;
min-height: 29em;
background-position: center center;
}

#s-61cc46c5-5b68-4fcc-8b0a-df5d48990879 {
  background-image: url(https://i.shgcdn.com/dc5458ff-39e8-4258-b99b-0a79e5c73b31/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-61cc46c5-5b68-4fcc-8b0a-df5d48990879 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-61cc46c5-5b68-4fcc-8b0a-df5d48990879 {
  cursor: pointer;
}#s-61cc46c5-5b68-4fcc-8b0a-df5d48990879.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ecc8b1c6-4838-4e2a-bfe4-7b66eb0f79e9 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-ecc8b1c6-4838-4e2a-bfe4-7b66eb0f79e9 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



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

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

.shg-btn-text {
  font-weight: ;
  font-family: ;
}

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

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

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

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

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

#s-4b23f3af-ce12-4bc4-8490-6d17a4bd2676 {
  border-style: solid;
padding-top: 5px;
padding-left: 16px;
padding-bottom: 5px;
padding-right: 16px;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(255, 255, 255, 1);
border-radius: 2px;
background-color: rgba(253, 252, 252, 0.02);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-4b23f3af-ce12-4bc4-8490-6d17a4bd2676:hover {background-color: rgba(185, 185, 185, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-4b23f3af-ce12-4bc4-8490-6d17a4bd2676:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-4b23f3af-ce12-4bc4-8490-6d17a4bd2676-root {
    text-align: left;
  }


#s-4b23f3af-ce12-4bc4-8490-6d17a4bd2676.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-4b23f3af-ce12-4bc4-8490-6d17a4bd2676-root {
    text-align: left;
  }


#s-4b23f3af-ce12-4bc4-8490-6d17a4bd2676.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-4b23f3af-ce12-4bc4-8490-6d17a4bd2676-root {
    text-align: left;
  }


#s-4b23f3af-ce12-4bc4-8490-6d17a4bd2676.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-4b23f3af-ce12-4bc4-8490-6d17a4bd2676-root {
    text-align: left;
  }


#s-4b23f3af-ce12-4bc4-8490-6d17a4bd2676.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-4b23f3af-ce12-4bc4-8490-6d17a4bd2676-root {
    text-align: left;
  }


#s-4b23f3af-ce12-4bc4-8490-6d17a4bd2676.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
.shg-row {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  min-height: inherit;
  max-height: inherit;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

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

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

#s-fed99c40-f689-44db-aba7-d9e8f9094ffb {
  margin-left: 1px;
margin-right: 1px;
padding-top: 10px;
}

@media (min-width: 0px) {
[id="s-fed99c40-f689-44db-aba7-d9e8f9094ffb"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-fed99c40-f689-44db-aba7-d9e8f9094ffb"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-fed99c40-f689-44db-aba7-d9e8f9094ffb"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-fed99c40-f689-44db-aba7-d9e8f9094ffb"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-75741f98-ce8b-42a7-892b-cf945de63800 {
  background-repeat: no-repeat;
background-size: cover;
margin-bottom: 10px;
padding-top: 0%;
padding-left: 0%;
padding-right: 0%;
background-position: center center;
}








#s-75741f98-ce8b-42a7-892b-cf945de63800 > .shg-box-overlay {
  background-color: #000;
  opacity: 0;
}#s-75741f98-ce8b-42a7-892b-cf945de63800.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2bf910b2-8f4d-46fc-b394-d40daf0b312a {
  margin-top: 60%;
margin-left: 10%;
margin-bottom: 50px;
margin-right: 10%;
padding-top: 30px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
min-height: 50px;
background-color: rgba(0, 0, 0, 0.7);
}








#s-2bf910b2-8f4d-46fc-b394-d40daf0b312a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2bf910b2-8f4d-46fc-b394-d40daf0b312a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a67067b9-523d-4223-b273-e8c641370ee1 {
  padding-left: 5%;
padding-right: 5%;
min-height: 50px;
}








#s-a67067b9-523d-4223-b273-e8c641370ee1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a67067b9-523d-4223-b273-e8c641370ee1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4b9fa8c4-95e7-46c1-89a8-d6301e11e1d8 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-4b9fa8c4-95e7-46c1-89a8-d6301e11e1d8 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 38px;
  
  
  text-align: left;
}



#s-d909c0ee-f1de-4070-b6ac-846108f26e48 {
  padding-top: 6px;
padding-bottom: 10px;
text-align: left;
}

#s-d909c0ee-f1de-4070-b6ac-846108f26e48 .shogun-heading-component h3 {
  color: rgba(210, 210, 210, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  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 h1,
.shg-default-text-content h2,
.shg-default-text-content h3,
.shg-default-text-content h4,
.shg-default-text-content h5,
.shg-default-text-content h6 {
  color: ;
  font-family: ;
  font-weight: ;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-3becdff0-cf0e-49ca-849c-ff4b4f7530bc {
  margin-top: 25px;
padding-top: 20px;
padding-bottom: 30px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-3becdff0-cf0e-49ca-849c-ff4b4f7530bc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3becdff0-cf0e-49ca-849c-ff4b4f7530bc.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-70c70432-5d0d-4327-8c8c-6f3f3652c49f {
  margin-left: auto;
margin-right: auto;
max-width: 800px;
}

@media (min-width: 0px) {
[id="s-70c70432-5d0d-4327-8c8c-6f3f3652c49f"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-70c70432-5d0d-4327-8c8c-6f3f3652c49f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-70c70432-5d0d-4327-8c8c-6f3f3652c49f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-70c70432-5d0d-4327-8c8c-6f3f3652c49f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

}

#s-9fa89814-c053-4bd7-989f-34a9b6ed77e5 {
  min-height: 50px;
}








#s-9fa89814-c053-4bd7-989f-34a9b6ed77e5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9fa89814-c053-4bd7-989f-34a9b6ed77e5 {
  cursor: pointer;
}#s-9fa89814-c053-4bd7-989f-34a9b6ed77e5.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-ae59886f-e326-4073-b993-7cd63a9058b2 {
  margin-left: auto;
margin-right: auto;
max-width: 125px;
text-align: center;
}







  #s-ae59886f-e326-4073-b993-7cd63a9058b2 img.shogun-image {
    

    
    
    
  }


#s-ae59886f-e326-4073-b993-7cd63a9058b2 .shogun-image-content {
  
    align-items: center;
  
}

#s-af565ce8-29db-4bcf-b3d3-9e5c496511ce {
  padding-top: 10px;
padding-bottom: 0px;
text-align: center;
}

#s-af565ce8-29db-4bcf-b3d3-9e5c496511ce .shogun-heading-component h3 {
  color: rgba(62, 62, 62, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  line-height: 1em;
  
  
}



#s-5b9f52f2-b840-478f-940d-c2b1abd6eabe {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5b9f52f2-b840-478f-940d-c2b1abd6eabe .shogun-heading-component h4 {
  color: rgba(62, 62, 62, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  line-height: 1em;
  letter-spacing: 0px;
  text-align: center;
}



#s-c003aa04-911b-4d08-b1c4-3831456f00b5 {
  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: rgba(186, 220, 5, 1);
border-style: solid;
border-radius: 0px;
background-color: rgba(89, 89, 89, 1);
text-align: center;
text-decoration: none;
color: rgba(255, 255, 255, 1);
background-image: none;
hover-type: color;
}
#s-c003aa04-911b-4d08-b1c4-3831456f00b5:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: #000 !important;}#s-c003aa04-911b-4d08-b1c4-3831456f00b5:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-c003aa04-911b-4d08-b1c4-3831456f00b5 {
  display: none;
}
#s-c003aa04-911b-4d08-b1c4-3831456f00b5, #wrap-s-c003aa04-911b-4d08-b1c4-3831456f00b5 { display:none !important; }}

  #s-c003aa04-911b-4d08-b1c4-3831456f00b5-root {
    text-align: center;
  }


#s-c003aa04-911b-4d08-b1c4-3831456f00b5.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 13px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-c003aa04-911b-4d08-b1c4-3831456f00b5-root {
    text-align: center;
  }


#s-c003aa04-911b-4d08-b1c4-3831456f00b5.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 13px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-c003aa04-911b-4d08-b1c4-3831456f00b5-root {
    text-align: center;
  }


#s-c003aa04-911b-4d08-b1c4-3831456f00b5.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 13px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-c003aa04-911b-4d08-b1c4-3831456f00b5-root {
    text-align: center;
  }


#s-c003aa04-911b-4d08-b1c4-3831456f00b5.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 13px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-c003aa04-911b-4d08-b1c4-3831456f00b5-root {
    text-align: center;
  }


#s-c003aa04-911b-4d08-b1c4-3831456f00b5.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 13px;
  
  
  
  display:  inline-block ;
}
}
#s-09aa53af-d5bd-4dc2-916c-4f6ae6b9f767 {
  min-height: 50px;
}








#s-09aa53af-d5bd-4dc2-916c-4f6ae6b9f767 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-09aa53af-d5bd-4dc2-916c-4f6ae6b9f767 {
  cursor: pointer;
}#s-09aa53af-d5bd-4dc2-916c-4f6ae6b9f767.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-86cc4a60-3ab5-4b54-9c09-9361277b8076 {
  margin-left: auto;
margin-right: auto;
max-width: 125px;
text-align: center;
}







  #s-86cc4a60-3ab5-4b54-9c09-9361277b8076 img.shogun-image {
    

    
    
    
  }


#s-86cc4a60-3ab5-4b54-9c09-9361277b8076 .shogun-image-content {
  
    align-items: center;
  
}

#s-5cef6892-d6c5-4da7-ac67-e221a6ad92f9 {
  padding-top: 10px;
padding-bottom: 0px;
text-align: center;
}

#s-5cef6892-d6c5-4da7-ac67-e221a6ad92f9 .shogun-heading-component h3 {
  color: rgba(62, 62, 62, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  line-height: 1em;
  
  
}



#s-dacfef35-6c70-4719-8c7d-e498583c38be {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-dacfef35-6c70-4719-8c7d-e498583c38be .shogun-heading-component h4 {
  color: rgba(62, 62, 62, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  line-height: 1em;
  letter-spacing: 0px;
  text-align: center;
}



#s-92400c34-00e7-47a4-8ef3-da31517d3446 {
  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: rgba(186, 220, 5, 1);
border-style: solid;
border-radius: 0px;
background-color: rgba(89, 89, 89, 1);
text-align: center;
text-decoration: none;
color: rgba(255, 255, 255, 1);
background-image: none;
hover-type: color;
}
#s-92400c34-00e7-47a4-8ef3-da31517d3446:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: #000 !important;}#s-92400c34-00e7-47a4-8ef3-da31517d3446:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-92400c34-00e7-47a4-8ef3-da31517d3446 {
  display: none;
}
#s-92400c34-00e7-47a4-8ef3-da31517d3446, #wrap-s-92400c34-00e7-47a4-8ef3-da31517d3446 { display:none !important; }}

  #s-92400c34-00e7-47a4-8ef3-da31517d3446-root {
    text-align: center;
  }


#s-92400c34-00e7-47a4-8ef3-da31517d3446.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 13px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-92400c34-00e7-47a4-8ef3-da31517d3446-root {
    text-align: center;
  }


#s-92400c34-00e7-47a4-8ef3-da31517d3446.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 13px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-92400c34-00e7-47a4-8ef3-da31517d3446-root {
    text-align: center;
  }


#s-92400c34-00e7-47a4-8ef3-da31517d3446.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 13px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-92400c34-00e7-47a4-8ef3-da31517d3446-root {
    text-align: center;
  }


#s-92400c34-00e7-47a4-8ef3-da31517d3446.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 13px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-92400c34-00e7-47a4-8ef3-da31517d3446-root {
    text-align: center;
  }


#s-92400c34-00e7-47a4-8ef3-da31517d3446.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 13px;
  
  
  
  display:  inline-block ;
}
}
#s-cc1c697d-a4c7-4c0f-9fd2-02939392cc5f {
  min-height: 50px;
}








#s-cc1c697d-a4c7-4c0f-9fd2-02939392cc5f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cc1c697d-a4c7-4c0f-9fd2-02939392cc5f.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-af379ad7-6aaa-4b5c-b414-61803709856f {
  min-height: 50px;
}








#s-af379ad7-6aaa-4b5c-b414-61803709856f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-af379ad7-6aaa-4b5c-b414-61803709856f.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-285e5c9f-060f-44a6-8cfc-93167dcdbb66 {
  margin-left: auto;
margin-right: auto;
max-width: 125px;
text-align: center;
}







  #s-285e5c9f-060f-44a6-8cfc-93167dcdbb66 img.shogun-image {
    

    
    
    
  }


#s-285e5c9f-060f-44a6-8cfc-93167dcdbb66 .shogun-image-content {
  
    align-items: center;
  
}

#s-17010f6f-df76-450f-86d7-47a9f0a28b41 {
  min-height: 50px;
}








#s-17010f6f-df76-450f-86d7-47a9f0a28b41 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-17010f6f-df76-450f-86d7-47a9f0a28b41 {
  cursor: pointer;
}#s-17010f6f-df76-450f-86d7-47a9f0a28b41.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a3aa6ee6-1387-474e-ab24-97b3f8181163 {
  padding-top: 10px;
padding-bottom: 0px;
text-align: center;
}

#s-a3aa6ee6-1387-474e-ab24-97b3f8181163 .shogun-heading-component h3 {
  color: rgba(62, 62, 62, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  line-height: 1em;
  
  
}



#s-83e49707-71f0-499b-9293-10c4eaa0c7f3 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-83e49707-71f0-499b-9293-10c4eaa0c7f3 .shogun-heading-component h4 {
  color: rgba(62, 62, 62, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  line-height: 1em;
  letter-spacing: 0px;
  text-align: center;
}



#s-bec6b6d9-c64f-43af-af7e-01c299accfac {
  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: rgba(186, 220, 5, 1);
border-style: solid;
border-radius: 0px;
background-color: rgba(89, 89, 89, 1);
text-align: center;
text-decoration: none;
color: rgba(255, 255, 255, 1);
background-image: none;
hover-type: color;
}
#s-bec6b6d9-c64f-43af-af7e-01c299accfac:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: #000 !important;}#s-bec6b6d9-c64f-43af-af7e-01c299accfac:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-bec6b6d9-c64f-43af-af7e-01c299accfac {
  display: none;
}
#s-bec6b6d9-c64f-43af-af7e-01c299accfac, #wrap-s-bec6b6d9-c64f-43af-af7e-01c299accfac { display:none !important; }}

  #s-bec6b6d9-c64f-43af-af7e-01c299accfac-root {
    text-align: center;
  }


#s-bec6b6d9-c64f-43af-af7e-01c299accfac.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 13px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-bec6b6d9-c64f-43af-af7e-01c299accfac-root {
    text-align: center;
  }


#s-bec6b6d9-c64f-43af-af7e-01c299accfac.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 13px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-bec6b6d9-c64f-43af-af7e-01c299accfac-root {
    text-align: center;
  }


#s-bec6b6d9-c64f-43af-af7e-01c299accfac.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 13px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-bec6b6d9-c64f-43af-af7e-01c299accfac-root {
    text-align: center;
  }


#s-bec6b6d9-c64f-43af-af7e-01c299accfac.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 13px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-bec6b6d9-c64f-43af-af7e-01c299accfac-root {
    text-align: center;
  }


#s-bec6b6d9-c64f-43af-af7e-01c299accfac.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 13px;
  
  
  
  display:  inline-block ;
}
}
#s-8e1e3f0e-77ac-4127-8eb8-a5b17bd5cd34 {
  min-height: 50px;
}








#s-8e1e3f0e-77ac-4127-8eb8-a5b17bd5cd34 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8e1e3f0e-77ac-4127-8eb8-a5b17bd5cd34 {
  cursor: pointer;
}#s-8e1e3f0e-77ac-4127-8eb8-a5b17bd5cd34.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-6c770d2e-b5e4-4187-bed3-618ec02afd25 {
  margin-left: auto;
margin-right: auto;
max-width: 125px;
text-align: center;
}







  #s-6c770d2e-b5e4-4187-bed3-618ec02afd25 img.shogun-image {
    

    
    
    
  }


#s-6c770d2e-b5e4-4187-bed3-618ec02afd25 .shogun-image-content {
  
    align-items: center;
  
}

#s-f4b75d74-91f1-43c9-8e98-16d5206f6902 {
  padding-top: 10px;
padding-bottom: 0px;
text-align: center;
}

#s-f4b75d74-91f1-43c9-8e98-16d5206f6902 .shogun-heading-component h3 {
  color: rgba(62, 62, 62, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  line-height: 1em;
  
  
}



#s-8004ffb1-6318-4231-b53c-093fec309595 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8004ffb1-6318-4231-b53c-093fec309595 .shogun-heading-component h4 {
  color: rgba(62, 62, 62, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  line-height: 1em;
  letter-spacing: 0px;
  text-align: center;
}



#s-9cbbb37f-629b-4561-959c-3f5a8411cff0 {
  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: rgba(186, 220, 5, 1);
border-style: solid;
border-radius: 0px;
background-color: rgba(89, 89, 89, 1);
text-align: center;
text-decoration: none;
color: rgba(255, 255, 255, 1);
background-image: none;
hover-type: color;
}
#s-9cbbb37f-629b-4561-959c-3f5a8411cff0:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: #000 !important;}#s-9cbbb37f-629b-4561-959c-3f5a8411cff0:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-9cbbb37f-629b-4561-959c-3f5a8411cff0 {
  display: none;
}
#s-9cbbb37f-629b-4561-959c-3f5a8411cff0, #wrap-s-9cbbb37f-629b-4561-959c-3f5a8411cff0 { display:none !important; }}

  #s-9cbbb37f-629b-4561-959c-3f5a8411cff0-root {
    text-align: center;
  }


#s-9cbbb37f-629b-4561-959c-3f5a8411cff0.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 13px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-9cbbb37f-629b-4561-959c-3f5a8411cff0-root {
    text-align: center;
  }


#s-9cbbb37f-629b-4561-959c-3f5a8411cff0.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 13px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-9cbbb37f-629b-4561-959c-3f5a8411cff0-root {
    text-align: center;
  }


#s-9cbbb37f-629b-4561-959c-3f5a8411cff0.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 13px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-9cbbb37f-629b-4561-959c-3f5a8411cff0-root {
    text-align: center;
  }


#s-9cbbb37f-629b-4561-959c-3f5a8411cff0.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 13px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-9cbbb37f-629b-4561-959c-3f5a8411cff0-root {
    text-align: center;
  }


#s-9cbbb37f-629b-4561-959c-3f5a8411cff0.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 13px;
  
  
  
  display:  inline-block ;
}
}
#s-bf0ea6c8-3f4d-4f7d-8e0f-8d4f7c129e16 {
  background-repeat: no-repeat;
background-size: cover;
margin-bottom: 10px;
padding-top: 0%;
padding-left: 0%;
padding-bottom: 0%;
padding-right: 0%;
background-position: left center;
}








#s-bf0ea6c8-3f4d-4f7d-8e0f-8d4f7c129e16 > .shg-box-overlay {
  background-color: #000;
  opacity: 0;
}#s-bf0ea6c8-3f4d-4f7d-8e0f-8d4f7c129e16.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a0871cd5-aeac-419b-9b79-c5bbc581280c {
  margin-top: 60%;
margin-left: 10%;
margin-bottom: 50px;
margin-right: 10%;
padding-top: 30px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
min-height: 50px;
background-color: rgba(0, 0, 0, 0.7);
}








#s-a0871cd5-aeac-419b-9b79-c5bbc581280c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a0871cd5-aeac-419b-9b79-c5bbc581280c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-bd65f516-9c4e-48a2-9213-f233f0a4d579 {
  padding-left: 5%;
padding-right: 5%;
min-height: 50px;
}








#s-bd65f516-9c4e-48a2-9213-f233f0a4d579 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bd65f516-9c4e-48a2-9213-f233f0a4d579.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-fcc8a377-1f9e-467f-b964-0d184b814625 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-fcc8a377-1f9e-467f-b964-0d184b814625 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 38px;
  
  
  text-align: left;
}



#s-d76e61f6-0c45-4804-b8e4-39be2da06102 {
  padding-top: 6px;
padding-bottom: 10px;
text-align: left;
}

#s-d76e61f6-0c45-4804-b8e4-39be2da06102 .shogun-heading-component h3 {
  color: rgba(210, 210, 210, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}



#s-f9856f07-2f90-40d7-9cce-80b54116b735 {
  margin-top: 25px;
padding-top: 20px;
padding-bottom: 30px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-f9856f07-2f90-40d7-9cce-80b54116b735 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f9856f07-2f90-40d7-9cce-80b54116b735.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d8d0f634-cbe1-4c2a-9461-028050b2080a {
  margin-left: auto;
margin-right: auto;
max-width: 800px;
}

@media (min-width: 0px) {
[id="s-d8d0f634-cbe1-4c2a-9461-028050b2080a"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-d8d0f634-cbe1-4c2a-9461-028050b2080a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-d8d0f634-cbe1-4c2a-9461-028050b2080a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-d8d0f634-cbe1-4c2a-9461-028050b2080a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

}

#s-3b083f72-4562-4012-aef7-7e2afe1b7062 {
  min-height: 50px;
}








#s-3b083f72-4562-4012-aef7-7e2afe1b7062 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3b083f72-4562-4012-aef7-7e2afe1b7062.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-198d4992-b215-4137-b0ff-c47ade04c866 {
  margin-left: auto;
margin-right: auto;
max-width: 125px;
text-align: center;
}







  #s-198d4992-b215-4137-b0ff-c47ade04c866 img.shogun-image {
    

    
    
    
  }


#s-198d4992-b215-4137-b0ff-c47ade04c866 .shogun-image-content {
  
    align-items: center;
  
}

#s-d556978c-a3c0-479e-8cc6-bdd35bbe8db8 {
  padding-top: 10px;
padding-bottom: 0px;
text-align: center;
}

#s-d556978c-a3c0-479e-8cc6-bdd35bbe8db8 .shogun-heading-component h3 {
  color: rgba(62, 62, 62, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  line-height: 1em;
  
  
}



#s-2291824f-d84c-4534-9e78-f639104102af {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2291824f-d84c-4534-9e78-f639104102af .shogun-heading-component h4 {
  color: rgba(62, 62, 62, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  line-height: 1em;
  letter-spacing: 0px;
  text-align: center;
}



#s-099da413-b53d-4c3c-9cd3-e2db55f8ebf8 {
  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: rgba(186, 220, 5, 1);
border-style: solid;
border-radius: 0px;
background-color: rgba(89, 89, 89, 1);
text-align: center;
text-decoration: none;
color: rgba(255, 255, 255, 1);
background-image: none;
hover-type: color;
}
#s-099da413-b53d-4c3c-9cd3-e2db55f8ebf8:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: #000 !important;}#s-099da413-b53d-4c3c-9cd3-e2db55f8ebf8:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-099da413-b53d-4c3c-9cd3-e2db55f8ebf8 {
  display: none;
}
#s-099da413-b53d-4c3c-9cd3-e2db55f8ebf8, #wrap-s-099da413-b53d-4c3c-9cd3-e2db55f8ebf8 { display:none !important; }}

  #s-099da413-b53d-4c3c-9cd3-e2db55f8ebf8-root {
    text-align: center;
  }


#s-099da413-b53d-4c3c-9cd3-e2db55f8ebf8.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 13px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-099da413-b53d-4c3c-9cd3-e2db55f8ebf8-root {
    text-align: center;
  }


#s-099da413-b53d-4c3c-9cd3-e2db55f8ebf8.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 13px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-099da413-b53d-4c3c-9cd3-e2db55f8ebf8-root {
    text-align: center;
  }


#s-099da413-b53d-4c3c-9cd3-e2db55f8ebf8.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 13px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-099da413-b53d-4c3c-9cd3-e2db55f8ebf8-root {
    text-align: center;
  }


#s-099da413-b53d-4c3c-9cd3-e2db55f8ebf8.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 13px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-099da413-b53d-4c3c-9cd3-e2db55f8ebf8-root {
    text-align: center;
  }


#s-099da413-b53d-4c3c-9cd3-e2db55f8ebf8.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 13px;
  
  
  
  display:  inline-block ;
}
}
#s-c1b637b1-e9f5-44b8-ae7f-2a1831de1512 {
  min-height: 50px;
}








#s-c1b637b1-e9f5-44b8-ae7f-2a1831de1512 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c1b637b1-e9f5-44b8-ae7f-2a1831de1512 {
  cursor: pointer;
}#s-c1b637b1-e9f5-44b8-ae7f-2a1831de1512.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-34e53b80-4eda-4d92-834f-0d3827bbb528 {
  margin-left: auto;
margin-right: auto;
max-width: 125px;
text-align: center;
}







  #s-34e53b80-4eda-4d92-834f-0d3827bbb528 img.shogun-image {
    

    
    
    
  }


#s-34e53b80-4eda-4d92-834f-0d3827bbb528 .shogun-image-content {
  
    align-items: center;
  
}

#s-ea253620-2851-4997-9bf9-eee900eee0ab {
  padding-top: 10px;
padding-bottom: 0px;
text-align: center;
}

#s-ea253620-2851-4997-9bf9-eee900eee0ab .shogun-heading-component h3 {
  color: rgba(62, 62, 62, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  line-height: 1em;
  
  
}



#s-3c7d6a03-c0d3-45d9-b259-a94dc5017b9c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3c7d6a03-c0d3-45d9-b259-a94dc5017b9c .shogun-heading-component h4 {
  color: rgba(62, 62, 62, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  line-height: 1em;
  letter-spacing: 0px;
  text-align: center;
}



#s-2f383d81-f232-4f60-99e6-de675e0a4912 {
  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: rgba(186, 220, 5, 1);
border-style: solid;
border-radius: 0px;
background-color: rgba(89, 89, 89, 1);
text-align: center;
text-decoration: none;
color: rgba(255, 255, 255, 1);
background-image: none;
hover-type: color;
}
#s-2f383d81-f232-4f60-99e6-de675e0a4912:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: #000 !important;}#s-2f383d81-f232-4f60-99e6-de675e0a4912:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-2f383d81-f232-4f60-99e6-de675e0a4912 {
  display: none;
}
#s-2f383d81-f232-4f60-99e6-de675e0a4912, #wrap-s-2f383d81-f232-4f60-99e6-de675e0a4912 { display:none !important; }}

  #s-2f383d81-f232-4f60-99e6-de675e0a4912-root {
    text-align: center;
  }


#s-2f383d81-f232-4f60-99e6-de675e0a4912.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 13px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-2f383d81-f232-4f60-99e6-de675e0a4912-root {
    text-align: center;
  }


#s-2f383d81-f232-4f60-99e6-de675e0a4912.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 13px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-2f383d81-f232-4f60-99e6-de675e0a4912-root {
    text-align: center;
  }


#s-2f383d81-f232-4f60-99e6-de675e0a4912.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 13px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-2f383d81-f232-4f60-99e6-de675e0a4912-root {
    text-align: center;
  }


#s-2f383d81-f232-4f60-99e6-de675e0a4912.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 13px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-2f383d81-f232-4f60-99e6-de675e0a4912-root {
    text-align: center;
  }


#s-2f383d81-f232-4f60-99e6-de675e0a4912.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 13px;
  
  
  
  display:  inline-block ;
}
}
#s-3acfd8fb-1187-4f18-926a-5a5decd8f2f8 {
  min-height: 50px;
}








#s-3acfd8fb-1187-4f18-926a-5a5decd8f2f8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3acfd8fb-1187-4f18-926a-5a5decd8f2f8.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-814be6cb-5f1e-4449-9537-5385676c50df {
  min-height: 50px;
}








#s-814be6cb-5f1e-4449-9537-5385676c50df > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-814be6cb-5f1e-4449-9537-5385676c50df {
  cursor: pointer;
}#s-814be6cb-5f1e-4449-9537-5385676c50df.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d7ce5e11-3cea-438d-a458-a0a9d036bc7e {
  margin-left: auto;
margin-right: auto;
max-width: 125px;
text-align: center;
}







  #s-d7ce5e11-3cea-438d-a458-a0a9d036bc7e img.shogun-image {
    

    
    
    
  }


#s-d7ce5e11-3cea-438d-a458-a0a9d036bc7e .shogun-image-content {
  
    align-items: center;
  
}

#s-52be1a04-ce49-4297-a872-e30d4dee2c95 {
  padding-top: 10px;
padding-bottom: 0px;
text-align: center;
}

#s-52be1a04-ce49-4297-a872-e30d4dee2c95 .shogun-heading-component h3 {
  color: rgba(62, 62, 62, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  line-height: 1em;
  
  
}



#s-f9067e69-304d-49fa-92ef-41773d40cae4 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f9067e69-304d-49fa-92ef-41773d40cae4 .shogun-heading-component h4 {
  color: rgba(62, 62, 62, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  line-height: 1em;
  letter-spacing: 0px;
  text-align: center;
}



#s-1dc1ebec-2783-4091-b1ae-fec835203fd3 {
  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: rgba(186, 220, 5, 1);
border-style: solid;
border-radius: 0px;
background-color: rgba(89, 89, 89, 1);
text-align: center;
text-decoration: none;
color: rgba(255, 255, 255, 1);
background-image: none;
hover-type: color;
}
#s-1dc1ebec-2783-4091-b1ae-fec835203fd3:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: #000 !important;}#s-1dc1ebec-2783-4091-b1ae-fec835203fd3:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-1dc1ebec-2783-4091-b1ae-fec835203fd3 {
  display: none;
}
#s-1dc1ebec-2783-4091-b1ae-fec835203fd3, #wrap-s-1dc1ebec-2783-4091-b1ae-fec835203fd3 { display:none !important; }}

  #s-1dc1ebec-2783-4091-b1ae-fec835203fd3-root {
    text-align: center;
  }


#s-1dc1ebec-2783-4091-b1ae-fec835203fd3.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 13px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-1dc1ebec-2783-4091-b1ae-fec835203fd3-root {
    text-align: center;
  }


#s-1dc1ebec-2783-4091-b1ae-fec835203fd3.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 13px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-1dc1ebec-2783-4091-b1ae-fec835203fd3-root {
    text-align: center;
  }


#s-1dc1ebec-2783-4091-b1ae-fec835203fd3.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 13px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-1dc1ebec-2783-4091-b1ae-fec835203fd3-root {
    text-align: center;
  }


#s-1dc1ebec-2783-4091-b1ae-fec835203fd3.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 13px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-1dc1ebec-2783-4091-b1ae-fec835203fd3-root {
    text-align: center;
  }


#s-1dc1ebec-2783-4091-b1ae-fec835203fd3.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 13px;
  
  
  
  display:  inline-block ;
}
}
#s-8e1537b3-42ab-4df5-9960-925167039c1b {
  min-height: 50px;
}








#s-8e1537b3-42ab-4df5-9960-925167039c1b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8e1537b3-42ab-4df5-9960-925167039c1b {
  cursor: pointer;
}#s-8e1537b3-42ab-4df5-9960-925167039c1b.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-e2f7d538-6a2e-4283-b7f3-ede01796ea00 {
  margin-left: auto;
margin-right: auto;
max-width: 125px;
aspect-ratio: 716/1002;
text-align: center;
}





  #s-e2f7d538-6a2e-4283-b7f3-ede01796ea00 img.shogun-image,
  #s-e2f7d538-6a2e-4283-b7f3-ede01796ea00 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e2f7d538-6a2e-4283-b7f3-ede01796ea00 {
    width: 100%;
    height: auto;
  }



  #s-e2f7d538-6a2e-4283-b7f3-ede01796ea00 img.shogun-image {
    

    
    
    
  }


#s-e2f7d538-6a2e-4283-b7f3-ede01796ea00 .shogun-image-content {
  
    align-items: center;
  
}

#s-6b925997-91ee-41b0-bf1b-59bb0c26715c {
  padding-top: 10px;
padding-bottom: 0px;
text-align: center;
}

#s-6b925997-91ee-41b0-bf1b-59bb0c26715c .shogun-heading-component h3 {
  color: rgba(62, 62, 62, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  line-height: 1em;
  
  
}



#s-79596199-659f-4cb9-bc22-e949a07b5d66 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-79596199-659f-4cb9-bc22-e949a07b5d66 .shogun-heading-component h4 {
  color: rgba(62, 62, 62, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  line-height: 1em;
  letter-spacing: 0px;
  text-align: center;
}



#s-af317b53-53a1-42f5-929c-4dd5b1be944b {
  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: rgba(186, 220, 5, 1);
border-style: solid;
border-radius: 0px;
background-color: rgba(89, 89, 89, 1);
text-align: center;
text-decoration: none;
color: rgba(255, 255, 255, 1);
background-image: none;
hover-type: color;
}
#s-af317b53-53a1-42f5-929c-4dd5b1be944b:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: #000 !important;}#s-af317b53-53a1-42f5-929c-4dd5b1be944b:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-af317b53-53a1-42f5-929c-4dd5b1be944b {
  display: none;
}
#s-af317b53-53a1-42f5-929c-4dd5b1be944b, #wrap-s-af317b53-53a1-42f5-929c-4dd5b1be944b { display:none !important; }}

  #s-af317b53-53a1-42f5-929c-4dd5b1be944b-root {
    text-align: center;
  }


#s-af317b53-53a1-42f5-929c-4dd5b1be944b.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 13px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-af317b53-53a1-42f5-929c-4dd5b1be944b-root {
    text-align: center;
  }


#s-af317b53-53a1-42f5-929c-4dd5b1be944b.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 13px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-af317b53-53a1-42f5-929c-4dd5b1be944b-root {
    text-align: center;
  }


#s-af317b53-53a1-42f5-929c-4dd5b1be944b.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 13px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-af317b53-53a1-42f5-929c-4dd5b1be944b-root {
    text-align: center;
  }


#s-af317b53-53a1-42f5-929c-4dd5b1be944b.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 13px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-af317b53-53a1-42f5-929c-4dd5b1be944b-root {
    text-align: center;
  }


#s-af317b53-53a1-42f5-929c-4dd5b1be944b.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 13px;
  
  
  
  display:  inline-block ;
}
}
#s-347d9088-c62c-4774-90ba-0a91034d2d7e {
  margin-left: 1px;
margin-right: 1px;
padding-top: 0px;
}

@media (min-width: 0px) {
[id="s-347d9088-c62c-4774-90ba-0a91034d2d7e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-347d9088-c62c-4774-90ba-0a91034d2d7e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-347d9088-c62c-4774-90ba-0a91034d2d7e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-347d9088-c62c-4774-90ba-0a91034d2d7e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-24c401dd-e0aa-4b55-91af-7d5dfd41e23c {
  background-repeat: no-repeat;
background-size: cover;
margin-bottom: 10px;
padding-top: 0%;
padding-left: 0%;
padding-right: 0%;
background-position: center center;
}








#s-24c401dd-e0aa-4b55-91af-7d5dfd41e23c > .shg-box-overlay {
  background-color: #000;
  opacity: 0;
}#s-24c401dd-e0aa-4b55-91af-7d5dfd41e23c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-aa78bba5-cdaf-4b71-b440-22587bfa688b {
  margin-top: 80%;
margin-left: 10%;
margin-bottom: 50px;
margin-right: 10%;
padding-top: 30px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
min-height: 50px;
background-color: rgba(0, 0, 0, 0.7);
}








#s-aa78bba5-cdaf-4b71-b440-22587bfa688b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-aa78bba5-cdaf-4b71-b440-22587bfa688b {
  cursor: pointer;
}#s-aa78bba5-cdaf-4b71-b440-22587bfa688b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f135f3cc-5f0d-4757-816e-e22ef922c7f2 {
  padding-left: 5%;
padding-bottom: 10px;
padding-right: 5%;
min-height: 50px;
}








#s-f135f3cc-5f0d-4757-816e-e22ef922c7f2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f135f3cc-5f0d-4757-816e-e22ef922c7f2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-634fb6b1-5bcc-40fa-921d-11d883f95a4a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-634fb6b1-5bcc-40fa-921d-11d883f95a4a .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 38px;
  
  
  text-align: left;
}



#s-d2ea85a2-5db2-43ba-bd37-ab1808e07552 {
  padding-top: 6px;
padding-bottom: 10px;
text-align: left;
}

#s-d2ea85a2-5db2-43ba-bd37-ab1808e07552 .shogun-heading-component h3 {
  color: rgba(210, 210, 210, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}



#s-d627dbfd-1965-437a-8aba-1d237d4bde33 {
  margin-top: 9px;
margin-bottom: 19px;
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: rgba(186, 220, 5, 1);
border-style: solid;
border-radius: 0px;
background-color: rgba(89, 89, 89, 1);
text-align: center;
text-decoration: none;
color: rgba(255, 255, 255, 1);
background-image: none;
hover-type: color;
}
#s-d627dbfd-1965-437a-8aba-1d237d4bde33:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: #000 !important;}#s-d627dbfd-1965-437a-8aba-1d237d4bde33:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-d627dbfd-1965-437a-8aba-1d237d4bde33 {
  display: none;
}
#s-d627dbfd-1965-437a-8aba-1d237d4bde33, #wrap-s-d627dbfd-1965-437a-8aba-1d237d4bde33 { display:none !important; }}

  #s-d627dbfd-1965-437a-8aba-1d237d4bde33-root {
    text-align: center;
  }


#s-d627dbfd-1965-437a-8aba-1d237d4bde33.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 13px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-d627dbfd-1965-437a-8aba-1d237d4bde33-root {
    text-align: center;
  }


#s-d627dbfd-1965-437a-8aba-1d237d4bde33.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 13px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-d627dbfd-1965-437a-8aba-1d237d4bde33-root {
    text-align: center;
  }


#s-d627dbfd-1965-437a-8aba-1d237d4bde33.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 13px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-d627dbfd-1965-437a-8aba-1d237d4bde33-root {
    text-align: center;
  }


#s-d627dbfd-1965-437a-8aba-1d237d4bde33.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 13px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-d627dbfd-1965-437a-8aba-1d237d4bde33-root {
    text-align: center;
  }


#s-d627dbfd-1965-437a-8aba-1d237d4bde33.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 13px;
  
  
  
  display:  inline-block ;
}
}
#s-7ab9bdef-413c-4352-ba06-9f6979132a72 {
  background-repeat: no-repeat;
background-size: cover;
margin-bottom: 10px;
padding-top: 0%;
padding-left: 0%;
padding-bottom: 0%;
padding-right: 0%;
background-position: center center;
}








#s-7ab9bdef-413c-4352-ba06-9f6979132a72 > .shg-box-overlay {
  background-color: #000;
  opacity: 0;
}#s-7ab9bdef-413c-4352-ba06-9f6979132a72.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-dc3c2494-8daf-41d1-90b8-c468542a9522 {
  margin-top: 80%;
margin-left: 10%;
margin-bottom: 50px;
margin-right: 10%;
padding-top: 35px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
min-height: 50px;
background-color: rgba(0, 0, 0, 0.7);
}








#s-dc3c2494-8daf-41d1-90b8-c468542a9522 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-dc3c2494-8daf-41d1-90b8-c468542a9522 {
  cursor: pointer;
}#s-dc3c2494-8daf-41d1-90b8-c468542a9522.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2cadce78-8e3c-49b8-98ec-0f42f6b40f2a {
  padding-left: 5%;
padding-bottom: 10px;
padding-right: 5%;
min-height: 50px;
}








#s-2cadce78-8e3c-49b8-98ec-0f42f6b40f2a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2cadce78-8e3c-49b8-98ec-0f42f6b40f2a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-74878456-3646-4b1a-8a5e-395993e91bc1 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-74878456-3646-4b1a-8a5e-395993e91bc1 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 38px;
  
  
  text-align: left;
}



#s-1db38a8c-4597-455d-b2d7-3192e8d2a624 {
  padding-top: 6px;
padding-bottom: 10px;
text-align: left;
}

#s-1db38a8c-4597-455d-b2d7-3192e8d2a624 .shogun-heading-component h3 {
  color: rgba(210, 210, 210, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}



#s-88b5ed20-82a7-4d9f-bf58-071719e369f0 {
  margin-top: 9px;
margin-bottom: 19px;
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: rgba(186, 220, 5, 1);
border-style: solid;
border-radius: 0px;
background-color: rgba(89, 89, 89, 1);
text-align: center;
text-decoration: none;
color: rgba(255, 255, 255, 1);
background-image: none;
hover-type: color;
}
#s-88b5ed20-82a7-4d9f-bf58-071719e369f0:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: #000 !important;}#s-88b5ed20-82a7-4d9f-bf58-071719e369f0:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-88b5ed20-82a7-4d9f-bf58-071719e369f0 {
  display: none;
}
#s-88b5ed20-82a7-4d9f-bf58-071719e369f0, #wrap-s-88b5ed20-82a7-4d9f-bf58-071719e369f0 { display:none !important; }}

  #s-88b5ed20-82a7-4d9f-bf58-071719e369f0-root {
    text-align: center;
  }


#s-88b5ed20-82a7-4d9f-bf58-071719e369f0.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 13px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-88b5ed20-82a7-4d9f-bf58-071719e369f0-root {
    text-align: center;
  }


#s-88b5ed20-82a7-4d9f-bf58-071719e369f0.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 13px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-88b5ed20-82a7-4d9f-bf58-071719e369f0-root {
    text-align: center;
  }


#s-88b5ed20-82a7-4d9f-bf58-071719e369f0.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 13px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-88b5ed20-82a7-4d9f-bf58-071719e369f0-root {
    text-align: center;
  }


#s-88b5ed20-82a7-4d9f-bf58-071719e369f0.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 13px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-88b5ed20-82a7-4d9f-bf58-071719e369f0-root {
    text-align: center;
  }


#s-88b5ed20-82a7-4d9f-bf58-071719e369f0.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 13px;
  
  
  
  display:  inline-block ;
}
}
#s-95367ef9-1dab-4ef1-8afb-344d387346e9 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 13px;
padding-left: 9%;
padding-right: 9%;
min-height: 29em;
background-position: center bottom;
}








#s-95367ef9-1dab-4ef1-8afb-344d387346e9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-95367ef9-1dab-4ef1-8afb-344d387346e9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2944e3f5-35a2-45ed-8607-93ba3a568a99 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-2944e3f5-35a2-45ed-8607-93ba3a568a99 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-08347bc4-c85d-40ae-ad3a-eb56a39d85dd {
  border-style: solid;
padding-top: 5px;
padding-left: 16px;
padding-bottom: 5px;
padding-right: 16px;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(255, 255, 255, 1);
border-radius: 2px;
background-color: rgba(253, 252, 252, 0.02);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-08347bc4-c85d-40ae-ad3a-eb56a39d85dd:hover {background-color: rgba(185, 185, 185, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-08347bc4-c85d-40ae-ad3a-eb56a39d85dd:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-08347bc4-c85d-40ae-ad3a-eb56a39d85dd-root {
    text-align: left;
  }


#s-08347bc4-c85d-40ae-ad3a-eb56a39d85dd.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-08347bc4-c85d-40ae-ad3a-eb56a39d85dd-root {
    text-align: left;
  }


#s-08347bc4-c85d-40ae-ad3a-eb56a39d85dd.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-08347bc4-c85d-40ae-ad3a-eb56a39d85dd-root {
    text-align: left;
  }


#s-08347bc4-c85d-40ae-ad3a-eb56a39d85dd.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-08347bc4-c85d-40ae-ad3a-eb56a39d85dd-root {
    text-align: left;
  }


#s-08347bc4-c85d-40ae-ad3a-eb56a39d85dd.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-08347bc4-c85d-40ae-ad3a-eb56a39d85dd-root {
    text-align: left;
  }


#s-08347bc4-c85d-40ae-ad3a-eb56a39d85dd.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  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;
  user-select: none;
  cursor: pointer;
  z-index: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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