.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-715b605e-5c14-46eb-942a-ddcd201c70c3 {
  padding-top: 0px;
padding-bottom: 0px;
}
@media (min-width: 1200px){#s-715b605e-5c14-46eb-942a-ddcd201c70c3 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-715b605e-5c14-46eb-942a-ddcd201c70c3 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-715b605e-5c14-46eb-942a-ddcd201c70c3 {
  
}
}@media (max-width: 767px){#s-715b605e-5c14-46eb-942a-ddcd201c70c3 {
  
}
}
#s-715b605e-5c14-46eb-942a-ddcd201c70c3 .shg-sld-dot {
  background-color: rgba(255, 255, 255, 1);
}

#s-715b605e-5c14-46eb-942a-ddcd201c70c3 .shg-sld-nav-button.shg-sld-left,
#s-715b605e-5c14-46eb-942a-ddcd201c70c3 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(255, 255, 255, 1);
}

.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-0a40aae5-c99a-451c-998e-2a42bd13233c {
  background-repeat: no-repeat;
background-size: cover;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 0px;
padding-left: 5%;
padding-bottom: 0px;
padding-right: 5%;
min-height: 700px;
background-position: center center;
opacity: 1;
background-attachment: scroll;
}
@media (min-width: 1200px){#s-0a40aae5-c99a-451c-998e-2a42bd13233c {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-0a40aae5-c99a-451c-998e-2a42bd13233c {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-0a40aae5-c99a-451c-998e-2a42bd13233c {
  
}
}@media (max-width: 767px){#s-0a40aae5-c99a-451c-998e-2a42bd13233c {
  min-height: 500px;
display: none;
}
#s-0a40aae5-c99a-451c-998e-2a42bd13233c, #wrap-s-0a40aae5-c99a-451c-998e-2a42bd13233c { display:none !important; }}
#s-0a40aae5-c99a-451c-998e-2a42bd13233c {
  background-image: url(https://i.shgcdn.com/7bf5d073-07d3-49d9-9ba2-7f95e363ea0a/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-0a40aae5-c99a-451c-998e-2a42bd13233c > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-0a40aae5-c99a-451c-998e-2a42bd13233c.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

.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-a539f6c1-fefd-44c7-a0ca-ddfc12734efe {
  margin-top: 60px;
margin-left: 0%;
margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-a539f6c1-fefd-44c7-a0ca-ddfc12734efe {
  margin-top: 30px;
}
}@media (max-width: 767px){#s-a539f6c1-fefd-44c7-a0ca-ddfc12734efe {
  margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 3%;
padding-bottom: 10px;
padding-right: 3%;
}
}
#s-a539f6c1-fefd-44c7-a0ca-ddfc12734efe .shogun-heading-component h1 {
  color: rgba(20, 20, 20, 1);
  font-weight:  normal ;
  font-family: "Optima";
  font-style:  normal ;
  font-size: 40px;
  line-height: 1.5em;
  letter-spacing: 2px;
  text-align: left;
}



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

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

.shg-btn-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-643e3f92-4420-4b58-8939-f10e1d34f3fa {
  margin-bottom: 40px;
padding-top: 10px;
padding-left: 35px;
padding-bottom: 10px;
padding-right: 35px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
min-height: 0px;
background-color: rgba(245, 242, 239, 1);
text-align: left;
text-decoration: none;
letter-spacing: 2px;
background-image: none;
hover-type: color;
color: rgba(20, 20, 20, 1);
line-height: 2em;
}
#s-643e3f92-4420-4b58-8939-f10e1d34f3fa:hover {background-color: rgba(20, 20, 20, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-643e3f92-4420-4b58-8939-f10e1d34f3fa:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-643e3f92-4420-4b58-8939-f10e1d34f3fa-root {
    text-align: left;
  }


#s-643e3f92-4420-4b58-8939-f10e1d34f3fa.shg-btn {
  color: rgba(20, 20, 20, 1);
  font-size: 16px;
  
  
  font-family: Avenir Next;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-643e3f92-4420-4b58-8939-f10e1d34f3fa-root {
    text-align: left;
  }


#s-643e3f92-4420-4b58-8939-f10e1d34f3fa.shg-btn {
  color: rgba(20, 20, 20, 1);
  font-size: 16px;
  
  
  font-family: Avenir Next;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-643e3f92-4420-4b58-8939-f10e1d34f3fa-root {
    text-align: left;
  }


#s-643e3f92-4420-4b58-8939-f10e1d34f3fa.shg-btn {
  color: rgba(20, 20, 20, 1);
  font-size: 16px;
  
  
  font-family: Avenir Next;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-643e3f92-4420-4b58-8939-f10e1d34f3fa-root {
    text-align: left;
  }


#s-643e3f92-4420-4b58-8939-f10e1d34f3fa.shg-btn {
  color: rgba(20, 20, 20, 1);
  font-size: 16px;
  
  
  font-family: Avenir Next;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-643e3f92-4420-4b58-8939-f10e1d34f3fa-root {
    text-align: left;
  }


#s-643e3f92-4420-4b58-8939-f10e1d34f3fa.shg-btn {
  color: rgba(20, 20, 20, 1);
  font-size: 16px;
  
  
  font-family: Avenir Next;
  display:  inline-block ;
}
}
#s-50b7c6a9-d346-41cf-ae76-57e834499adf {
  background-repeat: no-repeat;
background-size: cover;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 0px;
padding-left: 5%;
padding-bottom: 0%;
padding-right: 5%;
min-height: 700px;
background-position: center center;
opacity: 1;
background-attachment: scroll;
}
@media (max-width: 767px){#s-50b7c6a9-d346-41cf-ae76-57e834499adf {
  margin-left: 0%;
padding-left: 5%;
min-height: 600px;
display: none;
}
#s-50b7c6a9-d346-41cf-ae76-57e834499adf, #wrap-s-50b7c6a9-d346-41cf-ae76-57e834499adf { display:none !important; }}
#s-50b7c6a9-d346-41cf-ae76-57e834499adf {
  background-image: url(https://i.shgcdn.com/f60da0a0-b22b-46de-8dca-a3b8e4e5f18e/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-50b7c6a9-d346-41cf-ae76-57e834499adf > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-50b7c6a9-d346-41cf-ae76-57e834499adf.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
@media (max-width: 767px){






#s-50b7c6a9-d346-41cf-ae76-57e834499adf > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-50b7c6a9-d346-41cf-ae76-57e834499adf.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
}
#s-7e7c7610-f341-4194-a7a1-b674e1198b77 {
  margin-top: 60px;
margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-7e7c7610-f341-4194-a7a1-b674e1198b77 {
  margin-top: 30px;
}
}@media (max-width: 767px){#s-7e7c7610-f341-4194-a7a1-b674e1198b77 {
  margin-left: 3%;
}
}
#s-7e7c7610-f341-4194-a7a1-b674e1198b77 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Optima";
  font-style:  normal ;
  font-size: 40px;
  line-height: 1.5em;
  letter-spacing: 3px;
  text-align: left;
}


@media (min-width: 768px) and (max-width: 991px){#s-7e7c7610-f341-4194-a7a1-b674e1198b77 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Optima";
  font-style:  normal ;
  font-size: 30px;
  line-height: 1.5em;
  letter-spacing: 3px;
  text-align: left;
}


}@media (max-width: 767px){#s-7e7c7610-f341-4194-a7a1-b674e1198b77 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Optima";
  font-style:  normal ;
  font-size: 25px;
  line-height: 1.5em;
  letter-spacing: 3px;
  text-align: left;
}


}
#s-75316be0-e418-4d66-ae20-3c56d0a65b18 {
  padding-top: 10px;
padding-left: 35px;
padding-bottom: 10px;
padding-right: 35px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
min-height: 0px;
background-color: rgba(245, 242, 239, 1);
text-align: left;
text-decoration: none;
letter-spacing: 2px;
background-image: none;
hover-type: color;
color: rgba(20, 20, 20, 1);
line-height: 2em;
}
#s-75316be0-e418-4d66-ae20-3c56d0a65b18:hover {background-color: rgba(20, 20, 20, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-75316be0-e418-4d66-ae20-3c56d0a65b18:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-75316be0-e418-4d66-ae20-3c56d0a65b18 {
  margin-top: 0px;
margin-bottom: 0px;
}
}

  #s-75316be0-e418-4d66-ae20-3c56d0a65b18-root {
    text-align: left;
  }


#s-75316be0-e418-4d66-ae20-3c56d0a65b18.shg-btn {
  color: rgba(20, 20, 20, 1);
  font-size: 16px;
  
  
  font-family: Avenir Next;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-75316be0-e418-4d66-ae20-3c56d0a65b18-root {
    text-align: left;
  }


#s-75316be0-e418-4d66-ae20-3c56d0a65b18.shg-btn {
  color: rgba(20, 20, 20, 1);
  font-size: 16px;
  
  
  font-family: Avenir Next;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-75316be0-e418-4d66-ae20-3c56d0a65b18-root {
    text-align: left;
  }


#s-75316be0-e418-4d66-ae20-3c56d0a65b18.shg-btn {
  color: rgba(20, 20, 20, 1);
  font-size: 16px;
  
  
  font-family: Avenir Next;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-75316be0-e418-4d66-ae20-3c56d0a65b18-root {
    text-align: left;
  }


#s-75316be0-e418-4d66-ae20-3c56d0a65b18.shg-btn {
  color: rgba(20, 20, 20, 1);
  font-size: 16px;
  
  
  font-family: Avenir Next;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-75316be0-e418-4d66-ae20-3c56d0a65b18-root {
    text-align: left;
  }


#s-75316be0-e418-4d66-ae20-3c56d0a65b18.shg-btn {
  color: rgba(20, 20, 20, 1);
  font-size: 16px;
  
  
  font-family: Avenir Next;
  display:  inline-block ;
}
}
.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-d1c553d8-b2e8-4d5a-a70d-a402985a625f {
  margin-top: 375px;
margin-bottom: 0px;
}

#s-61cfe6c2-fa94-41e6-85ff-0635275f1b01 {
  background-repeat: no-repeat;
background-size: cover;
margin-left: 0%;
margin-right: 0%;
padding-left: 5%;
padding-right: 5%;
min-height: 700px;
background-position: center center;
}

#s-61cfe6c2-fa94-41e6-85ff-0635275f1b01 {
  background-image: url(https://i.shgcdn.com/f60da0a0-b22b-46de-8dca-a3b8e4e5f18e/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-61cfe6c2-fa94-41e6-85ff-0635275f1b01 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-61cfe6c2-fa94-41e6-85ff-0635275f1b01.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
@media (max-width: 767px){






#s-61cfe6c2-fa94-41e6-85ff-0635275f1b01 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-61cfe6c2-fa94-41e6-85ff-0635275f1b01.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
}
#s-d3a71295-a95a-4943-80f8-1321848abe58 {
  margin-top: 60px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 0%;
padding-bottom: 10px;
padding-right: 0%;
text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-d3a71295-a95a-4943-80f8-1321848abe58 {
  margin-top: 30px;
}
}@media (max-width: 767px){#s-d3a71295-a95a-4943-80f8-1321848abe58 {
  margin-left: 3%;
}
}
#s-d3a71295-a95a-4943-80f8-1321848abe58 .shogun-heading-component h1 {
  color: rgba(20, 20, 20, 1);
  font-weight:  normal ;
  font-family: "Optima";
  font-style:  normal ;
  font-size: 40px;
  line-height: 1.5em;
  letter-spacing: 3px;
  text-align: left;
}


@media (min-width: 768px) and (max-width: 991px){#s-d3a71295-a95a-4943-80f8-1321848abe58 .shogun-heading-component h1 {
  color: rgba(20, 20, 20, 1);
  font-weight:  normal ;
  font-family: "Optima";
  font-style:  normal ;
  font-size: 30px;
  line-height: 1.5em;
  letter-spacing: 3px;
  text-align: left;
}


}@media (max-width: 767px){#s-d3a71295-a95a-4943-80f8-1321848abe58 .shogun-heading-component h1 {
  color: rgba(20, 20, 20, 1);
  font-weight:  normal ;
  font-family: "Optima";
  font-style:  normal ;
  font-size: 25px;
  line-height: 1.5em;
  letter-spacing: 3px;
  text-align: left;
}


}
#s-15f0003b-70cd-476d-966a-03931f5547ce {
  margin-left: 0%;
