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

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

#s-efb40b4e-b88b-454b-be9f-76bc9cc60855 {
  margin-top: 0px;
margin-bottom: 0px;
}

#s-efb40b4e-b88b-454b-be9f-76bc9cc60855 hr {
  border-top: 2px solid rgba(0, 0, 0, 1);
}

.shg-box {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  flex-direction: column;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  /**
   * While `flex: 1` is enough here, we need to supply the rest
   * of the parameters (`1 auto`) to keep compatibility with IE11.
   * Otherwise, IE11 flex would break.
   */
  flex: 1 1 auto;
}

.shg-box > .shg-box-content {
  z-index: 4;
  position: relative;
  /**
   * This is part of an IE11 fallback to avoid flex introducing
   * huge amount of weird space on the bottom on the section element.
   */
  min-height: 1px;
}

.shg-box-vertical-align-wrapper, .shg-box-vertical-center-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.shg-box-vertical-align-top {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

.shg-box-vertical-align-center, .shg-box-vertical-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shg-box-vertical-align-bottom {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

.shg-box-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  pointer-events: none;
}

.shg-box-video-wrapper {
  /*
    It's very important we don't create a new containing block for shg-box-video-wrapper
    Jarallax uses transforms + position: fixed to achieve it's parallaxing effect

    https://developer.mozilla.org/en-US/docs/Web/CSS/position

    position: fixed
    The element is removed from the normal document flow, and no space is created for the element in the page layout. 
    It is positioned relative to the initial containing block established by the viewport, 

    *
      except when one of its ancestors has a transform, perspective, or filter property set to something other than none 
      (see the CSS Transforms Spec), or the will-change property is set to transform, 
      in which case that ancestor behaves as the containing block. 
    *
  */

  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}

#s-10d6d11a-bef8-4740-b2c1-3642e6afc5a2 {
  min-height: 50px;
}








#s-10d6d11a-bef8-4740-b2c1-3642e6afc5a2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-10d6d11a-bef8-4740-b2c1-3642e6afc5a2.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

.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-692c46aa-8963-44c5-b395-9a4ca19f2de7 {
  padding-left: 8px;
padding-right: 8px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
}

#s-8112b66b-e650-4541-8f32-2f2fa4991950 {
  margin-top: 0px;
margin-bottom: 0px;
}

#s-8112b66b-e650-4541-8f32-2f2fa4991950 hr {
  border-top: 2px solid rgba(0, 0, 0, 1);
}

#s-8fb64269-5e9c-4428-b01b-885cc9583520 {
  padding-top: 38px;
padding-bottom: 38px;
min-height: 50px;
background-color: rgba(232, 43, 131, 1);
}








#s-8fb64269-5e9c-4428-b01b-885cc9583520 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8fb64269-5e9c-4428-b01b-885cc9583520.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shogun-video {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

.shogun-video-16x9 {
  padding-bottom: 56.25%;
}

.shogun-video-4x3 {
  padding-bottom: 75%;
}

.shogun-video-embed {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-image.hover {
  opacity: 0;
  z-index: 200;
  position: absolute;
  left: 0;
  top: 0;
}

.shogun-image.hover:hover {
  opacity: 1;
}

#s-aba739e1-d002-419d-9cf3-b66e09f33af5 {
  max-width: 1980px;
aspect-ratio: 1980/1864;
text-align: center;
}





  #s-aba739e1-d002-419d-9cf3-b66e09f33af5 img.shogun-image,
  #s-aba739e1-d002-419d-9cf3-b66e09f33af5 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-aba739e1-d002-419d-9cf3-b66e09f33af5 {
    width: 100%;
    height: auto;
  }



  img.s-aba739e1-d002-419d-9cf3-b66e09f33af5.shogun-image {
    
    
  }


.s-aba739e1-d002-419d-9cf3-b66e09f33af5 .shogun-image-content {
  
    align-items: center;
  
}

.s-aba739e1-d002-419d-9cf3-b66e09f33af5.shg-align-container {
  text-align: center
}

.s-aba739e1-d002-419d-9cf3-b66e09f33af5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-aba739e1-d002-419d-9cf3-b66e09f33af5.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-aba739e1-d002-419d-9cf3-b66e09f33af5 img.shogun-image,
  #s-aba739e1-d002-419d-9cf3-b66e09f33af5 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-aba739e1-d002-419d-9cf3-b66e09f33af5 {
    width: 100%;
    height: auto;
  }



  img.s-aba739e1-d002-419d-9cf3-b66e09f33af5.shogun-image {
    
    
  }


.s-aba739e1-d002-419d-9cf3-b66e09f33af5 .shogun-image-content {
  
    align-items: center;
  
}

.s-aba739e1-d002-419d-9cf3-b66e09f33af5.shg-align-container {
  text-align: center
}

.s-aba739e1-d002-419d-9cf3-b66e09f33af5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-aba739e1-d002-419d-9cf3-b66e09f33af5.shogun-image {
  box-sizing: border-box;
}


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



  #s-aba739e1-d002-419d-9cf3-b66e09f33af5 img.shogun-image,
  #s-aba739e1-d002-419d-9cf3-b66e09f33af5 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-aba739e1-d002-419d-9cf3-b66e09f33af5 {
    width: 100%;
    height: auto;
  }



  img.s-aba739e1-d002-419d-9cf3-b66e09f33af5.shogun-image {
    
    
  }


.s-aba739e1-d002-419d-9cf3-b66e09f33af5 .shogun-image-content {
  
    align-items: center;
  
}

.s-aba739e1-d002-419d-9cf3-b66e09f33af5.shg-align-container {
  text-align: center
}

.s-aba739e1-d002-419d-9cf3-b66e09f33af5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-aba739e1-d002-419d-9cf3-b66e09f33af5.shogun-image {
  box-sizing: border-box;
}


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



  #s-aba739e1-d002-419d-9cf3-b66e09f33af5 img.shogun-image,
  #s-aba739e1-d002-419d-9cf3-b66e09f33af5 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-aba739e1-d002-419d-9cf3-b66e09f33af5 {
    width: 100%;
    height: auto;
  }



  img.s-aba739e1-d002-419d-9cf3-b66e09f33af5.shogun-image {
    
    
  }


.s-aba739e1-d002-419d-9cf3-b66e09f33af5 .shogun-image-content {
  
    align-items: center;
  
}

.s-aba739e1-d002-419d-9cf3-b66e09f33af5.shg-align-container {
  text-align: center
}

.s-aba739e1-d002-419d-9cf3-b66e09f33af5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-aba739e1-d002-419d-9cf3-b66e09f33af5.shogun-image {
  box-sizing: border-box;
}


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



  #s-aba739e1-d002-419d-9cf3-b66e09f33af5 img.shogun-image,
  #s-aba739e1-d002-419d-9cf3-b66e09f33af5 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-aba739e1-d002-419d-9cf3-b66e09f33af5 {
    width: 100%;
    height: auto;
  }



  img.s-aba739e1-d002-419d-9cf3-b66e09f33af5.shogun-image {
    
    
  }


.s-aba739e1-d002-419d-9cf3-b66e09f33af5 .shogun-image-content {
  
    align-items: center;
  
}

.s-aba739e1-d002-419d-9cf3-b66e09f33af5.shg-align-container {
  text-align: center
}

.s-aba739e1-d002-419d-9cf3-b66e09f33af5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-aba739e1-d002-419d-9cf3-b66e09f33af5.shogun-image {
  box-sizing: border-box;
}


}
.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-dead0f28-0344-407a-ab4b-ee3b4ad97bb7 {
  box-shadow:0px 0px 0px 1px rgba(88, 64, 64, 1);
margin-top: 32px;
margin-bottom: 32px;
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(255, 255, 255, 1);
border-style: solid;
border-radius: 43px;
min-height: 40px;
max-width: 300px;
background-color: rgba(232, 43, 131, 1);
text-align: center;
text-decoration: none;
color: rgba(255, 255, 255, 1);
background-image: none;
hover-type: color;
}
#s-dead0f28-0344-407a-ab4b-ee3b4ad97bb7:hover {background-color: rgba(132, 124, 170, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-dead0f28-0344-407a-ab4b-ee3b4ad97bb7:active {box-shadow:11px 0px 0px 0px rgba(139, 10, 10, 1) !important;
border-style: solid !important;
border-color: #2C2A34 !important;
border-radius: 43px !important;
background-color: #000000 !important;
text-decoration: none !important;}

  #s-dead0f28-0344-407a-ab4b-ee3b4ad97bb7-root {
    text-align: center;
  }


#s-dead0f28-0344-407a-ab4b-ee3b4ad97bb7.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  font-weight: 800;
  
  font-family: Raleway;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-dead0f28-0344-407a-ab4b-ee3b4ad97bb7-root {
    text-align: center;
  }


#s-dead0f28-0344-407a-ab4b-ee3b4ad97bb7.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  font-weight: 800;
  
  font-family: Raleway;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-dead0f28-0344-407a-ab4b-ee3b4ad97bb7-root {
    text-align: center;
  }


#s-dead0f28-0344-407a-ab4b-ee3b4ad97bb7.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  font-weight: 800;
  
  font-family: Raleway;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-dead0f28-0344-407a-ab4b-ee3b4ad97bb7-root {
    text-align: center;
  }


#s-dead0f28-0344-407a-ab4b-ee3b4ad97bb7.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  font-weight: 800;
  
  font-family: Raleway;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-dead0f28-0344-407a-ab4b-ee3b4ad97bb7-root {
    text-align: center;
  }


#s-dead0f28-0344-407a-ab4b-ee3b4ad97bb7.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  font-weight: 800;
  
  font-family: Raleway;
  display:  inline-block ;
}
}
#s-8300d0a0-7c56-4fd7-af69-7f15063175a4 {
  box-shadow:0px 0px 0px 1px rgba(88, 64, 64, 1);
margin-top: 32px;
margin-bottom: 32px;
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(255, 255, 255, 1);
border-style: solid;
border-radius: 43px;
min-height: 40px;
max-width: 300px;
background-color: rgba(53, 12, 4, 1);
text-align: center;
text-decoration: none;
color: rgba(255, 255, 255, 1);
background-image: none;
hover-type: color;
}
#s-8300d0a0-7c56-4fd7-af69-7f15063175a4:hover {background-color: rgba(132, 124, 170, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-8300d0a0-7c56-4fd7-af69-7f15063175a4:active {box-shadow:11px 0px 0px 0px rgba(139, 10, 10, 1) !important;
border-style: solid !important;
border-color: #2C2A34 !important;
border-radius: 43px !important;
background-color: #000000 !important;
text-decoration: none !important;}

  #s-8300d0a0-7c56-4fd7-af69-7f15063175a4-root {
    text-align: center;
  }


#s-8300d0a0-7c56-4fd7-af69-7f15063175a4.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 21px;
  font-weight: 800;
  
  font-family: Raleway;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-8300d0a0-7c56-4fd7-af69-7f15063175a4-root {
    text-align: center;
  }


#s-8300d0a0-7c56-4fd7-af69-7f15063175a4.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 21px;
  font-weight: 800;
  
  font-family: Raleway;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-8300d0a0-7c56-4fd7-af69-7f15063175a4-root {
    text-align: center;
  }


#s-8300d0a0-7c56-4fd7-af69-7f15063175a4.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 21px;
  font-weight: 800;
  
  font-family: Raleway;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-8300d0a0-7c56-4fd7-af69-7f15063175a4-root {
    text-align: center;
  }


#s-8300d0a0-7c56-4fd7-af69-7f15063175a4.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 21px;
  font-weight: 800;
  
  font-family: Raleway;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-8300d0a0-7c56-4fd7-af69-7f15063175a4-root {
    text-align: center;
  }


#s-8300d0a0-7c56-4fd7-af69-7f15063175a4.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 21px;
  font-weight: 800;
  
  font-family: Raleway;
  display:  inline-block ;
}
}
#s-82026528-d4aa-4e46-9a6a-d78195d70fd0 {
  padding-left: 8px;
padding-right: 8px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 16px;
}

#s-6141d9b7-73af-4948-b99e-a422a2d397bb {
  margin-top: 0px;
margin-bottom: 0px;
}

#s-6141d9b7-73af-4948-b99e-a422a2d397bb hr {
  border-top: 2px solid rgba(0, 0, 0, 1);
}

#s-26000cd7-b2b0-42f2-b34c-0002fc388308 {
  padding-left: 8px;
padding-right: 8px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 16px;
}

#s-faaae45a-e792-47ef-9f04-4e46f0dd83bf {
  max-width: 1335px;
aspect-ratio: 1335/799;
text-align: center;
}





  #s-faaae45a-e792-47ef-9f04-4e46f0dd83bf img.shogun-image,
  #s-faaae45a-e792-47ef-9f04-4e46f0dd83bf .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-faaae45a-e792-47ef-9f04-4e46f0dd83bf {
    width: 100%;
    height: auto;
  }



  img.s-faaae45a-e792-47ef-9f04-4e46f0dd83bf.shogun-image {
    
    
  }


.s-faaae45a-e792-47ef-9f04-4e46f0dd83bf .shogun-image-content {
  
    align-items: center;
  
}

.s-faaae45a-e792-47ef-9f04-4e46f0dd83bf.shg-align-container {
  text-align: center
}

.s-faaae45a-e792-47ef-9f04-4e46f0dd83bf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-faaae45a-e792-47ef-9f04-4e46f0dd83bf.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-faaae45a-e792-47ef-9f04-4e46f0dd83bf img.shogun-image,
  #s-faaae45a-e792-47ef-9f04-4e46f0dd83bf .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-faaae45a-e792-47ef-9f04-4e46f0dd83bf {
    width: 100%;
    height: auto;
  }



  img.s-faaae45a-e792-47ef-9f04-4e46f0dd83bf.shogun-image {
    
    
  }


.s-faaae45a-e792-47ef-9f04-4e46f0dd83bf .shogun-image-content {
  
    align-items: center;
  
}

.s-faaae45a-e792-47ef-9f04-4e46f0dd83bf.shg-align-container {
  text-align: center
}

.s-faaae45a-e792-47ef-9f04-4e46f0dd83bf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-faaae45a-e792-47ef-9f04-4e46f0dd83bf.shogun-image {
  box-sizing: border-box;
}


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



  #s-faaae45a-e792-47ef-9f04-4e46f0dd83bf img.shogun-image,
  #s-faaae45a-e792-47ef-9f04-4e46f0dd83bf .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-faaae45a-e792-47ef-9f04-4e46f0dd83bf {
    width: 100%;
    height: auto;
  }



  img.s-faaae45a-e792-47ef-9f04-4e46f0dd83bf.shogun-image {
    
    
  }


