.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-2660ea50-7bd9-4956-ba0d-02d2a9e28143 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-2660ea50-7bd9-4956-ba0d-02d2a9e28143 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-2660ea50-7bd9-4956-ba0d-02d2a9e28143 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-2660ea50-7bd9-4956-ba0d-02d2a9e28143 {
  
}
}@media (max-width: 767px){#s-2660ea50-7bd9-4956-ba0d-02d2a9e28143 {
  
}
}
#s-2660ea50-7bd9-4956-ba0d-02d2a9e28143 {
  background-image: url();
}








#s-2660ea50-7bd9-4956-ba0d-02d2a9e28143 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2660ea50-7bd9-4956-ba0d-02d2a9e28143.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-a92d74ae-118a-47c8-b2dc-0104a67a8591 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 500px;
background-position: center center;
background-attachment: scroll;
}
@media (min-width: 1200px){#s-a92d74ae-118a-47c8-b2dc-0104a67a8591 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a92d74ae-118a-47c8-b2dc-0104a67a8591 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-a92d74ae-118a-47c8-b2dc-0104a67a8591 {
  
}
}@media (max-width: 767px){#s-a92d74ae-118a-47c8-b2dc-0104a67a8591 {
  
}
}
#s-a92d74ae-118a-47c8-b2dc-0104a67a8591 {
  background-image: url(https://i.shgcdn.com/71df843c-3cea-4de1-8c9f-f23857aa37ac/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-a92d74ae-118a-47c8-b2dc-0104a67a8591 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.23000000000000007;
}#s-a92d74ae-118a-47c8-b2dc-0104a67a8591.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-e3b16ee5-a1cd-47e3-be5c-7df62ba877e1 {
  border-style: solid;
margin-top: 0px;
margin-left: 50px;
margin-bottom: 0px;
margin-right: 50px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(135, 0, 255, 0.8);
background-color: rgba(0, 0, 0, 0);
}

@media (min-width: 0px) {
[id="s-e3b16ee5-a1cd-47e3-be5c-7df62ba877e1"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e3b16ee5-a1cd-47e3-be5c-7df62ba877e1"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-e3b16ee5-a1cd-47e3-be5c-7df62ba877e1"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-e3b16ee5-a1cd-47e3-be5c-7df62ba877e1"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-e3b16ee5-a1cd-47e3-be5c-7df62ba877e1"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-e3b16ee5-a1cd-47e3-be5c-7df62ba877e1"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-e3b16ee5-a1cd-47e3-be5c-7df62ba877e1"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 25.0px);
}

}

@media (max-width: 767px) {
  [id="s-e3b16ee5-a1cd-47e3-be5c-7df62ba877e1"] > .shg-row {
    flex-flow: column-reverse;
  }
}

.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-81b31081-cb4b-431b-bb1f-0953b5aebd05 {
  margin-top: 50px;
margin-left: 25px;
margin-right: 25px;
}

#s-818a92ac-57b4-4a74-a2aa-39f2887296a0 {
  margin-top: 0px;
margin-left: 25px;
margin-bottom: 10px;
margin-right: 25px;
}

#s-ff4d0678-f2fb-45aa-8280-877e30913a7f {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
min-height: 50px;
background-color: rgba(51, 51, 51, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-ff4d0678-f2fb-45aa-8280-877e30913a7f {
  display: none;
}
#s-ff4d0678-f2fb-45aa-8280-877e30913a7f, #wrap-s-ff4d0678-f2fb-45aa-8280-877e30913a7f { display: none !important; }}@media (max-width: 767px){#s-ff4d0678-f2fb-45aa-8280-877e30913a7f {
  display: none;
}
#s-ff4d0678-f2fb-45aa-8280-877e30913a7f, #wrap-s-ff4d0678-f2fb-45aa-8280-877e30913a7f { display: none !important; }}







#s-ff4d0678-f2fb-45aa-8280-877e30913a7f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ff4d0678-f2fb-45aa-8280-877e30913a7f.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-e54d3314-57d6-4c3e-9174-03fcb9b6a4ef {
  margin-left: auto;
margin-right: auto;
padding-top: 25px;
padding-left: 5%;
padding-bottom: 25px;
padding-right: 5%;
background-color: rgba(0, 0, 0, 0);
}
@media (min-width: 768px) and (max-width: 991px){#s-e54d3314-57d6-4c3e-9174-03fcb9b6a4ef {
  
}
}
@media (min-width: 0px) {
[id="s-e54d3314-57d6-4c3e-9174-03fcb9b6a4ef"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 7.5px);
}

}

@media (min-width: 768px) {
[id="s-e54d3314-57d6-4c3e-9174-03fcb9b6a4ef"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 11.25px);
}

}

@media (min-width: 992px) {
[id="s-e54d3314-57d6-4c3e-9174-03fcb9b6a4ef"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 11.25px);
}

}

@media (min-width: 1200px) {
[id="s-e54d3314-57d6-4c3e-9174-03fcb9b6a4ef"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 11.25px);
}

}

#s-d48ff096-cea3-4a17-805a-2ef28b1faf5c {
  margin-top: 40px;
margin-left: 25px;
margin-bottom: 20px;
margin-right: 25px;
}

#s-b60eddde-603a-414f-b333-e4a7bd71cde2 {
  margin-top: 10px;
margin-left: 25px;
margin-bottom: 20px;
margin-right: 20px;
}

.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-b37c50cf-4ec1-41f2-8914-c195ac52b156 {
  box-shadow:2px 4px 20px 1px rgba(0, 0, 0, 0.6);
padding-top: 10px;
padding-left: 40px;
padding-bottom: 10px;
padding-right: 40px;
border-radius: 2px;
background-color: rgba(234, 113, 33, 1);
text-align: right;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-b37c50cf-4ec1-41f2-8914-c195ac52b156:hover {background-color: rgba(234, 173, 33, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-b37c50cf-4ec1-41f2-8914-c195ac52b156:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-b37c50cf-4ec1-41f2-8914-c195ac52b156-root {
    text-align: right;
  }


#s-b37c50cf-4ec1-41f2-8914-c195ac52b156.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
  font-family: Averia Serif Libre;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-b37c50cf-4ec1-41f2-8914-c195ac52b156-root {
    text-align: right;
  }


#s-b37c50cf-4ec1-41f2-8914-c195ac52b156.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
  font-family: Averia Serif Libre;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-b37c50cf-4ec1-41f2-8914-c195ac52b156-root {
    text-align: right;
  }


#s-b37c50cf-4ec1-41f2-8914-c195ac52b156.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
  font-family: Averia Serif Libre;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-b37c50cf-4ec1-41f2-8914-c195ac52b156-root {
    text-align: right;
  }


#s-b37c50cf-4ec1-41f2-8914-c195ac52b156.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
  font-family: Averia Serif Libre;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-b37c50cf-4ec1-41f2-8914-c195ac52b156-root {
    text-align: right;
  }


#s-b37c50cf-4ec1-41f2-8914-c195ac52b156.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
  font-family: Averia Serif Libre;
  display:  inline-block ;
}
}
.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-9c68615a-0a9e-4e46-921b-8210f45ecc07 {
  margin-top: 10px;
max-width: 1080px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-9c68615a-0a9e-4e46-921b-8210f45ecc07 img.shogun-image,
  #s-9c68615a-0a9e-4e46-921b-8210f45ecc07 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-9c68615a-0a9e-4e46-921b-8210f45ecc07 {
    width: 100%;
    height: auto;
  }



  #s-9c68615a-0a9e-4e46-921b-8210f45ecc07 img.shogun-image {
    

    
    
    
  }


#s-9c68615a-0a9e-4e46-921b-8210f45ecc07 .shogun-image-content {
  
    align-items: center;
  
}

#s-850fd6d0-f613-4d64-9755-e556a8d12cfc {
  margin-top: 40px;
margin-left: 25px;
margin-bottom: 20px;
margin-right: 25px;
}

#s-8379dbc7-1c7e-4bcf-ba23-671f3f2a9499 {
  margin-top: 10px;
margin-left: 25px;
margin-bottom: 20px;
margin-right: 20px;
}

#s-ed3a5b38-6f05-48b9-b47f-3dc4518ddece {
  box-shadow:2px 4px 20px 1px rgba(0, 0, 0, 0.6);
padding-top: 10px;
padding-left: 40px;
padding-bottom: 10px;
padding-right: 40px;
border-radius: 2px;
background-color: rgba(234, 113, 33, 1);
text-align: right;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-ed3a5b38-6f05-48b9-b47f-3dc4518ddece:hover {background-color: rgba(234, 173, 33, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-ed3a5b38-6f05-48b9-b47f-3dc4518ddece:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-ed3a5b38-6f05-48b9-b47f-3dc4518ddece-root {
    text-align: right;
  }


#s-ed3a5b38-6f05-48b9-b47f-3dc4518ddece.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
  font-family: Averia Serif Libre;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-ed3a5b38-6f05-48b9-b47f-3dc4518ddece-root {
    text-align: right;
  }


#s-ed3a5b38-6f05-48b9-b47f-3dc4518ddece.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
  font-family: Averia Serif Libre;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-ed3a5b38-6f05-48b9-b47f-3dc4518ddece-root {
    text-align: right;
  }


#s-ed3a5b38-6f05-48b9-b47f-3dc4518ddece.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
  font-family: Averia Serif Libre;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-ed3a5b38-6f05-48b9-b47f-3dc4518ddece-root {
    text-align: right;
  }


#s-ed3a5b38-6f05-48b9-b47f-3dc4518ddece.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
  font-family: Averia Serif Libre;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-ed3a5b38-6f05-48b9-b47f-3dc4518ddece-root {
    text-align: right;
  }


#s-ed3a5b38-6f05-48b9-b47f-3dc4518ddece.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
  font-family: Averia Serif Libre;
  display:  inline-block ;
}
}
#s-ba67cedc-2b7a-4709-8c74-7f813fef7dad {
  margin-top: 10px;
max-width: 1080px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-ba67cedc-2b7a-4709-8c74-7f813fef7dad img.shogun-image,
  #s-ba67cedc-2b7a-4709-8c74-7f813fef7dad .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ba67cedc-2b7a-4709-8c74-7f813fef7dad {
    width: 100%;
    height: auto;
  }



  #s-ba67cedc-2b7a-4709-8c74-7f813fef7dad img.shogun-image {
    

    
    
    
  }


#s-ba67cedc-2b7a-4709-8c74-7f813fef7dad .shogun-image-content {
  
    align-items: center;
  
}

#s-5386e428-ec58-4677-acc7-cc6e74e56081 {
  margin-left: auto;
margin-right: auto;
padding-top: 25px;
padding-left: 5%;
padding-bottom: 25px;
padding-right: 5%;
background-color: rgba(0, 0, 0, 0);
}
@media (min-width: 768px) and (max-width: 991px){#s-5386e428-ec58-4677-acc7-cc6e74e56081 {
  
}
}
@media (min-width: 0px) {
[id="s-5386e428-ec58-4677-acc7-cc6e74e56081"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 7.5px);
}

}

@media (min-width: 768px) {
[id="s-5386e428-ec58-4677-acc7-cc6e74e56081"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 11.25px);
}

}

@media (min-width: 992px) {
[id="s-5386e428-ec58-4677-acc7-cc6e74e56081"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 11.25px);
}

}

@media (min-width: 1200px) {
[id="s-5386e428-ec58-4677-acc7-cc6e74e56081"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 11.25px);
}

}

#s-da14dd1f-3c0b-4e3b-ab27-7c62c14219d2 {
  margin-top: 40px;
margin-left: 25px;
margin-bottom: 20px;
margin-right: 25px;
}

#s-5e75a77a-72d7-4274-9e3b-563a519d016c {
  margin-top: 10px;
margin-left: 25px;
margin-bottom: 20px;
margin-right: 20px;
}

#s-67727664-a478-4492-90e0-bf6d7815b5de {
  box-shadow:2px 4px 20px 1px rgba(0, 0, 0, 0.6);
padding-top: 10px;
padding-left: 40px;
padding-bottom: 10px;
padding-right: 40px;
border-radius: 2px;
background-color: rgba(234, 113, 33, 1);
text-align: right;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-67727664-a478-4492-90e0-bf6d7815b5de:hover {background-color: rgba(234, 173, 33, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-67727664-a478-4492-90e0-bf6d7815b5de:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-67727664-a478-4492-90e0-bf6d7815b5de-root {
    text-align: right;
  }


#s-67727664-a478-4492-90e0-bf6d7815b5de.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
  font-family: Averia Serif Libre;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-67727664-a478-4492-90e0-bf6d7815b5de-root {
    text-align: right;
  }


#s-67727664-a478-4492-90e0-bf6d7815b5de.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
  font-family: Averia Serif Libre;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-67727664-a478-4492-90e0-bf6d7815b5de-root {
    text-align: right;
  }


#s-67727664-a478-4492-90e0-bf6d7815b5de.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
  font-family: Averia Serif Libre;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-67727664-a478-4492-90e0-bf6d7815b5de-root {
    text-align: right;
  }


#s-67727664-a478-4492-90e0-bf6d7815b5de.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
  font-family: Averia Serif Libre;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-67727664-a478-4492-90e0-bf6d7815b5de-root {
    text-align: right;
  }


#s-67727664-a478-4492-90e0-bf6d7815b5de.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
  font-family: Averia Serif Libre;
  display:  inline-block ;
}
}
#s-309dc07f-e1b0-4ba4-918f-94dd98121823 {
  margin-top: 10px;
max-width: 1080px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-309dc07f-e1b0-4ba4-918f-94dd98121823 img.shogun-image,
  #s-309dc07f-e1b0-4ba4-918f-94dd98121823 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-309dc07f-e1b0-4ba4-918f-94dd98121823 {
    width: 100%;
    height: auto;
  }



  #s-309dc07f-e1b0-4ba4-918f-94dd98121823 img.shogun-image {
    

    
    
    
  }


#s-309dc07f-e1b0-4ba4-918f-94dd98121823 .shogun-image-content {
  
    align-items: center;
  
}

#s-10969876-47f7-4677-b4f6-586b4e51c88a {
  margin-top: 40px;