margin-right: 0%;
padding-top: 10px;
padding-left: 35px;
padding-bottom: 10px;
padding-right: 35px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
min-height: 0px;
background-color: rgba(245, 242, 239, 1);
text-align: left;
text-decoration: none;
letter-spacing: 2px;
background-image: none;
hover-type: color;
color: rgba(20, 20, 20, 1);
line-height: 2em;
}
#s-15f0003b-70cd-476d-966a-03931f5547ce:hover {background-color: rgba(20, 20, 20, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-15f0003b-70cd-476d-966a-03931f5547ce:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-15f0003b-70cd-476d-966a-03931f5547ce {
  margin-top: 0px;
margin-bottom: 0px;
}
}

  #s-15f0003b-70cd-476d-966a-03931f5547ce-root {
    text-align: left;
  }


#s-15f0003b-70cd-476d-966a-03931f5547ce.shg-btn {
  color: rgba(20, 20, 20, 1);
  font-size: 16px;
  
  
  font-family: Avenir Next;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-15f0003b-70cd-476d-966a-03931f5547ce-root {
    text-align: left;
  }


#s-15f0003b-70cd-476d-966a-03931f5547ce.shg-btn {
  color: rgba(20, 20, 20, 1);
  font-size: 16px;
  
  
  font-family: Avenir Next;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-15f0003b-70cd-476d-966a-03931f5547ce-root {
    text-align: left;
  }


#s-15f0003b-70cd-476d-966a-03931f5547ce.shg-btn {
  color: rgba(20, 20, 20, 1);
  font-size: 16px;
  
  
  font-family: Avenir Next;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-15f0003b-70cd-476d-966a-03931f5547ce-root {
    text-align: left;
  }


#s-15f0003b-70cd-476d-966a-03931f5547ce.shg-btn {
  color: rgba(20, 20, 20, 1);
  font-size: 16px;
  
  
  font-family: Avenir Next;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-15f0003b-70cd-476d-966a-03931f5547ce-root {
    text-align: left;
  }


#s-15f0003b-70cd-476d-966a-03931f5547ce.shg-btn {
  color: rgba(20, 20, 20, 1);
  font-size: 16px;
  
  
  font-family: Avenir Next;
  display:  inline-block ;
}
}
#s-a694d93b-30e2-4d84-9b29-38a428fac5e6 {
  margin-top: 353px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 0%;
padding-bottom: 10px;
padding-right: 0%;
text-align: right;
}

#s-a694d93b-30e2-4d84-9b29-38a428fac5e6 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Avenir Next";
  font-style:  normal ;
  font-size: 12px;
  line-height: 1.5em;
  letter-spacing: 1px;
  text-align: right;
}



#s-371e55f0-802f-431d-9d20-c300f2120b3f {
  background-repeat: no-repeat;
background-size: cover;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 0px;
padding-left: 5%;
padding-bottom: 0%;
padding-right: 5%;
min-height: 700px;
background-position: center center;
opacity: 1;
background-attachment: scroll;
}
@media (max-width: 767px){#s-371e55f0-802f-431d-9d20-c300f2120b3f {
  margin-left: 0%;
padding-left: 5%;
min-height: 600px;
display: none;
}
#s-371e55f0-802f-431d-9d20-c300f2120b3f, #wrap-s-371e55f0-802f-431d-9d20-c300f2120b3f { display:none !important; }}
#s-371e55f0-802f-431d-9d20-c300f2120b3f {
  background-image: url(https://i.shgcdn.com/deca3655-86a3-40b0-bad2-62c9aee922b9/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-371e55f0-802f-431d-9d20-c300f2120b3f > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-371e55f0-802f-431d-9d20-c300f2120b3f.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-5e16f5cd-787b-4651-90a5-a0da5808cbe8 {
  margin-top: 60px;
margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-5e16f5cd-787b-4651-90a5-a0da5808cbe8 {
  margin-top: 30px;
}
}@media (max-width: 767px){#s-5e16f5cd-787b-4651-90a5-a0da5808cbe8 {
  margin-left: 3%;
}
}
#s-5e16f5cd-787b-4651-90a5-a0da5808cbe8 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Optima";
  font-style:  normal ;
  
  line-height: 1.5em;
  letter-spacing: 3px;
  text-align: left;
}



#s-2aadd6ef-2146-425d-b0fa-a9e735b1744a {
  margin-bottom: 40px;
padding-top: 10px;
padding-left: 35px;
padding-bottom: 10px;
padding-right: 35px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
min-height: 0px;
background-color: rgba(245, 242, 239, 1);
text-align: left;
text-decoration: none;
letter-spacing: 2px;
background-image: none;
hover-type: color;
color: rgba(20, 20, 20, 1);
line-height: 2em;
}
#s-2aadd6ef-2146-425d-b0fa-a9e735b1744a:hover {background-color: rgba(20, 20, 20, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-2aadd6ef-2146-425d-b0fa-a9e735b1744a:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-2aadd6ef-2146-425d-b0fa-a9e735b1744a {
  margin-top: 0px;
}
}

  #s-2aadd6ef-2146-425d-b0fa-a9e735b1744a-root {
    text-align: left;
  }


#s-2aadd6ef-2146-425d-b0fa-a9e735b1744a.shg-btn {
  color: rgba(20, 20, 20, 1);
  font-size: 16px;
  
  
  font-family: Avenir Next;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-2aadd6ef-2146-425d-b0fa-a9e735b1744a-root {
    text-align: left;
  }


#s-2aadd6ef-2146-425d-b0fa-a9e735b1744a.shg-btn {
  color: rgba(20, 20, 20, 1);
  font-size: 16px;
  
  
  font-family: Avenir Next;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-2aadd6ef-2146-425d-b0fa-a9e735b1744a-root {
    text-align: left;
  }


#s-2aadd6ef-2146-425d-b0fa-a9e735b1744a.shg-btn {
  color: rgba(20, 20, 20, 1);
  font-size: 16px;
  
  
  font-family: Avenir Next;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-2aadd6ef-2146-425d-b0fa-a9e735b1744a-root {
    text-align: left;
  }


#s-2aadd6ef-2146-425d-b0fa-a9e735b1744a.shg-btn {
  color: rgba(20, 20, 20, 1);
  font-size: 16px;
  
  
  font-family: Avenir Next;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-2aadd6ef-2146-425d-b0fa-a9e735b1744a-root {
    text-align: left;
  }


#s-2aadd6ef-2146-425d-b0fa-a9e735b1744a.shg-btn {
  color: rgba(20, 20, 20, 1);
  font-size: 16px;
  
  
  font-family: Avenir Next;
  display:  inline-block ;
}
}
#s-b45ca1cc-9794-4f10-941b-762631acb684 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 0%;
padding-left: 5%;
padding-bottom: 0%;
padding-right: 5%;
min-height: 700px;
background-position: center top;
background-attachment: scroll;
}
@media (max-width: 767px){#s-b45ca1cc-9794-4f10-941b-762631acb684 {
  min-height: 600px;
display: none;
}
#s-b45ca1cc-9794-4f10-941b-762631acb684, #wrap-s-b45ca1cc-9794-4f10-941b-762631acb684 { display:none !important; }}
#s-b45ca1cc-9794-4f10-941b-762631acb684 {
  background-image: url(https://i.shgcdn.com/956bf76d-a261-4782-ab81-4a1869575643/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-b45ca1cc-9794-4f10-941b-762631acb684 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-b45ca1cc-9794-4f10-941b-762631acb684.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-427806c6-e221-4fbf-9626-5c8309f28d7f {
  margin-top: 60px;
margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (min-width: 1200px){#s-427806c6-e221-4fbf-9626-5c8309f28d7f {
  display: none;
}
#s-427806c6-e221-4fbf-9626-5c8309f28d7f, #wrap-s-427806c6-e221-4fbf-9626-5c8309f28d7f { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-427806c6-e221-4fbf-9626-5c8309f28d7f {
  display: none;
}
#s-427806c6-e221-4fbf-9626-5c8309f28d7f, #wrap-s-427806c6-e221-4fbf-9626-5c8309f28d7f { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-427806c6-e221-4fbf-9626-5c8309f28d7f {
  margin-top: 30px;
display: none;
}
#s-427806c6-e221-4fbf-9626-5c8309f28d7f, #wrap-s-427806c6-e221-4fbf-9626-5c8309f28d7f { display:none !important; }}@media (max-width: 767px){#s-427806c6-e221-4fbf-9626-5c8309f28d7f {
  margin-left: 3%;
}
}
#s-427806c6-e221-4fbf-9626-5c8309f28d7f .shogun-heading-component h1 {
  color: rgba(20, 20, 20, 1);
  font-weight:  normal ;
  font-family: "Optima";
  font-style:  normal ;
  font-size: 25px;
  line-height: 1.5em;
  letter-spacing: 2px;
  text-align: left;
}



#s-87183dde-d0e0-44cd-97a9-d50da9e454c5 {
  margin-top: 60px;
margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-87183dde-d0e0-44cd-97a9-d50da9e454c5 {
  margin-top: 30px;
}
}@media (max-width: 767px){#s-87183dde-d0e0-44cd-97a9-d50da9e454c5 {
  display: none;
}
#s-87183dde-d0e0-44cd-97a9-d50da9e454c5, #wrap-s-87183dde-d0e0-44cd-97a9-d50da9e454c5 { display:none !important; }}
#s-87183dde-d0e0-44cd-97a9-d50da9e454c5 .shogun-heading-component h1 {
  color: rgba(20, 20, 20, 1);
  font-weight:  normal ;
  font-family: "Optima";
  font-style:  normal ;
  font-size: 40px;
  line-height: 1.5em;
  letter-spacing: 2px;
  text-align: left;
}


@media (min-width: 768px) and (max-width: 991px){#s-87183dde-d0e0-44cd-97a9-d50da9e454c5 .shogun-heading-component h1 {
  color: rgba(20, 20, 20, 1);
  font-weight:  normal ;
  font-family: "Optima";
  font-style:  normal ;
  font-size: 30px;
  line-height: 1.5em;
  letter-spacing: 2px;
  text-align: left;
}


}@media (max-width: 767px){#s-87183dde-d0e0-44cd-97a9-d50da9e454c5 .shogun-heading-component h1 {
  color: rgba(20, 20, 20, 1);
  font-weight:  normal ;
  font-family: "Optima";
  font-style:  normal ;
  font-size: 25px;
  line-height: 1.5em;
  letter-spacing: 2px;
  text-align: left;
}


}
#s-8d4427d3-481e-4e9a-909f-19053554088d {
  margin-top: 0px;
margin-bottom: 40px;
padding-top: 10px;
padding-left: 35px;
padding-bottom: 10px;
padding-right: 35px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
min-height: 0px;
background-color: rgba(245, 242, 239, 1);
text-align: left;
text-decoration: none;
letter-spacing: 2px;
background-image: none;
hover-type: color;
color: rgba(20, 20, 20, 1);
line-height: 2em;
}
#s-8d4427d3-481e-4e9a-909f-19053554088d:hover {background-color: rgba(20, 20, 20, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-8d4427d3-481e-4e9a-909f-19053554088d:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-8d4427d3-481e-4e9a-909f-19053554088d-root {
    text-align: left;
  }


#s-8d4427d3-481e-4e9a-909f-19053554088d.shg-btn {
  color: rgba(20, 20, 20, 1);
  font-size: 16px;
  
  
  font-family: Avenir Next;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-8d4427d3-481e-4e9a-909f-19053554088d-root {
    text-align: left;
  }


#s-8d4427d3-481e-4e9a-909f-19053554088d.shg-btn {
  color: rgba(20, 20, 20, 1);
  font-size: 16px;
  
  
  font-family: Avenir Next;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-8d4427d3-481e-4e9a-909f-19053554088d-root {
    text-align: left;
  }


#s-8d4427d3-481e-4e9a-909f-19053554088d.shg-btn {
  color: rgba(20, 20, 20, 1);
  font-size: 16px;
  
  
  font-family: Avenir Next;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-8d4427d3-481e-4e9a-909f-19053554088d-root {
    text-align: left;
  }


#s-8d4427d3-481e-4e9a-909f-19053554088d.shg-btn {
  color: rgba(20, 20, 20, 1);
  font-size: 16px;
  
  
  font-family: Avenir Next;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-8d4427d3-481e-4e9a-909f-19053554088d-root {
    text-align: left;
  }


#s-8d4427d3-481e-4e9a-909f-19053554088d.shg-btn {
  color: rgba(20, 20, 20, 1);
  font-size: 16px;
  
  
  font-family: Avenir Next;
  display:  inline-block ;
}
}
#s-bcf3d08d-e7cf-4b97-9c67-ed84c0d354d8 {
  background-repeat: no-repeat;