.s-faaae45a-e792-47ef-9f04-4e46f0dd83bf .shogun-image-content {
  
    align-items: center;
  
}

.s-faaae45a-e792-47ef-9f04-4e46f0dd83bf.shg-align-container {
  text-align: center
}

.s-faaae45a-e792-47ef-9f04-4e46f0dd83bf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-faaae45a-e792-47ef-9f04-4e46f0dd83bf.shogun-image {
  box-sizing: border-box;
}


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



  #s-faaae45a-e792-47ef-9f04-4e46f0dd83bf img.shogun-image,
  #s-faaae45a-e792-47ef-9f04-4e46f0dd83bf .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-faaae45a-e792-47ef-9f04-4e46f0dd83bf {
    width: 100%;
    height: auto;
  }



  img.s-faaae45a-e792-47ef-9f04-4e46f0dd83bf.shogun-image {
    
    
  }


.s-faaae45a-e792-47ef-9f04-4e46f0dd83bf .shogun-image-content {
  
    align-items: center;
  
}

.s-faaae45a-e792-47ef-9f04-4e46f0dd83bf.shg-align-container {
  text-align: center
}

.s-faaae45a-e792-47ef-9f04-4e46f0dd83bf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-faaae45a-e792-47ef-9f04-4e46f0dd83bf.shogun-image {
  box-sizing: border-box;
}


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



  #s-faaae45a-e792-47ef-9f04-4e46f0dd83bf img.shogun-image,
  #s-faaae45a-e792-47ef-9f04-4e46f0dd83bf .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-faaae45a-e792-47ef-9f04-4e46f0dd83bf {
    width: 100%;
    height: auto;
  }



  img.s-faaae45a-e792-47ef-9f04-4e46f0dd83bf.shogun-image {
    
    
  }


.s-faaae45a-e792-47ef-9f04-4e46f0dd83bf .shogun-image-content {
  
    align-items: center;
  
}

.s-faaae45a-e792-47ef-9f04-4e46f0dd83bf.shg-align-container {
  text-align: center
}

.s-faaae45a-e792-47ef-9f04-4e46f0dd83bf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-faaae45a-e792-47ef-9f04-4e46f0dd83bf.shogun-image {
  box-sizing: border-box;
}


}
#s-507de07e-b7c8-431e-b4ae-3a4188575ea5 hr {
  border-top: 2px solid #ddd;
}

#s-6c69b8a1-5256-4446-a792-f2d2e3bdaece {
  box-shadow:0px 0px 0px 1px rgba(88, 64, 64, 1);
margin-top: 32px;
margin-bottom: 32px;
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(255, 255, 255, 1);
border-style: solid;
border-radius: 43px;
min-height: 40px;
max-width: 300px;
background-color: rgba(232, 43, 131, 1);
text-align: center;
text-decoration: none;
color: rgba(255, 255, 255, 1);
background-image: none;
hover-type: color;
}
#s-6c69b8a1-5256-4446-a792-f2d2e3bdaece:hover {background-color: rgba(132, 124, 170, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-6c69b8a1-5256-4446-a792-f2d2e3bdaece:active {box-shadow:11px 0px 0px 0px rgba(139, 10, 10, 1) !important;
border-style: solid !important;
border-color: #2C2A34 !important;
border-radius: 43px !important;
background-color: #000000 !important;
text-decoration: none !important;}

  #s-6c69b8a1-5256-4446-a792-f2d2e3bdaece-root {
    text-align: center;
  }


#s-6c69b8a1-5256-4446-a792-f2d2e3bdaece.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  font-weight: 800;
  
  font-family: Raleway;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-6c69b8a1-5256-4446-a792-f2d2e3bdaece-root {
    text-align: center;
  }


#s-6c69b8a1-5256-4446-a792-f2d2e3bdaece.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  font-weight: 800;
  
  font-family: Raleway;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-6c69b8a1-5256-4446-a792-f2d2e3bdaece-root {
    text-align: center;
  }


#s-6c69b8a1-5256-4446-a792-f2d2e3bdaece.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  font-weight: 800;
  
  font-family: Raleway;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-6c69b8a1-5256-4446-a792-f2d2e3bdaece-root {
    text-align: center;
  }


#s-6c69b8a1-5256-4446-a792-f2d2e3bdaece.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  font-weight: 800;
  
  font-family: Raleway;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-6c69b8a1-5256-4446-a792-f2d2e3bdaece-root {
    text-align: center;
  }


#s-6c69b8a1-5256-4446-a792-f2d2e3bdaece.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  font-weight: 800;
  
  font-family: Raleway;
  display:  inline-block ;
}
}
#s-ed1fdea0-bb31-484a-a8b8-b06a4da1dd1c {
  box-shadow:0px 0px 0px 1px rgba(88, 64, 64, 1);
margin-top: 32px;
margin-bottom: 32px;
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(255, 255, 255, 1);
border-style: solid;
border-radius: 43px;
min-height: 40px;
max-width: 300px;
background-color: rgba(53, 12, 4, 1);
text-align: center;
text-decoration: none;
color: rgba(255, 255, 255, 1);
background-image: none;
hover-type: color;
}
#s-ed1fdea0-bb31-484a-a8b8-b06a4da1dd1c:hover {background-color: rgba(132, 124, 170, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-ed1fdea0-bb31-484a-a8b8-b06a4da1dd1c:active {box-shadow:11px 0px 0px 0px rgba(139, 10, 10, 1) !important;
border-style: solid !important;
border-color: #2C2A34 !important;
border-radius: 43px !important;
background-color: #000000 !important;
text-decoration: none !important;}

  #s-ed1fdea0-bb31-484a-a8b8-b06a4da1dd1c-root {
    text-align: center;
  }


#s-ed1fdea0-bb31-484a-a8b8-b06a4da1dd1c.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 21px;
  font-weight: 800;
  
  font-family: Raleway;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-ed1fdea0-bb31-484a-a8b8-b06a4da1dd1c-root {
    text-align: center;
  }


#s-ed1fdea0-bb31-484a-a8b8-b06a4da1dd1c.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 21px;
  font-weight: 800;
  
  font-family: Raleway;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-ed1fdea0-bb31-484a-a8b8-b06a4da1dd1c-root {
    text-align: center;
  }


#s-ed1fdea0-bb31-484a-a8b8-b06a4da1dd1c.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 21px;
  font-weight: 800;
  
  font-family: Raleway;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-ed1fdea0-bb31-484a-a8b8-b06a4da1dd1c-root {
    text-align: center;
  }


#s-ed1fdea0-bb31-484a-a8b8-b06a4da1dd1c.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 21px;
  font-weight: 800;
  
  font-family: Raleway;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-ed1fdea0-bb31-484a-a8b8-b06a4da1dd1c-root {
    text-align: center;
  }


#s-ed1fdea0-bb31-484a-a8b8-b06a4da1dd1c.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 21px;
  font-weight: 800;
  
  font-family: Raleway;
  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-4f891733-2055-435d-8c34-ddda94002b52 {
  max-width: 1080px;
aspect-ratio: 1080/718;
text-align: center;
}





  #s-4f891733-2055-435d-8c34-ddda94002b52 img.shogun-image,
  #s-4f891733-2055-435d-8c34-ddda94002b52 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-4f891733-2055-435d-8c34-ddda94002b52 {
    width: 100%;
    height: auto;
  }



  #s-4f891733-2055-435d-8c34-ddda94002b52 img.shogun-image {
    

    
    
    
  }


#s-4f891733-2055-435d-8c34-ddda94002b52 .shogun-image-content {
  
    align-items: center;
  
}

#s-072bb443-7045-4ab3-bfc0-fc6f4321089f {
  margin-top: 50px;
margin-bottom: 50px;
padding-top: 2px;
padding-bottom: 2px;
min-height: 50px;
}








#s-072bb443-7045-4ab3-bfc0-fc6f4321089f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-072bb443-7045-4ab3-bfc0-fc6f4321089f.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-5dd5840e-becb-4ccc-bc45-fe5458c1a798 {
  padding-left: 8px;
padding-right: 8px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 16px;
}

#s-5717532b-28bd-480f-9159-73320e69403d {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-5717532b-28bd-480f-9159-73320e69403d {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-5717532b-28bd-480f-9159-73320e69403d {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-5717532b-28bd-480f-9159-73320e69403d {
  
}
}@media (max-width: 767px){#s-5717532b-28bd-480f-9159-73320e69403d {
  
}
}







#s-5717532b-28bd-480f-9159-73320e69403d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5717532b-28bd-480f-9159-73320e69403d.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-92d1bf53-9258-4633-8050-e7b5165e23f0 hr {
  border-top: 2px solid rgba(19, 1, 1, 1);
}

#s-6f7a24c4-b3a6-4da0-851d-4757a60ca2c4 {
  max-width: 1600px;
aspect-ratio: 1600/1064;
text-align: center;
}





  #s-6f7a24c4-b3a6-4da0-851d-4757a60ca2c4 img.shogun-image,
  #s-6f7a24c4-b3a6-4da0-851d-4757a60ca2c4 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-6f7a24c4-b3a6-4da0-851d-4757a60ca2c4 {
    width: 100%;
    height: auto;
  }



  img.s-6f7a24c4-b3a6-4da0-851d-4757a60ca2c4.shogun-image {
    
    
  }


.s-6f7a24c4-b3a6-4da0-851d-4757a60ca2c4 .shogun-image-content {
  
    align-items: center;
  
}

.s-6f7a24c4-b3a6-4da0-851d-4757a60ca2c4.shg-align-container {
  text-align: center
}

.s-6f7a24c4-b3a6-4da0-851d-4757a60ca2c4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6f7a24c4-b3a6-4da0-851d-4757a60ca2c4.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-6f7a24c4-b3a6-4da0-851d-4757a60ca2c4 img.shogun-image,
  #s-6f7a24c4-b3a6-4da0-851d-4757a60ca2c4 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-6f7a24c4-b3a6-4da0-851d-4757a60ca2c4 {
    width: 100%;
    height: auto;
  }



  img.s-6f7a24c4-b3a6-4da0-851d-4757a60ca2c4.shogun-image {
    
    
  }


.s-6f7a24c4-b3a6-4da0-851d-4757a60ca2c4 .shogun-image-content {
  
    align-items: center;
  
}

.s-6f7a24c4-b3a6-4da0-851d-4757a60ca2c4.shg-align-container {
  text-align: center
}

.s-6f7a24c4-b3a6-4da0-851d-4757a60ca2c4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6f7a24c4-b3a6-4da0-851d-4757a60ca2c4.shogun-image {
  box-sizing: border-box;
}


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



  #s-6f7a24c4-b3a6-4da0-851d-4757a60ca2c4 img.shogun-image,
  #s-6f7a24c4-b3a6-4da0-851d-4757a60ca2c4 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-6f7a24c4-b3a6-4da0-851d-4757a60ca2c4 {
    width: 100%;
    height: auto;
  }



  img.s-6f7a24c4-b3a6-4da0-851d-4757a60ca2c4.shogun-image {
    
    
  }


.s-6f7a24c4-b3a6-4da0-851d-4757a60ca2c4 .shogun-image-content {
  
    align-items: center;
  
}

.s-6f7a24c4-b3a6-4da0-851d-4757a60ca2c4.shg-align-container {
  text-align: center
}

.s-6f7a24c4-b3a6-4da0-851d-4757a60ca2c4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6f7a24c4-b3a6-4da0-851d-4757a60ca2c4.shogun-image {
  box-sizing: border-box;
}


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



  #s-6f7a24c4-b3a6-4da0-851d-4757a60ca2c4 img.shogun-image,
  #s-6f7a24c4-b3a6-4da0-851d-4757a60ca2c4 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-6f7a24c4-b3a6-4da0-851d-4757a60ca2c4 {
    width: 100%;
    height: auto;
  }



  img.s-6f7a24c4-b3a6-4da0-851d-4757a60ca2c4.shogun-image {
    
    
  }


.s-6f7a24c4-b3a6-4da0-851d-4757a60ca2c4 .shogun-image-content {
  
    align-items: center;
  
}

.s-6f7a24c4-b3a6-4da0-851d-4757a60ca2c4.shg-align-container {
  text-align: center
}

.s-6f7a24c4-b3a6-4da0-851d-4757a60ca2c4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6f7a24c4-b3a6-4da0-851d-4757a60ca2c4.shogun-image {
  box-sizing: border-box;
}


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



  #s-6f7a24c4-b3a6-4da0-851d-4757a60ca2c4 img.shogun-image,
  #s-6f7a24c4-b3a6-4da0-851d-4757a60ca2c4 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-6f7a24c4-b3a6-4da0-851d-4757a60ca2c4 {
    width: 100%;
    height: auto;
  }



  img.s-6f7a24c4-b3a6-4da0-851d-4757a60ca2c4.shogun-image {
    
    
  }


.s-6f7a24c4-b3a6-4da0-851d-4757a60ca2c4 .shogun-image-content {
  
    align-items: center;
  
}

.s-6f7a24c4-b3a6-4da0-851d-4757a60ca2c4.shg-align-container {
  text-align: center
}

.s-6f7a24c4-b3a6-4da0-851d-4757a60ca2c4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6f7a24c4-b3a6-4da0-851d-4757a60ca2c4.shogun-image {
  box-sizing: border-box;
}


}
#s-0606d8af-6a95-48e1-aa22-da905820f1a6 {
  box-shadow:0px 0px 0px 1px rgba(88, 64, 64, 1);
margin-top: 32px;
margin-bottom: 32px;
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(255, 255, 255, 1);
border-style: solid;
border-radius: 43px;
min-height: 40px;
max-width: 300px;
background-color: rgba(232, 43, 131, 1);
text-align: center;
text-decoration: none;
color: rgba(255, 255, 255, 1);
background-image: none;
hover-type: color;
}
#s-0606d8af-6a95-48e1-aa22-da905820f1a6:hover {background-color: rgba(132, 124, 170, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-0606d8af-6a95-48e1-aa22-da905820f1a6:active {box-shadow:11px 0px 0px 0px rgba(139, 10, 10, 1) !important;
border-style: solid !important;
border-color: #2C2A34 !important;
border-radius: 43px !important;
background-color: #000000 !important;
text-decoration: none !important;}

  #s-0606d8af-6a95-48e1-aa22-da905820f1a6-root {
    text-align: center;
  }


#s-0606d8af-6a95-48e1-aa22-da905820f1a6.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 19px;
  font-weight: 800;
  
  font-family: Raleway;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-0606d8af-6a95-48e1-aa22-da905820f1a6-root {
    text-align: center;
  }


