#s-24db761f-b7df-4ab6-a691-52e1ffbb437c {
  text-align: left;
}

.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-c757b76c-c59c-4ad8-a1bb-8a848bef3170 {
  background-repeat: no-repeat;
background-size: cover;
margin-left: -20px;
margin-right: -20px;
padding-top: 30px;
padding-bottom: 0px;
min-height: 500px;
background-position: center center;
}

#s-c757b76c-c59c-4ad8-a1bb-8a848bef3170 {
  background-image: url(https://i.shgcdn.com/ad457267-f440-4b78-b3d0-144845dd4965/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-c757b76c-c59c-4ad8-a1bb-8a848bef3170 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c757b76c-c59c-4ad8-a1bb-8a848bef3170.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

#s-1963dafa-9a59-4160-8478-354c33511581 {
  margin-left: auto;
margin-right: auto;
max-width: 1100px;
}

@media (min-width: 0px) {
[id="s-1963dafa-9a59-4160-8478-354c33511581"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1963dafa-9a59-4160-8478-354c33511581"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-1963dafa-9a59-4160-8478-354c33511581"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-1963dafa-9a59-4160-8478-354c33511581"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

.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-b052aa2e-847b-4c36-87b4-adacd83bfb62 {
  margin-left: auto;
margin-right: auto;
padding-left: 20px;
padding-right: 20px;
max-width: 740px;
}
@media (max-width: 767px){#s-b052aa2e-847b-4c36-87b4-adacd83bfb62 {
  max-width: 400px;
}
}
#s-86bbcdd9-91d5-447f-b55a-3ce7d5834740 {
  margin-left: auto;
margin-right: auto;
padding-top: 50px;
padding-left: 10px;
padding-bottom: 50px;
padding-right: 10px;
min-height: 50px;
}
@media (max-width: 767px){#s-86bbcdd9-91d5-447f-b55a-3ce7d5834740 {
  padding-top: 24px;
padding-bottom: 24px;
}
}







#s-86bbcdd9-91d5-447f-b55a-3ce7d5834740 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-86bbcdd9-91d5-447f-b55a-3ce7d5834740.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-dc482f2f-d5c8-481d-a3ea-b6c55084f391 {
  margin-left: auto;
margin-right: auto;
max-width: 1100px;
}

@media (min-width: 0px) {
[id="s-dc482f2f-d5c8-481d-a3ea-b6c55084f391"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-dc482f2f-d5c8-481d-a3ea-b6c55084f391"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-dc482f2f-d5c8-481d-a3ea-b6c55084f391"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-dc482f2f-d5c8-481d-a3ea-b6c55084f391"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

.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-9f12f9e9-82a0-4989-b4d5-76dad31a7cab {
  max-width: 1054px;
aspect-ratio: 1054/1104;
text-align: center;
}





  #s-9f12f9e9-82a0-4989-b4d5-76dad31a7cab img.shogun-image,
  #s-9f12f9e9-82a0-4989-b4d5-76dad31a7cab .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-9f12f9e9-82a0-4989-b4d5-76dad31a7cab {
    width: 100%;
    height: auto;
  }



  #s-9f12f9e9-82a0-4989-b4d5-76dad31a7cab img.shogun-image {
    

    
    
    
  }


#s-9f12f9e9-82a0-4989-b4d5-76dad31a7cab .shogun-image-content {
  
    align-items: center;
  
}

#s-7c849ce8-6186-489f-a113-999541a949df {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 600px;
}








#s-7c849ce8-6186-489f-a113-999541a949df > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7c849ce8-6186-489f-a113-999541a949df.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f28fd418-f3d3-4b7a-8d9d-fc7daf73cbeb {
  margin-top: 20px;
padding-left: 20px;
padding-right: 20px;
}

@media (min-width: 0px) {
[id="s-f28fd418-f3d3-4b7a-8d9d-fc7daf73cbeb"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f28fd418-f3d3-4b7a-8d9d-fc7daf73cbeb"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-f28fd418-f3d3-4b7a-8d9d-fc7daf73cbeb"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-f28fd418-f3d3-4b7a-8d9d-fc7daf73cbeb"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.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-3e63ca78-d44d-4a30-81a4-108362f01385 {
  border-style: solid;
padding-top: 12px;
padding-left: 0px;
padding-bottom: 8px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 202, 36, 1);
border-radius: 7px;
background-color: rgba(226, 196, 101, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(51, 51, 51, 1);
}
#s-3e63ca78-d44d-4a30-81a4-108362f01385:hover {background-color: rgba(255, 202, 36, 1) !important;
text-decoration: none !important;
color: rgba(51, 51, 51, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-3e63ca78-d44d-4a30-81a4-108362f01385:active {background-color: rgba(226, 196, 101, 1) !important;
text-decoration: none !important;
color: rgba(51, 51, 51, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-3e63ca78-d44d-4a30-81a4-108362f01385-root {
    text-align: center;
  }


#s-3e63ca78-d44d-4a30-81a4-108362f01385.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-3e63ca78-d44d-4a30-81a4-108362f01385-root {
    text-align: center;
  }


#s-3e63ca78-d44d-4a30-81a4-108362f01385.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-3e63ca78-d44d-4a30-81a4-108362f01385-root {
    text-align: center;
  }


#s-3e63ca78-d44d-4a30-81a4-108362f01385.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-3e63ca78-d44d-4a30-81a4-108362f01385-root {
    text-align: center;
  }


#s-3e63ca78-d44d-4a30-81a4-108362f01385.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-3e63ca78-d44d-4a30-81a4-108362f01385-root {
    text-align: center;
  }


#s-3e63ca78-d44d-4a30-81a4-108362f01385.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-dcb7cc95-3048-4160-adc0-5591f448df20 {
  box-shadow:2px 2px 4px 1px rgba(0, 0, 0, 0.25);
border-style: solid;
padding-top: 12px;
padding-left: 0px;
padding-bottom: 8px;
padding-right: 0px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(83, 89, 92, 1);
border-radius: 7px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(83, 89, 92, 1);
}
#s-dcb7cc95-3048-4160-adc0-5591f448df20:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(51, 51, 51, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-dcb7cc95-3048-4160-adc0-5591f448df20:active {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(51, 51, 51, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-dcb7cc95-3048-4160-adc0-5591f448df20-root {
    text-align: center;
  }


#s-dcb7cc95-3048-4160-adc0-5591f448df20.shg-btn {
  color: rgba(83, 89, 92, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-dcb7cc95-3048-4160-adc0-5591f448df20-root {
    text-align: center;
  }


#s-dcb7cc95-3048-4160-adc0-5591f448df20.shg-btn {
  color: rgba(83, 89, 92, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-dcb7cc95-3048-4160-adc0-5591f448df20-root {
    text-align: center;
  }


#s-dcb7cc95-3048-4160-adc0-5591f448df20.shg-btn {
  color: rgba(83, 89, 92, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-dcb7cc95-3048-4160-adc0-5591f448df20-root {
    text-align: center;
  }


#s-dcb7cc95-3048-4160-adc0-5591f448df20.shg-btn {
  color: rgba(83, 89, 92, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-dcb7cc95-3048-4160-adc0-5591f448df20-root {
    text-align: center;
  }


#s-dcb7cc95-3048-4160-adc0-5591f448df20.shg-btn {
  color: rgba(83, 89, 92, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-dd039194-3935-476d-8d59-4547b093e8ca {
  margin-left: -20px;
margin-right: -20px;
padding-top: 50px;
padding-bottom: 50px;
min-height: 50px;
background-color: rgba(249, 248, 244, 1);
}








#s-dd039194-3935-476d-8d59-4547b093e8ca > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-dd039194-3935-476d-8d59-4547b093e8ca.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9b82d4b1-e7ca-4292-8dc8-01275ebd67c3 {
  margin-left: auto;
margin-bottom: 40px;
margin-right: auto;
min-height: 50px;
max-width: 1100px;
}








#s-9b82d4b1-e7ca-4292-8dc8-01275ebd67c3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9b82d4b1-e7ca-4292-8dc8-01275ebd67c3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c23a4edc-66f0-4afe-928d-3b8bec3e0d86 {
  background-color: rgba(245, 246, 245, 1);
}

@media (min-width: 0px) {
[id="s-c23a4edc-66f0-4afe-928d-3b8bec3e0d86"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c23a4edc-66f0-4afe-928d-3b8bec3e0d86"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-c23a4edc-66f0-4afe-928d-3b8bec3e0d86"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-c23a4edc-66f0-4afe-928d-3b8bec3e0d86"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-c23a4edc-66f0-4afe-928d-3b8bec3e0d86"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-c23a4edc-66f0-4afe-928d-3b8bec3e0d86"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-c23a4edc-66f0-4afe-928d-3b8bec3e0d86"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

#s-f7058a59-ce4a-42a8-a42c-23381f2acf28 {
  padding-top: 30px;
padding-left: 20px;
padding-bottom: 30px;
padding-right: 20px;
min-height: 50px;
background-color: rgba(235, 231, 217, 1);
}








#s-f7058a59-ce4a-42a8-a42c-23381f2acf28 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f7058a59-ce4a-42a8-a42c-23381f2acf28.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-50770c62-0dd0-4790-a1e5-d4bb26929e44 {
  margin-bottom: 30px;
}

@media (min-width: 0px) {
[id="s-45299fb1-d18f-442e-89b7-1ec411ba0a07"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 768px) {
[id="s-45299fb1-d18f-442e-89b7-1ec411ba0a07"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 992px) {
[id="s-45299fb1-d18f-442e-89b7-1ec411ba0a07"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 1200px) {
[id="s-45299fb1-d18f-442e-89b7-1ec411ba0a07"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

#s-00cd9e76-c546-45b9-8a08-361b4e73d3d3 {
  min-height: 50px;
}








#s-00cd9e76-c546-45b9-8a08-361b4e73d3d3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-00cd9e76-c546-45b9-8a08-361b4e73d3d3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3d44f4a5-2ddc-4d67-b5ed-344de1a6bc9b {
  margin-bottom: 10px;
max-width: 220px;
aspect-ratio: 220/231;
text-align: center;
}





  #s-3d44f4a5-2ddc-4d67-b5ed-344de1a6bc9b img.shogun-image,
  #s-3d44f4a5-2ddc-4d67-b5ed-344de1a6bc9b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-3d44f4a5-2ddc-4d67-b5ed-344de1a6bc9b {
    width: 100%;
    height: auto;
  }



  #s-3d44f4a5-2ddc-4d67-b5ed-344de1a6bc9b img.shogun-image {
    

    
    
    
  }


#s-3d44f4a5-2ddc-4d67-b5ed-344de1a6bc9b .shogun-image-content {
  
    align-items: center;
  
}

#s-6083fa7f-5103-4fd9-91b3-827364505c35 {
  min-height: 50px;
}








#s-6083fa7f-5103-4fd9-91b3-827364505c35 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6083fa7f-5103-4fd9-91b3-827364505c35.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f42247ac-a792-49d5-be87-f63b755c4326 {
  margin-bottom: 10px;
max-width: 220px;
aspect-ratio: 220/231;
text-align: center;
}





  #s-f42247ac-a792-49d5-be87-f63b755c4326 img.shogun-image,
  #s-f42247ac-a792-49d5-be87-f63b755c4326 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f42247ac-a792-49d5-be87-f63b755c4326 {
    width: 100%;
    height: auto;
  }



  #s-f42247ac-a792-49d5-be87-f63b755c4326 img.shogun-image {
    

    
    
    
  }


#s-f42247ac-a792-49d5-be87-f63b755c4326 .shogun-image-content {
  
    align-items: center;
  
}

#s-7db60c85-8f6b-45d3-89c9-e02c1b00647c {
  min-height: 50px;
}








#s-7db60c85-8f6b-45d3-89c9-e02c1b00647c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7db60c85-8f6b-45d3-89c9-e02c1b00647c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8c62d16a-9f43-4626-961c-70940a7d064b {
  margin-bottom: 10px;
max-width: 220px;
aspect-ratio: 220/231;
text-align: center;
}





  #s-8c62d16a-9f43-4626-961c-70940a7d064b img.shogun-image,
  #s-8c62d16a-9f43-4626-961c-70940a7d064b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-8c62d16a-9f43-4626-961c-70940a7d064b {
    width: 100%;
    height: auto;
  }



  #s-8c62d16a-9f43-4626-961c-70940a7d064b img.shogun-image {
    

    
    
    
  }


#s-8c62d16a-9f43-4626-961c-70940a7d064b .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-14dfcfd2-717b-420c-b392-1afea33b9a63"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 768px) {
[id="s-14dfcfd2-717b-420c-b392-1afea33b9a63"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 992px) {
[id="s-14dfcfd2-717b-420c-b392-1afea33b9a63"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 1200px) {
[id="s-14dfcfd2-717b-420c-b392-1afea33b9a63"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

#s-7a591ad4-8fcb-4ea6-a46d-289276b7dd07 {
  min-height: 50px;
}








#s-7a591ad4-8fcb-4ea6-a46d-289276b7dd07 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7a591ad4-8fcb-4ea6-a46d-289276b7dd07.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-35702a0d-2c68-46b5-819a-1a8c762d3b3b {
  margin-bottom: 10px;
max-width: 220px;
aspect-ratio: 220/231;
text-align: center;
}





  #s-35702a0d-2c68-46b5-819a-1a8c762d3b3b img.shogun-image,
  #s-35702a0d-2c68-46b5-819a-1a8c762d3b3b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-35702a0d-2c68-46b5-819a-1a8c762d3b3b {
    width: 100%;
    height: auto;
  }



  #s-35702a0d-2c68-46b5-819a-1a8c762d3b3b img.shogun-image {
    

    
    
    
  }


#s-35702a0d-2c68-46b5-819a-1a8c762d3b3b .shogun-image-content {
  
    align-items: center;
  
}

#s-b4cf9bf6-da7d-43b1-b081-cfd49ee41da0 {
  min-height: 50px;
}








#s-b4cf9bf6-da7d-43b1-b081-cfd49ee41da0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b4cf9bf6-da7d-43b1-b081-cfd49ee41da0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5fe79069-0014-47f0-94ef-83b161b78d6d {
  margin-bottom: 10px;
max-width: 220px;
aspect-ratio: 220/231;
text-align: center;
}





  #s-5fe79069-0014-47f0-94ef-83b161b78d6d img.shogun-image,
  #s-5fe79069-0014-47f0-94ef-83b161b78d6d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-5fe79069-0014-47f0-94ef-83b161b78d6d {
    width: 100%;
    height: auto;
  }



  #s-5fe79069-0014-47f0-94ef-83b161b78d6d img.shogun-image {
    

    
    
    
  }


#s-5fe79069-0014-47f0-94ef-83b161b78d6d .shogun-image-content {
  
    align-items: center;
  
}

#s-4531c52d-8c43-4e5d-a0e2-c76779859e39 {
  padding-top: 40px;
padding-left: 40px;
padding-bottom: 40px;
padding-right: 40px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-4531c52d-8c43-4e5d-a0e2-c76779859e39 {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
}
}







#s-4531c52d-8c43-4e5d-a0e2-c76779859e39 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4531c52d-8c43-4e5d-a0e2-c76779859e39.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

@media (max-width: 767px){#s-8a542a3f-fdc5-4e49-9eef-3a3a7a7b3d5c {
  
}
}@media (max-width: 767px){#s-8a542a3f-fdc5-4e49-9eef-3a3a7a7b3d5c, #wrap-s-8a542a3f-fdc5-4e49-9eef-3a3a7a7b3d5c { display: none !important; }}
@media (min-width: 1200px){#s-2ac1c483-0faa-4e63-80ed-776d06be13e3 {
  
}
}@media (min-width: 1200px){#s-2ac1c483-0faa-4e63-80ed-776d06be13e3, #wrap-s-2ac1c483-0faa-4e63-80ed-776d06be13e3 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-2ac1c483-0faa-4e63-80ed-776d06be13e3 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-2ac1c483-0faa-4e63-80ed-776d06be13e3, #wrap-s-2ac1c483-0faa-4e63-80ed-776d06be13e3 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-2ac1c483-0faa-4e63-80ed-776d06be13e3 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-2ac1c483-0faa-4e63-80ed-776d06be13e3, #wrap-s-2ac1c483-0faa-4e63-80ed-776d06be13e3 { display: none !important; }}
#s-bd64ad92-4d8e-4bab-9932-233e5ca206c8 {
  margin-top: 24px;
margin-bottom: 24px;
}

@media (min-width: 0px) {
[id="s-e3d3b17c-320a-46fd-ba7a-7674afd8369f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e3d3b17c-320a-46fd-ba7a-7674afd8369f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-e3d3b17c-320a-46fd-ba7a-7674afd8369f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-e3d3b17c-320a-46fd-ba7a-7674afd8369f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-e3d3b17c-320a-46fd-ba7a-7674afd8369f"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-24b85841-b24a-4853-9c9f-8552b415b2e2 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(226, 196, 101, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: #252525;
}
#s-24b85841-b24a-4853-9c9f-8552b415b2e2:hover {background-color: rgba(226, 196, 101, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: #252525 !important;}#s-24b85841-b24a-4853-9c9f-8552b415b2e2:active {background-color: rgba(226, 196, 101, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: #252525 !important;}

  #s-24b85841-b24a-4853-9c9f-8552b415b2e2-root {
    text-align: center;
  }


#s-24b85841-b24a-4853-9c9f-8552b415b2e2.shg-btn {
  color: #252525;
  font-size: 14px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-24b85841-b24a-4853-9c9f-8552b415b2e2-root {
    text-align: center;
  }


#s-24b85841-b24a-4853-9c9f-8552b415b2e2.shg-btn {
  color: #252525;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-24b85841-b24a-4853-9c9f-8552b415b2e2-root {
    text-align: center;
  }


