.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-5ed023d6-22f5-4f4f-adb5-f2b9cee5db8d {
  background-repeat: no-repeat;
background-size: cover;
margin-top: -179px;
padding-top: 109px;
padding-bottom: 25px;
min-height: 700px;
max-width: 100%;
background-position: center top;
}

#s-5ed023d6-22f5-4f4f-adb5-f2b9cee5db8d {
  background-image: url(https://i.shgcdn.com/8e85ec2a-3353-45e6-b782-c79ee0c712b9/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-5ed023d6-22f5-4f4f-adb5-f2b9cee5db8d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5ed023d6-22f5-4f4f-adb5-f2b9cee5db8d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8ef6f0d4-bbcb-423e-af21-5c0780601d42 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 0px;
padding-left: 20px;
padding-bottom: 0px;
padding-right: 20px;
max-width: 1535px;
}








#s-8ef6f0d4-bbcb-423e-af21-5c0780601d42 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8ef6f0d4-bbcb-423e-af21-5c0780601d42.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.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-ac4b4a5e-25d8-484f-b4cc-afdfbc1bd737 {
  margin-top: -31px;
margin-bottom: -50px;
padding-top: 0px;
padding-bottom: 0px;
}
@media (min-width: 1200px){#s-ac4b4a5e-25d8-484f-b4cc-afdfbc1bd737 {
  margin-top: -20px;
}
}@media (max-width: 767px){#s-ac4b4a5e-25d8-484f-b4cc-afdfbc1bd737 {
  margin-top: -15px;
}
}
@media (min-width: 0px) {
[id="s-ac4b4a5e-25d8-484f-b4cc-afdfbc1bd737"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ac4b4a5e-25d8-484f-b4cc-afdfbc1bd737"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-ac4b4a5e-25d8-484f-b4cc-afdfbc1bd737"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-ac4b4a5e-25d8-484f-b4cc-afdfbc1bd737"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 7.5px);
}

}

.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: ;
}

.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-8eebf7be-04b2-47a7-a793-0d781fee4c68 {
  margin-bottom: 40px;
max-width: 707px;
aspect-ratio: 707/57;
text-align: center;
}
@media (min-width: 1200px){#s-8eebf7be-04b2-47a7-a793-0d781fee4c68 {
  margin-top: 50px;
}
}




  #s-8eebf7be-04b2-47a7-a793-0d781fee4c68 img.shogun-image,
  #s-8eebf7be-04b2-47a7-a793-0d781fee4c68 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-8eebf7be-04b2-47a7-a793-0d781fee4c68 {
    width: 100%;
    height: auto;
  }



  #s-8eebf7be-04b2-47a7-a793-0d781fee4c68 img.shogun-image {
    

    
    
    
  }


#s-8eebf7be-04b2-47a7-a793-0d781fee4c68 .shogun-image-content {
  
    align-items: center;
  
}

#s-ab145dfd-2faa-42ec-918b-f97caef6c7f1 {
  margin-top: 16px;
margin-bottom: 16px;
padding-top: 0px;
padding-bottom: 0px;
}
@media (min-width: 768px) and (max-width: 991px){#s-ab145dfd-2faa-42ec-918b-f97caef6c7f1 {
  display: none;
}
#s-ab145dfd-2faa-42ec-918b-f97caef6c7f1, #wrap-s-ab145dfd-2faa-42ec-918b-f97caef6c7f1 { display:none !important; }}
#s-aa7cad46-6236-4cbc-81fa-e5b3011b13bc {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
}

#s-a24efa16-28f9-4afb-b81b-25cca0b2e913 {
  margin-top: 5px;
}

#s-33469c8b-efee-4321-9bed-cd049bc28a1d {
  text-align: center;
}







  #s-33469c8b-efee-4321-9bed-cd049bc28a1d img.shogun-image {
    

    
    
    
  }


#s-33469c8b-efee-4321-9bed-cd049bc28a1d .shogun-image-content {
  
    align-items: center;
  
}

#s-85cfca9a-0c8a-4fa5-b84a-b45d5c2445d9 {
  margin-top: 25px;
margin-bottom: 25px;
}
@media (min-width: 1200px){#s-85cfca9a-0c8a-4fa5-b84a-b45d5c2445d9 {
  display: none;
}
#s-85cfca9a-0c8a-4fa5-b84a-b45d5c2445d9, #wrap-s-85cfca9a-0c8a-4fa5-b84a-b45d5c2445d9 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-85cfca9a-0c8a-4fa5-b84a-b45d5c2445d9 {
  display: none;
}
#s-85cfca9a-0c8a-4fa5-b84a-b45d5c2445d9, #wrap-s-85cfca9a-0c8a-4fa5-b84a-b45d5c2445d9 { display:none !important; }}
.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-7fa7e0df-088f-4745-b83c-cd67aa61b29c {
  border-style: solid;
padding-top: 10px;
padding-left: 40px;
padding-bottom: 10px;
padding-right: 40px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(255, 255, 255, 1);
border-radius: 2px;
background-color: rgba(0, 150, 207, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-7fa7e0df-088f-4745-b83c-cd67aa61b29c:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-7fa7e0df-088f-4745-b83c-cd67aa61b29c:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-7fa7e0df-088f-4745-b83c-cd67aa61b29c-root {
    text-align: center;
  }


#s-7fa7e0df-088f-4745-b83c-cd67aa61b29c.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-7fa7e0df-088f-4745-b83c-cd67aa61b29c-root {
    text-align: center;
  }


#s-7fa7e0df-088f-4745-b83c-cd67aa61b29c.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-7fa7e0df-088f-4745-b83c-cd67aa61b29c-root {
    text-align: center;
  }


#s-7fa7e0df-088f-4745-b83c-cd67aa61b29c.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-7fa7e0df-088f-4745-b83c-cd67aa61b29c-root {
    text-align: center;
  }


#s-7fa7e0df-088f-4745-b83c-cd67aa61b29c.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-7fa7e0df-088f-4745-b83c-cd67aa61b29c-root {
    text-align: center;
  }