#s-0606d8af-6a95-48e1-aa22-da905820f1a6.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 19px;
  font-weight: 800;
  
  font-family: Raleway;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-0606d8af-6a95-48e1-aa22-da905820f1a6-root {
    text-align: center;
  }


#s-0606d8af-6a95-48e1-aa22-da905820f1a6.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 19px;
  font-weight: 800;
  
  font-family: Raleway;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-0606d8af-6a95-48e1-aa22-da905820f1a6-root {
    text-align: center;
  }


#s-0606d8af-6a95-48e1-aa22-da905820f1a6.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 19px;
  font-weight: 800;
  
  font-family: Raleway;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-0606d8af-6a95-48e1-aa22-da905820f1a6-root {
    text-align: center;
  }


#s-0606d8af-6a95-48e1-aa22-da905820f1a6.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 19px;
  font-weight: 800;
  
  font-family: Raleway;
  display:  inline-block ;
}
}
#s-b7c9f336-8c86-4724-863d-33b353fb3376 {
  box-shadow:0px 0px 0px 1px rgba(88, 64, 64, 1);
margin-top: 32px;
margin-bottom: 32px;
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(255, 255, 255, 1);
border-style: solid;
border-radius: 43px;
min-height: 40px;
max-width: 300px;
background-color: rgba(53, 12, 4, 1);
text-align: center;
text-decoration: none;
color: rgba(255, 255, 255, 1);
background-image: none;
hover-type: color;
}
#s-b7c9f336-8c86-4724-863d-33b353fb3376:hover {background-color: rgba(132, 124, 170, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-b7c9f336-8c86-4724-863d-33b353fb3376:active {box-shadow:11px 0px 0px 0px rgba(139, 10, 10, 1) !important;
border-style: solid !important;
border-color: #2C2A34 !important;
border-radius: 43px !important;
background-color: #000000 !important;
text-decoration: none !important;}

  #s-b7c9f336-8c86-4724-863d-33b353fb3376-root {
    text-align: center;
  }


#s-b7c9f336-8c86-4724-863d-33b353fb3376.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 21px;
  font-weight: 800;
  
  font-family: Raleway;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-b7c9f336-8c86-4724-863d-33b353fb3376-root {
    text-align: center;
  }


#s-b7c9f336-8c86-4724-863d-33b353fb3376.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 21px;
  font-weight: 800;
  
  font-family: Raleway;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-b7c9f336-8c86-4724-863d-33b353fb3376-root {
    text-align: center;
  }


#s-b7c9f336-8c86-4724-863d-33b353fb3376.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 21px;
  font-weight: 800;
  
  font-family: Raleway;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-b7c9f336-8c86-4724-863d-33b353fb3376-root {
    text-align: center;
  }


#s-b7c9f336-8c86-4724-863d-33b353fb3376.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 21px;
  font-weight: 800;
  
  font-family: Raleway;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-b7c9f336-8c86-4724-863d-33b353fb3376-root {
    text-align: center;
  }


#s-b7c9f336-8c86-4724-863d-33b353fb3376.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 21px;
  font-weight: 800;
  
  font-family: Raleway;
  display:  inline-block ;
}
}
#s-a256a677-05b8-4db8-85af-a8e55c5f48f2 {
  margin-top: 9px;
margin-left: 0px;
margin-bottom: 9px;
margin-right: 0px;
padding-top: 20px;
padding-left: 10px;
padding-bottom: 20px;
padding-right: 10px;
border-top-width: 1px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-a256a677-05b8-4db8-85af-a8e55c5f48f2 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a256a677-05b8-4db8-85af-a8e55c5f48f2 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-a256a677-05b8-4db8-85af-a8e55c5f48f2 {
  
}
}@media (max-width: 767px){#s-a256a677-05b8-4db8-85af-a8e55c5f48f2 {
  
}
}
#s-135d1d64-9443-4ca3-92ae-6e3d31db857a {
  max-width: 1080px;
aspect-ratio: 1080/491;
text-align: center;
}





  #s-135d1d64-9443-4ca3-92ae-6e3d31db857a img.shogun-image,
  #s-135d1d64-9443-4ca3-92ae-6e3d31db857a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-135d1d64-9443-4ca3-92ae-6e3d31db857a {
    width: 100%;
    height: auto;
  }



  img.s-135d1d64-9443-4ca3-92ae-6e3d31db857a.shogun-image {
    
    
  }


.s-135d1d64-9443-4ca3-92ae-6e3d31db857a .shogun-image-content {
  
    align-items: center;
  
}

.s-135d1d64-9443-4ca3-92ae-6e3d31db857a.shg-align-container {
  text-align: center
}

.s-135d1d64-9443-4ca3-92ae-6e3d31db857a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-135d1d64-9443-4ca3-92ae-6e3d31db857a.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-135d1d64-9443-4ca3-92ae-6e3d31db857a img.shogun-image,
  #s-135d1d64-9443-4ca3-92ae-6e3d31db857a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-135d1d64-9443-4ca3-92ae-6e3d31db857a {
    width: 100%;
    height: auto;
  }



  img.s-135d1d64-9443-4ca3-92ae-6e3d31db857a.shogun-image {
    
    
  }


.s-135d1d64-9443-4ca3-92ae-6e3d31db857a .shogun-image-content {
  
    align-items: center;
  
}

.s-135d1d64-9443-4ca3-92ae-6e3d31db857a.shg-align-container {
  text-align: center
}

.s-135d1d64-9443-4ca3-92ae-6e3d31db857a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-135d1d64-9443-4ca3-92ae-6e3d31db857a.shogun-image {
  box-sizing: border-box;
}


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



  #s-135d1d64-9443-4ca3-92ae-6e3d31db857a img.shogun-image,
  #s-135d1d64-9443-4ca3-92ae-6e3d31db857a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-135d1d64-9443-4ca3-92ae-6e3d31db857a {
    width: 100%;
    height: auto;
  }



  img.s-135d1d64-9443-4ca3-92ae-6e3d31db857a.shogun-image {
    
    
  }


.s-135d1d64-9443-4ca3-92ae-6e3d31db857a .shogun-image-content {
  
    align-items: center;
  
}

.s-135d1d64-9443-4ca3-92ae-6e3d31db857a.shg-align-container {
  text-align: center
}

.s-135d1d64-9443-4ca3-92ae-6e3d31db857a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-135d1d64-9443-4ca3-92ae-6e3d31db857a.shogun-image {
  box-sizing: border-box;
}


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



  #s-135d1d64-9443-4ca3-92ae-6e3d31db857a img.shogun-image,
  #s-135d1d64-9443-4ca3-92ae-6e3d31db857a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-135d1d64-9443-4ca3-92ae-6e3d31db857a {
    width: 100%;
    height: auto;
  }



  img.s-135d1d64-9443-4ca3-92ae-6e3d31db857a.shogun-image {
    
    
  }


.s-135d1d64-9443-4ca3-92ae-6e3d31db857a .shogun-image-content {
  
    align-items: center;
  
}

.s-135d1d64-9443-4ca3-92ae-6e3d31db857a.shg-align-container {
  text-align: center
}

.s-135d1d64-9443-4ca3-92ae-6e3d31db857a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-135d1d64-9443-4ca3-92ae-6e3d31db857a.shogun-image {
  box-sizing: border-box;
}


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



  #s-135d1d64-9443-4ca3-92ae-6e3d31db857a img.shogun-image,
  #s-135d1d64-9443-4ca3-92ae-6e3d31db857a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-135d1d64-9443-4ca3-92ae-6e3d31db857a {
    width: 100%;
    height: auto;
  }



  img.s-135d1d64-9443-4ca3-92ae-6e3d31db857a.shogun-image {
    
    
  }


.s-135d1d64-9443-4ca3-92ae-6e3d31db857a .shogun-image-content {
  
    align-items: center;
  
}

.s-135d1d64-9443-4ca3-92ae-6e3d31db857a.shg-align-container {
  text-align: center
}

.s-135d1d64-9443-4ca3-92ae-6e3d31db857a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-135d1d64-9443-4ca3-92ae-6e3d31db857a.shogun-image {
  box-sizing: border-box;
}


}
#s-974d7b10-7773-4bf6-b58b-9a105f92a299 {
  margin-top: 9px;
margin-left: 0px;
margin-bottom: 9px;
margin-right: 0px;
padding-top: 20px;
padding-left: 13px;
padding-bottom: 20px;
padding-right: 13px;
border-top-width: 1px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
background-color: rgba(241, 241, 241, 1);
}
@media (min-width: 1200px){#s-974d7b10-7773-4bf6-b58b-9a105f92a299 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-974d7b10-7773-4bf6-b58b-9a105f92a299 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-974d7b10-7773-4bf6-b58b-9a105f92a299 {
  
}
}@media (max-width: 767px){#s-974d7b10-7773-4bf6-b58b-9a105f92a299 {
  
}
}
#s-4cc4aaf1-7fc0-4048-8ffd-a37de7d44c9b {
  max-width: 826px;
aspect-ratio: 826/1172;
text-align: center;
}





  #s-4cc4aaf1-7fc0-4048-8ffd-a37de7d44c9b img.shogun-image,
  #s-4cc4aaf1-7fc0-4048-8ffd-a37de7d44c9b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-4cc4aaf1-7fc0-4048-8ffd-a37de7d44c9b {
    width: 100%;
    height: auto;
  }



  img.s-4cc4aaf1-7fc0-4048-8ffd-a37de7d44c9b.shogun-image {
    
    
  }


.s-4cc4aaf1-7fc0-4048-8ffd-a37de7d44c9b .shogun-image-content {
  
    align-items: center;
  
}

.s-4cc4aaf1-7fc0-4048-8ffd-a37de7d44c9b.shg-align-container {
  text-align: center
}

.s-4cc4aaf1-7fc0-4048-8ffd-a37de7d44c9b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4cc4aaf1-7fc0-4048-8ffd-a37de7d44c9b.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-4cc4aaf1-7fc0-4048-8ffd-a37de7d44c9b img.shogun-image,
  #s-4cc4aaf1-7fc0-4048-8ffd-a37de7d44c9b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-4cc4aaf1-7fc0-4048-8ffd-a37de7d44c9b {
    width: 100%;
    height: auto;
  }



  img.s-4cc4aaf1-7fc0-4048-8ffd-a37de7d44c9b.shogun-image {
    
    
  }


.s-4cc4aaf1-7fc0-4048-8ffd-a37de7d44c9b .shogun-image-content {
  
    align-items: center;
  
}

.s-4cc4aaf1-7fc0-4048-8ffd-a37de7d44c9b.shg-align-container {
  text-align: center
}

.s-4cc4aaf1-7fc0-4048-8ffd-a37de7d44c9b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4cc4aaf1-7fc0-4048-8ffd-a37de7d44c9b.shogun-image {
  box-sizing: border-box;
}


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



  #s-4cc4aaf1-7fc0-4048-8ffd-a37de7d44c9b img.shogun-image,
  #s-4cc4aaf1-7fc0-4048-8ffd-a37de7d44c9b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-4cc4aaf1-7fc0-4048-8ffd-a37de7d44c9b {
    width: 100%;
    height: auto;
  }



  img.s-4cc4aaf1-7fc0-4048-8ffd-a37de7d44c9b.shogun-image {
    
    
  }


.s-4cc4aaf1-7fc0-4048-8ffd-a37de7d44c9b .shogun-image-content {
  
    align-items: center;
  
}

.s-4cc4aaf1-7fc0-4048-8ffd-a37de7d44c9b.shg-align-container {
  text-align: center
}

.s-4cc4aaf1-7fc0-4048-8ffd-a37de7d44c9b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4cc4aaf1-7fc0-4048-8ffd-a37de7d44c9b.shogun-image {
  box-sizing: border-box;
}


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



  #s-4cc4aaf1-7fc0-4048-8ffd-a37de7d44c9b img.shogun-image,
  #s-4cc4aaf1-7fc0-4048-8ffd-a37de7d44c9b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-4cc4aaf1-7fc0-4048-8ffd-a37de7d44c9b {
    width: 100%;
    height: auto;
  }



  img.s-4cc4aaf1-7fc0-4048-8ffd-a37de7d44c9b.shogun-image {
    
    
  }


.s-4cc4aaf1-7fc0-4048-8ffd-a37de7d44c9b .shogun-image-content {
  
    align-items: center;
  
}

.s-4cc4aaf1-7fc0-4048-8ffd-a37de7d44c9b.shg-align-container {
  text-align: center
}

.s-4cc4aaf1-7fc0-4048-8ffd-a37de7d44c9b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4cc4aaf1-7fc0-4048-8ffd-a37de7d44c9b.shogun-image {
  box-sizing: border-box;
}


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



  #s-4cc4aaf1-7fc0-4048-8ffd-a37de7d44c9b img.shogun-image,
  #s-4cc4aaf1-7fc0-4048-8ffd-a37de7d44c9b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-4cc4aaf1-7fc0-4048-8ffd-a37de7d44c9b {
    width: 100%;
    height: auto;
  }



  img.s-4cc4aaf1-7fc0-4048-8ffd-a37de7d44c9b.shogun-image {
    
    
  }


.s-4cc4aaf1-7fc0-4048-8ffd-a37de7d44c9b .shogun-image-content {
  
    align-items: center;
  
}

.s-4cc4aaf1-7fc0-4048-8ffd-a37de7d44c9b.shg-align-container {
  text-align: center
}

.s-4cc4aaf1-7fc0-4048-8ffd-a37de7d44c9b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4cc4aaf1-7fc0-4048-8ffd-a37de7d44c9b.shogun-image {
  box-sizing: border-box;
}


}
#s-36a59c49-f6db-4359-85fa-5537c95b3da4 {
  max-width: 826px;
aspect-ratio: 826/1172;
text-align: center;
}





  #s-36a59c49-f6db-4359-85fa-5537c95b3da4 img.shogun-image,
  #s-36a59c49-f6db-4359-85fa-5537c95b3da4 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-36a59c49-f6db-4359-85fa-5537c95b3da4 {
    width: 100%;
    height: auto;
  }



  img.s-36a59c49-f6db-4359-85fa-5537c95b3da4.shogun-image {
    
    
  }


.s-36a59c49-f6db-4359-85fa-5537c95b3da4 .shogun-image-content {
  
    align-items: center;
  
}

.s-36a59c49-f6db-4359-85fa-5537c95b3da4.shg-align-container {
  text-align: center
}