margin-left: 25px;
margin-bottom: 20px;
margin-right: 25px;
}

#s-49ee3242-fcdb-471a-8ef4-362b5d024d4b {
  margin-top: 10px;
margin-left: 25px;
margin-bottom: 20px;
margin-right: 20px;
}

#s-10fcad19-85e1-47ca-9087-57238c5d3b05 {
  box-shadow:2px 4px 20px 1px rgba(0, 0, 0, 0.6);
padding-top: 10px;
padding-left: 40px;
padding-bottom: 10px;
padding-right: 40px;
border-radius: 2px;
background-color: rgba(234, 113, 33, 1);
text-align: right;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-10fcad19-85e1-47ca-9087-57238c5d3b05:hover {background-color: rgba(234, 173, 33, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-10fcad19-85e1-47ca-9087-57238c5d3b05:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-10fcad19-85e1-47ca-9087-57238c5d3b05-root {
    text-align: right;
  }


#s-10fcad19-85e1-47ca-9087-57238c5d3b05.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
  font-family: Averia Serif Libre;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-10fcad19-85e1-47ca-9087-57238c5d3b05-root {
    text-align: right;
  }


#s-10fcad19-85e1-47ca-9087-57238c5d3b05.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
  font-family: Averia Serif Libre;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-10fcad19-85e1-47ca-9087-57238c5d3b05-root {
    text-align: right;
  }


#s-10fcad19-85e1-47ca-9087-57238c5d3b05.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
  font-family: Averia Serif Libre;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-10fcad19-85e1-47ca-9087-57238c5d3b05-root {
    text-align: right;
  }


#s-10fcad19-85e1-47ca-9087-57238c5d3b05.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
  font-family: Averia Serif Libre;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-10fcad19-85e1-47ca-9087-57238c5d3b05-root {
    text-align: right;
  }


#s-10fcad19-85e1-47ca-9087-57238c5d3b05.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
  font-family: Averia Serif Libre;
  display:  inline-block ;
}
}
#s-53797a95-83fe-4cfa-8e26-c20670878ed6 {
  margin-top: 10px;
max-width: 1080px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-53797a95-83fe-4cfa-8e26-c20670878ed6 img.shogun-image,
  #s-53797a95-83fe-4cfa-8e26-c20670878ed6 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-53797a95-83fe-4cfa-8e26-c20670878ed6 {
    width: 100%;
    height: auto;
  }



  #s-53797a95-83fe-4cfa-8e26-c20670878ed6 img.shogun-image {
    

    
    
    
  }


#s-53797a95-83fe-4cfa-8e26-c20670878ed6 .shogun-image-content {
  
    align-items: center;
  
}

#s-e5b19cc4-d8cc-4ae5-852d-393405dea8c6 {
  margin-left: auto;
margin-right: auto;
padding-top: 25px;
padding-left: 5%;
padding-bottom: 25px;
padding-right: 5%;
background-color: rgba(0, 0, 0, 0);
}
@media (min-width: 768px) and (max-width: 991px){#s-e5b19cc4-d8cc-4ae5-852d-393405dea8c6 {
  
}
}
@media (min-width: 0px) {
[id="s-e5b19cc4-d8cc-4ae5-852d-393405dea8c6"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 7.5px);
}

}

@media (min-width: 768px) {
[id="s-e5b19cc4-d8cc-4ae5-852d-393405dea8c6"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 11.25px);
}

}

@media (min-width: 992px) {
[id="s-e5b19cc4-d8cc-4ae5-852d-393405dea8c6"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 11.25px);
}

}

@media (min-width: 1200px) {
[id="s-e5b19cc4-d8cc-4ae5-852d-393405dea8c6"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 11.25px);
}

}

#s-0ff670d3-7fba-49e1-899e-7a2148e6d5b8 {
  margin-top: 40px;
margin-left: 25px;
margin-bottom: 20px;
margin-right: 25px;
}

#s-44d79ee9-ad19-456f-b3f4-8eaa37d04f36 {
  margin-top: 10px;
margin-left: 25px;
margin-bottom: 20px;
margin-right: 20px;
}

#s-b166b5a5-a391-4a8f-82ac-28133044f681 {
  box-shadow:2px 4px 20px 1px rgba(0, 0, 0, 0.6);
padding-top: 10px;
padding-left: 40px;
padding-bottom: 10px;
padding-right: 40px;
border-radius: 2px;
background-color: rgba(234, 113, 33, 1);
text-align: right;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-b166b5a5-a391-4a8f-82ac-28133044f681:hover {background-color: rgba(234, 173, 33, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-b166b5a5-a391-4a8f-82ac-28133044f681:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-b166b5a5-a391-4a8f-82ac-28133044f681-root {
    text-align: right;
  }


#s-b166b5a5-a391-4a8f-82ac-28133044f681.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
  font-family: Averia Serif Libre;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-b166b5a5-a391-4a8f-82ac-28133044f681-root {
    text-align: right;
  }


#s-b166b5a5-a391-4a8f-82ac-28133044f681.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
  font-family: Averia Serif Libre;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-b166b5a5-a391-4a8f-82ac-28133044f681-root {
    text-align: right;
  }


#s-b166b5a5-a391-4a8f-82ac-28133044f681.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
  font-family: Averia Serif Libre;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-b166b5a5-a391-4a8f-82ac-28133044f681-root {
    text-align: right;
  }


#s-b166b5a5-a391-4a8f-82ac-28133044f681.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
  font-family: Averia Serif Libre;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-b166b5a5-a391-4a8f-82ac-28133044f681-root {
    text-align: right;
  }


#s-b166b5a5-a391-4a8f-82ac-28133044f681.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
  font-family: Averia Serif Libre;
  display:  inline-block ;
}
}
#s-5118cd2f-cc60-430e-a571-b1378cd33854 {
  margin-top: 10px;
max-width: 1080px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-5118cd2f-cc60-430e-a571-b1378cd33854 img.shogun-image,
  #s-5118cd2f-cc60-430e-a571-b1378cd33854 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-5118cd2f-cc60-430e-a571-b1378cd33854 {
    width: 100%;
    height: auto;
  }



  #s-5118cd2f-cc60-430e-a571-b1378cd33854 img.shogun-image {
    

    
    
    
  }


#s-5118cd2f-cc60-430e-a571-b1378cd33854 .shogun-image-content {
  
    align-items: center;
  
}

#s-6a859887-4b69-418c-a068-ce352c3899ee {
  margin-top: 40px;
margin-left: 25px;
margin-bottom: 20px;
margin-right: 25px;
}

#s-ad5a40c0-9cef-4aa7-bac8-7f771258adfe {
  margin-top: 10px;
margin-left: 25px;
margin-bottom: 20px;
margin-right: 20px;
}

#s-86228182-49ed-4870-b61d-9ce086f0c6d5 {
  box-shadow:2px 4px 20px 1px rgba(0, 0, 0, 0.6);
padding-top: 10px;
padding-left: 40px;
padding-bottom: 10px;
padding-right: 40px;
border-radius: 2px;
background-color: rgba(234, 113, 33, 1);
text-align: right;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-86228182-49ed-4870-b61d-9ce086f0c6d5:hover {background-color: rgba(234, 173, 33, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-86228182-49ed-4870-b61d-9ce086f0c6d5:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-86228182-49ed-4870-b61d-9ce086f0c6d5-root {
    text-align: right;
  }


#s-86228182-49ed-4870-b61d-9ce086f0c6d5.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
  font-family: Averia Serif Libre;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-86228182-49ed-4870-b61d-9ce086f0c6d5-root {
    text-align: right;
  }


#s-86228182-49ed-4870-b61d-9ce086f0c6d5.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
  font-family: Averia Serif Libre;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-86228182-49ed-4870-b61d-9ce086f0c6d5-root {
    text-align: right;
  }


#s-86228182-49ed-4870-b61d-9ce086f0c6d5.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
  font-family: Averia Serif Libre;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-86228182-49ed-4870-b61d-9ce086f0c6d5-root {
    text-align: right;
  }


#s-86228182-49ed-4870-b61d-9ce086f0c6d5.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
  font-family: Averia Serif Libre;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-86228182-49ed-4870-b61d-9ce086f0c6d5-root {
    text-align: right;
  }


#s-86228182-49ed-4870-b61d-9ce086f0c6d5.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
  font-family: Averia Serif Libre;
  display:  inline-block ;
}
}
#s-f40152d4-e7e8-4d6e-bae3-c6352fb30118 {
  margin-top: 10px;
max-width: 1080px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-f40152d4-e7e8-4d6e-bae3-c6352fb30118 img.shogun-image,
  #s-f40152d4-e7e8-4d6e-bae3-c6352fb30118 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f40152d4-e7e8-4d6e-bae3-c6352fb30118 {
    width: 100%;
    height: auto;
  }



  #s-f40152d4-e7e8-4d6e-bae3-c6352fb30118 img.shogun-image {
    

    
    
    
  }


#s-f40152d4-e7e8-4d6e-bae3-c6352fb30118 .shogun-image-content {
  
    align-items: center;
  
}

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

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

#s-245835a0-7bf7-4d57-95e0-770e84fc324d hr {
  border-top: 2px solid rgba(51, 51, 51, 1);
}

#s-ddea4f63-e381-4f00-a490-6d50b5daa47a {
  margin-top: 0px;
background-color: rgba(51, 51, 51, 1);
}
@media (min-width: 1200px){#s-ddea4f63-e381-4f00-a490-6d50b5daa47a {
  display: none;
}
#s-ddea4f63-e381-4f00-a490-6d50b5daa47a, #wrap-s-ddea4f63-e381-4f00-a490-6d50b5daa47a { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ddea4f63-e381-4f00-a490-6d50b5daa47a {
  display: none;
}
#s-ddea4f63-e381-4f00-a490-6d50b5daa47a, #wrap-s-ddea4f63-e381-4f00-a490-6d50b5daa47a { display: none !important; }}@media (max-width: 767px){#s-ddea4f63-e381-4f00-a490-6d50b5daa47a {
  display: none;
}
#s-ddea4f63-e381-4f00-a490-6d50b5daa47a, #wrap-s-ddea4f63-e381-4f00-a490-6d50b5daa47a { display: none !important; }}
@media (min-width: 0px) {
[id="s-ddea4f63-e381-4f00-a490-6d50b5daa47a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ddea4f63-e381-4f00-a490-6d50b5daa47a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-ddea4f63-e381-4f00-a490-6d50b5daa47a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-ddea4f63-e381-4f00-a490-6d50b5daa47a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-ddea4f63-e381-4f00-a490-6d50b5daa47a"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-e9c02639-9cf4-437b-8464-5f3e1817d298 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
min-height: 50px;
background-color: rgba(51, 51, 51, 1);
}
@media (min-width: 1200px){#s-e9c02639-9cf4-437b-8464-5f3e1817d298 {
  display: none;
}
#s-e9c02639-9cf4-437b-8464-5f3e1817d298, #wrap-s-e9c02639-9cf4-437b-8464-5f3e1817d298 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e9c02639-9cf4-437b-8464-5f3e1817d298 {
  display: none;
}
#s-e9c02639-9cf4-437b-8464-5f3e1817d298, #wrap-s-e9c02639-9cf4-437b-8464-5f3e1817d298 { display: none !important; }}







#s-e9c02639-9cf4-437b-8464-5f3e1817d298 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e9c02639-9cf4-437b-8464-5f3e1817d298.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-47c4537d-8b84-4847-948b-fc5dfeb99f10 {
  margin-top: 25px;
margin-left: 5%;
margin-bottom: 25px;
margin-right: 5%;
background-color: rgba(0, 0, 0, 0);
}
@media (min-width: 768px) and (max-width: 991px){#s-47c4537d-8b84-4847-948b-fc5dfeb99f10 {
  
}
}@media (max-width: 767px){#s-47c4537d-8b84-4847-948b-fc5dfeb99f10 {
  display: none;
}
#s-47c4537d-8b84-4847-948b-fc5dfeb99f10, #wrap-s-47c4537d-8b84-4847-948b-fc5dfeb99f10 { display: none !important; }}
@media (min-width: 0px) {
[id="s-47c4537d-8b84-4847-948b-fc5dfeb99f10"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-47c4537d-8b84-4847-948b-fc5dfeb99f10"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 12.5px);
}

}

@media (min-width: 992px) {
[id="s-47c4537d-8b84-4847-948b-fc5dfeb99f10"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 12.5px);
}

}

@media (min-width: 1200px) {
[id="s-47c4537d-8b84-4847-948b-fc5dfeb99f10"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 12.5px);
}

}

#s-e4610e5a-9ef4-4da6-9b0d-cc65738e9d26 {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0.5);
border-style: solid;
min-height: 50px;
background-color: rgba(0, 0, 0, 0.25);
}








#s-e4610e5a-9ef4-4da6-9b0d-cc65738e9d26 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e4610e5a-9ef4-4da6-9b0d-cc65738e9d26.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4fc84783-e463-4c97-9129-1c43f06ba9c5 {
  margin-top: 10px;
max-width: 1080px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-4fc84783-e463-4c97-9129-1c43f06ba9c5 img.shogun-image,
  #s-4fc84783-e463-4c97-9129-1c43f06ba9c5 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-4fc84783-e463-4c97-9129-1c43f06ba9c5 {
    width: 100%;
    height: auto;
  }



  #s-4fc84783-e463-4c97-9129-1c43f06ba9c5 img.shogun-image {
    

    
    
    
  }


#s-4fc84783-e463-4c97-9129-1c43f06ba9c5 .shogun-image-content {
  
    align-items: center;
  
}

#s-14996b23-b281-47be-9e10-dc02c88c1902 {
  margin-left: 25px;
margin-right: 25px;
}

#s-1bc4e015-cba1-4042-b7a7-1180aee88770 {
  margin-top: 10px;
margin-left: 25px;
margin-bottom: 20px;
margin-right: 20px;
}

#s-5b1f57f0-a14e-49b6-8805-8b537ed9d43e {
  box-shadow:5px 5px 15px 2px rgba(0, 0, 0, 1);