background-size: cover;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 0px;
padding-left: 5%;
padding-bottom: 0%;
min-height: 700px;
background-position: center center;
opacity: 1;
background-attachment: scroll;
}
@media (min-width: 1200px){#s-bcf3d08d-e7cf-4b97-9c67-ed84c0d354d8 {
  display: none;
}
#s-bcf3d08d-e7cf-4b97-9c67-ed84c0d354d8, #wrap-s-bcf3d08d-e7cf-4b97-9c67-ed84c0d354d8 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-bcf3d08d-e7cf-4b97-9c67-ed84c0d354d8 {
  display: none;
}
#s-bcf3d08d-e7cf-4b97-9c67-ed84c0d354d8, #wrap-s-bcf3d08d-e7cf-4b97-9c67-ed84c0d354d8 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-bcf3d08d-e7cf-4b97-9c67-ed84c0d354d8 {
  display: none;
}
#s-bcf3d08d-e7cf-4b97-9c67-ed84c0d354d8, #wrap-s-bcf3d08d-e7cf-4b97-9c67-ed84c0d354d8 { display:none !important; }}@media (max-width: 767px){#s-bcf3d08d-e7cf-4b97-9c67-ed84c0d354d8 {
  padding-left: 8%;
padding-bottom: 35px;
padding-right: 8%;
min-height: 550px;
}
}
#s-bcf3d08d-e7cf-4b97-9c67-ed84c0d354d8 {
  background-image: url(https://i.shgcdn.com/2b42b9c8-937b-4e04-b42e-5108d1fb07b4/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-bcf3d08d-e7cf-4b97-9c67-ed84c0d354d8 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-bcf3d08d-e7cf-4b97-9c67-ed84c0d354d8 {
  cursor: pointer;
}#s-bcf3d08d-e7cf-4b97-9c67-ed84c0d354d8.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
@media (max-width: 767px){






#s-bcf3d08d-e7cf-4b97-9c67-ed84c0d354d8 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-bcf3d08d-e7cf-4b97-9c67-ed84c0d354d8 {
  cursor: pointer;
}#s-bcf3d08d-e7cf-4b97-9c67-ed84c0d354d8.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
}
#s-1d65c133-53c5-44db-aacb-8e72f32b8819 {
  margin-top: 60px;
margin-left: 0%;
margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-1d65c133-53c5-44db-aacb-8e72f32b8819 {
  margin-top: 30px;
}
}@media (max-width: 767px){#s-1d65c133-53c5-44db-aacb-8e72f32b8819 {
  margin-top: 60px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 0%;
padding-bottom: 10px;
padding-right: 0%;
}
}
#s-1d65c133-53c5-44db-aacb-8e72f32b8819 .shogun-heading-component h1 {
  color: rgba(20, 20, 20, 1);
  font-weight:  normal ;
  font-family: "Optima";
  font-style:  normal ;
  font-size: 40px;
  line-height: 1.5em;
  letter-spacing: 2px;
  text-align: left;
}


@media (min-width: 768px) and (max-width: 991px){#s-1d65c133-53c5-44db-aacb-8e72f32b8819 .shogun-heading-component h1 {
  color: rgba(20, 20, 20, 1);
  font-weight:  normal ;
  font-family: "Optima";
  font-style:  normal ;
  font-size: 30px;
  line-height: 1.5em;
  letter-spacing: 2px;
  text-align: left;
}


}@media (max-width: 767px){#s-1d65c133-53c5-44db-aacb-8e72f32b8819 .shogun-heading-component h1 {
  color: rgba(20, 20, 20, 1);
  font-weight:  normal ;
  font-family: "Optima";
  font-style:  normal ;
  font-size: 25px;
  line-height: 1.5em;
  letter-spacing: 2px;
  text-align: left;
}


}
#s-c1249e09-c72e-45a7-adbe-12066c828f79 {
  margin-top: 0px;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 25px;
padding-bottom: 10px;
padding-right: 25px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
min-height: 0px;
background-color: rgba(245, 242, 239, 1);
text-align: left;
text-decoration: none;
letter-spacing: 2px;
background-image: none;
hover-type: color;
color: rgba(20, 20, 20, 1);
line-height: 2em;
}
#s-c1249e09-c72e-45a7-adbe-12066c828f79:hover {background-color: rgba(20, 20, 20, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-c1249e09-c72e-45a7-adbe-12066c828f79:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-c1249e09-c72e-45a7-adbe-12066c828f79-root {
    text-align: left;
  }


#s-c1249e09-c72e-45a7-adbe-12066c828f79.shg-btn {
  color: rgba(20, 20, 20, 1);
  font-size: 14px;
  
  
  font-family: Avenir Next;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-c1249e09-c72e-45a7-adbe-12066c828f79-root {
    text-align: left;
  }


#s-c1249e09-c72e-45a7-adbe-12066c828f79.shg-btn {
  color: rgba(20, 20, 20, 1);
  font-size: 14px;
  
  
  font-family: Avenir Next;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-c1249e09-c72e-45a7-adbe-12066c828f79-root {
    text-align: left;
  }


#s-c1249e09-c72e-45a7-adbe-12066c828f79.shg-btn {
  color: rgba(20, 20, 20, 1);
  font-size: 14px;
  
  
  font-family: Avenir Next;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-c1249e09-c72e-45a7-adbe-12066c828f79-root {
    text-align: left;
  }


#s-c1249e09-c72e-45a7-adbe-12066c828f79.shg-btn {
  color: rgba(20, 20, 20, 1);
  font-size: 14px;
  
  
  font-family: Avenir Next;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-c1249e09-c72e-45a7-adbe-12066c828f79-root {
    text-align: left;
  }


#s-c1249e09-c72e-45a7-adbe-12066c828f79.shg-btn {
  color: rgba(20, 20, 20, 1);
  font-size: 14px;
  
  
  font-family: Avenir Next;
  display:  inline-block ;
}
}
#s-a7365a8d-bda6-4c73-af06-639b074e814e {
  background-repeat: no-repeat;
background-size: cover;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 0px;
padding-left: 5%;
padding-bottom: 0%;
padding-right: 0%;
min-height: 700px;
background-position: center top;
opacity: 1;
background-attachment: scroll;
}
@media (min-width: 1200px){#s-a7365a8d-bda6-4c73-af06-639b074e814e {
  display: none;
}
#s-a7365a8d-bda6-4c73-af06-639b074e814e, #wrap-s-a7365a8d-bda6-4c73-af06-639b074e814e { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a7365a8d-bda6-4c73-af06-639b074e814e {
  display: none;
}
#s-a7365a8d-bda6-4c73-af06-639b074e814e, #wrap-s-a7365a8d-bda6-4c73-af06-639b074e814e { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-a7365a8d-bda6-4c73-af06-639b074e814e {
  display: none;
}
#s-a7365a8d-bda6-4c73-af06-639b074e814e, #wrap-s-a7365a8d-bda6-4c73-af06-639b074e814e { display:none !important; }}@media (max-width: 767px){#s-a7365a8d-bda6-4c73-af06-639b074e814e {
  margin-left: 0%;
padding-top: 0px;
padding-left: 8%;
padding-bottom: 10px;
padding-right: 8%;
min-height: 550px;
}
}
#s-a7365a8d-bda6-4c73-af06-639b074e814e {
  background-image: url(https://i.shgcdn.com/c88bf6fa-7859-44bd-b5fa-d64e3b1444be/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-a7365a8d-bda6-4c73-af06-639b074e814e > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-a7365a8d-bda6-4c73-af06-639b074e814e.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
@media (max-width: 767px){






#s-a7365a8d-bda6-4c73-af06-639b074e814e > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-a7365a8d-bda6-4c73-af06-639b074e814e.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
}
#s-115fb0e5-558d-469d-8f0a-c58e56d16eef {
  margin-top: 60px;
margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-115fb0e5-558d-469d-8f0a-c58e56d16eef {
  margin-top: 30px;
}
}@media (max-width: 767px){#s-115fb0e5-558d-469d-8f0a-c58e56d16eef {
  margin-left: 0%;
}
}
#s-115fb0e5-558d-469d-8f0a-c58e56d16eef .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Optima";
  font-style:  normal ;
  font-size: 25px;
  line-height: 1.5em;
  letter-spacing: 3px;
  text-align: left;
}


@media (max-width: 767px){#s-115fb0e5-558d-469d-8f0a-c58e56d16eef .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Optima";
  font-style:  normal ;
  font-size: 25px;
  line-height: 1.5em;
  letter-spacing: 3px;
  text-align: left;
}


}
#s-ca0aca5b-10be-4fc1-a217-c5eb4b76bde7 {
  padding-top: 10px;
padding-left: 25px;
padding-bottom: 10px;
padding-right: 25px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
min-height: 0px;
background-color: rgba(245, 242, 239, 1);
text-align: left;
text-decoration: none;
letter-spacing: 2px;
background-image: none;
hover-type: color;
color: rgba(20, 20, 20, 1);
line-height: 2em;
}
#s-ca0aca5b-10be-4fc1-a217-c5eb4b76bde7:hover {background-color: rgba(20, 20, 20, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-ca0aca5b-10be-4fc1-a217-c5eb4b76bde7:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-ca0aca5b-10be-4fc1-a217-c5eb4b76bde7 {
  margin-top: 0px;
margin-bottom: 0px;
}
}

  #s-ca0aca5b-10be-4fc1-a217-c5eb4b76bde7-root {
    text-align: left;
  }


#s-ca0aca5b-10be-4fc1-a217-c5eb4b76bde7.shg-btn {
  color: rgba(20, 20, 20, 1);
  font-size: 14px;
  
  
  font-family: Avenir Next;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-ca0aca5b-10be-4fc1-a217-c5eb4b76bde7-root {
    text-align: left;
  }


#s-ca0aca5b-10be-4fc1-a217-c5eb4b76bde7.shg-btn {
  color: rgba(20, 20, 20, 1);
  font-size: 14px;
  
  
  font-family: Avenir Next;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-ca0aca5b-10be-4fc1-a217-c5eb4b76bde7-root {
    text-align: left;
  }


#s-ca0aca5b-10be-4fc1-a217-c5eb4b76bde7.shg-btn {
  color: rgba(20, 20, 20, 1);
  font-size: 14px;
  
  
  font-family: Avenir Next;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-ca0aca5b-10be-4fc1-a217-c5eb4b76bde7-root {
    text-align: left;
  }


#s-ca0aca5b-10be-4fc1-a217-c5eb4b76bde7.shg-btn {
  color: rgba(20, 20, 20, 1);
  font-size: 14px;
  
  
  font-family: Avenir Next;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-ca0aca5b-10be-4fc1-a217-c5eb4b76bde7-root {
    text-align: left;
  }


#s-ca0aca5b-10be-4fc1-a217-c5eb4b76bde7.shg-btn {
  color: rgba(20, 20, 20, 1);
  font-size: 14px;
  
  
  font-family: Avenir Next;
  display:  inline-block ;
}
}
@media (max-width: 767px){#s-c9e84e3d-b881-4b41-a064-0e6f4d55522f {
  margin-top: -7px;
margin-bottom: -7px;
}
}
#s-be4844ec-416e-4906-861b-5ecd93dd8956 {
  background-repeat: no-repeat;
background-size: cover;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 0px;
padding-left: 5%;
padding-bottom: 0%;
padding-right: 0%;
min-height: 700px;
background-position: center center;
opacity: 1;
background-attachment: scroll;
}
@media (min-width: 1200px){#s-be4844ec-416e-4906-861b-5ecd93dd8956 {
  display: none;
}
#s-be4844ec-416e-4906-861b-5ecd93dd8956, #wrap-s-be4844ec-416e-4906-861b-5ecd93dd8956 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-be4844ec-416e-4906-861b-5ecd93dd8956 {
  display: none;
}
#s-be4844ec-416e-4906-861b-5ecd93dd8956, #wrap-s-be4844ec-416e-4906-861b-5ecd93dd8956 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-be4844ec-416e-4906-861b-5ecd93dd8956 {
  display: none;
}
#s-be4844ec-416e-4906-861b-5ecd93dd8956, #wrap-s-be4844ec-416e-4906-861b-5ecd93dd8956 { display:none !important; }}@media (max-width: 767px){#s-be4844ec-416e-4906-861b-5ecd93dd8956 {
  margin-left: 0%;