#s-7fa7e0df-088f-4745-b83c-cd67aa61b29c.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}
@media (min-width: 1200px){#s-f6370464-f2b5-421a-81cf-81189ca61610 {
  display: none;
}
#s-f6370464-f2b5-421a-81cf-81189ca61610, #wrap-s-f6370464-f2b5-421a-81cf-81189ca61610 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f6370464-f2b5-421a-81cf-81189ca61610 {
  display: none;
}
#s-f6370464-f2b5-421a-81cf-81189ca61610, #wrap-s-f6370464-f2b5-421a-81cf-81189ca61610 { display:none !important; }}
#s-f6370464-f2b5-421a-81cf-81189ca61610 {
  display: none;
}
#s-f8093176-b075-4cc0-91b0-bc0293f96047 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-f8093176-b075-4cc0-91b0-bc0293f96047 {
  display: none;
}
#s-f8093176-b075-4cc0-91b0-bc0293f96047, #wrap-s-f8093176-b075-4cc0-91b0-bc0293f96047 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f8093176-b075-4cc0-91b0-bc0293f96047 {
  display: none;
}
#s-f8093176-b075-4cc0-91b0-bc0293f96047, #wrap-s-f8093176-b075-4cc0-91b0-bc0293f96047 { display:none !important; }}







#s-f8093176-b075-4cc0-91b0-bc0293f96047 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f8093176-b075-4cc0-91b0-bc0293f96047.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4c948b1d-d338-4546-8310-d0d9045503e6 {
  box-shadow:0px 0px 0px 0px ;
margin-top: 19px;
margin-left: 0%;
margin-bottom: 19px;
margin-right: 0%;
padding-top: 5px;
padding-left: 20px;
padding-bottom: 5px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(63, 63, 63, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-4c948b1d-d338-4546-8310-d0d9045503e6:hover {background-color: rgba(34, 25, 77, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-4c948b1d-d338-4546-8310-d0d9045503e6:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-4c948b1d-d338-4546-8310-d0d9045503e6 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-4c948b1d-d338-4546-8310-d0d9045503e6 {
  
}
}@media (max-width: 767px){#s-4c948b1d-d338-4546-8310-d0d9045503e6 {
  
}
}

  #s-4c948b1d-d338-4546-8310-d0d9045503e6-root {
    text-align: center;
  }


#s-4c948b1d-d338-4546-8310-d0d9045503e6.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-4c948b1d-d338-4546-8310-d0d9045503e6-root {
    text-align: center;
  }


#s-4c948b1d-d338-4546-8310-d0d9045503e6.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-4c948b1d-d338-4546-8310-d0d9045503e6-root {
    text-align: center;
  }


#s-4c948b1d-d338-4546-8310-d0d9045503e6.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-4c948b1d-d338-4546-8310-d0d9045503e6-root {
    text-align: center;
  }


#s-4c948b1d-d338-4546-8310-d0d9045503e6.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-4c948b1d-d338-4546-8310-d0d9045503e6-root {
    text-align: center;
  }


#s-4c948b1d-d338-4546-8310-d0d9045503e6.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}
  #s-4c948b1d-d338-4546-8310-d0d9045503e6-root {
    text-align: center;
  }


#s-4c948b1d-d338-4546-8310-d0d9045503e6.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}

#s-63c5354a-9503-493d-a87f-87914fb136c3 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-63c5354a-9503-493d-a87f-87914fb136c3 {
  display: none;
}
#s-63c5354a-9503-493d-a87f-87914fb136c3, #wrap-s-63c5354a-9503-493d-a87f-87914fb136c3 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-63c5354a-9503-493d-a87f-87914fb136c3 {
  display: none;
}
#s-63c5354a-9503-493d-a87f-87914fb136c3, #wrap-s-63c5354a-9503-493d-a87f-87914fb136c3 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-63c5354a-9503-493d-a87f-87914fb136c3 {
  
}
}







#s-63c5354a-9503-493d-a87f-87914fb136c3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-63c5354a-9503-493d-a87f-87914fb136c3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 1200px){#s-8724a58a-083a-4b8b-bfb4-46c29a1c5d13 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-8724a58a-083a-4b8b-bfb4-46c29a1c5d13 {
  
}
}@media (max-width: 767px){#s-8724a58a-083a-4b8b-bfb4-46c29a1c5d13 {
  
}
}
#s-39a745e3-9bca-4cbd-a815-c789124ec084 {
  margin-top: 30px;
margin-bottom: 5px;
padding-top: 0px;
padding-bottom: 0px;
}
@media (min-width: 768px) and (max-width: 991px){#s-39a745e3-9bca-4cbd-a815-c789124ec084 {
  display: none;
}
#s-39a745e3-9bca-4cbd-a815-c789124ec084, #wrap-s-39a745e3-9bca-4cbd-a815-c789124ec084 { display:none !important; }}@media (max-width: 767px){#s-39a745e3-9bca-4cbd-a815-c789124ec084 {
  display: none;
}
#s-39a745e3-9bca-4cbd-a815-c789124ec084, #wrap-s-39a745e3-9bca-4cbd-a815-c789124ec084 { display:none !important; }}
#s-40c7004d-829d-4b1c-9c36-70e3a2e26638 {
  margin-top: 1px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(63, 63, 63, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-40c7004d-829d-4b1c-9c36-70e3a2e26638:hover {background-color: rgba(167, 167, 167, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-40c7004d-829d-4b1c-9c36-70e3a2e26638:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 768px) and (max-width: 991px){#s-40c7004d-829d-4b1c-9c36-70e3a2e26638 {
  display: none;
}
#s-40c7004d-829d-4b1c-9c36-70e3a2e26638, #wrap-s-40c7004d-829d-4b1c-9c36-70e3a2e26638 { display:none !important; }}@media (max-width: 767px){#s-40c7004d-829d-4b1c-9c36-70e3a2e26638 {
  display: none;
}
#s-40c7004d-829d-4b1c-9c36-70e3a2e26638, #wrap-s-40c7004d-829d-4b1c-9c36-70e3a2e26638 { display:none !important; }}

  #s-40c7004d-829d-4b1c-9c36-70e3a2e26638-root {
    text-align: center;
  }


#s-40c7004d-829d-4b1c-9c36-70e3a2e26638.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-40c7004d-829d-4b1c-9c36-70e3a2e26638-root {
    text-align: center;
  }


#s-40c7004d-829d-4b1c-9c36-70e3a2e26638.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-40c7004d-829d-4b1c-9c36-70e3a2e26638-root {
    text-align: center;
  }


#s-40c7004d-829d-4b1c-9c36-70e3a2e26638.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-40c7004d-829d-4b1c-9c36-70e3a2e26638-root {
    text-align: center;
  }


