.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-c68422a1-489c-4f68-a763-b35dae40ee7f {
  padding-top: 30px;
padding-left: 30px;
padding-bottom: 0px;
padding-right: 30px;
min-height: 50px;
background-color: rgba(241, 242, 237, 1);
opacity: 1;
}
@media (min-width: 1200px){#s-c68422a1-489c-4f68-a763-b35dae40ee7f {
  display: none;
}
#s-c68422a1-489c-4f68-a763-b35dae40ee7f, #wrap-s-c68422a1-489c-4f68-a763-b35dae40ee7f { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c68422a1-489c-4f68-a763-b35dae40ee7f {
  display: none;
}
#s-c68422a1-489c-4f68-a763-b35dae40ee7f, #wrap-s-c68422a1-489c-4f68-a763-b35dae40ee7f { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-c68422a1-489c-4f68-a763-b35dae40ee7f {
  
}
}@media (max-width: 767px){#s-c68422a1-489c-4f68-a763-b35dae40ee7f {
  display: unset;
}
#s-c68422a1-489c-4f68-a763-b35dae40ee7f, #wrap-s-c68422a1-489c-4f68-a763-b35dae40ee7f { display: unset !important; }}







#s-c68422a1-489c-4f68-a763-b35dae40ee7f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c68422a1-489c-4f68-a763-b35dae40ee7f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

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

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

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

.shg-default-text-content 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-9455aa12-e9b6-48eb-b751-b452b26d0f05 {
  margin-top: -10px;
margin-bottom: -10px;
}

#s-cb9325b3-62eb-4f43-bcd6-b215fd95fb69 {
  margin-top: -36px;
margin-bottom: 0px;
}

#s-4dd03f85-7953-4c29-a503-d83bebd5191c {
  margin-top: -36px;
margin-bottom: 20px;
padding-top: 10px;
padding-bottom: 0px;
}

.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-478f8657-3814-4be5-b4d0-d025a25f5b97 {
  background-image: url(https://i.shgcdn.com/27ae092f-7bab-466b-90ff-7523c5b43cc7/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-bottom: 30px;
padding-top: 15px;
padding-left: 85px;
padding-bottom: 15px;
padding-right: 85px;
border-radius: 2px;
text-align: center;
text-decoration: none;
hover-type: image;
line-height: 1.5em;
}
#s-478f8657-3814-4be5-b4d0-d025a25f5b97:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-478f8657-3814-4be5-b4d0-d025a25f5b97:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 768px) and (max-width: 991px){#s-478f8657-3814-4be5-b4d0-d025a25f5b97 {
  padding-top: 8px;
padding-left: 50px;
padding-bottom: 8px;
padding-right: 50px;
}
}@media (max-width: 767px){#s-478f8657-3814-4be5-b4d0-d025a25f5b97 {
  padding-top: 6px;
padding-left: 38px;
padding-bottom: 6px;
padding-right: 38px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 1px;
}
}

  #s-478f8657-3814-4be5-b4d0-d025a25f5b97-root {
    text-align: center;
  }


#s-478f8657-3814-4be5-b4d0-d025a25f5b97.shg-btn {
  color: #ffffff;
  font-size: 22px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-478f8657-3814-4be5-b4d0-d025a25f5b97-root {
    text-align: center;
  }


#s-478f8657-3814-4be5-b4d0-d025a25f5b97.shg-btn {
  color: #ffffff;
  font-size: 22px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-478f8657-3814-4be5-b4d0-d025a25f5b97-root {
    text-align: center;
  }


#s-478f8657-3814-4be5-b4d0-d025a25f5b97.shg-btn {
  color: #ffffff;
  font-size: 22px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-478f8657-3814-4be5-b4d0-d025a25f5b97-root {
    text-align: center;
  }


#s-478f8657-3814-4be5-b4d0-d025a25f5b97.shg-btn {
  color: #ffffff;
  font-size: 22px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-478f8657-3814-4be5-b4d0-d025a25f5b97-root {
    text-align: center;
  }


#s-478f8657-3814-4be5-b4d0-d025a25f5b97.shg-btn {
  color: #ffffff;
  font-size: 22px;
  
  
  
  display:  inline-block ;
}
}
#s-f112fc5a-2d66-4483-b827-95c4e054fc89 {
  min-height: 50px;
}








#s-f112fc5a-2d66-4483-b827-95c4e054fc89 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f112fc5a-2d66-4483-b827-95c4e054fc89.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-aa979b40-1a3e-41bd-a6bd-6519bb396455 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 500px;
background-position: center center;
}
@media (min-width: 1200px){#s-aa979b40-1a3e-41bd-a6bd-6519bb396455 {
  min-height: 800px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-aa979b40-1a3e-41bd-a6bd-6519bb396455 {
  min-height: 800px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-aa979b40-1a3e-41bd-a6bd-6519bb396455 {
  min-height: 400px;
}
}@media (max-width: 767px){#s-aa979b40-1a3e-41bd-a6bd-6519bb396455 {
  min-height: 400px;
display: unset;
}
#s-aa979b40-1a3e-41bd-a6bd-6519bb396455, #wrap-s-aa979b40-1a3e-41bd-a6bd-6519bb396455 { display: unset !important; }}
#s-aa979b40-1a3e-41bd-a6bd-6519bb396455 {
  background-image: url(https://i.shgcdn.com/4764131c-a5f0-4cd9-9808-fcdaeee4c62a/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-aa979b40-1a3e-41bd-a6bd-6519bb396455 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-aa979b40-1a3e-41bd-a6bd-6519bb396455.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shg-row {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  min-height: inherit;
  max-height: inherit;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

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

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

@media (min-width: 768px) and (max-width: 991px){#s-775d1887-f280-445b-a96c-62dc3b4590c3 {
  display: unset;
}
#s-775d1887-f280-445b-a96c-62dc3b4590c3, #wrap-s-775d1887-f280-445b-a96c-62dc3b4590c3 { display: unset !important; }}@media (max-width: 767px){#s-775d1887-f280-445b-a96c-62dc3b4590c3 {
  display: none;
}
#s-775d1887-f280-445b-a96c-62dc3b4590c3, #wrap-s-775d1887-f280-445b-a96c-62dc3b4590c3 { display: none !important; }}
@media (min-width: 0px) {
[id="s-775d1887-f280-445b-a96c-62dc3b4590c3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-775d1887-f280-445b-a96c-62dc3b4590c3"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-775d1887-f280-445b-a96c-62dc3b4590c3"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-775d1887-f280-445b-a96c-62dc3b4590c3"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-775d1887-f280-445b-a96c-62dc3b4590c3"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-775d1887-f280-445b-a96c-62dc3b4590c3"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-775d1887-f280-445b-a96c-62dc3b4590c3"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-775d1887-f280-445b-a96c-62dc3b4590c3"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-16f7f73b-2b17-4c67-9858-3aab4a37021d {
  margin-left: 0px;
margin-right: 0px;
padding-left: 140px;
padding-right: 0px;
min-height: 800px;
max-width: 780px;
}
@media (min-width: 1200px){#s-16f7f73b-2b17-4c67-9858-3aab4a37021d {
  min-height: 900px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-16f7f73b-2b17-4c67-9858-3aab4a37021d {
  min-height: 400px;
display: unset;
}
#s-16f7f73b-2b17-4c67-9858-3aab4a37021d, #wrap-s-16f7f73b-2b17-4c67-9858-3aab4a37021d { display: unset !important; }}@media (max-width: 767px){#s-16f7f73b-2b17-4c67-9858-3aab4a37021d {
  margin-left: auto;
margin-right: auto;
min-height: 800px;
}
}







#s-16f7f73b-2b17-4c67-9858-3aab4a37021d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-16f7f73b-2b17-4c67-9858-3aab4a37021d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b1ae35e8-0a4a-45ff-9c9a-80687ea57b18 {
  padding-top: 30px;
padding-left: 50px;
padding-bottom: 30px;
padding-right: 50px;
max-width: 750px;
background-color: rgba(241, 242, 237, 1);
opacity: 1;
}
@media (min-width: 768px) and (max-width: 991px){#s-b1ae35e8-0a4a-45ff-9c9a-80687ea57b18 {
  display: none;
}
#s-b1ae35e8-0a4a-45ff-9c9a-80687ea57b18, #wrap-s-b1ae35e8-0a4a-45ff-9c9a-80687ea57b18 { display: none !important; }}@media (max-width: 767px){#s-b1ae35e8-0a4a-45ff-9c9a-80687ea57b18 {
  display: none;
}
#s-b1ae35e8-0a4a-45ff-9c9a-80687ea57b18, #wrap-s-b1ae35e8-0a4a-45ff-9c9a-80687ea57b18 { display: none !important; }}







#s-b1ae35e8-0a4a-45ff-9c9a-80687ea57b18 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b1ae35e8-0a4a-45ff-9c9a-80687ea57b18.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-91211ac4-78c5-4be0-91ea-e72c17e2b6bf {
  margin-top: -48px;
margin-bottom: 0px;
padding-top: 0px;
padding-left: 0%;
padding-right: 5%;
}

.responsive-content span {
    font-size: 18px !important;
    line-height: 1.35;
}

@media (min-width: 1024px) {
    .responsive-content span {
        font-size: 24px !important; 
        line-height: 1.35;
    }
}
@media (min-width: 1200px){#s-ee92cbef-3220-4298-ba75-9bd2a1690c72 {
  max-width: 550px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-ee92cbef-3220-4298-ba75-9bd2a1690c72 {
  max-width: 550px;
}
}
#s-6012e07c-d4b6-4045-830c-6feb1c6355b8 {
  background-image: url(https://i.shgcdn.com/27ae092f-7bab-466b-90ff-7523c5b43cc7/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
padding-top: 15px;
padding-left: 85px;
padding-bottom: 15px;
padding-right: 85px;
border-radius: 2px;
text-align: left;
text-decoration: none;
hover-type: image;
line-height: 1.5em;
}
#s-6012e07c-d4b6-4045-830c-6feb1c6355b8:hover {background-color: rgba(23, 135, 92, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-6012e07c-d4b6-4045-830c-6feb1c6355b8:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 768px) and (max-width: 991px){#s-6012e07c-d4b6-4045-830c-6feb1c6355b8 {
  padding-top: 8px;
padding-left: 50px;
padding-bottom: 8px;
padding-right: 50px;
}
}@media (max-width: 767px){#s-6012e07c-d4b6-4045-830c-6feb1c6355b8 {
  padding-top: 6px;
padding-left: 38px;
padding-bottom: 6px;
padding-right: 38px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 1px;
}
}

  #s-6012e07c-d4b6-4045-830c-6feb1c6355b8-root {
    text-align: left;
  }


#s-6012e07c-d4b6-4045-830c-6feb1c6355b8.shg-btn {
  color: #ffffff;
  font-size: 22px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-6012e07c-d4b6-4045-830c-6feb1c6355b8-root {
    text-align: left;
  }


#s-6012e07c-d4b6-4045-830c-6feb1c6355b8.shg-btn {
  color: #ffffff;
  font-size: 22px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-6012e07c-d4b6-4045-830c-6feb1c6355b8-root {
    text-align: left;
  }


#s-6012e07c-d4b6-4045-830c-6feb1c6355b8.shg-btn {
  color: #ffffff;
  font-size: 22px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-6012e07c-d4b6-4045-830c-6feb1c6355b8-root {
    text-align: left;
  }


#s-6012e07c-d4b6-4045-830c-6feb1c6355b8.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-6012e07c-d4b6-4045-830c-6feb1c6355b8-root {
    text-align: left;
  }


#s-6012e07c-d4b6-4045-830c-6feb1c6355b8.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-255d4756-9cb7-41be-b8a7-f404c28009cb {
  min-height: 50px;
}
@media (min-width: 1200px){#s-255d4756-9cb7-41be-b8a7-f404c28009cb {
  display: none;
}
#s-255d4756-9cb7-41be-b8a7-f404c28009cb, #wrap-s-255d4756-9cb7-41be-b8a7-f404c28009cb { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-255d4756-9cb7-41be-b8a7-f404c28009cb {
  display: none;
}
#s-255d4756-9cb7-41be-b8a7-f404c28009cb, #wrap-s-255d4756-9cb7-41be-b8a7-f404c28009cb { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-255d4756-9cb7-41be-b8a7-f404c28009cb {
  display: none;
}
#s-255d4756-9cb7-41be-b8a7-f404c28009cb, #wrap-s-255d4756-9cb7-41be-b8a7-f404c28009cb { display: none !important; }}@media (max-width: 767px){#s-255d4756-9cb7-41be-b8a7-f404c28009cb {
  max-width: 500px;
display: none;
}
#s-255d4756-9cb7-41be-b8a7-f404c28009cb, #wrap-s-255d4756-9cb7-41be-b8a7-f404c28009cb { display: none !important; }}







#s-255d4756-9cb7-41be-b8a7-f404c28009cb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-255d4756-9cb7-41be-b8a7-f404c28009cb.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 767px){






#s-255d4756-9cb7-41be-b8a7-f404c28009cb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-255d4756-9cb7-41be-b8a7-f404c28009cb.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
}
.shg-align-container {
  box-sizing: border-box;
}

.shg-image-content-wrapper {
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shg-image-content-wrapper .shogun-image.hover~* {
  z-index: 1;
}
#s-1c89bd92-697b-45e4-8061-6862745b0dc5 {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-1c89bd92-697b-45e4-8061-6862745b0dc5 {
  display: unset;
}
#s-1c89bd92-697b-45e4-8061-6862745b0dc5, #wrap-s-1c89bd92-697b-45e4-8061-6862745b0dc5 { display: unset !important; }}@media (max-width: 767px){#s-1c89bd92-697b-45e4-8061-6862745b0dc5 {
  display: unset;
}
#s-1c89bd92-697b-45e4-8061-6862745b0dc5, #wrap-s-1c89bd92-697b-45e4-8061-6862745b0dc5 { display: unset !important; }}






  img.s-1c89bd92-697b-45e4-8061-6862745b0dc5.shogun-image {
    
    
  }


.s-1c89bd92-697b-45e4-8061-6862745b0dc5 .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-1c89bd92-697b-45e4-8061-6862745b0dc5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1c89bd92-697b-45e4-8061-6862745b0dc5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1c89bd92-697b-45e4-8061-6862745b0dc5.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){





  img.s-1c89bd92-697b-45e4-8061-6862745b0dc5.shogun-image {
    
    
  }


.s-1c89bd92-697b-45e4-8061-6862745b0dc5 .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-1c89bd92-697b-45e4-8061-6862745b0dc5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1c89bd92-697b-45e4-8061-6862745b0dc5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1c89bd92-697b-45e4-8061-6862745b0dc5.shogun-image {
  box-sizing: border-box;
}




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





  img.s-1c89bd92-697b-45e4-8061-6862745b0dc5.shogun-image {
    
    
  }


.s-1c89bd92-697b-45e4-8061-6862745b0dc5 .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-1c89bd92-697b-45e4-8061-6862745b0dc5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1c89bd92-697b-45e4-8061-6862745b0dc5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1c89bd92-697b-45e4-8061-6862745b0dc5.shogun-image {
  box-sizing: border-box;
}




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





  img.s-1c89bd92-697b-45e4-8061-6862745b0dc5.shogun-image {
    
    
  }


.s-1c89bd92-697b-45e4-8061-6862745b0dc5 .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-1c89bd92-697b-45e4-8061-6862745b0dc5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1c89bd92-697b-45e4-8061-6862745b0dc5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1c89bd92-697b-45e4-8061-6862745b0dc5.shogun-image {
  box-sizing: border-box;
}




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





  img.s-1c89bd92-697b-45e4-8061-6862745b0dc5.shogun-image {
    
    
  }


.s-1c89bd92-697b-45e4-8061-6862745b0dc5 .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-1c89bd92-697b-45e4-8061-6862745b0dc5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1c89bd92-697b-45e4-8061-6862745b0dc5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1c89bd92-697b-45e4-8061-6862745b0dc5.shogun-image {
  box-sizing: border-box;
}




}
@media (max-width: 767px){#s-1041dd7a-6559-43db-b1c4-54d291660138 {
  display: none;
}
#s-1041dd7a-6559-43db-b1c4-54d291660138, #wrap-s-1041dd7a-6559-43db-b1c4-54d291660138 { display: none !important; }}
@media (min-width: 0px) {
[id="s-1041dd7a-6559-43db-b1c4-54d291660138"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1041dd7a-6559-43db-b1c4-54d291660138"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-1041dd7a-6559-43db-b1c4-54d291660138"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-1041dd7a-6559-43db-b1c4-54d291660138"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-1041dd7a-6559-43db-b1c4-54d291660138"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-1041dd7a-6559-43db-b1c4-54d291660138"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-1041dd7a-6559-43db-b1c4-54d291660138"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-1041dd7a-6559-43db-b1c4-54d291660138"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-021d74d1-73a2-427d-bf24-d3e24e5e9c05 {
  margin-left: 0px;
margin-right: 0px;
padding-left: 140px;
min-height: 500px;
max-width: 755px;
}
@media (min-width: 992px) and (max-width: 1199px){#s-021d74d1-73a2-427d-bf24-d3e24e5e9c05 {
  padding-left: 50px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-021d74d1-73a2-427d-bf24-d3e24e5e9c05 {
  padding-left: 40px;
padding-right: 40px;
}
}@media (max-width: 767px){#s-021d74d1-73a2-427d-bf24-d3e24e5e9c05 {
  margin-left: auto;
margin-right: auto;
padding-left: 24px;
padding-right: 24px;
}
}







#s-021d74d1-73a2-427d-bf24-d3e24e5e9c05 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-021d74d1-73a2-427d-bf24-d3e24e5e9c05.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4bb9d14a-932f-463f-8531-2ac619fa8928 {
  padding-top: 40px;
padding-left: 50px;
padding-bottom: 20px;
padding-right: 50px;
max-width: 750px;
background-color: rgba(241, 242, 237, 1);
opacity: 1;
}
@media (max-width: 767px){#s-4bb9d14a-932f-463f-8531-2ac619fa8928 {
  display: unset;
}
#s-4bb9d14a-932f-463f-8531-2ac619fa8928, #wrap-s-4bb9d14a-932f-463f-8531-2ac619fa8928 { display: unset !important; }}