#s-24b85841-b24a-4853-9c9f-8552b415b2e2.shg-btn {
  color: #252525;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-24b85841-b24a-4853-9c9f-8552b415b2e2-root {
    text-align: center;
  }


#s-24b85841-b24a-4853-9c9f-8552b415b2e2.shg-btn {
  color: #252525;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-24b85841-b24a-4853-9c9f-8552b415b2e2-root {
    text-align: center;
  }


#s-24b85841-b24a-4853-9c9f-8552b415b2e2.shg-btn {
  color: #252525;
  font-size: 14px;
  
  
  
  display:  block ;
}
}
#s-8f6f14b3-f6a6-4f1c-b498-ce5d6fa10b7d {
  text-align: left;
}

#s-b6d41de4-9ae6-410c-9547-51068c4f4930 {
  margin-left: auto;
margin-bottom: 40px;
margin-right: auto;
min-height: 50px;
max-width: 1100px;
}








#s-b6d41de4-9ae6-410c-9547-51068c4f4930 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b6d41de4-9ae6-410c-9547-51068c4f4930.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ef236c2c-33df-48ff-905d-e32fd5ef4734 {
  background-color: rgba(245, 246, 245, 1);
}

@media (min-width: 0px) {
[id="s-ef236c2c-33df-48ff-905d-e32fd5ef4734"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ef236c2c-33df-48ff-905d-e32fd5ef4734"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-ef236c2c-33df-48ff-905d-e32fd5ef4734"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-ef236c2c-33df-48ff-905d-e32fd5ef4734"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-ef236c2c-33df-48ff-905d-e32fd5ef4734"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-ef236c2c-33df-48ff-905d-e32fd5ef4734"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-ef236c2c-33df-48ff-905d-e32fd5ef4734"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

#s-1c0d92de-04d7-4bfe-b157-f40a30e9297c {
  padding-top: 30px;
padding-left: 20px;
padding-bottom: 30px;
padding-right: 20px;
min-height: 50px;
background-color: rgba(235, 231, 217, 1);
}








#s-1c0d92de-04d7-4bfe-b157-f40a30e9297c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1c0d92de-04d7-4bfe-b157-f40a30e9297c.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-788b856d-74f4-409f-8aa9-43d92a4c8c64 {
  margin-bottom: 30px;
}

@media (min-width: 0px) {
[id="s-59fcb971-11ed-4c64-9684-cd6bedab19f5"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 768px) {
[id="s-59fcb971-11ed-4c64-9684-cd6bedab19f5"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 992px) {
[id="s-59fcb971-11ed-4c64-9684-cd6bedab19f5"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 1200px) {
[id="s-59fcb971-11ed-4c64-9684-cd6bedab19f5"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

#s-1a02d7f6-9b0d-439d-ba98-d482e8ab8675 {
  min-height: 50px;
}








#s-1a02d7f6-9b0d-439d-ba98-d482e8ab8675 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1a02d7f6-9b0d-439d-ba98-d482e8ab8675.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-dc48255f-5a38-47d2-a8d3-a5161bc5788d {
  margin-bottom: 10px;
max-width: 220px;
aspect-ratio: 220/231;
text-align: center;
}





  #s-dc48255f-5a38-47d2-a8d3-a5161bc5788d img.shogun-image,
  #s-dc48255f-5a38-47d2-a8d3-a5161bc5788d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-dc48255f-5a38-47d2-a8d3-a5161bc5788d {
    width: 100%;
    height: auto;
  }



  #s-dc48255f-5a38-47d2-a8d3-a5161bc5788d img.shogun-image {
    

    
    
    
  }


#s-dc48255f-5a38-47d2-a8d3-a5161bc5788d .shogun-image-content {
  
    align-items: center;
  
}

#s-0051243c-13c8-4330-9b95-1461d67576da {
  min-height: 50px;
}








#s-0051243c-13c8-4330-9b95-1461d67576da > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0051243c-13c8-4330-9b95-1461d67576da.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-fc863807-dae3-429b-9f54-853ad17fe468 {
  margin-bottom: 10px;
max-width: 220px;
aspect-ratio: 220/231;
text-align: center;
}





  #s-fc863807-dae3-429b-9f54-853ad17fe468 img.shogun-image,
  #s-fc863807-dae3-429b-9f54-853ad17fe468 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-fc863807-dae3-429b-9f54-853ad17fe468 {
    width: 100%;
    height: auto;
  }



  #s-fc863807-dae3-429b-9f54-853ad17fe468 img.shogun-image {
    

    
    
    
  }


#s-fc863807-dae3-429b-9f54-853ad17fe468 .shogun-image-content {
  
    align-items: center;
  
}

#s-092de02f-f812-490e-b126-651e959a744e {
  min-height: 50px;
}








#s-092de02f-f812-490e-b126-651e959a744e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-092de02f-f812-490e-b126-651e959a744e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-003415ba-f9be-4dea-bb7a-1a7d5487bea9 {
  margin-bottom: 10px;
max-width: 220px;
aspect-ratio: 220/231;
text-align: center;
}





  #s-003415ba-f9be-4dea-bb7a-1a7d5487bea9 img.shogun-image,
  #s-003415ba-f9be-4dea-bb7a-1a7d5487bea9 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-003415ba-f9be-4dea-bb7a-1a7d5487bea9 {
    width: 100%;
    height: auto;
  }



  #s-003415ba-f9be-4dea-bb7a-1a7d5487bea9 img.shogun-image {
    

    
    
    
  }


#s-003415ba-f9be-4dea-bb7a-1a7d5487bea9 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-cdf1c44e-56e4-4ac6-95ae-8fcf243a266d"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 768px) {
[id="s-cdf1c44e-56e4-4ac6-95ae-8fcf243a266d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 992px) {
[id="s-cdf1c44e-56e4-4ac6-95ae-8fcf243a266d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 1200px) {
[id="s-cdf1c44e-56e4-4ac6-95ae-8fcf243a266d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

#s-9dae7fd6-5f67-4160-a6e3-9f1f6b0c4f4c {
  min-height: 50px;
}








#s-9dae7fd6-5f67-4160-a6e3-9f1f6b0c4f4c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9dae7fd6-5f67-4160-a6e3-9f1f6b0c4f4c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d42a2f1a-54a3-42b5-86a2-f2b67fe0a1d0 {
  margin-bottom: 10px;
max-width: 220px;
aspect-ratio: 220/231;
text-align: center;
}





  #s-d42a2f1a-54a3-42b5-86a2-f2b67fe0a1d0 img.shogun-image,
  #s-d42a2f1a-54a3-42b5-86a2-f2b67fe0a1d0 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d42a2f1a-54a3-42b5-86a2-f2b67fe0a1d0 {
    width: 100%;
    height: auto;
  }



  #s-d42a2f1a-54a3-42b5-86a2-f2b67fe0a1d0 img.shogun-image {
    

    
    
    
  }


#s-d42a2f1a-54a3-42b5-86a2-f2b67fe0a1d0 .shogun-image-content {
  
    align-items: center;
  
}

#s-1fd7e6ab-057c-4266-adb8-b0e714e04258 {
  min-height: 50px;
}








#s-1fd7e6ab-057c-4266-adb8-b0e714e04258 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1fd7e6ab-057c-4266-adb8-b0e714e04258.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-110b4851-63ec-4581-82c1-b4eda21f470f {
  margin-bottom: 10px;
max-width: 220px;
aspect-ratio: 220/231;
text-align: center;
}





  #s-110b4851-63ec-4581-82c1-b4eda21f470f img.shogun-image,
  #s-110b4851-63ec-4581-82c1-b4eda21f470f .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-110b4851-63ec-4581-82c1-b4eda21f470f {
    width: 100%;
    height: auto;
  }



  #s-110b4851-63ec-4581-82c1-b4eda21f470f img.shogun-image {
    

    
    
    
  }


#s-110b4851-63ec-4581-82c1-b4eda21f470f .shogun-image-content {
  
    align-items: center;
  
}

#s-22972485-2739-4150-8300-155df7b80175 {
  min-height: 50px;
}








#s-22972485-2739-4150-8300-155df7b80175 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-22972485-2739-4150-8300-155df7b80175.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4e524cc8-01bc-4962-8c65-d02c6ad54afe {
  margin-bottom: 10px;
max-width: 220px;
aspect-ratio: 220/231;
text-align: center;
}





  #s-4e524cc8-01bc-4962-8c65-d02c6ad54afe img.shogun-image,
  #s-4e524cc8-01bc-4962-8c65-d02c6ad54afe .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-4e524cc8-01bc-4962-8c65-d02c6ad54afe {
    width: 100%;
    height: auto;
  }



  #s-4e524cc8-01bc-4962-8c65-d02c6ad54afe img.shogun-image {
    

    
    
    
  }


#s-4e524cc8-01bc-4962-8c65-d02c6ad54afe .shogun-image-content {
  
    align-items: center;
  
}

#s-daa02071-7d03-4395-a6d5-00266ea5a1ef {
  padding-top: 40px;
padding-left: 40px;
padding-bottom: 40px;
padding-right: 40px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-daa02071-7d03-4395-a6d5-00266ea5a1ef {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
}
}







#s-daa02071-7d03-4395-a6d5-00266ea5a1ef > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-daa02071-7d03-4395-a6d5-00266ea5a1ef.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

@media (max-width: 767px){#s-6260f255-9fd4-4df3-ad00-6e48560a74b2 {
  
}
}@media (max-width: 767px){#s-6260f255-9fd4-4df3-ad00-6e48560a74b2, #wrap-s-6260f255-9fd4-4df3-ad00-6e48560a74b2 { display: none !important; }}
@media (min-width: 1200px){#s-10cd1ed2-359e-4b15-ad7c-5d506307b973 {
  
}
}@media (min-width: 1200px){#s-10cd1ed2-359e-4b15-ad7c-5d506307b973, #wrap-s-10cd1ed2-359e-4b15-ad7c-5d506307b973 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-10cd1ed2-359e-4b15-ad7c-5d506307b973 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-10cd1ed2-359e-4b15-ad7c-5d506307b973, #wrap-s-10cd1ed2-359e-4b15-ad7c-5d506307b973 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-10cd1ed2-359e-4b15-ad7c-5d506307b973 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-10cd1ed2-359e-4b15-ad7c-5d506307b973, #wrap-s-10cd1ed2-359e-4b15-ad7c-5d506307b973 { display: none !important; }}
#s-4fa4991c-5c1c-4498-96e2-018ee0a22f3b {
  margin-top: 24px;
margin-bottom: 24px;
}

@media (min-width: 0px) {
[id="s-47c6c256-b846-486e-bc78-663f1ab4427c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-47c6c256-b846-486e-bc78-663f1ab4427c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-47c6c256-b846-486e-bc78-663f1ab4427c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-47c6c256-b846-486e-bc78-663f1ab4427c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-47c6c256-b846-486e-bc78-663f1ab4427c"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-c3b2056e-7cd6-4699-9280-d510e25a0afd {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(226, 196, 101, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: #252525;
}
#s-c3b2056e-7cd6-4699-9280-d510e25a0afd:hover {background-color: rgba(226, 196, 101, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: #252525 !important;}#s-c3b2056e-7cd6-4699-9280-d510e25a0afd:active {background-color: rgba(226, 196, 101, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: #252525 !important;}

  #s-c3b2056e-7cd6-4699-9280-d510e25a0afd-root {
    text-align: center;
  }


#s-c3b2056e-7cd6-4699-9280-d510e25a0afd.shg-btn {
  color: #252525;
  font-size: 14px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-c3b2056e-7cd6-4699-9280-d510e25a0afd-root {
    text-align: center;
  }


#s-c3b2056e-7cd6-4699-9280-d510e25a0afd.shg-btn {
  color: #252525;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-c3b2056e-7cd6-4699-9280-d510e25a0afd-root {
    text-align: center;
  }


#s-c3b2056e-7cd6-4699-9280-d510e25a0afd.shg-btn {
  color: #252525;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-c3b2056e-7cd6-4699-9280-d510e25a0afd-root {
    text-align: center;
  }


#s-c3b2056e-7cd6-4699-9280-d510e25a0afd.shg-btn {
  color: #252525;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-c3b2056e-7cd6-4699-9280-d510e25a0afd-root {
    text-align: center;
  }


#s-c3b2056e-7cd6-4699-9280-d510e25a0afd.shg-btn {
  color: #252525;
  font-size: 14px;
  
  
  
  display:  block ;
}
}
#s-2967864a-7959-4928-8bf3-e50b5830a61b {
  text-align: left;
}

#s-ee5469b1-328a-4525-a5db-c23c8f9d9b78 {
  margin-left: auto;
margin-bottom: 40px;
margin-right: auto;
min-height: 50px;
max-width: 1100px;
}








#s-ee5469b1-328a-4525-a5db-c23c8f9d9b78 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ee5469b1-328a-4525-a5db-c23c8f9d9b78.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b2ad6a94-350c-4371-ab89-569b82cf9366 {
  background-color: rgba(245, 246, 245, 1);
}

@media (min-width: 0px) {
[id="s-b2ad6a94-350c-4371-ab89-569b82cf9366"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b2ad6a94-350c-4371-ab89-569b82cf9366"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-b2ad6a94-350c-4371-ab89-569b82cf9366"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-b2ad6a94-350c-4371-ab89-569b82cf9366"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-b2ad6a94-350c-4371-ab89-569b82cf9366"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-b2ad6a94-350c-4371-ab89-569b82cf9366"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-b2ad6a94-350c-4371-ab89-569b82cf9366"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

#s-c5a8b1ab-00fb-4011-8392-42d1a896367a {
  padding-top: 30px;
padding-left: 20px;
padding-bottom: 30px;
padding-right: 20px;
min-height: 50px;
background-color: rgba(235, 231, 217, 1);
}








#s-c5a8b1ab-00fb-4011-8392-42d1a896367a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c5a8b1ab-00fb-4011-8392-42d1a896367a.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-a1b449ef-c9ae-49ac-bda6-023beeac376b {
  margin-bottom: 30px;
}

@media (min-width: 0px) {
[id="s-faa3ea58-4b1c-456b-ac24-033d3f603fa1"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 768px) {
[id="s-faa3ea58-4b1c-456b-ac24-033d3f603fa1"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 992px) {
[id="s-faa3ea58-4b1c-456b-ac24-033d3f603fa1"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 1200px) {
[id="s-faa3ea58-4b1c-456b-ac24-033d3f603fa1"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

#s-25fc4a29-a4a1-4141-8632-163f9aec6bf3 {
  min-height: 50px;
}








#s-25fc4a29-a4a1-4141-8632-163f9aec6bf3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-25fc4a29-a4a1-4141-8632-163f9aec6bf3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e774004d-a98a-4350-9224-4ce511a2a8d6 {
  margin-bottom: 10px;
max-width: 220px;
aspect-ratio: 220/231;
text-align: center;
}





  #s-e774004d-a98a-4350-9224-4ce511a2a8d6 img.shogun-image,
  #s-e774004d-a98a-4350-9224-4ce511a2a8d6 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e774004d-a98a-4350-9224-4ce511a2a8d6 {
    width: 100%;
    height: auto;
  }



  #s-e774004d-a98a-4350-9224-4ce511a2a8d6 img.shogun-image {
    

    
    
    
  }


#s-e774004d-a98a-4350-9224-4ce511a2a8d6 .shogun-image-content {
  
    align-items: center;
  
}

#s-519b3b8e-3908-49ea-8f8c-4a80f7ace56b {
  min-height: 50px;
}








#s-519b3b8e-3908-49ea-8f8c-4a80f7ace56b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-519b3b8e-3908-49ea-8f8c-4a80f7ace56b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2ff0d4f7-92b6-4c68-872e-44048df13418 {
  margin-bottom: 10px;
max-width: 220px;
aspect-ratio: 220/231;
text-align: center;
}





  #s-2ff0d4f7-92b6-4c68-872e-44048df13418 img.shogun-image,
  #s-2ff0d4f7-92b6-4c68-872e-44048df13418 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-2ff0d4f7-92b6-4c68-872e-44048df13418 {
    width: 100%;
    height: auto;
  }



  #s-2ff0d4f7-92b6-4c68-872e-44048df13418 img.shogun-image {
    

    
    
    
  }


#s-2ff0d4f7-92b6-4c68-872e-44048df13418 .shogun-image-content {
  
    align-items: center;
  
}

#s-caf9f685-40b8-4c7f-8fad-fbd3c70df850 {
  min-height: 50px;
}








#s-caf9f685-40b8-4c7f-8fad-fbd3c70df850 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-caf9f685-40b8-4c7f-8fad-fbd3c70df850.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-35aad110-2eb7-4289-89f1-28e5d814c79e {
  margin-bottom: 10px;
max-width: 220px;
aspect-ratio: 220/231;
text-align: center;
}





  #s-35aad110-2eb7-4289-89f1-28e5d814c79e img.shogun-image,
  #s-35aad110-2eb7-4289-89f1-28e5d814c79e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-35aad110-2eb7-4289-89f1-28e5d814c79e {
    width: 100%;
    height: auto;
  }



  #s-35aad110-2eb7-4289-89f1-28e5d814c79e img.shogun-image {
    

    
    
    
  }


#s-35aad110-2eb7-4289-89f1-28e5d814c79e .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-6d047a6f-1e9e-494a-ad12-c530492e026a"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 768px) {
[id="s-6d047a6f-1e9e-494a-ad12-c530492e026a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 992px) {
[id="s-6d047a6f-1e9e-494a-ad12-c530492e026a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 1200px) {
[id="s-6d047a6f-1e9e-494a-ad12-c530492e026a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

#s-f155a640-abf1-433b-8a5d-70de34dfda29 {
  min-height: 50px;
}








#s-f155a640-abf1-433b-8a5d-70de34dfda29 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f155a640-abf1-433b-8a5d-70de34dfda29.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-cdf6fa5e-0565-488d-9483-231096a6ff9b {
  margin-bottom: 10px;
max-width: 220px;
aspect-ratio: 220/231;
text-align: center;
}





  #s-cdf6fa5e-0565-488d-9483-231096a6ff9b img.shogun-image,
  #s-cdf6fa5e-0565-488d-9483-231096a6ff9b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-cdf6fa5e-0565-488d-9483-231096a6ff9b {
    width: 100%;
    height: auto;
  }



  #s-cdf6fa5e-0565-488d-9483-231096a6ff9b img.shogun-image {
    

    
    
    
  }