#s-40c7004d-829d-4b1c-9c36-70e3a2e26638.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-40c7004d-829d-4b1c-9c36-70e3a2e26638-root {
    text-align: center;
  }


#s-40c7004d-829d-4b1c-9c36-70e3a2e26638.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}
  #s-40c7004d-829d-4b1c-9c36-70e3a2e26638-root {
    text-align: center;
  }


#s-40c7004d-829d-4b1c-9c36-70e3a2e26638.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}

#s-e70cd809-e200-4307-8008-6188321c980f {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
}
@media (min-width: 768px) and (max-width: 991px){#s-e70cd809-e200-4307-8008-6188321c980f {
  display: none;
}
#s-e70cd809-e200-4307-8008-6188321c980f, #wrap-s-e70cd809-e200-4307-8008-6188321c980f { display:none !important; }}@media (max-width: 767px){#s-e70cd809-e200-4307-8008-6188321c980f {
  display: none;
}
#s-e70cd809-e200-4307-8008-6188321c980f, #wrap-s-e70cd809-e200-4307-8008-6188321c980f { display:none !important; }}
#s-ac9c160f-1d8a-4912-839f-9f803f1017ef {
  padding-left: 4px;
padding-right: 4px;
}
@media (min-width: 768px) and (max-width: 991px){#s-ac9c160f-1d8a-4912-839f-9f803f1017ef {
  display: none;
}
#s-ac9c160f-1d8a-4912-839f-9f803f1017ef, #wrap-s-ac9c160f-1d8a-4912-839f-9f803f1017ef { display:none !important; }}@media (max-width: 767px){#s-ac9c160f-1d8a-4912-839f-9f803f1017ef {
  display: none;
}
#s-ac9c160f-1d8a-4912-839f-9f803f1017ef, #wrap-s-ac9c160f-1d8a-4912-839f-9f803f1017ef { display:none !important; }}
.shg-sld-content {
  width: 100%;
  position: relative;
  z-index: 1;
}

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

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

.shg-sld-nav-button {
  cursor: pointer;
  position: absolute;
  z-index: 10;
  top: 0;
  width: 35px;
  min-height: 35px;
  height: 100%;

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

.shg-sld-nav-button > svg {
  height: 100%;
  width: 100%;
}

.shg-sld-nav-button.shg-sld-left {
  left: 0;
}

.shg-sld-nav-button.shg-sld-left-over-content {
  left: 2%;
}

.shg-sld-nav-button.shg-sld-right {
  right: 0;
}

.shg-sld-nav-button.shg-sld-right-over-content {
  right: 2%;
}

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

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

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

.shg-sld-dots {
  margin-top: 10px;
  text-align: center;
  z-index: 1;
  position: relative;
}

.shg-sld-dots-on-top {
  margin-top: -30px !important;
}

.shg-sld-dot {
  cursor: pointer;
  display: inline-block !important;
  height: 14px;
  width: 14px;
  border-radius: 100%;
  margin-left: 5px;
  opacity: 0.5;
}

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

.shg-sld-dot.shg-sld-active {
  opacity: 1;
}

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

  to {
    opacity: 1;
  }
}

#s-9498d5b5-e49e-429b-bae4-c779a546be90 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-9498d5b5-e49e-429b-bae4-c779a546be90 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-9498d5b5-e49e-429b-bae4-c779a546be90 .shg-sld-nav-button.shg-sld-left,
#s-9498d5b5-e49e-429b-bae4-c779a546be90 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

@media (min-width: 0px) {
[id="s-b3dea58b-18b2-4d76-8f23-2179e5ee8bbd"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 11.0px);
}

}

@media (min-width: 768px) {
[id="s-b3dea58b-18b2-4d76-8f23-2179e5ee8bbd"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 16.5px);
}

}

@media (min-width: 992px) {
[id="s-b3dea58b-18b2-4d76-8f23-2179e5ee8bbd"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 16.5px);
}

}

@media (min-width: 1200px) {
[id="s-b3dea58b-18b2-4d76-8f23-2179e5ee8bbd"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 16.5px);
}

}

#s-d90cd029-f3bb-4fd0-b731-a5b7e41973e6 {
  box-shadow:0px 0px 4px 0px ;
margin-left: auto;
margin-right: auto;
padding-top: 30px;
padding-left: 25px;
padding-bottom: 20px;
padding-right: 25px;
max-width: 370px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-d90cd029-f3bb-4fd0-b731-a5b7e41973e6 {
  display: none;
}
#s-d90cd029-f3bb-4fd0-b731-a5b7e41973e6, #wrap-s-d90cd029-f3bb-4fd0-b731-a5b7e41973e6 { display:none !important; }}







#s-d90cd029-f3bb-4fd0-b731-a5b7e41973e6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d90cd029-f3bb-4fd0-b731-a5b7e41973e6.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-71fef4bb-74aa-4fc2-b53b-d2d6f432fd15 {
  text-align: left;
}







  #s-71fef4bb-74aa-4fc2-b53b-d2d6f432fd15 img.shogun-image {
    

    
    
    
  }


#s-71fef4bb-74aa-4fc2-b53b-d2d6f432fd15 .shogun-image-content {
  
    align-items: center;
  
}

#s-0aaa9de0-e797-4569-8106-527d82861abc {
  box-shadow:0px 0px 4px 0px ;
margin-left: auto;
margin-right: auto;
padding-top: 30px;
padding-left: 25px;
padding-bottom: 20px;
padding-right: 25px;
max-width: 370px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-0aaa9de0-e797-4569-8106-527d82861abc {
  display: none;
}
#s-0aaa9de0-e797-4569-8106-527d82861abc, #wrap-s-0aaa9de0-e797-4569-8106-527d82861abc { display:none !important; }}







#s-0aaa9de0-e797-4569-8106-527d82861abc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0aaa9de0-e797-4569-8106-527d82861abc.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-ae14186e-fa69-434f-89aa-69c78d822216 {
  text-align: left;
}







  #s-ae14186e-fa69-434f-89aa-69c78d822216 img.shogun-image {
    

    
    
    
  }


#s-ae14186e-fa69-434f-89aa-69c78d822216 .shogun-image-content {
  
    align-items: center;
  
}

#s-1947ea27-8093-419d-a8e2-b5a9fc664587 {
  box-shadow:0px 0px 4px 0px ;