#s-4bb9d14a-932f-463f-8531-2ac619fa8928 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4bb9d14a-932f-463f-8531-2ac619fa8928.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-86ec1917-b3f1-4190-be4f-40aec0afe217 {
  margin-top: -40px;
margin-bottom: -40px;
}

#s-cec89568-86d9-4eaf-ad0c-972ec329607d {
  margin-bottom: -10px;
padding-top: 10px;
padding-bottom: 10px;
}

#s-a85c484f-f51b-4a15-9faa-df964910908b {
  padding-top: 15px;
}

#s-5d66bad6-376f-4861-b155-326fdc52872c {
  background-image: url(https://i.shgcdn.com/27ae092f-7bab-466b-90ff-7523c5b43cc7/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-bottom: 20px;
padding-top: 15px;
padding-left: 85px;
padding-bottom: 15px;
padding-right: 85px;
border-radius: 2px;
text-align: center;
text-decoration: none;
hover-type: image;
line-height: 1.5em;
}
#s-5d66bad6-376f-4861-b155-326fdc52872c:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-5d66bad6-376f-4861-b155-326fdc52872c:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 768px) and (max-width: 991px){#s-5d66bad6-376f-4861-b155-326fdc52872c {
  padding-top: 8px;
padding-left: 50px;
padding-bottom: 8px;
padding-right: 50px;
}
}@media (max-width: 767px){#s-5d66bad6-376f-4861-b155-326fdc52872c {
  padding-top: 6px;
padding-left: 38px;
padding-bottom: 6px;
padding-right: 38px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 1px;
}
}

  #s-5d66bad6-376f-4861-b155-326fdc52872c-root {
    text-align: center;
  }


#s-5d66bad6-376f-4861-b155-326fdc52872c.shg-btn {
  color: #ffffff;
  font-size: 22px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-5d66bad6-376f-4861-b155-326fdc52872c-root {
    text-align: center;
  }


#s-5d66bad6-376f-4861-b155-326fdc52872c.shg-btn {
  color: #ffffff;
  font-size: 22px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-5d66bad6-376f-4861-b155-326fdc52872c-root {
    text-align: center;
  }


#s-5d66bad6-376f-4861-b155-326fdc52872c.shg-btn {
  color: #ffffff;
  font-size: 22px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-5d66bad6-376f-4861-b155-326fdc52872c-root {
    text-align: center;
  }


#s-5d66bad6-376f-4861-b155-326fdc52872c.shg-btn {
  color: #ffffff;
  font-size: 22px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-5d66bad6-376f-4861-b155-326fdc52872c-root {
    text-align: center;
  }


#s-5d66bad6-376f-4861-b155-326fdc52872c.shg-btn {
  color: #ffffff;
  font-size: 22px;
  
  
  
  display:  inline-block ;
}
}
#s-acd7e378-0119-4d99-8b68-fab93a63eb9d {
  min-height: 50px;
}
@media (min-width: 1200px){#s-acd7e378-0119-4d99-8b68-fab93a63eb9d {
  display: none;
}
#s-acd7e378-0119-4d99-8b68-fab93a63eb9d, #wrap-s-acd7e378-0119-4d99-8b68-fab93a63eb9d { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-acd7e378-0119-4d99-8b68-fab93a63eb9d {
  display: none;
}
#s-acd7e378-0119-4d99-8b68-fab93a63eb9d, #wrap-s-acd7e378-0119-4d99-8b68-fab93a63eb9d { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-acd7e378-0119-4d99-8b68-fab93a63eb9d {
  display: unset;
}
#s-acd7e378-0119-4d99-8b68-fab93a63eb9d, #wrap-s-acd7e378-0119-4d99-8b68-fab93a63eb9d { display: unset !important; }}@media (max-width: 767px){#s-acd7e378-0119-4d99-8b68-fab93a63eb9d {
  display: unset;
}
#s-acd7e378-0119-4d99-8b68-fab93a63eb9d, #wrap-s-acd7e378-0119-4d99-8b68-fab93a63eb9d { display: unset !important; }}







#s-acd7e378-0119-4d99-8b68-fab93a63eb9d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-acd7e378-0119-4d99-8b68-fab93a63eb9d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2c5e07a5-f1f5-4df2-994e-dedaafb000cc {
  min-height: 50px;
background-color: rgba(225, 205, 180, 1);
}








#s-2c5e07a5-f1f5-4df2-994e-dedaafb000cc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2c5e07a5-f1f5-4df2-994e-dedaafb000cc.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3c73f717-071f-4bf0-ae94-c28809631cf6 {
  background-repeat: no-repeat;
min-height: 50px;
}

#s-3c73f717-071f-4bf0-ae94-c28809631cf6 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMDZlODg3ZGEtNzFiMi00ZWNiLWIyMjYtZmY1OWJlMTE0NzRkIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwLjU2MzYzNjM2MzYzNjM2MzYiIHN0eWxlPSJzdG9wLWNvbG9yOiNmNmY1ZjE7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiNlMWNkYjQ7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoIzA2ZTg4N2RhLTcxYjItNGVjYi1iMjI2LWZmNTliZTExNDc0ZCkiLz48L3N2Zz4=);
}








#s-3c73f717-071f-4bf0-ae94-c28809631cf6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3c73f717-071f-4bf0-ae94-c28809631cf6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-da2539d1-6756-4c61-8301-4dcafb785d98 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
min-height: 50px;
}

#s-da2539d1-6756-4c61-8301-4dcafb785d98 {
  background-image: url();
}








#s-da2539d1-6756-4c61-8301-4dcafb785d98 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-da2539d1-6756-4c61-8301-4dcafb785d98.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-fa0e80d1-c1b7-4a2c-94b7-55d7792bc6d7 {
  padding-top: 0px;
padding-left: 5%;
padding-right: 5%;
}

#s-a0f7655c-a3eb-4a80-bbda-959258a207a1 {
  margin-top: -10px;
padding-top: 0px;
}

#s-f9833730-c188-4479-80a6-04463c66ed5d {
  background-image: url(https://i.shgcdn.com/27ae092f-7bab-466b-90ff-7523c5b43cc7/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-bottom: 30px;
padding-top: 15px;
padding-left: 85px;
padding-bottom: 15px;
padding-right: 85px;
border-radius: 2px;
text-align: center;
text-decoration: none;
hover-type: image;
line-height: 1.5em;
}
#s-f9833730-c188-4479-80a6-04463c66ed5d:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-f9833730-c188-4479-80a6-04463c66ed5d:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 768px) and (max-width: 991px){#s-f9833730-c188-4479-80a6-04463c66ed5d {
  padding-top: 8px;
padding-left: 50px;
padding-bottom: 8px;
padding-right: 50px;
}
}@media (max-width: 767px){#s-f9833730-c188-4479-80a6-04463c66ed5d {
  padding-top: 6px;
padding-left: 38px;
padding-bottom: 6px;
padding-right: 38px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 1px;
}
}

  #s-f9833730-c188-4479-80a6-04463c66ed5d-root {
    text-align: center;
  }


#s-f9833730-c188-4479-80a6-04463c66ed5d.shg-btn {
  color: #ffffff;
  font-size: 22px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-f9833730-c188-4479-80a6-04463c66ed5d-root {
    text-align: center;
  }


#s-f9833730-c188-4479-80a6-04463c66ed5d.shg-btn {
  color: #ffffff;
  font-size: 22px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-f9833730-c188-4479-80a6-04463c66ed5d-root {
    text-align: center;
  }


#s-f9833730-c188-4479-80a6-04463c66ed5d.shg-btn {
  color: #ffffff;
  font-size: 22px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-f9833730-c188-4479-80a6-04463c66ed5d-root {
    text-align: center;
  }


#s-f9833730-c188-4479-80a6-04463c66ed5d.shg-btn {
  color: #ffffff;
  font-size: 22px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-f9833730-c188-4479-80a6-04463c66ed5d-root {
    text-align: center;
  }


#s-f9833730-c188-4479-80a6-04463c66ed5d.shg-btn {
  color: #ffffff;
  font-size: 22px;
  
  
  
  display:  inline-block ;
}
}
#s-2b229690-3392-44b1-8c96-6aaba9a987ea {
  margin-top: 0px;
margin-left: 30px;
margin-bottom: 30px;
margin-right: 30px;
padding-top: 0px;
padding-bottom: 0px;
max-width: 1080px;
aspect-ratio: 1080/879;
text-align: center;
}








.s-2b229690-3392-44b1-8c96-6aaba9a987ea .shogun-image-content {
  
    align-items: center;
  
}

.s-2b229690-3392-44b1-8c96-6aaba9a987ea.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2b229690-3392-44b1-8c96-6aaba9a987ea.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2b229690-3392-44b1-8c96-6aaba9a987ea.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){






.s-2b229690-3392-44b1-8c96-6aaba9a987ea .shogun-image-content {
  
    align-items: center;
  
}

.s-2b229690-3392-44b1-8c96-6aaba9a987ea.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2b229690-3392-44b1-8c96-6aaba9a987ea.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2b229690-3392-44b1-8c96-6aaba9a987ea.shogun-image {
  box-sizing: border-box;
}




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






.s-2b229690-3392-44b1-8c96-6aaba9a987ea .shogun-image-content {
  
    align-items: center;
  
}

.s-2b229690-3392-44b1-8c96-6aaba9a987ea.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2b229690-3392-44b1-8c96-6aaba9a987ea.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2b229690-3392-44b1-8c96-6aaba9a987ea.shogun-image {
  box-sizing: border-box;
}




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






.s-2b229690-3392-44b1-8c96-6aaba9a987ea .shogun-image-content {
  
    align-items: center;
  
}

.s-2b229690-3392-44b1-8c96-6aaba9a987ea.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2b229690-3392-44b1-8c96-6aaba9a987ea.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2b229690-3392-44b1-8c96-6aaba9a987ea.shogun-image {
  box-sizing: border-box;
}




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






.s-2b229690-3392-44b1-8c96-6aaba9a987ea .shogun-image-content {
  
    align-items: center;
  
}

.s-2b229690-3392-44b1-8c96-6aaba9a987ea.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2b229690-3392-44b1-8c96-6aaba9a987ea.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2b229690-3392-44b1-8c96-6aaba9a987ea.shogun-image {
  box-sizing: border-box;
}




}
#s-8ffa15b4-faab-4f97-950e-e2934fcbeb79 {
  margin-top: 0px;
margin-bottom: 0px;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-8ffa15b4-faab-4f97-950e-e2934fcbeb79 {
  display: none;
}
#s-8ffa15b4-faab-4f97-950e-e2934fcbeb79, #wrap-s-8ffa15b4-faab-4f97-950e-e2934fcbeb79 { display: none !important; }}@media (max-width: 767px){#s-8ffa15b4-faab-4f97-950e-e2934fcbeb79 {
  display: none;
}
#s-8ffa15b4-faab-4f97-950e-e2934fcbeb79, #wrap-s-8ffa15b4-faab-4f97-950e-e2934fcbeb79 { display: none !important; }}







#s-8ffa15b4-faab-4f97-950e-e2934fcbeb79 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8ffa15b4-faab-4f97-950e-e2934fcbeb79.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ea5b0618-aba4-4610-b3bc-054164f89f5f {
  margin-left: 0px;
margin-right: 0px;
min-height: 50px;
}