margin-left: 8%;
margin-bottom: 40px;
margin-right: 8%;
padding-top: 10px;
padding-left: 40px;
padding-bottom: 10px;
padding-right: 40px;
border-radius: 2px;
background-color: rgba(234, 113, 33, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-5b1f57f0-a14e-49b6-8805-8b537ed9d43e:hover {background-color: rgba(234, 173, 33, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-5b1f57f0-a14e-49b6-8805-8b537ed9d43e:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-5b1f57f0-a14e-49b6-8805-8b537ed9d43e-root {
    text-align: center;
  }


#s-5b1f57f0-a14e-49b6-8805-8b537ed9d43e.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
  font-family: Averia Serif Libre;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-5b1f57f0-a14e-49b6-8805-8b537ed9d43e-root {
    text-align: center;
  }


#s-5b1f57f0-a14e-49b6-8805-8b537ed9d43e.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
  font-family: Averia Serif Libre;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-5b1f57f0-a14e-49b6-8805-8b537ed9d43e-root {
    text-align: center;
  }


#s-5b1f57f0-a14e-49b6-8805-8b537ed9d43e.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
  font-family: Averia Serif Libre;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-5b1f57f0-a14e-49b6-8805-8b537ed9d43e-root {
    text-align: center;
  }


#s-5b1f57f0-a14e-49b6-8805-8b537ed9d43e.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
  font-family: Averia Serif Libre;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-5b1f57f0-a14e-49b6-8805-8b537ed9d43e-root {
    text-align: center;
  }


#s-5b1f57f0-a14e-49b6-8805-8b537ed9d43e.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
  font-family: Averia Serif Libre;
  display:  inline-block ;
}
}
#s-2c2a1acf-b3d2-47ea-8c1a-269c3fd49066 {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0.5);
border-style: solid;
min-height: 50px;
background-color: rgba(0, 0, 0, 0.25);
}








#s-2c2a1acf-b3d2-47ea-8c1a-269c3fd49066 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2c2a1acf-b3d2-47ea-8c1a-269c3fd49066.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ace3b90f-6f8e-484d-976e-da637c18faaa {
  margin-top: 10px;
max-width: 1080px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-ace3b90f-6f8e-484d-976e-da637c18faaa img.shogun-image,
  #s-ace3b90f-6f8e-484d-976e-da637c18faaa .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ace3b90f-6f8e-484d-976e-da637c18faaa {
    width: 100%;
    height: auto;
  }



  #s-ace3b90f-6f8e-484d-976e-da637c18faaa img.shogun-image {
    

    
    
    
  }


#s-ace3b90f-6f8e-484d-976e-da637c18faaa .shogun-image-content {
  
    align-items: center;
  
}

#s-0b1d6678-a61d-49d9-86e9-1b29c3691bcd {
  margin-left: 25px;
margin-right: 25px;
}

#s-fd35387d-cb86-428b-a2f1-008e90fa9ca1 {
  margin-top: 10px;
margin-left: 25px;
margin-bottom: 20px;
margin-right: 25px;
}

#s-9977f9aa-b6a6-4991-b845-bf7b407b5012 {
  box-shadow:5px 5px 15px 2px rgba(0, 0, 0, 1);
margin-left: 8%;
margin-bottom: 40px;
margin-right: 8%;
padding-top: 10px;
padding-left: 40px;
padding-bottom: 10px;
padding-right: 40px;
border-radius: 2px;
background-color: rgba(234, 113, 33, 1);
text-align: center;
text-decoration: none;
hover-type: color;
}
#s-9977f9aa-b6a6-4991-b845-bf7b407b5012:hover {background-color: rgba(234, 173, 33, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-9977f9aa-b6a6-4991-b845-bf7b407b5012:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-9977f9aa-b6a6-4991-b845-bf7b407b5012-root {
    text-align: center;
  }


#s-9977f9aa-b6a6-4991-b845-bf7b407b5012.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
  font-family: Averia Serif Libre;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-9977f9aa-b6a6-4991-b845-bf7b407b5012-root {
    text-align: center;
  }


#s-9977f9aa-b6a6-4991-b845-bf7b407b5012.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
  font-family: Averia Serif Libre;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-9977f9aa-b6a6-4991-b845-bf7b407b5012-root {
    text-align: center;
  }


#s-9977f9aa-b6a6-4991-b845-bf7b407b5012.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
  font-family: Averia Serif Libre;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-9977f9aa-b6a6-4991-b845-bf7b407b5012-root {
    text-align: center;
  }


#s-9977f9aa-b6a6-4991-b845-bf7b407b5012.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
  font-family: Averia Serif Libre;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-9977f9aa-b6a6-4991-b845-bf7b407b5012-root {
    text-align: center;
  }


#s-9977f9aa-b6a6-4991-b845-bf7b407b5012.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
  font-family: Averia Serif Libre;
  display:  inline-block ;
}
}
#s-0f89ef9f-36b8-48d8-a1e4-808ecb62e94c {
  margin-top: 25px;
margin-left: 5%;
margin-bottom: 25px;
margin-right: 5%;
background-color: rgba(0, 0, 0, 0);
}
@media (min-width: 768px) and (max-width: 991px){#s-0f89ef9f-36b8-48d8-a1e4-808ecb62e94c {
  display: none;
}
#s-0f89ef9f-36b8-48d8-a1e4-808ecb62e94c, #wrap-s-0f89ef9f-36b8-48d8-a1e4-808ecb62e94c { display: none !important; }}
@media (min-width: 0px) {
[id="s-0f89ef9f-36b8-48d8-a1e4-808ecb62e94c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0f89ef9f-36b8-48d8-a1e4-808ecb62e94c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 12.5px);
}

}

@media (min-width: 992px) {
[id="s-0f89ef9f-36b8-48d8-a1e4-808ecb62e94c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 12.5px);
}

}

@media (min-width: 1200px) {
[id="s-0f89ef9f-36b8-48d8-a1e4-808ecb62e94c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 12.5px);
}

}

#s-c804152b-0fbf-4af6-b07d-1aada1162aa8 {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0.5);
border-style: solid;
min-height: 50px;
background-color: rgba(0, 0, 0, 0.25);
}








#s-c804152b-0fbf-4af6-b07d-1aada1162aa8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c804152b-0fbf-4af6-b07d-1aada1162aa8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-94edd9d3-ee0e-42ba-a881-033d02802661 {
  margin-top: 10px;
max-width: 1080px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-94edd9d3-ee0e-42ba-a881-033d02802661 img.shogun-image,
  #s-94edd9d3-ee0e-42ba-a881-033d02802661 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-94edd9d3-ee0e-42ba-a881-033d02802661 {
    width: 100%;
    height: auto;
  }



  #s-94edd9d3-ee0e-42ba-a881-033d02802661 img.shogun-image {
    

    
    
    
  }


#s-94edd9d3-ee0e-42ba-a881-033d02802661 .shogun-image-content {
  
    align-items: center;
  
}

#s-db5ff701-e8ad-4efa-ba89-030d39d4d1be {
  margin-left: 25px;
margin-right: 25px;
}

#s-a03e4e51-b77e-4a54-acc9-36d58b150922 {
  margin-top: 10px;
margin-left: 25px;
margin-bottom: 20px;
margin-right: 20px;
}

#s-c864f435-cc9d-489a-b70f-cce0e81acab3 {
  box-shadow:5px 5px 15px 2px rgba(0, 0, 0, 1);
margin-left: 8%;
margin-bottom: 40px;
margin-right: 8%;
padding-top: 10px;
padding-left: 40px;
padding-bottom: 10px;
padding-right: 40px;
border-radius: 2px;
background-color: rgba(234, 113, 33, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-c864f435-cc9d-489a-b70f-cce0e81acab3:hover {background-color: rgba(234, 173, 33, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-c864f435-cc9d-489a-b70f-cce0e81acab3:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-c864f435-cc9d-489a-b70f-cce0e81acab3-root {
    text-align: center;
  }


#s-c864f435-cc9d-489a-b70f-cce0e81acab3.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
  font-family: Averia Serif Libre;
  display:  block ;
}
@media (min-width: 1200px){
  #s-c864f435-cc9d-489a-b70f-cce0e81acab3-root {
    text-align: center;
  }


#s-c864f435-cc9d-489a-b70f-cce0e81acab3.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
  font-family: Averia Serif Libre;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-c864f435-cc9d-489a-b70f-cce0e81acab3-root {
    text-align: center;
  }


#s-c864f435-cc9d-489a-b70f-cce0e81acab3.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
  font-family: Averia Serif Libre;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-c864f435-cc9d-489a-b70f-cce0e81acab3-root {
    text-align: center;
  }


#s-c864f435-cc9d-489a-b70f-cce0e81acab3.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
  font-family: Averia Serif Libre;
  display:  block ;
}
}@media (max-width: 767px){
  #s-c864f435-cc9d-489a-b70f-cce0e81acab3-root {
    text-align: center;
  }


#s-c864f435-cc9d-489a-b70f-cce0e81acab3.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
  font-family: Averia Serif Libre;
  display:  block ;
}
}
#s-b5309ef8-2818-4c4a-8e12-5c961c303079 {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0.5);
border-style: solid;
min-height: 50px;
background-color: rgba(0, 0, 0, 0.25);
}








#s-b5309ef8-2818-4c4a-8e12-5c961c303079 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b5309ef8-2818-4c4a-8e12-5c961c303079.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a2beca98-f470-43a5-9b13-722d2eed3e1e {
  margin-top: 10px;
max-width: 1080px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-a2beca98-f470-43a5-9b13-722d2eed3e1e img.shogun-image,
  #s-a2beca98-f470-43a5-9b13-722d2eed3e1e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a2beca98-f470-43a5-9b13-722d2eed3e1e {
    width: 100%;
    height: auto;
  }



  #s-a2beca98-f470-43a5-9b13-722d2eed3e1e img.shogun-image {
    

    
    
    
  }


#s-a2beca98-f470-43a5-9b13-722d2eed3e1e .shogun-image-content {
  
    align-items: center;
  
}

#s-00a04397-e187-4294-9668-11dd98b5be34 {
  margin-left: 25px;
margin-right: 25px;
}

#s-567a36a6-b375-4c20-a7d2-f1c21906090d {
  margin-top: 10px;
margin-left: 25px;
margin-bottom: 20px;
margin-right: 25px;
}

#s-51f2d87d-2bb3-43eb-a14c-cdfa9fef08d2 {
  box-shadow:5px 5px 15px 2px rgba(0, 0, 0, 1);
margin-left: 8%;
margin-bottom: 40px;
margin-right: 8%;
padding-top: 10px;
padding-left: 40px;
padding-bottom: 10px;
padding-right: 40px;
border-radius: 2px;
background-color: rgba(234, 113, 33, 1);
text-align: center;
text-decoration: none;
hover-type: color;
}
#s-51f2d87d-2bb3-43eb-a14c-cdfa9fef08d2:hover {background-color: rgba(234, 173, 33, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-51f2d87d-2bb3-43eb-a14c-cdfa9fef08d2:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-51f2d87d-2bb3-43eb-a14c-cdfa9fef08d2-root {
    text-align: center;
  }


#s-51f2d87d-2bb3-43eb-a14c-cdfa9fef08d2.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
  font-family: Averia Serif Libre;
  display:  block ;
}
@media (min-width: 1200px){
  #s-51f2d87d-2bb3-43eb-a14c-cdfa9fef08d2-root {
    text-align: center;
  }


#s-51f2d87d-2bb3-43eb-a14c-cdfa9fef08d2.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
  font-family: Averia Serif Libre;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-51f2d87d-2bb3-43eb-a14c-cdfa9fef08d2-root {
    text-align: center;
  }


#s-51f2d87d-2bb3-43eb-a14c-cdfa9fef08d2.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
  font-family: Averia Serif Libre;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-51f2d87d-2bb3-43eb-a14c-cdfa9fef08d2-root {
    text-align: center;
  }


#s-51f2d87d-2bb3-43eb-a14c-cdfa9fef08d2.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
  font-family: Averia Serif Libre;
  display:  block ;
}
}@media (max-width: 767px){
  #s-51f2d87d-2bb3-43eb-a14c-cdfa9fef08d2-root {
    text-align: center;
  }


#s-51f2d87d-2bb3-43eb-a14c-cdfa9fef08d2.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
  font-family: Averia Serif Libre;
  display:  block ;
}
}
#s-28000a59-cfc7-4cc5-a604-d242ea1f11c4 {
  margin-top: 25px;
margin-left: 5%;
margin-bottom: 25px;
margin-right: 5%;
}
@media (min-width: 768px) and (max-width: 991px){#s-28000a59-cfc7-4cc5-a604-d242ea1f11c4 {
  
}
}
@media (min-width: 0px) {
[id="s-28000a59-cfc7-4cc5-a604-d242ea1f11c4"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-28000a59-cfc7-4cc5-a604-d242ea1f11c4"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 12.5px);
}

}

@media (min-width: 992px) {
[id="s-28000a59-cfc7-4cc5-a604-d242ea1f11c4"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 12.5px);
}

}

@media (min-width: 1200px) {
[id="s-28000a59-cfc7-4cc5-a604-d242ea1f11c4"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 12.5px);
}

}

#s-d0317401-d941-423f-9b40-08b96fa241e8 {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0.5);
border-style: solid;
min-height: 50px;
background-color: rgba(0, 0, 0, 0.25);
}








#s-d0317401-d941-423f-9b40-08b96fa241e8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d0317401-d941-423f-9b40-08b96fa241e8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-fc9d3bf5-61b4-4105-b34d-9386b8b7de0c {
  margin-top: 10px;
max-width: 1080px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-fc9d3bf5-61b4-4105-b34d-9386b8b7de0c img.shogun-image,
  #s-fc9d3bf5-61b4-4105-b34d-9386b8b7de0c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-fc9d3bf5-61b4-4105-b34d-9386b8b7de0c {
    width: 100%;
    height: auto;
  }



  #s-fc9d3bf5-61b4-4105-b34d-9386b8b7de0c img.shogun-image {
    

    
    
    
  }