margin-left: auto;
margin-right: auto;
padding-top: 30px;
padding-left: 25px;
padding-bottom: 20px;
padding-right: 25px;
max-width: 370px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-1947ea27-8093-419d-a8e2-b5a9fc664587 {
  display: none;
}
#s-1947ea27-8093-419d-a8e2-b5a9fc664587, #wrap-s-1947ea27-8093-419d-a8e2-b5a9fc664587 { display:none !important; }}







#s-1947ea27-8093-419d-a8e2-b5a9fc664587 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1947ea27-8093-419d-a8e2-b5a9fc664587.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-24d7bbb4-4747-4241-9f59-818a02ac4e39 {
  text-align: left;
}







  #s-24d7bbb4-4747-4241-9f59-818a02ac4e39 img.shogun-image {
    

    
    
    
  }


#s-24d7bbb4-4747-4241-9f59-818a02ac4e39 .shogun-image-content {
  
    align-items: center;
  
}

#s-8f931afb-1b37-4980-b34a-41ebc204afeb {
  box-shadow:0px 0px 4px 0px ;
margin-left: auto;
margin-right: auto;
padding-top: 30px;
padding-left: 25px;
padding-bottom: 20px;
padding-right: 25px;
max-width: 370px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-8f931afb-1b37-4980-b34a-41ebc204afeb {
  display: none;
}
#s-8f931afb-1b37-4980-b34a-41ebc204afeb, #wrap-s-8f931afb-1b37-4980-b34a-41ebc204afeb { display:none !important; }}







#s-8f931afb-1b37-4980-b34a-41ebc204afeb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8f931afb-1b37-4980-b34a-41ebc204afeb.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-7f0130f9-ff41-4974-91b1-7d4c3fffeb20 {
  text-align: left;
}







  #s-7f0130f9-ff41-4974-91b1-7d4c3fffeb20 img.shogun-image {
    

    
    
    
  }


#s-7f0130f9-ff41-4974-91b1-7d4c3fffeb20 .shogun-image-content {
  
    align-items: center;
  
}

#s-ca4fe10a-12a5-48d5-8332-4b545d41630e {
  padding-top: 90px;
padding-bottom: 90px;
}








#s-ca4fe10a-12a5-48d5-8332-4b545d41630e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ca4fe10a-12a5-48d5-8332-4b545d41630e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4362e7ef-699c-493a-b707-e05e312b7963 {
  margin-left: auto;
margin-right: auto;
padding-left: 20px;
padding-right: 20px;
min-height: 50px;
max-width: 1535px;
}








#s-4362e7ef-699c-493a-b707-e05e312b7963 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4362e7ef-699c-493a-b707-e05e312b7963.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ce6f49f7-8a15-4ffc-8435-68200069bb01 {
  padding-bottom: 80px;
}

@media (min-width: 0px) {
[id="s-ce6f49f7-8a15-4ffc-8435-68200069bb01"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ce6f49f7-8a15-4ffc-8435-68200069bb01"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-ce6f49f7-8a15-4ffc-8435-68200069bb01"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-ce6f49f7-8a15-4ffc-8435-68200069bb01"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-a172663f-592e-48bd-b133-b1d67a195c22 {
  margin-bottom: 20px;
}

#s-73da0505-852f-45a1-bf30-2ec83892ec3f {
  min-height: 50px;
}








#s-73da0505-852f-45a1-bf30-2ec83892ec3f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-73da0505-852f-45a1-bf30-2ec83892ec3f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7e07aa1e-79af-42a9-a8e1-8044c44389a1 {
  margin-top: 15px;
margin-bottom: 15px;
}

@media (min-width: 0px) {
[id="s-7e07aa1e-79af-42a9-a8e1-8044c44389a1"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7e07aa1e-79af-42a9-a8e1-8044c44389a1"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-7e07aa1e-79af-42a9-a8e1-8044c44389a1"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-7e07aa1e-79af-42a9-a8e1-8044c44389a1"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-8712eed0-ec57-4349-bb33-c7a50dbbcb49 {
  text-align: center;
}







  #s-8712eed0-ec57-4349-bb33-c7a50dbbcb49 img.shogun-image {
    

    
    
    
  }


#s-8712eed0-ec57-4349-bb33-c7a50dbbcb49 .shogun-image-content {
  
    align-items: center;
  
}

#s-31774cc3-201c-49a8-b84f-d806ee93f24d {
  margin-top: 5px;
margin-bottom: 5px;
}

@media (min-width: 0px) {
[id="s-31774cc3-201c-49a8-b84f-d806ee93f24d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-31774cc3-201c-49a8-b84f-d806ee93f24d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-31774cc3-201c-49a8-b84f-d806ee93f24d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-31774cc3-201c-49a8-b84f-d806ee93f24d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-db2eb044-ac98-4522-8652-c86c1e221d58 {
  text-align: center;
}







  #s-db2eb044-ac98-4522-8652-c86c1e221d58 img.shogun-image {
    

    
    
    
  }


#s-db2eb044-ac98-4522-8652-c86c1e221d58 .shogun-image-content {
  
    align-items: center;
  
}

#s-09ef97b2-b4f4-47a2-a1ba-76c4c19890ae {
  margin-top: 5px;
margin-bottom: 5px;
}

@media (min-width: 0px) {
[id="s-09ef97b2-b4f4-47a2-a1ba-76c4c19890ae"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-09ef97b2-b4f4-47a2-a1ba-76c4c19890ae"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-09ef97b2-b4f4-47a2-a1ba-76c4c19890ae"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-09ef97b2-b4f4-47a2-a1ba-76c4c19890ae"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-00dee262-80c6-4451-92b7-9cf3eb340ada {
  text-align: center;
}







  #s-00dee262-80c6-4451-92b7-9cf3eb340ada img.shogun-image {
    

    
    
    
  }


#s-00dee262-80c6-4451-92b7-9cf3eb340ada .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-c0a3da4f-78f2-40e4-adfa-a9238ddc8e26"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c0a3da4f-78f2-40e4-adfa-a9238ddc8e26"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-c0a3da4f-78f2-40e4-adfa-a9238ddc8e26"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-c0a3da4f-78f2-40e4-adfa-a9238ddc8e26"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-6218bf56-dd23-4534-a35a-adee5b763b0b {
  text-align: center;
}







  #s-6218bf56-dd23-4534-a35a-adee5b763b0b img.shogun-image {
    

    
    
    
  }


#s-6218bf56-dd23-4534-a35a-adee5b763b0b .shogun-image-content {
  
    align-items: center;
  
}