.s-36a59c49-f6db-4359-85fa-5537c95b3da4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-36a59c49-f6db-4359-85fa-5537c95b3da4.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-36a59c49-f6db-4359-85fa-5537c95b3da4 img.shogun-image,
  #s-36a59c49-f6db-4359-85fa-5537c95b3da4 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-36a59c49-f6db-4359-85fa-5537c95b3da4 {
    width: 100%;
    height: auto;
  }



  img.s-36a59c49-f6db-4359-85fa-5537c95b3da4.shogun-image {
    
    
  }


.s-36a59c49-f6db-4359-85fa-5537c95b3da4 .shogun-image-content {
  
    align-items: center;
  
}

.s-36a59c49-f6db-4359-85fa-5537c95b3da4.shg-align-container {
  text-align: center
}

.s-36a59c49-f6db-4359-85fa-5537c95b3da4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-36a59c49-f6db-4359-85fa-5537c95b3da4.shogun-image {
  box-sizing: border-box;
}


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



  #s-36a59c49-f6db-4359-85fa-5537c95b3da4 img.shogun-image,
  #s-36a59c49-f6db-4359-85fa-5537c95b3da4 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-36a59c49-f6db-4359-85fa-5537c95b3da4 {
    width: 100%;
    height: auto;
  }



  img.s-36a59c49-f6db-4359-85fa-5537c95b3da4.shogun-image {
    
    
  }


.s-36a59c49-f6db-4359-85fa-5537c95b3da4 .shogun-image-content {
  
    align-items: center;
  
}

.s-36a59c49-f6db-4359-85fa-5537c95b3da4.shg-align-container {
  text-align: center
}

.s-36a59c49-f6db-4359-85fa-5537c95b3da4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-36a59c49-f6db-4359-85fa-5537c95b3da4.shogun-image {
  box-sizing: border-box;
}


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



  #s-36a59c49-f6db-4359-85fa-5537c95b3da4 img.shogun-image,
  #s-36a59c49-f6db-4359-85fa-5537c95b3da4 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-36a59c49-f6db-4359-85fa-5537c95b3da4 {
    width: 100%;
    height: auto;
  }



  img.s-36a59c49-f6db-4359-85fa-5537c95b3da4.shogun-image {
    
    
  }


.s-36a59c49-f6db-4359-85fa-5537c95b3da4 .shogun-image-content {
  
    align-items: center;
  
}

.s-36a59c49-f6db-4359-85fa-5537c95b3da4.shg-align-container {
  text-align: center
}

.s-36a59c49-f6db-4359-85fa-5537c95b3da4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-36a59c49-f6db-4359-85fa-5537c95b3da4.shogun-image {
  box-sizing: border-box;
}


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



  #s-36a59c49-f6db-4359-85fa-5537c95b3da4 img.shogun-image,
  #s-36a59c49-f6db-4359-85fa-5537c95b3da4 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-36a59c49-f6db-4359-85fa-5537c95b3da4 {
    width: 100%;
    height: auto;
  }



  img.s-36a59c49-f6db-4359-85fa-5537c95b3da4.shogun-image {
    
    
  }


.s-36a59c49-f6db-4359-85fa-5537c95b3da4 .shogun-image-content {
  
    align-items: center;
  
}

.s-36a59c49-f6db-4359-85fa-5537c95b3da4.shg-align-container {
  text-align: center
}

.s-36a59c49-f6db-4359-85fa-5537c95b3da4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-36a59c49-f6db-4359-85fa-5537c95b3da4.shogun-image {
  box-sizing: border-box;
}


}
#s-e7518343-eba9-4712-876b-cf5d8a854246 {
  max-width: 826px;
aspect-ratio: 826/1172;
text-align: center;
}





  #s-e7518343-eba9-4712-876b-cf5d8a854246 img.shogun-image,
  #s-e7518343-eba9-4712-876b-cf5d8a854246 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e7518343-eba9-4712-876b-cf5d8a854246 {
    width: 100%;
    height: auto;
  }



  img.s-e7518343-eba9-4712-876b-cf5d8a854246.shogun-image {
    
    
  }


.s-e7518343-eba9-4712-876b-cf5d8a854246 .shogun-image-content {
  
    align-items: center;
  
}

.s-e7518343-eba9-4712-876b-cf5d8a854246.shg-align-container {
  text-align: center
}

.s-e7518343-eba9-4712-876b-cf5d8a854246.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e7518343-eba9-4712-876b-cf5d8a854246.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-e7518343-eba9-4712-876b-cf5d8a854246 img.shogun-image,
  #s-e7518343-eba9-4712-876b-cf5d8a854246 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e7518343-eba9-4712-876b-cf5d8a854246 {
    width: 100%;
    height: auto;
  }



  img.s-e7518343-eba9-4712-876b-cf5d8a854246.shogun-image {
    
    
  }


.s-e7518343-eba9-4712-876b-cf5d8a854246 .shogun-image-content {
  
    align-items: center;
  
}

.s-e7518343-eba9-4712-876b-cf5d8a854246.shg-align-container {
  text-align: center
}

.s-e7518343-eba9-4712-876b-cf5d8a854246.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e7518343-eba9-4712-876b-cf5d8a854246.shogun-image {
  box-sizing: border-box;
}


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



  #s-e7518343-eba9-4712-876b-cf5d8a854246 img.shogun-image,
  #s-e7518343-eba9-4712-876b-cf5d8a854246 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e7518343-eba9-4712-876b-cf5d8a854246 {
    width: 100%;
    height: auto;
  }



  img.s-e7518343-eba9-4712-876b-cf5d8a854246.shogun-image {
    
    
  }


.s-e7518343-eba9-4712-876b-cf5d8a854246 .shogun-image-content {
  
    align-items: center;
  
}

.s-e7518343-eba9-4712-876b-cf5d8a854246.shg-align-container {
  text-align: center
}

.s-e7518343-eba9-4712-876b-cf5d8a854246.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e7518343-eba9-4712-876b-cf5d8a854246.shogun-image {
  box-sizing: border-box;
}


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



  #s-e7518343-eba9-4712-876b-cf5d8a854246 img.shogun-image,
  #s-e7518343-eba9-4712-876b-cf5d8a854246 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e7518343-eba9-4712-876b-cf5d8a854246 {
    width: 100%;
    height: auto;
  }



  img.s-e7518343-eba9-4712-876b-cf5d8a854246.shogun-image {
    
    
  }


.s-e7518343-eba9-4712-876b-cf5d8a854246 .shogun-image-content {
  
    align-items: center;
  
}

.s-e7518343-eba9-4712-876b-cf5d8a854246.shg-align-container {
  text-align: center
}

.s-e7518343-eba9-4712-876b-cf5d8a854246.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e7518343-eba9-4712-876b-cf5d8a854246.shogun-image {
  box-sizing: border-box;
}


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



  #s-e7518343-eba9-4712-876b-cf5d8a854246 img.shogun-image,
  #s-e7518343-eba9-4712-876b-cf5d8a854246 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e7518343-eba9-4712-876b-cf5d8a854246 {
    width: 100%;
    height: auto;
  }



  img.s-e7518343-eba9-4712-876b-cf5d8a854246.shogun-image {
    
    
  }


.s-e7518343-eba9-4712-876b-cf5d8a854246 .shogun-image-content {
  
    align-items: center;
  
}

.s-e7518343-eba9-4712-876b-cf5d8a854246.shg-align-container {
  text-align: center
}

.s-e7518343-eba9-4712-876b-cf5d8a854246.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e7518343-eba9-4712-876b-cf5d8a854246.shogun-image {
  box-sizing: border-box;
}


}
#s-6d0bca43-6e85-41a1-8dd1-88bc6b907e5d {
  box-shadow:0px 0px 0px 1px rgba(88, 64, 64, 1);
margin-top: 32px;
margin-bottom: 32px;
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(255, 255, 255, 1);
border-style: solid;
border-radius: 43px;
min-height: 40px;
max-width: 300px;
background-color: rgba(232, 43, 131, 1);
text-align: center;
text-decoration: none;
color: rgba(255, 255, 255, 1);
background-image: none;
hover-type: color;
}
#s-6d0bca43-6e85-41a1-8dd1-88bc6b907e5d:hover {background-color: rgba(132, 124, 170, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-6d0bca43-6e85-41a1-8dd1-88bc6b907e5d:active {box-shadow:11px 0px 0px 0px rgba(139, 10, 10, 1) !important;
border-style: solid !important;
border-color: #2C2A34 !important;
border-radius: 43px !important;
background-color: #000000 !important;
text-decoration: none !important;}

  #s-6d0bca43-6e85-41a1-8dd1-88bc6b907e5d-root {
    text-align: center;
  }


#s-6d0bca43-6e85-41a1-8dd1-88bc6b907e5d.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 19px;
  font-weight: 800;
  
  font-family: Raleway;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-6d0bca43-6e85-41a1-8dd1-88bc6b907e5d-root {
    text-align: center;
  }


#s-6d0bca43-6e85-41a1-8dd1-88bc6b907e5d.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 19px;
  font-weight: 800;
  
  font-family: Raleway;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-6d0bca43-6e85-41a1-8dd1-88bc6b907e5d-root {
    text-align: center;
  }


#s-6d0bca43-6e85-41a1-8dd1-88bc6b907e5d.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 19px;
  font-weight: 800;
  
  font-family: Raleway;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-6d0bca43-6e85-41a1-8dd1-88bc6b907e5d-root {
    text-align: center;
  }


#s-6d0bca43-6e85-41a1-8dd1-88bc6b907e5d.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 19px;
  font-weight: 800;
  
  font-family: Raleway;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-6d0bca43-6e85-41a1-8dd1-88bc6b907e5d-root {
    text-align: center;
  }


#s-6d0bca43-6e85-41a1-8dd1-88bc6b907e5d.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 19px;
  font-weight: 800;
  
  font-family: Raleway;
  display:  inline-block ;
}
}
#s-cf3d42e2-5879-4d2a-b4ea-ec8666b0416c {
  box-shadow:0px 0px 0px 1px rgba(88, 64, 64, 1);
margin-top: 32px;
margin-bottom: 32px;
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(255, 255, 255, 1);
border-style: solid;
border-radius: 43px;
min-height: 40px;
max-width: 300px;
background-color: rgba(53, 12, 4, 1);
text-align: center;
text-decoration: none;
color: rgba(255, 255, 255, 1);
background-image: none;
hover-type: color;
}
#s-cf3d42e2-5879-4d2a-b4ea-ec8666b0416c:hover {background-color: rgba(132, 124, 170, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-cf3d42e2-5879-4d2a-b4ea-ec8666b0416c:active {box-shadow:11px 0px 0px 0px rgba(139, 10, 10, 1) !important;
border-style: solid !important;
border-color: #2C2A34 !important;
border-radius: 43px !important;
background-color: #000000 !important;
text-decoration: none !important;}

  #s-cf3d42e2-5879-4d2a-b4ea-ec8666b0416c-root {
    text-align: center;
  }


#s-cf3d42e2-5879-4d2a-b4ea-ec8666b0416c.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 21px;
  font-weight: 800;
  
  font-family: Raleway;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-cf3d42e2-5879-4d2a-b4ea-ec8666b0416c-root {
    text-align: center;
  }


#s-cf3d42e2-5879-4d2a-b4ea-ec8666b0416c.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 21px;
  font-weight: 800;
  
  font-family: Raleway;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-cf3d42e2-5879-4d2a-b4ea-ec8666b0416c-root {
    text-align: center;
  }


#s-cf3d42e2-5879-4d2a-b4ea-ec8666b0416c.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 21px;
  font-weight: 800;
  
  font-family: Raleway;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-cf3d42e2-5879-4d2a-b4ea-ec8666b0416c-root {
    text-align: center;
  }


#s-cf3d42e2-5879-4d2a-b4ea-ec8666b0416c.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 21px;
  font-weight: 800;
  
  font-family: Raleway;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-cf3d42e2-5879-4d2a-b4ea-ec8666b0416c-root {
    text-align: center;
  }


#s-cf3d42e2-5879-4d2a-b4ea-ec8666b0416c.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 21px;
  font-weight: 800;
  
  font-family: Raleway;
  display:  inline-block ;
}
}
#s-2f918fe5-2fcd-49e2-840f-0f2a7a568cbf {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 1px;
padding-left: 10px;
padding-bottom: 1px;
padding-right: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(247, 65, 26, 1);
border-style: solid;
border-radius: 6px;
background-color: rgba(255, 255, 255, 1);
}

#s-145524fc-ec02-4916-81b2-c1dc556e0aed {
  max-width: 720px;
aspect-ratio: 720/900;
text-align: center;
}





  #s-145524fc-ec02-4916-81b2-c1dc556e0aed img.shogun-image,
  #s-145524fc-ec02-4916-81b2-c1dc556e0aed .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-145524fc-ec02-4916-81b2-c1dc556e0aed {
    width: 100%;
    height: auto;
  }



  img.s-145524fc-ec02-4916-81b2-c1dc556e0aed.shogun-image {
    
    
  }


.s-145524fc-ec02-4916-81b2-c1dc556e0aed .shogun-image-content {
  
    align-items: center;
  
}

.s-145524fc-ec02-4916-81b2-c1dc556e0aed.shg-align-container {
  text-align: center
}

.s-145524fc-ec02-4916-81b2-c1dc556e0aed.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-145524fc-ec02-4916-81b2-c1dc556e0aed.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-145524fc-ec02-4916-81b2-c1dc556e0aed img.shogun-image,
  #s-145524fc-ec02-4916-81b2-c1dc556e0aed .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-145524fc-ec02-4916-81b2-c1dc556e0aed {
    width: 100%;
    height: auto;
  }



  img.s-145524fc-ec02-4916-81b2-c1dc556e0aed.shogun-image {
    
    
  }


.s-145524fc-ec02-4916-81b2-c1dc556e0aed .shogun-image-content {
  
    align-items: center;
  
}

.s-145524fc-ec02-4916-81b2-c1dc556e0aed.shg-align-container {
  text-align: center
}

.s-145524fc-ec02-4916-81b2-c1dc556e0aed.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-145524fc-ec02-4916-81b2-c1dc556e0aed.shogun-image {
  box-sizing: border-box;
}


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



  #s-145524fc-ec02-4916-81b2-c1dc556e0aed img.shogun-image,
  #s-145524fc-ec02-4916-81b2-c1dc556e0aed .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-145524fc-ec02-4916-81b2-c1dc556e0aed {
    width: 100%;
    height: auto;
  }



  img.s-145524fc-ec02-4916-81b2-c1dc556e0aed.shogun-image {
    
    
  }


.s-145524fc-ec02-4916-81b2-c1dc556e0aed .shogun-image-content {
  
    align-items: center;
  
}