#s-fc9d3bf5-61b4-4105-b34d-9386b8b7de0c .shogun-image-content {
  
    align-items: center;
  
}

#s-cad87de2-cbbd-4c35-bdfe-a717086fb78f {
  margin-left: 25px;
margin-right: 25px;
}

#s-c93bee19-ffa2-45cc-a34e-3d9b3d127b47 {
  margin-top: 10px;
margin-left: 25px;
margin-bottom: 20px;
margin-right: 25px;
}

#s-4485c555-4791-4c54-976e-512562908a40 {
  box-shadow:5px 5px 15px 2px rgba(0, 0, 0, 1);
margin-top: 0px;
margin-left: 8%;
margin-bottom: 40px;
margin-right: 8%;
padding-top: 10px;
padding-left: 40px;
padding-bottom: 10px;
padding-right: 40px;
border-radius: 2px;
background-color: rgba(234, 113, 33, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-4485c555-4791-4c54-976e-512562908a40:hover {background-color: rgba(234, 173, 33, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-4485c555-4791-4c54-976e-512562908a40:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-4485c555-4791-4c54-976e-512562908a40-root {
    text-align: center;
  }


#s-4485c555-4791-4c54-976e-512562908a40.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
  font-family: Averia Serif Libre;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-4485c555-4791-4c54-976e-512562908a40-root {
    text-align: center;
  }


#s-4485c555-4791-4c54-976e-512562908a40.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
  font-family: Averia Serif Libre;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-4485c555-4791-4c54-976e-512562908a40-root {
    text-align: center;
  }


#s-4485c555-4791-4c54-976e-512562908a40.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
  font-family: Averia Serif Libre;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-4485c555-4791-4c54-976e-512562908a40-root {
    text-align: center;
  }


#s-4485c555-4791-4c54-976e-512562908a40.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
  font-family: Averia Serif Libre;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-4485c555-4791-4c54-976e-512562908a40-root {
    text-align: center;
  }


#s-4485c555-4791-4c54-976e-512562908a40.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
  font-family: Averia Serif Libre;
  display:  inline-block ;
}
}
#s-e2518c72-8f00-4dec-948a-53ab394448dc {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0.5);
border-style: solid;
min-height: 50px;
background-color: rgba(0, 0, 0, 0.25);
}








#s-e2518c72-8f00-4dec-948a-53ab394448dc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e2518c72-8f00-4dec-948a-53ab394448dc.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9a37bcba-e472-42a4-b892-892b4e4890ed {
  margin-top: 10px;
max-width: 1080px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-9a37bcba-e472-42a4-b892-892b4e4890ed img.shogun-image,
  #s-9a37bcba-e472-42a4-b892-892b4e4890ed .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-9a37bcba-e472-42a4-b892-892b4e4890ed {
    width: 100%;
    height: auto;
  }



  #s-9a37bcba-e472-42a4-b892-892b4e4890ed img.shogun-image {
    

    
    
    
  }


#s-9a37bcba-e472-42a4-b892-892b4e4890ed .shogun-image-content {
  
    align-items: center;
  
}

#s-b2ed2e40-03e1-4b63-b2a1-f78897c7a9f4 {
  margin-left: 25px;
margin-right: 25px;
}

#s-1d8c2e93-b101-4938-8ef5-49a9ac0f597d {
  margin-top: 10px;
margin-left: 25px;
margin-bottom: 20px;
margin-right: 25px;
}

#s-c655fddb-69bf-4678-86a2-923560c90643 {
  box-shadow:5px 5px 15px 2px rgba(0, 0, 0, 1);
margin-top: 0px;
margin-left: 8%;
margin-bottom: 40px;
margin-right: 8%;
padding-top: 10px;
padding-left: 40px;
padding-bottom: 10px;
padding-right: 40px;
border-radius: 2px;
background-color: rgba(234, 113, 33, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-c655fddb-69bf-4678-86a2-923560c90643:hover {background-color: rgba(234, 173, 33, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-c655fddb-69bf-4678-86a2-923560c90643:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-c655fddb-69bf-4678-86a2-923560c90643-root {
    text-align: center;
  }


#s-c655fddb-69bf-4678-86a2-923560c90643.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
  font-family: Averia Serif Libre;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-c655fddb-69bf-4678-86a2-923560c90643-root {
    text-align: center;
  }


#s-c655fddb-69bf-4678-86a2-923560c90643.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
  font-family: Averia Serif Libre;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-c655fddb-69bf-4678-86a2-923560c90643-root {
    text-align: center;
  }


#s-c655fddb-69bf-4678-86a2-923560c90643.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
  font-family: Averia Serif Libre;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-c655fddb-69bf-4678-86a2-923560c90643-root {
    text-align: center;
  }


#s-c655fddb-69bf-4678-86a2-923560c90643.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
  font-family: Averia Serif Libre;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-c655fddb-69bf-4678-86a2-923560c90643-root {
    text-align: center;
  }


#s-c655fddb-69bf-4678-86a2-923560c90643.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
  font-family: Averia Serif Libre;
  display:  inline-block ;
}
}
#s-bc7efe0e-6e17-4dfe-b5e8-cc2c8c2872f3 {
  margin-top: 25px;
margin-left: 5%;
margin-bottom: 25px;
margin-right: 5%;
}
@media (min-width: 768px) and (max-width: 991px){#s-bc7efe0e-6e17-4dfe-b5e8-cc2c8c2872f3 {
  
}
}
@media (min-width: 0px) {
[id="s-bc7efe0e-6e17-4dfe-b5e8-cc2c8c2872f3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-bc7efe0e-6e17-4dfe-b5e8-cc2c8c2872f3"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 12.5px);
}

}

@media (min-width: 992px) {
[id="s-bc7efe0e-6e17-4dfe-b5e8-cc2c8c2872f3"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 12.5px);
}

}

@media (min-width: 1200px) {
[id="s-bc7efe0e-6e17-4dfe-b5e8-cc2c8c2872f3"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 12.5px);
}

}

#s-8b7b525b-553c-4332-8faa-c30cb5525a8a {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0.5);
border-style: solid;
min-height: 50px;
background-color: rgba(0, 0, 0, 0.25);
}








#s-8b7b525b-553c-4332-8faa-c30cb5525a8a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8b7b525b-553c-4332-8faa-c30cb5525a8a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-215d83cb-81fa-41c4-94b0-170ed29caecb {
  margin-top: 10px;
max-width: 1080px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-215d83cb-81fa-41c4-94b0-170ed29caecb img.shogun-image,
  #s-215d83cb-81fa-41c4-94b0-170ed29caecb .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-215d83cb-81fa-41c4-94b0-170ed29caecb {
    width: 100%;
    height: auto;
  }



  #s-215d83cb-81fa-41c4-94b0-170ed29caecb img.shogun-image {
    

    
    
    
  }


#s-215d83cb-81fa-41c4-94b0-170ed29caecb .shogun-image-content {
  
    align-items: center;
  
}

#s-0cc784d2-dc1e-4d06-9963-aad3c1fc7c64 {
  margin-left: 25px;
margin-right: 25px;
}

#s-287fb6cb-032d-4ce9-ac03-b05ffa576683 {
  margin-top: 10px;
margin-left: 25px;
margin-bottom: 20px;
margin-right: 25px;
}

#s-734b0b5e-a4c8-4a27-8127-37b855d130fb {
  box-shadow:5px 5px 15px 2px rgba(0, 0, 0, 1);
margin-top: 0px;
margin-left: 8%;
margin-bottom: 40px;
margin-right: 8%;
padding-top: 10px;
padding-left: 40px;
padding-bottom: 10px;
padding-right: 40px;
border-radius: 2px;
background-color: rgba(234, 113, 33, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-734b0b5e-a4c8-4a27-8127-37b855d130fb:hover {background-color: rgba(234, 173, 33, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-734b0b5e-a4c8-4a27-8127-37b855d130fb:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-734b0b5e-a4c8-4a27-8127-37b855d130fb-root {
    text-align: center;
  }


#s-734b0b5e-a4c8-4a27-8127-37b855d130fb.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
  font-family: Averia Serif Libre;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-734b0b5e-a4c8-4a27-8127-37b855d130fb-root {
    text-align: center;
  }


#s-734b0b5e-a4c8-4a27-8127-37b855d130fb.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
  font-family: Averia Serif Libre;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-734b0b5e-a4c8-4a27-8127-37b855d130fb-root {
    text-align: center;
  }


#s-734b0b5e-a4c8-4a27-8127-37b855d130fb.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
  font-family: Averia Serif Libre;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-734b0b5e-a4c8-4a27-8127-37b855d130fb-root {
    text-align: center;
  }


#s-734b0b5e-a4c8-4a27-8127-37b855d130fb.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
  font-family: Averia Serif Libre;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-734b0b5e-a4c8-4a27-8127-37b855d130fb-root {
    text-align: center;
  }


#s-734b0b5e-a4c8-4a27-8127-37b855d130fb.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
  font-family: Averia Serif Libre;
  display:  inline-block ;
}
}
#s-acee87f1-786f-4750-9690-52a7b4be2e49 {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0.5);
border-style: solid;
min-height: 50px;
background-color: rgba(0, 0, 0, 0.25);
}








#s-acee87f1-786f-4750-9690-52a7b4be2e49 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-acee87f1-786f-4750-9690-52a7b4be2e49.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-bc7078ab-53ef-45e2-927c-b15b1182f481 {
  margin-top: 10px;
max-width: 1080px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-bc7078ab-53ef-45e2-927c-b15b1182f481 img.shogun-image,
  #s-bc7078ab-53ef-45e2-927c-b15b1182f481 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-bc7078ab-53ef-45e2-927c-b15b1182f481 {
    width: 100%;
    height: auto;
  }



  #s-bc7078ab-53ef-45e2-927c-b15b1182f481 img.shogun-image {
    

    
    
    
  }


#s-bc7078ab-53ef-45e2-927c-b15b1182f481 .shogun-image-content {
  
    align-items: center;
  
}

#s-7d02f293-353a-49e3-8117-7acd74bf290a {
  margin-left: 25px;
margin-right: 25px;
}

#s-2a0c4a82-c0bd-4334-9d58-62c01b2848f8 {
  margin-top: 10px;
margin-left: 25px;
margin-bottom: 20px;
margin-right: 25px;
}

#s-525355a7-b57d-40fa-b2d3-47419d8918d2 {
  box-shadow:5px 5px 15px 2px rgba(0, 0, 0, 1);
margin-top: 0px;
margin-left: 8%;
margin-bottom: 40px;
margin-right: 8%;
padding-top: 10px;
padding-left: 40px;
padding-bottom: 10px;
padding-right: 40px;
border-radius: 2px;
background-color: rgba(234, 113, 33, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-525355a7-b57d-40fa-b2d3-47419d8918d2:hover {background-color: rgba(234, 173, 33, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-525355a7-b57d-40fa-b2d3-47419d8918d2:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-525355a7-b57d-40fa-b2d3-47419d8918d2-root {
    text-align: center;
  }


#s-525355a7-b57d-40fa-b2d3-47419d8918d2.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
  font-family: Averia Serif Libre;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-525355a7-b57d-40fa-b2d3-47419d8918d2-root {
    text-align: center;
  }


#s-525355a7-b57d-40fa-b2d3-47419d8918d2.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
  font-family: Averia Serif Libre;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-525355a7-b57d-40fa-b2d3-47419d8918d2-root {
    text-align: center;
  }


#s-525355a7-b57d-40fa-b2d3-47419d8918d2.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
  font-family: Averia Serif Libre;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-525355a7-b57d-40fa-b2d3-47419d8918d2-root {
    text-align: center;
  }


#s-525355a7-b57d-40fa-b2d3-47419d8918d2.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
  font-family: Averia Serif Libre;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-525355a7-b57d-40fa-b2d3-47419d8918d2-root {
    text-align: center;
  }


#s-525355a7-b57d-40fa-b2d3-47419d8918d2.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
  font-family: Averia Serif Libre;
  display:  inline-block ;
}
}
#s-9e9f0031-93b8-4699-ae08-25cf3f6d17fb {
  margin-top: 25px;
margin-left: 0px;
margin-bottom: 25px;
margin-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
min-height: 50px;
background-color: rgba(0, 0, 0, 0);
}
@media (min-width: 1200px){#s-9e9f0031-93b8-4699-ae08-25cf3f6d17fb {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-9e9f0031-93b8-4699-ae08-25cf3f6d17fb {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-9e9f0031-93b8-4699-ae08-25cf3f6d17fb {
  
}
}@media (max-width: 767px){#s-9e9f0031-93b8-4699-ae08-25cf3f6d17fb {
  
}
}







#s-9e9f0031-93b8-4699-ae08-25cf3f6d17fb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9e9f0031-93b8-4699-ae08-25cf3f6d17fb.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-30348bf2-9c9b-41a6-ad7e-aad8b218d6e2 {
  margin-top: 0px;
margin-left: 50px;
margin-bottom: 0px;
margin-right: 50px;
background-color: rgba(26, 26, 26, 0);
}
@media (min-width: 1200px){#s-30348bf2-9c9b-41a6-ad7e-aad8b218d6e2 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-30348bf2-9c9b-41a6-ad7e-aad8b218d6e2 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-30348bf2-9c9b-41a6-ad7e-aad8b218d6e2 {
  
}
}@media (max-width: 767px){#s-30348bf2-9c9b-41a6-ad7e-aad8b218d6e2 {
  
}
}
@media (min-width: 0px) {
[id="s-30348bf2-9c9b-41a6-ad7e-aad8b218d6e2"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 12.5px);
}

}

@media (min-width: 768px) {
[id="s-30348bf2-9c9b-41a6-ad7e-aad8b218d6e2"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 18.75px);
}

}

@media (min-width: 992px) {
[id="s-30348bf2-9c9b-41a6-ad7e-aad8b218d6e2"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 18.75px);
}

}

@media (min-width: 1200px) {
[id="s-30348bf2-9c9b-41a6-ad7e-aad8b218d6e2"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 18.75px);
}

}

#s-1a227f73-7ac1-4518-a1fe-fac40a143a6f {
  min-height: 50px;
}