@media (min-width: 0px) {
[id="s-ea5b0618-aba4-4610-b3bc-054164f89f5f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ea5b0618-aba4-4610-b3bc-054164f89f5f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-ea5b0618-aba4-4610-b3bc-054164f89f5f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-ea5b0618-aba4-4610-b3bc-054164f89f5f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-ea5b0618-aba4-4610-b3bc-054164f89f5f"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-1b9e1c8c-86b5-4c62-bbb9-b725de8b94fd {
  max-width: 1080px;
aspect-ratio: 1/1;
text-align: center;
}





  @supports  (aspect-ratio: 1/1) {
    
    #s-1b9e1c8c-86b5-4c62-bbb9-b725de8b94fd .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-1b9e1c8c-86b5-4c62-bbb9-b725de8b94fd .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1b9e1c8c-86b5-4c62-bbb9-b725de8b94fd .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-1b9e1c8c-86b5-4c62-bbb9-b725de8b94fd {
    width: 100%;
    height: auto;
  }

  #s-1b9e1c8c-86b5-4c62-bbb9-b725de8b94fd img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }




.s-1b9e1c8c-86b5-4c62-bbb9-b725de8b94fd .shogun-image-content {
  
    align-items: center;
  
}

.s-1b9e1c8c-86b5-4c62-bbb9-b725de8b94fd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1b9e1c8c-86b5-4c62-bbb9-b725de8b94fd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1b9e1c8c-86b5-4c62-bbb9-b725de8b94fd.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1b9e1c8c-86b5-4c62-bbb9-b725de8b94fd {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-1b9e1c8c-86b5-4c62-bbb9-b725de8b94fd.shogun-image-container {
      position: relative;
    }

    .s-1b9e1c8c-86b5-4c62-bbb9-b725de8b94fd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1b9e1c8c-86b5-4c62-bbb9-b725de8b94fd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1b9e1c8c-86b5-4c62-bbb9-b725de8b94fd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-1b9e1c8c-86b5-4c62-bbb9-b725de8b94fd .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-1b9e1c8c-86b5-4c62-bbb9-b725de8b94fd .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1b9e1c8c-86b5-4c62-bbb9-b725de8b94fd .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-1b9e1c8c-86b5-4c62-bbb9-b725de8b94fd {
    width: 100%;
    height: auto;
  }

  #s-1b9e1c8c-86b5-4c62-bbb9-b725de8b94fd img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }




.s-1b9e1c8c-86b5-4c62-bbb9-b725de8b94fd .shogun-image-content {
  
    align-items: center;
  
}

.s-1b9e1c8c-86b5-4c62-bbb9-b725de8b94fd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1b9e1c8c-86b5-4c62-bbb9-b725de8b94fd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1b9e1c8c-86b5-4c62-bbb9-b725de8b94fd.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1b9e1c8c-86b5-4c62-bbb9-b725de8b94fd {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-1b9e1c8c-86b5-4c62-bbb9-b725de8b94fd.shogun-image-container {
      position: relative;
    }

    .s-1b9e1c8c-86b5-4c62-bbb9-b725de8b94fd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1b9e1c8c-86b5-4c62-bbb9-b725de8b94fd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1b9e1c8c-86b5-4c62-bbb9-b725de8b94fd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-1b9e1c8c-86b5-4c62-bbb9-b725de8b94fd .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-1b9e1c8c-86b5-4c62-bbb9-b725de8b94fd .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1b9e1c8c-86b5-4c62-bbb9-b725de8b94fd .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-1b9e1c8c-86b5-4c62-bbb9-b725de8b94fd {
    width: 100%;
    height: auto;
  }

  #s-1b9e1c8c-86b5-4c62-bbb9-b725de8b94fd img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }




.s-1b9e1c8c-86b5-4c62-bbb9-b725de8b94fd .shogun-image-content {
  
    align-items: center;
  
}

.s-1b9e1c8c-86b5-4c62-bbb9-b725de8b94fd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1b9e1c8c-86b5-4c62-bbb9-b725de8b94fd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1b9e1c8c-86b5-4c62-bbb9-b725de8b94fd.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1b9e1c8c-86b5-4c62-bbb9-b725de8b94fd {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-1b9e1c8c-86b5-4c62-bbb9-b725de8b94fd.shogun-image-container {
      position: relative;
    }

    .s-1b9e1c8c-86b5-4c62-bbb9-b725de8b94fd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1b9e1c8c-86b5-4c62-bbb9-b725de8b94fd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1b9e1c8c-86b5-4c62-bbb9-b725de8b94fd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-1b9e1c8c-86b5-4c62-bbb9-b725de8b94fd .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-1b9e1c8c-86b5-4c62-bbb9-b725de8b94fd .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1b9e1c8c-86b5-4c62-bbb9-b725de8b94fd .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-1b9e1c8c-86b5-4c62-bbb9-b725de8b94fd {
    width: 100%;
    height: auto;
  }

  #s-1b9e1c8c-86b5-4c62-bbb9-b725de8b94fd img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }




.s-1b9e1c8c-86b5-4c62-bbb9-b725de8b94fd .shogun-image-content {
  
    align-items: center;
  
}

.s-1b9e1c8c-86b5-4c62-bbb9-b725de8b94fd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1b9e1c8c-86b5-4c62-bbb9-b725de8b94fd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1b9e1c8c-86b5-4c62-bbb9-b725de8b94fd.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1b9e1c8c-86b5-4c62-bbb9-b725de8b94fd {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-1b9e1c8c-86b5-4c62-bbb9-b725de8b94fd.shogun-image-container {
      position: relative;
    }

    .s-1b9e1c8c-86b5-4c62-bbb9-b725de8b94fd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1b9e1c8c-86b5-4c62-bbb9-b725de8b94fd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1b9e1c8c-86b5-4c62-bbb9-b725de8b94fd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-1b9e1c8c-86b5-4c62-bbb9-b725de8b94fd .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-1b9e1c8c-86b5-4c62-bbb9-b725de8b94fd .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1b9e1c8c-86b5-4c62-bbb9-b725de8b94fd .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-1b9e1c8c-86b5-4c62-bbb9-b725de8b94fd {
    width: 100%;
    height: auto;
  }

  #s-1b9e1c8c-86b5-4c62-bbb9-b725de8b94fd img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }




.s-1b9e1c8c-86b5-4c62-bbb9-b725de8b94fd .shogun-image-content {
  
    align-items: center;
  
}

.s-1b9e1c8c-86b5-4c62-bbb9-b725de8b94fd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1b9e1c8c-86b5-4c62-bbb9-b725de8b94fd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1b9e1c8c-86b5-4c62-bbb9-b725de8b94fd.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1b9e1c8c-86b5-4c62-bbb9-b725de8b94fd {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-1b9e1c8c-86b5-4c62-bbb9-b725de8b94fd.shogun-image-container {
      position: relative;
    }

    .s-1b9e1c8c-86b5-4c62-bbb9-b725de8b94fd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1b9e1c8c-86b5-4c62-bbb9-b725de8b94fd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1b9e1c8c-86b5-4c62-bbb9-b725de8b94fd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-153a9e1f-8fd7-4808-89a7-33d62043e8df {
  background-repeat: no-repeat;
background-size: cover;
padding-top: 30px;
padding-bottom: 30px;
min-height: 50px;
background-position: center center;
}

#s-153a9e1f-8fd7-4808-89a7-33d62043e8df {
  background-image: url(https://i.shgcdn.com/74ff02d1-5289-40d2-b46b-4e436e23d92e/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}

@media (max-width: 480px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-153a9e1f-8fd7-4808-89a7-33d62043e8df {
  background-image: url(https://i.shgcdn.com/74ff02d1-5289-40d2-b46b-4e436e23d92e/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/480x/);
}

}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
#s-153a9e1f-8fd7-4808-89a7-33d62043e8df {
  background-image: url(https://i.shgcdn.com/74ff02d1-5289-40d2-b46b-4e436e23d92e/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/960x/);
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-153a9e1f-8fd7-4808-89a7-33d62043e8df {
  background-image: url(https://i.shgcdn.com/74ff02d1-5289-40d2-b46b-4e436e23d92e/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/768x/);
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
#s-153a9e1f-8fd7-4808-89a7-33d62043e8df {
  background-image: url(https://i.shgcdn.com/74ff02d1-5289-40d2-b46b-4e436e23d92e/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1536x/);
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-153a9e1f-8fd7-4808-89a7-33d62043e8df {
  background-image: url(https://i.shgcdn.com/74ff02d1-5289-40d2-b46b-4e436e23d92e/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1024x/);
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
#s-153a9e1f-8fd7-4808-89a7-33d62043e8df {
  background-image: url(https://i.shgcdn.com/74ff02d1-5289-40d2-b46b-4e436e23d92e/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}

}
@media (min-width: 1025px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-153a9e1f-8fd7-4808-89a7-33d62043e8df {
  background-image: url(https://i.shgcdn.com/74ff02d1-5289-40d2-b46b-4e436e23d92e/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1200x/);
}

}
@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
#s-153a9e1f-8fd7-4808-89a7-33d62043e8df {
  background-image: url(https://i.shgcdn.com/74ff02d1-5289-40d2-b46b-4e436e23d92e/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}

}







#s-153a9e1f-8fd7-4808-89a7-33d62043e8df > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-153a9e1f-8fd7-4808-89a7-33d62043e8df.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-fdedcf10-4ca9-4808-a82f-01f50a3a4655 {
  padding-top: 0px;
padding-left: 5%;
padding-bottom: 0px;
padding-right: 5%;
}

#s-d907bb37-0567-4df4-b027-3726e8b98563 {
  margin-top: -10px;
padding-top: 0px;
}

#s-b03eaa23-205a-442c-9094-ac42b8c40f70 {
  background-image: url(https://i.shgcdn.com/27ae092f-7bab-466b-90ff-7523c5b43cc7/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
padding-top: 15px;
padding-left: 85px;
padding-bottom: 15px;
padding-right: 85px;
border-radius: 2px;
text-align: center;
text-decoration: none;
hover-type: image;
line-height: 1.5em;
}
#s-b03eaa23-205a-442c-9094-ac42b8c40f70:hover {background-color: rgba(23, 135, 92, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-b03eaa23-205a-442c-9094-ac42b8c40f70:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 768px) and (max-width: 991px){#s-b03eaa23-205a-442c-9094-ac42b8c40f70 {
  padding-left: 50px;
padding-right: 50px;
}
}@media (max-width: 767px){#s-b03eaa23-205a-442c-9094-ac42b8c40f70 {
  padding-left: 38px;
padding-right: 38px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 1px;
}
}

  #s-b03eaa23-205a-442c-9094-ac42b8c40f70-root {
    text-align: center;
  }


#s-b03eaa23-205a-442c-9094-ac42b8c40f70.shg-btn {
  color: #ffffff;
  font-size: 22px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-b03eaa23-205a-442c-9094-ac42b8c40f70-root {
    text-align: center;
  }


#s-b03eaa23-205a-442c-9094-ac42b8c40f70.shg-btn {
  color: #ffffff;
  font-size: 22px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-b03eaa23-205a-442c-9094-ac42b8c40f70-root {
    text-align: center;
  }


#s-b03eaa23-205a-442c-9094-ac42b8c40f70.shg-btn {
  color: #ffffff;
  font-size: 22px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-b03eaa23-205a-442c-9094-ac42b8c40f70-root {
    text-align: center;
  }


#s-b03eaa23-205a-442c-9094-ac42b8c40f70.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-b03eaa23-205a-442c-9094-ac42b8c40f70-root {
    text-align: center;
  }


#s-b03eaa23-205a-442c-9094-ac42b8c40f70.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-5ad4b96b-ff05-4789-a492-b9f08650ef13 {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-5ad4b96b-ff05-4789-a492-b9f08650ef13 {
  display: none;
}
#s-5ad4b96b-ff05-4789-a492-b9f08650ef13, #wrap-s-5ad4b96b-ff05-4789-a492-b9f08650ef13 { display: none !important; }}@media (max-width: 767px){#s-5ad4b96b-ff05-4789-a492-b9f08650ef13 {
  display: none;
}
#s-5ad4b96b-ff05-4789-a492-b9f08650ef13, #wrap-s-5ad4b96b-ff05-4789-a492-b9f08650ef13 { display: none !important; }}







#s-5ad4b96b-ff05-4789-a492-b9f08650ef13 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5ad4b96b-ff05-4789-a492-b9f08650ef13.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.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-2f8ae42f-8db2-4814-b16c-a89a4fd580b3 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
}

#s-2f8ae42f-8db2-4814-b16c-a89a4fd580b3 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-2f8ae42f-8db2-4814-b16c-a89a4fd580b3 .shg-sld-nav-button.shg-sld-left,
#s-2f8ae42f-8db2-4814-b16c-a89a4fd580b3 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-9b659c13-8e7f-48d6-8652-5d8f3d6934e7 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 800px;
background-position: right center;
}
@media (min-width: 768px) and (max-width: 991px){#s-9b659c13-8e7f-48d6-8652-5d8f3d6934e7 {
  display: unset;
}
#s-9b659c13-8e7f-48d6-8652-5d8f3d6934e7, #wrap-s-9b659c13-8e7f-48d6-8652-5d8f3d6934e7 { display: unset !important; }}@media (max-width: 767px){#s-9b659c13-8e7f-48d6-8652-5d8f3d6934e7 {
  display: unset;
}
#s-9b659c13-8e7f-48d6-8652-5d8f3d6934e7, #wrap-s-9b659c13-8e7f-48d6-8652-5d8f3d6934e7 { display: unset !important; }}







#s-9b659c13-8e7f-48d6-8652-5d8f3d6934e7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9b659c13-8e7f-48d6-8652-5d8f3d6934e7 {
  cursor: pointer;
}#s-9b659c13-8e7f-48d6-8652-5d8f3d6934e7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c6d8c353-f483-4fe9-8185-62bae83f2802 {
  margin-left: 50px;
margin-right: 50px;
}

@media (min-width: 0px) {
[id="s-c6d8c353-f483-4fe9-8185-62bae83f2802"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c6d8c353-f483-4fe9-8185-62bae83f2802"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-c6d8c353-f483-4fe9-8185-62bae83f2802"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-c6d8c353-f483-4fe9-8185-62bae83f2802"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

}

#s-8fae4c12-c461-41c7-8779-d7b15cd87c8e {
  padding-top: 30px;
padding-left: 5%;
padding-bottom: 60px;
padding-right: 5%;
min-height: 50px;
background-color: rgba(241, 242, 237, 1);
}








#s-8fae4c12-c461-41c7-8779-d7b15cd87c8e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8fae4c12-c461-41c7-8779-d7b15cd87c8e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-aadf8a77-f962-41d3-91d1-a6de95ae1861 {
  margin-top: 0px;
margin-bottom: -10px;
}

#s-40bcb65c-d3c9-4035-aa3e-4ff777663a27 {
  padding-top: 15px;
}

#s-c41a8107-165e-47ae-8e20-d3a6f8a5035b {
  background-image: url(https://i.shgcdn.com/27ae092f-7bab-466b-90ff-7523c5b43cc7/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
padding-top: 15px;
padding-left: 85px;
padding-bottom: 15px;
padding-right: 85px;
border-radius: 2px;
text-align: center;
text-decoration: none;
hover-type: image;
line-height: 1.5em;
}
#s-c41a8107-165e-47ae-8e20-d3a6f8a5035b:hover {background-color: rgba(23, 135, 92, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-c41a8107-165e-47ae-8e20-d3a6f8a5035b:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 768px) and (max-width: 991px){#s-c41a8107-165e-47ae-8e20-d3a6f8a5035b {
  padding-left: 50px;
padding-right: 50px;
}
}@media (max-width: 767px){#s-c41a8107-165e-47ae-8e20-d3a6f8a5035b {
  padding-left: 38px;
padding-right: 38px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 1px;
}
}

  #s-c41a8107-165e-47ae-8e20-d3a6f8a5035b-root {
    text-align: center;
  }


#s-c41a8107-165e-47ae-8e20-d3a6f8a5035b.shg-btn {
  color: #ffffff;
  font-size: 22px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-c41a8107-165e-47ae-8e20-d3a6f8a5035b-root {
    text-align: center;
  }


#s-c41a8107-165e-47ae-8e20-d3a6f8a5035b.shg-btn {
  color: #ffffff;
  font-size: 22px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-c41a8107-165e-47ae-8e20-d3a6f8a5035b-root {
    text-align: center;
  }


#s-c41a8107-165e-47ae-8e20-d3a6f8a5035b.shg-btn {
  color: #ffffff;
  font-size: 22px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-c41a8107-165e-47ae-8e20-d3a6f8a5035b-root {
    text-align: center;
  }


#s-c41a8107-165e-47ae-8e20-d3a6f8a5035b.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-c41a8107-165e-47ae-8e20-d3a6f8a5035b-root {
    text-align: center;
  }


#s-c41a8107-165e-47ae-8e20-d3a6f8a5035b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-051a0239-ee8b-47fc-a192-9f5abe5eb4bc {
  background-repeat: no-repeat;
background-size: cover;
min-height: 800px;
background-position: center center;
}
@media (min-width: 768px) and (max-width: 991px){#s-051a0239-ee8b-47fc-a192-9f5abe5eb4bc {
  display: unset;
}
#s-051a0239-ee8b-47fc-a192-9f5abe5eb4bc, #wrap-s-051a0239-ee8b-47fc-a192-9f5abe5eb4bc { display: unset !important; }}@media (max-width: 767px){#s-051a0239-ee8b-47fc-a192-9f5abe5eb4bc {
  display: unset;
}
#s-051a0239-ee8b-47fc-a192-9f5abe5eb4bc, #wrap-s-051a0239-ee8b-47fc-a192-9f5abe5eb4bc { display: unset !important; }}







#s-051a0239-ee8b-47fc-a192-9f5abe5eb4bc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-051a0239-ee8b-47fc-a192-9f5abe5eb4bc {
  cursor: pointer;
}#s-051a0239-ee8b-47fc-a192-9f5abe5eb4bc.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3068897a-c0ec-4b4d-9bea-ac9b0471136f {
  margin-left: 50px;
margin-right: 50px;
}

@media (min-width: 0px) {
[id="s-3068897a-c0ec-4b4d-9bea-ac9b0471136f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3068897a-c0ec-4b4d-9bea-ac9b0471136f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-3068897a-c0ec-4b4d-9bea-ac9b0471136f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-3068897a-c0ec-4b4d-9bea-ac9b0471136f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

}

#s-73f62aad-c92b-4271-8dc9-cd455dc8a33c {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 30px;
padding-left: 5%;
padding-bottom: 60px;
padding-right: 5%;
min-height: 50px;
background-color: rgba(241, 242, 237, 1);
}








#s-73f62aad-c92b-4271-8dc9-cd455dc8a33c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-73f62aad-c92b-4271-8dc9-cd455dc8a33c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2ebd0425-fe45-42b7-9372-a60fa3cc7be8 {
  margin-bottom: -10px;
}

#s-909801e7-dc0d-471f-b4fd-942ea783c8c3 {
  padding-top: 15px;
}

#s-152d91f9-c6d1-4c64-a052-1392db3d3e41 {
  background-image: url(https://i.shgcdn.com/27ae092f-7bab-466b-90ff-7523c5b43cc7/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
padding-top: 15px;
padding-left: 85px;
padding-bottom: 15px;
padding-right: 85px;
border-radius: 2px;
text-align: center;
text-decoration: none;
hover-type: image;
line-height: 1.5em;
}
#s-152d91f9-c6d1-4c64-a052-1392db3d3e41:hover {background-color: rgba(23, 135, 92, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-152d91f9-c6d1-4c64-a052-1392db3d3e41:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 768px) and (max-width: 991px){#s-152d91f9-c6d1-4c64-a052-1392db3d3e41 {
  padding-left: 50px;
padding-right: 50px;
}
}@media (max-width: 767px){#s-152d91f9-c6d1-4c64-a052-1392db3d3e41 {
  padding-left: 38px;
padding-right: 38px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 1px;
}
}

  #s-152d91f9-c6d1-4c64-a052-1392db3d3e41-root {
    text-align: center;
  }


#s-152d91f9-c6d1-4c64-a052-1392db3d3e41.shg-btn {
  color: #ffffff;
  font-size: 22px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-152d91f9-c6d1-4c64-a052-1392db3d3e41-root {
    text-align: center;
  }


#s-152d91f9-c6d1-4c64-a052-1392db3d3e41.shg-btn {
  color: #ffffff;
  font-size: 22px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-152d91f9-c6d1-4c64-a052-1392db3d3e41-root {
    text-align: center;
  }


#s-152d91f9-c6d1-4c64-a052-1392db3d3e41.shg-btn {
  color: #ffffff;
  font-size: 22px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-152d91f9-c6d1-4c64-a052-1392db3d3e41-root {
    text-align: center;
  }


#s-152d91f9-c6d1-4c64-a052-1392db3d3e41.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-152d91f9-c6d1-4c64-a052-1392db3d3e41-root {
    text-align: center;
  }


#s-152d91f9-c6d1-4c64-a052-1392db3d3e41.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-54e17399-3ab1-4bad-a4c1-e0c942d56349 {
  padding-top: 60px;
padding-left: 30px;
padding-bottom: 30px;
padding-right: 30px;
min-height: 50px;
background-color: rgba(241, 242, 237, 1);
opacity: 1;
}
@media (min-width: 1200px){#s-54e17399-3ab1-4bad-a4c1-e0c942d56349 {
  display: none;
}
#s-54e17399-3ab1-4bad-a4c1-e0c942d56349, #wrap-s-54e17399-3ab1-4bad-a4c1-e0c942d56349 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-54e17399-3ab1-4bad-a4c1-e0c942d56349 {
  display: none;
}
#s-54e17399-3ab1-4bad-a4c1-e0c942d56349, #wrap-s-54e17399-3ab1-4bad-a4c1-e0c942d56349 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-54e17399-3ab1-4bad-a4c1-e0c942d56349 {
  
}
}@media (max-width: 767px){#s-54e17399-3ab1-4bad-a4c1-e0c942d56349 {
  
}
}







#s-54e17399-3ab1-4bad-a4c1-e0c942d56349 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-54e17399-3ab1-4bad-a4c1-e0c942d56349.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b2197be2-3043-4c04-9248-399b5e4f9b61 {
  margin-top: -66px;
margin-bottom: -40px;
}

#s-4a0a4a71-9b87-4e01-8705-634825a6f645 {
  margin-bottom: -10px;
padding-top: 10px;
padding-bottom: 10px;
}

#s-ad8c46e3-e083-402e-a9ee-1f142b3748da {
  padding-top: 15px;
}

#s-7d01f4bf-8d32-4af4-9cf7-f58400c08ab6 {
  background-image: url(https://i.shgcdn.com/27ae092f-7bab-466b-90ff-7523c5b43cc7/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-bottom: 30px;
padding-top: 15px;
padding-left: 85px;
padding-bottom: 15px;
padding-right: 85px;
border-radius: 2px;
text-align: center;
text-decoration: none;
hover-type: image;
line-height: 1.5em;
}
#s-7d01f4bf-8d32-4af4-9cf7-f58400c08ab6:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-7d01f4bf-8d32-4af4-9cf7-f58400c08ab6:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 768px) and (max-width: 991px){#s-7d01f4bf-8d32-4af4-9cf7-f58400c08ab6 {
  padding-top: 8px;
padding-left: 50px;
padding-bottom: 8px;
padding-right: 50px;
}
}@media (max-width: 767px){#s-7d01f4bf-8d32-4af4-9cf7-f58400c08ab6 {
  padding-top: 6px;
padding-left: 38px;
padding-bottom: 6px;
padding-right: 38px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 1px;
}
}

  #s-7d01f4bf-8d32-4af4-9cf7-f58400c08ab6-root {
    text-align: center;
  }


#s-7d01f4bf-8d32-4af4-9cf7-f58400c08ab6.shg-btn {
  color: #ffffff;
  font-size: 22px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-7d01f4bf-8d32-4af4-9cf7-f58400c08ab6-root {
    text-align: center;
  }


#s-7d01f4bf-8d32-4af4-9cf7-f58400c08ab6.shg-btn {
  color: #ffffff;
  font-size: 22px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-7d01f4bf-8d32-4af4-9cf7-f58400c08ab6-root {
    text-align: center;
  }


#s-7d01f4bf-8d32-4af4-9cf7-f58400c08ab6.shg-btn {
  color: #ffffff;
  font-size: 22px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-7d01f4bf-8d32-4af4-9cf7-f58400c08ab6-root {
    text-align: center;
  }


#s-7d01f4bf-8d32-4af4-9cf7-f58400c08ab6.shg-btn {
  color: #ffffff;
  font-size: 22px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-7d01f4bf-8d32-4af4-9cf7-f58400c08ab6-root {
    text-align: center;
  }