padding-top: 0px;
padding-left: 8%;
padding-bottom: 35px;
padding-right: 8%;
min-height: 550px;
}
}
#s-be4844ec-416e-4906-861b-5ecd93dd8956 {
  background-image: url(https://i.shgcdn.com/14214302-0065-4e83-b3fa-e27a670c0dbf/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-be4844ec-416e-4906-861b-5ecd93dd8956 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-be4844ec-416e-4906-861b-5ecd93dd8956 {
  cursor: pointer;
}#s-be4844ec-416e-4906-861b-5ecd93dd8956.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
@media (max-width: 767px){






#s-be4844ec-416e-4906-861b-5ecd93dd8956 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-be4844ec-416e-4906-861b-5ecd93dd8956 {
  cursor: pointer;
}#s-be4844ec-416e-4906-861b-5ecd93dd8956.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
}
#s-8f329104-f9d6-4078-a975-10fddc18990e {
  margin-top: 60px;
margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-8f329104-f9d6-4078-a975-10fddc18990e {
  margin-top: 30px;
}
}@media (max-width: 767px){#s-8f329104-f9d6-4078-a975-10fddc18990e {
  margin-left: 0%;
}
}
#s-8f329104-f9d6-4078-a975-10fddc18990e .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Optima";
  font-style:  normal ;
  font-size: 25px;
  line-height: 1.5em;
  letter-spacing: 3px;
  text-align: left;
}


@media (max-width: 767px){#s-8f329104-f9d6-4078-a975-10fddc18990e .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Optima";
  font-style:  normal ;
  font-size: 25px;
  line-height: 1.5em;
  letter-spacing: 3px;
  text-align: left;
}


}
#s-62710d3e-a515-466d-ab6b-2d7ee0a2c825 {
  margin-bottom: 20px;
padding-top: 10px;
padding-left: 25px;
padding-bottom: 10px;
padding-right: 25px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
min-height: 0px;
background-color: rgba(245, 242, 239, 1);
text-align: left;
text-decoration: none;
letter-spacing: 2px;
background-image: none;
hover-type: color;
color: rgba(20, 20, 20, 1);
line-height: 2em;
}
#s-62710d3e-a515-466d-ab6b-2d7ee0a2c825:hover {background-color: rgba(20, 20, 20, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-62710d3e-a515-466d-ab6b-2d7ee0a2c825:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-62710d3e-a515-466d-ab6b-2d7ee0a2c825 {
  margin-top: 0px;
}
}

  #s-62710d3e-a515-466d-ab6b-2d7ee0a2c825-root {
    text-align: left;
  }


#s-62710d3e-a515-466d-ab6b-2d7ee0a2c825.shg-btn {
  color: rgba(20, 20, 20, 1);
  font-size: 14px;
  
  
  font-family: Avenir Next;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-62710d3e-a515-466d-ab6b-2d7ee0a2c825-root {
    text-align: left;
  }


#s-62710d3e-a515-466d-ab6b-2d7ee0a2c825.shg-btn {
  color: rgba(20, 20, 20, 1);
  font-size: 14px;
  
  
  font-family: Avenir Next;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-62710d3e-a515-466d-ab6b-2d7ee0a2c825-root {
    text-align: left;
  }


#s-62710d3e-a515-466d-ab6b-2d7ee0a2c825.shg-btn {
  color: rgba(20, 20, 20, 1);
  font-size: 14px;
  
  
  font-family: Avenir Next;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-62710d3e-a515-466d-ab6b-2d7ee0a2c825-root {
    text-align: left;
  }


#s-62710d3e-a515-466d-ab6b-2d7ee0a2c825.shg-btn {
  color: rgba(20, 20, 20, 1);
  font-size: 14px;
  
  
  font-family: Avenir Next;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-62710d3e-a515-466d-ab6b-2d7ee0a2c825-root {
    text-align: left;
  }


#s-62710d3e-a515-466d-ab6b-2d7ee0a2c825.shg-btn {
  color: rgba(20, 20, 20, 1);
  font-size: 14px;
  
  
  font-family: Avenir Next;
  display:  inline-block ;
}
}
#s-136f2a61-606d-4315-8ba6-165af8623a7a {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 0%;
padding-left: 5%;
padding-bottom: 0%;
padding-right: 5%;
min-height: 700px;
background-position: center center;
background-attachment: scroll;
}
@media (min-width: 1200px){#s-136f2a61-606d-4315-8ba6-165af8623a7a {
  display: none;
}
#s-136f2a61-606d-4315-8ba6-165af8623a7a, #wrap-s-136f2a61-606d-4315-8ba6-165af8623a7a { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-136f2a61-606d-4315-8ba6-165af8623a7a {
  display: none;
}
#s-136f2a61-606d-4315-8ba6-165af8623a7a, #wrap-s-136f2a61-606d-4315-8ba6-165af8623a7a { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-136f2a61-606d-4315-8ba6-165af8623a7a {
  display: none;
}
#s-136f2a61-606d-4315-8ba6-165af8623a7a, #wrap-s-136f2a61-606d-4315-8ba6-165af8623a7a { display:none !important; }}@media (max-width: 767px){#s-136f2a61-606d-4315-8ba6-165af8623a7a {
  padding-top: 35px;
padding-left: 8%;
padding-bottom: 35px;
padding-right: 8%;
min-height: 550px;
}
}
#s-136f2a61-606d-4315-8ba6-165af8623a7a {
  background-image: url(https://i.shgcdn.com/9f2dc654-9e4a-4103-b408-0ca62fc577e9/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-136f2a61-606d-4315-8ba6-165af8623a7a > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-136f2a61-606d-4315-8ba6-165af8623a7a {
  cursor: pointer;
}#s-136f2a61-606d-4315-8ba6-165af8623a7a.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
@media (max-width: 767px){






#s-136f2a61-606d-4315-8ba6-165af8623a7a > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-136f2a61-606d-4315-8ba6-165af8623a7a {
  cursor: pointer;
}#s-136f2a61-606d-4315-8ba6-165af8623a7a.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
}
#s-63b9cc28-b3d5-467a-89f0-d1b1f22cfce0 {
  margin-top: 60px;
margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (min-width: 1200px){#s-63b9cc28-b3d5-467a-89f0-d1b1f22cfce0 {
  display: none;
}
#s-63b9cc28-b3d5-467a-89f0-d1b1f22cfce0, #wrap-s-63b9cc28-b3d5-467a-89f0-d1b1f22cfce0 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-63b9cc28-b3d5-467a-89f0-d1b1f22cfce0 {
  display: none;
}
#s-63b9cc28-b3d5-467a-89f0-d1b1f22cfce0, #wrap-s-63b9cc28-b3d5-467a-89f0-d1b1f22cfce0 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-63b9cc28-b3d5-467a-89f0-d1b1f22cfce0 {
  margin-top: 30px;
display: none;
}
#s-63b9cc28-b3d5-467a-89f0-d1b1f22cfce0, #wrap-s-63b9cc28-b3d5-467a-89f0-d1b1f22cfce0 { display:none !important; }}@media (max-width: 767px){#s-63b9cc28-b3d5-467a-89f0-d1b1f22cfce0 {
  margin-left: 0%;
}
}
#s-63b9cc28-b3d5-467a-89f0-d1b1f22cfce0 .shogun-heading-component h1 {
  color: rgba(20, 20, 20, 1);
  font-weight:  normal ;
  font-family: "Optima";
  font-style:  normal ;
  font-size: 25px;
  line-height: 1.5em;
  letter-spacing: 2px;
  text-align: left;
}



#s-4ed3c523-b085-42d5-9229-d00799d6d754 {
  margin-top: 60px;
margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-4ed3c523-b085-42d5-9229-d00799d6d754 {
  margin-top: 30px;
}
}@media (max-width: 767px){#s-4ed3c523-b085-42d5-9229-d00799d6d754 {
  display: none;
}
#s-4ed3c523-b085-42d5-9229-d00799d6d754, #wrap-s-4ed3c523-b085-42d5-9229-d00799d6d754 { display:none !important; }}
#s-4ed3c523-b085-42d5-9229-d00799d6d754 .shogun-heading-component h1 {
  color: rgba(20, 20, 20, 1);
  font-weight:  normal ;
  font-family: "Optima";
  font-style:  normal ;
  font-size: 40px;
  line-height: 1.5em;
  letter-spacing: 2px;
  text-align: left;
}


@media (min-width: 768px) and (max-width: 991px){#s-4ed3c523-b085-42d5-9229-d00799d6d754 .shogun-heading-component h1 {
  color: rgba(20, 20, 20, 1);
  font-weight:  normal ;
  font-family: "Optima";
  font-style:  normal ;
  font-size: 30px;
  line-height: 1.5em;
  letter-spacing: 2px;
  text-align: left;
}


}@media (max-width: 767px){#s-4ed3c523-b085-42d5-9229-d00799d6d754 .shogun-heading-component h1 {
  color: rgba(20, 20, 20, 1);
  font-weight:  normal ;
  font-family: "Optima";
  font-style:  normal ;
  font-size: 25px;
  line-height: 1.5em;
  letter-spacing: 2px;
  text-align: left;
}


}
#s-9a077120-f945-47d3-a317-f30f0350fbe2 {
  margin-bottom: 20px;
padding-top: 10px;
padding-left: 25px;
padding-bottom: 10px;
padding-right: 25px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
min-height: 0px;
background-color: rgba(245, 242, 239, 1);
text-align: left;
text-decoration: none;
letter-spacing: 2px;
background-image: none;
hover-type: color;
color: rgba(20, 20, 20, 1);
line-height: 2em;
}
#s-9a077120-f945-47d3-a317-f30f0350fbe2:hover {background-color: rgba(20, 20, 20, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-9a077120-f945-47d3-a317-f30f0350fbe2:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-9a077120-f945-47d3-a317-f30f0350fbe2 {
  margin-top: 0px;
}
}

  #s-9a077120-f945-47d3-a317-f30f0350fbe2-root {
    text-align: left;
  }


#s-9a077120-f945-47d3-a317-f30f0350fbe2.shg-btn {
  color: rgba(20, 20, 20, 1);
  font-size: 14px;
  
  
  font-family: Avenir Next;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-9a077120-f945-47d3-a317-f30f0350fbe2-root {
    text-align: left;
  }


#s-9a077120-f945-47d3-a317-f30f0350fbe2.shg-btn {
  color: rgba(20, 20, 20, 1);
  font-size: 14px;
  
  
  font-family: Avenir Next;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-9a077120-f945-47d3-a317-f30f0350fbe2-root {
    text-align: left;
  }


#s-9a077120-f945-47d3-a317-f30f0350fbe2.shg-btn {
  color: rgba(20, 20, 20, 1);
  font-size: 14px;
  
  
  font-family: Avenir Next;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-9a077120-f945-47d3-a317-f30f0350fbe2-root {
    text-align: left;
  }


#s-9a077120-f945-47d3-a317-f30f0350fbe2.shg-btn {
  color: rgba(20, 20, 20, 1);
  font-size: 14px;
  
  
  font-family: Avenir Next;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-9a077120-f945-47d3-a317-f30f0350fbe2-root {
    text-align: left;
  }


#s-9a077120-f945-47d3-a317-f30f0350fbe2.shg-btn {
  color: rgba(20, 20, 20, 1);
  font-size: 14px;
  
  
  font-family: Avenir Next;
  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-dd5a03b6-30db-43d8-80e8-24f7e55a288e {
  margin-top: 30px;
margin-left: 5%;
margin-bottom: 30px;
margin-right: 5%;
padding-left: 20%;
padding-right: 20%;
}
@media (max-width: 767px){#s-dd5a03b6-30db-43d8-80e8-24f7e55a288e {
  margin-left: 0%;
margin-right: 0%;
padding-left: 20%;
padding-right: 20%;
display: none;
}
#s-dd5a03b6-30db-43d8-80e8-24f7e55a288e, #wrap-s-dd5a03b6-30db-43d8-80e8-24f7e55a288e { display:none !important; }}
@media (min-width: 0px) {
[id="s-dd5a03b6-30db-43d8-80e8-24f7e55a288e"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 56.25px);
}

}

@media (min-width: 768px) {
[id="s-dd5a03b6-30db-43d8-80e8-24f7e55a288e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 56.25px);
}

}

@media (min-width: 992px) {
[id="s-dd5a03b6-30db-43d8-80e8-24f7e55a288e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 56.25px);
}

}

@media (min-width: 1200px) {
[id="s-dd5a03b6-30db-43d8-80e8-24f7e55a288e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 56.25px);
}

}

.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-c2259314-54cd-46a6-bf70-13d376130fbc {
  text-align: center;
}







  #s-c2259314-54cd-46a6-bf70-13d376130fbc img.shogun-image {
    

    
    
    
  }


#s-c2259314-54cd-46a6-bf70-13d376130fbc .shogun-image-content {
  
    align-items: center;
  
}