.s-145524fc-ec02-4916-81b2-c1dc556e0aed.shg-align-container {
  text-align: center
}

.s-145524fc-ec02-4916-81b2-c1dc556e0aed.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-145524fc-ec02-4916-81b2-c1dc556e0aed.shogun-image {
  box-sizing: border-box;
}


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



  #s-145524fc-ec02-4916-81b2-c1dc556e0aed img.shogun-image,
  #s-145524fc-ec02-4916-81b2-c1dc556e0aed .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-145524fc-ec02-4916-81b2-c1dc556e0aed {
    width: 100%;
    height: auto;
  }



  img.s-145524fc-ec02-4916-81b2-c1dc556e0aed.shogun-image {
    
    
  }


.s-145524fc-ec02-4916-81b2-c1dc556e0aed .shogun-image-content {
  
    align-items: center;
  
}

.s-145524fc-ec02-4916-81b2-c1dc556e0aed.shg-align-container {
  text-align: center
}

.s-145524fc-ec02-4916-81b2-c1dc556e0aed.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-145524fc-ec02-4916-81b2-c1dc556e0aed.shogun-image {
  box-sizing: border-box;
}


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



  #s-145524fc-ec02-4916-81b2-c1dc556e0aed img.shogun-image,
  #s-145524fc-ec02-4916-81b2-c1dc556e0aed .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-145524fc-ec02-4916-81b2-c1dc556e0aed {
    width: 100%;
    height: auto;
  }



  img.s-145524fc-ec02-4916-81b2-c1dc556e0aed.shogun-image {
    
    
  }


.s-145524fc-ec02-4916-81b2-c1dc556e0aed .shogun-image-content {
  
    align-items: center;
  
}

.s-145524fc-ec02-4916-81b2-c1dc556e0aed.shg-align-container {
  text-align: center
}

.s-145524fc-ec02-4916-81b2-c1dc556e0aed.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-145524fc-ec02-4916-81b2-c1dc556e0aed.shogun-image {
  box-sizing: border-box;
}


}
#s-b515c0e5-a246-463b-bdee-a349af948e28 {
  margin-top: 9px;
margin-left: 0px;
margin-bottom: 9px;
margin-right: 0px;
padding-top: 20px;
padding-left: 13px;
padding-bottom: 20px;
padding-right: 13px;
border-top-width: 1px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
background-color: rgba(241, 241, 241, 1);
}
@media (min-width: 1200px){#s-b515c0e5-a246-463b-bdee-a349af948e28 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-b515c0e5-a246-463b-bdee-a349af948e28 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-b515c0e5-a246-463b-bdee-a349af948e28 {
  
}
}@media (max-width: 767px){#s-b515c0e5-a246-463b-bdee-a349af948e28 {
  
}
}
#s-59622d44-d318-4a22-afee-d8972580c242 {
  margin-top: 9px;
margin-left: 1px;
margin-bottom: 9px;
margin-right: 1px;
padding-top: 20px;
padding-left: 10px;
padding-bottom: 20px;
padding-right: 10px;
border-top-width: 1px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-59622d44-d318-4a22-afee-d8972580c242 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-59622d44-d318-4a22-afee-d8972580c242 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-59622d44-d318-4a22-afee-d8972580c242 {
  
}
}@media (max-width: 767px){#s-59622d44-d318-4a22-afee-d8972580c242 {
  
}
}
#s-29672a12-1332-4656-8a53-7d6cfa9f2d16 {
  max-width: 659px;
aspect-ratio: 659/1080;
text-align: center;
}





  #s-29672a12-1332-4656-8a53-7d6cfa9f2d16 img.shogun-image,
  #s-29672a12-1332-4656-8a53-7d6cfa9f2d16 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-29672a12-1332-4656-8a53-7d6cfa9f2d16 {
    width: 100%;
    height: auto;
  }



  img.s-29672a12-1332-4656-8a53-7d6cfa9f2d16.shogun-image {
    
    
  }


.s-29672a12-1332-4656-8a53-7d6cfa9f2d16 .shogun-image-content {
  
    align-items: center;
  
}

.s-29672a12-1332-4656-8a53-7d6cfa9f2d16.shg-align-container {
  text-align: center
}

.s-29672a12-1332-4656-8a53-7d6cfa9f2d16.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-29672a12-1332-4656-8a53-7d6cfa9f2d16.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-29672a12-1332-4656-8a53-7d6cfa9f2d16 img.shogun-image,
  #s-29672a12-1332-4656-8a53-7d6cfa9f2d16 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-29672a12-1332-4656-8a53-7d6cfa9f2d16 {
    width: 100%;
    height: auto;
  }



  img.s-29672a12-1332-4656-8a53-7d6cfa9f2d16.shogun-image {
    
    
  }


.s-29672a12-1332-4656-8a53-7d6cfa9f2d16 .shogun-image-content {
  
    align-items: center;
  
}

.s-29672a12-1332-4656-8a53-7d6cfa9f2d16.shg-align-container {
  text-align: center
}

.s-29672a12-1332-4656-8a53-7d6cfa9f2d16.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-29672a12-1332-4656-8a53-7d6cfa9f2d16.shogun-image {
  box-sizing: border-box;
}


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



  #s-29672a12-1332-4656-8a53-7d6cfa9f2d16 img.shogun-image,
  #s-29672a12-1332-4656-8a53-7d6cfa9f2d16 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-29672a12-1332-4656-8a53-7d6cfa9f2d16 {
    width: 100%;
    height: auto;
  }



  img.s-29672a12-1332-4656-8a53-7d6cfa9f2d16.shogun-image {
    
    
  }


.s-29672a12-1332-4656-8a53-7d6cfa9f2d16 .shogun-image-content {
  
    align-items: center;
  
}

.s-29672a12-1332-4656-8a53-7d6cfa9f2d16.shg-align-container {
  text-align: center
}

.s-29672a12-1332-4656-8a53-7d6cfa9f2d16.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-29672a12-1332-4656-8a53-7d6cfa9f2d16.shogun-image {
  box-sizing: border-box;
}


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



  #s-29672a12-1332-4656-8a53-7d6cfa9f2d16 img.shogun-image,
  #s-29672a12-1332-4656-8a53-7d6cfa9f2d16 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-29672a12-1332-4656-8a53-7d6cfa9f2d16 {
    width: 100%;
    height: auto;
  }



  img.s-29672a12-1332-4656-8a53-7d6cfa9f2d16.shogun-image {
    
    
  }


.s-29672a12-1332-4656-8a53-7d6cfa9f2d16 .shogun-image-content {
  
    align-items: center;
  
}

.s-29672a12-1332-4656-8a53-7d6cfa9f2d16.shg-align-container {
  text-align: center
}

.s-29672a12-1332-4656-8a53-7d6cfa9f2d16.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-29672a12-1332-4656-8a53-7d6cfa9f2d16.shogun-image {
  box-sizing: border-box;
}


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



  #s-29672a12-1332-4656-8a53-7d6cfa9f2d16 img.shogun-image,
  #s-29672a12-1332-4656-8a53-7d6cfa9f2d16 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-29672a12-1332-4656-8a53-7d6cfa9f2d16 {
    width: 100%;
    height: auto;
  }



  img.s-29672a12-1332-4656-8a53-7d6cfa9f2d16.shogun-image {
    
    
  }


.s-29672a12-1332-4656-8a53-7d6cfa9f2d16 .shogun-image-content {
  
    align-items: center;
  
}

.s-29672a12-1332-4656-8a53-7d6cfa9f2d16.shg-align-container {
  text-align: center
}

.s-29672a12-1332-4656-8a53-7d6cfa9f2d16.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-29672a12-1332-4656-8a53-7d6cfa9f2d16.shogun-image {
  box-sizing: border-box;
}


}
#s-cce878a4-9157-4584-99fc-6f9b2ce97788 {
  max-width: 911px;
aspect-ratio: 911/1080;
text-align: center;
}





  #s-cce878a4-9157-4584-99fc-6f9b2ce97788 img.shogun-image,
  #s-cce878a4-9157-4584-99fc-6f9b2ce97788 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-cce878a4-9157-4584-99fc-6f9b2ce97788 {
    width: 100%;
    height: auto;
  }



  img.s-cce878a4-9157-4584-99fc-6f9b2ce97788.shogun-image {
    
    
  }


.s-cce878a4-9157-4584-99fc-6f9b2ce97788 .shogun-image-content {
  
    align-items: center;
  
}

.s-cce878a4-9157-4584-99fc-6f9b2ce97788.shg-align-container {
  text-align: center
}

.s-cce878a4-9157-4584-99fc-6f9b2ce97788.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cce878a4-9157-4584-99fc-6f9b2ce97788.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-cce878a4-9157-4584-99fc-6f9b2ce97788 img.shogun-image,
  #s-cce878a4-9157-4584-99fc-6f9b2ce97788 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-cce878a4-9157-4584-99fc-6f9b2ce97788 {
    width: 100%;
    height: auto;
  }



  img.s-cce878a4-9157-4584-99fc-6f9b2ce97788.shogun-image {
    
    
  }


.s-cce878a4-9157-4584-99fc-6f9b2ce97788 .shogun-image-content {
  
    align-items: center;
  
}

.s-cce878a4-9157-4584-99fc-6f9b2ce97788.shg-align-container {
  text-align: center
}

.s-cce878a4-9157-4584-99fc-6f9b2ce97788.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cce878a4-9157-4584-99fc-6f9b2ce97788.shogun-image {
  box-sizing: border-box;
}


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



  #s-cce878a4-9157-4584-99fc-6f9b2ce97788 img.shogun-image,
  #s-cce878a4-9157-4584-99fc-6f9b2ce97788 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-cce878a4-9157-4584-99fc-6f9b2ce97788 {
    width: 100%;
    height: auto;
  }



  img.s-cce878a4-9157-4584-99fc-6f9b2ce97788.shogun-image {
    
    
  }


.s-cce878a4-9157-4584-99fc-6f9b2ce97788 .shogun-image-content {
  
    align-items: center;
  
}

.s-cce878a4-9157-4584-99fc-6f9b2ce97788.shg-align-container {
  text-align: center
}

.s-cce878a4-9157-4584-99fc-6f9b2ce97788.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cce878a4-9157-4584-99fc-6f9b2ce97788.shogun-image {
  box-sizing: border-box;
}


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



  #s-cce878a4-9157-4584-99fc-6f9b2ce97788 img.shogun-image,
  #s-cce878a4-9157-4584-99fc-6f9b2ce97788 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-cce878a4-9157-4584-99fc-6f9b2ce97788 {
    width: 100%;
    height: auto;
  }



  img.s-cce878a4-9157-4584-99fc-6f9b2ce97788.shogun-image {
    
    
  }


.s-cce878a4-9157-4584-99fc-6f9b2ce97788 .shogun-image-content {
  
    align-items: center;
  
}

.s-cce878a4-9157-4584-99fc-6f9b2ce97788.shg-align-container {
  text-align: center
}

.s-cce878a4-9157-4584-99fc-6f9b2ce97788.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cce878a4-9157-4584-99fc-6f9b2ce97788.shogun-image {
  box-sizing: border-box;
}


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



  #s-cce878a4-9157-4584-99fc-6f9b2ce97788 img.shogun-image,
  #s-cce878a4-9157-4584-99fc-6f9b2ce97788 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-cce878a4-9157-4584-99fc-6f9b2ce97788 {
    width: 100%;
    height: auto;
  }



  img.s-cce878a4-9157-4584-99fc-6f9b2ce97788.shogun-image {
    
    
  }


.s-cce878a4-9157-4584-99fc-6f9b2ce97788 .shogun-image-content {
  
    align-items: center;
  
}

.s-cce878a4-9157-4584-99fc-6f9b2ce97788.shg-align-container {
  text-align: center
}

.s-cce878a4-9157-4584-99fc-6f9b2ce97788.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cce878a4-9157-4584-99fc-6f9b2ce97788.shogun-image {
  box-sizing: border-box;
}


}
#s-f3e51e21-08e8-4824-80db-26134970b2ea {
  box-shadow:0px 0px 0px 1px rgba(88, 64, 64, 1);
margin-top: 32px;
margin-bottom: 32px;
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(255, 255, 255, 1);
border-style: solid;
border-radius: 43px;
min-height: 40px;
max-width: 300px;
background-color: rgba(232, 43, 131, 1);
text-align: center;
text-decoration: none;
color: rgba(255, 255, 255, 1);
background-image: none;
hover-type: color;
}
#s-f3e51e21-08e8-4824-80db-26134970b2ea:hover {background-color: rgba(132, 124, 170, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-f3e51e21-08e8-4824-80db-26134970b2ea:active {box-shadow:11px 0px 0px 0px rgba(139, 10, 10, 1) !important;
border-style: solid !important;
border-color: #2C2A34 !important;
border-radius: 43px !important;
background-color: #000000 !important;
text-decoration: none !important;}

  #s-f3e51e21-08e8-4824-80db-26134970b2ea-root {
    text-align: center;
  }


#s-f3e51e21-08e8-4824-80db-26134970b2ea.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 19px;
  font-weight: 800;
  
  font-family: Raleway;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-f3e51e21-08e8-4824-80db-26134970b2ea-root {
    text-align: center;
  }


#s-f3e51e21-08e8-4824-80db-26134970b2ea.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 19px;
  font-weight: 800;
  
  font-family: Raleway;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-f3e51e21-08e8-4824-80db-26134970b2ea-root {
    text-align: center;
  }


#s-f3e51e21-08e8-4824-80db-26134970b2ea.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 19px;
  font-weight: 800;
  
  font-family: Raleway;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-f3e51e21-08e8-4824-80db-26134970b2ea-root {
    text-align: center;
  }


#s-f3e51e21-08e8-4824-80db-26134970b2ea.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 19px;
  font-weight: 800;
  
  font-family: Raleway;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-f3e51e21-08e8-4824-80db-26134970b2ea-root {
    text-align: center;
  }


#s-f3e51e21-08e8-4824-80db-26134970b2ea.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 19px;
  font-weight: 800;
  
  font-family: Raleway;
  display:  inline-block ;
}
}
#s-cbc4b685-69a6-4701-96d9-fa14f009af1a {
  box-shadow:0px 0px 0px 1px rgba(88, 64, 64, 1);