#s-7d01f4bf-8d32-4af4-9cf7-f58400c08ab6.shg-btn {
  color: #ffffff;
  font-size: 22px;
  
  
  
  display:  inline-block ;
}
}
#s-09ccd4fc-136f-4e77-82e6-cbf0a9ede410 {
  padding-top: 0px;
padding-bottom: 0px;
}
@media (min-width: 1200px){#s-09ccd4fc-136f-4e77-82e6-cbf0a9ede410 {
  display: none;
}
#s-09ccd4fc-136f-4e77-82e6-cbf0a9ede410, #wrap-s-09ccd4fc-136f-4e77-82e6-cbf0a9ede410 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-09ccd4fc-136f-4e77-82e6-cbf0a9ede410 {
  display: none;
}
#s-09ccd4fc-136f-4e77-82e6-cbf0a9ede410, #wrap-s-09ccd4fc-136f-4e77-82e6-cbf0a9ede410 { display: none !important; }}
#s-09ccd4fc-136f-4e77-82e6-cbf0a9ede410 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-09ccd4fc-136f-4e77-82e6-cbf0a9ede410 .shg-sld-nav-button.shg-sld-left,
#s-09ccd4fc-136f-4e77-82e6-cbf0a9ede410 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-bcad9cf6-bdbb-44ed-995c-86eae98a3841 {
  max-width: 1120px;
aspect-ratio: 1120/780;
text-align: center;
}
@media (min-width: 1200px){#s-bcad9cf6-bdbb-44ed-995c-86eae98a3841 {
  display: none;
}
#s-bcad9cf6-bdbb-44ed-995c-86eae98a3841, #wrap-s-bcad9cf6-bdbb-44ed-995c-86eae98a3841 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-bcad9cf6-bdbb-44ed-995c-86eae98a3841 {
  display: none;
}
#s-bcad9cf6-bdbb-44ed-995c-86eae98a3841, #wrap-s-bcad9cf6-bdbb-44ed-995c-86eae98a3841 { display: none !important; }}




  @supports  (aspect-ratio: 1/1) {
    
    #s-bcad9cf6-bdbb-44ed-995c-86eae98a3841 .shg-image-content-wrapper {
      aspect-ratio: 1120/780;
      min-width: 100%;
      height: auto;
    }

    #s-bcad9cf6-bdbb-44ed-995c-86eae98a3841 .shogun-image-link {
      aspect-ratio: 1120/780;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bcad9cf6-bdbb-44ed-995c-86eae98a3841 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-bcad9cf6-bdbb-44ed-995c-86eae98a3841 {
    width: 100%;
    height: auto;
  }

  #s-bcad9cf6-bdbb-44ed-995c-86eae98a3841 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }




.s-bcad9cf6-bdbb-44ed-995c-86eae98a3841 .shogun-image-content {
  
    align-items: center;
  
}

.s-bcad9cf6-bdbb-44ed-995c-86eae98a3841.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bcad9cf6-bdbb-44ed-995c-86eae98a3841.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bcad9cf6-bdbb-44ed-995c-86eae98a3841.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-bcad9cf6-bdbb-44ed-995c-86eae98a3841 {
      --shg-aspect-ratio: calc(1120/780); 
    }

    .s-bcad9cf6-bdbb-44ed-995c-86eae98a3841.shogun-image-container {
      position: relative;
    }

    .s-bcad9cf6-bdbb-44ed-995c-86eae98a3841.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bcad9cf6-bdbb-44ed-995c-86eae98a3841.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bcad9cf6-bdbb-44ed-995c-86eae98a3841 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-bcad9cf6-bdbb-44ed-995c-86eae98a3841 .shg-image-content-wrapper {
      aspect-ratio: 1120/780;
      min-width: 100%;
      height: auto;
    }

    #s-bcad9cf6-bdbb-44ed-995c-86eae98a3841 .shogun-image-link {
      aspect-ratio: 1120/780;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bcad9cf6-bdbb-44ed-995c-86eae98a3841 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-bcad9cf6-bdbb-44ed-995c-86eae98a3841 {
    width: 100%;
    height: auto;
  }

  #s-bcad9cf6-bdbb-44ed-995c-86eae98a3841 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }




.s-bcad9cf6-bdbb-44ed-995c-86eae98a3841 .shogun-image-content {
  
    align-items: center;
  
}

.s-bcad9cf6-bdbb-44ed-995c-86eae98a3841.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bcad9cf6-bdbb-44ed-995c-86eae98a3841.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bcad9cf6-bdbb-44ed-995c-86eae98a3841.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-bcad9cf6-bdbb-44ed-995c-86eae98a3841 {
      --shg-aspect-ratio: calc(1120/780); 
    }

    .s-bcad9cf6-bdbb-44ed-995c-86eae98a3841.shogun-image-container {
      position: relative;
    }

    .s-bcad9cf6-bdbb-44ed-995c-86eae98a3841.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bcad9cf6-bdbb-44ed-995c-86eae98a3841.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bcad9cf6-bdbb-44ed-995c-86eae98a3841 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-bcad9cf6-bdbb-44ed-995c-86eae98a3841 .shg-image-content-wrapper {
      aspect-ratio: 1120/780;
      min-width: 100%;
      height: auto;
    }

    #s-bcad9cf6-bdbb-44ed-995c-86eae98a3841 .shogun-image-link {
      aspect-ratio: 1120/780;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bcad9cf6-bdbb-44ed-995c-86eae98a3841 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-bcad9cf6-bdbb-44ed-995c-86eae98a3841 {
    width: 100%;
    height: auto;
  }

  #s-bcad9cf6-bdbb-44ed-995c-86eae98a3841 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }




.s-bcad9cf6-bdbb-44ed-995c-86eae98a3841 .shogun-image-content {
  
    align-items: center;
  
}

.s-bcad9cf6-bdbb-44ed-995c-86eae98a3841.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bcad9cf6-bdbb-44ed-995c-86eae98a3841.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bcad9cf6-bdbb-44ed-995c-86eae98a3841.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-bcad9cf6-bdbb-44ed-995c-86eae98a3841 {
      --shg-aspect-ratio: calc(1120/780); 
    }

    .s-bcad9cf6-bdbb-44ed-995c-86eae98a3841.shogun-image-container {
      position: relative;
    }

    .s-bcad9cf6-bdbb-44ed-995c-86eae98a3841.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bcad9cf6-bdbb-44ed-995c-86eae98a3841.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bcad9cf6-bdbb-44ed-995c-86eae98a3841 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-bcad9cf6-bdbb-44ed-995c-86eae98a3841 .shg-image-content-wrapper {
      aspect-ratio: 1120/780;
      min-width: 100%;
      height: auto;
    }

    #s-bcad9cf6-bdbb-44ed-995c-86eae98a3841 .shogun-image-link {
      aspect-ratio: 1120/780;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bcad9cf6-bdbb-44ed-995c-86eae98a3841 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-bcad9cf6-bdbb-44ed-995c-86eae98a3841 {
    width: 100%;
    height: auto;
  }

  #s-bcad9cf6-bdbb-44ed-995c-86eae98a3841 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }




.s-bcad9cf6-bdbb-44ed-995c-86eae98a3841 .shogun-image-content {
  
    align-items: center;
  
}

.s-bcad9cf6-bdbb-44ed-995c-86eae98a3841.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bcad9cf6-bdbb-44ed-995c-86eae98a3841.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bcad9cf6-bdbb-44ed-995c-86eae98a3841.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-bcad9cf6-bdbb-44ed-995c-86eae98a3841 {
      --shg-aspect-ratio: calc(1120/780); 
    }

    .s-bcad9cf6-bdbb-44ed-995c-86eae98a3841.shogun-image-container {
      position: relative;
    }

    .s-bcad9cf6-bdbb-44ed-995c-86eae98a3841.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bcad9cf6-bdbb-44ed-995c-86eae98a3841.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bcad9cf6-bdbb-44ed-995c-86eae98a3841 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-bcad9cf6-bdbb-44ed-995c-86eae98a3841 .shg-image-content-wrapper {
      aspect-ratio: 1120/780;
      min-width: 100%;
      height: auto;
    }

    #s-bcad9cf6-bdbb-44ed-995c-86eae98a3841 .shogun-image-link {
      aspect-ratio: 1120/780;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bcad9cf6-bdbb-44ed-995c-86eae98a3841 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-bcad9cf6-bdbb-44ed-995c-86eae98a3841 {
    width: 100%;
    height: auto;
  }

  #s-bcad9cf6-bdbb-44ed-995c-86eae98a3841 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }




.s-bcad9cf6-bdbb-44ed-995c-86eae98a3841 .shogun-image-content {
  
    align-items: center;
  
}

.s-bcad9cf6-bdbb-44ed-995c-86eae98a3841.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bcad9cf6-bdbb-44ed-995c-86eae98a3841.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bcad9cf6-bdbb-44ed-995c-86eae98a3841.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-bcad9cf6-bdbb-44ed-995c-86eae98a3841 {
      --shg-aspect-ratio: calc(1120/780); 
    }

    .s-bcad9cf6-bdbb-44ed-995c-86eae98a3841.shogun-image-container {
      position: relative;
    }

    .s-bcad9cf6-bdbb-44ed-995c-86eae98a3841.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bcad9cf6-bdbb-44ed-995c-86eae98a3841.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bcad9cf6-bdbb-44ed-995c-86eae98a3841 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-67335afc-dfba-4f90-8766-d1ee3ae0f9eb {
  max-width: 1120px;
aspect-ratio: 1120/780;
text-align: center;
}
@media (min-width: 1200px){#s-67335afc-dfba-4f90-8766-d1ee3ae0f9eb {
  display: none;
}
#s-67335afc-dfba-4f90-8766-d1ee3ae0f9eb, #wrap-s-67335afc-dfba-4f90-8766-d1ee3ae0f9eb { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-67335afc-dfba-4f90-8766-d1ee3ae0f9eb {
  display: none;
}
#s-67335afc-dfba-4f90-8766-d1ee3ae0f9eb, #wrap-s-67335afc-dfba-4f90-8766-d1ee3ae0f9eb { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-67335afc-dfba-4f90-8766-d1ee3ae0f9eb {
  display: unset;
}
#s-67335afc-dfba-4f90-8766-d1ee3ae0f9eb, #wrap-s-67335afc-dfba-4f90-8766-d1ee3ae0f9eb { display: unset !important; }}@media (max-width: 767px){#s-67335afc-dfba-4f90-8766-d1ee3ae0f9eb {
  display: unset;
}
#s-67335afc-dfba-4f90-8766-d1ee3ae0f9eb, #wrap-s-67335afc-dfba-4f90-8766-d1ee3ae0f9eb { display: unset !important; }}







.s-67335afc-dfba-4f90-8766-d1ee3ae0f9eb .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-67335afc-dfba-4f90-8766-d1ee3ae0f9eb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-67335afc-dfba-4f90-8766-d1ee3ae0f9eb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-67335afc-dfba-4f90-8766-d1ee3ae0f9eb.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){






.s-67335afc-dfba-4f90-8766-d1ee3ae0f9eb .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-67335afc-dfba-4f90-8766-d1ee3ae0f9eb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-67335afc-dfba-4f90-8766-d1ee3ae0f9eb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-67335afc-dfba-4f90-8766-d1ee3ae0f9eb.shogun-image {
  box-sizing: border-box;
}




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






.s-67335afc-dfba-4f90-8766-d1ee3ae0f9eb .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-67335afc-dfba-4f90-8766-d1ee3ae0f9eb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-67335afc-dfba-4f90-8766-d1ee3ae0f9eb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-67335afc-dfba-4f90-8766-d1ee3ae0f9eb.shogun-image {
  box-sizing: border-box;
}




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






.s-67335afc-dfba-4f90-8766-d1ee3ae0f9eb .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-67335afc-dfba-4f90-8766-d1ee3ae0f9eb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-67335afc-dfba-4f90-8766-d1ee3ae0f9eb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-67335afc-dfba-4f90-8766-d1ee3ae0f9eb.shogun-image {
  box-sizing: border-box;
}




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






.s-67335afc-dfba-4f90-8766-d1ee3ae0f9eb .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-67335afc-dfba-4f90-8766-d1ee3ae0f9eb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-67335afc-dfba-4f90-8766-d1ee3ae0f9eb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-67335afc-dfba-4f90-8766-d1ee3ae0f9eb.shogun-image {
  box-sizing: border-box;
}




}
#s-9d279cf6-a447-48e7-ad85-7c8e49615b20 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 50px;
background-position: center center;
}








#s-9d279cf6-a447-48e7-ad85-7c8e49615b20 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9d279cf6-a447-48e7-ad85-7c8e49615b20.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-326c4909-4365-41c9-a8b7-ab352c652d28 {
  margin-left: 0px;
margin-right: 0px;
padding-left: 20px;
padding-right: 20px;
min-height: 50px;
}
@media (min-width: 1200px){#s-326c4909-4365-41c9-a8b7-ab352c652d28 {
  padding-left: 28px;
padding-right: 28px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-326c4909-4365-41c9-a8b7-ab352c652d28 {
  padding-left: 28px;
padding-right: 28px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-326c4909-4365-41c9-a8b7-ab352c652d28 {
  padding-left: 28px;
padding-right: 28px;
}
}@media (max-width: 767px){#s-326c4909-4365-41c9-a8b7-ab352c652d28 {
  padding-left: 28px;
padding-right: 28px;
}
}







#s-326c4909-4365-41c9-a8b7-ab352c652d28 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-326c4909-4365-41c9-a8b7-ab352c652d28.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d56edcce-2cb1-4934-b849-5e8b25460e75 {
  padding-top: 40px;
padding-bottom: 40px;
}

@media (min-width: 0px) {
[id="s-d56edcce-2cb1-4934-b849-5e8b25460e75"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d56edcce-2cb1-4934-b849-5e8b25460e75"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-d56edcce-2cb1-4934-b849-5e8b25460e75"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-d56edcce-2cb1-4934-b849-5e8b25460e75"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-ef7b43f1-3713-4435-8ec5-320fae032a73 {
  background-repeat: no-repeat;
background-size: cover;
margin-left: auto;
margin-right: auto;
max-width: 500px;
background-position: center center;
}
@media (min-width: 1200px){#s-ef7b43f1-3713-4435-8ec5-320fae032a73 {
  min-height: 700px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-ef7b43f1-3713-4435-8ec5-320fae032a73 {
  min-height: 700px;
}
}@media (max-width: 767px){#s-ef7b43f1-3713-4435-8ec5-320fae032a73 {
  margin-bottom: 30px;
padding-top: 0px;
min-height: 400px;
}
}







#s-ef7b43f1-3713-4435-8ec5-320fae032a73 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ef7b43f1-3713-4435-8ec5-320fae032a73 {
  cursor: pointer;
}#s-ef7b43f1-3713-4435-8ec5-320fae032a73.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-79e5763b-9115-40c3-8bdc-f8ef413744b4 {
  min-height: 50px;
}








#s-79e5763b-9115-40c3-8bdc-f8ef413744b4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-79e5763b-9115-40c3-8bdc-f8ef413744b4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-35b984e8-6b9c-43cc-98a9-d7bc159995a4 {
  padding-top: 40px;
padding-left: 50px;
padding-bottom: 40px;
padding-right: 50px;
max-width: 750px;
background-color: rgba(241, 242, 237, 1);
}
@media (max-width: 767px){#s-35b984e8-6b9c-43cc-98a9-d7bc159995a4 {
  padding-left: 10%;
padding-right: 10%;
}
}







#s-35b984e8-6b9c-43cc-98a9-d7bc159995a4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-35b984e8-6b9c-43cc-98a9-d7bc159995a4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-124045fc-73ef-4ad4-9124-ebe035341d68 {
  margin-top: 0px;
margin-bottom: -15px;
padding-top: 50px;
padding-bottom: 1px;
}

@media (min-width: 1200px){#s-e2535e8c-bcb1-41f3-8c2c-f135dbac6c3d {
  max-width: 550px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e2535e8c-bcb1-41f3-8c2c-f135dbac6c3d {
  max-width: 550px;
}
}
#s-b5d94e16-722c-403e-a037-c58f790a363f {
  padding-top: 40px;
padding-bottom: 80px;
min-height: 50px;
background-color: rgba(241, 239, 233, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-b5d94e16-722c-403e-a037-c58f790a363f {
  padding-bottom: 40px;
}
}@media (max-width: 767px){#s-b5d94e16-722c-403e-a037-c58f790a363f {
  padding-top: 0px;
padding-bottom: 0px;
}
}







#s-b5d94e16-722c-403e-a037-c58f790a363f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b5d94e16-722c-403e-a037-c58f790a363f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.border-bottom {
    border-bottom: 1px solid black;
    width: 100%;
}

.border-top {
    border-top: 1px solid black;
    width: 100%;
}
#s-2c6537f0-eb4e-4e22-b9d9-e06a28d027af {
  margin-top: 60px;
margin-left: auto;
margin-bottom: 60px;
margin-right: auto;
max-width: 600px;
}
@media (min-width: 1200px){#s-2c6537f0-eb4e-4e22-b9d9-e06a28d027af {
  margin-top: 40px;
margin-bottom: 40px;
}
}@media (max-width: 767px){#s-2c6537f0-eb4e-4e22-b9d9-e06a28d027af {
  max-width: 260px;
}
}
.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-3f3dc32b-5f0b-4ba5-8876-911b37051d0b {
  padding-top: 10px;
padding-bottom: 30px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
text-align: center;
}

#s-3f3dc32b-5f0b-4ba5-8876-911b37051d0b .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 36px;
  
  
  
}


@media (max-width: 767px){#s-3f3dc32b-5f0b-4ba5-8876-911b37051d0b .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}


}
.categoriesSlider {
    margin-bottom: 60px;
    padding: 0 10px;
}

.categoriesSlider a, .categoriesSlider a:hover, .categoriesSlider a:focus {
    text-decoration: underline !important;
}

.categoriesSlider p {
    line-height: 1;
}

.categoriesSlider p span {
    font-size: 14px !important;
    line-height: 1;
}

.categoriesSlider--container {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
}

.shg-box-content .shg-c {
    padding: 0px;
}

.categoriesSlider .slick-track {
    margin: 0 0 0 60px;
}