#s-cdf6fa5e-0565-488d-9483-231096a6ff9b .shogun-image-content {
  
    align-items: center;
  
}

#s-9edfd5f5-c0e6-4f56-aa7c-20bbf148e952 {
  min-height: 50px;
}








#s-9edfd5f5-c0e6-4f56-aa7c-20bbf148e952 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9edfd5f5-c0e6-4f56-aa7c-20bbf148e952.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2bb26fdf-dc90-4953-a424-654a88cb7a80 {
  margin-bottom: 10px;
max-width: 220px;
aspect-ratio: 220/231;
text-align: center;
}





  #s-2bb26fdf-dc90-4953-a424-654a88cb7a80 img.shogun-image,
  #s-2bb26fdf-dc90-4953-a424-654a88cb7a80 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-2bb26fdf-dc90-4953-a424-654a88cb7a80 {
    width: 100%;
    height: auto;
  }



  #s-2bb26fdf-dc90-4953-a424-654a88cb7a80 img.shogun-image {
    

    
    
    
  }


#s-2bb26fdf-dc90-4953-a424-654a88cb7a80 .shogun-image-content {
  
    align-items: center;
  
}

#s-8990d561-ba81-47d6-b6f5-7755facd6011 {
  min-height: 50px;
}








#s-8990d561-ba81-47d6-b6f5-7755facd6011 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8990d561-ba81-47d6-b6f5-7755facd6011.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e2d0bdc5-e03a-43c5-aef1-ee9056f6017d {
  margin-bottom: 10px;
max-width: 220px;
aspect-ratio: 220/231;
text-align: center;
}





  #s-e2d0bdc5-e03a-43c5-aef1-ee9056f6017d img.shogun-image,
  #s-e2d0bdc5-e03a-43c5-aef1-ee9056f6017d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e2d0bdc5-e03a-43c5-aef1-ee9056f6017d {
    width: 100%;
    height: auto;
  }



  #s-e2d0bdc5-e03a-43c5-aef1-ee9056f6017d img.shogun-image {
    

    
    
    
  }


#s-e2d0bdc5-e03a-43c5-aef1-ee9056f6017d .shogun-image-content {
  
    align-items: center;
  
}

#s-72f363a5-9945-4951-ba60-58e2a27b6706 {
  padding-top: 40px;
padding-left: 40px;
padding-bottom: 40px;
padding-right: 40px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-72f363a5-9945-4951-ba60-58e2a27b6706 {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
}
}







#s-72f363a5-9945-4951-ba60-58e2a27b6706 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-72f363a5-9945-4951-ba60-58e2a27b6706.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

@media (min-width: 1200px){#s-13f01213-04cd-4be4-bd5d-6719c3ad5363 {
  
}
}@media (min-width: 1200px){#s-13f01213-04cd-4be4-bd5d-6719c3ad5363, #wrap-s-13f01213-04cd-4be4-bd5d-6719c3ad5363 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-13f01213-04cd-4be4-bd5d-6719c3ad5363 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-13f01213-04cd-4be4-bd5d-6719c3ad5363, #wrap-s-13f01213-04cd-4be4-bd5d-6719c3ad5363 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-13f01213-04cd-4be4-bd5d-6719c3ad5363 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-13f01213-04cd-4be4-bd5d-6719c3ad5363, #wrap-s-13f01213-04cd-4be4-bd5d-6719c3ad5363 { display: none !important; }}
@media (max-width: 767px){#s-13d72522-3a61-4cb0-a5e4-5b4af876b2ad {
  
}
}@media (max-width: 767px){#s-13d72522-3a61-4cb0-a5e4-5b4af876b2ad, #wrap-s-13d72522-3a61-4cb0-a5e4-5b4af876b2ad { display: none !important; }}
#s-565d6523-2e78-41af-bcd2-7920874688c3 {
  margin-top: 24px;
margin-bottom: 24px;
}

@media (min-width: 0px) {
[id="s-52d35c64-26e3-486f-b90d-28401152c1f2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-52d35c64-26e3-486f-b90d-28401152c1f2"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-52d35c64-26e3-486f-b90d-28401152c1f2"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-52d35c64-26e3-486f-b90d-28401152c1f2"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-52d35c64-26e3-486f-b90d-28401152c1f2"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-7668b24b-3876-4f77-b8df-d0db77b5290c {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(226, 196, 101, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: #252525;
}
#s-7668b24b-3876-4f77-b8df-d0db77b5290c:hover {background-color: rgba(226, 196, 101, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: #252525 !important;}#s-7668b24b-3876-4f77-b8df-d0db77b5290c:active {background-color: rgba(226, 196, 101, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: #252525 !important;}

  #s-7668b24b-3876-4f77-b8df-d0db77b5290c-root {
    text-align: center;
  }


#s-7668b24b-3876-4f77-b8df-d0db77b5290c.shg-btn {
  color: #252525;
  font-size: 14px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-7668b24b-3876-4f77-b8df-d0db77b5290c-root {
    text-align: center;
  }


#s-7668b24b-3876-4f77-b8df-d0db77b5290c.shg-btn {
  color: #252525;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-7668b24b-3876-4f77-b8df-d0db77b5290c-root {
    text-align: center;
  }


#s-7668b24b-3876-4f77-b8df-d0db77b5290c.shg-btn {
  color: #252525;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-7668b24b-3876-4f77-b8df-d0db77b5290c-root {
    text-align: center;
  }


#s-7668b24b-3876-4f77-b8df-d0db77b5290c.shg-btn {
  color: #252525;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-7668b24b-3876-4f77-b8df-d0db77b5290c-root {
    text-align: center;
  }


#s-7668b24b-3876-4f77-b8df-d0db77b5290c.shg-btn {
  color: #252525;
  font-size: 14px;
  
  
  
  display:  block ;
}
}
#s-24752fa2-0443-4948-8582-833de952d79f {
  text-align: left;
}

#s-79554466-ec0f-4394-88a9-2abc2f1f1720 {
  margin-left: auto;
margin-bottom: 40px;
margin-right: auto;
min-height: 50px;
max-width: 1100px;
}








#s-79554466-ec0f-4394-88a9-2abc2f1f1720 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-79554466-ec0f-4394-88a9-2abc2f1f1720.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-363cb640-1d20-403e-b6c2-29c1de0f1af1 {
  background-color: rgba(245, 246, 245, 1);
}

@media (min-width: 0px) {
[id="s-363cb640-1d20-403e-b6c2-29c1de0f1af1"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-363cb640-1d20-403e-b6c2-29c1de0f1af1"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-363cb640-1d20-403e-b6c2-29c1de0f1af1"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-363cb640-1d20-403e-b6c2-29c1de0f1af1"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-363cb640-1d20-403e-b6c2-29c1de0f1af1"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-363cb640-1d20-403e-b6c2-29c1de0f1af1"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-363cb640-1d20-403e-b6c2-29c1de0f1af1"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

#s-03c2d4dc-1592-4356-87e0-1bbb970aa328 {
  padding-top: 30px;
padding-left: 20px;
padding-bottom: 30px;
padding-right: 20px;
min-height: 50px;
background-color: rgba(235, 231, 217, 1);
}








#s-03c2d4dc-1592-4356-87e0-1bbb970aa328 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-03c2d4dc-1592-4356-87e0-1bbb970aa328.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-b0b6c3c8-4cdc-4484-95a7-96502149b1f2 {
  margin-bottom: 30px;
}

@media (min-width: 0px) {
[id="s-3cb27cd3-af4a-49a8-b671-9fae58b7b17c"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 768px) {
[id="s-3cb27cd3-af4a-49a8-b671-9fae58b7b17c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 992px) {
[id="s-3cb27cd3-af4a-49a8-b671-9fae58b7b17c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 1200px) {
[id="s-3cb27cd3-af4a-49a8-b671-9fae58b7b17c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

#s-1e334997-9e9b-4a39-9ab6-0bc13307033a {
  min-height: 50px;
}








#s-1e334997-9e9b-4a39-9ab6-0bc13307033a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1e334997-9e9b-4a39-9ab6-0bc13307033a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d877bae2-6c91-4305-9b41-a83c3efe1c89 {
  margin-bottom: 10px;
max-width: 220px;
aspect-ratio: 220/231;
text-align: center;
}





  #s-d877bae2-6c91-4305-9b41-a83c3efe1c89 img.shogun-image,
  #s-d877bae2-6c91-4305-9b41-a83c3efe1c89 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d877bae2-6c91-4305-9b41-a83c3efe1c89 {
    width: 100%;
    height: auto;
  }



  #s-d877bae2-6c91-4305-9b41-a83c3efe1c89 img.shogun-image {
    

    
    
    
  }


#s-d877bae2-6c91-4305-9b41-a83c3efe1c89 .shogun-image-content {
  
    align-items: center;
  
}

#s-a798d330-e343-4441-8a91-556eb0ea72d5 {
  min-height: 50px;
}








#s-a798d330-e343-4441-8a91-556eb0ea72d5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a798d330-e343-4441-8a91-556eb0ea72d5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c041defc-0bde-4151-b305-1773933d08e1 {
  margin-bottom: 10px;
max-width: 220px;
aspect-ratio: 220/231;
text-align: center;
}





  #s-c041defc-0bde-4151-b305-1773933d08e1 img.shogun-image,
  #s-c041defc-0bde-4151-b305-1773933d08e1 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c041defc-0bde-4151-b305-1773933d08e1 {
    width: 100%;
    height: auto;
  }



  #s-c041defc-0bde-4151-b305-1773933d08e1 img.shogun-image {
    

    
    
    
  }


#s-c041defc-0bde-4151-b305-1773933d08e1 .shogun-image-content {
  
    align-items: center;
  
}

#s-0018d84b-8857-4e0c-afea-640a49a6ea42 {
  min-height: 50px;
}








#s-0018d84b-8857-4e0c-afea-640a49a6ea42 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0018d84b-8857-4e0c-afea-640a49a6ea42.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-20a529e3-2534-430b-95d3-8805545056df {
  margin-bottom: 10px;
max-width: 220px;
aspect-ratio: 220/231;
text-align: center;
}





  #s-20a529e3-2534-430b-95d3-8805545056df img.shogun-image,
  #s-20a529e3-2534-430b-95d3-8805545056df .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-20a529e3-2534-430b-95d3-8805545056df {
    width: 100%;
    height: auto;
  }



  #s-20a529e3-2534-430b-95d3-8805545056df img.shogun-image {
    

    
    
    
  }


#s-20a529e3-2534-430b-95d3-8805545056df .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-32e6655e-02f1-42dd-9e7e-2cf0666e4d6c"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 768px) {
[id="s-32e6655e-02f1-42dd-9e7e-2cf0666e4d6c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 992px) {
[id="s-32e6655e-02f1-42dd-9e7e-2cf0666e4d6c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 1200px) {
[id="s-32e6655e-02f1-42dd-9e7e-2cf0666e4d6c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

#s-83655090-e5ac-45e6-ba5b-5117c9130175 {
  min-height: 50px;
}








#s-83655090-e5ac-45e6-ba5b-5117c9130175 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-83655090-e5ac-45e6-ba5b-5117c9130175.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f91de72c-0935-4eae-b4fb-5188f5fd25f7 {
  margin-bottom: 10px;
max-width: 220px;
aspect-ratio: 220/231;
text-align: center;
}





  #s-f91de72c-0935-4eae-b4fb-5188f5fd25f7 img.shogun-image,
  #s-f91de72c-0935-4eae-b4fb-5188f5fd25f7 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f91de72c-0935-4eae-b4fb-5188f5fd25f7 {
    width: 100%;
    height: auto;
  }



  #s-f91de72c-0935-4eae-b4fb-5188f5fd25f7 img.shogun-image {
    

    
    
    
  }


#s-f91de72c-0935-4eae-b4fb-5188f5fd25f7 .shogun-image-content {
  
    align-items: center;
  
}

#s-4dee4ec7-089b-4072-b0e5-f3f60ac873a2 {
  min-height: 50px;
}








#s-4dee4ec7-089b-4072-b0e5-f3f60ac873a2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4dee4ec7-089b-4072-b0e5-f3f60ac873a2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-76255528-f82d-4750-b57d-b6394889876c {
  margin-bottom: 10px;
max-width: 220px;
aspect-ratio: 220/231;
text-align: center;
}





  #s-76255528-f82d-4750-b57d-b6394889876c img.shogun-image,
  #s-76255528-f82d-4750-b57d-b6394889876c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-76255528-f82d-4750-b57d-b6394889876c {
    width: 100%;
    height: auto;
  }



  #s-76255528-f82d-4750-b57d-b6394889876c img.shogun-image {
    

    
    
    
  }


#s-76255528-f82d-4750-b57d-b6394889876c .shogun-image-content {
  
    align-items: center;
  
}

#s-f0b1f723-1ce4-4734-8847-46be197726af {
  padding-top: 40px;
padding-left: 40px;
padding-bottom: 40px;
padding-right: 40px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-f0b1f723-1ce4-4734-8847-46be197726af {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
}
}







#s-f0b1f723-1ce4-4734-8847-46be197726af > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f0b1f723-1ce4-4734-8847-46be197726af.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

@media (min-width: 1200px){#s-aa39f176-7752-4169-9b6b-61b29ad1940e {
  
}
}@media (min-width: 1200px){#s-aa39f176-7752-4169-9b6b-61b29ad1940e, #wrap-s-aa39f176-7752-4169-9b6b-61b29ad1940e { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-aa39f176-7752-4169-9b6b-61b29ad1940e {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-aa39f176-7752-4169-9b6b-61b29ad1940e, #wrap-s-aa39f176-7752-4169-9b6b-61b29ad1940e { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-aa39f176-7752-4169-9b6b-61b29ad1940e {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-aa39f176-7752-4169-9b6b-61b29ad1940e, #wrap-s-aa39f176-7752-4169-9b6b-61b29ad1940e { display: none !important; }}
@media (max-width: 767px){#s-e2ab5f55-e1e8-4f73-8852-3ec6fe9c8dea {
  
}
}@media (max-width: 767px){#s-e2ab5f55-e1e8-4f73-8852-3ec6fe9c8dea, #wrap-s-e2ab5f55-e1e8-4f73-8852-3ec6fe9c8dea { display: none !important; }}
#s-52e1ba20-b28b-4002-8276-f426f02cf359 {
  margin-top: 24px;
margin-bottom: 24px;
}

@media (min-width: 0px) {
[id="s-33c7cd82-7c74-4778-8e8e-79c4b81632fe"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-33c7cd82-7c74-4778-8e8e-79c4b81632fe"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-33c7cd82-7c74-4778-8e8e-79c4b81632fe"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-33c7cd82-7c74-4778-8e8e-79c4b81632fe"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-33c7cd82-7c74-4778-8e8e-79c4b81632fe"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-eaddd3d4-54fc-4470-8138-c812948a03f5 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(226, 196, 101, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: #252525;
}
#s-eaddd3d4-54fc-4470-8138-c812948a03f5:hover {background-color: rgba(226, 196, 101, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: #252525 !important;}#s-eaddd3d4-54fc-4470-8138-c812948a03f5:active {background-color: rgba(226, 196, 101, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: #252525 !important;}

  #s-eaddd3d4-54fc-4470-8138-c812948a03f5-root {
    text-align: center;
  }


#s-eaddd3d4-54fc-4470-8138-c812948a03f5.shg-btn {
  color: #252525;
  font-size: 14px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-eaddd3d4-54fc-4470-8138-c812948a03f5-root {
    text-align: center;
  }


#s-eaddd3d4-54fc-4470-8138-c812948a03f5.shg-btn {
  color: #252525;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-eaddd3d4-54fc-4470-8138-c812948a03f5-root {
    text-align: center;
  }


#s-eaddd3d4-54fc-4470-8138-c812948a03f5.shg-btn {
  color: #252525;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-eaddd3d4-54fc-4470-8138-c812948a03f5-root {
    text-align: center;
  }


#s-eaddd3d4-54fc-4470-8138-c812948a03f5.shg-btn {
  color: #252525;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-eaddd3d4-54fc-4470-8138-c812948a03f5-root {
    text-align: center;
  }


#s-eaddd3d4-54fc-4470-8138-c812948a03f5.shg-btn {
  color: #252525;
  font-size: 14px;
  
  
  
  display:  block ;
}
}
#s-a9a22304-33d9-4fff-9d93-2dd0e8e03a2d {
  text-align: left;
}

#s-37f4000f-5505-4445-8e1a-bd817cb63d07 {
  margin-left: auto;
margin-bottom: 40px;
margin-right: auto;
min-height: 50px;
max-width: 1100px;
}








#s-37f4000f-5505-4445-8e1a-bd817cb63d07 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-37f4000f-5505-4445-8e1a-bd817cb63d07.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-43de389f-e82c-4ba0-9427-2b9ee29788f3 {
  background-color: rgba(245, 246, 245, 1);
}

@media (min-width: 0px) {
[id="s-43de389f-e82c-4ba0-9427-2b9ee29788f3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-43de389f-e82c-4ba0-9427-2b9ee29788f3"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-43de389f-e82c-4ba0-9427-2b9ee29788f3"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-43de389f-e82c-4ba0-9427-2b9ee29788f3"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-43de389f-e82c-4ba0-9427-2b9ee29788f3"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-43de389f-e82c-4ba0-9427-2b9ee29788f3"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-43de389f-e82c-4ba0-9427-2b9ee29788f3"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

#s-d34f84ad-e137-4fc3-a2b7-ad13dbf3a91a {
  padding-top: 30px;
padding-left: 20px;
padding-bottom: 30px;
padding-right: 20px;
min-height: 50px;
background-color: rgba(235, 231, 217, 1);
}








#s-d34f84ad-e137-4fc3-a2b7-ad13dbf3a91a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d34f84ad-e137-4fc3-a2b7-ad13dbf3a91a.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-b716a88a-b14e-4bd3-a2eb-838668b356e0 {
  margin-bottom: 30px;
}