#s-1a227f73-7ac1-4518-a1fe-fac40a143a6f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1a227f73-7ac1-4518-a1fe-fac40a143a6f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8d693574-547b-40b2-8674-4f74b26f296a {
  margin-top: 10px;
margin-left: 0px;
}

#s-8d693574-547b-40b2-8674-4f74b26f296a .shogun-icon-wrapper {
  text-align: center;
}


#s-8d693574-547b-40b2-8674-4f74b26f296a .shogun-icon-wrapper > .shogun-icon {

  font-size: 25px !important;
  color: rgba(0, 0, 0, 1);
}

#s-a2eedfe4-ea3a-4313-9d9e-61d73fd698cd {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-1f29266f-030e-459f-9e59-4d09e01d715a {
  min-height: 50px;
}








#s-1f29266f-030e-459f-9e59-4d09e01d715a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1f29266f-030e-459f-9e59-4d09e01d715a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-866a4789-7559-4ec2-9d01-e0c874e8b4f3 {
  margin-top: 10px;
text-align: center;
}

#s-866a4789-7559-4ec2-9d01-e0c874e8b4f3 .shogun-icon-wrapper {
  text-align: center;
}


#s-866a4789-7559-4ec2-9d01-e0c874e8b4f3 .shogun-icon-wrapper > .shogun-icon {

  font-size: 25px !important;
  color: rgba(0, 0, 0, 1);
}

#s-3ea83b23-76f4-4070-b9d4-845926aa5ae7 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-cd8f097f-22a7-46ff-a754-37737783313a {
  min-height: 50px;
}








#s-cd8f097f-22a7-46ff-a754-37737783313a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cd8f097f-22a7-46ff-a754-37737783313a {
  cursor: pointer;
}#s-cd8f097f-22a7-46ff-a754-37737783313a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e863b030-eb88-4fe4-89d4-8a097d95b4ec {
  margin-top: 10px;
}

#s-e863b030-eb88-4fe4-89d4-8a097d95b4ec .shogun-icon-wrapper {
  text-align: center;
}


#s-e863b030-eb88-4fe4-89d4-8a097d95b4ec .shogun-icon-wrapper > .shogun-icon {

  font-size: 25px !important;
  color: rgba(0, 0, 0, 1);
}

#s-5246eeb4-6b83-4dca-a878-0f236c0cbc9d {
  margin-top: 10px;
margin-bottom: 10px;
margin-right: 0px;
}

#s-ebd62660-8b31-4c3d-ab4d-2b714580a6f5 {
  min-height: 50px;
}








#s-ebd62660-8b31-4c3d-ab4d-2b714580a6f5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ebd62660-8b31-4c3d-ab4d-2b714580a6f5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-562fa524-2b8f-4ac0-aee9-041f7c57e979 {
  margin-top: 10px;
}

#s-562fa524-2b8f-4ac0-aee9-041f7c57e979 .shogun-icon-wrapper {
  text-align: center;
}


#s-562fa524-2b8f-4ac0-aee9-041f7c57e979 .shogun-icon-wrapper > a > .shogun-icon {

  font-size: 25px !important;
  color: rgba(0, 0, 0, 1);
}

#s-153a00cd-2c26-4f7c-8460-4a3024688f59 {
  margin-top: 10px;
margin-bottom: 10px;
margin-right: 0px;
}

#s-31deaee0-228b-4e24-86d6-819369d0355a {
  min-height: 50px;
background-color: rgba(51, 51, 51, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-31deaee0-228b-4e24-86d6-819369d0355a {
  display: none;
}
#s-31deaee0-228b-4e24-86d6-819369d0355a, #wrap-s-31deaee0-228b-4e24-86d6-819369d0355a { display: none !important; }}@media (max-width: 767px){#s-31deaee0-228b-4e24-86d6-819369d0355a {
  display: none;
}
#s-31deaee0-228b-4e24-86d6-819369d0355a, #wrap-s-31deaee0-228b-4e24-86d6-819369d0355a { display: none !important; }}







#s-31deaee0-228b-4e24-86d6-819369d0355a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-31deaee0-228b-4e24-86d6-819369d0355a.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-3e5f751b-505c-4490-b6a6-62b6d0527d2d {
  margin-top: 40px;
margin-left: 50px;
margin-bottom: 20px;
padding-left: 5%;
padding-right: 5%;
}

#s-21d5f907-80e7-4d7e-87c4-e4fa97ec16a5 {
  border-style: solid;
margin-top: 25px;
margin-left: 50px;
margin-bottom: 50px;
margin-right: 50px;
padding-top: 25px;
padding-left: 5%;
padding-bottom: 25px;
padding-right: 5%;
border-top-width: 1px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 0.1);
background-color: rgba(0, 0, 0, 0);
}

@media (min-width: 0px) {
[id="s-21d5f907-80e7-4d7e-87c4-e4fa97ec16a5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-21d5f907-80e7-4d7e-87c4-e4fa97ec16a5"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-21d5f907-80e7-4d7e-87c4-e4fa97ec16a5"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-21d5f907-80e7-4d7e-87c4-e4fa97ec16a5"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-21d5f907-80e7-4d7e-87c4-e4fa97ec16a5"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-21d5f907-80e7-4d7e-87c4-e4fa97ec16a5"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-21d5f907-80e7-4d7e-87c4-e4fa97ec16a5"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 25.0px);
}

}

@media (max-width: 767px) {
  [id="s-21d5f907-80e7-4d7e-87c4-e4fa97ec16a5"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-5545a0dd-8797-42d7-9541-7ef0bbd6d21f {
  margin-top: 15px;
}

#s-c64c1ed3-7262-4f16-849d-4a30a1c2c23c {
  border-style: solid;
margin-left: 0px;
margin-right: 0px;
padding-top: 15px;
padding-bottom: 15px;
border-top-width: 1px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 0.1);
}
@media (min-width: 1200px){#s-c64c1ed3-7262-4f16-849d-4a30a1c2c23c {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-c64c1ed3-7262-4f16-849d-4a30a1c2c23c {
  
}
}@media (max-width: 767px){#s-c64c1ed3-7262-4f16-849d-4a30a1c2c23c {
  
}
}
#s-c4fffaa5-9518-416d-8fdd-b4c0ac6edad1 {
  margin-left: 0px;
margin-right: 0px;
}
@media (min-width: 768px) and (max-width: 991px){#s-c4fffaa5-9518-416d-8fdd-b4c0ac6edad1 {
  
}
}
@media (min-width: 0px) {
[id="s-c4fffaa5-9518-416d-8fdd-b4c0ac6edad1"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c4fffaa5-9518-416d-8fdd-b4c0ac6edad1"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-c4fffaa5-9518-416d-8fdd-b4c0ac6edad1"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-c4fffaa5-9518-416d-8fdd-b4c0ac6edad1"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-e685ef83-4b97-4a77-8e90-361952876ee5 {
  border-style: solid;
margin-left: 0px;
margin-bottom: 10px;
margin-right: 0px;
padding-top: 25px;
padding-left: 0px;
padding-bottom: 25px;
padding-right: 0px;
border-top-width: 1px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 0.1);
background-color: rgba(0, 0, 0, 0);
}

#s-225c5539-2114-4aeb-8f03-e30d7f4a059e {
  border-style: solid;
margin-left: 0px;
margin-bottom: 10px;
margin-right: 0px;
padding-top: 25px;
padding-left: 0px;
padding-bottom: 25px;
padding-right: 0px;
border-top-width: 1px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 0.1);
background-color: rgba(0, 0, 0, 0);
}

#s-1f028064-3e24-4608-bc64-5e0c5dc929f9 {
  border-style: solid;
margin-left: 0px;
margin-bottom: 10px;
margin-right: 0px;
padding-top: 25px;
padding-left: 0px;
padding-bottom: 25px;
padding-right: 0px;
border-top-width: 1px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 0.1);
background-color: rgba(0, 0, 0, 0);
}

#s-1cdaeafd-bd47-4b20-a92d-5f506c01b830 {
  margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
}
@media (min-width: 1200px){#s-1cdaeafd-bd47-4b20-a92d-5f506c01b830 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-1cdaeafd-bd47-4b20-a92d-5f506c01b830 {
  
}
}@media (max-width: 767px){#s-1cdaeafd-bd47-4b20-a92d-5f506c01b830 {
  
}
}
@media (min-width: 0px) {
[id="s-1cdaeafd-bd47-4b20-a92d-5f506c01b830"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1cdaeafd-bd47-4b20-a92d-5f506c01b830"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-1cdaeafd-bd47-4b20-a92d-5f506c01b830"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-1cdaeafd-bd47-4b20-a92d-5f506c01b830"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-1cdaeafd-bd47-4b20-a92d-5f506c01b830"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-1cdaeafd-bd47-4b20-a92d-5f506c01b830"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-1cdaeafd-bd47-4b20-a92d-5f506c01b830"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-1cdaeafd-bd47-4b20-a92d-5f506c01b830"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-1cdaeafd-bd47-4b20-a92d-5f506c01b830"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-1cdaeafd-bd47-4b20-a92d-5f506c01b830"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

}

#s-67e55cf6-c209-4565-bb44-5404d55a9e66 {
  border-style: solid;
margin-left: 0px;
margin-right: 0px;
padding-top: 15px;
padding-bottom: 15px;
border-top-width: 1px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 0.1);
}
@media (min-width: 1200px){#s-67e55cf6-c209-4565-bb44-5404d55a9e66 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-67e55cf6-c209-4565-bb44-5404d55a9e66 {
  
}
}@media (max-width: 767px){#s-67e55cf6-c209-4565-bb44-5404d55a9e66 {
  
}
}
#s-2a3c6f7c-3670-4152-8525-de7386e192b3 {
  box-shadow:5px 5px 15px 2px rgba(0, 0, 0, 1);
margin-top: 5px;
margin-bottom: 5px;
padding-top: 10px;
padding-left: 40px;
padding-bottom: 10px;
padding-right: 40px;
border-radius: 2px;
background-color: rgba(234, 113, 33, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-2a3c6f7c-3670-4152-8525-de7386e192b3:hover {background-color: rgba(234, 173, 33, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-2a3c6f7c-3670-4152-8525-de7386e192b3:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-2a3c6f7c-3670-4152-8525-de7386e192b3-root {
    text-align: center;
  }


#s-2a3c6f7c-3670-4152-8525-de7386e192b3.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
  font-family: Averia Serif Libre;
  display:  block ;
}
@media (min-width: 1200px){
  #s-2a3c6f7c-3670-4152-8525-de7386e192b3-root {
    text-align: center;
  }


#s-2a3c6f7c-3670-4152-8525-de7386e192b3.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
  font-family: Averia Serif Libre;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-2a3c6f7c-3670-4152-8525-de7386e192b3-root {
    text-align: center;
  }


#s-2a3c6f7c-3670-4152-8525-de7386e192b3.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
  font-family: Averia Serif Libre;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-2a3c6f7c-3670-4152-8525-de7386e192b3-root {
    text-align: center;
  }


#s-2a3c6f7c-3670-4152-8525-de7386e192b3.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
  font-family: Averia Serif Libre;
  display:  block ;
}
}@media (max-width: 767px){
  #s-2a3c6f7c-3670-4152-8525-de7386e192b3-root {
    text-align: center;
  }


#s-2a3c6f7c-3670-4152-8525-de7386e192b3.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
  font-family: Averia Serif Libre;
  display:  block ;
}
}
#s-32d857e9-59b4-49c6-b087-213e6f841b51 {
  box-shadow:3px 5px 20px 2px rgba(0, 0, 0, 1);
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
max-width: 500px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-32d857e9-59b4-49c6-b087-213e6f841b51 img.shogun-image,
  #s-32d857e9-59b4-49c6-b087-213e6f841b51 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-32d857e9-59b4-49c6-b087-213e6f841b51 {
    width: 100%;
    height: auto;
  }



  #s-32d857e9-59b4-49c6-b087-213e6f841b51 img.shogun-image {
    

    
    
    
  }


#s-32d857e9-59b4-49c6-b087-213e6f841b51 .shogun-image-content {
  
    align-items: center;
  
}

#s-88205ce7-bae4-4797-8a6a-80c91100e82d {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
background-color: rgba(51, 51, 51, 1);
}
@media (min-width: 1200px){#s-88205ce7-bae4-4797-8a6a-80c91100e82d {
  display: none;
}
#s-88205ce7-bae4-4797-8a6a-80c91100e82d, #wrap-s-88205ce7-bae4-4797-8a6a-80c91100e82d { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-88205ce7-bae4-4797-8a6a-80c91100e82d {
  display: none;
}
#s-88205ce7-bae4-4797-8a6a-80c91100e82d, #wrap-s-88205ce7-bae4-4797-8a6a-80c91100e82d { display: none !important; }}@media (max-width: 767px){#s-88205ce7-bae4-4797-8a6a-80c91100e82d {
  
}
}







#s-88205ce7-bae4-4797-8a6a-80c91100e82d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-88205ce7-bae4-4797-8a6a-80c91100e82d.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-c01468e9-640c-44ce-9f75-6f20260f124e {
  margin-top: 40px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
padding-left: 5%;
padding-right: 5%;
}

#s-a330ee43-b04f-4439-9bd2-82e1e730ba97 {
  margin-top: 25px;
margin-left: 50px;
margin-bottom: 50px;
margin-right: 50px;
padding-top: 25px;
padding-left: 5%;
padding-bottom: 25px;
padding-right: 5%;
border-top-width: 1px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 0.1);
border-style: solid;
background-color: rgba(0, 0, 0, 0);
}

@media (min-width: 0px) {
[id="s-a330ee43-b04f-4439-9bd2-82e1e730ba97"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a330ee43-b04f-4439-9bd2-82e1e730ba97"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-a330ee43-b04f-4439-9bd2-82e1e730ba97"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-a330ee43-b04f-4439-9bd2-82e1e730ba97"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-a330ee43-b04f-4439-9bd2-82e1e730ba97"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-a330ee43-b04f-4439-9bd2-82e1e730ba97"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-a330ee43-b04f-4439-9bd2-82e1e730ba97"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 25.0px);
}

}