.slick-arrow {
    background-color: black;
    border-radius: 50%;
    height: 39px;
    width: 39px;
}

.slick-prev {
    left: -15px;
}

.slick-next {
    right: -15px;
}

.slick-next::before, .slick-next:hover::before {
    background-image: none;
    border-top: 1px solid white;
    border-right: 1px solid white;
    height: 10px;
    width: 10px;
    transform: rotate(45deg);
}

.slick-prev::before, .slick-prev:hover::before {
    background-image: none;
    border-top: 1px solid white;
    border-right: 1px solid white;
    height: 10px;
    width: 10px;
    margin-left: 5px;
    transform: rotate(225deg);
}

.slick-next:focus, .slick-next:hover, .slick-prev:focus, .slick-prev:hover {
    background-color: #56b082;
}


@media (min-width: 500px) {
    .categoriesSlider--flex {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 0;
    }
    
    .categoriesSlider .slick-track {
    margin: 0 0 0 120px;
    }
}

@media (min-width: 768px) {
    .categoriesSlider .slick-track {
    margin: 0 0 0 80px;
    }
}

@media (min-width: 1024px) {
    .categoriesSlider .slick-track {
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 80% !important;
    }
    
    .categoriesSlider .slick-slide {
        width: 50% !important;
    }
    
    .categoriesSlider p {
    line-height: 1.3;
    }
    
    .categoriesSlider p span {
    font-size: 22px !important;
    line-height: 1.3;
    }
}




#s-8d46f4b2-0941-456f-ac6b-f8425d5a5e6d {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 1200px){#s-8d46f4b2-0941-456f-ac6b-f8425d5a5e6d {
  padding-left: 20px;
padding-right: 20px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-8d46f4b2-0941-456f-ac6b-f8425d5a5e6d {
  padding-left: 20px;
padding-right: 20px;
}
}
#s-c9df7e52-6ec2-4401-9e4c-41e5955ba37c {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-left: 20px;
padding-right: 20px;
max-width: 600px;
}
@media (min-width: 1200px){#s-c9df7e52-6ec2-4401-9e4c-41e5955ba37c {
  padding-top: 40px;
padding-bottom: 40px;
max-width: 650px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-c9df7e52-6ec2-4401-9e4c-41e5955ba37c {
  padding-top: 40px;
padding-bottom: 40px;
}
}@media (max-width: 767px){#s-c9df7e52-6ec2-4401-9e4c-41e5955ba37c {
  padding-left: 30px;
padding-right: 30px;
}
}
.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-dc533ab7-97bf-4419-b4a9-f14e2d406165 {
  max-width: 800px;
aspect-ratio: 800/534;
text-align: center;
}





  #s-dc533ab7-97bf-4419-b4a9-f14e2d406165 img.shogun-image,
  #s-dc533ab7-97bf-4419-b4a9-f14e2d406165 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-dc533ab7-97bf-4419-b4a9-f14e2d406165 {
    width: 100%;
    height: auto;
  }




#s-dc533ab7-97bf-4419-b4a9-f14e2d406165 .shogun-image-content {
  
    align-items: center;
  
}

#s-3ff622c9-8c0a-4674-af4c-6451d3270d4b {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
max-width: 600px;
}
@media (min-width: 1200px){#s-3ff622c9-8c0a-4674-af4c-6451d3270d4b {
  margin-top: 30px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-3ff622c9-8c0a-4674-af4c-6451d3270d4b {
  margin-top: 30px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-3ff622c9-8c0a-4674-af4c-6451d3270d4b {
  margin-top: 30px;
}
}@media (max-width: 767px){#s-3ff622c9-8c0a-4674-af4c-6451d3270d4b {
  margin-top: 25px;
margin-bottom: 25px;
}
}
#s-ad4d3f2f-8a7f-4560-937d-a6eca47a8ab8 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (max-width: 767px){#s-ad4d3f2f-8a7f-4560-937d-a6eca47a8ab8 {
  padding-top: 6px;
padding-bottom: 6px;
}
}
#s-ad4d3f2f-8a7f-4560-937d-a6eca47a8ab8 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}


@media (min-width: 1200px){#s-ad4d3f2f-8a7f-4560-937d-a6eca47a8ab8 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 22px;
  
  
  text-align: left;
}


}@media (min-width: 992px) and (max-width: 1199px){#s-ad4d3f2f-8a7f-4560-937d-a6eca47a8ab8 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 22px;
  
  
  text-align: left;
}


}
#s-9e1b97ce-e367-4cf4-a656-ef8b3445af98 {
  min-height: 220px;
}

#s-a7e2e364-851b-4aa5-9ae9-6b8ebf012974 {
  margin-top: 10px;
padding-top: 18px;
padding-left: 20px;
padding-bottom: 18px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: left;
text-decoration: none;
}
#s-a7e2e364-851b-4aa5-9ae9-6b8ebf012974:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-a7e2e364-851b-4aa5-9ae9-6b8ebf012974:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-a7e2e364-851b-4aa5-9ae9-6b8ebf012974-root {
    text-align: left;
  }


#s-a7e2e364-851b-4aa5-9ae9-6b8ebf012974.shg-btn {
  color: #ffffff;
  
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-a7e2e364-851b-4aa5-9ae9-6b8ebf012974-root {
    text-align: left;
  }


#s-a7e2e364-851b-4aa5-9ae9-6b8ebf012974.shg-btn {
  color: #ffffff;
  font-size: 22px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-a7e2e364-851b-4aa5-9ae9-6b8ebf012974-root {
    text-align: left;
  }


#s-a7e2e364-851b-4aa5-9ae9-6b8ebf012974.shg-btn {
  color: #ffffff;
  font-size: 22px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-a7e2e364-851b-4aa5-9ae9-6b8ebf012974-root {
    text-align: left;
  }


#s-a7e2e364-851b-4aa5-9ae9-6b8ebf012974.shg-btn {
  color: #ffffff;
  
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-a7e2e364-851b-4aa5-9ae9-6b8ebf012974-root {
    text-align: left;
  }


#s-a7e2e364-851b-4aa5-9ae9-6b8ebf012974.shg-btn {
  color: #ffffff;
  
  
  
  
  display:  block ;
}
}
#s-52a5c717-a888-4156-abd6-bbca4540fdf5 {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-left: 20px;
padding-right: 20px;
max-width: 600px;
}
@media (min-width: 1200px){#s-52a5c717-a888-4156-abd6-bbca4540fdf5 {
  padding-top: 40px;
padding-bottom: 40px;
max-width: 650px;
}
}@media (max-width: 767px){#s-52a5c717-a888-4156-abd6-bbca4540fdf5 {
  padding-left: 30px;
padding-right: 30px;
}
}
#s-4c20e2d0-c420-4de3-be9d-7a9a44e35c0d {
  max-width: 800px;
aspect-ratio: 800/534;
text-align: center;
}





  #s-4c20e2d0-c420-4de3-be9d-7a9a44e35c0d img.shogun-image,
  #s-4c20e2d0-c420-4de3-be9d-7a9a44e35c0d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-4c20e2d0-c420-4de3-be9d-7a9a44e35c0d {
    width: 100%;
    height: auto;
  }




#s-4c20e2d0-c420-4de3-be9d-7a9a44e35c0d .shogun-image-content {
  
    align-items: center;
  
}

#s-c81e6bb4-e5a7-472b-bd8c-707d486c39c8 {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
max-width: 600px;
}
@media (min-width: 1200px){#s-c81e6bb4-e5a7-472b-bd8c-707d486c39c8 {
  margin-top: 30px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-c81e6bb4-e5a7-472b-bd8c-707d486c39c8 {
  margin-top: 30px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-c81e6bb4-e5a7-472b-bd8c-707d486c39c8 {
  margin-top: 30px;
}
}@media (max-width: 767px){#s-c81e6bb4-e5a7-472b-bd8c-707d486c39c8 {
  margin-top: 25px;
margin-bottom: 25px;
}
}
#s-692757eb-34ab-4334-84ed-c3ec45314c84 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (max-width: 767px){#s-692757eb-34ab-4334-84ed-c3ec45314c84 {
  padding-top: 6px;
padding-bottom: 6px;
}
}
#s-692757eb-34ab-4334-84ed-c3ec45314c84 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}


@media (min-width: 1200px){#s-692757eb-34ab-4334-84ed-c3ec45314c84 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 22px;
  
  
  text-align: left;
}


}@media (min-width: 992px) and (max-width: 1199px){#s-692757eb-34ab-4334-84ed-c3ec45314c84 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 22px;
  
  
  text-align: left;
}


}
#s-4d4e0ee1-6605-4821-8ec4-7b9a2e720bf6 {
  min-height: 220px;
}

#s-e15b278e-2a24-44bf-8c09-da88876af653 {
  margin-top: 9px;
padding-top: 18px;
padding-left: 20px;
padding-bottom: 18px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: left;
text-decoration: none;
}
#s-e15b278e-2a24-44bf-8c09-da88876af653:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-e15b278e-2a24-44bf-8c09-da88876af653:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 992px) and (max-width: 1199px){#s-e15b278e-2a24-44bf-8c09-da88876af653 {
  margin-top: 21px;
}
}

  #s-e15b278e-2a24-44bf-8c09-da88876af653-root {
    text-align: left;
  }


#s-e15b278e-2a24-44bf-8c09-da88876af653.shg-btn {
  color: #ffffff;
  font-size: 22px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-e15b278e-2a24-44bf-8c09-da88876af653-root {
    text-align: left;
  }


#s-e15b278e-2a24-44bf-8c09-da88876af653.shg-btn {
  color: #ffffff;
  font-size: 22px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-e15b278e-2a24-44bf-8c09-da88876af653-root {
    text-align: left;
  }


#s-e15b278e-2a24-44bf-8c09-da88876af653.shg-btn {
  color: #ffffff;
  font-size: 22px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-e15b278e-2a24-44bf-8c09-da88876af653-root {
    text-align: left;
  }


#s-e15b278e-2a24-44bf-8c09-da88876af653.shg-btn {
  color: #ffffff;
  font-size: 22px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-e15b278e-2a24-44bf-8c09-da88876af653-root {
    text-align: left;
  }


#s-e15b278e-2a24-44bf-8c09-da88876af653.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  block ;
}
}
#s-12f34a42-6204-4146-b886-a33e0e991296 {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-left: 20px;
padding-right: 20px;
max-width: 600px;
}
@media (min-width: 1200px){#s-12f34a42-6204-4146-b886-a33e0e991296 {
  padding-top: 40px;
padding-bottom: 40px;
max-width: 650px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-12f34a42-6204-4146-b886-a33e0e991296 {
  padding-top: 40px;
padding-bottom: 40px;
}
}@media (max-width: 767px){#s-12f34a42-6204-4146-b886-a33e0e991296 {
  padding-left: 30px;
padding-right: 30px;
}
}
#s-c9a650ea-c365-4939-99c5-96d78361ea6c {
  max-width: 800px;
aspect-ratio: 800/534;
text-align: center;
}





  #s-c9a650ea-c365-4939-99c5-96d78361ea6c img.shogun-image,
  #s-c9a650ea-c365-4939-99c5-96d78361ea6c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c9a650ea-c365-4939-99c5-96d78361ea6c {
    width: 100%;
    height: auto;
  }




#s-c9a650ea-c365-4939-99c5-96d78361ea6c .shogun-image-content {
  
    align-items: center;
  
}

#s-fa3854e0-25a6-408d-81a4-1b48dc403f1e {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
max-width: 600px;
}
@media (min-width: 1200px){#s-fa3854e0-25a6-408d-81a4-1b48dc403f1e {
  margin-top: 30px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-fa3854e0-25a6-408d-81a4-1b48dc403f1e {
  margin-top: 30px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-fa3854e0-25a6-408d-81a4-1b48dc403f1e {
  margin-top: 30px;
}
}@media (max-width: 767px){#s-fa3854e0-25a6-408d-81a4-1b48dc403f1e {
  margin-top: 25px;
margin-bottom: 25px;
}
}
#s-fe98aedb-fb05-453f-b232-9cfe6e5157c3 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (max-width: 767px){#s-fe98aedb-fb05-453f-b232-9cfe6e5157c3 {
  padding-top: 6px;
padding-bottom: 6px;
}
}
#s-fe98aedb-fb05-453f-b232-9cfe6e5157c3 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}


@media (min-width: 1200px){#s-fe98aedb-fb05-453f-b232-9cfe6e5157c3 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 22px;
  
  
  text-align: left;
}


}@media (min-width: 992px) and (max-width: 1199px){#s-fe98aedb-fb05-453f-b232-9cfe6e5157c3 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 22px;
  
  
  text-align: left;
}


}
#s-d35b745c-7b83-469b-be1f-2d627e579d01 {
  min-height: 220px;
}

#s-b33ee027-de3c-470e-8d83-7e36670cfb3e {
  margin-top: 10px;
padding-top: 18px;
padding-left: 20px;
padding-bottom: 18px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: left;
text-decoration: none;
}
#s-b33ee027-de3c-470e-8d83-7e36670cfb3e:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-b33ee027-de3c-470e-8d83-7e36670cfb3e:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-b33ee027-de3c-470e-8d83-7e36670cfb3e-root {
    text-align: left;
  }


#s-b33ee027-de3c-470e-8d83-7e36670cfb3e.shg-btn {
  color: #ffffff;
  font-size: 22px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-b33ee027-de3c-470e-8d83-7e36670cfb3e-root {
    text-align: left;
  }


#s-b33ee027-de3c-470e-8d83-7e36670cfb3e.shg-btn {
  color: #ffffff;
  font-size: 22px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-b33ee027-de3c-470e-8d83-7e36670cfb3e-root {
    text-align: left;
  }


#s-b33ee027-de3c-470e-8d83-7e36670cfb3e.shg-btn {
  color: #ffffff;
  font-size: 22px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-b33ee027-de3c-470e-8d83-7e36670cfb3e-root {
    text-align: left;
  }


#s-b33ee027-de3c-470e-8d83-7e36670cfb3e.shg-btn {
  color: #ffffff;
  font-size: 22px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-b33ee027-de3c-470e-8d83-7e36670cfb3e-root {
    text-align: left;
  }


#s-b33ee027-de3c-470e-8d83-7e36670cfb3e.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  block ;
}
}
#s-37c20c51-7c1e-407e-b83b-ea9530c49f49 {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-left: 20px;
padding-right: 20px;
max-width: 600px;
}
@media (min-width: 1200px){#s-37c20c51-7c1e-407e-b83b-ea9530c49f49 {
  padding-top: 40px;
padding-bottom: 40px;
max-width: 650px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-37c20c51-7c1e-407e-b83b-ea9530c49f49 {
  padding-top: 40px;
padding-bottom: 40px;
}
}@media (max-width: 767px){#s-37c20c51-7c1e-407e-b83b-ea9530c49f49 {
  padding-left: 30px;
padding-right: 30px;
}
}
#s-c8a3449e-b318-4c56-8864-453f6998d623 {
  max-width: 800px;
aspect-ratio: 800/534;
text-align: center;
}





  #s-c8a3449e-b318-4c56-8864-453f6998d623 img.shogun-image,
  #s-c8a3449e-b318-4c56-8864-453f6998d623 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c8a3449e-b318-4c56-8864-453f6998d623 {
    width: 100%;
    height: auto;
  }




#s-c8a3449e-b318-4c56-8864-453f6998d623 .shogun-image-content {
  
    align-items: center;
  
}

#s-22f087a6-b363-415a-b2cb-567e28cc6495 {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
max-width: 600px;
}
@media (min-width: 1200px){#s-22f087a6-b363-415a-b2cb-567e28cc6495 {
  margin-top: 30px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-22f087a6-b363-415a-b2cb-567e28cc6495 {
  margin-top: 30px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-22f087a6-b363-415a-b2cb-567e28cc6495 {
  margin-top: 30px;
}
}@media (max-width: 767px){#s-22f087a6-b363-415a-b2cb-567e28cc6495 {
  margin-top: 25px;
margin-bottom: 25px;
}
}
#s-6f966721-cfea-4717-b13a-56bf5997ca22 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (max-width: 767px){#s-6f966721-cfea-4717-b13a-56bf5997ca22 {
  padding-top: 6px;
padding-bottom: 6px;
}
}
#s-6f966721-cfea-4717-b13a-56bf5997ca22 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}


@media (min-width: 1200px){#s-6f966721-cfea-4717-b13a-56bf5997ca22 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 22px;
  
  
  text-align: left;
}


}@media (min-width: 992px) and (max-width: 1199px){#s-6f966721-cfea-4717-b13a-56bf5997ca22 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 22px;
  
  
  text-align: left;
}


}
#s-b9a9aed4-0d95-4504-93f3-7e76509b5284 {
  min-height: 220px;
}

#s-3f89f35b-6d5d-4741-8919-7b655189f9d5 {
  margin-top: 10px;
padding-top: 18px;
padding-left: 20px;
padding-bottom: 18px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: left;
text-decoration: none;
}
#s-3f89f35b-6d5d-4741-8919-7b655189f9d5:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-3f89f35b-6d5d-4741-8919-7b655189f9d5:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-3f89f35b-6d5d-4741-8919-7b655189f9d5-root {
    text-align: left;
  }


#s-3f89f35b-6d5d-4741-8919-7b655189f9d5.shg-btn {
  color: #ffffff;
  font-size: 22px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-3f89f35b-6d5d-4741-8919-7b655189f9d5-root {
    text-align: left;
  }


#s-3f89f35b-6d5d-4741-8919-7b655189f9d5.shg-btn {
  color: #ffffff;
  font-size: 22px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-3f89f35b-6d5d-4741-8919-7b655189f9d5-root {
    text-align: left;
  }


#s-3f89f35b-6d5d-4741-8919-7b655189f9d5.shg-btn {
  color: #ffffff;
  font-size: 22px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-3f89f35b-6d5d-4741-8919-7b655189f9d5-root {
    text-align: left;
  }


#s-3f89f35b-6d5d-4741-8919-7b655189f9d5.shg-btn {
  color: #ffffff;
  font-size: 22px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-3f89f35b-6d5d-4741-8919-7b655189f9d5-root {
    text-align: left;
  }