margin-top: 32px;
margin-bottom: 32px;
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(255, 255, 255, 1);
border-style: solid;
border-radius: 43px;
min-height: 40px;
max-width: 300px;
background-color: rgba(53, 12, 4, 1);
text-align: center;
text-decoration: none;
color: rgba(255, 255, 255, 1);
background-image: none;
hover-type: color;
}
#s-cbc4b685-69a6-4701-96d9-fa14f009af1a:hover {background-color: rgba(132, 124, 170, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-cbc4b685-69a6-4701-96d9-fa14f009af1a:active {box-shadow:11px 0px 0px 0px rgba(139, 10, 10, 1) !important;
border-style: solid !important;
border-color: #2C2A34 !important;
border-radius: 43px !important;
background-color: #000000 !important;
text-decoration: none !important;}

  #s-cbc4b685-69a6-4701-96d9-fa14f009af1a-root {
    text-align: center;
  }


#s-cbc4b685-69a6-4701-96d9-fa14f009af1a.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 21px;
  font-weight: 800;
  
  font-family: Raleway;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-cbc4b685-69a6-4701-96d9-fa14f009af1a-root {
    text-align: center;
  }


#s-cbc4b685-69a6-4701-96d9-fa14f009af1a.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 21px;
  font-weight: 800;
  
  font-family: Raleway;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-cbc4b685-69a6-4701-96d9-fa14f009af1a-root {
    text-align: center;
  }


#s-cbc4b685-69a6-4701-96d9-fa14f009af1a.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 21px;
  font-weight: 800;
  
  font-family: Raleway;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-cbc4b685-69a6-4701-96d9-fa14f009af1a-root {
    text-align: center;
  }


#s-cbc4b685-69a6-4701-96d9-fa14f009af1a.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 21px;
  font-weight: 800;
  
  font-family: Raleway;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-cbc4b685-69a6-4701-96d9-fa14f009af1a-root {
    text-align: center;
  }


#s-cbc4b685-69a6-4701-96d9-fa14f009af1a.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 21px;
  font-weight: 800;
  
  font-family: Raleway;
  display:  inline-block ;
}
}
#s-e603a195-ca6a-4508-85c2-39838996d37c {
  max-width: 1980px;
aspect-ratio: 1980/1864;
text-align: center;
}





  #s-e603a195-ca6a-4508-85c2-39838996d37c img.shogun-image,
  #s-e603a195-ca6a-4508-85c2-39838996d37c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e603a195-ca6a-4508-85c2-39838996d37c {
    width: 100%;
    height: auto;
  }



  img.s-e603a195-ca6a-4508-85c2-39838996d37c.shogun-image {
    
    
  }


.s-e603a195-ca6a-4508-85c2-39838996d37c .shogun-image-content {
  
    align-items: center;
  
}

.s-e603a195-ca6a-4508-85c2-39838996d37c.shg-align-container {
  text-align: center
}

.s-e603a195-ca6a-4508-85c2-39838996d37c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e603a195-ca6a-4508-85c2-39838996d37c.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-e603a195-ca6a-4508-85c2-39838996d37c img.shogun-image,
  #s-e603a195-ca6a-4508-85c2-39838996d37c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e603a195-ca6a-4508-85c2-39838996d37c {
    width: 100%;
    height: auto;
  }



  img.s-e603a195-ca6a-4508-85c2-39838996d37c.shogun-image {
    
    
  }


.s-e603a195-ca6a-4508-85c2-39838996d37c .shogun-image-content {
  
    align-items: center;
  
}

.s-e603a195-ca6a-4508-85c2-39838996d37c.shg-align-container {
  text-align: center
}

.s-e603a195-ca6a-4508-85c2-39838996d37c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e603a195-ca6a-4508-85c2-39838996d37c.shogun-image {
  box-sizing: border-box;
}


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



  #s-e603a195-ca6a-4508-85c2-39838996d37c img.shogun-image,
  #s-e603a195-ca6a-4508-85c2-39838996d37c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e603a195-ca6a-4508-85c2-39838996d37c {
    width: 100%;
    height: auto;
  }



  img.s-e603a195-ca6a-4508-85c2-39838996d37c.shogun-image {
    
    
  }


.s-e603a195-ca6a-4508-85c2-39838996d37c .shogun-image-content {
  
    align-items: center;
  
}

.s-e603a195-ca6a-4508-85c2-39838996d37c.shg-align-container {
  text-align: center
}

.s-e603a195-ca6a-4508-85c2-39838996d37c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e603a195-ca6a-4508-85c2-39838996d37c.shogun-image {
  box-sizing: border-box;
}


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



  #s-e603a195-ca6a-4508-85c2-39838996d37c img.shogun-image,
  #s-e603a195-ca6a-4508-85c2-39838996d37c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e603a195-ca6a-4508-85c2-39838996d37c {
    width: 100%;
    height: auto;
  }



  img.s-e603a195-ca6a-4508-85c2-39838996d37c.shogun-image {
    
    
  }


.s-e603a195-ca6a-4508-85c2-39838996d37c .shogun-image-content {
  
    align-items: center;
  
}

.s-e603a195-ca6a-4508-85c2-39838996d37c.shg-align-container {
  text-align: center
}

.s-e603a195-ca6a-4508-85c2-39838996d37c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e603a195-ca6a-4508-85c2-39838996d37c.shogun-image {
  box-sizing: border-box;
}


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



  #s-e603a195-ca6a-4508-85c2-39838996d37c img.shogun-image,
  #s-e603a195-ca6a-4508-85c2-39838996d37c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e603a195-ca6a-4508-85c2-39838996d37c {
    width: 100%;
    height: auto;
  }



  img.s-e603a195-ca6a-4508-85c2-39838996d37c.shogun-image {
    
    
  }


.s-e603a195-ca6a-4508-85c2-39838996d37c .shogun-image-content {
  
    align-items: center;
  
}

.s-e603a195-ca6a-4508-85c2-39838996d37c.shg-align-container {
  text-align: center
}

.s-e603a195-ca6a-4508-85c2-39838996d37c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e603a195-ca6a-4508-85c2-39838996d37c.shogun-image {
  box-sizing: border-box;
}


}
#s-450f83ac-af01-46f7-b246-193e713860df {
  margin-top: 9px;
margin-left: 1px;
margin-bottom: 9px;
margin-right: 1px;
padding-top: 20px;
padding-left: 10px;
padding-bottom: 20px;
padding-right: 10px;
border-top-width: 1px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-450f83ac-af01-46f7-b246-193e713860df {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-450f83ac-af01-46f7-b246-193e713860df {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-450f83ac-af01-46f7-b246-193e713860df {
  
}
}@media (max-width: 767px){#s-450f83ac-af01-46f7-b246-193e713860df {
  
}
}
.shogun-countdown {
  display: flex;
  text-align: center;
  justify-content: center;
}

.shg-align-left > .shogun-countdown {
  justify-content: flex-start;
}

.shg-align-right > .shogun-countdown {
  justify-content: flex-end;
}

.shogun-countdown > div {
  padding: 5px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.shogun-countdown > div > label {
  font-size: 12px;
}

.shogun-countdown > span {
  padding: 5px;
  font-size: 32px;
  line-height: 32px;
}

.shogun-countdown > div > span {
  font-size: 32px;
  line-height: 32px;
  font-weight: 600;
}

.shogun-countdown-small > div > label {
  font-size: 8px;
}

.shogun-countdown-small > span,
.shogun-countdown-small > div > span  {
  font-size: 21px;
  line-height: 21px;
}

.shogun-countdown-large > div > label {
  font-size: 18px;
}

.shogun-countdown-large > span,
.shogun-countdown-large > div > span {
  font-size: 48px;
  line-height: 48px;
}

@media (min-width: 768px) {
  .shogun-countdown > span,
  .shogun-countdown > div > span {
    font-size: 45px;
    line-height: 45px;
  }

  .shogun-countdown-small > span,
  .shogun-countdown-small > div > span {
    font-size: 30px;
    line-height: 30px;
  }

  .shogun-countdown-large > span,
  .shogun-countdown-large > div > span {
    font-size: 68px;
    line-height: 68px;
  }
}

#s-9829daae-1225-4c3e-acae-3077ea20a3b5 {
  background-color: rgba(232, 43, 131, 1);
}

#s-9829daae-1225-4c3e-acae-3077ea20a3b5 .shogun-countdown span, #s-9829daae-1225-4c3e-acae-3077ea20a3b5 .shogun-countdown label {
  color: rgba(255, 255, 255, 1);
}
#s-f7e2abff-6b1a-4c5d-a6d8-412b8de364f4 {
  margin-top: 9px;
margin-left: 1px;
margin-bottom: 9px;
margin-right: 1px;
padding-top: 20px;
padding-left: 10px;
padding-bottom: 20px;
padding-right: 10px;
border-top-width: 1px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-f7e2abff-6b1a-4c5d-a6d8-412b8de364f4 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-f7e2abff-6b1a-4c5d-a6d8-412b8de364f4 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-f7e2abff-6b1a-4c5d-a6d8-412b8de364f4 {
  
}
}@media (max-width: 767px){#s-f7e2abff-6b1a-4c5d-a6d8-412b8de364f4 {
  
}
}
#s-077448a6-e801-40d2-8ba4-ca21bd2c8ddf {
  box-shadow:1px 4px 1px 1px rgba(94, 70, 70, 1);
margin-top: 5px;
margin-bottom: 5px;
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(255, 255, 255, 1);
border-style: solid;
border-radius: 43px;
min-height: 40px;
max-width: 300px;
background-color: rgba(232, 43, 131, 1);
text-align: center;
text-decoration: none;
color: rgba(255, 255, 255, 1);
background-image: none;
hover-type: color;
}
#s-077448a6-e801-40d2-8ba4-ca21bd2c8ddf:hover {background-color: rgba(132, 124, 170, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-077448a6-e801-40d2-8ba4-ca21bd2c8ddf:active {box-shadow:11px 0px 0px 0px rgba(139, 10, 10, 1) !important;
background-color: #000000 !important;
text-decoration: none !important;}

  #s-077448a6-e801-40d2-8ba4-ca21bd2c8ddf-root {
    text-align: center;
  }


#s-077448a6-e801-40d2-8ba4-ca21bd2c8ddf.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  font-weight: 700;
  
  font-family: Raleway;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-077448a6-e801-40d2-8ba4-ca21bd2c8ddf-root {
    text-align: center;
  }


#s-077448a6-e801-40d2-8ba4-ca21bd2c8ddf.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  font-weight: 700;
  
  font-family: Raleway;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-077448a6-e801-40d2-8ba4-ca21bd2c8ddf-root {
    text-align: center;
  }


#s-077448a6-e801-40d2-8ba4-ca21bd2c8ddf.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  font-weight: 700;
  
  font-family: Raleway;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-077448a6-e801-40d2-8ba4-ca21bd2c8ddf-root {
    text-align: center;
  }


#s-077448a6-e801-40d2-8ba4-ca21bd2c8ddf.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  font-weight: 700;
  
  font-family: Raleway;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-077448a6-e801-40d2-8ba4-ca21bd2c8ddf-root {
    text-align: center;
  }


#s-077448a6-e801-40d2-8ba4-ca21bd2c8ddf.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  font-weight: 700;
  
  font-family: Raleway;
  display:  inline-block ;
}
}
#s-b2ba47c1-a150-4b11-97bf-7dd517d4b6be {
  box-shadow:0px 0px 0px 1px rgba(88, 64, 64, 1);
margin-top: 32px;
margin-bottom: 32px;
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(255, 255, 255, 1);
border-style: solid;
border-radius: 43px;
min-height: 40px;
max-width: 300px;
background-color: rgba(53, 12, 4, 1);
text-align: center;
text-decoration: none;
color: rgba(255, 255, 255, 1);
background-image: none;
hover-type: color;
}
#s-b2ba47c1-a150-4b11-97bf-7dd517d4b6be:hover {background-color: rgba(132, 124, 170, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-b2ba47c1-a150-4b11-97bf-7dd517d4b6be:active {box-shadow:11px 0px 0px 0px rgba(139, 10, 10, 1) !important;
border-style: solid !important;
border-color: #2C2A34 !important;
border-radius: 43px !important;
background-color: #000000 !important;
text-decoration: none !important;}

  #s-b2ba47c1-a150-4b11-97bf-7dd517d4b6be-root {
    text-align: center;
  }


#s-b2ba47c1-a150-4b11-97bf-7dd517d4b6be.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 21px;
  font-weight: 800;
  
  font-family: Raleway;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-b2ba47c1-a150-4b11-97bf-7dd517d4b6be-root {
    text-align: center;
  }


#s-b2ba47c1-a150-4b11-97bf-7dd517d4b6be.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 21px;
  font-weight: 800;
  
  font-family: Raleway;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-b2ba47c1-a150-4b11-97bf-7dd517d4b6be-root {
    text-align: center;
  }


#s-b2ba47c1-a150-4b11-97bf-7dd517d4b6be.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 21px;
  font-weight: 800;
  
  font-family: Raleway;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-b2ba47c1-a150-4b11-97bf-7dd517d4b6be-root {
    text-align: center;
  }


#s-b2ba47c1-a150-4b11-97bf-7dd517d4b6be.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 21px;
  font-weight: 800;
  
  font-family: Raleway;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-b2ba47c1-a150-4b11-97bf-7dd517d4b6be-root {
    text-align: center;
  }


#s-b2ba47c1-a150-4b11-97bf-7dd517d4b6be.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 21px;
  font-weight: 800;
  
  font-family: Raleway;
  display:  inline-block ;
}
}
#s-c0b7f242-fd05-4487-af39-6b0e9d5d41ef {
  max-width: 1080px;
aspect-ratio: 1080/768;
text-align: center;
}





  #s-c0b7f242-fd05-4487-af39-6b0e9d5d41ef img.shogun-image,
  #s-c0b7f242-fd05-4487-af39-6b0e9d5d41ef .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c0b7f242-fd05-4487-af39-6b0e9d5d41ef {
    width: 100%;
    height: auto;
  }



  img.s-c0b7f242-fd05-4487-af39-6b0e9d5d41ef.shogun-image {
    
    
  }


.s-c0b7f242-fd05-4487-af39-6b0e9d5d41ef .shogun-image-content {
  
    align-items: center;
  
}

.s-c0b7f242-fd05-4487-af39-6b0e9d5d41ef.shg-align-container {
  text-align: center
}

.s-c0b7f242-fd05-4487-af39-6b0e9d5d41ef.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c0b7f242-fd05-4487-af39-6b0e9d5d41ef.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-c0b7f242-fd05-4487-af39-6b0e9d5d41ef img.shogun-image,
  #s-c0b7f242-fd05-4487-af39-6b0e9d5d41ef .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c0b7f242-fd05-4487-af39-6b0e9d5d41ef {
    width: 100%;
    height: auto;
  }



  img.s-c0b7f242-fd05-4487-af39-6b0e9d5d41ef.shogun-image {
    
    
  }