#s-2a5c9add-370b-4583-8182-607fe0f755b1 {
  border-style: solid;
margin-top: 18px;
margin-bottom: 35px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(255, 255, 255, 1);
min-height: 75px;
max-width: 312px;
background-color: rgba(240, 162, 112, 1);
text-align: left;
text-decoration: none;
line-height: 1.875em;
letter-spacing: 0px;
background-image: none;
hover-type: color;
}
#s-2a5c9add-370b-4583-8182-607fe0f755b1:hover {background-color: rgba(49, 54, 79, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-2a5c9add-370b-4583-8182-607fe0f755b1:active {background-color: rgba(49, 54, 79, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-2a5c9add-370b-4583-8182-607fe0f755b1-root {
    text-align: left;
  }


#s-2a5c9add-370b-4583-8182-607fe0f755b1.shg-btn {
  color: #ffffff;
  font-size: 28px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-2a5c9add-370b-4583-8182-607fe0f755b1-root {
    text-align: left;
  }


#s-2a5c9add-370b-4583-8182-607fe0f755b1.shg-btn {
  color: #ffffff;
  font-size: 28px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-2a5c9add-370b-4583-8182-607fe0f755b1-root {
    text-align: left;
  }


#s-2a5c9add-370b-4583-8182-607fe0f755b1.shg-btn {
  color: #ffffff;
  font-size: 28px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-2a5c9add-370b-4583-8182-607fe0f755b1-root {
    text-align: left;
  }


#s-2a5c9add-370b-4583-8182-607fe0f755b1.shg-btn {
  color: #ffffff;
  font-size: 28px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-2a5c9add-370b-4583-8182-607fe0f755b1-root {
    text-align: left;
  }


#s-2a5c9add-370b-4583-8182-607fe0f755b1.shg-btn {
  color: #ffffff;
  font-size: 28px;
  
  
  
  display:  inline-block ;
}
}
#s-c96987cb-c1af-495b-a5d4-4acfc448e937 {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-c96987cb-c1af-495b-a5d4-4acfc448e937 {
  
}
}






  #s-c96987cb-c1af-495b-a5d4-4acfc448e937 img.shogun-image {
    

    
    
    
  }


#s-c96987cb-c1af-495b-a5d4-4acfc448e937 .shogun-image-content {
  
    align-items: center;
  
}

#s-42699938-7c71-400f-b2b3-b24bb0195dda {
  margin-top: -75px;
margin-bottom: -75px;
}

@media (min-width: 0px) {
[id="s-42699938-7c71-400f-b2b3-b24bb0195dda"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-42699938-7c71-400f-b2b3-b24bb0195dda"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-42699938-7c71-400f-b2b3-b24bb0195dda"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-42699938-7c71-400f-b2b3-b24bb0195dda"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-68fac676-7385-4b87-8557-11243e267fa3 {
  margin-bottom: 20px;
}

#s-cc9065a1-0c17-49ea-9468-96ee98d256f7 {
  text-align: center;
}







  #s-cc9065a1-0c17-49ea-9468-96ee98d256f7 img.shogun-image {
    

    
    
    
  }


#s-cc9065a1-0c17-49ea-9468-96ee98d256f7 .shogun-image-content {
  
    align-items: center;
  
}

#s-cd676a9b-bf89-4c88-b983-d936a32b1ec7 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 50px;
background-position: center center;
}








#s-cd676a9b-bf89-4c88-b983-d936a32b1ec7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cd676a9b-bf89-4c88-b983-d936a32b1ec7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9afa05d4-df33-45aa-81ac-804422804ba0 {
  margin-left: auto;
margin-right: auto;
min-height: 275px;
max-width: 1000px;
}








#s-9afa05d4-df33-45aa-81ac-804422804ba0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9afa05d4-df33-45aa-81ac-804422804ba0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4660199e-54d4-43c8-bbc7-78258cda7f98 {
  margin-top: -30px;
margin-left: 5%;
margin-bottom: -30px;
margin-right: 0%;
padding-top: 90px;
padding-bottom: 70px;
min-height: 50px;
}








#s-4660199e-54d4-43c8-bbc7-78258cda7f98 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4660199e-54d4-43c8-bbc7-78258cda7f98.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0ede96f4-ee4a-4166-b742-0c784421c39f {
  margin-top: -25px;
margin-left: auto;
margin-bottom: -25px;
margin-right: auto;
min-height: 50px;
max-width: 1200px;
}








#s-0ede96f4-ee4a-4166-b742-0c784421c39f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0ede96f4-ee4a-4166-b742-0c784421c39f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ed93ae10-6f8d-4195-86d0-f1b047097d9a {
  margin-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-ed93ae10-6f8d-4195-86d0-f1b047097d9a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ed93ae10-6f8d-4195-86d0-f1b047097d9a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-ed93ae10-6f8d-4195-86d0-f1b047097d9a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-ed93ae10-6f8d-4195-86d0-f1b047097d9a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-86616d6e-968b-4e72-9447-4a0521a2bfa5 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-86616d6e-968b-4e72-9447-4a0521a2bfa5 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-86616d6e-968b-4e72-9447-4a0521a2bfa5 .shg-sld-nav-button.shg-sld-left,
#s-86616d6e-968b-4e72-9447-4a0521a2bfa5 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

.shg-align-container {
  box-sizing: border-box;
}

.shg-image-content-wrapper {
  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%;
}

.shg-imageV2-content {
  text-align: initial;
}

.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-6e3214db-a05b-4be5-81d2-19813a122ec9 {
  text-align: center;
}







  img.s-6e3214db-a05b-4be5-81d2-19813a122ec9.shogun-image {
    
    
  }


.s-6e3214db-a05b-4be5-81d2-19813a122ec9 .shogun-image-content {
  
    align-items: center;
  
}

.s-6e3214db-a05b-4be5-81d2-19813a122ec9.shg-align-container {
  text-align: center
}

.s-6e3214db-a05b-4be5-81d2-19813a122ec9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6e3214db-a05b-4be5-81d2-19813a122ec9.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-6e3214db-a05b-4be5-81d2-19813a122ec9.shogun-image {
    
    
  }


.s-6e3214db-a05b-4be5-81d2-19813a122ec9 .shogun-image-content {
  
    align-items: center;
  
}

.s-6e3214db-a05b-4be5-81d2-19813a122ec9.shg-align-container {
  text-align: center
}