@media (min-width: 0px) {
[id="s-31062b0d-e064-47ac-a466-6a901f45e7ac"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 768px) {
[id="s-31062b0d-e064-47ac-a466-6a901f45e7ac"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 992px) {
[id="s-31062b0d-e064-47ac-a466-6a901f45e7ac"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 1200px) {
[id="s-31062b0d-e064-47ac-a466-6a901f45e7ac"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

#s-073fc2ba-9b23-46ab-9fb2-44dde46be817 {
  min-height: 50px;
}








#s-073fc2ba-9b23-46ab-9fb2-44dde46be817 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-073fc2ba-9b23-46ab-9fb2-44dde46be817.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0f3a959d-174d-476a-b572-31b68bd4105b {
  margin-bottom: 10px;
max-width: 220px;
aspect-ratio: 220/231;
text-align: center;
}





  #s-0f3a959d-174d-476a-b572-31b68bd4105b img.shogun-image,
  #s-0f3a959d-174d-476a-b572-31b68bd4105b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-0f3a959d-174d-476a-b572-31b68bd4105b {
    width: 100%;
    height: auto;
  }



  #s-0f3a959d-174d-476a-b572-31b68bd4105b img.shogun-image {
    

    
    
    
  }


#s-0f3a959d-174d-476a-b572-31b68bd4105b .shogun-image-content {
  
    align-items: center;
  
}

#s-225f6c28-faca-4ce1-b891-7f74a900f0b0 {
  min-height: 50px;
}








#s-225f6c28-faca-4ce1-b891-7f74a900f0b0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-225f6c28-faca-4ce1-b891-7f74a900f0b0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5b438846-5097-4ccd-b2ea-c89260dee0cb {
  margin-bottom: 10px;
max-width: 220px;
aspect-ratio: 220/231;
text-align: center;
}





  #s-5b438846-5097-4ccd-b2ea-c89260dee0cb img.shogun-image,
  #s-5b438846-5097-4ccd-b2ea-c89260dee0cb .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-5b438846-5097-4ccd-b2ea-c89260dee0cb {
    width: 100%;
    height: auto;
  }



  #s-5b438846-5097-4ccd-b2ea-c89260dee0cb img.shogun-image {
    

    
    
    
  }


#s-5b438846-5097-4ccd-b2ea-c89260dee0cb .shogun-image-content {
  
    align-items: center;
  
}

#s-946bdfae-677a-412d-bbd9-3d4d3983c843 {
  min-height: 50px;
}








#s-946bdfae-677a-412d-bbd9-3d4d3983c843 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-946bdfae-677a-412d-bbd9-3d4d3983c843.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-cc242731-4ab4-4265-bd97-a33cb064a078 {
  margin-bottom: 10px;
max-width: 220px;
aspect-ratio: 220/231;
text-align: center;
}





  #s-cc242731-4ab4-4265-bd97-a33cb064a078 img.shogun-image,
  #s-cc242731-4ab4-4265-bd97-a33cb064a078 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-cc242731-4ab4-4265-bd97-a33cb064a078 {
    width: 100%;
    height: auto;
  }



  #s-cc242731-4ab4-4265-bd97-a33cb064a078 img.shogun-image {
    

    
    
    
  }


#s-cc242731-4ab4-4265-bd97-a33cb064a078 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-911ce5dc-976c-4cfe-a16f-127573346926"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 768px) {
[id="s-911ce5dc-976c-4cfe-a16f-127573346926"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 992px) {
[id="s-911ce5dc-976c-4cfe-a16f-127573346926"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 1200px) {
[id="s-911ce5dc-976c-4cfe-a16f-127573346926"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

#s-baf2d443-38b8-4aa1-935c-31e64c37a387 {
  min-height: 50px;
}








#s-baf2d443-38b8-4aa1-935c-31e64c37a387 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-baf2d443-38b8-4aa1-935c-31e64c37a387.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d4cc6589-2777-46c9-a70a-ef261f693044 {
  margin-bottom: 10px;
max-width: 220px;
aspect-ratio: 220/231;
text-align: center;
}





  #s-d4cc6589-2777-46c9-a70a-ef261f693044 img.shogun-image,
  #s-d4cc6589-2777-46c9-a70a-ef261f693044 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d4cc6589-2777-46c9-a70a-ef261f693044 {
    width: 100%;
    height: auto;
  }



  #s-d4cc6589-2777-46c9-a70a-ef261f693044 img.shogun-image {
    

    
    
    
  }


#s-d4cc6589-2777-46c9-a70a-ef261f693044 .shogun-image-content {
  
    align-items: center;
  
}

#s-de71f16a-257c-4f1d-aa9b-2b0ef80ff5b7 {
  min-height: 50px;
}








#s-de71f16a-257c-4f1d-aa9b-2b0ef80ff5b7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-de71f16a-257c-4f1d-aa9b-2b0ef80ff5b7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f65abfc0-4b2d-4898-8976-137ae705a0e0 {
  margin-bottom: 10px;
max-width: 220px;
aspect-ratio: 220/231;
text-align: center;
}





  #s-f65abfc0-4b2d-4898-8976-137ae705a0e0 img.shogun-image,
  #s-f65abfc0-4b2d-4898-8976-137ae705a0e0 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f65abfc0-4b2d-4898-8976-137ae705a0e0 {
    width: 100%;
    height: auto;
  }



  #s-f65abfc0-4b2d-4898-8976-137ae705a0e0 img.shogun-image {
    

    
    
    
  }


#s-f65abfc0-4b2d-4898-8976-137ae705a0e0 .shogun-image-content {
  
    align-items: center;
  
}

#s-fdb8072c-b900-49bc-8fce-5fc680ce4301 {
  min-height: 50px;
}








#s-fdb8072c-b900-49bc-8fce-5fc680ce4301 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fdb8072c-b900-49bc-8fce-5fc680ce4301.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8b843bc3-bb38-4214-97e0-8960c7b09f6d {
  margin-bottom: 10px;
max-width: 220px;
aspect-ratio: 220/231;
text-align: center;
}





  #s-8b843bc3-bb38-4214-97e0-8960c7b09f6d img.shogun-image,
  #s-8b843bc3-bb38-4214-97e0-8960c7b09f6d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-8b843bc3-bb38-4214-97e0-8960c7b09f6d {
    width: 100%;
    height: auto;
  }



  #s-8b843bc3-bb38-4214-97e0-8960c7b09f6d img.shogun-image {
    

    
    
    
  }


#s-8b843bc3-bb38-4214-97e0-8960c7b09f6d .shogun-image-content {
  
    align-items: center;
  
}

#s-1351ad56-5e4b-41e2-b2e4-b753f31d839e {
  padding-top: 40px;
padding-left: 40px;
padding-bottom: 40px;
padding-right: 40px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-1351ad56-5e4b-41e2-b2e4-b753f31d839e {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
}
}







#s-1351ad56-5e4b-41e2-b2e4-b753f31d839e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1351ad56-5e4b-41e2-b2e4-b753f31d839e.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

@media (min-width: 1200px){#s-ab441815-d1fb-4e25-a818-f94e9b6e9ae6 {
  
}
}@media (min-width: 1200px){#s-ab441815-d1fb-4e25-a818-f94e9b6e9ae6, #wrap-s-ab441815-d1fb-4e25-a818-f94e9b6e9ae6 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ab441815-d1fb-4e25-a818-f94e9b6e9ae6 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-ab441815-d1fb-4e25-a818-f94e9b6e9ae6, #wrap-s-ab441815-d1fb-4e25-a818-f94e9b6e9ae6 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-ab441815-d1fb-4e25-a818-f94e9b6e9ae6 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-ab441815-d1fb-4e25-a818-f94e9b6e9ae6, #wrap-s-ab441815-d1fb-4e25-a818-f94e9b6e9ae6 { display: none !important; }}
@media (max-width: 767px){#s-d3397255-38c2-493f-9ff8-fbf47a04ff35 {
  
}
}@media (max-width: 767px){#s-d3397255-38c2-493f-9ff8-fbf47a04ff35, #wrap-s-d3397255-38c2-493f-9ff8-fbf47a04ff35 { display: none !important; }}
#s-74ab94a6-376b-4a51-9f08-1d892fb1dde4 {
  margin-top: 24px;
margin-bottom: 24px;
}

@media (min-width: 0px) {
[id="s-840ff254-d4a9-4a5a-9adb-b628185a4aa3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-840ff254-d4a9-4a5a-9adb-b628185a4aa3"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-840ff254-d4a9-4a5a-9adb-b628185a4aa3"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-840ff254-d4a9-4a5a-9adb-b628185a4aa3"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-840ff254-d4a9-4a5a-9adb-b628185a4aa3"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-05a4be24-bb75-450c-9d97-1ed8f3d1456b {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(226, 196, 101, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: #252525;
}
#s-05a4be24-bb75-450c-9d97-1ed8f3d1456b:hover {background-color: rgba(226, 196, 101, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: #252525 !important;}#s-05a4be24-bb75-450c-9d97-1ed8f3d1456b:active {background-color: rgba(226, 196, 101, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: #252525 !important;}

  #s-05a4be24-bb75-450c-9d97-1ed8f3d1456b-root {
    text-align: center;
  }


#s-05a4be24-bb75-450c-9d97-1ed8f3d1456b.shg-btn {
  color: #252525;
  font-size: 14px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-05a4be24-bb75-450c-9d97-1ed8f3d1456b-root {
    text-align: center;
  }


#s-05a4be24-bb75-450c-9d97-1ed8f3d1456b.shg-btn {
  color: #252525;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-05a4be24-bb75-450c-9d97-1ed8f3d1456b-root {
    text-align: center;
  }


#s-05a4be24-bb75-450c-9d97-1ed8f3d1456b.shg-btn {
  color: #252525;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-05a4be24-bb75-450c-9d97-1ed8f3d1456b-root {
    text-align: center;
  }


#s-05a4be24-bb75-450c-9d97-1ed8f3d1456b.shg-btn {
  color: #252525;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-05a4be24-bb75-450c-9d97-1ed8f3d1456b-root {
    text-align: center;
  }


#s-05a4be24-bb75-450c-9d97-1ed8f3d1456b.shg-btn {
  color: #252525;
  font-size: 14px;
  
  
  
  display:  block ;
}
}
#s-e355f83b-8ab3-493a-8291-0359ba1f5069 {
  text-align: left;
}

#s-dc55d0b6-263d-45c6-bcb8-55f6f601a2a8 {
  margin-left: auto;
margin-bottom: 40px;
margin-right: auto;
min-height: 50px;
max-width: 1100px;
}








#s-dc55d0b6-263d-45c6-bcb8-55f6f601a2a8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-dc55d0b6-263d-45c6-bcb8-55f6f601a2a8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-bb650364-0a0e-4801-8f4f-267935250daf {
  background-color: rgba(245, 246, 245, 1);
}

@media (min-width: 0px) {
[id="s-bb650364-0a0e-4801-8f4f-267935250daf"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-bb650364-0a0e-4801-8f4f-267935250daf"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-bb650364-0a0e-4801-8f4f-267935250daf"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-bb650364-0a0e-4801-8f4f-267935250daf"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-bb650364-0a0e-4801-8f4f-267935250daf"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-bb650364-0a0e-4801-8f4f-267935250daf"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-bb650364-0a0e-4801-8f4f-267935250daf"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

#s-ebd296b2-6458-4196-b6e1-2ca71c4d10cc {
  padding-top: 30px;
padding-left: 20px;
padding-bottom: 30px;
padding-right: 20px;
min-height: 50px;
background-color: rgba(235, 231, 217, 1);
}








#s-ebd296b2-6458-4196-b6e1-2ca71c4d10cc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ebd296b2-6458-4196-b6e1-2ca71c4d10cc.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-ab7bfb39-0f65-43e7-878e-774709e27232 {
  margin-bottom: 30px;
}

@media (min-width: 0px) {
[id="s-f3bab2db-b7f5-4c43-81a5-a564e8524e2b"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 768px) {
[id="s-f3bab2db-b7f5-4c43-81a5-a564e8524e2b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 992px) {
[id="s-f3bab2db-b7f5-4c43-81a5-a564e8524e2b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 1200px) {
[id="s-f3bab2db-b7f5-4c43-81a5-a564e8524e2b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

#s-934d1da9-9a69-4733-951a-27af69085d6c {
  min-height: 50px;
}








#s-934d1da9-9a69-4733-951a-27af69085d6c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-934d1da9-9a69-4733-951a-27af69085d6c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0312242c-71d9-49bf-87ab-10e5a70982b7 {
  margin-bottom: 10px;
max-width: 220px;
aspect-ratio: 220/231;
text-align: center;
}





  #s-0312242c-71d9-49bf-87ab-10e5a70982b7 img.shogun-image,
  #s-0312242c-71d9-49bf-87ab-10e5a70982b7 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-0312242c-71d9-49bf-87ab-10e5a70982b7 {
    width: 100%;
    height: auto;
  }



  #s-0312242c-71d9-49bf-87ab-10e5a70982b7 img.shogun-image {
    

    
    
    
  }


#s-0312242c-71d9-49bf-87ab-10e5a70982b7 .shogun-image-content {
  
    align-items: center;
  
}

#s-e2451eed-8f35-44a2-842b-36c857bacd5d {
  min-height: 50px;
}








#s-e2451eed-8f35-44a2-842b-36c857bacd5d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e2451eed-8f35-44a2-842b-36c857bacd5d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-420ab8b3-ef54-453d-ac42-c15b3fea4cb8 {
  margin-bottom: 10px;
max-width: 220px;
aspect-ratio: 220/231;
text-align: center;
}





  #s-420ab8b3-ef54-453d-ac42-c15b3fea4cb8 img.shogun-image,
  #s-420ab8b3-ef54-453d-ac42-c15b3fea4cb8 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-420ab8b3-ef54-453d-ac42-c15b3fea4cb8 {
    width: 100%;
    height: auto;
  }



  #s-420ab8b3-ef54-453d-ac42-c15b3fea4cb8 img.shogun-image {
    

    
    
    
  }


#s-420ab8b3-ef54-453d-ac42-c15b3fea4cb8 .shogun-image-content {
  
    align-items: center;
  
}

#s-cbc8a809-bba9-4dfa-8200-213dadacd21d {
  min-height: 50px;
}








#s-cbc8a809-bba9-4dfa-8200-213dadacd21d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cbc8a809-bba9-4dfa-8200-213dadacd21d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-db536879-bbc3-4266-9a10-3de8c347907d {
  margin-bottom: 10px;
max-width: 220px;
aspect-ratio: 220/231;
text-align: center;
}





  #s-db536879-bbc3-4266-9a10-3de8c347907d img.shogun-image,
  #s-db536879-bbc3-4266-9a10-3de8c347907d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-db536879-bbc3-4266-9a10-3de8c347907d {
    width: 100%;
    height: auto;
  }



  #s-db536879-bbc3-4266-9a10-3de8c347907d img.shogun-image {
    

    
    
    
  }


#s-db536879-bbc3-4266-9a10-3de8c347907d .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-58930ae9-22e8-4c62-b4b9-f14f59b62fdb"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 768px) {
[id="s-58930ae9-22e8-4c62-b4b9-f14f59b62fdb"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 992px) {
[id="s-58930ae9-22e8-4c62-b4b9-f14f59b62fdb"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 1200px) {
[id="s-58930ae9-22e8-4c62-b4b9-f14f59b62fdb"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

#s-fad9fb3c-30af-4ba2-92ed-58a267dd6fc9 {
  min-height: 50px;
}








#s-fad9fb3c-30af-4ba2-92ed-58a267dd6fc9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fad9fb3c-30af-4ba2-92ed-58a267dd6fc9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-808ec338-01ec-472e-93b1-51fa7f671ffa {
  margin-bottom: 10px;
max-width: 220px;
aspect-ratio: 220/231;
text-align: center;
}





  #s-808ec338-01ec-472e-93b1-51fa7f671ffa img.shogun-image,
  #s-808ec338-01ec-472e-93b1-51fa7f671ffa .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-808ec338-01ec-472e-93b1-51fa7f671ffa {
    width: 100%;
    height: auto;
  }



  #s-808ec338-01ec-472e-93b1-51fa7f671ffa img.shogun-image {
    

    
    
    
  }


#s-808ec338-01ec-472e-93b1-51fa7f671ffa .shogun-image-content {
  
    align-items: center;
  
}

#s-9414e37c-054a-45a9-9ae3-203d6cf825c8 {
  min-height: 50px;
}








#s-9414e37c-054a-45a9-9ae3-203d6cf825c8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9414e37c-054a-45a9-9ae3-203d6cf825c8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ab0652f0-d4ea-4b05-bb0f-a069074280da {
  margin-bottom: 10px;
max-width: 220px;
aspect-ratio: 220/231;
text-align: center;
}





  #s-ab0652f0-d4ea-4b05-bb0f-a069074280da img.shogun-image,
  #s-ab0652f0-d4ea-4b05-bb0f-a069074280da .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ab0652f0-d4ea-4b05-bb0f-a069074280da {
    width: 100%;
    height: auto;
  }



  #s-ab0652f0-d4ea-4b05-bb0f-a069074280da img.shogun-image {
    

    
    
    
  }


#s-ab0652f0-d4ea-4b05-bb0f-a069074280da .shogun-image-content {
  
    align-items: center;
  
}

#s-161c3976-1aba-4532-8c9e-155396a7e6a7 {
  padding-top: 40px;