.s-c0b7f242-fd05-4487-af39-6b0e9d5d41ef .shogun-image-content {
  
    align-items: center;
  
}

.s-c0b7f242-fd05-4487-af39-6b0e9d5d41ef.shg-align-container {
  text-align: center
}

.s-c0b7f242-fd05-4487-af39-6b0e9d5d41ef.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c0b7f242-fd05-4487-af39-6b0e9d5d41ef.shogun-image {
  box-sizing: border-box;
}


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



  #s-c0b7f242-fd05-4487-af39-6b0e9d5d41ef img.shogun-image,
  #s-c0b7f242-fd05-4487-af39-6b0e9d5d41ef .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c0b7f242-fd05-4487-af39-6b0e9d5d41ef {
    width: 100%;
    height: auto;
  }



  img.s-c0b7f242-fd05-4487-af39-6b0e9d5d41ef.shogun-image {
    
    
  }


.s-c0b7f242-fd05-4487-af39-6b0e9d5d41ef .shogun-image-content {
  
    align-items: center;
  
}

.s-c0b7f242-fd05-4487-af39-6b0e9d5d41ef.shg-align-container {
  text-align: center
}

.s-c0b7f242-fd05-4487-af39-6b0e9d5d41ef.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c0b7f242-fd05-4487-af39-6b0e9d5d41ef.shogun-image {
  box-sizing: border-box;
}


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



  #s-c0b7f242-fd05-4487-af39-6b0e9d5d41ef img.shogun-image,
  #s-c0b7f242-fd05-4487-af39-6b0e9d5d41ef .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c0b7f242-fd05-4487-af39-6b0e9d5d41ef {
    width: 100%;
    height: auto;
  }



  img.s-c0b7f242-fd05-4487-af39-6b0e9d5d41ef.shogun-image {
    
    
  }


.s-c0b7f242-fd05-4487-af39-6b0e9d5d41ef .shogun-image-content {
  
    align-items: center;
  
}

.s-c0b7f242-fd05-4487-af39-6b0e9d5d41ef.shg-align-container {
  text-align: center
}

.s-c0b7f242-fd05-4487-af39-6b0e9d5d41ef.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c0b7f242-fd05-4487-af39-6b0e9d5d41ef.shogun-image {
  box-sizing: border-box;
}


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



  #s-c0b7f242-fd05-4487-af39-6b0e9d5d41ef img.shogun-image,
  #s-c0b7f242-fd05-4487-af39-6b0e9d5d41ef .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c0b7f242-fd05-4487-af39-6b0e9d5d41ef {
    width: 100%;
    height: auto;
  }



  img.s-c0b7f242-fd05-4487-af39-6b0e9d5d41ef.shogun-image {
    
    
  }


.s-c0b7f242-fd05-4487-af39-6b0e9d5d41ef .shogun-image-content {
  
    align-items: center;
  
}

.s-c0b7f242-fd05-4487-af39-6b0e9d5d41ef.shg-align-container {
  text-align: center
}

.s-c0b7f242-fd05-4487-af39-6b0e9d5d41ef.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c0b7f242-fd05-4487-af39-6b0e9d5d41ef.shogun-image {
  box-sizing: border-box;
}


}
#s-ae6c9c03-3e41-4270-8084-529016e5e67c hr {
  border-top: 2px solid #ddd;
}

#s-cf209588-1201-4607-9f91-d43111eeee5b {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 1px;
padding-left: 10px;
padding-bottom: 1px;
padding-right: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(248, 61, 21, 1);
border-style: solid;
border-radius: 6px;
background-color: rgba(232, 43, 131, 1);
}

#s-6a646c5a-dd6f-4f2e-8b0d-49359372332a {
  margin-top: 9px;
margin-left: 0px;
margin-bottom: 9px;
margin-right: 0px;
padding-top: 20px;
padding-left: 13px;
padding-bottom: 20px;
padding-right: 13px;
border-top-width: 1px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
background-color: rgba(5, 5, 5, 1);
}
@media (min-width: 1200px){#s-6a646c5a-dd6f-4f2e-8b0d-49359372332a {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-6a646c5a-dd6f-4f2e-8b0d-49359372332a {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-6a646c5a-dd6f-4f2e-8b0d-49359372332a {
  
}
}@media (max-width: 767px){#s-6a646c5a-dd6f-4f2e-8b0d-49359372332a {
  
}
}
#s-4a0b3044-1053-4d9f-b5f9-13bf8ddbdf6d {
  box-shadow:1px 4px 0px 1px rgba(88, 64, 64, 1);
margin-top: 32px;
margin-bottom: 32px;
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(255, 255, 255, 1);
border-style: solid;
border-radius: 7px;
min-height: 40px;
max-width: 300px;
background-color: rgba(232, 43, 131, 1);
text-align: center;
text-decoration: none;
color: rgba(255, 255, 255, 1);
background-image: none;
hover-type: color;
}
#s-4a0b3044-1053-4d9f-b5f9-13bf8ddbdf6d:hover {background-color: rgba(132, 124, 170, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-4a0b3044-1053-4d9f-b5f9-13bf8ddbdf6d:active {box-shadow:11px 0px 0px 0px rgba(139, 10, 10, 1) !important;
background-color: #000000 !important;
text-decoration: none !important;}

  #s-4a0b3044-1053-4d9f-b5f9-13bf8ddbdf6d-root {
    text-align: center;
  }


#s-4a0b3044-1053-4d9f-b5f9-13bf8ddbdf6d.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 27px;
  font-weight: 800;
  
  font-family: Raleway;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-4a0b3044-1053-4d9f-b5f9-13bf8ddbdf6d-root {
    text-align: center;
  }


#s-4a0b3044-1053-4d9f-b5f9-13bf8ddbdf6d.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 27px;
  font-weight: 800;
  
  font-family: Raleway;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-4a0b3044-1053-4d9f-b5f9-13bf8ddbdf6d-root {
    text-align: center;
  }


#s-4a0b3044-1053-4d9f-b5f9-13bf8ddbdf6d.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 27px;
  font-weight: 800;
  
  font-family: Raleway;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-4a0b3044-1053-4d9f-b5f9-13bf8ddbdf6d-root {
    text-align: center;
  }


#s-4a0b3044-1053-4d9f-b5f9-13bf8ddbdf6d.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 27px;
  font-weight: 800;
  
  font-family: Raleway;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-4a0b3044-1053-4d9f-b5f9-13bf8ddbdf6d-root {
    text-align: center;
  }


#s-4a0b3044-1053-4d9f-b5f9-13bf8ddbdf6d.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 27px;
  font-weight: 800;
  
  font-family: Raleway;
  display:  inline-block ;
}
}
#s-a6f1a3b8-d727-41a1-9006-d8ae34564cef {
  box-shadow:0px 0px 0px 1px rgba(88, 64, 64, 1);
margin-top: 32px;
margin-bottom: 32px;
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(255, 255, 255, 1);
border-style: solid;
border-radius: 43px;
min-height: 40px;
max-width: 300px;
background-color: rgba(53, 12, 4, 1);
text-align: center;
text-decoration: none;
color: rgba(255, 255, 255, 1);
background-image: none;
hover-type: color;
}
#s-a6f1a3b8-d727-41a1-9006-d8ae34564cef:hover {background-color: rgba(132, 124, 170, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-a6f1a3b8-d727-41a1-9006-d8ae34564cef:active {box-shadow:11px 0px 0px 0px rgba(139, 10, 10, 1) !important;
border-style: solid !important;
border-color: #2C2A34 !important;
border-radius: 43px !important;
background-color: #000000 !important;
text-decoration: none !important;}

  #s-a6f1a3b8-d727-41a1-9006-d8ae34564cef-root {
    text-align: center;
  }


#s-a6f1a3b8-d727-41a1-9006-d8ae34564cef.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 21px;
  font-weight: 800;
  
  font-family: Raleway;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-a6f1a3b8-d727-41a1-9006-d8ae34564cef-root {
    text-align: center;
  }


#s-a6f1a3b8-d727-41a1-9006-d8ae34564cef.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 21px;
  font-weight: 800;
  
  font-family: Raleway;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-a6f1a3b8-d727-41a1-9006-d8ae34564cef-root {
    text-align: center;
  }


#s-a6f1a3b8-d727-41a1-9006-d8ae34564cef.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 21px;
  font-weight: 800;
  
  font-family: Raleway;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-a6f1a3b8-d727-41a1-9006-d8ae34564cef-root {
    text-align: center;
  }


#s-a6f1a3b8-d727-41a1-9006-d8ae34564cef.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 21px;
  font-weight: 800;
  
  font-family: Raleway;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-a6f1a3b8-d727-41a1-9006-d8ae34564cef-root {
    text-align: center;
  }


#s-a6f1a3b8-d727-41a1-9006-d8ae34564cef.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 21px;
  font-weight: 800;
  
  font-family: Raleway;
  display:  inline-block ;
}
}
#s-cefc9f82-7d36-4b88-b9c1-0dfdca77f76d hr {
  border-top: 3px solid rgba(228, 43, 21, 1);
}

#s-7bddf28f-c267-497c-a51b-ccf4295b4c12 {
  margin-top: 9px;
margin-left: 0px;
margin-bottom: 9px;
margin-right: 0px;
padding-top: 20px;
padding-left: 13px;
padding-bottom: 20px;
padding-right: 13px;
border-top-width: 1px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
background-color: rgba(241, 241, 241, 1);
}
@media (min-width: 1200px){#s-7bddf28f-c267-497c-a51b-ccf4295b4c12 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-7bddf28f-c267-497c-a51b-ccf4295b4c12 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-7bddf28f-c267-497c-a51b-ccf4295b4c12 {
  
}
}@media (max-width: 767px){#s-7bddf28f-c267-497c-a51b-ccf4295b4c12 {
  
}
}
#s-dda85adc-bb00-4391-addb-ac83bc4ecbaa {
  max-width: 540px;
text-align: center;
}
@media (min-width: 1200px){#s-dda85adc-bb00-4391-addb-ac83bc4ecbaa {
  text-align: center;
}
}






  #s-dda85adc-bb00-4391-addb-ac83bc4ecbaa img.shogun-image {
    

    
    
    
  }


#s-dda85adc-bb00-4391-addb-ac83bc4ecbaa .shogun-image-content {
  
    align-items: center;
  
}

#s-13745ee4-0374-4e53-804d-ccb25c6cc60c {
  text-align: center;
}







  #s-13745ee4-0374-4e53-804d-ccb25c6cc60c img.shogun-image {
    

    
    
    
  }


#s-13745ee4-0374-4e53-804d-ccb25c6cc60c .shogun-image-content {
  
    align-items: center;
  
}

#s-68200031-4aa6-4243-94f8-f462b010a7c4 {
  text-align: center;
}







  #s-68200031-4aa6-4243-94f8-f462b010a7c4 img.shogun-image {
    

    
    
    
  }


#s-68200031-4aa6-4243-94f8-f462b010a7c4 .shogun-image-content {
  
    align-items: center;
  
}

#s-50340b78-bed0-4f86-bd83-46842bafc237 hr {
  border-top: 3px solid rgba(146, 34, 10, 1);
}

#s-3541a092-14f7-418d-ae5d-0fb0827035b3 {
  box-shadow:0px 0px 0px 1px rgba(88, 64, 64, 1);
margin-top: 32px;
margin-bottom: 32px;
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(255, 255, 255, 1);
border-style: solid;
border-radius: 45px;
min-height: 40px;
max-width: 300px;
background-color: rgba(232, 43, 131, 1);
text-align: center;
text-decoration: none;
color: rgba(255, 255, 255, 1);
background-image: none;
hover-type: color;
}
#s-3541a092-14f7-418d-ae5d-0fb0827035b3:hover {background-color: rgba(132, 124, 170, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-3541a092-14f7-418d-ae5d-0fb0827035b3:active {box-shadow:11px 0px 0px 0px rgba(139, 10, 10, 1) !important;
background-color: #000000 !important;
text-decoration: none !important;}

  #s-3541a092-14f7-418d-ae5d-0fb0827035b3-root {
    text-align: center;
  }


#s-3541a092-14f7-418d-ae5d-0fb0827035b3.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  font-weight: 800;
  
  font-family: Raleway;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-3541a092-14f7-418d-ae5d-0fb0827035b3-root {
    text-align: center;
  }


#s-3541a092-14f7-418d-ae5d-0fb0827035b3.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  font-weight: 800;
  
  font-family: Raleway;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-3541a092-14f7-418d-ae5d-0fb0827035b3-root {
    text-align: center;
  }


#s-3541a092-14f7-418d-ae5d-0fb0827035b3.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  font-weight: 800;
  
  font-family: Raleway;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-3541a092-14f7-418d-ae5d-0fb0827035b3-root {
    text-align: center;
  }


#s-3541a092-14f7-418d-ae5d-0fb0827035b3.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  font-weight: 800;
  
  font-family: Raleway;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-3541a092-14f7-418d-ae5d-0fb0827035b3-root {
    text-align: center;
  }


#s-3541a092-14f7-418d-ae5d-0fb0827035b3.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  font-weight: 800;
  
  font-family: Raleway;
  display:  inline-block ;
}
}
#s-f6850443-9e3e-4bc4-9931-4a21b8cc5849 {
  box-shadow:0px 0px 0px 1px rgba(88, 64, 64, 1);
margin-top: 32px;
margin-bottom: 32px;
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(255, 255, 255, 1);
border-style: solid;
border-radius: 43px;
min-height: 40px;
max-width: 300px;
background-color: rgba(53, 12, 4, 1);
text-align: center;
text-decoration: none;
color: rgba(255, 255, 255, 1);
background-image: none;
hover-type: color;
}
#s-f6850443-9e3e-4bc4-9931-4a21b8cc5849:hover {background-color: rgba(132, 124, 170, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-f6850443-9e3e-4bc4-9931-4a21b8cc5849:active {box-shadow:11px 0px 0px 0px rgba(139, 10, 10, 1) !important;
border-style: solid !important;
border-color: #2C2A34 !important;
border-radius: 43px !important;
background-color: #000000 !important;
text-decoration: none !important;}

  #s-f6850443-9e3e-4bc4-9931-4a21b8cc5849-root {
    text-align: center;
  }


#s-f6850443-9e3e-4bc4-9931-4a21b8cc5849.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 21px;
  font-weight: 800;
  
  font-family: Raleway;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-f6850443-9e3e-4bc4-9931-4a21b8cc5849-root {
    text-align: center;
  }