.s-6e3214db-a05b-4be5-81d2-19813a122ec9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6e3214db-a05b-4be5-81d2-19813a122ec9.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 992px) and (max-width: 1199px){





  img.s-6e3214db-a05b-4be5-81d2-19813a122ec9.shogun-image {
    
    
  }


.s-6e3214db-a05b-4be5-81d2-19813a122ec9 .shogun-image-content {
  
    align-items: center;
  
}

.s-6e3214db-a05b-4be5-81d2-19813a122ec9.shg-align-container {
  text-align: center
}

.s-6e3214db-a05b-4be5-81d2-19813a122ec9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6e3214db-a05b-4be5-81d2-19813a122ec9.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 768px) and (max-width: 991px){





  img.s-6e3214db-a05b-4be5-81d2-19813a122ec9.shogun-image {
    
    
  }


.s-6e3214db-a05b-4be5-81d2-19813a122ec9 .shogun-image-content {
  
    align-items: center;
  
}

.s-6e3214db-a05b-4be5-81d2-19813a122ec9.shg-align-container {
  text-align: center
}

.s-6e3214db-a05b-4be5-81d2-19813a122ec9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6e3214db-a05b-4be5-81d2-19813a122ec9.shogun-image {
  box-sizing: border-box;
}


}@media (max-width: 767px){





  img.s-6e3214db-a05b-4be5-81d2-19813a122ec9.shogun-image {
    
    
  }


.s-6e3214db-a05b-4be5-81d2-19813a122ec9 .shogun-image-content {
  
    align-items: center;
  
}

.s-6e3214db-a05b-4be5-81d2-19813a122ec9.shg-align-container {
  text-align: center
}

.s-6e3214db-a05b-4be5-81d2-19813a122ec9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6e3214db-a05b-4be5-81d2-19813a122ec9.shogun-image {
  box-sizing: border-box;
}


}
#s-34685113-375a-4d76-a964-eedd2397f534 {
  text-align: center;
}







  img.s-34685113-375a-4d76-a964-eedd2397f534.shogun-image {
    
    
  }


.s-34685113-375a-4d76-a964-eedd2397f534 .shogun-image-content {
  
    align-items: center;
  
}

.s-34685113-375a-4d76-a964-eedd2397f534.shg-align-container {
  text-align: center
}

.s-34685113-375a-4d76-a964-eedd2397f534.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-34685113-375a-4d76-a964-eedd2397f534.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-34685113-375a-4d76-a964-eedd2397f534.shogun-image {
    
    
  }


.s-34685113-375a-4d76-a964-eedd2397f534 .shogun-image-content {
  
    align-items: center;
  
}

.s-34685113-375a-4d76-a964-eedd2397f534.shg-align-container {
  text-align: center
}

.s-34685113-375a-4d76-a964-eedd2397f534.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-34685113-375a-4d76-a964-eedd2397f534.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 992px) and (max-width: 1199px){





  img.s-34685113-375a-4d76-a964-eedd2397f534.shogun-image {
    
    
  }


.s-34685113-375a-4d76-a964-eedd2397f534 .shogun-image-content {
  
    align-items: center;
  
}

.s-34685113-375a-4d76-a964-eedd2397f534.shg-align-container {
  text-align: center
}

.s-34685113-375a-4d76-a964-eedd2397f534.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-34685113-375a-4d76-a964-eedd2397f534.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 768px) and (max-width: 991px){





  img.s-34685113-375a-4d76-a964-eedd2397f534.shogun-image {
    
    
  }


.s-34685113-375a-4d76-a964-eedd2397f534 .shogun-image-content {
  
    align-items: center;
  
}

.s-34685113-375a-4d76-a964-eedd2397f534.shg-align-container {
  text-align: center
}

.s-34685113-375a-4d76-a964-eedd2397f534.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-34685113-375a-4d76-a964-eedd2397f534.shogun-image {
  box-sizing: border-box;
}


}@media (max-width: 767px){





  img.s-34685113-375a-4d76-a964-eedd2397f534.shogun-image {
    
    
  }


.s-34685113-375a-4d76-a964-eedd2397f534 .shogun-image-content {
  
    align-items: center;
  
}

.s-34685113-375a-4d76-a964-eedd2397f534.shg-align-container {
  text-align: center
}

.s-34685113-375a-4d76-a964-eedd2397f534.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-34685113-375a-4d76-a964-eedd2397f534.shogun-image {
  box-sizing: border-box;
}


}
#s-224302f0-9699-48c2-b563-bd3002fce34e {
  text-align: center;
}







  img.s-224302f0-9699-48c2-b563-bd3002fce34e.shogun-image {
    
    
  }


.s-224302f0-9699-48c2-b563-bd3002fce34e .shogun-image-content {
  
    align-items: center;
  
}

.s-224302f0-9699-48c2-b563-bd3002fce34e.shg-align-container {
  text-align: center
}

.s-224302f0-9699-48c2-b563-bd3002fce34e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-224302f0-9699-48c2-b563-bd3002fce34e.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-224302f0-9699-48c2-b563-bd3002fce34e.shogun-image {
    
    
  }


.s-224302f0-9699-48c2-b563-bd3002fce34e .shogun-image-content {
  
    align-items: center;
  
}

.s-224302f0-9699-48c2-b563-bd3002fce34e.shg-align-container {
  text-align: center
}

.s-224302f0-9699-48c2-b563-bd3002fce34e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-224302f0-9699-48c2-b563-bd3002fce34e.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 992px) and (max-width: 1199px){





  img.s-224302f0-9699-48c2-b563-bd3002fce34e.shogun-image {
    
    
  }


.s-224302f0-9699-48c2-b563-bd3002fce34e .shogun-image-content {
  
    align-items: center;
  
}

.s-224302f0-9699-48c2-b563-bd3002fce34e.shg-align-container {
  text-align: center
}

.s-224302f0-9699-48c2-b563-bd3002fce34e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-224302f0-9699-48c2-b563-bd3002fce34e.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 768px) and (max-width: 991px){





  img.s-224302f0-9699-48c2-b563-bd3002fce34e.shogun-image {
    
    
  }


.s-224302f0-9699-48c2-b563-bd3002fce34e .shogun-image-content {
  
    align-items: center;
  
}

.s-224302f0-9699-48c2-b563-bd3002fce34e.shg-align-container {
  text-align: center
}

.s-224302f0-9699-48c2-b563-bd3002fce34e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-224302f0-9699-48c2-b563-bd3002fce34e.shogun-image {
  box-sizing: border-box;
}


}@media (max-width: 767px){





  img.s-224302f0-9699-48c2-b563-bd3002fce34e.shogun-image {
    
    
  }


.s-224302f0-9699-48c2-b563-bd3002fce34e .shogun-image-content {
  
    align-items: center;
  
}

.s-224302f0-9699-48c2-b563-bd3002fce34e.shg-align-container {
  text-align: center
}

.s-224302f0-9699-48c2-b563-bd3002fce34e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-224302f0-9699-48c2-b563-bd3002fce34e.shogun-image {
  box-sizing: border-box;
}


}
#s-5fbeb630-0b65-46bb-b6d0-36d35df1a326 {
  margin-bottom: 20px;
}