#s-7808870a-c997-4a7c-aac0-89fe2ed0aaf1 {
  box-shadow:3px 5px 20px 2px rgba(0, 0, 0, 1);
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 1px;
max-width: 1080px;
aspect-ratio: 1/1;
text-align: center;
}
#s-7808870a-c997-4a7c-aac0-89fe2ed0aaf1:hover {border-style: solid !important;
border-color: #2C2A34 !important;}




  #s-7808870a-c997-4a7c-aac0-89fe2ed0aaf1 img.shogun-image,
  #s-7808870a-c997-4a7c-aac0-89fe2ed0aaf1 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-7808870a-c997-4a7c-aac0-89fe2ed0aaf1 {
    width: 100%;
    height: auto;
  }



  #s-7808870a-c997-4a7c-aac0-89fe2ed0aaf1 img.shogun-image {
    

    
    
    
  }


#s-7808870a-c997-4a7c-aac0-89fe2ed0aaf1 .shogun-image-content {
  
    align-items: center;
  
}

#s-ec0397b1-0c97-4dbb-8fed-78071afb3362 {
  margin-top: 15px;
}

#s-3e93f8dd-0fa0-4ab1-a916-6b8e4a0a7a22 {
  border-style: solid;
margin-left: 0px;
margin-right: 0px;
padding-top: 15px;
padding-bottom: 15px;
border-top-width: 1px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 0.1);
}
@media (min-width: 768px) and (max-width: 991px){#s-3e93f8dd-0fa0-4ab1-a916-6b8e4a0a7a22 {
  
}
}
#s-f1cab58a-d4db-48e9-bbbc-6a616c2e094f {
  box-shadow:5px 5px 15px 2px rgba(0, 0, 0, 1);
margin-top: 5px;
margin-bottom: 5px;
padding-top: 10px;
padding-left: 40px;
padding-bottom: 10px;
padding-right: 40px;
border-radius: 2px;
background-color: rgba(234, 113, 33, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-f1cab58a-d4db-48e9-bbbc-6a616c2e094f:hover {background-color: rgba(234, 173, 33, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-f1cab58a-d4db-48e9-bbbc-6a616c2e094f:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-f1cab58a-d4db-48e9-bbbc-6a616c2e094f-root {
    text-align: center;
  }


#s-f1cab58a-d4db-48e9-bbbc-6a616c2e094f.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
  font-family: Averia Serif Libre;
  display:  block ;
}
@media (min-width: 1200px){
  #s-f1cab58a-d4db-48e9-bbbc-6a616c2e094f-root {
    text-align: center;
  }


#s-f1cab58a-d4db-48e9-bbbc-6a616c2e094f.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
  font-family: Averia Serif Libre;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-f1cab58a-d4db-48e9-bbbc-6a616c2e094f-root {
    text-align: center;
  }


#s-f1cab58a-d4db-48e9-bbbc-6a616c2e094f.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
  font-family: Averia Serif Libre;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-f1cab58a-d4db-48e9-bbbc-6a616c2e094f-root {
    text-align: center;
  }


#s-f1cab58a-d4db-48e9-bbbc-6a616c2e094f.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
  font-family: Averia Serif Libre;
  display:  block ;
}
}@media (max-width: 767px){
  #s-f1cab58a-d4db-48e9-bbbc-6a616c2e094f-root {
    text-align: center;
  }


#s-f1cab58a-d4db-48e9-bbbc-6a616c2e094f.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
  font-family: Averia Serif Libre;
  display:  block ;
}
}
#s-2bce6190-0810-439a-9873-6b47f63bc0d3 {
  min-height: 50px;
background-color: rgba(51, 51, 51, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-2bce6190-0810-439a-9873-6b47f63bc0d3 {
  display: none;
}
#s-2bce6190-0810-439a-9873-6b47f63bc0d3, #wrap-s-2bce6190-0810-439a-9873-6b47f63bc0d3 { display: none !important; }}@media (max-width: 767px){#s-2bce6190-0810-439a-9873-6b47f63bc0d3 {
  display: none;
}
#s-2bce6190-0810-439a-9873-6b47f63bc0d3, #wrap-s-2bce6190-0810-439a-9873-6b47f63bc0d3 { display: none !important; }}







#s-2bce6190-0810-439a-9873-6b47f63bc0d3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2bce6190-0810-439a-9873-6b47f63bc0d3.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-f1d6d741-0354-4910-8f13-1e2b6f1010f6 {
  margin-top: 25px;
margin-left: 50px;
margin-bottom: 50px;
margin-right: 50px;
padding-top: 25px;
padding-left: 5%;
padding-bottom: 25px;
padding-right: 5%;
border-top-width: 1px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 0.1);
border-style: solid;
background-color: rgba(0, 0, 0, 0);
}

@media (min-width: 0px) {
[id="s-f1d6d741-0354-4910-8f13-1e2b6f1010f6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f1d6d741-0354-4910-8f13-1e2b6f1010f6"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-f1d6d741-0354-4910-8f13-1e2b6f1010f6"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-f1d6d741-0354-4910-8f13-1e2b6f1010f6"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-f1d6d741-0354-4910-8f13-1e2b6f1010f6"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-f1d6d741-0354-4910-8f13-1e2b6f1010f6"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-f1d6d741-0354-4910-8f13-1e2b6f1010f6"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 25.0px);
}

}

#s-00753ef2-80d8-4089-9d8d-dfce750e7bff {
  box-shadow:3px 5px 20px 2px rgba(0, 0, 0, 1);
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
max-width: 500px;
aspect-ratio: 1/1;
text-align: center;
}
#s-00753ef2-80d8-4089-9d8d-dfce750e7bff:hover {border-style: solid !important;
border-color: #2C2A34 !important;
opacity: 1 !important;}




  #s-00753ef2-80d8-4089-9d8d-dfce750e7bff img.shogun-image,
  #s-00753ef2-80d8-4089-9d8d-dfce750e7bff .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-00753ef2-80d8-4089-9d8d-dfce750e7bff {
    width: 100%;
    height: auto;
  }



  #s-00753ef2-80d8-4089-9d8d-dfce750e7bff img.shogun-image {
    

    
    
    
  }


#s-00753ef2-80d8-4089-9d8d-dfce750e7bff .shogun-image-content {
  
    align-items: center;
  
}

#s-ffbf0fe3-8f07-4f52-92f7-ec0e9ed70f48 {
  margin-top: 15px;
margin-bottom: 15px;
}

#s-c0f5d565-c98f-4371-a2ff-b9098e500fa1 {
  border-style: solid;
margin-left: 0px;
margin-right: 0px;
padding-top: 15px;
padding-bottom: 15px;
border-top-width: 1px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 0.1);
}
@media (min-width: 768px) and (max-width: 991px){#s-c0f5d565-c98f-4371-a2ff-b9098e500fa1 {
  
}
}
#s-0ff85225-13aa-400a-b96f-47311a0be58b {
  border-style: solid;
margin-left: 0px;
margin-right: 0px;
padding-top: 15px;
border-top-width: 1px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 0.1);
}
@media (min-width: 1200px){#s-0ff85225-13aa-400a-b96f-47311a0be58b {
  display: none;
}
#s-0ff85225-13aa-400a-b96f-47311a0be58b, #wrap-s-0ff85225-13aa-400a-b96f-47311a0be58b { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0ff85225-13aa-400a-b96f-47311a0be58b {
  display: none;
}
#s-0ff85225-13aa-400a-b96f-47311a0be58b, #wrap-s-0ff85225-13aa-400a-b96f-47311a0be58b { display: none !important; }}@media (max-width: 767px){#s-0ff85225-13aa-400a-b96f-47311a0be58b {
  display: none;
}
#s-0ff85225-13aa-400a-b96f-47311a0be58b, #wrap-s-0ff85225-13aa-400a-b96f-47311a0be58b { display: none !important; }}
#s-ad8e9f77-bba5-4206-ad67-11e8f7d2a5c4 {
  margin-left: 0px;
margin-right: 0px;
}
@media (min-width: 768px) and (max-width: 991px){#s-ad8e9f77-bba5-4206-ad67-11e8f7d2a5c4 {
  
}
}
@media (min-width: 0px) {
[id="s-ad8e9f77-bba5-4206-ad67-11e8f7d2a5c4"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ad8e9f77-bba5-4206-ad67-11e8f7d2a5c4"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-ad8e9f77-bba5-4206-ad67-11e8f7d2a5c4"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-ad8e9f77-bba5-4206-ad67-11e8f7d2a5c4"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-cd5d8fda-3e09-445a-b4cb-7085f0f3102a {
  border-style: solid;
margin-left: 0px;
margin-bottom: 10px;
margin-right: 0px;
padding-top: 25px;
padding-left: 0px;
padding-bottom: 25px;
padding-right: 0px;
border-top-width: 1px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 0.1);
background-color: rgba(0, 0, 0, 0);
}

#s-719ef9a9-5830-4c14-b858-a4d771e016a9 {
  border-style: solid;
margin-left: 0px;
margin-bottom: 10px;
margin-right: 0px;
padding-top: 25px;
padding-left: 0px;
padding-bottom: 25px;
padding-right: 0px;
border-top-width: 1px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 0.1);
background-color: rgba(0, 0, 0, 0);
}

#s-2951f727-36b2-46fb-af33-88d9fb8d19b8 {
  border-style: solid;
margin-left: 0px;
margin-bottom: 10px;
margin-right: 0px;
padding-top: 25px;
padding-left: 0px;
padding-bottom: 25px;
padding-right: 0px;
border-top-width: 1px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 0.1);
background-color: rgba(0, 0, 0, 0);
}

#s-ba8a2f28-12db-4495-912d-71558dba718d {
  border-style: solid;
margin-left: 0px;
margin-bottom: 10px;
margin-right: 0px;
padding-top: 25px;
padding-left: 0px;
padding-bottom: 25px;
padding-right: 0px;
border-top-width: 1px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 0.1);
background-color: rgba(0, 0, 0, 0);
}

#s-2de0e4d8-4e8e-4a02-a0f5-a34464824a83 {
  margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
}
@media (min-width: 768px) and (max-width: 991px){#s-2de0e4d8-4e8e-4a02-a0f5-a34464824a83 {
  
}
}
@media (min-width: 0px) {
[id="s-2de0e4d8-4e8e-4a02-a0f5-a34464824a83"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2de0e4d8-4e8e-4a02-a0f5-a34464824a83"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-2de0e4d8-4e8e-4a02-a0f5-a34464824a83"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-2de0e4d8-4e8e-4a02-a0f5-a34464824a83"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-2de0e4d8-4e8e-4a02-a0f5-a34464824a83"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-2de0e4d8-4e8e-4a02-a0f5-a34464824a83"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-2de0e4d8-4e8e-4a02-a0f5-a34464824a83"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-2de0e4d8-4e8e-4a02-a0f5-a34464824a83"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-2de0e4d8-4e8e-4a02-a0f5-a34464824a83"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-2de0e4d8-4e8e-4a02-a0f5-a34464824a83"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

}

#s-860c5abe-d383-4494-a4ae-cbb391f0d604 {
  box-shadow:5px 5px 15px 2px rgba(0, 0, 0, 1);
margin-top: 5px;
margin-bottom: 5px;
padding-top: 10px;
padding-left: 40px;
padding-bottom: 10px;
padding-right: 40px;
border-radius: 2px;
background-color: rgba(234, 113, 33, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-860c5abe-d383-4494-a4ae-cbb391f0d604:hover {background-color: rgba(234, 173, 33, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-860c5abe-d383-4494-a4ae-cbb391f0d604:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-860c5abe-d383-4494-a4ae-cbb391f0d604-root {
    text-align: center;
  }


#s-860c5abe-d383-4494-a4ae-cbb391f0d604.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
  font-family: Averia Serif Libre;
  display:  block ;
}
@media (min-width: 1200px){
  #s-860c5abe-d383-4494-a4ae-cbb391f0d604-root {
    text-align: center;
  }


#s-860c5abe-d383-4494-a4ae-cbb391f0d604.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
  font-family: Averia Serif Libre;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-860c5abe-d383-4494-a4ae-cbb391f0d604-root {
    text-align: center;
  }


#s-860c5abe-d383-4494-a4ae-cbb391f0d604.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
  font-family: Averia Serif Libre;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-860c5abe-d383-4494-a4ae-cbb391f0d604-root {
    text-align: center;
  }


#s-860c5abe-d383-4494-a4ae-cbb391f0d604.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
  font-family: Averia Serif Libre;
  display:  block ;
}
}@media (max-width: 767px){
  #s-860c5abe-d383-4494-a4ae-cbb391f0d604-root {
    text-align: center;
  }


#s-860c5abe-d383-4494-a4ae-cbb391f0d604.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
  font-family: Averia Serif Libre;
  display:  block ;
}
}
#s-a59da548-27bf-4339-96e9-04b414c58561 {
  margin-left: 7%;
margin-right: 7%;
}
@media (min-width: 1200px){#s-a59da548-27bf-4339-96e9-04b414c58561 {
  display: none;
}
#s-a59da548-27bf-4339-96e9-04b414c58561, #wrap-s-a59da548-27bf-4339-96e9-04b414c58561 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a59da548-27bf-4339-96e9-04b414c58561 {
  display: none;
}
#s-a59da548-27bf-4339-96e9-04b414c58561, #wrap-s-a59da548-27bf-4339-96e9-04b414c58561 { display: none !important; }}@media (max-width: 767px){#s-a59da548-27bf-4339-96e9-04b414c58561 {
  display: none;
}
#s-a59da548-27bf-4339-96e9-04b414c58561, #wrap-s-a59da548-27bf-4339-96e9-04b414c58561 { display: none !important; }}
@media (min-width: 0px) {
[id="s-a59da548-27bf-4339-96e9-04b414c58561"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a59da548-27bf-4339-96e9-04b414c58561"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-a59da548-27bf-4339-96e9-04b414c58561"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-a59da548-27bf-4339-96e9-04b414c58561"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-87fcaf1c-6d18-481b-847e-8ce1a1b0a84e {
  border-style: solid;
margin-left: 0px;
margin-bottom: 10px;
margin-right: 0px;
padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
border-top-width: 1px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 0.1);
background-color: rgba(0, 0, 0, 0);
}