padding-left: 40px;
padding-bottom: 40px;
padding-right: 40px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-161c3976-1aba-4532-8c9e-155396a7e6a7 {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
}
}







#s-161c3976-1aba-4532-8c9e-155396a7e6a7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-161c3976-1aba-4532-8c9e-155396a7e6a7.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

@media (min-width: 1200px){#s-cb13ba8c-be96-4476-abbe-2dd41a9f99d1 {
  
}
}@media (min-width: 1200px){#s-cb13ba8c-be96-4476-abbe-2dd41a9f99d1, #wrap-s-cb13ba8c-be96-4476-abbe-2dd41a9f99d1 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-cb13ba8c-be96-4476-abbe-2dd41a9f99d1 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-cb13ba8c-be96-4476-abbe-2dd41a9f99d1, #wrap-s-cb13ba8c-be96-4476-abbe-2dd41a9f99d1 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-cb13ba8c-be96-4476-abbe-2dd41a9f99d1 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-cb13ba8c-be96-4476-abbe-2dd41a9f99d1, #wrap-s-cb13ba8c-be96-4476-abbe-2dd41a9f99d1 { display: none !important; }}
@media (max-width: 767px){#s-e8d7c877-3596-4e28-87ca-7f07d4884bcb {
  
}
}@media (max-width: 767px){#s-e8d7c877-3596-4e28-87ca-7f07d4884bcb, #wrap-s-e8d7c877-3596-4e28-87ca-7f07d4884bcb { display: none !important; }}
#s-50b5ee41-51ad-46cc-824d-90b5d01b241c {
  margin-top: 24px;
margin-bottom: 24px;
}

@media (min-width: 0px) {
[id="s-c8bc1f87-23cb-4b9b-9fd8-1fff64009779"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c8bc1f87-23cb-4b9b-9fd8-1fff64009779"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-c8bc1f87-23cb-4b9b-9fd8-1fff64009779"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-c8bc1f87-23cb-4b9b-9fd8-1fff64009779"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-c8bc1f87-23cb-4b9b-9fd8-1fff64009779"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-49f1f71c-8fb9-4f2d-95e2-0929acd787e7 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(226, 196, 101, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: #252525;
}
#s-49f1f71c-8fb9-4f2d-95e2-0929acd787e7:hover {background-color: rgba(226, 196, 101, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: #252525 !important;}#s-49f1f71c-8fb9-4f2d-95e2-0929acd787e7:active {background-color: rgba(226, 196, 101, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: #252525 !important;}

  #s-49f1f71c-8fb9-4f2d-95e2-0929acd787e7-root {
    text-align: center;
  }


#s-49f1f71c-8fb9-4f2d-95e2-0929acd787e7.shg-btn {
  color: #252525;
  font-size: 14px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-49f1f71c-8fb9-4f2d-95e2-0929acd787e7-root {
    text-align: center;
  }


#s-49f1f71c-8fb9-4f2d-95e2-0929acd787e7.shg-btn {
  color: #252525;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-49f1f71c-8fb9-4f2d-95e2-0929acd787e7-root {
    text-align: center;
  }


#s-49f1f71c-8fb9-4f2d-95e2-0929acd787e7.shg-btn {
  color: #252525;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-49f1f71c-8fb9-4f2d-95e2-0929acd787e7-root {
    text-align: center;
  }


#s-49f1f71c-8fb9-4f2d-95e2-0929acd787e7.shg-btn {
  color: #252525;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-49f1f71c-8fb9-4f2d-95e2-0929acd787e7-root {
    text-align: center;
  }


#s-49f1f71c-8fb9-4f2d-95e2-0929acd787e7.shg-btn {
  color: #252525;
  font-size: 14px;
  
  
  
  display:  block ;
}
}
#s-18196931-b2fc-4fcb-845b-1306032520e5 {
  text-align: left;
}

#s-58b65a4a-eb74-42ed-af44-2e55d6c32e25 {
  margin-left: auto;
margin-bottom: 40px;
margin-right: auto;
min-height: 50px;
max-width: 1100px;
}








#s-58b65a4a-eb74-42ed-af44-2e55d6c32e25 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-58b65a4a-eb74-42ed-af44-2e55d6c32e25.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-eafe829c-819d-4678-8e22-6754fc5c621f {
  background-color: rgba(245, 246, 245, 1);
}

@media (min-width: 0px) {
[id="s-eafe829c-819d-4678-8e22-6754fc5c621f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-eafe829c-819d-4678-8e22-6754fc5c621f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-eafe829c-819d-4678-8e22-6754fc5c621f"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-eafe829c-819d-4678-8e22-6754fc5c621f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-eafe829c-819d-4678-8e22-6754fc5c621f"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-eafe829c-819d-4678-8e22-6754fc5c621f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-eafe829c-819d-4678-8e22-6754fc5c621f"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

#s-6f8f68c3-d765-4c96-9540-8b2667309716 {
  padding-top: 30px;
padding-left: 20px;
padding-bottom: 30px;
padding-right: 20px;
min-height: 50px;
background-color: rgba(235, 231, 217, 1);
}








#s-6f8f68c3-d765-4c96-9540-8b2667309716 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6f8f68c3-d765-4c96-9540-8b2667309716.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-d658847d-7851-4c90-a5f8-69307f656dbf {
  margin-bottom: 30px;
}

@media (min-width: 0px) {
[id="s-455714cc-6bd0-489b-aa82-98d943adaedd"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 768px) {
[id="s-455714cc-6bd0-489b-aa82-98d943adaedd"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 992px) {
[id="s-455714cc-6bd0-489b-aa82-98d943adaedd"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 1200px) {
[id="s-455714cc-6bd0-489b-aa82-98d943adaedd"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

#s-67fb72ca-ff69-4953-96a4-919a65f4fda4 {
  min-height: 50px;
}








#s-67fb72ca-ff69-4953-96a4-919a65f4fda4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-67fb72ca-ff69-4953-96a4-919a65f4fda4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-dc8618b8-e255-4acc-ade0-142fb21c3da0 {
  margin-bottom: 10px;
max-width: 220px;
aspect-ratio: 220/231;
text-align: center;
}





  #s-dc8618b8-e255-4acc-ade0-142fb21c3da0 img.shogun-image,
  #s-dc8618b8-e255-4acc-ade0-142fb21c3da0 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-dc8618b8-e255-4acc-ade0-142fb21c3da0 {
    width: 100%;
    height: auto;
  }



  #s-dc8618b8-e255-4acc-ade0-142fb21c3da0 img.shogun-image {
    

    
    
    
  }


#s-dc8618b8-e255-4acc-ade0-142fb21c3da0 .shogun-image-content {
  
    align-items: center;
  
}

#s-f9e07129-0b4e-4bbe-84ac-3ccb26d9d879 {
  min-height: 50px;
}








#s-f9e07129-0b4e-4bbe-84ac-3ccb26d9d879 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f9e07129-0b4e-4bbe-84ac-3ccb26d9d879.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-133d7adf-8d50-420b-8447-76ce70385266 {
  margin-bottom: 10px;
max-width: 220px;
aspect-ratio: 220/231;
text-align: center;
}





  #s-133d7adf-8d50-420b-8447-76ce70385266 img.shogun-image,
  #s-133d7adf-8d50-420b-8447-76ce70385266 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-133d7adf-8d50-420b-8447-76ce70385266 {
    width: 100%;
    height: auto;
  }



  #s-133d7adf-8d50-420b-8447-76ce70385266 img.shogun-image {
    

    
    
    
  }


#s-133d7adf-8d50-420b-8447-76ce70385266 .shogun-image-content {
  
    align-items: center;
  
}

#s-2b880602-57c8-4a3c-91e6-abf01b8d9dae {
  min-height: 50px;
}








#s-2b880602-57c8-4a3c-91e6-abf01b8d9dae > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2b880602-57c8-4a3c-91e6-abf01b8d9dae.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-164678a2-2acb-43d1-b5f3-b7705caffc47 {
  margin-bottom: 10px;
max-width: 220px;
aspect-ratio: 220/231;
text-align: center;
}





  #s-164678a2-2acb-43d1-b5f3-b7705caffc47 img.shogun-image,
  #s-164678a2-2acb-43d1-b5f3-b7705caffc47 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-164678a2-2acb-43d1-b5f3-b7705caffc47 {
    width: 100%;
    height: auto;
  }



  #s-164678a2-2acb-43d1-b5f3-b7705caffc47 img.shogun-image {
    

    
    
    
  }


#s-164678a2-2acb-43d1-b5f3-b7705caffc47 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-1e4eea25-73e7-4851-86e6-ba6ab2714e7b"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 768px) {
[id="s-1e4eea25-73e7-4851-86e6-ba6ab2714e7b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 992px) {
[id="s-1e4eea25-73e7-4851-86e6-ba6ab2714e7b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 1200px) {
[id="s-1e4eea25-73e7-4851-86e6-ba6ab2714e7b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

#s-445e4701-0ccd-4860-8ab2-6b6eb5f79bda {
  min-height: 50px;
}








#s-445e4701-0ccd-4860-8ab2-6b6eb5f79bda > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-445e4701-0ccd-4860-8ab2-6b6eb5f79bda.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4ef8ebf5-4d74-49d8-bf47-ef929825fce1 {
  margin-bottom: 10px;
max-width: 220px;
aspect-ratio: 220/231;
text-align: center;
}





  #s-4ef8ebf5-4d74-49d8-bf47-ef929825fce1 img.shogun-image,
  #s-4ef8ebf5-4d74-49d8-bf47-ef929825fce1 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-4ef8ebf5-4d74-49d8-bf47-ef929825fce1 {
    width: 100%;
    height: auto;
  }



  #s-4ef8ebf5-4d74-49d8-bf47-ef929825fce1 img.shogun-image {
    

    
    
    
  }


#s-4ef8ebf5-4d74-49d8-bf47-ef929825fce1 .shogun-image-content {
  
    align-items: center;
  
}

#s-5eb601fa-cf37-4c54-a950-460e04c17977 {
  min-height: 50px;
}








#s-5eb601fa-cf37-4c54-a950-460e04c17977 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5eb601fa-cf37-4c54-a950-460e04c17977.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a073cd10-8fea-4300-8aea-973f9ccc01da {
  margin-bottom: 10px;
max-width: 220px;
aspect-ratio: 220/231;
text-align: center;
}





  #s-a073cd10-8fea-4300-8aea-973f9ccc01da img.shogun-image,
  #s-a073cd10-8fea-4300-8aea-973f9ccc01da .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a073cd10-8fea-4300-8aea-973f9ccc01da {
    width: 100%;
    height: auto;
  }



  #s-a073cd10-8fea-4300-8aea-973f9ccc01da img.shogun-image {
    

    
    
    
  }


#s-a073cd10-8fea-4300-8aea-973f9ccc01da .shogun-image-content {
  
    align-items: center;
  
}

#s-548a6e06-e34d-4481-8e1b-84aaefdcf2ff {
  padding-top: 40px;
padding-left: 40px;
padding-bottom: 40px;
padding-right: 40px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-548a6e06-e34d-4481-8e1b-84aaefdcf2ff {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
}
}







#s-548a6e06-e34d-4481-8e1b-84aaefdcf2ff > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-548a6e06-e34d-4481-8e1b-84aaefdcf2ff.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

@media (min-width: 1200px){#s-1efd5777-5e07-49ad-88e6-3fa81a09d070 {
  
}
}@media (min-width: 1200px){#s-1efd5777-5e07-49ad-88e6-3fa81a09d070, #wrap-s-1efd5777-5e07-49ad-88e6-3fa81a09d070 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-1efd5777-5e07-49ad-88e6-3fa81a09d070 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-1efd5777-5e07-49ad-88e6-3fa81a09d070, #wrap-s-1efd5777-5e07-49ad-88e6-3fa81a09d070 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-1efd5777-5e07-49ad-88e6-3fa81a09d070 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-1efd5777-5e07-49ad-88e6-3fa81a09d070, #wrap-s-1efd5777-5e07-49ad-88e6-3fa81a09d070 { display: none !important; }}
@media (max-width: 767px){#s-2cfb367f-7a09-4974-bc61-357d750d385c {
  
}
}@media (max-width: 767px){#s-2cfb367f-7a09-4974-bc61-357d750d385c, #wrap-s-2cfb367f-7a09-4974-bc61-357d750d385c { display: none !important; }}
#s-81cfd05a-326a-4d89-bfce-d797d74825ea {
  margin-top: 24px;
margin-bottom: 24px;
}

@media (min-width: 0px) {
[id="s-9c7f140a-0464-406f-a28c-ff2e863d5e3d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9c7f140a-0464-406f-a28c-ff2e863d5e3d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-9c7f140a-0464-406f-a28c-ff2e863d5e3d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-9c7f140a-0464-406f-a28c-ff2e863d5e3d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-9c7f140a-0464-406f-a28c-ff2e863d5e3d"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-d5212c8c-7dcc-4223-bcd9-82adc8d8c0d7 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(226, 196, 101, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: #252525;
}
#s-d5212c8c-7dcc-4223-bcd9-82adc8d8c0d7:hover {background-color: rgba(226, 196, 101, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: #252525 !important;}#s-d5212c8c-7dcc-4223-bcd9-82adc8d8c0d7:active {background-color: rgba(226, 196, 101, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: #252525 !important;}

  #s-d5212c8c-7dcc-4223-bcd9-82adc8d8c0d7-root {
    text-align: center;
  }


#s-d5212c8c-7dcc-4223-bcd9-82adc8d8c0d7.shg-btn {
  color: #252525;
  font-size: 14px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-d5212c8c-7dcc-4223-bcd9-82adc8d8c0d7-root {
    text-align: center;
  }


#s-d5212c8c-7dcc-4223-bcd9-82adc8d8c0d7.shg-btn {
  color: #252525;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-d5212c8c-7dcc-4223-bcd9-82adc8d8c0d7-root {
    text-align: center;
  }


#s-d5212c8c-7dcc-4223-bcd9-82adc8d8c0d7.shg-btn {
  color: #252525;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-d5212c8c-7dcc-4223-bcd9-82adc8d8c0d7-root {
    text-align: center;
  }


#s-d5212c8c-7dcc-4223-bcd9-82adc8d8c0d7.shg-btn {
  color: #252525;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-d5212c8c-7dcc-4223-bcd9-82adc8d8c0d7-root {
    text-align: center;
  }


#s-d5212c8c-7dcc-4223-bcd9-82adc8d8c0d7.shg-btn {
  color: #252525;
  font-size: 14px;
  
  
  
  display:  block ;
}
}
#s-4cf1910e-b8ff-42c3-9ad6-1a3ee24221a7 {
  text-align: left;
}

#s-d76293a7-feeb-4b6f-8596-df8a47406d9c {
  margin-left: auto;
margin-bottom: 40px;
margin-right: auto;
min-height: 50px;
max-width: 1100px;
}








#s-d76293a7-feeb-4b6f-8596-df8a47406d9c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d76293a7-feeb-4b6f-8596-df8a47406d9c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-09e053a1-87ea-4fbb-b0ae-b764f7f30874 {
  background-color: rgba(245, 246, 245, 1);
}

@media (min-width: 0px) {
[id="s-09e053a1-87ea-4fbb-b0ae-b764f7f30874"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-09e053a1-87ea-4fbb-b0ae-b764f7f30874"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-09e053a1-87ea-4fbb-b0ae-b764f7f30874"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-09e053a1-87ea-4fbb-b0ae-b764f7f30874"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-09e053a1-87ea-4fbb-b0ae-b764f7f30874"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-09e053a1-87ea-4fbb-b0ae-b764f7f30874"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-09e053a1-87ea-4fbb-b0ae-b764f7f30874"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

#s-028da837-d518-4212-bf90-219dfc1e41cf {
  padding-top: 30px;
padding-left: 20px;
padding-bottom: 30px;
padding-right: 20px;
min-height: 50px;
background-color: rgba(235, 231, 217, 1);
}








#s-028da837-d518-4212-bf90-219dfc1e41cf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-028da837-d518-4212-bf90-219dfc1e41cf.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-1e348d18-d96e-4198-bd1e-967f77c65180 {
  margin-bottom: 30px;
}

@media (min-width: 0px) {
[id="s-738b5c0d-ea1b-438b-83bd-72c2d4e5f022"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 768px) {
[id="s-738b5c0d-ea1b-438b-83bd-72c2d4e5f022"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 992px) {
[id="s-738b5c0d-ea1b-438b-83bd-72c2d4e5f022"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 1200px) {
[id="s-738b5c0d-ea1b-438b-83bd-72c2d4e5f022"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

#s-7ea8ed93-3ccd-451c-876c-325416adfdef {
  min-height: 50px;
}








#s-7ea8ed93-3ccd-451c-876c-325416adfdef > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7ea8ed93-3ccd-451c-876c-325416adfdef.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a26014a1-7c58-44e8-a631-2696b3973ef3 {
  margin-bottom: 10px;
max-width: 220px;
aspect-ratio: 220/231;
text-align: center;
}





  #s-a26014a1-7c58-44e8-a631-2696b3973ef3 img.shogun-image,
  #s-a26014a1-7c58-44e8-a631-2696b3973ef3 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a26014a1-7c58-44e8-a631-2696b3973ef3 {
    width: 100%;
    height: auto;
  }



  #s-a26014a1-7c58-44e8-a631-2696b3973ef3 img.shogun-image {
    

    
    
    
  }


#s-a26014a1-7c58-44e8-a631-2696b3973ef3 .shogun-image-content {
  
    align-items: center;
  
}

#s-fea20dce-8655-4702-91cd-29ad4c74dcbb {
  min-height: 50px;
}








#s-fea20dce-8655-4702-91cd-29ad4c74dcbb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fea20dce-8655-4702-91cd-29ad4c74dcbb.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-22cd848d-73b6-43ea-a399-2af929e5c2b5 {
  margin-bottom: 10px;