#s-f6850443-9e3e-4bc4-9931-4a21b8cc5849.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 21px;
  font-weight: 800;
  
  font-family: Raleway;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-f6850443-9e3e-4bc4-9931-4a21b8cc5849-root {
    text-align: center;
  }


#s-f6850443-9e3e-4bc4-9931-4a21b8cc5849.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 21px;
  font-weight: 800;
  
  font-family: Raleway;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-f6850443-9e3e-4bc4-9931-4a21b8cc5849-root {
    text-align: center;
  }


#s-f6850443-9e3e-4bc4-9931-4a21b8cc5849.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 21px;
  font-weight: 800;
  
  font-family: Raleway;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-f6850443-9e3e-4bc4-9931-4a21b8cc5849-root {
    text-align: center;
  }


#s-f6850443-9e3e-4bc4-9931-4a21b8cc5849.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 21px;
  font-weight: 800;
  
  font-family: Raleway;
  display:  inline-block ;
}
}
#s-c13bf38b-6555-4ede-b0d8-03ba3a69bfe4 {
  text-align: center;
}







  #s-c13bf38b-6555-4ede-b0d8-03ba3a69bfe4 img.shogun-image {
    

    
    
    
  }


#s-c13bf38b-6555-4ede-b0d8-03ba3a69bfe4 .shogun-image-content {
  
    align-items: center;
  
}

#s-fac542d6-bf31-4a2f-8e43-2b052d8ac885 {
  text-align: center;
}







  #s-fac542d6-bf31-4a2f-8e43-2b052d8ac885 img.shogun-image {
    

    
    
    
  }


#s-fac542d6-bf31-4a2f-8e43-2b052d8ac885 .shogun-image-content {
  
    align-items: center;
  
}

#s-f91b6451-5628-4e26-a337-e407e9c310f8 {
  text-align: center;
}







  #s-f91b6451-5628-4e26-a337-e407e9c310f8 img.shogun-image {
    

    
    
    
  }


#s-f91b6451-5628-4e26-a337-e407e9c310f8 .shogun-image-content {
  
    align-items: center;
  
}

#s-fd5038eb-6b39-43c5-b16a-c615018ec2a2 hr {
  border-top: 3px solid rgba(146, 34, 10, 1);
}

#s-a24fe46d-5ad4-4688-8af8-07b7b292aeba {
  box-shadow:0px 0px 0px 1px rgba(88, 64, 64, 1);
margin-top: 32px;
margin-bottom: 32px;
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(255, 255, 255, 1);
border-style: solid;
border-radius: 43px;
min-height: 40px;
max-width: 300px;
background-color: rgba(232, 43, 131, 1);
text-align: center;
text-decoration: none;
color: rgba(255, 255, 255, 1);
background-image: none;
hover-type: color;
}
#s-a24fe46d-5ad4-4688-8af8-07b7b292aeba:hover {background-color: rgba(132, 124, 170, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-a24fe46d-5ad4-4688-8af8-07b7b292aeba:active {box-shadow:11px 0px 0px 0px rgba(139, 10, 10, 1) !important;
background-color: #000000 !important;
text-decoration: none !important;}

  #s-a24fe46d-5ad4-4688-8af8-07b7b292aeba-root {
    text-align: center;
  }


#s-a24fe46d-5ad4-4688-8af8-07b7b292aeba.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 27px;
  font-weight: 800;
  
  font-family: Raleway;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-a24fe46d-5ad4-4688-8af8-07b7b292aeba-root {
    text-align: center;
  }


#s-a24fe46d-5ad4-4688-8af8-07b7b292aeba.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 27px;
  font-weight: 800;
  
  font-family: Raleway;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-a24fe46d-5ad4-4688-8af8-07b7b292aeba-root {
    text-align: center;
  }


#s-a24fe46d-5ad4-4688-8af8-07b7b292aeba.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 27px;
  font-weight: 800;
  
  font-family: Raleway;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-a24fe46d-5ad4-4688-8af8-07b7b292aeba-root {
    text-align: center;
  }


#s-a24fe46d-5ad4-4688-8af8-07b7b292aeba.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 27px;
  font-weight: 800;
  
  font-family: Raleway;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-a24fe46d-5ad4-4688-8af8-07b7b292aeba-root {
    text-align: center;
  }


#s-a24fe46d-5ad4-4688-8af8-07b7b292aeba.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 27px;
  font-weight: 800;
  
  font-family: Raleway;
  display:  inline-block ;
}
}
#s-a082fe60-2feb-4e2f-9344-4eebe5a59e93 {
  box-shadow:0px 0px 0px 1px rgba(88, 64, 64, 1);
margin-top: 32px;
margin-bottom: 32px;
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(255, 255, 255, 1);
border-style: solid;
border-radius: 43px;
min-height: 40px;
max-width: 300px;
background-color: rgba(53, 12, 4, 1);
text-align: center;
text-decoration: none;
color: rgba(255, 255, 255, 1);
background-image: none;
hover-type: color;
}
#s-a082fe60-2feb-4e2f-9344-4eebe5a59e93:hover {background-color: rgba(132, 124, 170, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-a082fe60-2feb-4e2f-9344-4eebe5a59e93:active {box-shadow:11px 0px 0px 0px rgba(139, 10, 10, 1) !important;
border-style: solid !important;
border-color: #2C2A34 !important;
border-radius: 43px !important;
background-color: #000000 !important;
text-decoration: none !important;}

  #s-a082fe60-2feb-4e2f-9344-4eebe5a59e93-root {
    text-align: center;
  }


#s-a082fe60-2feb-4e2f-9344-4eebe5a59e93.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 21px;
  font-weight: 800;
  
  font-family: Raleway;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-a082fe60-2feb-4e2f-9344-4eebe5a59e93-root {
    text-align: center;
  }


#s-a082fe60-2feb-4e2f-9344-4eebe5a59e93.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 21px;
  font-weight: 800;
  
  font-family: Raleway;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-a082fe60-2feb-4e2f-9344-4eebe5a59e93-root {
    text-align: center;
  }


#s-a082fe60-2feb-4e2f-9344-4eebe5a59e93.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 21px;
  font-weight: 800;
  
  font-family: Raleway;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-a082fe60-2feb-4e2f-9344-4eebe5a59e93-root {
    text-align: center;
  }


#s-a082fe60-2feb-4e2f-9344-4eebe5a59e93.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 21px;
  font-weight: 800;
  
  font-family: Raleway;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-a082fe60-2feb-4e2f-9344-4eebe5a59e93-root {
    text-align: center;
  }


#s-a082fe60-2feb-4e2f-9344-4eebe5a59e93.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 21px;
  font-weight: 800;
  
  font-family: Raleway;
  display:  inline-block ;
}
}
#s-270124ab-30b6-460d-9409-a773ff6b9edb {
  background-color: rgba(232, 43, 131, 1);
}

#s-270124ab-30b6-460d-9409-a773ff6b9edb .shogun-countdown span, #s-270124ab-30b6-460d-9409-a773ff6b9edb .shogun-countdown label {
  color: rgba(255, 255, 255, 1);
}
.shogun-heading-component h1,
.shogun-heading-component h2,
.shogun-heading-component h3,
.shogun-heading-component h4,
.shogun-heading-component h5,
.shogun-heading-component h6 {
  margin: 0;
  padding: 0;
  display: block;
  color: ;
  font-family: ;
  text-transform: none;
  font-weight: ;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
}

.shogun-heading-component a {
  text-decoration: none !important;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
}

#s-6f7dde7f-765a-4708-9d9d-476306734fe5 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6f7dde7f-765a-4708-9d9d-476306734fe5 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-3ad2bb50-a76d-4760-891e-966354675e34 hr {
  border-top: 1px solid rgba(14, 13, 13, 1);
}

/*
  $vgutter : 20px
  $hgutter : 10px;
*/

.shg-c:before,
.shg-c:after {
  content: " ";
  display: table;
}

/**
  Ref:
  https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Positioning/Understanding_z_index/The_stacking_context
  https://dnf.slack.com/archives/C0514HB79/p1538741509000100
**/
.shogun-root {
  z-index: 1;
  position: relative;
  isolation: isolate;
}

.shogun-root iframe {
  display: initial;
}

@media (max-width: 1024px) {
  .shg-c,
  .shg-box {
    background-attachment: scroll !important;
  }
}

@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) and (hover: none) and (orientation: landscape) {
  .shg-box {
    background-attachment: scroll !important;
  }
}

#mc_embed_signup .clear {
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
}

.shg-clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.shogun-image {
  max-width: 100%;
  min-height: inherit;
  max-height: inherit;
  display: inline !important;
  border: 0;
  vertical-align: middle;
}

.shg-fw {
  margin-left: calc(50% - 50vw);
  width: 100vw;
}

.shg-fw .shg-fw {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

div[data-shg-lightbox-switch] {
  cursor: pointer;
}

.shg-lightbox {
  position: fixed;
  z-index: 999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.85);
}

.shg-lightbox.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}

.shg-lightbox .shg-lightbox-close {
  position: absolute;
  right: 0;
  padding: 5px 0;
  color: #fff;
  font-size: 45px;
  margin-right: 10px;
  line-height: 30px;
  user-select: none;
  cursor: pointer;
  z-index: 1;
}

.shg-lightbox .shg-lightbox-image-container {
  padding: 25px;
}

.shg-lightbox .shg-lightbox-image {
  margin: auto;
  max-height: 90vh;
  max-width: 100%;
}

.shg-lightbox .shg-lightbox-close:hover,
.shg-lightbox .shg-lightbox-close:focus {
  color: #a2a2a2;
  text-decoration: none;
  cursor: pointer;
}

.shg-lightbox .shg-lightbox-nav {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: 35px;
  height: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translate(0%, -50%);
  z-index: 1;
}

.shg-lightbox .shg-lightbox-nav.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-nav.shg-nav-left {
  left: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==);
}

.shg-lightbox .shg-lightbox-nav.shg-nav-right {
  right: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+);
}

@media screen and (min-width: 769px) {
  .shg-lightbox .shg-lightbox-image-container {
    padding: 50px;
  }
}

.shogun-lazyload:not([src]),
.shogun-lazyloading:not([src]) {
  opacity: 0;
}
.shogun-lazyloaded {
  opacity: 1;
  transition: opacity 300ms;
}

.shogun-lazyload-bg-image {
  display: none;
}

.shogun-root a:empty,
.shogun-root article:empty,
.shogun-root dl:empty,
.shogun-root h1:empty,
.shogun-root h2:empty,
.shogun-root h3:empty,
.shogun-root h4:empty,
.shogun-root h5:empty,
.shogun-root h6:empty,
.shogun-root p:empty,
.shogun-root section:empty,
.shogun-root ul:empty {
  display: unset;
}

.shogun-root div:empty {
  display: inline-block;
}

/* User Content Animations --> */
[data-animations*="enterviewport"][data-animations*="fadeIn"],
[data-animations*="enterviewport"][data-animations*="zoomIn"] {
  opacity: 0;
}
/* <-- User Content Animations */

.shogun-form-error-msg, .shogun-form-field-error-msg {
  display: flex;
  align-items: center;
  color: #dc143c;
}

.shogun-badge {
  margin-bottom: 50px;
}

.shogun-badge-container {
  position: fixed;
  right: 0;
  bottom: 0;
  margin-bottom: -10px;
}

.shg-c:after,.shg-c:before{content:" ";display:table}.shogun-root{z-index:1;position:relative;isolation:isolate}.shogun-root iframe{display:initial}@media (max-width:1024px){.shg-box,.shg-c{background-attachment:scroll!important}}@media only screen and (min-width:1024px) and (max-height:1366px) and (-webkit-min-device-pixel-ratio:1.5) and (hover:none) and (orientation:landscape){.shg-box{background-attachment:scroll!important}}#mc_embed_signup .clear{width:auto!important;height:auto!important;visibility:visible!important}.shg-clearfix:after{content:"";display:block;clear:both}.shogun-image{max-width:100%;min-height:inherit;max-height:inherit;display:inline!important;border:0;vertical-align:middle}.shg-fw{margin-left:calc(50% - 50vw);width:100vw}.shg-fw .shg-fw{margin-left:auto;margin-right:auto;width:100%}div[data-shg-lightbox-switch]{cursor:pointer}.shg-lightbox{position:fixed;z-index:999999;left:0;top:0;width:100%;height:100%;overflow:hidden;background-color:#000;background-color:rgba(0,0,0,.85)}.shg-lightbox.hidden{display:none!important}.shg-lightbox .shg-lightbox-content{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:100%;text-align:center}.shg-lightbox .shg-lightbox-close{position:absolute;right:0;padding:5px 0;color:#fff;font-size:45px;margin-right:10px;line-height:30px;user-select:none;cursor:pointer;z-index:1}.shg-lightbox .shg-lightbox-image-container{padding:25px}.shg-lightbox .shg-lightbox-image{margin:auto;max-height:90vh;max-width:100%}.shg-lightbox .shg-lightbox-close:focus,.shg-lightbox .shg-lightbox-close:hover{color:#a2a2a2;text-decoration:none;cursor:pointer}.shg-lightbox .shg-lightbox-nav{cursor:pointer;position:absolute;top:50%;width:35px;height:100px;background-size:contain;background-repeat:no-repeat;background-position:center;transform:translate(0,-50%);z-index:1}.shg-lightbox .shg-lightbox-nav.hidden{display:none!important}.shg-lightbox .shg-lightbox-nav.shg-nav-left{left:0;background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==)}.shg-lightbox .shg-lightbox-nav.shg-nav-right{right:0;background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+)}@media screen and (min-width:769px){.shg-lightbox .shg-lightbox-image-container{padding:50px}}.shogun-lazyload:not([src]),.shogun-lazyloading:not([src]){opacity:0}.shogun-lazyloaded{opacity:1;transition:opacity .3s}.shogun-lazyload-bg-image{display:none}.shogun-root a:empty,.shogun-root article:empty,.shogun-root dl:empty,.shogun-root h1:empty,.shogun-root h2:empty,.shogun-root h3:empty,.shogun-root h4:empty,.shogun-root h5:empty,.shogun-root h6:empty,.shogun-root p:empty,.shogun-root section:empty,.shogun-root ul:empty{display:unset}.shogun-root div:empty{display:inline-block}[data-animations*=enterviewport][data-animations*=fadeIn],[data-animations*=enterviewport][data-animations*=zoomIn]{opacity:0}.shogun-form-error-msg,.shogun-form-field-error-msg{display:flex;align-items:center;color:#dc143c}.shogun-badge{margin-bottom:50px}.shogun-badge-container{position:fixed;right:0;bottom:0;margin-bottom:-10px}