#s-b83416ee-7a2e-4c77-886f-47a07a2d1825 {
  border-style: solid;
margin-left: 0px;
margin-bottom: 10px;
margin-right: 0px;
padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
border-top-width: 1px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 0.1);
background-color: rgba(0, 0, 0, 0);
}

#s-879cb361-1435-4d15-9e7a-259ec53b4a33 {
  border-style: solid;
margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
border-top-width: 1px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 0.1);
background-color: rgba(0, 0, 0, 0);
}

#s-c3295ae7-7905-44be-a8da-e568c3ba540f {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
}
@media (min-width: 1200px){#s-c3295ae7-7905-44be-a8da-e568c3ba540f {
  display: none;
}
#s-c3295ae7-7905-44be-a8da-e568c3ba540f, #wrap-s-c3295ae7-7905-44be-a8da-e568c3ba540f { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c3295ae7-7905-44be-a8da-e568c3ba540f {
  display: none;
}
#s-c3295ae7-7905-44be-a8da-e568c3ba540f, #wrap-s-c3295ae7-7905-44be-a8da-e568c3ba540f { display: none !important; }}@media (max-width: 767px){#s-c3295ae7-7905-44be-a8da-e568c3ba540f {
  display: none;
}
#s-c3295ae7-7905-44be-a8da-e568c3ba540f, #wrap-s-c3295ae7-7905-44be-a8da-e568c3ba540f { display: none !important; }}
@media (min-width: 0px) {
[id="s-c3295ae7-7905-44be-a8da-e568c3ba540f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c3295ae7-7905-44be-a8da-e568c3ba540f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-c3295ae7-7905-44be-a8da-e568c3ba540f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-c3295ae7-7905-44be-a8da-e568c3ba540f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-c3295ae7-7905-44be-a8da-e568c3ba540f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-c3295ae7-7905-44be-a8da-e568c3ba540f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-c3295ae7-7905-44be-a8da-e568c3ba540f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

}

#s-8e4f7b5a-b5a2-470c-a8d2-1d0ed957f42b {
  border-style: solid;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0);
border-radius: 30px;
text-align: center;
background-color: rgba(234, 113, 33, 1);
font-size: 16px;
color: rgba(0, 0, 0, 1);
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-8e4f7b5a-b5a2-470c-a8d2-1d0ed957f42b:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;
border-radius: 30px !important;
opacity: 1 !important;
background-color: rgba(238, 238, 238, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}#s-8e4f7b5a-b5a2-470c-a8d2-1d0ed957f42b:active {background-color: rgba(255, 255, 255, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-8e4f7b5a-b5a2-470c-a8d2-1d0ed957f42b {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-8e4f7b5a-b5a2-470c-a8d2-1d0ed957f42b {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-8e4f7b5a-b5a2-470c-a8d2-1d0ed957f42b {
  
}
}@media (max-width: 767px){#s-8e4f7b5a-b5a2-470c-a8d2-1d0ed957f42b {
  
}
}

  #s-8e4f7b5a-b5a2-470c-a8d2-1d0ed957f42b-root {
    text-align: center;
  }


#s-8e4f7b5a-b5a2-470c-a8d2-1d0ed957f42b.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 19px;
  font-weight: 700;
  
  font-family: Work Sans;
  display:  block ;
}
@media (min-width: 1200px){
  #s-8e4f7b5a-b5a2-470c-a8d2-1d0ed957f42b-root {
    text-align: center;
  }


#s-8e4f7b5a-b5a2-470c-a8d2-1d0ed957f42b.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 19px;
  font-weight: 700;
  
  font-family: Work Sans;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-8e4f7b5a-b5a2-470c-a8d2-1d0ed957f42b-root {
    text-align: center;
  }


#s-8e4f7b5a-b5a2-470c-a8d2-1d0ed957f42b.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 19px;
  font-weight: 700;
  
  font-family: Work Sans;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-8e4f7b5a-b5a2-470c-a8d2-1d0ed957f42b-root {
    text-align: center;
  }


#s-8e4f7b5a-b5a2-470c-a8d2-1d0ed957f42b.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 19px;
  font-weight: 700;
  
  font-family: Work Sans;
  display:  block ;
}
}@media (max-width: 767px){
  #s-8e4f7b5a-b5a2-470c-a8d2-1d0ed957f42b-root {
    text-align: center;
  }


#s-8e4f7b5a-b5a2-470c-a8d2-1d0ed957f42b.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 19px;
  font-weight: 700;
  
  font-family: Work Sans;
  display:  block ;
}
}
#s-dc3d5718-78f2-4056-a8a6-1c77012cf1f2 {
  min-height: 50px;
background-color: rgba(51, 51, 51, 1);
}
@media (min-width: 1200px){#s-dc3d5718-78f2-4056-a8a6-1c77012cf1f2 {
  display: none;
}
#s-dc3d5718-78f2-4056-a8a6-1c77012cf1f2, #wrap-s-dc3d5718-78f2-4056-a8a6-1c77012cf1f2 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-dc3d5718-78f2-4056-a8a6-1c77012cf1f2 {
  display: none;
}
#s-dc3d5718-78f2-4056-a8a6-1c77012cf1f2, #wrap-s-dc3d5718-78f2-4056-a8a6-1c77012cf1f2 { display: none !important; }}@media (max-width: 767px){#s-dc3d5718-78f2-4056-a8a6-1c77012cf1f2 {
  
}
}







#s-dc3d5718-78f2-4056-a8a6-1c77012cf1f2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-dc3d5718-78f2-4056-a8a6-1c77012cf1f2.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-5b2c9369-0108-42fa-a2fb-fc583d8f2fd6 {
  border-style: solid;
margin-top: 25px;
margin-left: 50px;
margin-bottom: 25px;
margin-right: 50px;
padding-top: 25px;
padding-left: 5%;
padding-bottom: 25px;
padding-right: 5%;
border-top-width: 1px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 0.1);
background-color: rgba(0, 0, 0, 0);
}

@media (min-width: 0px) {
[id="s-5b2c9369-0108-42fa-a2fb-fc583d8f2fd6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5b2c9369-0108-42fa-a2fb-fc583d8f2fd6"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-5b2c9369-0108-42fa-a2fb-fc583d8f2fd6"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-5b2c9369-0108-42fa-a2fb-fc583d8f2fd6"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-5b2c9369-0108-42fa-a2fb-fc583d8f2fd6"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-5b2c9369-0108-42fa-a2fb-fc583d8f2fd6"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-5b2c9369-0108-42fa-a2fb-fc583d8f2fd6"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 25.0px);
}

}

@media (max-width: 767px) {
  [id="s-5b2c9369-0108-42fa-a2fb-fc583d8f2fd6"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-1c00cce2-e135-404d-84c8-f65d4e8d0947 {
  margin-bottom: 20px;
}

#s-d5c92a4b-2d16-4223-a5c8-97b359225a91 {
  border-style: solid;
margin-left: 0px;
margin-right: 0px;
padding-top: 15px;
padding-bottom: 15px;
border-top-width: 1px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 0.1);
}

#s-dfc79d33-97fd-4c6c-b45d-4663341c421f {
  box-shadow:5px 5px 15px 2px rgba(0, 0, 0, 1);
margin-top: 5px;
margin-bottom: 5px;
padding-top: 10px;
padding-left: 40px;
padding-bottom: 10px;
padding-right: 40px;
border-radius: 2px;
background-color: rgba(234, 113, 33, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-dfc79d33-97fd-4c6c-b45d-4663341c421f:hover {background-color: rgba(234, 173, 33, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-dfc79d33-97fd-4c6c-b45d-4663341c421f:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-dfc79d33-97fd-4c6c-b45d-4663341c421f-root {
    text-align: center;
  }


#s-dfc79d33-97fd-4c6c-b45d-4663341c421f.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
  font-family: Averia Serif Libre;
  display:  block ;
}
@media (min-width: 1200px){
  #s-dfc79d33-97fd-4c6c-b45d-4663341c421f-root {
    text-align: center;
  }


#s-dfc79d33-97fd-4c6c-b45d-4663341c421f.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
  font-family: Averia Serif Libre;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-dfc79d33-97fd-4c6c-b45d-4663341c421f-root {
    text-align: center;
  }


#s-dfc79d33-97fd-4c6c-b45d-4663341c421f.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
  font-family: Averia Serif Libre;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-dfc79d33-97fd-4c6c-b45d-4663341c421f-root {
    text-align: center;
  }


#s-dfc79d33-97fd-4c6c-b45d-4663341c421f.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
  font-family: Averia Serif Libre;
  display:  block ;
}
}@media (max-width: 767px){
  #s-dfc79d33-97fd-4c6c-b45d-4663341c421f-root {
    text-align: center;
  }


#s-dfc79d33-97fd-4c6c-b45d-4663341c421f.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
  font-family: Averia Serif Libre;
  display:  block ;
}
}
#s-79e4a9fc-93bf-4dc0-96a2-23252664ac59 {
  box-shadow:3px 5px 20px 2px rgba(0, 0, 0, 1);
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
max-width: 1080px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-79e4a9fc-93bf-4dc0-96a2-23252664ac59 img.shogun-image,
  #s-79e4a9fc-93bf-4dc0-96a2-23252664ac59 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-79e4a9fc-93bf-4dc0-96a2-23252664ac59 {
    width: 100%;
    height: auto;
  }



  #s-79e4a9fc-93bf-4dc0-96a2-23252664ac59 img.shogun-image {
    

    
    
    
  }


#s-79e4a9fc-93bf-4dc0-96a2-23252664ac59 .shogun-image-content {
  
    align-items: center;
  
}

#s-68a9c626-5176-4e07-9fb7-9048e63efa85 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
background-color: rgba(51, 51, 51, 1);
}
@media (min-width: 1200px){#s-68a9c626-5176-4e07-9fb7-9048e63efa85 {
  display: none;
}
#s-68a9c626-5176-4e07-9fb7-9048e63efa85, #wrap-s-68a9c626-5176-4e07-9fb7-9048e63efa85 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-68a9c626-5176-4e07-9fb7-9048e63efa85 {
  display: none;
}
#s-68a9c626-5176-4e07-9fb7-9048e63efa85, #wrap-s-68a9c626-5176-4e07-9fb7-9048e63efa85 { display: none !important; }}@media (max-width: 767px){#s-68a9c626-5176-4e07-9fb7-9048e63efa85 {
  
}
}







#s-68a9c626-5176-4e07-9fb7-9048e63efa85 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-68a9c626-5176-4e07-9fb7-9048e63efa85.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-2b0e9cf5-c7c0-4f39-ada0-9a735258460d {
  margin-top: 25px;
margin-left: 50px;
margin-bottom: 50px;
margin-right: 50px;
padding-top: 25px;
padding-left: 5%;
padding-bottom: 25px;
padding-right: 5%;
border-top-width: 1px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 0.1);
border-style: solid;
background-color: rgba(0, 0, 0, 0);
}

@media (min-width: 0px) {
[id="s-2b0e9cf5-c7c0-4f39-ada0-9a735258460d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2b0e9cf5-c7c0-4f39-ada0-9a735258460d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-2b0e9cf5-c7c0-4f39-ada0-9a735258460d"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-2b0e9cf5-c7c0-4f39-ada0-9a735258460d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-2b0e9cf5-c7c0-4f39-ada0-9a735258460d"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-2b0e9cf5-c7c0-4f39-ada0-9a735258460d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-2b0e9cf5-c7c0-4f39-ada0-9a735258460d"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 25.0px);
}

}

#s-99bfd4e1-572f-420c-b211-0bb19a14deca {
  box-shadow:3px 5px 20px 2px rgba(0, 0, 0, 1);
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
max-width: 1080px;
aspect-ratio: 1/1;
text-align: center;
}
#s-99bfd4e1-572f-420c-b211-0bb19a14deca:hover {border-style: solid !important;
border-color: #2C2A34 !important;}




  #s-99bfd4e1-572f-420c-b211-0bb19a14deca img.shogun-image,
  #s-99bfd4e1-572f-420c-b211-0bb19a14deca .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-99bfd4e1-572f-420c-b211-0bb19a14deca {
    width: 100%;
    height: auto;
  }



  #s-99bfd4e1-572f-420c-b211-0bb19a14deca img.shogun-image {
    

    
    
    
  }


#s-99bfd4e1-572f-420c-b211-0bb19a14deca .shogun-image-content {
  
    align-items: center;
  
}

#s-075ff5fd-3287-4f4e-9308-4c025839e382 {
  margin-top: 15px;
margin-bottom: 15px;
}

#s-f546bf7b-d6fb-4e45-9e2c-707189a025ea {
  border-style: solid;
margin-left: 0px;
margin-right: 0px;
padding-top: 15px;
padding-bottom: 15px;
border-top-width: 1px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 0.1);
}
@media (min-width: 768px) and (max-width: 991px){#s-f546bf7b-d6fb-4e45-9e2c-707189a025ea {
  
}
}
#s-3a8c0d11-8ba7-4fb6-9d03-aafc0daaf060 {
  box-shadow:5px 5px 15px 2px rgba(0, 0, 0, 1);