#s-c31c51f3-182d-40e8-a3bc-bea0e6b83677 {
  text-align: center;
}







  #s-c31c51f3-182d-40e8-a3bc-bea0e6b83677 img.shogun-image {
    

    
    
    
  }


#s-c31c51f3-182d-40e8-a3bc-bea0e6b83677 .shogun-image-content {
  
    align-items: center;
  
}

#s-3e897f59-3152-47e8-b576-91ee413ecfc9 {
  text-align: center;
}







  #s-3e897f59-3152-47e8-b576-91ee413ecfc9 img.shogun-image {
    

    
    
    
  }


#s-3e897f59-3152-47e8-b576-91ee413ecfc9 .shogun-image-content {
  
    align-items: center;
  
}

#s-439eea1f-908d-487e-82a8-025c1cbcdf53 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
opacity: 1;
}







  #s-439eea1f-908d-487e-82a8-025c1cbcdf53 img.shogun-image {
    

    
    
    
  }


#s-439eea1f-908d-487e-82a8-025c1cbcdf53 .shogun-image-content {
  
    align-items: center;
  
}

#s-797e9b99-a9f6-4dda-9b9c-4e8ed3a918e7 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 20px;
padding-left: 5%;
padding-bottom: 20px;
padding-right: 5%;
}
@media (min-width: 1200px){#s-797e9b99-a9f6-4dda-9b9c-4e8ed3a918e7 {
  display: none;
}
#s-797e9b99-a9f6-4dda-9b9c-4e8ed3a918e7, #wrap-s-797e9b99-a9f6-4dda-9b9c-4e8ed3a918e7 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-797e9b99-a9f6-4dda-9b9c-4e8ed3a918e7 {
  display: none;
}
#s-797e9b99-a9f6-4dda-9b9c-4e8ed3a918e7, #wrap-s-797e9b99-a9f6-4dda-9b9c-4e8ed3a918e7 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-797e9b99-a9f6-4dda-9b9c-4e8ed3a918e7 {
  display: none;
}
#s-797e9b99-a9f6-4dda-9b9c-4e8ed3a918e7, #wrap-s-797e9b99-a9f6-4dda-9b9c-4e8ed3a918e7 { display:none !important; }}@media (max-width: 767px){#s-797e9b99-a9f6-4dda-9b9c-4e8ed3a918e7 {
  padding-top: 30px;
}
}
@media (min-width: 0px) {
[id="s-797e9b99-a9f6-4dda-9b9c-4e8ed3a918e7"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 3.75px);
}

}

@media (min-width: 768px) {
[id="s-797e9b99-a9f6-4dda-9b9c-4e8ed3a918e7"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 3.75px);
}

}

@media (min-width: 992px) {
[id="s-797e9b99-a9f6-4dda-9b9c-4e8ed3a918e7"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 3.75px);
}

}

@media (min-width: 1200px) {
[id="s-797e9b99-a9f6-4dda-9b9c-4e8ed3a918e7"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 3.75px);
}

}

#s-6906442d-8552-49e8-aac4-da0ddf113b40 {
  text-align: center;
}







  #s-6906442d-8552-49e8-aac4-da0ddf113b40 img.shogun-image {
    

    
    
    
  }


#s-6906442d-8552-49e8-aac4-da0ddf113b40 .shogun-image-content {
  
    align-items: center;
  
}

#s-aaa4d9bc-1694-4e6a-89c0-d670a25088d0 {
  text-align: center;
}







  #s-aaa4d9bc-1694-4e6a-89c0-d670a25088d0 img.shogun-image {
    

    
    
    
  }


#s-aaa4d9bc-1694-4e6a-89c0-d670a25088d0 .shogun-image-content {
  
    align-items: center;
  
}

#s-8e782f9e-d387-43b2-b3f1-1bb1f6cede80 {
  text-align: center;
}







  #s-8e782f9e-d387-43b2-b3f1-1bb1f6cede80 img.shogun-image {
    

    
    
    
  }


#s-8e782f9e-d387-43b2-b3f1-1bb1f6cede80 .shogun-image-content {
  
    align-items: center;
  
}

#s-9d624e70-0fbe-4e7b-85c7-c0fa2401368e {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
opacity: 1;
}







  #s-9d624e70-0fbe-4e7b-85c7-c0fa2401368e img.shogun-image {
    

    
    
    
  }


#s-9d624e70-0fbe-4e7b-85c7-c0fa2401368e .shogun-image-content {
  
    align-items: center;
  
}

.shg-hr-wrapper {
  padding: 30px 0;
}

.shg-hr-wrapper hr {
  margin: 0;
  border: 0;
  width: 100%;
}

#s-61bdb7a3-177d-45af-afe1-e57b45d8ad74 {
  margin-top: 0px;
margin-left: 5%;
margin-bottom: 0px;
margin-right: 5%;
padding-top: 0px;
padding-bottom: 0px;
}

#s-61bdb7a3-177d-45af-afe1-e57b45d8ad74 hr {
  border-top: 2px solid rgba(245, 242, 239, 1);
}

#s-8efd2cda-882a-4e3f-b19a-6dd2a517b875 {
  margin-top: 50px;
margin-left: 20%;
margin-bottom: 70px;
margin-right: 20%;
min-height: 50px;
}
@media (min-width: 1200px){#s-8efd2cda-882a-4e3f-b19a-6dd2a517b875 {
  margin-top: 50px;
margin-bottom: 50px;
}
}@media (max-width: 767px){#s-8efd2cda-882a-4e3f-b19a-6dd2a517b875 {
  margin-top: 30px;
margin-left: 10%;
margin-bottom: 50px;
margin-right: 10%;
}
}







#s-8efd2cda-882a-4e3f-b19a-6dd2a517b875 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8efd2cda-882a-4e3f-b19a-6dd2a517b875.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5bff9ff5-a5fc-441f-8285-5295af9b5eb3 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5bff9ff5-a5fc-441f-8285-5295af9b5eb3 .shogun-heading-component h2 {
  color: rgba(20, 20, 20, 1);
  font-weight:  normal ;
  font-family: "Optima";
  font-style:  normal ;
  font-size: 24px;
  line-height: 1.5em;
  letter-spacing: 2px;
  
}



#s-83fba0ac-7c7e-4d21-94f3-72aff9e39e8f {
  margin-top: 10px;
}

#s-f993a405-9242-4e58-a78b-be102d0ded96 {
  padding-top: 30px;
padding-left: 20%;
padding-bottom: 60px;
padding-right: 20%;
min-height: 50px;
}
@media (max-width: 767px){#s-f993a405-9242-4e58-a78b-be102d0ded96 {
  padding-left: 2%;
padding-right: 2%;
}
}







#s-f993a405-9242-4e58-a78b-be102d0ded96 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f993a405-9242-4e58-a78b-be102d0ded96.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6fedfac9-c1a3-4a99-9954-ac81b4320fd6 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-6fedfac9-c1a3-4a99-9954-ac81b4320fd6 .shg-sld-dot {
  background-color: rgba(158, 148, 138, 1);
}

#s-6fedfac9-c1a3-4a99-9954-ac81b4320fd6 .shg-sld-nav-button.shg-sld-left,
#s-6fedfac9-c1a3-4a99-9954-ac81b4320fd6 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(158, 148, 138, 1);
}

#s-ff5045ae-0fa1-49ae-8989-af4690c208de {
  padding-top: 0px;
padding-bottom: 15px;
}
@media (max-width: 767px){#s-ff5045ae-0fa1-49ae-8989-af4690c208de {
  display: none;
}
#s-ff5045ae-0fa1-49ae-8989-af4690c208de, #wrap-s-ff5045ae-0fa1-49ae-8989-af4690c208de { display:none !important; }}
@media (min-width: 0px) {
[id="s-ff5045ae-0fa1-49ae-8989-af4690c208de"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ff5045ae-0fa1-49ae-8989-af4690c208de"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 80.0px);
}

}

@media (min-width: 992px) {
[id="s-ff5045ae-0fa1-49ae-8989-af4690c208de"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 80.0px);
}

}

@media (min-width: 1200px) {
[id="s-ff5045ae-0fa1-49ae-8989-af4690c208de"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 80.0px);
}

}

#s-99079195-c817-4f30-9b7e-aab9ff17194f {
  margin-top: 10px;
margin-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-99079195-c817-4f30-9b7e-aab9ff17194f {
  padding-top: 10px;
padding-left: 20%;
padding-bottom: 30px;
padding-right: 20%;
}
}






  #s-99079195-c817-4f30-9b7e-aab9ff17194f img.shogun-image {
    

    
    
    
  }


#s-99079195-c817-4f30-9b7e-aab9ff17194f .shogun-image-content {
  
    align-items: center;
  
}

#s-681cbd30-2583-4bb5-a73f-7e8b4c8a5945 {
  padding-top: 0px;
padding-bottom: 15px;
}
@media (max-width: 767px){#s-681cbd30-2583-4bb5-a73f-7e8b4c8a5945 {
  display: none;
}
#s-681cbd30-2583-4bb5-a73f-7e8b4c8a5945, #wrap-s-681cbd30-2583-4bb5-a73f-7e8b4c8a5945 { display:none !important; }}
@media (min-width: 0px) {
[id="s-681cbd30-2583-4bb5-a73f-7e8b4c8a5945"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-681cbd30-2583-4bb5-a73f-7e8b4c8a5945"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 80.0px);
}

}

@media (min-width: 992px) {
[id="s-681cbd30-2583-4bb5-a73f-7e8b4c8a5945"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 80.0px);
}

}

@media (min-width: 1200px) {
[id="s-681cbd30-2583-4bb5-a73f-7e8b4c8a5945"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 80.0px);
}

}

#s-e43ff591-1347-48bc-9320-9a99ce08adaf {
  margin-top: 10px;
margin-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-e43ff591-1347-48bc-9320-9a99ce08adaf {
  padding-top: 10px;
padding-left: 20%;
padding-bottom: 30px;
padding-right: 20%;
}
}






  #s-e43ff591-1347-48bc-9320-9a99ce08adaf img.shogun-image {
    

    
    
    
  }


#s-e43ff591-1347-48bc-9320-9a99ce08adaf .shogun-image-content {
  
    align-items: center;
  
}

#s-84625eaf-9d13-4865-82c1-d2e9848cac14 {
  padding-top: 0px;
padding-bottom: 15px;
}
@media (max-width: 767px){#s-84625eaf-9d13-4865-82c1-d2e9848cac14 {
  display: none;
}
#s-84625eaf-9d13-4865-82c1-d2e9848cac14, #wrap-s-84625eaf-9d13-4865-82c1-d2e9848cac14 { display:none !important; }}
@media (min-width: 0px) {
[id="s-84625eaf-9d13-4865-82c1-d2e9848cac14"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-84625eaf-9d13-4865-82c1-d2e9848cac14"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 80.0px);
}

}

@media (min-width: 992px) {
[id="s-84625eaf-9d13-4865-82c1-d2e9848cac14"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 80.0px);
}

}

@media (min-width: 1200px) {
[id="s-84625eaf-9d13-4865-82c1-d2e9848cac14"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 80.0px);
}

}

#s-1944ee6f-c45a-4f2a-afbd-0e05f46def44 {
  margin-top: 10px;
margin-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-1944ee6f-c45a-4f2a-afbd-0e05f46def44 {
  padding-top: 10px;
padding-left: 20%;
padding-bottom: 30px;
padding-right: 20%;
}
}






  #s-1944ee6f-c45a-4f2a-afbd-0e05f46def44 img.shogun-image {
    

    
    
    
  }


#s-1944ee6f-c45a-4f2a-afbd-0e05f46def44 .shogun-image-content {
  
    align-items: center;
  
}

#s-42d85496-d8d1-4cf3-a8ba-963b7b352e3d {
  padding-top: 10px;
padding-left: 20%;
padding-bottom: 30px;
padding-right: 20%;
text-align: center;
}
@media (min-width: 1200px){#s-42d85496-d8d1-4cf3-a8ba-963b7b352e3d {
  display: none;
}
#s-42d85496-d8d1-4cf3-a8ba-963b7b352e3d, #wrap-s-42d85496-d8d1-4cf3-a8ba-963b7b352e3d { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-42d85496-d8d1-4cf3-a8ba-963b7b352e3d {
  display: none;
}
#s-42d85496-d8d1-4cf3-a8ba-963b7b352e3d, #wrap-s-42d85496-d8d1-4cf3-a8ba-963b7b352e3d { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-42d85496-d8d1-4cf3-a8ba-963b7b352e3d {
  display: none;
}
#s-42d85496-d8d1-4cf3-a8ba-963b7b352e3d, #wrap-s-42d85496-d8d1-4cf3-a8ba-963b7b352e3d { display:none !important; }}






  #s-42d85496-d8d1-4cf3-a8ba-963b7b352e3d img.shogun-image {
    

    
    
    
  }