#s-3f89f35b-6d5d-4741-8919-7b655189f9d5.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  block ;
}
}
#s-d399dfc6-a942-44bf-98d0-fc2f056ca047 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 490px;
background-position: center top;
}
@media (min-width: 1200px){#s-d399dfc6-a942-44bf-98d0-fc2f056ca047 {
  display: none;
}
#s-d399dfc6-a942-44bf-98d0-fc2f056ca047, #wrap-s-d399dfc6-a942-44bf-98d0-fc2f056ca047 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d399dfc6-a942-44bf-98d0-fc2f056ca047 {
  display: none;
}
#s-d399dfc6-a942-44bf-98d0-fc2f056ca047, #wrap-s-d399dfc6-a942-44bf-98d0-fc2f056ca047 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-d399dfc6-a942-44bf-98d0-fc2f056ca047 {
  display: none;
}
#s-d399dfc6-a942-44bf-98d0-fc2f056ca047, #wrap-s-d399dfc6-a942-44bf-98d0-fc2f056ca047 { display: none !important; }}@media (max-width: 767px){#s-d399dfc6-a942-44bf-98d0-fc2f056ca047 {
  min-height: 500px;
}
}







#s-d399dfc6-a942-44bf-98d0-fc2f056ca047 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d399dfc6-a942-44bf-98d0-fc2f056ca047.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a3d42682-66fe-4e8d-b6bf-6bf0b41ce3fd {
  padding-top: 100px;
padding-left: 3%;
padding-bottom: 100px;
padding-right: 3%;
background-color: rgba(33, 30, 21, 1);
}
@media (min-width: 1200px){#s-a3d42682-66fe-4e8d-b6bf-6bf0b41ce3fd {
  padding-left: 40px;
padding-right: 40px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a3d42682-66fe-4e8d-b6bf-6bf0b41ce3fd {
  padding-left: 40px;
padding-right: 40px;
}
}@media (max-width: 767px){#s-a3d42682-66fe-4e8d-b6bf-6bf0b41ce3fd {
  padding-top: 40px;
padding-left: 5%;
padding-bottom: 90px;
padding-right: 5%;
}
}
@media (min-width: 0px) {
[id="s-a3d42682-66fe-4e8d-b6bf-6bf0b41ce3fd"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a3d42682-66fe-4e8d-b6bf-6bf0b41ce3fd"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-a3d42682-66fe-4e8d-b6bf-6bf0b41ce3fd"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-a3d42682-66fe-4e8d-b6bf-6bf0b41ce3fd"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-a3d42682-66fe-4e8d-b6bf-6bf0b41ce3fd"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-a3d42682-66fe-4e8d-b6bf-6bf0b41ce3fd"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-a3d42682-66fe-4e8d-b6bf-6bf0b41ce3fd"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

#s-3b9778fa-8350-43a3-a359-2367fdcf36ed {
  margin-top: 50px;
padding-left: 0%;
max-width: 800px;
aspect-ratio: 800/1147;
}
@media (max-width: 767px){#s-3b9778fa-8350-43a3-a359-2367fdcf36ed {
  margin-left: auto;
margin-right: auto;
display: none;
}
#s-3b9778fa-8350-43a3-a359-2367fdcf36ed, #wrap-s-3b9778fa-8350-43a3-a359-2367fdcf36ed { display: none !important; }}




  #s-3b9778fa-8350-43a3-a359-2367fdcf36ed img.shogun-image,
  #s-3b9778fa-8350-43a3-a359-2367fdcf36ed .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-3b9778fa-8350-43a3-a359-2367fdcf36ed {
    width: 100%;
    height: auto;
  }



  #s-3b9778fa-8350-43a3-a359-2367fdcf36ed img.shogun-image {
    

    
    
    
  }


#s-3b9778fa-8350-43a3-a359-2367fdcf36ed .shogun-image-content {
  
    align-items: center;
  
}

.responsive-heading span {
    font-size: 36px !important;
    display: block;
    line-height:1.2;
}

@media (min-width: 768px) {
    .responsive-heading span {
        font-size: 60px !important;
        display: unset;
        line-height: 1.3;
    }
}
#s-81d1564d-93a4-4e9a-81b0-66c656b4e122 {
  margin-bottom: 30px;
}
@media (min-width: 992px) and (max-width: 1199px){#s-81d1564d-93a4-4e9a-81b0-66c656b4e122 {
  margin-bottom: 30px;
}
}
@media (min-width: 1200px){#s-222eda90-bb25-4116-8858-9d2709176c36 {
  margin-bottom: 80px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-222eda90-bb25-4116-8858-9d2709176c36 {
  margin-top: 0px;
margin-bottom: 80px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-222eda90-bb25-4116-8858-9d2709176c36 {
  margin-bottom: 30px;
}
}@media (max-width: 767px){#s-222eda90-bb25-4116-8858-9d2709176c36 {
  margin-bottom: 30px;
}
}
@media (min-width: 1200px){#s-1baebe93-0d89-4c09-b856-5beb7fe5041f {
  padding-left: 100px;
padding-right: 100px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-1baebe93-0d89-4c09-b856-5beb7fe5041f {
  padding-left: 100px;
padding-right: 100px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-1baebe93-0d89-4c09-b856-5beb7fe5041f {
  padding-left: 20px;
padding-right: 20px;
}
}
.button-arrow.white {
  text-align: left;
  text-decoration: none;
  width: 100% !important;
  padding: .75em;
  justify-content: space-between;
  font-size: 1rem;
  font-family: Moderat,Arial,Helvetica,sans-serif;
  display: flex;
  border-radius: 0;
  line-height: 1;
  margin: 0 auto;
}

.button-arrow.white::after {
  content: "\2192";
}

.button-arrow.white {
  background-color: transparent;
  color: #FFF;
  border: 1px solid #FFF;
}

.button-arrow.white:hover {
  background-color: #000;
}

@media (min-width: 768px) {
    .button-arrow.white {
        width: 12em !important;
        font-size: 1.75rem;
    }
}

@media (min-width: 1024px) {
    .button-arrow.white {
        width: 18em !important;
    }
}
#s-79f13b73-1ebe-46d3-82ff-19540a67d699 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}
@media (max-width: 767px){#s-79f13b73-1ebe-46d3-82ff-19540a67d699 {
  max-width: 80%;
text-align: center;
}
}
#s-13a135a6-528e-4387-99a4-b1c21fffb303 {
  margin-top: 50px;
max-width: 800px;
aspect-ratio: 800/1170;
text-align: right;
}
@media (min-width: 1200px){#s-13a135a6-528e-4387-99a4-b1c21fffb303 {
  margin-left: auto;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-13a135a6-528e-4387-99a4-b1c21fffb303 {
  margin-left: auto;
}
}@media (max-width: 767px){#s-13a135a6-528e-4387-99a4-b1c21fffb303 {
  margin-top: 20px;
margin-left: auto;
margin-right: auto;
display: none;
}
#s-13a135a6-528e-4387-99a4-b1c21fffb303, #wrap-s-13a135a6-528e-4387-99a4-b1c21fffb303 { display: none !important; }}




  #s-13a135a6-528e-4387-99a4-b1c21fffb303 img.shogun-image,
  #s-13a135a6-528e-4387-99a4-b1c21fffb303 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-13a135a6-528e-4387-99a4-b1c21fffb303 {
    width: 100%;
    height: auto;
  }



  #s-13a135a6-528e-4387-99a4-b1c21fffb303 img.shogun-image {
    

    
    
    
  }


#s-13a135a6-528e-4387-99a4-b1c21fffb303 .shogun-image-content {
  
    align-items: center;
  
}

#s-8b506c9f-5a53-42e0-b05d-76da056b3aff {
  padding-left: 20px;
padding-right: 20px;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-8b506c9f-5a53-42e0-b05d-76da056b3aff {
  padding-left: 0px;
padding-right: 0px;
}
}@media (max-width: 767px){#s-8b506c9f-5a53-42e0-b05d-76da056b3aff {
  padding-left: 0px;
padding-right: 0px;
}
}







#s-8b506c9f-5a53-42e0-b05d-76da056b3aff > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8b506c9f-5a53-42e0-b05d-76da056b3aff.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-bae335e3-fa7d-4ac9-b11d-bcb1dbee968e {
  margin-top: 60px;
margin-left: auto;
margin-bottom: 80px;
margin-right: auto;
max-width: 600px;
}
@media (min-width: 768px) and (max-width: 991px){#s-bae335e3-fa7d-4ac9-b11d-bcb1dbee968e {
  margin-bottom: 60px;
}
}@media (max-width: 767px){#s-bae335e3-fa7d-4ac9-b11d-bcb1dbee968e {
  margin-bottom: 60px;
max-width: 260px;
}
}
#s-c9f7f95a-5d85-43ac-a2c8-f1d1ab5a1743 {
  padding-top: 10px;
padding-bottom: 30px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
text-align: center;
}

#s-c9f7f95a-5d85-43ac-a2c8-f1d1ab5a1743 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 36px;
  
  
  
}


@media (max-width: 767px){#s-c9f7f95a-5d85-43ac-a2c8-f1d1ab5a1743 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}


}
.productSlider {
    margin-bottom: 60px;
    padding: 0 10px;
    overflow: hidden;
}

.productSlider .carousel-tooltip {
    display: none!important;
}

/*.productSlider a, .productSlider a:hover, .productSlider a:focus {*/
/*    text-decoration: underline !important;*/
/*}*/

/*.productSlider--container {*/
/*    width: 100%;*/
/*    margin-left: auto;*/
/*    margin-right: auto;*/
/*    padding-left: 20px;*/
/*    padding-right: 20px;*/
/*}*/

.productSlider .slick-slide {
  margin: 0 20px;
}

.productSlider .slick-list {
  margin: 0 -20px;
}

/*.shg-box-content .shg-c {*/
/*    padding: 0px;*/
/*}*/

/*.productSlider .slick-track {*/
/*    margin: 0 0 0 60px;*/
/*}*/

/*.productSlider .slick-arrow {*/
/*    background-color: black;*/
/*    border-radius: 50%;*/
/*    height: 39px;*/
/*    width: 39px;*/
/*}*/

/*.productSlider .slick-prev {*/
/*    left: -15px;*/
/*    top: 180px;*/
/*}*/

/*.productSlider .slick-next {*/
/*    right: -15px;*/
/*    top: 180px;*/
/*}*/

.productSlider .slick-next::before, .productSlider .slick-next:hover::before {
    background-image: none;
    border-top: 1px solid white;
    border-right: 1px solid white;
    height: 10px;
    width: 10px;
    transform: rotate(45deg);
}

.productSlider .slick-prev::before, .productSlider .slick-prev:hover::before {
    background-image: none;
    border-top: 1px solid white;
    border-right: 1px solid white;
    height: 10px;
    width: 10px;
    margin-left: 5px;
    transform: rotate(225deg);
}

.productSlider .slick-next:focus, .productSlider .slick-next:hover, .productSlider .slick-prev:focus, .productSlider .slick-prev:hover {
    background-color: #56b082;
}


/*@media (min-width: 500px) {*/
/*    .productSlider--flex {*/
/*        display: flex;*/
/*        align-items: center;*/
/*        justify-content: space-between;*/
/*        margin-bottom: 0;*/
/*    }*/
    
/*    .productSlider .slick-track {*/
/*    margin: 0 0 0 120px;*/
/*    }*/
/*}*/

/*@media (min-width: 768px) {*/
/*    .productSlider .slick-track {*/
/*    margin: 0 0 0 80px;*/
/*    }*/

/*}*/

/*@media (min-width: 1024px) {*/
/*    .productSlider .slick-track {*/
/*    margin: 0 0 0 156px;*/
/*    }*/
    
/*    .slick-arrow {*/
/*    height: 48px;*/
/*    width: 48px;*/
/*    }*/
    
/*    .slick-prev {*/
/*    top: 250px;*/
/*    }*/

/*    .slick-next {*/
/*    top: 250px;*/
/*    }*/
    
/*    .slick-next::before, .slick-next:hover::before, .slick-prev::before, .slick-prev:hover::before {*/
/*    height: 24px;*/
/*    width: 24px;*/
/*    }*/
    
/*    .slick-next::before, .slick-next:hover::before {*/
/*        position: absolute;*/
/*        right: 14px;*/
/*        top: 12px;*/
/*    }*/

/*}*/


.customProductCard__button {
    color: #ffffff;
    font-size: 18px;
    display: block;
    margin-top: 10px;
    padding: 15px 20px;
    border-radius: 2px;
    background-color: #252525;
    text-align: left;
    text-decoration: underline;
}

.customProductCard__image {
    border-bottom: 1px solid black;
    padding-bottom: 30px;
    margin-bottom: 10px;
}

.customProductCard__title {
    color: #000;
    font-size: 18px;
    line-height: 1.25em;
    text-align: left;
    text-transform: uppercase;
}
#s-eca2301c-881a-423f-977b-1874ed4abdf8 {
  max-width: 480px;
aspect-ratio: 2/3;
text-align: center;
}





  @supports  (aspect-ratio: 1/1) {
    
    #s-eca2301c-881a-423f-977b-1874ed4abdf8 .shg-image-content-wrapper {
      aspect-ratio: 2/3;
      min-width: 100%;
      height: auto;
    }

    #s-eca2301c-881a-423f-977b-1874ed4abdf8 .shogun-image-link {
      aspect-ratio: 2/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-eca2301c-881a-423f-977b-1874ed4abdf8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-eca2301c-881a-423f-977b-1874ed4abdf8 {
    width: 100%;
    height: auto;
  }

  #s-eca2301c-881a-423f-977b-1874ed4abdf8 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-eca2301c-881a-423f-977b-1874ed4abdf8.shogun-image {
    
    
  }


.s-eca2301c-881a-423f-977b-1874ed4abdf8 .shogun-image-content {
  
    align-items: center;
  
}

.s-eca2301c-881a-423f-977b-1874ed4abdf8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-eca2301c-881a-423f-977b-1874ed4abdf8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-eca2301c-881a-423f-977b-1874ed4abdf8.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-eca2301c-881a-423f-977b-1874ed4abdf8 {
      --shg-aspect-ratio: calc(2/3); 
    }

    .s-eca2301c-881a-423f-977b-1874ed4abdf8.shogun-image-container {
      position: relative;
    }

    .s-eca2301c-881a-423f-977b-1874ed4abdf8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-eca2301c-881a-423f-977b-1874ed4abdf8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-eca2301c-881a-423f-977b-1874ed4abdf8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-eca2301c-881a-423f-977b-1874ed4abdf8 .shg-image-content-wrapper {
      aspect-ratio: 2/3;
      min-width: 100%;
      height: auto;
    }

    #s-eca2301c-881a-423f-977b-1874ed4abdf8 .shogun-image-link {
      aspect-ratio: 2/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-eca2301c-881a-423f-977b-1874ed4abdf8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-eca2301c-881a-423f-977b-1874ed4abdf8 {
    width: 100%;
    height: auto;
  }

  #s-eca2301c-881a-423f-977b-1874ed4abdf8 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-eca2301c-881a-423f-977b-1874ed4abdf8.shogun-image {
    
    
  }


.s-eca2301c-881a-423f-977b-1874ed4abdf8 .shogun-image-content {
  
    align-items: center;
  
}

.s-eca2301c-881a-423f-977b-1874ed4abdf8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-eca2301c-881a-423f-977b-1874ed4abdf8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-eca2301c-881a-423f-977b-1874ed4abdf8.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-eca2301c-881a-423f-977b-1874ed4abdf8 {
      --shg-aspect-ratio: calc(2/3); 
    }

    .s-eca2301c-881a-423f-977b-1874ed4abdf8.shogun-image-container {
      position: relative;
    }

    .s-eca2301c-881a-423f-977b-1874ed4abdf8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-eca2301c-881a-423f-977b-1874ed4abdf8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-eca2301c-881a-423f-977b-1874ed4abdf8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-eca2301c-881a-423f-977b-1874ed4abdf8 .shg-image-content-wrapper {
      aspect-ratio: 2/3;
      min-width: 100%;
      height: auto;
    }

    #s-eca2301c-881a-423f-977b-1874ed4abdf8 .shogun-image-link {
      aspect-ratio: 2/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-eca2301c-881a-423f-977b-1874ed4abdf8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-eca2301c-881a-423f-977b-1874ed4abdf8 {
    width: 100%;
    height: auto;
  }

  #s-eca2301c-881a-423f-977b-1874ed4abdf8 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-eca2301c-881a-423f-977b-1874ed4abdf8.shogun-image {
    
    
  }


.s-eca2301c-881a-423f-977b-1874ed4abdf8 .shogun-image-content {
  
    align-items: center;
  
}

.s-eca2301c-881a-423f-977b-1874ed4abdf8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-eca2301c-881a-423f-977b-1874ed4abdf8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-eca2301c-881a-423f-977b-1874ed4abdf8.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-eca2301c-881a-423f-977b-1874ed4abdf8 {
      --shg-aspect-ratio: calc(2/3); 
    }

    .s-eca2301c-881a-423f-977b-1874ed4abdf8.shogun-image-container {
      position: relative;
    }

    .s-eca2301c-881a-423f-977b-1874ed4abdf8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-eca2301c-881a-423f-977b-1874ed4abdf8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-eca2301c-881a-423f-977b-1874ed4abdf8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-eca2301c-881a-423f-977b-1874ed4abdf8 .shg-image-content-wrapper {
      aspect-ratio: 2/3;
      min-width: 100%;
      height: auto;
    }

    #s-eca2301c-881a-423f-977b-1874ed4abdf8 .shogun-image-link {
      aspect-ratio: 2/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-eca2301c-881a-423f-977b-1874ed4abdf8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-eca2301c-881a-423f-977b-1874ed4abdf8 {
    width: 100%;
    height: auto;
  }

  #s-eca2301c-881a-423f-977b-1874ed4abdf8 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-eca2301c-881a-423f-977b-1874ed4abdf8.shogun-image {
    
    
  }


.s-eca2301c-881a-423f-977b-1874ed4abdf8 .shogun-image-content {
  
    align-items: center;
  
}