#s-e5ecaaf0-3397-40a4-b05b-084210759dc5 {
  margin-bottom: 20px;
}

#s-70977c6c-3d6c-45dd-a6f0-a3b7552ba64a {
  padding-top: 10px;
padding-left: 40px;
padding-bottom: 10px;
padding-right: 40px;
border-radius: 2px;
max-width: 296px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-70977c6c-3d6c-45dd-a6f0-a3b7552ba64a:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-70977c6c-3d6c-45dd-a6f0-a3b7552ba64a:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-70977c6c-3d6c-45dd-a6f0-a3b7552ba64a-root {
    text-align: center;
  }


#s-70977c6c-3d6c-45dd-a6f0-a3b7552ba64a.shg-btn {
  color: #ffffff;
  font-size: 24px;
  
  
  font-family: MayekaRegularDemo;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-70977c6c-3d6c-45dd-a6f0-a3b7552ba64a-root {
    text-align: center;
  }


#s-70977c6c-3d6c-45dd-a6f0-a3b7552ba64a.shg-btn {
  color: #ffffff;
  font-size: 24px;
  
  
  font-family: MayekaRegularDemo;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-70977c6c-3d6c-45dd-a6f0-a3b7552ba64a-root {
    text-align: center;
  }


#s-70977c6c-3d6c-45dd-a6f0-a3b7552ba64a.shg-btn {
  color: #ffffff;
  font-size: 24px;
  
  
  font-family: MayekaRegularDemo;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-70977c6c-3d6c-45dd-a6f0-a3b7552ba64a-root {
    text-align: center;
  }


#s-70977c6c-3d6c-45dd-a6f0-a3b7552ba64a.shg-btn {
  color: #ffffff;
  font-size: 24px;
  
  
  font-family: MayekaRegularDemo;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-70977c6c-3d6c-45dd-a6f0-a3b7552ba64a-root {
    text-align: center;
  }


#s-70977c6c-3d6c-45dd-a6f0-a3b7552ba64a.shg-btn {
  color: #ffffff;
  font-size: 24px;
  
  
  font-family: MayekaRegularDemo;
  display:  inline-block ;
}
}
#s-9e7fff5f-b97f-4901-a273-d8af5d7daaee {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 1200px;
}








#s-9e7fff5f-b97f-4901-a273-d8af5d7daaee > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9e7fff5f-b97f-4901-a273-d8af5d7daaee.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-133a99a8-af75-48e6-9eac-5ebcf54dcc85"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-133a99a8-af75-48e6-9eac-5ebcf54dcc85"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-133a99a8-af75-48e6-9eac-5ebcf54dcc85"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-133a99a8-af75-48e6-9eac-5ebcf54dcc85"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-133a99a8-af75-48e6-9eac-5ebcf54dcc85"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-bd24ea10-a05b-46b0-ac71-19aef42b381e {
  padding-top: 10px;
padding-left: 40px;
padding-bottom: 10px;
padding-right: 40px;
border-radius: 2px;
max-width: 296px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-bd24ea10-a05b-46b0-ac71-19aef42b381e:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-bd24ea10-a05b-46b0-ac71-19aef42b381e:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-bd24ea10-a05b-46b0-ac71-19aef42b381e-root {
    text-align: center;
  }


#s-bd24ea10-a05b-46b0-ac71-19aef42b381e.shg-btn {
  color: #ffffff;
  font-size: 24px;
  
  
  font-family: MayekaRegularDemo;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-bd24ea10-a05b-46b0-ac71-19aef42b381e-root {
    text-align: center;
  }


#s-bd24ea10-a05b-46b0-ac71-19aef42b381e.shg-btn {
  color: #ffffff;
  font-size: 24px;
  
  
  font-family: MayekaRegularDemo;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-bd24ea10-a05b-46b0-ac71-19aef42b381e-root {
    text-align: center;
  }


#s-bd24ea10-a05b-46b0-ac71-19aef42b381e.shg-btn {
  color: #ffffff;
  font-size: 24px;
  
  
  font-family: MayekaRegularDemo;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-bd24ea10-a05b-46b0-ac71-19aef42b381e-root {
    text-align: center;
  }


#s-bd24ea10-a05b-46b0-ac71-19aef42b381e.shg-btn {
  color: #ffffff;
  font-size: 24px;
  
  
  font-family: MayekaRegularDemo;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-bd24ea10-a05b-46b0-ac71-19aef42b381e-root {
    text-align: center;
  }


#s-bd24ea10-a05b-46b0-ac71-19aef42b381e.shg-btn {
  color: #ffffff;
  font-size: 24px;
  
  
  font-family: MayekaRegularDemo;
  display:  inline-block ;
}
}
#s-8865fb40-37a6-494c-ad54-88e1a8de2c1d {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-8865fb40-37a6-494c-ad54-88e1a8de2c1d {
  display: none;
}
#s-8865fb40-37a6-494c-ad54-88e1a8de2c1d, #wrap-s-8865fb40-37a6-494c-ad54-88e1a8de2c1d { display:none !important; }}






  #s-8865fb40-37a6-494c-ad54-88e1a8de2c1d img.shogun-image {
    

    
    
    
  }


#s-8865fb40-37a6-494c-ad54-88e1a8de2c1d .shogun-image-content {
  
    align-items: center;
  
}

#s-a242b24d-c1ef-4c08-858d-3c916dd113da {
  margin-top: 50px;
margin-bottom: 50px;
}