#s-42d85496-d8d1-4cf3-a8ba-963b7b352e3d .shogun-image-content {
  
    align-items: center;
  
}

#s-45235a44-3d51-47e6-a97e-36ba9bb538b2 {
  padding-top: 0px;
padding-bottom: 15px;
}
@media (max-width: 767px){#s-45235a44-3d51-47e6-a97e-36ba9bb538b2 {
  display: none;
}
#s-45235a44-3d51-47e6-a97e-36ba9bb538b2, #wrap-s-45235a44-3d51-47e6-a97e-36ba9bb538b2 { display:none !important; }}
@media (min-width: 0px) {
[id="s-45235a44-3d51-47e6-a97e-36ba9bb538b2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-45235a44-3d51-47e6-a97e-36ba9bb538b2"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 80.0px);
}

}

@media (min-width: 992px) {
[id="s-45235a44-3d51-47e6-a97e-36ba9bb538b2"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 80.0px);
}

}

@media (min-width: 1200px) {
[id="s-45235a44-3d51-47e6-a97e-36ba9bb538b2"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 80.0px);
}

}

#s-33ff4cf9-5e27-43c2-b23e-47776b864cfd {
  margin-top: 10px;
margin-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-33ff4cf9-5e27-43c2-b23e-47776b864cfd {
  padding-top: 10px;
padding-left: 20%;
padding-bottom: 30px;
padding-right: 20%;
}
}






  #s-33ff4cf9-5e27-43c2-b23e-47776b864cfd img.shogun-image {
    

    
    
    
  }


#s-33ff4cf9-5e27-43c2-b23e-47776b864cfd .shogun-image-content {
  
    align-items: center;
  
}

#s-4df16b9e-4f52-4989-8157-06896cc74f62 {
  padding-top: 10px;
padding-left: 20%;
padding-bottom: 30px;
padding-right: 20%;
text-align: center;
}
@media (min-width: 1200px){#s-4df16b9e-4f52-4989-8157-06896cc74f62 {
  display: none;
}
#s-4df16b9e-4f52-4989-8157-06896cc74f62, #wrap-s-4df16b9e-4f52-4989-8157-06896cc74f62 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-4df16b9e-4f52-4989-8157-06896cc74f62 {
  display: none;
}
#s-4df16b9e-4f52-4989-8157-06896cc74f62, #wrap-s-4df16b9e-4f52-4989-8157-06896cc74f62 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-4df16b9e-4f52-4989-8157-06896cc74f62 {
  display: none;
}
#s-4df16b9e-4f52-4989-8157-06896cc74f62, #wrap-s-4df16b9e-4f52-4989-8157-06896cc74f62 { display:none !important; }}






  #s-4df16b9e-4f52-4989-8157-06896cc74f62 img.shogun-image {
    

    
    
    
  }


#s-4df16b9e-4f52-4989-8157-06896cc74f62 .shogun-image-content {
  
    align-items: center;
  
}

#s-a59e6999-2dca-414f-a4f5-7633a8b375ce {
  padding-top: 0px;
padding-bottom: 15px;
}
@media (max-width: 767px){#s-a59e6999-2dca-414f-a4f5-7633a8b375ce {
  display: none;
}
#s-a59e6999-2dca-414f-a4f5-7633a8b375ce, #wrap-s-a59e6999-2dca-414f-a4f5-7633a8b375ce { display:none !important; }}
@media (min-width: 0px) {
[id="s-a59e6999-2dca-414f-a4f5-7633a8b375ce"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a59e6999-2dca-414f-a4f5-7633a8b375ce"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 80.0px);
}

}

@media (min-width: 992px) {
[id="s-a59e6999-2dca-414f-a4f5-7633a8b375ce"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 80.0px);
}

}

@media (min-width: 1200px) {
[id="s-a59e6999-2dca-414f-a4f5-7633a8b375ce"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 80.0px);
}

}

#s-be5ee276-7482-4b86-9184-7ec9e6942720 {
  margin-top: 10px;
margin-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-be5ee276-7482-4b86-9184-7ec9e6942720 {
  padding-top: 10px;
padding-left: 20%;
padding-bottom: 30px;
padding-right: 20%;
}
}






  #s-be5ee276-7482-4b86-9184-7ec9e6942720 img.shogun-image {
    

    
    
    
  }


#s-be5ee276-7482-4b86-9184-7ec9e6942720 .shogun-image-content {
  
    align-items: center;
  
}

#s-cd2e9a5b-facf-479a-90af-e9d959c89b82 {
  padding-top: 0px;
padding-bottom: 15px;
}
@media (max-width: 767px){#s-cd2e9a5b-facf-479a-90af-e9d959c89b82 {
  display: none;
}
#s-cd2e9a5b-facf-479a-90af-e9d959c89b82, #wrap-s-cd2e9a5b-facf-479a-90af-e9d959c89b82 { display:none !important; }}
@media (min-width: 0px) {
[id="s-cd2e9a5b-facf-479a-90af-e9d959c89b82"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-cd2e9a5b-facf-479a-90af-e9d959c89b82"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 80.0px);
}

}

@media (min-width: 992px) {
[id="s-cd2e9a5b-facf-479a-90af-e9d959c89b82"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 80.0px);
}

}

@media (min-width: 1200px) {
[id="s-cd2e9a5b-facf-479a-90af-e9d959c89b82"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 80.0px);
}

}

#s-65ffe51d-5f4a-4e2b-975b-5f2e76bccbcf {
  margin-top: 10px;
margin-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-65ffe51d-5f4a-4e2b-975b-5f2e76bccbcf {
  padding-top: 10px;
padding-left: 20%;
padding-bottom: 30px;
padding-right: 20%;
}
}






  #s-65ffe51d-5f4a-4e2b-975b-5f2e76bccbcf img.shogun-image {
    

    
    
    
  }


#s-65ffe51d-5f4a-4e2b-975b-5f2e76bccbcf .shogun-image-content {
  
    align-items: center;
  
}

#s-cc7da4d4-142b-490a-ac04-a4c6cbab478e {
  padding-top: 10px;
padding-left: 20%;
padding-bottom: 30px;
padding-right: 20%;
text-align: center;
}
@media (min-width: 1200px){#s-cc7da4d4-142b-490a-ac04-a4c6cbab478e {
  display: none;
}
#s-cc7da4d4-142b-490a-ac04-a4c6cbab478e, #wrap-s-cc7da4d4-142b-490a-ac04-a4c6cbab478e { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-cc7da4d4-142b-490a-ac04-a4c6cbab478e {
  display: none;
}
#s-cc7da4d4-142b-490a-ac04-a4c6cbab478e, #wrap-s-cc7da4d4-142b-490a-ac04-a4c6cbab478e { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-cc7da4d4-142b-490a-ac04-a4c6cbab478e {
  display: none;
}
#s-cc7da4d4-142b-490a-ac04-a4c6cbab478e, #wrap-s-cc7da4d4-142b-490a-ac04-a4c6cbab478e { display:none !important; }}






  #s-cc7da4d4-142b-490a-ac04-a4c6cbab478e img.shogun-image {
    

    
    
    
  }


#s-cc7da4d4-142b-490a-ac04-a4c6cbab478e .shogun-image-content {
  
    align-items: center;
  
}

#s-f61180b5-9728-4495-b525-24a89dfbe5ff {
  padding-top: 10px;
padding-left: 20%;
padding-bottom: 30px;
padding-right: 20%;
text-align: center;
}
@media (min-width: 1200px){#s-f61180b5-9728-4495-b525-24a89dfbe5ff {
  display: none;
}
#s-f61180b5-9728-4495-b525-24a89dfbe5ff, #wrap-s-f61180b5-9728-4495-b525-24a89dfbe5ff { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f61180b5-9728-4495-b525-24a89dfbe5ff {
  display: none;
}
#s-f61180b5-9728-4495-b525-24a89dfbe5ff, #wrap-s-f61180b5-9728-4495-b525-24a89dfbe5ff { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-f61180b5-9728-4495-b525-24a89dfbe5ff {
  display: none;
}
#s-f61180b5-9728-4495-b525-24a89dfbe5ff, #wrap-s-f61180b5-9728-4495-b525-24a89dfbe5ff { display:none !important; }}






  #s-f61180b5-9728-4495-b525-24a89dfbe5ff img.shogun-image {
    

    
    
    
  }


#s-f61180b5-9728-4495-b525-24a89dfbe5ff .shogun-image-content {
  
    align-items: center;
  
}

#s-855aae6c-6d27-466b-a073-1e5b8b80aca3 {
  padding-top: 10px;
padding-left: 20%;
padding-bottom: 30px;
padding-right: 20%;
text-align: center;
}
@media (min-width: 1200px){#s-855aae6c-6d27-466b-a073-1e5b8b80aca3 {
  display: none;
}
#s-855aae6c-6d27-466b-a073-1e5b8b80aca3, #wrap-s-855aae6c-6d27-466b-a073-1e5b8b80aca3 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-855aae6c-6d27-466b-a073-1e5b8b80aca3 {
  display: none;
}
#s-855aae6c-6d27-466b-a073-1e5b8b80aca3, #wrap-s-855aae6c-6d27-466b-a073-1e5b8b80aca3 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-855aae6c-6d27-466b-a073-1e5b8b80aca3 {
  display: none;
}
#s-855aae6c-6d27-466b-a073-1e5b8b80aca3, #wrap-s-855aae6c-6d27-466b-a073-1e5b8b80aca3 { display:none !important; }}






  #s-855aae6c-6d27-466b-a073-1e5b8b80aca3 img.shogun-image {
    

    
    
    
  }


#s-855aae6c-6d27-466b-a073-1e5b8b80aca3 .shogun-image-content {
  
    align-items: center;
  
}

#s-0e3d05ab-63ce-4eef-be96-fa9b18fe1076 {
  padding-top: 0px;
padding-bottom: 15px;
}
@media (max-width: 767px){#s-0e3d05ab-63ce-4eef-be96-fa9b18fe1076 {
  display: none;
}
#s-0e3d05ab-63ce-4eef-be96-fa9b18fe1076, #wrap-s-0e3d05ab-63ce-4eef-be96-fa9b18fe1076 { display:none !important; }}
@media (min-width: 0px) {
[id="s-0e3d05ab-63ce-4eef-be96-fa9b18fe1076"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0e3d05ab-63ce-4eef-be96-fa9b18fe1076"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 80.0px);
}

}

@media (min-width: 992px) {
[id="s-0e3d05ab-63ce-4eef-be96-fa9b18fe1076"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 80.0px);
}

}

@media (min-width: 1200px) {
[id="s-0e3d05ab-63ce-4eef-be96-fa9b18fe1076"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 80.0px);
}

}

#s-2a28f6e9-dcd5-441e-8a80-01556bc72f36 {
  margin-top: 10px;
margin-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-2a28f6e9-dcd5-441e-8a80-01556bc72f36 {
  padding-top: 10px;
padding-left: 20%;
padding-bottom: 30px;
padding-right: 20%;
}
}






  #s-2a28f6e9-dcd5-441e-8a80-01556bc72f36 img.shogun-image {
    

    
    
    
  }


#s-2a28f6e9-dcd5-441e-8a80-01556bc72f36 .shogun-image-content {
  
    align-items: center;
  
}

#s-ce1406f6-2774-455c-ae32-bd7d818d608e {
  padding-top: 10px;
padding-left: 20%;
padding-bottom: 30px;
padding-right: 20%;
text-align: center;
}
@media (min-width: 1200px){#s-ce1406f6-2774-455c-ae32-bd7d818d608e {
  display: none;
}
#s-ce1406f6-2774-455c-ae32-bd7d818d608e, #wrap-s-ce1406f6-2774-455c-ae32-bd7d818d608e { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ce1406f6-2774-455c-ae32-bd7d818d608e {
  display: none;
}
#s-ce1406f6-2774-455c-ae32-bd7d818d608e, #wrap-s-ce1406f6-2774-455c-ae32-bd7d818d608e { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-ce1406f6-2774-455c-ae32-bd7d818d608e {
  display: none;
}
#s-ce1406f6-2774-455c-ae32-bd7d818d608e, #wrap-s-ce1406f6-2774-455c-ae32-bd7d818d608e { display:none !important; }}






  #s-ce1406f6-2774-455c-ae32-bd7d818d608e img.shogun-image {
    

    
    
    
  }