max-width: 220px;
aspect-ratio: 220/231;
text-align: center;
}





  #s-22cd848d-73b6-43ea-a399-2af929e5c2b5 img.shogun-image,
  #s-22cd848d-73b6-43ea-a399-2af929e5c2b5 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-22cd848d-73b6-43ea-a399-2af929e5c2b5 {
    width: 100%;
    height: auto;
  }



  #s-22cd848d-73b6-43ea-a399-2af929e5c2b5 img.shogun-image {
    

    
    
    
  }


#s-22cd848d-73b6-43ea-a399-2af929e5c2b5 .shogun-image-content {
  
    align-items: center;
  
}

#s-a8b9d129-d45d-4e82-86da-f867ef3345d3 {
  min-height: 50px;
}








#s-a8b9d129-d45d-4e82-86da-f867ef3345d3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a8b9d129-d45d-4e82-86da-f867ef3345d3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-32af1473-f86e-4c91-b60f-2eaf0040f4e7 {
  margin-bottom: 10px;
max-width: 220px;
aspect-ratio: 220/231;
text-align: center;
}





  #s-32af1473-f86e-4c91-b60f-2eaf0040f4e7 img.shogun-image,
  #s-32af1473-f86e-4c91-b60f-2eaf0040f4e7 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-32af1473-f86e-4c91-b60f-2eaf0040f4e7 {
    width: 100%;
    height: auto;
  }



  #s-32af1473-f86e-4c91-b60f-2eaf0040f4e7 img.shogun-image {
    

    
    
    
  }


#s-32af1473-f86e-4c91-b60f-2eaf0040f4e7 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-f8fefce6-8e61-42ce-bd2a-5acd617fcdfa"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 768px) {
[id="s-f8fefce6-8e61-42ce-bd2a-5acd617fcdfa"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 992px) {
[id="s-f8fefce6-8e61-42ce-bd2a-5acd617fcdfa"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 1200px) {
[id="s-f8fefce6-8e61-42ce-bd2a-5acd617fcdfa"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

#s-67e6e35f-42ae-4acc-9c9c-cfcc3a4b88ff {
  min-height: 50px;
}








#s-67e6e35f-42ae-4acc-9c9c-cfcc3a4b88ff > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-67e6e35f-42ae-4acc-9c9c-cfcc3a4b88ff.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-fdd9dd69-3a34-4edb-ae75-cb8c9bfc89be {
  margin-bottom: 10px;
max-width: 220px;
aspect-ratio: 220/231;
text-align: center;
}





  #s-fdd9dd69-3a34-4edb-ae75-cb8c9bfc89be img.shogun-image,
  #s-fdd9dd69-3a34-4edb-ae75-cb8c9bfc89be .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-fdd9dd69-3a34-4edb-ae75-cb8c9bfc89be {
    width: 100%;
    height: auto;
  }



  #s-fdd9dd69-3a34-4edb-ae75-cb8c9bfc89be img.shogun-image {
    

    
    
    
  }


#s-fdd9dd69-3a34-4edb-ae75-cb8c9bfc89be .shogun-image-content {
  
    align-items: center;
  
}

#s-389f8b6f-dfb0-4acd-9203-f51f6c10ba55 {
  min-height: 50px;
}








#s-389f8b6f-dfb0-4acd-9203-f51f6c10ba55 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-389f8b6f-dfb0-4acd-9203-f51f6c10ba55.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8495c625-8766-484a-9e14-91098af1d9f5 {
  margin-bottom: 10px;
max-width: 220px;
aspect-ratio: 220/231;
text-align: center;
}





  #s-8495c625-8766-484a-9e14-91098af1d9f5 img.shogun-image,
  #s-8495c625-8766-484a-9e14-91098af1d9f5 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-8495c625-8766-484a-9e14-91098af1d9f5 {
    width: 100%;
    height: auto;
  }



  #s-8495c625-8766-484a-9e14-91098af1d9f5 img.shogun-image {
    

    
    
    
  }


#s-8495c625-8766-484a-9e14-91098af1d9f5 .shogun-image-content {
  
    align-items: center;
  
}

#s-0b38f0ee-28ab-4663-b271-143eceacf78f {
  min-height: 50px;
}








#s-0b38f0ee-28ab-4663-b271-143eceacf78f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0b38f0ee-28ab-4663-b271-143eceacf78f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-583c2f23-c507-4156-bf54-183defc0e4c1 {
  margin-bottom: 10px;
max-width: 220px;
aspect-ratio: 220/231;
text-align: center;
}





  #s-583c2f23-c507-4156-bf54-183defc0e4c1 img.shogun-image,
  #s-583c2f23-c507-4156-bf54-183defc0e4c1 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-583c2f23-c507-4156-bf54-183defc0e4c1 {
    width: 100%;
    height: auto;
  }



  #s-583c2f23-c507-4156-bf54-183defc0e4c1 img.shogun-image {
    

    
    
    
  }


#s-583c2f23-c507-4156-bf54-183defc0e4c1 .shogun-image-content {
  
    align-items: center;
  
}

#s-1e91878b-fd9c-4f05-bc2d-f172b67cc75a {
  padding-top: 40px;
padding-left: 40px;
padding-bottom: 40px;
padding-right: 40px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-1e91878b-fd9c-4f05-bc2d-f172b67cc75a {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
}
}







#s-1e91878b-fd9c-4f05-bc2d-f172b67cc75a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1e91878b-fd9c-4f05-bc2d-f172b67cc75a.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

@media (min-width: 1200px){#s-6033224e-78f7-4788-aa07-aaf02cb7db20 {
  
}
}@media (min-width: 1200px){#s-6033224e-78f7-4788-aa07-aaf02cb7db20, #wrap-s-6033224e-78f7-4788-aa07-aaf02cb7db20 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-6033224e-78f7-4788-aa07-aaf02cb7db20 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-6033224e-78f7-4788-aa07-aaf02cb7db20, #wrap-s-6033224e-78f7-4788-aa07-aaf02cb7db20 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-6033224e-78f7-4788-aa07-aaf02cb7db20 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-6033224e-78f7-4788-aa07-aaf02cb7db20, #wrap-s-6033224e-78f7-4788-aa07-aaf02cb7db20 { display: none !important; }}
@media (max-width: 767px){#s-ed0683f4-def5-4e20-8314-3e9d8b6d966a {
  
}
}@media (max-width: 767px){#s-ed0683f4-def5-4e20-8314-3e9d8b6d966a, #wrap-s-ed0683f4-def5-4e20-8314-3e9d8b6d966a { display: none !important; }}
#s-090679c1-5478-444d-8926-216ab70e226f {
  margin-top: 24px;
margin-bottom: 24px;
}

@media (min-width: 0px) {
[id="s-2f80f425-e503-4ccf-bc96-5588ce568a16"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2f80f425-e503-4ccf-bc96-5588ce568a16"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-2f80f425-e503-4ccf-bc96-5588ce568a16"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-2f80f425-e503-4ccf-bc96-5588ce568a16"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-2f80f425-e503-4ccf-bc96-5588ce568a16"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-40c37ef6-fcf2-4163-8723-f0c70394ae47 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(226, 196, 101, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: #252525;
}
#s-40c37ef6-fcf2-4163-8723-f0c70394ae47:hover {background-color: rgba(226, 196, 101, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: #252525 !important;}#s-40c37ef6-fcf2-4163-8723-f0c70394ae47:active {background-color: rgba(226, 196, 101, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: #252525 !important;}

  #s-40c37ef6-fcf2-4163-8723-f0c70394ae47-root {
    text-align: center;
  }


#s-40c37ef6-fcf2-4163-8723-f0c70394ae47.shg-btn {
  color: #252525;
  font-size: 14px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-40c37ef6-fcf2-4163-8723-f0c70394ae47-root {
    text-align: center;
  }


#s-40c37ef6-fcf2-4163-8723-f0c70394ae47.shg-btn {
  color: #252525;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-40c37ef6-fcf2-4163-8723-f0c70394ae47-root {
    text-align: center;
  }


#s-40c37ef6-fcf2-4163-8723-f0c70394ae47.shg-btn {
  color: #252525;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-40c37ef6-fcf2-4163-8723-f0c70394ae47-root {
    text-align: center;
  }


#s-40c37ef6-fcf2-4163-8723-f0c70394ae47.shg-btn {
  color: #252525;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-40c37ef6-fcf2-4163-8723-f0c70394ae47-root {
    text-align: center;
  }


#s-40c37ef6-fcf2-4163-8723-f0c70394ae47.shg-btn {
  color: #252525;
  font-size: 14px;
  
  
  
  display:  block ;
}
}
#s-a160edbe-64f8-411a-87e7-246f3fec28a4 {
  text-align: left;
}

#s-57da2be8-ff7f-494c-8888-6ab4fab06ad7 {
  margin-left: auto;
margin-bottom: 40px;
margin-right: auto;
min-height: 50px;
max-width: 1100px;
}








#s-57da2be8-ff7f-494c-8888-6ab4fab06ad7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-57da2be8-ff7f-494c-8888-6ab4fab06ad7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0a1f9ce9-8c46-4c70-b79c-1b5739ea2540 {
  background-color: rgba(245, 246, 245, 1);
}

@media (min-width: 0px) {
[id="s-0a1f9ce9-8c46-4c70-b79c-1b5739ea2540"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0a1f9ce9-8c46-4c70-b79c-1b5739ea2540"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-0a1f9ce9-8c46-4c70-b79c-1b5739ea2540"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-0a1f9ce9-8c46-4c70-b79c-1b5739ea2540"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-0a1f9ce9-8c46-4c70-b79c-1b5739ea2540"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-0a1f9ce9-8c46-4c70-b79c-1b5739ea2540"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-0a1f9ce9-8c46-4c70-b79c-1b5739ea2540"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

#s-5af92014-fe8c-46f3-9fe1-c801f2da9197 {
  padding-top: 30px;
padding-left: 20px;
padding-bottom: 30px;
padding-right: 20px;
min-height: 50px;
background-color: rgba(235, 231, 217, 1);
}








#s-5af92014-fe8c-46f3-9fe1-c801f2da9197 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5af92014-fe8c-46f3-9fe1-c801f2da9197.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-a040371e-bc77-4976-b369-7fc9a7fbf7f7 {
  margin-bottom: 30px;
}

@media (min-width: 0px) {
[id="s-b8d2b23d-0460-46fc-bf0b-9e8feae0d2f4"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 768px) {
[id="s-b8d2b23d-0460-46fc-bf0b-9e8feae0d2f4"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 992px) {
[id="s-b8d2b23d-0460-46fc-bf0b-9e8feae0d2f4"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 1200px) {
[id="s-b8d2b23d-0460-46fc-bf0b-9e8feae0d2f4"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

#s-ba20aa92-a788-4f62-a823-b8d1d109f6c9 {
  min-height: 50px;
}








#s-ba20aa92-a788-4f62-a823-b8d1d109f6c9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ba20aa92-a788-4f62-a823-b8d1d109f6c9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c2402434-e6ac-4534-b485-7377cef9ca41 {
  margin-bottom: 10px;
max-width: 220px;
aspect-ratio: 220/231;
text-align: center;
}





  #s-c2402434-e6ac-4534-b485-7377cef9ca41 img.shogun-image,
  #s-c2402434-e6ac-4534-b485-7377cef9ca41 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c2402434-e6ac-4534-b485-7377cef9ca41 {
    width: 100%;
    height: auto;
  }



  #s-c2402434-e6ac-4534-b485-7377cef9ca41 img.shogun-image {
    

    
    
    
  }


#s-c2402434-e6ac-4534-b485-7377cef9ca41 .shogun-image-content {
  
    align-items: center;
  
}

#s-ba1b9e86-bd1a-4d4c-81d3-4ea122504066 {
  min-height: 50px;
}








#s-ba1b9e86-bd1a-4d4c-81d3-4ea122504066 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ba1b9e86-bd1a-4d4c-81d3-4ea122504066.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-303b9cbe-10dc-49b3-9121-58af70a20904 {
  margin-bottom: 10px;
max-width: 220px;
aspect-ratio: 220/231;
text-align: center;
}





  #s-303b9cbe-10dc-49b3-9121-58af70a20904 img.shogun-image,
  #s-303b9cbe-10dc-49b3-9121-58af70a20904 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-303b9cbe-10dc-49b3-9121-58af70a20904 {
    width: 100%;
    height: auto;
  }



  #s-303b9cbe-10dc-49b3-9121-58af70a20904 img.shogun-image {
    

    
    
    
  }


#s-303b9cbe-10dc-49b3-9121-58af70a20904 .shogun-image-content {
  
    align-items: center;
  
}

#s-f0837405-9656-4fb9-8053-f650b4770efa {
  min-height: 50px;
}








#s-f0837405-9656-4fb9-8053-f650b4770efa > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f0837405-9656-4fb9-8053-f650b4770efa.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ce1faf0d-7ca9-4d96-a17d-59e615cf59c7 {
  margin-bottom: 10px;
max-width: 220px;
aspect-ratio: 220/231;
text-align: center;
}





  #s-ce1faf0d-7ca9-4d96-a17d-59e615cf59c7 img.shogun-image,
  #s-ce1faf0d-7ca9-4d96-a17d-59e615cf59c7 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ce1faf0d-7ca9-4d96-a17d-59e615cf59c7 {
    width: 100%;
    height: auto;
  }



  #s-ce1faf0d-7ca9-4d96-a17d-59e615cf59c7 img.shogun-image {
    

    
    
    
  }


#s-ce1faf0d-7ca9-4d96-a17d-59e615cf59c7 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-44473871-940b-4bb3-85b6-115eb8defc2a"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 768px) {
[id="s-44473871-940b-4bb3-85b6-115eb8defc2a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 992px) {
[id="s-44473871-940b-4bb3-85b6-115eb8defc2a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 1200px) {
[id="s-44473871-940b-4bb3-85b6-115eb8defc2a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

#s-d5349b5f-7848-4cac-8516-9d172b5938bd {
  min-height: 50px;
}








#s-d5349b5f-7848-4cac-8516-9d172b5938bd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d5349b5f-7848-4cac-8516-9d172b5938bd.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6f879958-351c-472f-8b9a-a36ae2a81865 {
  margin-bottom: 10px;
max-width: 220px;
aspect-ratio: 220/231;
text-align: center;
}





  #s-6f879958-351c-472f-8b9a-a36ae2a81865 img.shogun-image,
  #s-6f879958-351c-472f-8b9a-a36ae2a81865 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-6f879958-351c-472f-8b9a-a36ae2a81865 {
    width: 100%;
    height: auto;
  }



  #s-6f879958-351c-472f-8b9a-a36ae2a81865 img.shogun-image {
    

    
    
    
  }


#s-6f879958-351c-472f-8b9a-a36ae2a81865 .shogun-image-content {
  
    align-items: center;
  
}

#s-8c9731b5-dc69-4af1-83dd-730e04432fde {
  min-height: 50px;
}








#s-8c9731b5-dc69-4af1-83dd-730e04432fde > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8c9731b5-dc69-4af1-83dd-730e04432fde.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5be8b6f8-1bc0-44ff-958e-79c06a03d88a {
  margin-bottom: 10px;
max-width: 220px;
aspect-ratio: 220/231;
text-align: center;
}





  #s-5be8b6f8-1bc0-44ff-958e-79c06a03d88a img.shogun-image,
  #s-5be8b6f8-1bc0-44ff-958e-79c06a03d88a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-5be8b6f8-1bc0-44ff-958e-79c06a03d88a {
    width: 100%;
    height: auto;
  }



  #s-5be8b6f8-1bc0-44ff-958e-79c06a03d88a img.shogun-image {
    

    
    
    
  }


#s-5be8b6f8-1bc0-44ff-958e-79c06a03d88a .shogun-image-content {
  
    align-items: center;
  
}

#s-8839c855-ff85-4bd1-a9d1-71f36ec9ca33 {
  min-height: 50px;
}








#s-8839c855-ff85-4bd1-a9d1-71f36ec9ca33 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8839c855-ff85-4bd1-a9d1-71f36ec9ca33.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7554f16a-beff-4797-9a25-8f51a2a1f7cf {
  margin-bottom: 10px;
max-width: 220px;
aspect-ratio: 220/231;
text-align: center;
}





  #s-7554f16a-beff-4797-9a25-8f51a2a1f7cf img.shogun-image,
  #s-7554f16a-beff-4797-9a25-8f51a2a1f7cf .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-7554f16a-beff-4797-9a25-8f51a2a1f7cf {
    width: 100%;
    height: auto;
  }



  #s-7554f16a-beff-4797-9a25-8f51a2a1f7cf img.shogun-image {
    

    
    
    
  }


#s-7554f16a-beff-4797-9a25-8f51a2a1f7cf .shogun-image-content {
  
    align-items: center;
  
}

#s-c8ac9996-7bc5-4ceb-90a0-0e06a619becb {
  padding-top: 40px;
padding-left: 40px;
padding-bottom: 40px;
padding-right: 40px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-c8ac9996-7bc5-4ceb-90a0-0e06a619becb {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
}
}







#s-c8ac9996-7bc5-4ceb-90a0-0e06a619becb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c8ac9996-7bc5-4ceb-90a0-0e06a619becb.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

@media (min-width: 1200px){#s-603ae2c9-749d-42ce-bb2b-c49e5d756e62 {
  
}
}@media (min-width: 1200px){#s-603ae2c9-749d-42ce-bb2b-c49e5d756e62, #wrap-s-603ae2c9-749d-42ce-bb2b-c49e5d756e62 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-603ae2c9-749d-42ce-bb2b-c49e5d756e62 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-603ae2c9-749d-42ce-bb2b-c49e5d756e62, #wrap-s-603ae2c9-749d-42ce-bb2b-c49e5d756e62 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-603ae2c9-749d-42ce-bb2b-c49e5d756e62 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-603ae2c9-749d-42ce-bb2b-c49e5d756e62, #wrap-s-603ae2c9-749d-42ce-bb2b-c49e5d756e62 { display: none !important; }}
@media (max-width: 767px){#s-5e4e1279-348c-4e48-9529-af6bd864d838 {
  
}
}@media (max-width: 767px){#s-5e4e1279-348c-4e48-9529-af6bd864d838, #wrap-s-5e4e1279-348c-4e48-9529-af6bd864d838 { display: none !important; }}
#s-4531ee83-fc32-4415-ac25-3921c0e8d9f3 {
  margin-top: 24px;
margin-bottom: 24px;
}