@media (min-width: 0px) {
[id="s-a242b24d-c1ef-4c08-858d-3c916dd113da"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a242b24d-c1ef-4c08-858d-3c916dd113da"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-a242b24d-c1ef-4c08-858d-3c916dd113da"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-a242b24d-c1ef-4c08-858d-3c916dd113da"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-82dd39ef-ecfd-4d35-83ba-360a17cb756f {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-82dd39ef-ecfd-4d35-83ba-360a17cb756f {
  display: none;
}
#s-82dd39ef-ecfd-4d35-83ba-360a17cb756f, #wrap-s-82dd39ef-ecfd-4d35-83ba-360a17cb756f { display:none !important; }}






  #s-82dd39ef-ecfd-4d35-83ba-360a17cb756f img.shogun-image {
    

    
    
    
  }


#s-82dd39ef-ecfd-4d35-83ba-360a17cb756f .shogun-image-content {
  
    align-items: center;
  
}

#s-77d87e29-0649-4640-86fe-a450dc7b1918 {
  padding-top: 10px;
padding-left: 40px;
padding-bottom: 10px;
padding-right: 40px;
border-radius: 2px;
max-width: 296px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-77d87e29-0649-4640-86fe-a450dc7b1918:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-77d87e29-0649-4640-86fe-a450dc7b1918:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-77d87e29-0649-4640-86fe-a450dc7b1918-root {
    text-align: center;
  }


#s-77d87e29-0649-4640-86fe-a450dc7b1918.shg-btn {
  color: #ffffff;
  font-size: 24px;
  
  
  font-family: MayekaRegularDemo;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-77d87e29-0649-4640-86fe-a450dc7b1918-root {
    text-align: center;
  }


#s-77d87e29-0649-4640-86fe-a450dc7b1918.shg-btn {
  color: #ffffff;
  font-size: 24px;
  
  
  font-family: MayekaRegularDemo;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-77d87e29-0649-4640-86fe-a450dc7b1918-root {
    text-align: center;
  }


#s-77d87e29-0649-4640-86fe-a450dc7b1918.shg-btn {
  color: #ffffff;
  font-size: 24px;
  
  
  font-family: MayekaRegularDemo;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-77d87e29-0649-4640-86fe-a450dc7b1918-root {
    text-align: center;
  }


#s-77d87e29-0649-4640-86fe-a450dc7b1918.shg-btn {
  color: #ffffff;
  font-size: 24px;
  
  
  font-family: MayekaRegularDemo;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-77d87e29-0649-4640-86fe-a450dc7b1918-root {
    text-align: center;
  }


#s-77d87e29-0649-4640-86fe-a450dc7b1918.shg-btn {
  color: #ffffff;
  font-size: 24px;
  
  
  font-family: MayekaRegularDemo;
  display:  inline-block ;
}
}
#s-67078ae8-929c-4b52-8c16-37cd6ba8e5ca {
  margin-left: auto;
margin-right: auto;
padding-top: 50px;
min-height: 50px;
max-width: 1200px;
}








#s-67078ae8-929c-4b52-8c16-37cd6ba8e5ca > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-67078ae8-929c-4b52-8c16-37cd6ba8e5ca.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-7b298e12-aee0-4e8b-bbf5-3d9e70a77d71"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7b298e12-aee0-4e8b-bbf5-3d9e70a77d71"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-7b298e12-aee0-4e8b-bbf5-3d9e70a77d71"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-7b298e12-aee0-4e8b-bbf5-3d9e70a77d71"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-7b298e12-aee0-4e8b-bbf5-3d9e70a77d71"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-c6a7906f-f21c-44b3-86df-0b3ca5f1e16e {
  box-shadow:0px 4px 10px 0px rgba(204, 204, 204, 1);
border-style: solid;
padding-top: 10px;
padding-left: 80px;
padding-bottom: 10px;
padding-right: 80px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(255, 255, 255, 1);
border-radius: 2px;
background-color: rgba(240, 162, 112, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(254, 254, 254, 1);
}
#s-c6a7906f-f21c-44b3-86df-0b3ca5f1e16e:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-c6a7906f-f21c-44b3-86df-0b3ca5f1e16e:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-c6a7906f-f21c-44b3-86df-0b3ca5f1e16e-root {
    text-align: left;
  }


#s-c6a7906f-f21c-44b3-86df-0b3ca5f1e16e.shg-btn {
  color: rgba(254, 254, 254, 1);
  
  
  
  font-family: MayekaRegularDemo;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-c6a7906f-f21c-44b3-86df-0b3ca5f1e16e-root {
    text-align: left;
  }


#s-c6a7906f-f21c-44b3-86df-0b3ca5f1e16e.shg-btn {
  color: rgba(254, 254, 254, 1);
  
  
  
  font-family: MayekaRegularDemo;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-c6a7906f-f21c-44b3-86df-0b3ca5f1e16e-root {
    text-align: left;
  }


#s-c6a7906f-f21c-44b3-86df-0b3ca5f1e16e.shg-btn {
  color: rgba(254, 254, 254, 1);
  
  
  
  font-family: MayekaRegularDemo;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-c6a7906f-f21c-44b3-86df-0b3ca5f1e16e-root {
    text-align: left;
  }


#s-c6a7906f-f21c-44b3-86df-0b3ca5f1e16e.shg-btn {
  color: rgba(254, 254, 254, 1);
  
  
  
  font-family: MayekaRegularDemo;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-c6a7906f-f21c-44b3-86df-0b3ca5f1e16e-root {
    text-align: left;
  }


#s-c6a7906f-f21c-44b3-86df-0b3ca5f1e16e.shg-btn {
  color: rgba(254, 254, 254, 1);
  
  
  
  font-family: MayekaRegularDemo;
  display:  inline-block ;
}
}
#s-585cdc14-8dda-4f16-804d-866fafc1bda9 {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-585cdc14-8dda-4f16-804d-866fafc1bda9 {
  display: none;
}
#s-585cdc14-8dda-4f16-804d-866fafc1bda9, #wrap-s-585cdc14-8dda-4f16-804d-866fafc1bda9 { display:none !important; }}






  #s-585cdc14-8dda-4f16-804d-866fafc1bda9 img.shogun-image {
    

    
    
    
  }


#s-585cdc14-8dda-4f16-804d-866fafc1bda9 .shogun-image-content {
  
    align-items: center;
  
}

#s-b88944d5-12d2-420b-8fc6-627cd10f0e79 {
  min-height: 50px;
}








#s-b88944d5-12d2-420b-8fc6-627cd10f0e79 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b88944d5-12d2-420b-8fc6-627cd10f0e79.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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