#s-ce1406f6-2774-455c-ae32-bd7d818d608e .shogun-image-content {
  
    align-items: center;
  
}

#s-eb5b3cd2-6243-4bf3-b7b2-a09443d7d8d9 {
  padding-top: 0px;
padding-bottom: 15px;
}
@media (max-width: 767px){#s-eb5b3cd2-6243-4bf3-b7b2-a09443d7d8d9 {
  display: none;
}
#s-eb5b3cd2-6243-4bf3-b7b2-a09443d7d8d9, #wrap-s-eb5b3cd2-6243-4bf3-b7b2-a09443d7d8d9 { display:none !important; }}
@media (min-width: 0px) {
[id="s-eb5b3cd2-6243-4bf3-b7b2-a09443d7d8d9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-eb5b3cd2-6243-4bf3-b7b2-a09443d7d8d9"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 80.0px);
}

}

@media (min-width: 992px) {
[id="s-eb5b3cd2-6243-4bf3-b7b2-a09443d7d8d9"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 80.0px);
}

}

@media (min-width: 1200px) {
[id="s-eb5b3cd2-6243-4bf3-b7b2-a09443d7d8d9"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 80.0px);
}

}

#s-6229af02-b6f0-4978-ad04-79e88952d31a {
  margin-top: 10px;
margin-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-6229af02-b6f0-4978-ad04-79e88952d31a {
  padding-top: 10px;
padding-left: 20%;
padding-bottom: 30px;
padding-right: 20%;
}
}






  #s-6229af02-b6f0-4978-ad04-79e88952d31a img.shogun-image {
    

    
    
    
  }


#s-6229af02-b6f0-4978-ad04-79e88952d31a .shogun-image-content {
  
    align-items: center;
  
}

#s-df8fc4a2-7bd5-4c47-9d28-7ef9e0a595bd {
  padding-top: 10px;
padding-left: 20%;
padding-bottom: 30px;
padding-right: 20%;
text-align: center;
}
@media (min-width: 1200px){#s-df8fc4a2-7bd5-4c47-9d28-7ef9e0a595bd {
  display: none;
}
#s-df8fc4a2-7bd5-4c47-9d28-7ef9e0a595bd, #wrap-s-df8fc4a2-7bd5-4c47-9d28-7ef9e0a595bd { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-df8fc4a2-7bd5-4c47-9d28-7ef9e0a595bd {
  display: none;
}
#s-df8fc4a2-7bd5-4c47-9d28-7ef9e0a595bd, #wrap-s-df8fc4a2-7bd5-4c47-9d28-7ef9e0a595bd { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-df8fc4a2-7bd5-4c47-9d28-7ef9e0a595bd {
  display: none;
}
#s-df8fc4a2-7bd5-4c47-9d28-7ef9e0a595bd, #wrap-s-df8fc4a2-7bd5-4c47-9d28-7ef9e0a595bd { display:none !important; }}






  #s-df8fc4a2-7bd5-4c47-9d28-7ef9e0a595bd img.shogun-image {
    

    
    
    
  }


#s-df8fc4a2-7bd5-4c47-9d28-7ef9e0a595bd .shogun-image-content {
  
    align-items: center;
  
}

#s-96c6d8b8-8e95-49f4-a985-171b950df0a5 {
  padding-top: 10px;
padding-left: 20%;
padding-bottom: 30px;
padding-right: 20%;
text-align: center;
}
@media (min-width: 1200px){#s-96c6d8b8-8e95-49f4-a985-171b950df0a5 {
  display: none;
}
#s-96c6d8b8-8e95-49f4-a985-171b950df0a5, #wrap-s-96c6d8b8-8e95-49f4-a985-171b950df0a5 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-96c6d8b8-8e95-49f4-a985-171b950df0a5 {
  display: none;
}
#s-96c6d8b8-8e95-49f4-a985-171b950df0a5, #wrap-s-96c6d8b8-8e95-49f4-a985-171b950df0a5 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-96c6d8b8-8e95-49f4-a985-171b950df0a5 {
  display: none;
}
#s-96c6d8b8-8e95-49f4-a985-171b950df0a5, #wrap-s-96c6d8b8-8e95-49f4-a985-171b950df0a5 { display:none !important; }}






  #s-96c6d8b8-8e95-49f4-a985-171b950df0a5 img.shogun-image {
    

    
    
    
  }


#s-96c6d8b8-8e95-49f4-a985-171b950df0a5 .shogun-image-content {
  
    align-items: center;
  
}

#s-8f330988-5cf3-4799-9d4f-17c39432edf0 {
  padding-top: 30px;
padding-bottom: 30px;
text-align: center;
}

#s-8f330988-5cf3-4799-9d4f-17c39432edf0 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  font-family: "Optima";
  font-style:  normal ;
  font-size: 24px;
  line-height: 1.5em;
  letter-spacing: 2px;
  
}



#s-36b85f3d-83da-4151-b094-06b0017aaf3c {
  padding-top: 30px;
padding-bottom: 30px;
text-align: center;
}

#s-36b85f3d-83da-4151-b094-06b0017aaf3c .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  font-family: "Optima";
  font-style:  normal ;
  font-size: 24px;
  line-height: 1.5em;
  letter-spacing: 2px;
  
}



#s-cb8a7084-bc29-4da3-962b-018523150ef3 {
  padding-top: 30px;
padding-bottom: 30px;
text-align: center;
}

#s-cb8a7084-bc29-4da3-962b-018523150ef3 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  font-family: "Optima";
  font-style:  normal ;
  font-size: 24px;
  line-height: 1.5em;
  letter-spacing: 2px;
  
}



#s-5e82b486-223a-4e55-af33-7f1ee8da5873 {
  padding-top: 30px;
padding-bottom: 30px;
text-align: center;
}

#s-5e82b486-223a-4e55-af33-7f1ee8da5873 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  font-family: "Optima";
  font-style:  normal ;
  font-size: 24px;
  line-height: 1.5em;
  letter-spacing: 2px;
  
}



#s-e206d4ed-2dc6-4ff5-997b-73bed30fe946 {
  padding-top: 30px;
padding-bottom: 30px;
text-align: center;
}

#s-e206d4ed-2dc6-4ff5-997b-73bed30fe946 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  font-family: "Optima";
  font-style:  normal ;
  font-size: 24px;
  line-height: 1.5em;
  letter-spacing: 2px;
  
}



#s-430afcf6-1df7-45f2-8f7c-ea219ab60454 {
  padding-top: 30px;
padding-bottom: 30px;
text-align: center;
}

#s-430afcf6-1df7-45f2-8f7c-ea219ab60454 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  font-family: "Optima";
  font-style:  normal ;
  font-size: 24px;
  line-height: 1.5em;
  letter-spacing: 2px;
  
}



#s-e824e6b1-896d-40da-86a8-18daeca2c542 {
  padding-top: 30px;
padding-bottom: 30px;
text-align: center;
}

#s-e824e6b1-896d-40da-86a8-18daeca2c542 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  font-family: "Optima";
  font-style:  normal ;
  font-size: 24px;
  line-height: 1.5em;
  letter-spacing: 2px;
  
}



#s-ef8742a9-b6c4-4ccd-8a11-ed8310bf54ff {
  padding-top: 30px;
padding-bottom: 30px;
text-align: center;
}

#s-ef8742a9-b6c4-4ccd-8a11-ed8310bf54ff .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  font-family: "Optima";
  font-style:  normal ;
  font-size: 24px;
  line-height: 1.5em;
  letter-spacing: 2px;
  
}



#s-cbaf1cfc-85b6-46c6-9ec7-d09a4d14eed6 {
  padding-top: 10px;
padding-left: 25px;
padding-bottom: 10px;
padding-right: 25px;
border-radius: 0px;
background-color: rgba(245, 242, 239, 1);
text-align: center;
text-decoration: none;
line-height: 2em;
letter-spacing: 2px;
background-image: none;
hover-type: color;
color: rgba(20, 20, 20, 1);
}
#s-cbaf1cfc-85b6-46c6-9ec7-d09a4d14eed6:hover {background-color: rgba(20, 20, 20, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-cbaf1cfc-85b6-46c6-9ec7-d09a4d14eed6:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-cbaf1cfc-85b6-46c6-9ec7-d09a4d14eed6-root {
    text-align: center;
  }


#s-cbaf1cfc-85b6-46c6-9ec7-d09a4d14eed6.shg-btn {
  color: rgba(20, 20, 20, 1);
  font-size: 14px;
  
  
  font-family: Avenir Next;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-cbaf1cfc-85b6-46c6-9ec7-d09a4d14eed6-root {
    text-align: center;
  }


#s-cbaf1cfc-85b6-46c6-9ec7-d09a4d14eed6.shg-btn {
  color: rgba(20, 20, 20, 1);
  font-size: 14px;
  
  
  font-family: Avenir Next;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-cbaf1cfc-85b6-46c6-9ec7-d09a4d14eed6-root {
    text-align: center;
  }


#s-cbaf1cfc-85b6-46c6-9ec7-d09a4d14eed6.shg-btn {
  color: rgba(20, 20, 20, 1);
  font-size: 14px;
  
  
  font-family: Avenir Next;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-cbaf1cfc-85b6-46c6-9ec7-d09a4d14eed6-root {
    text-align: center;
  }


#s-cbaf1cfc-85b6-46c6-9ec7-d09a4d14eed6.shg-btn {
  color: rgba(20, 20, 20, 1);
  font-size: 14px;
  
  
  font-family: Avenir Next;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-cbaf1cfc-85b6-46c6-9ec7-d09a4d14eed6-root {
    text-align: center;
  }


#s-cbaf1cfc-85b6-46c6-9ec7-d09a4d14eed6.shg-btn {
  color: rgba(20, 20, 20, 1);
  font-size: 14px;
  
  
  font-family: Avenir Next;
  display:  inline-block ;
}
}
#s-97b4488f-9423-40f0-ae93-903fbbc00f81 {
  padding-top: 10px;
padding-left: 25px;
padding-bottom: 10px;
padding-right: 25px;
border-radius: 0px;
background-color: rgba(245, 242, 239, 1);
text-align: center;
text-decoration: none;
line-height: 2em;
letter-spacing: 2px;
background-image: none;
hover-type: color;
color: rgba(20, 20, 20, 1);
}
#s-97b4488f-9423-40f0-ae93-903fbbc00f81:hover {background-color: rgba(20, 20, 20, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-97b4488f-9423-40f0-ae93-903fbbc00f81:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-97b4488f-9423-40f0-ae93-903fbbc00f81-root {
    text-align: center;
  }


#s-97b4488f-9423-40f0-ae93-903fbbc00f81.shg-btn {
  color: rgba(20, 20, 20, 1);
  font-size: 14px;
  
  
  font-family: Avenir Next;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-97b4488f-9423-40f0-ae93-903fbbc00f81-root {
    text-align: center;
  }


#s-97b4488f-9423-40f0-ae93-903fbbc00f81.shg-btn {
  color: rgba(20, 20, 20, 1);
  font-size: 14px;
  
  
  font-family: Avenir Next;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-97b4488f-9423-40f0-ae93-903fbbc00f81-root {
    text-align: center;
  }


#s-97b4488f-9423-40f0-ae93-903fbbc00f81.shg-btn {
  color: rgba(20, 20, 20, 1);
  font-size: 14px;
  
  
  font-family: Avenir Next;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-97b4488f-9423-40f0-ae93-903fbbc00f81-root {
    text-align: center;
  }


#s-97b4488f-9423-40f0-ae93-903fbbc00f81.shg-btn {
  color: rgba(20, 20, 20, 1);
  font-size: 14px;
  
  
  font-family: Avenir Next;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-97b4488f-9423-40f0-ae93-903fbbc00f81-root {
    text-align: center;
  }


#s-97b4488f-9423-40f0-ae93-903fbbc00f81.shg-btn {
  color: rgba(20, 20, 20, 1);
  font-size: 14px;
  
  
  font-family: Avenir Next;
  display:  inline-block ;
}
}
#s-989ba5d1-d5ad-4088-9b12-bc29d2593e93 {
  padding-top: 10px;
padding-left: 25px;
padding-bottom: 10px;
padding-right: 25px;
border-radius: 0px;
background-color: rgba(245, 242, 239, 1);
text-align: center;
text-decoration: none;
line-height: 2em;
letter-spacing: 2px;
background-image: none;
hover-type: color;
color: rgba(20, 20, 20, 1);
}
#s-989ba5d1-d5ad-4088-9b12-bc29d2593e93:hover {background-color: rgba(20, 20, 20, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-989ba5d1-d5ad-4088-9b12-bc29d2593e93:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-989ba5d1-d5ad-4088-9b12-bc29d2593e93-root {
    text-align: center;
  }