@media (min-width: 0px) {
[id="s-cf0642d3-0d16-4267-949a-0bdd33befcbc"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-cf0642d3-0d16-4267-949a-0bdd33befcbc"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-cf0642d3-0d16-4267-949a-0bdd33befcbc"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-cf0642d3-0d16-4267-949a-0bdd33befcbc"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-cf0642d3-0d16-4267-949a-0bdd33befcbc"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-cca193c4-6073-4074-a21a-936ff7626fe6 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(226, 196, 101, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: #252525;
}
#s-cca193c4-6073-4074-a21a-936ff7626fe6:hover {background-color: rgba(226, 196, 101, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: #252525 !important;}#s-cca193c4-6073-4074-a21a-936ff7626fe6:active {background-color: rgba(226, 196, 101, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: #252525 !important;}

  #s-cca193c4-6073-4074-a21a-936ff7626fe6-root {
    text-align: center;
  }


#s-cca193c4-6073-4074-a21a-936ff7626fe6.shg-btn {
  color: #252525;
  font-size: 14px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-cca193c4-6073-4074-a21a-936ff7626fe6-root {
    text-align: center;
  }


#s-cca193c4-6073-4074-a21a-936ff7626fe6.shg-btn {
  color: #252525;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-cca193c4-6073-4074-a21a-936ff7626fe6-root {
    text-align: center;
  }


#s-cca193c4-6073-4074-a21a-936ff7626fe6.shg-btn {
  color: #252525;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-cca193c4-6073-4074-a21a-936ff7626fe6-root {
    text-align: center;
  }


#s-cca193c4-6073-4074-a21a-936ff7626fe6.shg-btn {
  color: #252525;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-cca193c4-6073-4074-a21a-936ff7626fe6-root {
    text-align: center;
  }


#s-cca193c4-6073-4074-a21a-936ff7626fe6.shg-btn {
  color: #252525;
  font-size: 14px;
  
  
  
  display:  block ;
}
}
#s-11af7694-424a-4ba7-905e-dd669070008a {
  text-align: left;
}

#s-d05655e1-33a3-4972-a0af-9a2778ea114a {
  margin-left: auto;
margin-bottom: 40px;
margin-right: auto;
min-height: 50px;
max-width: 1100px;
}








#s-d05655e1-33a3-4972-a0af-9a2778ea114a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d05655e1-33a3-4972-a0af-9a2778ea114a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2e3eab08-dd70-47de-99ff-7dade9b495e0 {
  background-color: rgba(245, 246, 245, 1);
}

@media (min-width: 0px) {
[id="s-2e3eab08-dd70-47de-99ff-7dade9b495e0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2e3eab08-dd70-47de-99ff-7dade9b495e0"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-2e3eab08-dd70-47de-99ff-7dade9b495e0"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-2e3eab08-dd70-47de-99ff-7dade9b495e0"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-2e3eab08-dd70-47de-99ff-7dade9b495e0"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-2e3eab08-dd70-47de-99ff-7dade9b495e0"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-2e3eab08-dd70-47de-99ff-7dade9b495e0"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

#s-92eebd4b-278b-4813-b1fd-6ff6824826b6 {
  padding-top: 30px;
padding-left: 20px;
padding-bottom: 30px;
padding-right: 20px;
min-height: 50px;
background-color: rgba(235, 231, 217, 1);
}








#s-92eebd4b-278b-4813-b1fd-6ff6824826b6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-92eebd4b-278b-4813-b1fd-6ff6824826b6.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-7d859114-02e7-4584-8362-0d2c6c0d166d {
  margin-bottom: 30px;
}

@media (min-width: 0px) {
[id="s-f55215e7-7b74-43fc-9d71-c1d98c0d581a"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 768px) {
[id="s-f55215e7-7b74-43fc-9d71-c1d98c0d581a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 992px) {
[id="s-f55215e7-7b74-43fc-9d71-c1d98c0d581a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 1200px) {
[id="s-f55215e7-7b74-43fc-9d71-c1d98c0d581a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

#s-c4cf48b6-debd-49bd-8532-5bfac2cabaf6 {
  min-height: 50px;
}








#s-c4cf48b6-debd-49bd-8532-5bfac2cabaf6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c4cf48b6-debd-49bd-8532-5bfac2cabaf6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-93d328b5-430a-49b8-973b-e165d0f5d757 {
  margin-bottom: 10px;
max-width: 220px;
aspect-ratio: 220/231;
text-align: center;
}





  #s-93d328b5-430a-49b8-973b-e165d0f5d757 img.shogun-image,
  #s-93d328b5-430a-49b8-973b-e165d0f5d757 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-93d328b5-430a-49b8-973b-e165d0f5d757 {
    width: 100%;
    height: auto;
  }



  #s-93d328b5-430a-49b8-973b-e165d0f5d757 img.shogun-image {
    

    
    
    
  }


#s-93d328b5-430a-49b8-973b-e165d0f5d757 .shogun-image-content {
  
    align-items: center;
  
}

#s-0a931bf2-f887-42bc-b7d5-98ece39a2cf4 {
  min-height: 50px;
}








#s-0a931bf2-f887-42bc-b7d5-98ece39a2cf4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0a931bf2-f887-42bc-b7d5-98ece39a2cf4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a9fb3e9f-45c9-405e-85a5-39a4ea8c4887 {
  margin-bottom: 10px;
max-width: 220px;
aspect-ratio: 220/231;
text-align: center;
}





  #s-a9fb3e9f-45c9-405e-85a5-39a4ea8c4887 img.shogun-image,
  #s-a9fb3e9f-45c9-405e-85a5-39a4ea8c4887 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a9fb3e9f-45c9-405e-85a5-39a4ea8c4887 {
    width: 100%;
    height: auto;
  }



  #s-a9fb3e9f-45c9-405e-85a5-39a4ea8c4887 img.shogun-image {
    

    
    
    
  }


#s-a9fb3e9f-45c9-405e-85a5-39a4ea8c4887 .shogun-image-content {
  
    align-items: center;
  
}

#s-2fae34ec-665d-4e33-bbdf-c5c1f17b00dd {
  min-height: 50px;
}








#s-2fae34ec-665d-4e33-bbdf-c5c1f17b00dd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2fae34ec-665d-4e33-bbdf-c5c1f17b00dd.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-388c77ed-e943-4ed2-b3da-409a67f08ba8 {
  margin-bottom: 10px;
max-width: 220px;
aspect-ratio: 220/231;
text-align: center;
}





  #s-388c77ed-e943-4ed2-b3da-409a67f08ba8 img.shogun-image,
  #s-388c77ed-e943-4ed2-b3da-409a67f08ba8 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-388c77ed-e943-4ed2-b3da-409a67f08ba8 {
    width: 100%;
    height: auto;
  }



  #s-388c77ed-e943-4ed2-b3da-409a67f08ba8 img.shogun-image {
    

    
    
    
  }


#s-388c77ed-e943-4ed2-b3da-409a67f08ba8 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-1b5d8186-6193-4b95-84d7-90169671655f"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 768px) {
[id="s-1b5d8186-6193-4b95-84d7-90169671655f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 992px) {
[id="s-1b5d8186-6193-4b95-84d7-90169671655f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 1200px) {
[id="s-1b5d8186-6193-4b95-84d7-90169671655f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

#s-325cbd75-645b-421c-adbe-aaaf47240b50 {
  min-height: 50px;
}








#s-325cbd75-645b-421c-adbe-aaaf47240b50 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-325cbd75-645b-421c-adbe-aaaf47240b50.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d4d19b11-ba96-47cd-99c7-1431036ad484 {
  margin-bottom: 10px;
max-width: 220px;
aspect-ratio: 220/231;
text-align: center;
}





  #s-d4d19b11-ba96-47cd-99c7-1431036ad484 img.shogun-image,
  #s-d4d19b11-ba96-47cd-99c7-1431036ad484 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d4d19b11-ba96-47cd-99c7-1431036ad484 {
    width: 100%;
    height: auto;
  }



  #s-d4d19b11-ba96-47cd-99c7-1431036ad484 img.shogun-image {
    

    
    
    
  }


#s-d4d19b11-ba96-47cd-99c7-1431036ad484 .shogun-image-content {
  
    align-items: center;
  
}

#s-04d97bf1-f3a4-49bd-b616-e5fd7bfd8764 {
  min-height: 50px;
}








#s-04d97bf1-f3a4-49bd-b616-e5fd7bfd8764 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-04d97bf1-f3a4-49bd-b616-e5fd7bfd8764.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-292899eb-f7df-4522-a69e-773461b9d29e {
  margin-bottom: 10px;
max-width: 220px;
aspect-ratio: 220/231;
text-align: center;
}





  #s-292899eb-f7df-4522-a69e-773461b9d29e img.shogun-image,
  #s-292899eb-f7df-4522-a69e-773461b9d29e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-292899eb-f7df-4522-a69e-773461b9d29e {
    width: 100%;
    height: auto;
  }



  #s-292899eb-f7df-4522-a69e-773461b9d29e img.shogun-image {
    

    
    
    
  }


#s-292899eb-f7df-4522-a69e-773461b9d29e .shogun-image-content {
  
    align-items: center;
  
}

#s-6d7f0a1a-659b-44be-9d57-095332e03586 {
  padding-top: 40px;
padding-left: 40px;
padding-bottom: 40px;
padding-right: 40px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-6d7f0a1a-659b-44be-9d57-095332e03586 {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
}
}







#s-6d7f0a1a-659b-44be-9d57-095332e03586 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6d7f0a1a-659b-44be-9d57-095332e03586.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

@media (min-width: 1200px){#s-450ebefd-989f-414e-96b4-c2faaefb640c {
  
}
}@media (min-width: 1200px){#s-450ebefd-989f-414e-96b4-c2faaefb640c, #wrap-s-450ebefd-989f-414e-96b4-c2faaefb640c { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-450ebefd-989f-414e-96b4-c2faaefb640c {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-450ebefd-989f-414e-96b4-c2faaefb640c, #wrap-s-450ebefd-989f-414e-96b4-c2faaefb640c { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-450ebefd-989f-414e-96b4-c2faaefb640c {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-450ebefd-989f-414e-96b4-c2faaefb640c, #wrap-s-450ebefd-989f-414e-96b4-c2faaefb640c { display: none !important; }}
@media (max-width: 767px){#s-c48352e6-b200-48e6-a00d-21775c835f4c {
  
}
}@media (max-width: 767px){#s-c48352e6-b200-48e6-a00d-21775c835f4c, #wrap-s-c48352e6-b200-48e6-a00d-21775c835f4c { display: none !important; }}
#s-a15cb4c6-e3c2-4345-b2dd-1b3f5758fb3e {
  margin-top: 24px;
margin-bottom: 24px;
}

@media (min-width: 0px) {
[id="s-7236934b-5a85-4d62-b1ab-9b80a20e1146"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7236934b-5a85-4d62-b1ab-9b80a20e1146"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-7236934b-5a85-4d62-b1ab-9b80a20e1146"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-7236934b-5a85-4d62-b1ab-9b80a20e1146"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-7236934b-5a85-4d62-b1ab-9b80a20e1146"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-e6179090-eaa1-43fe-a211-353bc42fab72 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(226, 196, 101, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: #252525;
}
#s-e6179090-eaa1-43fe-a211-353bc42fab72:hover {background-color: rgba(226, 196, 101, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: #252525 !important;}#s-e6179090-eaa1-43fe-a211-353bc42fab72:active {background-color: rgba(226, 196, 101, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: #252525 !important;}

  #s-e6179090-eaa1-43fe-a211-353bc42fab72-root {
    text-align: center;
  }


#s-e6179090-eaa1-43fe-a211-353bc42fab72.shg-btn {
  color: #252525;
  font-size: 14px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-e6179090-eaa1-43fe-a211-353bc42fab72-root {
    text-align: center;
  }


#s-e6179090-eaa1-43fe-a211-353bc42fab72.shg-btn {
  color: #252525;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-e6179090-eaa1-43fe-a211-353bc42fab72-root {
    text-align: center;
  }


#s-e6179090-eaa1-43fe-a211-353bc42fab72.shg-btn {
  color: #252525;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-e6179090-eaa1-43fe-a211-353bc42fab72-root {
    text-align: center;
  }


#s-e6179090-eaa1-43fe-a211-353bc42fab72.shg-btn {
  color: #252525;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-e6179090-eaa1-43fe-a211-353bc42fab72-root {
    text-align: center;
  }


#s-e6179090-eaa1-43fe-a211-353bc42fab72.shg-btn {
  color: #252525;
  font-size: 14px;
  
  
  
  display:  block ;
}
}
#s-66ca6bea-bef7-4b25-86e0-9216ae5e7216 {
  text-align: left;
}

#s-de662738-d4f0-4814-a35d-026db391a78a {
  margin-left: auto;
margin-bottom: 40px;
margin-right: auto;
min-height: 50px;
max-width: 1100px;
}








#s-de662738-d4f0-4814-a35d-026db391a78a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-de662738-d4f0-4814-a35d-026db391a78a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-56f6c4f8-3051-4541-b629-2ebc32452776 {
  background-color: rgba(245, 246, 245, 1);
}

@media (min-width: 0px) {
[id="s-56f6c4f8-3051-4541-b629-2ebc32452776"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-56f6c4f8-3051-4541-b629-2ebc32452776"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-56f6c4f8-3051-4541-b629-2ebc32452776"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-56f6c4f8-3051-4541-b629-2ebc32452776"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-56f6c4f8-3051-4541-b629-2ebc32452776"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-56f6c4f8-3051-4541-b629-2ebc32452776"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-56f6c4f8-3051-4541-b629-2ebc32452776"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

#s-d54d7c35-38b7-439b-8d4b-a1f90c7df4a9 {
  padding-top: 30px;
padding-left: 20px;
padding-bottom: 30px;
padding-right: 20px;
min-height: 50px;
background-color: rgba(235, 231, 217, 1);
}








#s-d54d7c35-38b7-439b-8d4b-a1f90c7df4a9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d54d7c35-38b7-439b-8d4b-a1f90c7df4a9.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-d83f7871-2e9f-4d29-8d40-4172a9132e86 {
  margin-bottom: 30px;
}

.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-4e1a63b6-baa0-4be9-8cd6-9c94528b422c {
  max-width: 400px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-4e1a63b6-baa0-4be9-8cd6-9c94528b422c img.shogun-image,
  #s-4e1a63b6-baa0-4be9-8cd6-9c94528b422c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-4e1a63b6-baa0-4be9-8cd6-9c94528b422c {
    width: 100%;
    height: auto;
  }

  #s-4e1a63b6-baa0-4be9-8cd6-9c94528b422c img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4e1a63b6-baa0-4be9-8cd6-9c94528b422c.shogun-image {
    
    
  }


.s-4e1a63b6-baa0-4be9-8cd6-9c94528b422c .shogun-image-content {
  
    align-items: center;
  
}

.s-4e1a63b6-baa0-4be9-8cd6-9c94528b422c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4e1a63b6-baa0-4be9-8cd6-9c94528b422c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4e1a63b6-baa0-4be9-8cd6-9c94528b422c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4e1a63b6-baa0-4be9-8cd6-9c94528b422c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-4e1a63b6-baa0-4be9-8cd6-9c94528b422c.shogun-image-container {
      position: relative;
    }

    .s-4e1a63b6-baa0-4be9-8cd6-9c94528b422c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4e1a63b6-baa0-4be9-8cd6-9c94528b422c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4e1a63b6-baa0-4be9-8cd6-9c94528b422c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-4e1a63b6-baa0-4be9-8cd6-9c94528b422c img.shogun-image,
  #s-4e1a63b6-baa0-4be9-8cd6-9c94528b422c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-4e1a63b6-baa0-4be9-8cd6-9c94528b422c {
    width: 100%;
    height: auto;
  }

  #s-4e1a63b6-baa0-4be9-8cd6-9c94528b422c img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4e1a63b6-baa0-4be9-8cd6-9c94528b422c.shogun-image {
    
    
  }


.s-4e1a63b6-baa0-4be9-8cd6-9c94528b422c .shogun-image-content {
  
    align-items: center;
  
}

.s-4e1a63b6-baa0-4be9-8cd6-9c94528b422c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4e1a63b6-baa0-4be9-8cd6-9c94528b422c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4e1a63b6-baa0-4be9-8cd6-9c94528b422c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4e1a63b6-baa0-4be9-8cd6-9c94528b422c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-4e1a63b6-baa0-4be9-8cd6-9c94528b422c.shogun-image-container {
      position: relative;
    }

    .s-4e1a63b6-baa0-4be9-8cd6-9c94528b422c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4e1a63b6-baa0-4be9-8cd6-9c94528b422c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4e1a63b6-baa0-4be9-8cd6-9c94528b422c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-4e1a63b6-baa0-4be9-8cd6-9c94528b422c img.shogun-image,
  #s-4e1a63b6-baa0-4be9-8cd6-9c94528b422c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-4e1a63b6-baa0-4be9-8cd6-9c94528b422c {
    width: 100%;
    height: auto;
  }

  #s-4e1a63b6-baa0-4be9-8cd6-9c94528b422c img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4e1a63b6-baa0-4be9-8cd6-9c94528b422c.shogun-image {
    
    
  }