.s-eca2301c-881a-423f-977b-1874ed4abdf8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-eca2301c-881a-423f-977b-1874ed4abdf8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-eca2301c-881a-423f-977b-1874ed4abdf8.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-eca2301c-881a-423f-977b-1874ed4abdf8 {
      --shg-aspect-ratio: calc(2/3); 
    }

    .s-eca2301c-881a-423f-977b-1874ed4abdf8.shogun-image-container {
      position: relative;
    }

    .s-eca2301c-881a-423f-977b-1874ed4abdf8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-eca2301c-881a-423f-977b-1874ed4abdf8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-eca2301c-881a-423f-977b-1874ed4abdf8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-eca2301c-881a-423f-977b-1874ed4abdf8 .shg-image-content-wrapper {
      aspect-ratio: 2/3;
      min-width: 100%;
      height: auto;
    }

    #s-eca2301c-881a-423f-977b-1874ed4abdf8 .shogun-image-link {
      aspect-ratio: 2/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-eca2301c-881a-423f-977b-1874ed4abdf8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-eca2301c-881a-423f-977b-1874ed4abdf8 {
    width: 100%;
    height: auto;
  }

  #s-eca2301c-881a-423f-977b-1874ed4abdf8 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-eca2301c-881a-423f-977b-1874ed4abdf8.shogun-image {
    
    
  }


.s-eca2301c-881a-423f-977b-1874ed4abdf8 .shogun-image-content {
  
    align-items: center;
  
}

.s-eca2301c-881a-423f-977b-1874ed4abdf8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-eca2301c-881a-423f-977b-1874ed4abdf8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-eca2301c-881a-423f-977b-1874ed4abdf8.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-eca2301c-881a-423f-977b-1874ed4abdf8 {
      --shg-aspect-ratio: calc(2/3); 
    }

    .s-eca2301c-881a-423f-977b-1874ed4abdf8.shogun-image-container {
      position: relative;
    }

    .s-eca2301c-881a-423f-977b-1874ed4abdf8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-eca2301c-881a-423f-977b-1874ed4abdf8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-eca2301c-881a-423f-977b-1874ed4abdf8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-58ec1445-e9ba-4ff5-98ae-6b92b41d7d0d {
  max-width: 480px;
aspect-ratio: 2/3;
text-align: center;
}





  @supports  (aspect-ratio: 1/1) {
    
    #s-58ec1445-e9ba-4ff5-98ae-6b92b41d7d0d .shg-image-content-wrapper {
      aspect-ratio: 2/3;
      min-width: 100%;
      height: auto;
    }

    #s-58ec1445-e9ba-4ff5-98ae-6b92b41d7d0d .shogun-image-link {
      aspect-ratio: 2/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-58ec1445-e9ba-4ff5-98ae-6b92b41d7d0d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-58ec1445-e9ba-4ff5-98ae-6b92b41d7d0d {
    width: 100%;
    height: auto;
  }

  #s-58ec1445-e9ba-4ff5-98ae-6b92b41d7d0d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-58ec1445-e9ba-4ff5-98ae-6b92b41d7d0d.shogun-image {
    
    
  }


.s-58ec1445-e9ba-4ff5-98ae-6b92b41d7d0d .shogun-image-content {
  
    align-items: center;
  
}

.s-58ec1445-e9ba-4ff5-98ae-6b92b41d7d0d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-58ec1445-e9ba-4ff5-98ae-6b92b41d7d0d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-58ec1445-e9ba-4ff5-98ae-6b92b41d7d0d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-58ec1445-e9ba-4ff5-98ae-6b92b41d7d0d {
      --shg-aspect-ratio: calc(2/3); 
    }

    .s-58ec1445-e9ba-4ff5-98ae-6b92b41d7d0d.shogun-image-container {
      position: relative;
    }

    .s-58ec1445-e9ba-4ff5-98ae-6b92b41d7d0d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-58ec1445-e9ba-4ff5-98ae-6b92b41d7d0d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-58ec1445-e9ba-4ff5-98ae-6b92b41d7d0d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-58ec1445-e9ba-4ff5-98ae-6b92b41d7d0d .shg-image-content-wrapper {
      aspect-ratio: 2/3;
      min-width: 100%;
      height: auto;
    }

    #s-58ec1445-e9ba-4ff5-98ae-6b92b41d7d0d .shogun-image-link {
      aspect-ratio: 2/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-58ec1445-e9ba-4ff5-98ae-6b92b41d7d0d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-58ec1445-e9ba-4ff5-98ae-6b92b41d7d0d {
    width: 100%;
    height: auto;
  }

  #s-58ec1445-e9ba-4ff5-98ae-6b92b41d7d0d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-58ec1445-e9ba-4ff5-98ae-6b92b41d7d0d.shogun-image {
    
    
  }


.s-58ec1445-e9ba-4ff5-98ae-6b92b41d7d0d .shogun-image-content {
  
    align-items: center;
  
}

.s-58ec1445-e9ba-4ff5-98ae-6b92b41d7d0d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-58ec1445-e9ba-4ff5-98ae-6b92b41d7d0d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-58ec1445-e9ba-4ff5-98ae-6b92b41d7d0d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-58ec1445-e9ba-4ff5-98ae-6b92b41d7d0d {
      --shg-aspect-ratio: calc(2/3); 
    }

    .s-58ec1445-e9ba-4ff5-98ae-6b92b41d7d0d.shogun-image-container {
      position: relative;
    }

    .s-58ec1445-e9ba-4ff5-98ae-6b92b41d7d0d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-58ec1445-e9ba-4ff5-98ae-6b92b41d7d0d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-58ec1445-e9ba-4ff5-98ae-6b92b41d7d0d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-58ec1445-e9ba-4ff5-98ae-6b92b41d7d0d .shg-image-content-wrapper {
      aspect-ratio: 2/3;
      min-width: 100%;
      height: auto;
    }

    #s-58ec1445-e9ba-4ff5-98ae-6b92b41d7d0d .shogun-image-link {
      aspect-ratio: 2/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-58ec1445-e9ba-4ff5-98ae-6b92b41d7d0d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-58ec1445-e9ba-4ff5-98ae-6b92b41d7d0d {
    width: 100%;
    height: auto;
  }

  #s-58ec1445-e9ba-4ff5-98ae-6b92b41d7d0d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-58ec1445-e9ba-4ff5-98ae-6b92b41d7d0d.shogun-image {
    
    
  }


.s-58ec1445-e9ba-4ff5-98ae-6b92b41d7d0d .shogun-image-content {
  
    align-items: center;
  
}

.s-58ec1445-e9ba-4ff5-98ae-6b92b41d7d0d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-58ec1445-e9ba-4ff5-98ae-6b92b41d7d0d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-58ec1445-e9ba-4ff5-98ae-6b92b41d7d0d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-58ec1445-e9ba-4ff5-98ae-6b92b41d7d0d {
      --shg-aspect-ratio: calc(2/3); 
    }

    .s-58ec1445-e9ba-4ff5-98ae-6b92b41d7d0d.shogun-image-container {
      position: relative;
    }

    .s-58ec1445-e9ba-4ff5-98ae-6b92b41d7d0d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-58ec1445-e9ba-4ff5-98ae-6b92b41d7d0d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-58ec1445-e9ba-4ff5-98ae-6b92b41d7d0d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-58ec1445-e9ba-4ff5-98ae-6b92b41d7d0d .shg-image-content-wrapper {
      aspect-ratio: 2/3;
      min-width: 100%;
      height: auto;
    }

    #s-58ec1445-e9ba-4ff5-98ae-6b92b41d7d0d .shogun-image-link {
      aspect-ratio: 2/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-58ec1445-e9ba-4ff5-98ae-6b92b41d7d0d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-58ec1445-e9ba-4ff5-98ae-6b92b41d7d0d {
    width: 100%;
    height: auto;
  }

  #s-58ec1445-e9ba-4ff5-98ae-6b92b41d7d0d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-58ec1445-e9ba-4ff5-98ae-6b92b41d7d0d.shogun-image {
    
    
  }


.s-58ec1445-e9ba-4ff5-98ae-6b92b41d7d0d .shogun-image-content {
  
    align-items: center;
  
}

.s-58ec1445-e9ba-4ff5-98ae-6b92b41d7d0d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-58ec1445-e9ba-4ff5-98ae-6b92b41d7d0d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-58ec1445-e9ba-4ff5-98ae-6b92b41d7d0d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-58ec1445-e9ba-4ff5-98ae-6b92b41d7d0d {
      --shg-aspect-ratio: calc(2/3); 
    }

    .s-58ec1445-e9ba-4ff5-98ae-6b92b41d7d0d.shogun-image-container {
      position: relative;
    }

    .s-58ec1445-e9ba-4ff5-98ae-6b92b41d7d0d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-58ec1445-e9ba-4ff5-98ae-6b92b41d7d0d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-58ec1445-e9ba-4ff5-98ae-6b92b41d7d0d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-58ec1445-e9ba-4ff5-98ae-6b92b41d7d0d .shg-image-content-wrapper {
      aspect-ratio: 2/3;
      min-width: 100%;
      height: auto;
    }

    #s-58ec1445-e9ba-4ff5-98ae-6b92b41d7d0d .shogun-image-link {
      aspect-ratio: 2/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-58ec1445-e9ba-4ff5-98ae-6b92b41d7d0d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-58ec1445-e9ba-4ff5-98ae-6b92b41d7d0d {
    width: 100%;
    height: auto;
  }

  #s-58ec1445-e9ba-4ff5-98ae-6b92b41d7d0d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-58ec1445-e9ba-4ff5-98ae-6b92b41d7d0d.shogun-image {
    
    
  }


.s-58ec1445-e9ba-4ff5-98ae-6b92b41d7d0d .shogun-image-content {
  
    align-items: center;
  
}

.s-58ec1445-e9ba-4ff5-98ae-6b92b41d7d0d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-58ec1445-e9ba-4ff5-98ae-6b92b41d7d0d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-58ec1445-e9ba-4ff5-98ae-6b92b41d7d0d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-58ec1445-e9ba-4ff5-98ae-6b92b41d7d0d {
      --shg-aspect-ratio: calc(2/3); 
    }

    .s-58ec1445-e9ba-4ff5-98ae-6b92b41d7d0d.shogun-image-container {
      position: relative;
    }

    .s-58ec1445-e9ba-4ff5-98ae-6b92b41d7d0d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-58ec1445-e9ba-4ff5-98ae-6b92b41d7d0d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-58ec1445-e9ba-4ff5-98ae-6b92b41d7d0d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-11349136-899f-4544-a46b-fc8064ff2754 {
  max-width: 480px;
aspect-ratio: 2/3;
text-align: center;
}





  @supports  (aspect-ratio: 1/1) {
    
    #s-11349136-899f-4544-a46b-fc8064ff2754 .shg-image-content-wrapper {
      aspect-ratio: 2/3;
      min-width: 100%;
      height: auto;
    }

    #s-11349136-899f-4544-a46b-fc8064ff2754 .shogun-image-link {
      aspect-ratio: 2/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-11349136-899f-4544-a46b-fc8064ff2754 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-11349136-899f-4544-a46b-fc8064ff2754 {
    width: 100%;
    height: auto;
  }

  #s-11349136-899f-4544-a46b-fc8064ff2754 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-11349136-899f-4544-a46b-fc8064ff2754.shogun-image {
    
    
  }


.s-11349136-899f-4544-a46b-fc8064ff2754 .shogun-image-content {
  
    align-items: center;
  
}

.s-11349136-899f-4544-a46b-fc8064ff2754.shg-align-container {
  display: flex;
  justify-content: center
}

.s-11349136-899f-4544-a46b-fc8064ff2754.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-11349136-899f-4544-a46b-fc8064ff2754.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-11349136-899f-4544-a46b-fc8064ff2754 {
      --shg-aspect-ratio: calc(2/3); 
    }

    .s-11349136-899f-4544-a46b-fc8064ff2754.shogun-image-container {
      position: relative;
    }

    .s-11349136-899f-4544-a46b-fc8064ff2754.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-11349136-899f-4544-a46b-fc8064ff2754.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-11349136-899f-4544-a46b-fc8064ff2754 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-11349136-899f-4544-a46b-fc8064ff2754 .shg-image-content-wrapper {
      aspect-ratio: 2/3;
      min-width: 100%;
      height: auto;
    }

    #s-11349136-899f-4544-a46b-fc8064ff2754 .shogun-image-link {
      aspect-ratio: 2/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-11349136-899f-4544-a46b-fc8064ff2754 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-11349136-899f-4544-a46b-fc8064ff2754 {
    width: 100%;
    height: auto;
  }

  #s-11349136-899f-4544-a46b-fc8064ff2754 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-11349136-899f-4544-a46b-fc8064ff2754.shogun-image {
    
    
  }


.s-11349136-899f-4544-a46b-fc8064ff2754 .shogun-image-content {
  
    align-items: center;
  
}

.s-11349136-899f-4544-a46b-fc8064ff2754.shg-align-container {
  display: flex;
  justify-content: center
}

.s-11349136-899f-4544-a46b-fc8064ff2754.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-11349136-899f-4544-a46b-fc8064ff2754.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-11349136-899f-4544-a46b-fc8064ff2754 {
      --shg-aspect-ratio: calc(2/3); 
    }

    .s-11349136-899f-4544-a46b-fc8064ff2754.shogun-image-container {
      position: relative;
    }

    .s-11349136-899f-4544-a46b-fc8064ff2754.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-11349136-899f-4544-a46b-fc8064ff2754.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-11349136-899f-4544-a46b-fc8064ff2754 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-11349136-899f-4544-a46b-fc8064ff2754 .shg-image-content-wrapper {
      aspect-ratio: 2/3;
      min-width: 100%;
      height: auto;
    }

    #s-11349136-899f-4544-a46b-fc8064ff2754 .shogun-image-link {
      aspect-ratio: 2/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-11349136-899f-4544-a46b-fc8064ff2754 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-11349136-899f-4544-a46b-fc8064ff2754 {
    width: 100%;
    height: auto;
  }

  #s-11349136-899f-4544-a46b-fc8064ff2754 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-11349136-899f-4544-a46b-fc8064ff2754.shogun-image {
    
    
  }


.s-11349136-899f-4544-a46b-fc8064ff2754 .shogun-image-content {
  
    align-items: center;
  
}

.s-11349136-899f-4544-a46b-fc8064ff2754.shg-align-container {
  display: flex;
  justify-content: center
}

.s-11349136-899f-4544-a46b-fc8064ff2754.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-11349136-899f-4544-a46b-fc8064ff2754.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-11349136-899f-4544-a46b-fc8064ff2754 {
      --shg-aspect-ratio: calc(2/3); 
    }

    .s-11349136-899f-4544-a46b-fc8064ff2754.shogun-image-container {
      position: relative;
    }

    .s-11349136-899f-4544-a46b-fc8064ff2754.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-11349136-899f-4544-a46b-fc8064ff2754.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-11349136-899f-4544-a46b-fc8064ff2754 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-11349136-899f-4544-a46b-fc8064ff2754 .shg-image-content-wrapper {
      aspect-ratio: 2/3;
      min-width: 100%;
      height: auto;
    }

    #s-11349136-899f-4544-a46b-fc8064ff2754 .shogun-image-link {
      aspect-ratio: 2/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-11349136-899f-4544-a46b-fc8064ff2754 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-11349136-899f-4544-a46b-fc8064ff2754 {
    width: 100%;
    height: auto;
  }

  #s-11349136-899f-4544-a46b-fc8064ff2754 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-11349136-899f-4544-a46b-fc8064ff2754.shogun-image {
    
    
  }


.s-11349136-899f-4544-a46b-fc8064ff2754 .shogun-image-content {
  
    align-items: center;
  
}

.s-11349136-899f-4544-a46b-fc8064ff2754.shg-align-container {
  display: flex;
  justify-content: center
}

.s-11349136-899f-4544-a46b-fc8064ff2754.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-11349136-899f-4544-a46b-fc8064ff2754.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-11349136-899f-4544-a46b-fc8064ff2754 {
      --shg-aspect-ratio: calc(2/3); 
    }

    .s-11349136-899f-4544-a46b-fc8064ff2754.shogun-image-container {
      position: relative;
    }

    .s-11349136-899f-4544-a46b-fc8064ff2754.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-11349136-899f-4544-a46b-fc8064ff2754.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-11349136-899f-4544-a46b-fc8064ff2754 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-11349136-899f-4544-a46b-fc8064ff2754 .shg-image-content-wrapper {
      aspect-ratio: 2/3;
      min-width: 100%;
      height: auto;
    }

    #s-11349136-899f-4544-a46b-fc8064ff2754 .shogun-image-link {
      aspect-ratio: 2/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-11349136-899f-4544-a46b-fc8064ff2754 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-11349136-899f-4544-a46b-fc8064ff2754 {
    width: 100%;
    height: auto;
  }

  #s-11349136-899f-4544-a46b-fc8064ff2754 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-11349136-899f-4544-a46b-fc8064ff2754.shogun-image {
    
    
  }


.s-11349136-899f-4544-a46b-fc8064ff2754 .shogun-image-content {
  
    align-items: center;
  
}

.s-11349136-899f-4544-a46b-fc8064ff2754.shg-align-container {
  display: flex;
  justify-content: center
}

.s-11349136-899f-4544-a46b-fc8064ff2754.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-11349136-899f-4544-a46b-fc8064ff2754.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-11349136-899f-4544-a46b-fc8064ff2754 {
      --shg-aspect-ratio: calc(2/3); 
    }

    .s-11349136-899f-4544-a46b-fc8064ff2754.shogun-image-container {
      position: relative;
    }

    .s-11349136-899f-4544-a46b-fc8064ff2754.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-11349136-899f-4544-a46b-fc8064ff2754.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-11349136-899f-4544-a46b-fc8064ff2754 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-eb2b519a-27ae-485e-a258-5d71f93e509a {
  max-width: 480px;
aspect-ratio: 2/3;
text-align: center;
}





  @supports  (aspect-ratio: 1/1) {
    
    #s-eb2b519a-27ae-485e-a258-5d71f93e509a .shg-image-content-wrapper {
      aspect-ratio: 2/3;
      min-width: 100%;
      height: auto;
    }

    #s-eb2b519a-27ae-485e-a258-5d71f93e509a .shogun-image-link {
      aspect-ratio: 2/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-eb2b519a-27ae-485e-a258-5d71f93e509a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-eb2b519a-27ae-485e-a258-5d71f93e509a {
    width: 100%;
    height: auto;
  }

  #s-eb2b519a-27ae-485e-a258-5d71f93e509a img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-eb2b519a-27ae-485e-a258-5d71f93e509a.shogun-image {
    
    
  }