#s-989ba5d1-d5ad-4088-9b12-bc29d2593e93.shg-btn {
  color: rgba(20, 20, 20, 1);
  font-size: 14px;
  
  
  font-family: Avenir Next;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-989ba5d1-d5ad-4088-9b12-bc29d2593e93-root {
    text-align: center;
  }


#s-989ba5d1-d5ad-4088-9b12-bc29d2593e93.shg-btn {
  color: rgba(20, 20, 20, 1);
  font-size: 14px;
  
  
  font-family: Avenir Next;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-989ba5d1-d5ad-4088-9b12-bc29d2593e93-root {
    text-align: center;
  }


#s-989ba5d1-d5ad-4088-9b12-bc29d2593e93.shg-btn {
  color: rgba(20, 20, 20, 1);
  font-size: 14px;
  
  
  font-family: Avenir Next;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-989ba5d1-d5ad-4088-9b12-bc29d2593e93-root {
    text-align: center;
  }


#s-989ba5d1-d5ad-4088-9b12-bc29d2593e93.shg-btn {
  color: rgba(20, 20, 20, 1);
  font-size: 14px;
  
  
  font-family: Avenir Next;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-989ba5d1-d5ad-4088-9b12-bc29d2593e93-root {
    text-align: center;
  }


#s-989ba5d1-d5ad-4088-9b12-bc29d2593e93.shg-btn {
  color: rgba(20, 20, 20, 1);
  font-size: 14px;
  
  
  font-family: Avenir Next;
  display:  inline-block ;
}
}
#s-0f48f646-199a-4245-ac33-114f0e10e614 {
  padding-top: 10px;
padding-left: 25px;
padding-bottom: 10px;
padding-right: 25px;
border-radius: 0px;
background-color: rgba(245, 242, 239, 1);
text-align: center;
text-decoration: none;
line-height: 2em;
letter-spacing: 2px;
background-image: none;
hover-type: color;
color: rgba(20, 20, 20, 1);
}
#s-0f48f646-199a-4245-ac33-114f0e10e614:hover {background-color: rgba(20, 20, 20, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-0f48f646-199a-4245-ac33-114f0e10e614:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-0f48f646-199a-4245-ac33-114f0e10e614-root {
    text-align: center;
  }


#s-0f48f646-199a-4245-ac33-114f0e10e614.shg-btn {
  color: rgba(20, 20, 20, 1);
  font-size: 14px;
  
  
  font-family: Avenir Next;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-0f48f646-199a-4245-ac33-114f0e10e614-root {
    text-align: center;
  }


#s-0f48f646-199a-4245-ac33-114f0e10e614.shg-btn {
  color: rgba(20, 20, 20, 1);
  font-size: 14px;
  
  
  font-family: Avenir Next;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-0f48f646-199a-4245-ac33-114f0e10e614-root {
    text-align: center;
  }


#s-0f48f646-199a-4245-ac33-114f0e10e614.shg-btn {
  color: rgba(20, 20, 20, 1);
  font-size: 14px;
  
  
  font-family: Avenir Next;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-0f48f646-199a-4245-ac33-114f0e10e614-root {
    text-align: center;
  }


#s-0f48f646-199a-4245-ac33-114f0e10e614.shg-btn {
  color: rgba(20, 20, 20, 1);
  font-size: 14px;
  
  
  font-family: Avenir Next;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-0f48f646-199a-4245-ac33-114f0e10e614-root {
    text-align: center;
  }


#s-0f48f646-199a-4245-ac33-114f0e10e614.shg-btn {
  color: rgba(20, 20, 20, 1);
  font-size: 14px;
  
  
  font-family: Avenir Next;
  display:  inline-block ;
}
}
#s-5b5b305d-b420-4aab-88b0-3e2bfe8ee9d6 {
  padding-top: 10px;
padding-left: 25px;
padding-bottom: 10px;
padding-right: 25px;
border-radius: 0px;
background-color: rgba(245, 242, 239, 1);
text-align: center;
text-decoration: none;
line-height: 2em;
letter-spacing: 2px;
background-image: none;
hover-type: color;
color: rgba(20, 20, 20, 1);
}
#s-5b5b305d-b420-4aab-88b0-3e2bfe8ee9d6:hover {background-color: rgba(20, 20, 20, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-5b5b305d-b420-4aab-88b0-3e2bfe8ee9d6:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-5b5b305d-b420-4aab-88b0-3e2bfe8ee9d6-root {
    text-align: center;
  }


#s-5b5b305d-b420-4aab-88b0-3e2bfe8ee9d6.shg-btn {
  color: rgba(20, 20, 20, 1);
  font-size: 14px;
  
  
  font-family: Avenir Next;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-5b5b305d-b420-4aab-88b0-3e2bfe8ee9d6-root {
    text-align: center;
  }


#s-5b5b305d-b420-4aab-88b0-3e2bfe8ee9d6.shg-btn {
  color: rgba(20, 20, 20, 1);
  font-size: 14px;
  
  
  font-family: Avenir Next;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-5b5b305d-b420-4aab-88b0-3e2bfe8ee9d6-root {
    text-align: center;
  }


#s-5b5b305d-b420-4aab-88b0-3e2bfe8ee9d6.shg-btn {
  color: rgba(20, 20, 20, 1);
  font-size: 14px;
  
  
  font-family: Avenir Next;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-5b5b305d-b420-4aab-88b0-3e2bfe8ee9d6-root {
    text-align: center;
  }


#s-5b5b305d-b420-4aab-88b0-3e2bfe8ee9d6.shg-btn {
  color: rgba(20, 20, 20, 1);
  font-size: 14px;
  
  
  font-family: Avenir Next;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-5b5b305d-b420-4aab-88b0-3e2bfe8ee9d6-root {
    text-align: center;
  }


#s-5b5b305d-b420-4aab-88b0-3e2bfe8ee9d6.shg-btn {
  color: rgba(20, 20, 20, 1);
  font-size: 14px;
  
  
  font-family: Avenir Next;
  display:  inline-block ;
}
}
#s-ad1c85a1-471d-4c9f-9cb9-4c94c9acd2fb {
  padding-top: 10px;
padding-left: 25px;
padding-bottom: 10px;
padding-right: 25px;
border-radius: 0px;
background-color: rgba(245, 242, 239, 1);
text-align: center;
text-decoration: none;
line-height: 2em;
letter-spacing: 2px;
background-image: none;
hover-type: color;
color: rgba(20, 20, 20, 1);
}
#s-ad1c85a1-471d-4c9f-9cb9-4c94c9acd2fb:hover {background-color: rgba(20, 20, 20, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-ad1c85a1-471d-4c9f-9cb9-4c94c9acd2fb:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-ad1c85a1-471d-4c9f-9cb9-4c94c9acd2fb-root {
    text-align: center;
  }


#s-ad1c85a1-471d-4c9f-9cb9-4c94c9acd2fb.shg-btn {
  color: rgba(20, 20, 20, 1);
  font-size: 14px;
  
  
  font-family: Avenir Next;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-ad1c85a1-471d-4c9f-9cb9-4c94c9acd2fb-root {
    text-align: center;
  }


#s-ad1c85a1-471d-4c9f-9cb9-4c94c9acd2fb.shg-btn {
  color: rgba(20, 20, 20, 1);
  font-size: 14px;
  
  
  font-family: Avenir Next;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-ad1c85a1-471d-4c9f-9cb9-4c94c9acd2fb-root {
    text-align: center;
  }


#s-ad1c85a1-471d-4c9f-9cb9-4c94c9acd2fb.shg-btn {
  color: rgba(20, 20, 20, 1);
  font-size: 14px;
  
  
  font-family: Avenir Next;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-ad1c85a1-471d-4c9f-9cb9-4c94c9acd2fb-root {
    text-align: center;
  }


#s-ad1c85a1-471d-4c9f-9cb9-4c94c9acd2fb.shg-btn {
  color: rgba(20, 20, 20, 1);
  font-size: 14px;
  
  
  font-family: Avenir Next;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-ad1c85a1-471d-4c9f-9cb9-4c94c9acd2fb-root {
    text-align: center;
  }


#s-ad1c85a1-471d-4c9f-9cb9-4c94c9acd2fb.shg-btn {
  color: rgba(20, 20, 20, 1);
  font-size: 14px;
  
  
  font-family: Avenir Next;
  display:  inline-block ;
}
}
#s-46714782-f450-46b6-8747-fb05d3180e91 {
  padding-top: 10px;
padding-left: 25px;
padding-bottom: 10px;
padding-right: 25px;
border-radius: 0px;
background-color: rgba(245, 242, 239, 1);
text-align: center;
text-decoration: none;
line-height: 2em;
letter-spacing: 2px;
background-image: none;
hover-type: color;
color: rgba(20, 20, 20, 1);
}
#s-46714782-f450-46b6-8747-fb05d3180e91:hover {background-color: rgba(20, 20, 20, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-46714782-f450-46b6-8747-fb05d3180e91:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-46714782-f450-46b6-8747-fb05d3180e91-root {
    text-align: center;
  }


#s-46714782-f450-46b6-8747-fb05d3180e91.shg-btn {
  color: rgba(20, 20, 20, 1);
  font-size: 14px;
  
  
  font-family: Avenir Next;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-46714782-f450-46b6-8747-fb05d3180e91-root {
    text-align: center;
  }


#s-46714782-f450-46b6-8747-fb05d3180e91.shg-btn {
  color: rgba(20, 20, 20, 1);
  font-size: 14px;
  
  
  font-family: Avenir Next;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-46714782-f450-46b6-8747-fb05d3180e91-root {
    text-align: center;
  }


#s-46714782-f450-46b6-8747-fb05d3180e91.shg-btn {
  color: rgba(20, 20, 20, 1);
  font-size: 14px;
  
  
  font-family: Avenir Next;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-46714782-f450-46b6-8747-fb05d3180e91-root {
    text-align: center;
  }


#s-46714782-f450-46b6-8747-fb05d3180e91.shg-btn {
  color: rgba(20, 20, 20, 1);
  font-size: 14px;
  
  
  font-family: Avenir Next;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-46714782-f450-46b6-8747-fb05d3180e91-root {
    text-align: center;
  }


#s-46714782-f450-46b6-8747-fb05d3180e91.shg-btn {
  color: rgba(20, 20, 20, 1);
  font-size: 14px;
  
  
  font-family: Avenir Next;
  display:  inline-block ;
}
}
#s-27b6a657-add1-4580-8efd-b51279ba0dd0 {
  padding-top: 10px;
padding-left: 25px;
padding-bottom: 10px;
padding-right: 25px;
border-radius: 0px;
background-color: rgba(245, 242, 239, 1);
text-align: center;
text-decoration: none;
line-height: 2em;
letter-spacing: 2px;
background-image: none;
hover-type: color;
color: rgba(20, 20, 20, 1);
}
#s-27b6a657-add1-4580-8efd-b51279ba0dd0:hover {background-color: rgba(20, 20, 20, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-27b6a657-add1-4580-8efd-b51279ba0dd0:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-27b6a657-add1-4580-8efd-b51279ba0dd0-root {
    text-align: center;
  }


#s-27b6a657-add1-4580-8efd-b51279ba0dd0.shg-btn {
  color: rgba(20, 20, 20, 1);
  font-size: 14px;
  
  
  font-family: Avenir Next;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-27b6a657-add1-4580-8efd-b51279ba0dd0-root {
    text-align: center;
  }


#s-27b6a657-add1-4580-8efd-b51279ba0dd0.shg-btn {
  color: rgba(20, 20, 20, 1);
  font-size: 14px;
  
  
  font-family: Avenir Next;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-27b6a657-add1-4580-8efd-b51279ba0dd0-root {
    text-align: center;
  }


#s-27b6a657-add1-4580-8efd-b51279ba0dd0.shg-btn {
  color: rgba(20, 20, 20, 1);
  font-size: 14px;
  
  
  font-family: Avenir Next;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-27b6a657-add1-4580-8efd-b51279ba0dd0-root {
    text-align: center;
  }


#s-27b6a657-add1-4580-8efd-b51279ba0dd0.shg-btn {
  color: rgba(20, 20, 20, 1);
  font-size: 14px;
  
  
  font-family: Avenir Next;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-27b6a657-add1-4580-8efd-b51279ba0dd0-root {
    text-align: center;
  }


#s-27b6a657-add1-4580-8efd-b51279ba0dd0.shg-btn {
  color: rgba(20, 20, 20, 1);
  font-size: 14px;
  
  
  font-family: Avenir Next;
  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}