.s-4e1a63b6-baa0-4be9-8cd6-9c94528b422c .shogun-image-content {
  
    align-items: center;
  
}

.s-4e1a63b6-baa0-4be9-8cd6-9c94528b422c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4e1a63b6-baa0-4be9-8cd6-9c94528b422c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4e1a63b6-baa0-4be9-8cd6-9c94528b422c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4e1a63b6-baa0-4be9-8cd6-9c94528b422c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-4e1a63b6-baa0-4be9-8cd6-9c94528b422c.shogun-image-container {
      position: relative;
    }

    .s-4e1a63b6-baa0-4be9-8cd6-9c94528b422c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4e1a63b6-baa0-4be9-8cd6-9c94528b422c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4e1a63b6-baa0-4be9-8cd6-9c94528b422c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-4e1a63b6-baa0-4be9-8cd6-9c94528b422c img.shogun-image,
  #s-4e1a63b6-baa0-4be9-8cd6-9c94528b422c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-4e1a63b6-baa0-4be9-8cd6-9c94528b422c {
    width: 100%;
    height: auto;
  }

  #s-4e1a63b6-baa0-4be9-8cd6-9c94528b422c img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4e1a63b6-baa0-4be9-8cd6-9c94528b422c.shogun-image {
    
    
  }


.s-4e1a63b6-baa0-4be9-8cd6-9c94528b422c .shogun-image-content {
  
    align-items: center;
  
}

.s-4e1a63b6-baa0-4be9-8cd6-9c94528b422c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4e1a63b6-baa0-4be9-8cd6-9c94528b422c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4e1a63b6-baa0-4be9-8cd6-9c94528b422c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4e1a63b6-baa0-4be9-8cd6-9c94528b422c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-4e1a63b6-baa0-4be9-8cd6-9c94528b422c.shogun-image-container {
      position: relative;
    }

    .s-4e1a63b6-baa0-4be9-8cd6-9c94528b422c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4e1a63b6-baa0-4be9-8cd6-9c94528b422c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4e1a63b6-baa0-4be9-8cd6-9c94528b422c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-4e1a63b6-baa0-4be9-8cd6-9c94528b422c img.shogun-image,
  #s-4e1a63b6-baa0-4be9-8cd6-9c94528b422c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-4e1a63b6-baa0-4be9-8cd6-9c94528b422c {
    width: 100%;
    height: auto;
  }

  #s-4e1a63b6-baa0-4be9-8cd6-9c94528b422c img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4e1a63b6-baa0-4be9-8cd6-9c94528b422c.shogun-image {
    
    
  }


.s-4e1a63b6-baa0-4be9-8cd6-9c94528b422c .shogun-image-content {
  
    align-items: center;
  
}

.s-4e1a63b6-baa0-4be9-8cd6-9c94528b422c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4e1a63b6-baa0-4be9-8cd6-9c94528b422c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4e1a63b6-baa0-4be9-8cd6-9c94528b422c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4e1a63b6-baa0-4be9-8cd6-9c94528b422c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-4e1a63b6-baa0-4be9-8cd6-9c94528b422c.shogun-image-container {
      position: relative;
    }

    .s-4e1a63b6-baa0-4be9-8cd6-9c94528b422c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4e1a63b6-baa0-4be9-8cd6-9c94528b422c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4e1a63b6-baa0-4be9-8cd6-9c94528b422c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-0fde5540-1b6e-435f-9d4d-ce6e51495ca1 {
  padding-top: 40px;
padding-left: 40px;
padding-bottom: 40px;
padding-right: 40px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-0fde5540-1b6e-435f-9d4d-ce6e51495ca1 {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
}
}







#s-0fde5540-1b6e-435f-9d4d-ce6e51495ca1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0fde5540-1b6e-435f-9d4d-ce6e51495ca1.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-3222b14c-2a3c-4207-b646-e2c1beb96ca3 {
  margin-top: 24px;
margin-bottom: 24px;
}

@media (min-width: 0px) {
[id="s-a2a90d76-6484-4078-9c94-e5528db2dfc2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a2a90d76-6484-4078-9c94-e5528db2dfc2"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-a2a90d76-6484-4078-9c94-e5528db2dfc2"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-a2a90d76-6484-4078-9c94-e5528db2dfc2"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-a2a90d76-6484-4078-9c94-e5528db2dfc2"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-7b3a57fd-2118-45a9-ad59-601a3e840bd4 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(226, 196, 101, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: #252525;
}
#s-7b3a57fd-2118-45a9-ad59-601a3e840bd4:hover {background-color: rgba(226, 196, 101, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: #252525 !important;}#s-7b3a57fd-2118-45a9-ad59-601a3e840bd4:active {background-color: rgba(226, 196, 101, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: #252525 !important;}

  #s-7b3a57fd-2118-45a9-ad59-601a3e840bd4-root {
    text-align: center;
  }


#s-7b3a57fd-2118-45a9-ad59-601a3e840bd4.shg-btn {
  color: #252525;
  font-size: 14px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-7b3a57fd-2118-45a9-ad59-601a3e840bd4-root {
    text-align: center;
  }


#s-7b3a57fd-2118-45a9-ad59-601a3e840bd4.shg-btn {
  color: #252525;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-7b3a57fd-2118-45a9-ad59-601a3e840bd4-root {
    text-align: center;
  }


#s-7b3a57fd-2118-45a9-ad59-601a3e840bd4.shg-btn {
  color: #252525;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-7b3a57fd-2118-45a9-ad59-601a3e840bd4-root {
    text-align: center;
  }


#s-7b3a57fd-2118-45a9-ad59-601a3e840bd4.shg-btn {
  color: #252525;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-7b3a57fd-2118-45a9-ad59-601a3e840bd4-root {
    text-align: center;
  }


#s-7b3a57fd-2118-45a9-ad59-601a3e840bd4.shg-btn {
  color: #252525;
  font-size: 14px;
  
  
  
  display:  block ;
}
}
#s-4f74e4a1-7e8d-4161-9216-a43b79fce40f {
  text-align: left;
}

#s-cb0469d6-99af-478c-8f00-03390978abd5 {
  margin-left: auto;
margin-bottom: 40px;
margin-right: auto;
min-height: 50px;
max-width: 1100px;
}








#s-cb0469d6-99af-478c-8f00-03390978abd5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cb0469d6-99af-478c-8f00-03390978abd5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-12085a62-96b1-4992-bd85-d3b1d0225c68 {
  background-color: rgba(245, 246, 245, 1);
}

@media (min-width: 0px) {
[id="s-12085a62-96b1-4992-bd85-d3b1d0225c68"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-12085a62-96b1-4992-bd85-d3b1d0225c68"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-12085a62-96b1-4992-bd85-d3b1d0225c68"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-12085a62-96b1-4992-bd85-d3b1d0225c68"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-12085a62-96b1-4992-bd85-d3b1d0225c68"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-12085a62-96b1-4992-bd85-d3b1d0225c68"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-12085a62-96b1-4992-bd85-d3b1d0225c68"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

#s-fb8e1aa8-1e24-4aca-9551-68175a6d937d {
  padding-top: 30px;
padding-left: 20px;
padding-bottom: 30px;
padding-right: 20px;
min-height: 50px;
background-color: rgba(235, 231, 217, 1);
}








#s-fb8e1aa8-1e24-4aca-9551-68175a6d937d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fb8e1aa8-1e24-4aca-9551-68175a6d937d.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-79ee747b-7491-4566-bd54-65f627eda918 {
  margin-bottom: 30px;
}

#s-e2b21a8f-2303-457a-b554-3bdc1e5eebc9 {
  max-width: 400px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-e2b21a8f-2303-457a-b554-3bdc1e5eebc9 img.shogun-image,
  #s-e2b21a8f-2303-457a-b554-3bdc1e5eebc9 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e2b21a8f-2303-457a-b554-3bdc1e5eebc9 {
    width: 100%;
    height: auto;
  }

  #s-e2b21a8f-2303-457a-b554-3bdc1e5eebc9 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e2b21a8f-2303-457a-b554-3bdc1e5eebc9.shogun-image {
    
    
  }


.s-e2b21a8f-2303-457a-b554-3bdc1e5eebc9 .shogun-image-content {
  
    align-items: center;
  
}

.s-e2b21a8f-2303-457a-b554-3bdc1e5eebc9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e2b21a8f-2303-457a-b554-3bdc1e5eebc9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e2b21a8f-2303-457a-b554-3bdc1e5eebc9.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e2b21a8f-2303-457a-b554-3bdc1e5eebc9 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e2b21a8f-2303-457a-b554-3bdc1e5eebc9.shogun-image-container {
      position: relative;
    }

    .s-e2b21a8f-2303-457a-b554-3bdc1e5eebc9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e2b21a8f-2303-457a-b554-3bdc1e5eebc9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e2b21a8f-2303-457a-b554-3bdc1e5eebc9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-e2b21a8f-2303-457a-b554-3bdc1e5eebc9 img.shogun-image,
  #s-e2b21a8f-2303-457a-b554-3bdc1e5eebc9 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e2b21a8f-2303-457a-b554-3bdc1e5eebc9 {
    width: 100%;
    height: auto;
  }

  #s-e2b21a8f-2303-457a-b554-3bdc1e5eebc9 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e2b21a8f-2303-457a-b554-3bdc1e5eebc9.shogun-image {
    
    
  }


.s-e2b21a8f-2303-457a-b554-3bdc1e5eebc9 .shogun-image-content {
  
    align-items: center;
  
}

.s-e2b21a8f-2303-457a-b554-3bdc1e5eebc9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e2b21a8f-2303-457a-b554-3bdc1e5eebc9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e2b21a8f-2303-457a-b554-3bdc1e5eebc9.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e2b21a8f-2303-457a-b554-3bdc1e5eebc9 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e2b21a8f-2303-457a-b554-3bdc1e5eebc9.shogun-image-container {
      position: relative;
    }

    .s-e2b21a8f-2303-457a-b554-3bdc1e5eebc9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e2b21a8f-2303-457a-b554-3bdc1e5eebc9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e2b21a8f-2303-457a-b554-3bdc1e5eebc9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-e2b21a8f-2303-457a-b554-3bdc1e5eebc9 img.shogun-image,
  #s-e2b21a8f-2303-457a-b554-3bdc1e5eebc9 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e2b21a8f-2303-457a-b554-3bdc1e5eebc9 {
    width: 100%;
    height: auto;
  }

  #s-e2b21a8f-2303-457a-b554-3bdc1e5eebc9 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e2b21a8f-2303-457a-b554-3bdc1e5eebc9.shogun-image {
    
    
  }


.s-e2b21a8f-2303-457a-b554-3bdc1e5eebc9 .shogun-image-content {
  
    align-items: center;
  
}

.s-e2b21a8f-2303-457a-b554-3bdc1e5eebc9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e2b21a8f-2303-457a-b554-3bdc1e5eebc9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e2b21a8f-2303-457a-b554-3bdc1e5eebc9.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e2b21a8f-2303-457a-b554-3bdc1e5eebc9 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e2b21a8f-2303-457a-b554-3bdc1e5eebc9.shogun-image-container {
      position: relative;
    }

    .s-e2b21a8f-2303-457a-b554-3bdc1e5eebc9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e2b21a8f-2303-457a-b554-3bdc1e5eebc9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e2b21a8f-2303-457a-b554-3bdc1e5eebc9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-e2b21a8f-2303-457a-b554-3bdc1e5eebc9 img.shogun-image,
  #s-e2b21a8f-2303-457a-b554-3bdc1e5eebc9 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e2b21a8f-2303-457a-b554-3bdc1e5eebc9 {
    width: 100%;
    height: auto;
  }

  #s-e2b21a8f-2303-457a-b554-3bdc1e5eebc9 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e2b21a8f-2303-457a-b554-3bdc1e5eebc9.shogun-image {
    
    
  }


.s-e2b21a8f-2303-457a-b554-3bdc1e5eebc9 .shogun-image-content {
  
    align-items: center;
  
}

.s-e2b21a8f-2303-457a-b554-3bdc1e5eebc9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e2b21a8f-2303-457a-b554-3bdc1e5eebc9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e2b21a8f-2303-457a-b554-3bdc1e5eebc9.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e2b21a8f-2303-457a-b554-3bdc1e5eebc9 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e2b21a8f-2303-457a-b554-3bdc1e5eebc9.shogun-image-container {
      position: relative;
    }

    .s-e2b21a8f-2303-457a-b554-3bdc1e5eebc9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e2b21a8f-2303-457a-b554-3bdc1e5eebc9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e2b21a8f-2303-457a-b554-3bdc1e5eebc9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-e2b21a8f-2303-457a-b554-3bdc1e5eebc9 img.shogun-image,
  #s-e2b21a8f-2303-457a-b554-3bdc1e5eebc9 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e2b21a8f-2303-457a-b554-3bdc1e5eebc9 {
    width: 100%;
    height: auto;
  }

  #s-e2b21a8f-2303-457a-b554-3bdc1e5eebc9 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e2b21a8f-2303-457a-b554-3bdc1e5eebc9.shogun-image {
    
    
  }


.s-e2b21a8f-2303-457a-b554-3bdc1e5eebc9 .shogun-image-content {
  
    align-items: center;
  
}

.s-e2b21a8f-2303-457a-b554-3bdc1e5eebc9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e2b21a8f-2303-457a-b554-3bdc1e5eebc9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e2b21a8f-2303-457a-b554-3bdc1e5eebc9.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e2b21a8f-2303-457a-b554-3bdc1e5eebc9 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e2b21a8f-2303-457a-b554-3bdc1e5eebc9.shogun-image-container {
      position: relative;
    }

    .s-e2b21a8f-2303-457a-b554-3bdc1e5eebc9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e2b21a8f-2303-457a-b554-3bdc1e5eebc9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e2b21a8f-2303-457a-b554-3bdc1e5eebc9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-27723434-c055-40ec-8f42-5471c6c1ce25 {
  padding-top: 40px;
padding-left: 40px;
padding-bottom: 40px;
padding-right: 40px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-27723434-c055-40ec-8f42-5471c6c1ce25 {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
}
}







#s-27723434-c055-40ec-8f42-5471c6c1ce25 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-27723434-c055-40ec-8f42-5471c6c1ce25.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-76d3d503-7518-4345-b0db-eced000c2a65 {
  margin-top: 24px;
margin-bottom: 24px;
}

@media (min-width: 0px) {
[id="s-095362a1-b577-4455-8b97-526cd0d7c2c3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-095362a1-b577-4455-8b97-526cd0d7c2c3"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-095362a1-b577-4455-8b97-526cd0d7c2c3"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-095362a1-b577-4455-8b97-526cd0d7c2c3"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-095362a1-b577-4455-8b97-526cd0d7c2c3"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-a8577f55-9820-4947-ba82-e27449201495 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(226, 196, 101, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: #252525;
}
#s-a8577f55-9820-4947-ba82-e27449201495:hover {background-color: rgba(226, 196, 101, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: #252525 !important;}#s-a8577f55-9820-4947-ba82-e27449201495:active {background-color: rgba(226, 196, 101, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: #252525 !important;}

  #s-a8577f55-9820-4947-ba82-e27449201495-root {
    text-align: center;
  }


#s-a8577f55-9820-4947-ba82-e27449201495.shg-btn {
  color: #252525;
  font-size: 14px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-a8577f55-9820-4947-ba82-e27449201495-root {
    text-align: center;
  }


#s-a8577f55-9820-4947-ba82-e27449201495.shg-btn {
  color: #252525;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-a8577f55-9820-4947-ba82-e27449201495-root {
    text-align: center;
  }


#s-a8577f55-9820-4947-ba82-e27449201495.shg-btn {
  color: #252525;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-a8577f55-9820-4947-ba82-e27449201495-root {
    text-align: center;
  }


#s-a8577f55-9820-4947-ba82-e27449201495.shg-btn {
  color: #252525;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-a8577f55-9820-4947-ba82-e27449201495-root {
    text-align: center;
  }


#s-a8577f55-9820-4947-ba82-e27449201495.shg-btn {
  color: #252525;
  font-size: 14px;
  
  
  
  display:  block ;
}
}
#s-3a726774-bfda-40b7-84b6-6d61862a0f42 {
  text-align: left;
}

#s-01207b45-db5e-415c-a899-91dcde3a7e99 {
  background-repeat: repeat;
background-size: cover;
margin-left: -20px;
margin-right: -20px;
padding-top: 50px;
padding-left: 30px;
padding-bottom: 50px;
padding-right: 30px;
min-height: 50px;
background-position: center center;
}








#s-01207b45-db5e-415c-a899-91dcde3a7e99 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-01207b45-db5e-415c-a899-91dcde3a7e99.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-07765e02-11fe-4481-843f-5c10e787bb61 {
  margin-top: 50px;
margin-left: auto;
margin-bottom: 50px;
margin-right: auto;
padding-top: 50px;
padding-left: 30px;
padding-bottom: 50px;
padding-right: 30px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(159, 141, 97, 1);
border-style: solid;
min-height: 50px;
max-width: 1000px;
background-color: rgba(255, 255, 255, 1);
}








#s-07765e02-11fe-4481-843f-5c10e787bb61 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-07765e02-11fe-4481-843f-5c10e787bb61.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-de61be24-2ca1-4cec-a34d-5fa29df01907 {
  margin-top: 25px;
margin-left: auto;
margin-bottom: 25px;
margin-right: auto;
max-width: 180px;
text-align: center;
}







  #s-de61be24-2ca1-4cec-a34d-5fa29df01907 img.shogun-image {
    

    
    
    
  }


#s-de61be24-2ca1-4cec-a34d-5fa29df01907 .shogun-image-content {
  
    align-items: center;
  
}

#s-b6cff409-3ded-4778-8810-4c992d135290 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 672px;
}
@media (max-width: 767px){#s-b6cff409-3ded-4778-8810-4c992d135290 {
  padding-left: 20px;
padding-right: 20px;
}
}
/*
  $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}