.s-eb2b519a-27ae-485e-a258-5d71f93e509a .shogun-image-content {
  
    align-items: center;
  
}

.s-eb2b519a-27ae-485e-a258-5d71f93e509a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-eb2b519a-27ae-485e-a258-5d71f93e509a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-eb2b519a-27ae-485e-a258-5d71f93e509a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-eb2b519a-27ae-485e-a258-5d71f93e509a {
      --shg-aspect-ratio: calc(2/3); 
    }

    .s-eb2b519a-27ae-485e-a258-5d71f93e509a.shogun-image-container {
      position: relative;
    }

    .s-eb2b519a-27ae-485e-a258-5d71f93e509a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-eb2b519a-27ae-485e-a258-5d71f93e509a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-eb2b519a-27ae-485e-a258-5d71f93e509a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-eb2b519a-27ae-485e-a258-5d71f93e509a .shg-image-content-wrapper {
      aspect-ratio: 2/3;
      min-width: 100%;
      height: auto;
    }

    #s-eb2b519a-27ae-485e-a258-5d71f93e509a .shogun-image-link {
      aspect-ratio: 2/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-eb2b519a-27ae-485e-a258-5d71f93e509a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-eb2b519a-27ae-485e-a258-5d71f93e509a {
    width: 100%;
    height: auto;
  }

  #s-eb2b519a-27ae-485e-a258-5d71f93e509a img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-eb2b519a-27ae-485e-a258-5d71f93e509a.shogun-image {
    
    
  }


.s-eb2b519a-27ae-485e-a258-5d71f93e509a .shogun-image-content {
  
    align-items: center;
  
}

.s-eb2b519a-27ae-485e-a258-5d71f93e509a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-eb2b519a-27ae-485e-a258-5d71f93e509a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-eb2b519a-27ae-485e-a258-5d71f93e509a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-eb2b519a-27ae-485e-a258-5d71f93e509a {
      --shg-aspect-ratio: calc(2/3); 
    }

    .s-eb2b519a-27ae-485e-a258-5d71f93e509a.shogun-image-container {
      position: relative;
    }

    .s-eb2b519a-27ae-485e-a258-5d71f93e509a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-eb2b519a-27ae-485e-a258-5d71f93e509a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-eb2b519a-27ae-485e-a258-5d71f93e509a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-eb2b519a-27ae-485e-a258-5d71f93e509a .shg-image-content-wrapper {
      aspect-ratio: 2/3;
      min-width: 100%;
      height: auto;
    }

    #s-eb2b519a-27ae-485e-a258-5d71f93e509a .shogun-image-link {
      aspect-ratio: 2/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-eb2b519a-27ae-485e-a258-5d71f93e509a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-eb2b519a-27ae-485e-a258-5d71f93e509a {
    width: 100%;
    height: auto;
  }

  #s-eb2b519a-27ae-485e-a258-5d71f93e509a img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-eb2b519a-27ae-485e-a258-5d71f93e509a.shogun-image {
    
    
  }


.s-eb2b519a-27ae-485e-a258-5d71f93e509a .shogun-image-content {
  
    align-items: center;
  
}

.s-eb2b519a-27ae-485e-a258-5d71f93e509a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-eb2b519a-27ae-485e-a258-5d71f93e509a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-eb2b519a-27ae-485e-a258-5d71f93e509a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-eb2b519a-27ae-485e-a258-5d71f93e509a {
      --shg-aspect-ratio: calc(2/3); 
    }

    .s-eb2b519a-27ae-485e-a258-5d71f93e509a.shogun-image-container {
      position: relative;
    }

    .s-eb2b519a-27ae-485e-a258-5d71f93e509a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-eb2b519a-27ae-485e-a258-5d71f93e509a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-eb2b519a-27ae-485e-a258-5d71f93e509a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-eb2b519a-27ae-485e-a258-5d71f93e509a .shg-image-content-wrapper {
      aspect-ratio: 2/3;
      min-width: 100%;
      height: auto;
    }

    #s-eb2b519a-27ae-485e-a258-5d71f93e509a .shogun-image-link {
      aspect-ratio: 2/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-eb2b519a-27ae-485e-a258-5d71f93e509a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-eb2b519a-27ae-485e-a258-5d71f93e509a {
    width: 100%;
    height: auto;
  }

  #s-eb2b519a-27ae-485e-a258-5d71f93e509a img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-eb2b519a-27ae-485e-a258-5d71f93e509a.shogun-image {
    
    
  }


.s-eb2b519a-27ae-485e-a258-5d71f93e509a .shogun-image-content {
  
    align-items: center;
  
}

.s-eb2b519a-27ae-485e-a258-5d71f93e509a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-eb2b519a-27ae-485e-a258-5d71f93e509a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-eb2b519a-27ae-485e-a258-5d71f93e509a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-eb2b519a-27ae-485e-a258-5d71f93e509a {
      --shg-aspect-ratio: calc(2/3); 
    }

    .s-eb2b519a-27ae-485e-a258-5d71f93e509a.shogun-image-container {
      position: relative;
    }

    .s-eb2b519a-27ae-485e-a258-5d71f93e509a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-eb2b519a-27ae-485e-a258-5d71f93e509a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-eb2b519a-27ae-485e-a258-5d71f93e509a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-eb2b519a-27ae-485e-a258-5d71f93e509a .shg-image-content-wrapper {
      aspect-ratio: 2/3;
      min-width: 100%;
      height: auto;
    }

    #s-eb2b519a-27ae-485e-a258-5d71f93e509a .shogun-image-link {
      aspect-ratio: 2/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-eb2b519a-27ae-485e-a258-5d71f93e509a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-eb2b519a-27ae-485e-a258-5d71f93e509a {
    width: 100%;
    height: auto;
  }

  #s-eb2b519a-27ae-485e-a258-5d71f93e509a img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-eb2b519a-27ae-485e-a258-5d71f93e509a.shogun-image {
    
    
  }


.s-eb2b519a-27ae-485e-a258-5d71f93e509a .shogun-image-content {
  
    align-items: center;
  
}

.s-eb2b519a-27ae-485e-a258-5d71f93e509a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-eb2b519a-27ae-485e-a258-5d71f93e509a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-eb2b519a-27ae-485e-a258-5d71f93e509a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-eb2b519a-27ae-485e-a258-5d71f93e509a {
      --shg-aspect-ratio: calc(2/3); 
    }

    .s-eb2b519a-27ae-485e-a258-5d71f93e509a.shogun-image-container {
      position: relative;
    }

    .s-eb2b519a-27ae-485e-a258-5d71f93e509a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-eb2b519a-27ae-485e-a258-5d71f93e509a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-eb2b519a-27ae-485e-a258-5d71f93e509a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-ff97351d-8441-4007-af3f-6305c1c07518 {
  max-width: 480px;
aspect-ratio: 2/3;
text-align: center;
}





  @supports  (aspect-ratio: 1/1) {
    
    #s-ff97351d-8441-4007-af3f-6305c1c07518 .shg-image-content-wrapper {
      aspect-ratio: 2/3;
      min-width: 100%;
      height: auto;
    }

    #s-ff97351d-8441-4007-af3f-6305c1c07518 .shogun-image-link {
      aspect-ratio: 2/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ff97351d-8441-4007-af3f-6305c1c07518 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-ff97351d-8441-4007-af3f-6305c1c07518 {
    width: 100%;
    height: auto;
  }

  #s-ff97351d-8441-4007-af3f-6305c1c07518 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ff97351d-8441-4007-af3f-6305c1c07518.shogun-image {
    
    
  }


.s-ff97351d-8441-4007-af3f-6305c1c07518 .shogun-image-content {
  
    align-items: center;
  
}

.s-ff97351d-8441-4007-af3f-6305c1c07518.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ff97351d-8441-4007-af3f-6305c1c07518.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ff97351d-8441-4007-af3f-6305c1c07518.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ff97351d-8441-4007-af3f-6305c1c07518 {
      --shg-aspect-ratio: calc(2/3); 
    }

    .s-ff97351d-8441-4007-af3f-6305c1c07518.shogun-image-container {
      position: relative;
    }

    .s-ff97351d-8441-4007-af3f-6305c1c07518.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ff97351d-8441-4007-af3f-6305c1c07518.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ff97351d-8441-4007-af3f-6305c1c07518 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-ff97351d-8441-4007-af3f-6305c1c07518 .shg-image-content-wrapper {
      aspect-ratio: 2/3;
      min-width: 100%;
      height: auto;
    }

    #s-ff97351d-8441-4007-af3f-6305c1c07518 .shogun-image-link {
      aspect-ratio: 2/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ff97351d-8441-4007-af3f-6305c1c07518 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-ff97351d-8441-4007-af3f-6305c1c07518 {
    width: 100%;
    height: auto;
  }

  #s-ff97351d-8441-4007-af3f-6305c1c07518 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ff97351d-8441-4007-af3f-6305c1c07518.shogun-image {
    
    
  }


.s-ff97351d-8441-4007-af3f-6305c1c07518 .shogun-image-content {
  
    align-items: center;
  
}

.s-ff97351d-8441-4007-af3f-6305c1c07518.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ff97351d-8441-4007-af3f-6305c1c07518.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ff97351d-8441-4007-af3f-6305c1c07518.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ff97351d-8441-4007-af3f-6305c1c07518 {
      --shg-aspect-ratio: calc(2/3); 
    }

    .s-ff97351d-8441-4007-af3f-6305c1c07518.shogun-image-container {
      position: relative;
    }

    .s-ff97351d-8441-4007-af3f-6305c1c07518.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ff97351d-8441-4007-af3f-6305c1c07518.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ff97351d-8441-4007-af3f-6305c1c07518 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-ff97351d-8441-4007-af3f-6305c1c07518 .shg-image-content-wrapper {
      aspect-ratio: 2/3;
      min-width: 100%;
      height: auto;
    }

    #s-ff97351d-8441-4007-af3f-6305c1c07518 .shogun-image-link {
      aspect-ratio: 2/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ff97351d-8441-4007-af3f-6305c1c07518 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-ff97351d-8441-4007-af3f-6305c1c07518 {
    width: 100%;
    height: auto;
  }

  #s-ff97351d-8441-4007-af3f-6305c1c07518 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ff97351d-8441-4007-af3f-6305c1c07518.shogun-image {
    
    
  }


.s-ff97351d-8441-4007-af3f-6305c1c07518 .shogun-image-content {
  
    align-items: center;
  
}

.s-ff97351d-8441-4007-af3f-6305c1c07518.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ff97351d-8441-4007-af3f-6305c1c07518.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ff97351d-8441-4007-af3f-6305c1c07518.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ff97351d-8441-4007-af3f-6305c1c07518 {
      --shg-aspect-ratio: calc(2/3); 
    }

    .s-ff97351d-8441-4007-af3f-6305c1c07518.shogun-image-container {
      position: relative;
    }

    .s-ff97351d-8441-4007-af3f-6305c1c07518.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ff97351d-8441-4007-af3f-6305c1c07518.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ff97351d-8441-4007-af3f-6305c1c07518 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-ff97351d-8441-4007-af3f-6305c1c07518 .shg-image-content-wrapper {
      aspect-ratio: 2/3;
      min-width: 100%;
      height: auto;
    }

    #s-ff97351d-8441-4007-af3f-6305c1c07518 .shogun-image-link {
      aspect-ratio: 2/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ff97351d-8441-4007-af3f-6305c1c07518 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-ff97351d-8441-4007-af3f-6305c1c07518 {
    width: 100%;
    height: auto;
  }

  #s-ff97351d-8441-4007-af3f-6305c1c07518 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ff97351d-8441-4007-af3f-6305c1c07518.shogun-image {
    
    
  }


.s-ff97351d-8441-4007-af3f-6305c1c07518 .shogun-image-content {
  
    align-items: center;
  
}

.s-ff97351d-8441-4007-af3f-6305c1c07518.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ff97351d-8441-4007-af3f-6305c1c07518.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ff97351d-8441-4007-af3f-6305c1c07518.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ff97351d-8441-4007-af3f-6305c1c07518 {
      --shg-aspect-ratio: calc(2/3); 
    }

    .s-ff97351d-8441-4007-af3f-6305c1c07518.shogun-image-container {
      position: relative;
    }

    .s-ff97351d-8441-4007-af3f-6305c1c07518.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ff97351d-8441-4007-af3f-6305c1c07518.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ff97351d-8441-4007-af3f-6305c1c07518 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-ff97351d-8441-4007-af3f-6305c1c07518 .shg-image-content-wrapper {
      aspect-ratio: 2/3;
      min-width: 100%;
      height: auto;
    }

    #s-ff97351d-8441-4007-af3f-6305c1c07518 .shogun-image-link {
      aspect-ratio: 2/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ff97351d-8441-4007-af3f-6305c1c07518 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-ff97351d-8441-4007-af3f-6305c1c07518 {
    width: 100%;
    height: auto;
  }

  #s-ff97351d-8441-4007-af3f-6305c1c07518 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ff97351d-8441-4007-af3f-6305c1c07518.shogun-image {
    
    
  }


.s-ff97351d-8441-4007-af3f-6305c1c07518 .shogun-image-content {
  
    align-items: center;
  
}

.s-ff97351d-8441-4007-af3f-6305c1c07518.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ff97351d-8441-4007-af3f-6305c1c07518.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ff97351d-8441-4007-af3f-6305c1c07518.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ff97351d-8441-4007-af3f-6305c1c07518 {
      --shg-aspect-ratio: calc(2/3); 
    }

    .s-ff97351d-8441-4007-af3f-6305c1c07518.shogun-image-container {
      position: relative;
    }

    .s-ff97351d-8441-4007-af3f-6305c1c07518.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ff97351d-8441-4007-af3f-6305c1c07518.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ff97351d-8441-4007-af3f-6305c1c07518 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-c36dcad0-7865-4554-b761-40646754953f {
  background-repeat: no-repeat;
background-size: cover;
min-height: 50px;
background-position: center center;
}








#s-c36dcad0-7865-4554-b761-40646754953f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c36dcad0-7865-4554-b761-40646754953f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ab7e80ba-c4af-4937-837f-328d5f91896b {
  margin-left: auto;
padding-top: 50px;
padding-left: 50px;
padding-bottom: 50px;
padding-right: 50px;
min-height: 50px;
}








#s-ab7e80ba-c4af-4937-837f-328d5f91896b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ab7e80ba-c4af-4937-837f-328d5f91896b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-bea5895a-b685-4f30-b545-77f0270c184b {
  margin-left: auto;
padding-top: 60px;
padding-left: 60px;
padding-bottom: 60px;
padding-right: 60px;
min-height: 50px;
max-width: 900px;
background-color: rgba(227, 203, 172, 1);
background-attachment: scroll;
}
@media (min-width: 1200px){#s-bea5895a-b685-4f30-b545-77f0270c184b {
  padding-left: 80px;
padding-right: 80px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-bea5895a-b685-4f30-b545-77f0270c184b {
  padding-left: 80px;
padding-right: 80px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-bea5895a-b685-4f30-b545-77f0270c184b {
  padding-left: 30px;
padding-right: 30px;
}
}@media (max-width: 767px){#s-bea5895a-b685-4f30-b545-77f0270c184b {
  padding-left: 30px;
padding-right: 30px;
}
}







#s-bea5895a-b685-4f30-b545-77f0270c184b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bea5895a-b685-4f30-b545-77f0270c184b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.one-line-header {
  font-style: normal;
  font-size: 30px !important;
  text-transform: uppercase;
  line-height: 1;
}

.one-line-header p{
  font-family: Sectra,serif;
  margin-bottom: 0;
}

.one-line-header span {
    font-family: Adonis,serif;
    font-style: italic;
}

.one-line-header.black {
  color: black;
}

@media (min-width: 768px) {
.one-line-header p, .one-line-header span {
    display: inline-block;
}
}

@media (min-width: 1024px) {
    .one-line-header {
        font-size: 60px !important;
    }
}
#s-bb7886ba-5f4f-405d-be2e-d453e3dd8158 {
  margin-bottom: 60px;
}
@media (min-width: 768px) and (max-width: 991px){#s-bb7886ba-5f4f-405d-be2e-d453e3dd8158 {
  margin-bottom: 20px;
}
}@media (max-width: 767px){#s-bb7886ba-5f4f-405d-be2e-d453e3dd8158 {
  margin-bottom: 20px;
}
}
#s-a48bfb22-20de-4048-9bb0-6f36374f4605 {
  margin-bottom: 80px;
}
@media (min-width: 768px) and (max-width: 991px){#s-a48bfb22-20de-4048-9bb0-6f36374f4605 {
  margin-bottom: 20px;
}
}@media (max-width: 767px){#s-a48bfb22-20de-4048-9bb0-6f36374f4605 {
  margin-bottom: 20px;
}
}
.button-arrow.black {
  text-align: left;
  text-decoration: none;
  width: 100%;
  padding: .5em;
  justify-content: space-between;
  font-size: 1.5rem;
  font-family: Moderat,Arial,Helvetica,sans-serif;
  display: flex;
  border-radius: 0;
}

.button-arrow.black::after {
  content: "\2192";
}

.button-arrow.black {
  background-color: transparent;
  color: #000;
  border: 1px solid #000;
}

.button-arrow.black:hover {
  background-color: #FFFFFF;
}


@media (min-width: 768px) {
    .button-arrow.black {
        width: 16em;
        padding: 0.75em;
        font-size: 1.75rem;
    }
}
@media (max-width: 767px){#s-22ff341d-5dab-4c69-b245-7a274e5c5f34 {
  max-width: 80%;
}
}
/*
  $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:before,.shg-c:after{content:" ";display:table}.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:#000;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}[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}