margin-top: 5px;
margin-bottom: 5px;
padding-top: 10px;
padding-left: 40px;
padding-bottom: 10px;
padding-right: 40px;
border-radius: 2px;
background-color: rgba(234, 113, 33, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-3a8c0d11-8ba7-4fb6-9d03-aafc0daaf060:hover {background-color: rgba(234, 173, 33, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-3a8c0d11-8ba7-4fb6-9d03-aafc0daaf060:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-3a8c0d11-8ba7-4fb6-9d03-aafc0daaf060-root {
    text-align: center;
  }


#s-3a8c0d11-8ba7-4fb6-9d03-aafc0daaf060.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
  font-family: Averia Serif Libre;
  display:  block ;
}
@media (min-width: 1200px){
  #s-3a8c0d11-8ba7-4fb6-9d03-aafc0daaf060-root {
    text-align: center;
  }


#s-3a8c0d11-8ba7-4fb6-9d03-aafc0daaf060.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
  font-family: Averia Serif Libre;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-3a8c0d11-8ba7-4fb6-9d03-aafc0daaf060-root {
    text-align: center;
  }


#s-3a8c0d11-8ba7-4fb6-9d03-aafc0daaf060.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
  font-family: Averia Serif Libre;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-3a8c0d11-8ba7-4fb6-9d03-aafc0daaf060-root {
    text-align: center;
  }


#s-3a8c0d11-8ba7-4fb6-9d03-aafc0daaf060.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
  font-family: Averia Serif Libre;
  display:  block ;
}
}@media (max-width: 767px){
  #s-3a8c0d11-8ba7-4fb6-9d03-aafc0daaf060-root {
    text-align: center;
  }


#s-3a8c0d11-8ba7-4fb6-9d03-aafc0daaf060.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
  font-family: Averia Serif Libre;
  display:  block ;
}
}
#s-549e2985-e93e-456d-bd96-3a1c57f93763 {
  min-height: 50px;
background-color: rgba(51, 51, 51, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-549e2985-e93e-456d-bd96-3a1c57f93763 {
  display: none;
}
#s-549e2985-e93e-456d-bd96-3a1c57f93763, #wrap-s-549e2985-e93e-456d-bd96-3a1c57f93763 { display: none !important; }}@media (max-width: 767px){#s-549e2985-e93e-456d-bd96-3a1c57f93763 {
  display: none;
}
#s-549e2985-e93e-456d-bd96-3a1c57f93763, #wrap-s-549e2985-e93e-456d-bd96-3a1c57f93763 { display: none !important; }}







#s-549e2985-e93e-456d-bd96-3a1c57f93763 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-549e2985-e93e-456d-bd96-3a1c57f93763.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-8394947b-1086-438f-a661-b25dd2cc023c {
  border-style: solid;
margin-top: 25px;
margin-left: 50px;
margin-bottom: 50px;
margin-right: 50px;
padding-top: 25px;
padding-left: 5%;
padding-bottom: 25px;
padding-right: 5%;
border-top-width: 1px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 0.1);
background-color: rgba(0, 0, 0, 0);
}

@media (min-width: 0px) {
[id="s-8394947b-1086-438f-a661-b25dd2cc023c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8394947b-1086-438f-a661-b25dd2cc023c"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-8394947b-1086-438f-a661-b25dd2cc023c"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-8394947b-1086-438f-a661-b25dd2cc023c"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-8394947b-1086-438f-a661-b25dd2cc023c"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-8394947b-1086-438f-a661-b25dd2cc023c"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-8394947b-1086-438f-a661-b25dd2cc023c"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 25.0px);
}

}

@media (max-width: 767px) {
  [id="s-8394947b-1086-438f-a661-b25dd2cc023c"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-e067e107-b750-41f6-815f-72dc48274927 {
  margin-bottom: 20px;
}

#s-408ba33e-ff47-4087-9eca-baf6304aad99 {
  border-style: solid;
margin-left: 0px;
margin-right: 0px;
padding-top: 15px;
padding-bottom: 15px;
border-top-width: 1px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 0.1);
}

#s-ac718072-da66-475a-9762-daade7eeafb8 {
  box-shadow:2px 2px 0px 0px ;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
}

@media (min-width: 0px) {
[id="s-ac718072-da66-475a-9762-daade7eeafb8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ac718072-da66-475a-9762-daade7eeafb8"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-ac718072-da66-475a-9762-daade7eeafb8"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-ac718072-da66-475a-9762-daade7eeafb8"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-ac718072-da66-475a-9762-daade7eeafb8"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-ac718072-da66-475a-9762-daade7eeafb8"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-ac718072-da66-475a-9762-daade7eeafb8"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

}

#s-3fd49297-f244-4516-bf2e-adf473856deb {
  border-style: solid;
margin-left: 0px;
margin-right: 0px;
padding-top: 15px;
padding-bottom: 15px;
border-top-width: 1px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 0.1);
}
@media (min-width: 1200px){#s-3fd49297-f244-4516-bf2e-adf473856deb {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-3fd49297-f244-4516-bf2e-adf473856deb {
  
}
}@media (max-width: 767px){#s-3fd49297-f244-4516-bf2e-adf473856deb {
  
}
}
#s-04e13aa7-5786-41ff-bdf1-c1c32eb17770 {
  box-shadow:5px 5px 15px 2px rgba(0, 0, 0, 1);
margin-top: 5px;
margin-bottom: 5px;
padding-top: 10px;
padding-left: 40px;
padding-bottom: 10px;
padding-right: 40px;
border-radius: 2px;
background-color: rgba(234, 113, 33, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-04e13aa7-5786-41ff-bdf1-c1c32eb17770:hover {background-color: rgba(234, 173, 33, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-04e13aa7-5786-41ff-bdf1-c1c32eb17770:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-04e13aa7-5786-41ff-bdf1-c1c32eb17770-root {
    text-align: center;
  }


#s-04e13aa7-5786-41ff-bdf1-c1c32eb17770.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
  font-family: Averia Serif Libre;
  display:  block ;
}
@media (min-width: 1200px){
  #s-04e13aa7-5786-41ff-bdf1-c1c32eb17770-root {
    text-align: center;
  }


#s-04e13aa7-5786-41ff-bdf1-c1c32eb17770.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
  font-family: Averia Serif Libre;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-04e13aa7-5786-41ff-bdf1-c1c32eb17770-root {
    text-align: center;
  }


#s-04e13aa7-5786-41ff-bdf1-c1c32eb17770.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
  font-family: Averia Serif Libre;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-04e13aa7-5786-41ff-bdf1-c1c32eb17770-root {
    text-align: center;
  }


#s-04e13aa7-5786-41ff-bdf1-c1c32eb17770.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
  font-family: Averia Serif Libre;
  display:  block ;
}
}@media (max-width: 767px){
  #s-04e13aa7-5786-41ff-bdf1-c1c32eb17770-root {
    text-align: center;
  }


#s-04e13aa7-5786-41ff-bdf1-c1c32eb17770.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
  font-family: Averia Serif Libre;
  display:  block ;
}
}
#s-9e80754b-834c-4722-ae29-d68ec78ad2df {
  box-shadow:3px 5px 20px 2px rgba(0, 0, 0, 1);
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
max-width: 500px;
text-align: center;
}
#s-9e80754b-834c-4722-ae29-d68ec78ad2df:hover {opacity: 1 !important;}






  #s-9e80754b-834c-4722-ae29-d68ec78ad2df img.shogun-image {
    

    
    
    
  }


#s-9e80754b-834c-4722-ae29-d68ec78ad2df .shogun-image-content {
  
    align-items: center;
  
}

#s-251d4fd4-b688-402b-9e1b-bf6ac1d2b57b {
  border-top-width: 10px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
min-height: 50px;
background-color: rgba(51, 51, 51, 1);
}








#s-251d4fd4-b688-402b-9e1b-bf6ac1d2b57b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-251d4fd4-b688-402b-9e1b-bf6ac1d2b57b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shg-image-content-wrapper .shogun-image.hover~* {
  z-index: 1;
}
#s-2493914a-2fbf-4ac2-bb1c-72ea96d6232b {
  margin-top: 25px;
max-width: 150px;
aspect-ratio: 220/305;
text-align: center;
}





  #s-2493914a-2fbf-4ac2-bb1c-72ea96d6232b img.shogun-image,
  #s-2493914a-2fbf-4ac2-bb1c-72ea96d6232b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-2493914a-2fbf-4ac2-bb1c-72ea96d6232b {
    width: 100%;
    height: auto;
  }

  #s-2493914a-2fbf-4ac2-bb1c-72ea96d6232b img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2493914a-2fbf-4ac2-bb1c-72ea96d6232b.shogun-image {
    
    
  }


.s-2493914a-2fbf-4ac2-bb1c-72ea96d6232b .shogun-image-content {
  
    align-items: center;
  
}

.s-2493914a-2fbf-4ac2-bb1c-72ea96d6232b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2493914a-2fbf-4ac2-bb1c-72ea96d6232b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2493914a-2fbf-4ac2-bb1c-72ea96d6232b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2493914a-2fbf-4ac2-bb1c-72ea96d6232b {
      --shg-aspect-ratio: calc(220/305); 
    }

    .s-2493914a-2fbf-4ac2-bb1c-72ea96d6232b.shogun-image-container {
      position: relative;
    }

    .s-2493914a-2fbf-4ac2-bb1c-72ea96d6232b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2493914a-2fbf-4ac2-bb1c-72ea96d6232b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2493914a-2fbf-4ac2-bb1c-72ea96d6232b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-2493914a-2fbf-4ac2-bb1c-72ea96d6232b img.shogun-image,
  #s-2493914a-2fbf-4ac2-bb1c-72ea96d6232b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-2493914a-2fbf-4ac2-bb1c-72ea96d6232b {
    width: 100%;
    height: auto;
  }

  #s-2493914a-2fbf-4ac2-bb1c-72ea96d6232b img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2493914a-2fbf-4ac2-bb1c-72ea96d6232b.shogun-image {
    
    
  }


.s-2493914a-2fbf-4ac2-bb1c-72ea96d6232b .shogun-image-content {
  
    align-items: center;
  
}

.s-2493914a-2fbf-4ac2-bb1c-72ea96d6232b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2493914a-2fbf-4ac2-bb1c-72ea96d6232b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2493914a-2fbf-4ac2-bb1c-72ea96d6232b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2493914a-2fbf-4ac2-bb1c-72ea96d6232b {
      --shg-aspect-ratio: calc(220/305); 
    }

    .s-2493914a-2fbf-4ac2-bb1c-72ea96d6232b.shogun-image-container {
      position: relative;
    }

    .s-2493914a-2fbf-4ac2-bb1c-72ea96d6232b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2493914a-2fbf-4ac2-bb1c-72ea96d6232b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2493914a-2fbf-4ac2-bb1c-72ea96d6232b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-2493914a-2fbf-4ac2-bb1c-72ea96d6232b img.shogun-image,
  #s-2493914a-2fbf-4ac2-bb1c-72ea96d6232b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-2493914a-2fbf-4ac2-bb1c-72ea96d6232b {
    width: 100%;
    height: auto;
  }

  #s-2493914a-2fbf-4ac2-bb1c-72ea96d6232b img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2493914a-2fbf-4ac2-bb1c-72ea96d6232b.shogun-image {
    
    
  }


.s-2493914a-2fbf-4ac2-bb1c-72ea96d6232b .shogun-image-content {
  
    align-items: center;
  
}

.s-2493914a-2fbf-4ac2-bb1c-72ea96d6232b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2493914a-2fbf-4ac2-bb1c-72ea96d6232b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2493914a-2fbf-4ac2-bb1c-72ea96d6232b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2493914a-2fbf-4ac2-bb1c-72ea96d6232b {
      --shg-aspect-ratio: calc(220/305); 
    }

    .s-2493914a-2fbf-4ac2-bb1c-72ea96d6232b.shogun-image-container {
      position: relative;
    }

    .s-2493914a-2fbf-4ac2-bb1c-72ea96d6232b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2493914a-2fbf-4ac2-bb1c-72ea96d6232b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2493914a-2fbf-4ac2-bb1c-72ea96d6232b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-2493914a-2fbf-4ac2-bb1c-72ea96d6232b img.shogun-image,
  #s-2493914a-2fbf-4ac2-bb1c-72ea96d6232b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-2493914a-2fbf-4ac2-bb1c-72ea96d6232b {
    width: 100%;
    height: auto;
  }

  #s-2493914a-2fbf-4ac2-bb1c-72ea96d6232b img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2493914a-2fbf-4ac2-bb1c-72ea96d6232b.shogun-image {
    
    
  }


.s-2493914a-2fbf-4ac2-bb1c-72ea96d6232b .shogun-image-content {
  
    align-items: center;
  
}

.s-2493914a-2fbf-4ac2-bb1c-72ea96d6232b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2493914a-2fbf-4ac2-bb1c-72ea96d6232b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2493914a-2fbf-4ac2-bb1c-72ea96d6232b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2493914a-2fbf-4ac2-bb1c-72ea96d6232b {
      --shg-aspect-ratio: calc(220/305); 
    }

    .s-2493914a-2fbf-4ac2-bb1c-72ea96d6232b.shogun-image-container {
      position: relative;
    }

    .s-2493914a-2fbf-4ac2-bb1c-72ea96d6232b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2493914a-2fbf-4ac2-bb1c-72ea96d6232b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2493914a-2fbf-4ac2-bb1c-72ea96d6232b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-2493914a-2fbf-4ac2-bb1c-72ea96d6232b img.shogun-image,
  #s-2493914a-2fbf-4ac2-bb1c-72ea96d6232b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-2493914a-2fbf-4ac2-bb1c-72ea96d6232b {
    width: 100%;
    height: auto;
  }

  #s-2493914a-2fbf-4ac2-bb1c-72ea96d6232b img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2493914a-2fbf-4ac2-bb1c-72ea96d6232b.shogun-image {
    
    
  }


.s-2493914a-2fbf-4ac2-bb1c-72ea96d6232b .shogun-image-content {
  
    align-items: center;
  
}

.s-2493914a-2fbf-4ac2-bb1c-72ea96d6232b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2493914a-2fbf-4ac2-bb1c-72ea96d6232b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2493914a-2fbf-4ac2-bb1c-72ea96d6232b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2493914a-2fbf-4ac2-bb1c-72ea96d6232b {
      --shg-aspect-ratio: calc(220/305); 
    }

    .s-2493914a-2fbf-4ac2-bb1c-72ea96d6232b.shogun-image-container {
      position: relative;
    }

    .s-2493914a-2fbf-4ac2-bb1c-72ea96d6232b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2493914a-2fbf-4ac2-bb1c-72ea96d6232b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2493914a-2fbf-4ac2-bb1c-72ea96d6232b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-08668c82-e1c6-4e54-a253-4a467225e584 {
  margin-top: 20px;
margin-bottom: 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}
