.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-480dc899-9f1b-4e89-aed3-3c3d991fb10a {
  background-repeat: no-repeat;
background-size: cover;
min-height: 750.6px;
background-position: center center;
}
@media (min-width: 768px) and (max-width: 991px){#s-480dc899-9f1b-4e89-aed3-3c3d991fb10a {
  display: none;
}
#s-480dc899-9f1b-4e89-aed3-3c3d991fb10a, #wrap-s-480dc899-9f1b-4e89-aed3-3c3d991fb10a { display:none !important; }}@media (max-width: 767px){#s-480dc899-9f1b-4e89-aed3-3c3d991fb10a {
  display: none;
}
#s-480dc899-9f1b-4e89-aed3-3c3d991fb10a, #wrap-s-480dc899-9f1b-4e89-aed3-3c3d991fb10a { display:none !important; }}
#s-480dc899-9f1b-4e89-aed3-3c3d991fb10a {
  background-image: url(https://i.shgcdn.com/16f54c84-3c8d-43da-8080-0472ba451b85/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-480dc899-9f1b-4e89-aed3-3c3d991fb10a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-480dc899-9f1b-4e89-aed3-3c3d991fb10a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.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-8153459b-a8d6-4458-9359-4426d778dcaf {
  margin-top: 0px;
margin-bottom: 0px;
margin-right: 0%;
padding-left: 0%;
padding-bottom: 1px;
padding-right: 0%;
text-align: center;
}







  #s-8153459b-a8d6-4458-9359-4426d778dcaf img.shogun-image {
    

    
    
    
  }


#s-8153459b-a8d6-4458-9359-4426d778dcaf .shogun-image-content {
  
    align-items: center;
  
}

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

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

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

@media (min-width: 1200px){#s-659b5096-6f01-42e1-8d67-40f3ce54b66d {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-659b5096-6f01-42e1-8d67-40f3ce54b66d {
  display: none;
}
#s-659b5096-6f01-42e1-8d67-40f3ce54b66d, #wrap-s-659b5096-6f01-42e1-8d67-40f3ce54b66d { display:none !important; }}@media (max-width: 767px){#s-659b5096-6f01-42e1-8d67-40f3ce54b66d {
  display: none;
}
#s-659b5096-6f01-42e1-8d67-40f3ce54b66d, #wrap-s-659b5096-6f01-42e1-8d67-40f3ce54b66d { display:none !important; }}
@media (min-width: 0px) {
[id="s-659b5096-6f01-42e1-8d67-40f3ce54b66d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-659b5096-6f01-42e1-8d67-40f3ce54b66d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-659b5096-6f01-42e1-8d67-40f3ce54b66d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-659b5096-6f01-42e1-8d67-40f3ce54b66d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-659b5096-6f01-42e1-8d67-40f3ce54b66d"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-05766abf-7bb9-4c02-bdef-002ad2cf6949 {
  min-height: 600px;
background-color: rgba(255, 80, 0, 1);
}
@media (max-width: 767px){#s-05766abf-7bb9-4c02-bdef-002ad2cf6949 {
  display: none;
}
#s-05766abf-7bb9-4c02-bdef-002ad2cf6949, #wrap-s-05766abf-7bb9-4c02-bdef-002ad2cf6949 { display:none !important; }}







#s-05766abf-7bb9-4c02-bdef-002ad2cf6949 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-05766abf-7bb9-4c02-bdef-002ad2cf6949.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.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-cb6e80bd-a9e7-4628-beb6-188f2cc62ff9 {
  margin-top: 0px;
margin-left: 20%;
margin-bottom: 0px;
margin-right: 20%;
padding-top: 1px;
padding-bottom: 1px;
min-height: 0px;
max-width: 415px;
text-align: left;
}

#s-cb6e80bd-a9e7-4628-beb6-188f2cc62ff9 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "f37-judge";
  font-style:  normal ;
  font-size: 60px;
  
  
  text-align: left;
}



.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-28873835-793b-419f-b239-d73b67f47638 {
  margin-left: 20%;
margin-right: 20%;
max-width: 342px;
}

.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-67755a68-94b6-4640-a6b8-e3234ef3e8cd {
  margin-top: 20px;
margin-left: 20%;
margin-bottom: 0px;
margin-right: 20%;
padding-top: 12px;
padding-left: 40px;
padding-bottom: 12px;
padding-right: 40px;
border-radius: 2px;
background-color: rgba(0, 0, 0, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-67755a68-94b6-4640-a6b8-e3234ef3e8cd:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-67755a68-94b6-4640-a6b8-e3234ef3e8cd:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-67755a68-94b6-4640-a6b8-e3234ef3e8cd-root {
    text-align: left;
  }


#s-67755a68-94b6-4640-a6b8-e3234ef3e8cd.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-67755a68-94b6-4640-a6b8-e3234ef3e8cd-root {
    text-align: left;
  }


#s-67755a68-94b6-4640-a6b8-e3234ef3e8cd.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-67755a68-94b6-4640-a6b8-e3234ef3e8cd-root {
    text-align: left;
  }


#s-67755a68-94b6-4640-a6b8-e3234ef3e8cd.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-67755a68-94b6-4640-a6b8-e3234ef3e8cd-root {
    text-align: left;
  }


#s-67755a68-94b6-4640-a6b8-e3234ef3e8cd.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-67755a68-94b6-4640-a6b8-e3234ef3e8cd-root {
    text-align: left;
  }


#s-67755a68-94b6-4640-a6b8-e3234ef3e8cd.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}
#s-e75c3bae-2ea1-467c-b99d-8489733e0286 {
  background-repeat: no-repeat;
background-size: cover;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 80, 0, 1);
border-style: solid;
min-height: 600px;
background-position: center center;
}
@media (max-width: 767px){#s-e75c3bae-2ea1-467c-b99d-8489733e0286 {
  display: none;
}
#s-e75c3bae-2ea1-467c-b99d-8489733e0286, #wrap-s-e75c3bae-2ea1-467c-b99d-8489733e0286 { display:none !important; }}







#s-e75c3bae-2ea1-467c-b99d-8489733e0286 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e75c3bae-2ea1-467c-b99d-8489733e0286.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ab9eda52-8767-414d-bac8-9c422adbd9e1 {
  background-image: url(https://i.shgcdn.com/7d8c0cea-074c-4dcd-9256-af2a63a61b85/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
min-height: 744px;
background-position: center center;
}
@media (min-width: 768px) and (max-width: 991px){#s-ab9eda52-8767-414d-bac8-9c422adbd9e1 {
  display: none;
}
#s-ab9eda52-8767-414d-bac8-9c422adbd9e1, #wrap-s-ab9eda52-8767-414d-bac8-9c422adbd9e1 { display:none !important; }}@media (max-width: 767px){#s-ab9eda52-8767-414d-bac8-9c422adbd9e1 {
  display: none;
}
#s-ab9eda52-8767-414d-bac8-9c422adbd9e1, #wrap-s-ab9eda52-8767-414d-bac8-9c422adbd9e1 { display:none !important; }}
@media (min-width: 0px) {
[id="s-ab9eda52-8767-414d-bac8-9c422adbd9e1"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

@media (min-width: 768px) {
[id="s-ab9eda52-8767-414d-bac8-9c422adbd9e1"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-ab9eda52-8767-414d-bac8-9c422adbd9e1"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-ab9eda52-8767-414d-bac8-9c422adbd9e1"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-ab9eda52-8767-414d-bac8-9c422adbd9e1"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-ab9eda52-8767-414d-bac8-9c422adbd9e1"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-ab9eda52-8767-414d-bac8-9c422adbd9e1"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-ab9eda52-8767-414d-bac8-9c422adbd9e1"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-ab9eda52-8767-414d-bac8-9c422adbd9e1"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-ab9eda52-8767-414d-bac8-9c422adbd9e1"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 25.0px);
}

}

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

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

#s-dda449a8-4a9d-4889-b321-914fd9aa58ca {
  margin-bottom: 0px;
padding-bottom: 80px;
}

#s-dda449a8-4a9d-4889-b321-914fd9aa58ca hr {
  border-top: 1px solid rgba(0, 0, 0, 0);
}

#s-3c4ea155-fa7d-4d38-bdb8-39cc19169c78 {
  padding-bottom: 0px;
}

#s-3a69ab1e-4ef6-4a5a-b723-55cb2ee15037 {
  margin-top: -30px;
margin-bottom: 0px;
padding-bottom: 30px;
}

#s-3a69ab1e-4ef6-4a5a-b723-55cb2ee15037 hr {
  border-top: 4px solid rgba(255, 80, 0, 1);
}

#s-456b59fb-472c-46fc-b79b-b6ef3cda365a {
  padding-bottom: 0px;
}

#s-63e8610b-2ffd-4d22-93cc-cf7c53c9af16 {
  margin-top: -30px;
margin-bottom: 0px;
padding-bottom: 30px;
}

#s-63e8610b-2ffd-4d22-93cc-cf7c53c9af16 hr {
  border-top: 4px solid rgba(255, 80, 0, 1);
}

#s-a64c2692-587f-4ee4-9e0e-6d4178578013 {
  padding-bottom: 0px;
}

#s-3ba9a573-88cc-4fc2-910d-e18dcbdc766d {
  margin-top: -30px;
margin-bottom: 0px;
padding-bottom: 30px;
}

#s-3ba9a573-88cc-4fc2-910d-e18dcbdc766d hr {
  border-top: 4px solid rgba(255, 80, 0, 1);
}

#s-1e22c96a-e77a-4f00-b184-64ba1bc07faa {
  padding-bottom: 0px;
}

#s-1f081f6c-8918-48b3-a7c2-fb9cdf21362f {
  margin-top: -30px;
margin-bottom: 0px;
padding-bottom: 30px;
}

#s-1f081f6c-8918-48b3-a7c2-fb9cdf21362f hr {
  border-top: 4px solid rgba(255, 80, 0, 1);
}

#s-d4f31b15-ef99-4890-b559-331b76283d49 {
  padding-bottom: 0px;
}

#s-2055b1be-0a4a-4570-b338-b79a7b18e91a {
  margin-top: -30px;
margin-bottom: 0px;
padding-bottom: 30px;
}

#s-2055b1be-0a4a-4570-b338-b79a7b18e91a hr {
  border-top: 4px solid rgba(255, 80, 0, 1);
}

#s-2da0ba4b-9845-4c00-83f2-c8f34ab616d0 {
  padding-bottom: 0px;
}

#s-130ebbee-1813-4c6f-83a1-bb9aaec838f7 {
  margin-top: -30px;
margin-bottom: 0px;
padding-bottom: 30px;
}

#s-130ebbee-1813-4c6f-83a1-bb9aaec838f7 hr {
  border-top: 4px solid rgba(255, 80, 0, 1);
}

#s-af15ad41-e22e-4dd4-b7aa-a49f2efd7bb8 {
  padding-bottom: 0px;
}

#s-d59fac52-1e0a-44ac-84c5-3bcf504d6019 {
  margin-top: -30px;
margin-bottom: 0px;
padding-bottom: 30px;
}

#s-d59fac52-1e0a-44ac-84c5-3bcf504d6019 hr {
  border-top: 4px solid rgba(255, 80, 0, 1);
}

#s-13932c06-a463-47d5-a410-74ffcf663329 {
  padding-bottom: 0px;
}

#s-9ed718de-9798-45de-9a37-000fa6d99f8c {
  margin-top: -30px;
margin-bottom: 0px;
padding-bottom: 30px;
}

#s-9ed718de-9798-45de-9a37-000fa6d99f8c hr {
  border-top: 4px solid rgba(255, 80, 0, 1);
}

#s-0a62f7ce-a6f2-419e-a516-63e8bc6b9ba1 {
  padding-bottom: 0px;
}

#s-5ff756fa-c6f3-4ab8-b255-86a705806e4c {
  margin-top: -30px;
margin-bottom: 0px;
padding-bottom: 30px;
}

#s-5ff756fa-c6f3-4ab8-b255-86a705806e4c hr {
  border-top: 4px solid rgba(255, 80, 0, 1);
}

#s-a431c70c-c2e4-4054-b9c8-cc4ca1eaafd6 {
  margin-bottom: 0px;
padding-bottom: 40px;
}

#s-a431c70c-c2e4-4054-b9c8-cc4ca1eaafd6 hr {
  border-top: 1px solid rgba(0, 0, 0, 0);
}

#s-e9fcc14c-769c-48a8-82c4-93ec66d3bd17 {
  margin-bottom: 0px;
padding-bottom: 80px;
}

#s-e9fcc14c-769c-48a8-82c4-93ec66d3bd17 hr {
  border-top: 1px solid rgba(0, 0, 0, 0);
}

#s-9477eb82-0f56-4073-8840-cb217c5612d9 {
  margin-top: -10px;
margin-left: 0%;
margin-bottom: -40px;
margin-right: 0%;
padding-bottom: 30px;
}

#s-8d2382e7-bd57-4864-9258-1e6dec55875a {
  text-align: left;
}

#s-c76f3926-6e4f-48bc-b10c-47db74371e45 {
  margin-top: -3px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
}

#s-0cfc6897-0b7e-41ee-a7d8-bf04d02bb23a {
  text-align: left;
}

#s-f594b0f6-199a-4e29-b992-389307673dde {
  margin-top: -3px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
}

#s-dd289b31-b4fc-49f3-b86e-5787b7b0f33c {
  text-align: left;
}

#s-672a98ed-11c2-4155-ab22-d4d9c1bbec55 {
  margin-top: -3px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
}

#s-b7d2dfa8-03ae-45d4-84ef-52f3aafb9beb {
  text-align: left;
}

#s-ec1e3bf3-5c6f-4d3d-b2fe-3cc23998d36b {
  margin-top: -3px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
}

#s-419cbda9-acd5-4da3-9038-956b2a403e1a {
  text-align: left;
}

#s-cb9118b2-ec78-4e4d-a6bf-5c3252cc6654 {
  margin-top: -3px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
}

#s-d0938612-0107-41de-8eca-c0b98f11a7bf {
  text-align: left;
}

#s-48bfc2c8-cffe-4791-82ef-dc09009d2101 {
  margin-top: -3px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
}

#s-9c48863a-724c-401d-a58b-c0cf963a05e9 {
  text-align: left;
}

#s-e8f0c2fe-6df7-4a8d-b470-8ce7956a6451 {
  margin-top: -3px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
}

#s-454ec4a0-b339-40d4-a823-2f6331ba5264 {
  text-align: left;
}

#s-3dc081aa-9392-4506-b110-c0bb90ed5a5d {
  margin-top: -3px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
}

#s-23daef71-80d1-45cb-9bd2-daca698e85ae {
  margin-bottom: 0px;
padding-bottom: 80px;
}

#s-23daef71-80d1-45cb-9bd2-daca698e85ae hr {
  border-top: 1px solid rgba(0, 0, 0, 0);
}

#s-c10f4dd2-c350-447e-85b0-ce47accaad1d {
  margin-top: -5px;
margin-left: 0%;
margin-bottom: -40px;
margin-right: 0%;
padding-bottom: 30px;
max-width: 300px;
}

#s-6893b42a-93cf-4cbf-a5ad-80e63a3e51ae {
  text-align: left;
}

#s-95c35d6f-0ca6-4a86-951a-1525ee4e4dba {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: -40px;
margin-right: 0%;
padding-bottom: 30px;
}

#s-f5afb2ac-0245-48e4-833c-685c39cb1b0c {
  text-align: left;
}

#s-9002cf9e-b51b-45a2-9c70-1df121680817 {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: -40px;
padding-bottom: 30px;
}

#s-41e1d963-2372-471d-ab6f-06b143c2de1a {
  text-align: left;
}

#s-ab18c1d7-3925-4ccd-92c2-06d081c90982 {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: -40px;
padding-bottom: 30px;
}

#s-ed1e5986-d191-46bb-b9a6-2da3adbcffff {
  text-align: left;
}

#s-a154646e-2beb-4192-bfd7-1fa1d4d6ba51 {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: -40px;
padding-bottom: 30px;
}

#s-b8fe5c68-e29f-4402-85cb-d62750bef262 {
  text-align: left;
}

#s-dbc43311-ae58-4de6-948b-2cd82f335db5 {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: -40px;
padding-bottom: 30px;
}

#s-3fc5edde-2a7f-41d1-bc0d-8d4ea7a709b4 {
  text-align: left;
}

#s-c3268be7-bda5-4d3e-a556-06f28792743c {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: -40px;
padding-bottom: 30px;
}

#s-5ab21f54-2c9b-466c-9d11-5b84c551f38c {
  text-align: left;
}

#s-8d724208-2663-42f1-aa36-84b0e2e2c452 {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: -40px;
padding-bottom: 30px;
}

#s-548a80b1-2818-43c5-89fe-0a8a113014ae {
  text-align: left;
}

#s-59979e35-66d2-4e2a-8896-6da94c2bec5f {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: -40px;
padding-bottom: 30px;
}

#s-8744c2f3-2c91-4f68-8bc5-72fa7d3335c1 {
  margin-bottom: 0px;
padding-bottom: 80px;
}

#s-8744c2f3-2c91-4f68-8bc5-72fa7d3335c1 hr {
  border-top: 1px solid rgba(0, 0, 0, 0);
}

#s-8b8aafe3-f5da-4800-bf68-93d418c09103 {
  border-style: solid;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 20px;
border-color: rgba(34, 25, 77, 0);
border-radius: 0px;
background-color: rgba(0, 0, 0, 0);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(208, 208, 208, 1);
background-position: left center;
}
#s-8b8aafe3-f5da-4800-bf68-93d418c09103:hover {border-style: solid !important;
border-color: rgba(34, 25, 77, 0) !important;
background-color: rgba(66, 66, 66, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 80, 0, 1) !important;}#s-8b8aafe3-f5da-4800-bf68-93d418c09103:active {border-style: solid !important;
border-color: rgba(34, 25, 77, 0) !important;
background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(208, 208, 208, 1) !important;}

  #s-8b8aafe3-f5da-4800-bf68-93d418c09103-root {
    text-align: left;
  }


#s-8b8aafe3-f5da-4800-bf68-93d418c09103.shg-btn {
  color: rgba(208, 208, 208, 1);
  font-size: 20px;
  
  
  font-family: TTHoves-Regular;
  display:  block ;
}
@media (min-width: 1200px){
  #s-8b8aafe3-f5da-4800-bf68-93d418c09103-root {
    text-align: left;
  }


#s-8b8aafe3-f5da-4800-bf68-93d418c09103.shg-btn {
  color: rgba(208, 208, 208, 1);
  font-size: 20px;
  
  
  font-family: TTHoves-Regular;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-8b8aafe3-f5da-4800-bf68-93d418c09103-root {
    text-align: left;
  }


#s-8b8aafe3-f5da-4800-bf68-93d418c09103.shg-btn {
  color: rgba(208, 208, 208, 1);
  font-size: 20px;
  
  
  font-family: TTHoves-Regular;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-8b8aafe3-f5da-4800-bf68-93d418c09103-root {
    text-align: left;
  }


#s-8b8aafe3-f5da-4800-bf68-93d418c09103.shg-btn {
  color: rgba(208, 208, 208, 1);
  font-size: 20px;
  
  
  font-family: TTHoves-Regular;
  display:  block ;
}
}@media (max-width: 767px){
  #s-8b8aafe3-f5da-4800-bf68-93d418c09103-root {
    text-align: left;
  }


#s-8b8aafe3-f5da-4800-bf68-93d418c09103.shg-btn {
  color: rgba(208, 208, 208, 1);
  font-size: 20px;
  
  
  font-family: TTHoves-Regular;
  display:  block ;
}
}
#s-f2702fcb-8f0f-45f7-afe9-24630f9d93de {
  border-style: solid;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 20px;
border-color: rgba(34, 25, 77, 0);
border-radius: 0px;
background-color: rgba(0, 0, 0, 0);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(208, 208, 208, 1);
background-position: left center;
}
#s-f2702fcb-8f0f-45f7-afe9-24630f9d93de:hover {border-style: solid !important;
border-color: rgba(34, 25, 77, 0) !important;
background-color: rgba(66, 66, 66, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(208, 208, 208, 1) !important;}#s-f2702fcb-8f0f-45f7-afe9-24630f9d93de:active {border-style: solid !important;
border-color: rgba(34, 25, 77, 0) !important;
background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(208, 208, 208, 1) !important;}

  #s-f2702fcb-8f0f-45f7-afe9-24630f9d93de-root {
    text-align: left;
  }


#s-f2702fcb-8f0f-45f7-afe9-24630f9d93de.shg-btn {
  color: rgba(208, 208, 208, 1);
  font-size: 20px;
  
  
  font-family: TTHoves-Regular;
  display:  block ;
}
@media (min-width: 1200px){
  #s-f2702fcb-8f0f-45f7-afe9-24630f9d93de-root {
    text-align: left;
  }


#s-f2702fcb-8f0f-45f7-afe9-24630f9d93de.shg-btn {
  color: rgba(208, 208, 208, 1);
  font-size: 20px;
  
  
  font-family: TTHoves-Regular;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-f2702fcb-8f0f-45f7-afe9-24630f9d93de-root {
    text-align: left;
  }


#s-f2702fcb-8f0f-45f7-afe9-24630f9d93de.shg-btn {
  color: rgba(208, 208, 208, 1);
  font-size: 20px;
  
  
  font-family: TTHoves-Regular;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-f2702fcb-8f0f-45f7-afe9-24630f9d93de-root {
    text-align: left;
  }


#s-f2702fcb-8f0f-45f7-afe9-24630f9d93de.shg-btn {
  color: rgba(208, 208, 208, 1);
  font-size: 20px;
  
  
  font-family: TTHoves-Regular;
  display:  block ;
}
}@media (max-width: 767px){
  #s-f2702fcb-8f0f-45f7-afe9-24630f9d93de-root {
    text-align: left;
  }


#s-f2702fcb-8f0f-45f7-afe9-24630f9d93de.shg-btn {
  color: rgba(208, 208, 208, 1);
  font-size: 20px;
  
  
  font-family: TTHoves-Regular;
  display:  block ;
}
}
#s-052fb2cf-8e08-4f82-b995-9af7fd3ffdfa {
  border-style: solid;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 20px;
border-color: rgba(34, 25, 77, 0);
border-radius: 0px;
background-color: rgba(0, 0, 0, 0);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(208, 208, 208, 1);
background-position: left center;
}
#s-052fb2cf-8e08-4f82-b995-9af7fd3ffdfa:hover {border-style: solid !important;
border-color: rgba(34, 25, 77, 0) !important;
background-color: rgba(66, 66, 66, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 80, 0, 1) !important;}#s-052fb2cf-8e08-4f82-b995-9af7fd3ffdfa:active {border-style: solid !important;
border-color: rgba(34, 25, 77, 0) !important;
background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(208, 208, 208, 1) !important;}

  #s-052fb2cf-8e08-4f82-b995-9af7fd3ffdfa-root {
    text-align: left;
  }


#s-052fb2cf-8e08-4f82-b995-9af7fd3ffdfa.shg-btn {
  color: rgba(208, 208, 208, 1);
  font-size: 20px;
  
  
  font-family: TTHoves-Regular;
  display:  block ;
}
@media (min-width: 1200px){
  #s-052fb2cf-8e08-4f82-b995-9af7fd3ffdfa-root {
    text-align: left;
  }


#s-052fb2cf-8e08-4f82-b995-9af7fd3ffdfa.shg-btn {
  color: rgba(208, 208, 208, 1);
  font-size: 20px;
  
  
  font-family: TTHoves-Regular;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-052fb2cf-8e08-4f82-b995-9af7fd3ffdfa-root {
    text-align: left;
  }


#s-052fb2cf-8e08-4f82-b995-9af7fd3ffdfa.shg-btn {
  color: rgba(208, 208, 208, 1);
  font-size: 20px;
  
  
  font-family: TTHoves-Regular;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-052fb2cf-8e08-4f82-b995-9af7fd3ffdfa-root {
    text-align: left;
  }


#s-052fb2cf-8e08-4f82-b995-9af7fd3ffdfa.shg-btn {
  color: rgba(208, 208, 208, 1);
  font-size: 20px;
  
  
  font-family: TTHoves-Regular;
  display:  block ;
}
}@media (max-width: 767px){
  #s-052fb2cf-8e08-4f82-b995-9af7fd3ffdfa-root {
    text-align: left;
  }


#s-052fb2cf-8e08-4f82-b995-9af7fd3ffdfa.shg-btn {
  color: rgba(208, 208, 208, 1);
  font-size: 20px;
  
  
  font-family: TTHoves-Regular;
  display:  block ;
}
}
#s-7796cdd6-e764-467e-8cd0-a6cd99cc0772 {
  border-style: solid;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 20px;
border-color: rgba(34, 25, 77, 0);
border-radius: 0px;
background-color: rgba(0, 0, 0, 0);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(208, 208, 208, 1);
background-position: left center;
}
#s-7796cdd6-e764-467e-8cd0-a6cd99cc0772:hover {border-style: solid !important;
border-color: rgba(34, 25, 77, 0) !important;
background-color: rgba(66, 66, 66, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(208, 208, 208, 1) !important;}#s-7796cdd6-e764-467e-8cd0-a6cd99cc0772:active {border-style: solid !important;
border-color: rgba(34, 25, 77, 0) !important;
background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(208, 208, 208, 1) !important;}

  #s-7796cdd6-e764-467e-8cd0-a6cd99cc0772-root {
    text-align: left;
  }


#s-7796cdd6-e764-467e-8cd0-a6cd99cc0772.shg-btn {
  color: rgba(208, 208, 208, 1);
  font-size: 20px;
  
  
  font-family: TTHoves-Regular;
  display:  block ;
}
@media (min-width: 1200px){
  #s-7796cdd6-e764-467e-8cd0-a6cd99cc0772-root {
    text-align: left;
  }


#s-7796cdd6-e764-467e-8cd0-a6cd99cc0772.shg-btn {
  color: rgba(208, 208, 208, 1);
  font-size: 20px;
  
  
  font-family: TTHoves-Regular;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-7796cdd6-e764-467e-8cd0-a6cd99cc0772-root {
    text-align: left;
  }


#s-7796cdd6-e764-467e-8cd0-a6cd99cc0772.shg-btn {
  color: rgba(208, 208, 208, 1);
  font-size: 20px;
  
  
  font-family: TTHoves-Regular;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-7796cdd6-e764-467e-8cd0-a6cd99cc0772-root {
    text-align: left;
  }


#s-7796cdd6-e764-467e-8cd0-a6cd99cc0772.shg-btn {
  color: rgba(208, 208, 208, 1);
  font-size: 20px;
  
  
  font-family: TTHoves-Regular;
  display:  block ;
}
}@media (max-width: 767px){
  #s-7796cdd6-e764-467e-8cd0-a6cd99cc0772-root {
    text-align: left;
  }


#s-7796cdd6-e764-467e-8cd0-a6cd99cc0772.shg-btn {
  color: rgba(208, 208, 208, 1);
  font-size: 20px;
  
  
  font-family: TTHoves-Regular;
  display:  block ;
}
}
#s-d4773df5-35cb-4d03-84c8-0c3c7ada8dba {
  border-style: solid;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 20px;
border-color: rgba(34, 25, 77, 0);
border-radius: 0px;
background-color: rgba(0, 0, 0, 0);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(208, 208, 208, 1);
background-position: left center;
}
#s-d4773df5-35cb-4d03-84c8-0c3c7ada8dba:hover {border-style: solid !important;
border-color: rgba(34, 25, 77, 0) !important;
background-color: rgba(66, 66, 66, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 80, 0, 1) !important;}#s-d4773df5-35cb-4d03-84c8-0c3c7ada8dba:active {border-style: solid !important;
border-color: rgba(34, 25, 77, 0) !important;
background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(208, 208, 208, 1) !important;}

  #s-d4773df5-35cb-4d03-84c8-0c3c7ada8dba-root {
    text-align: left;
  }


#s-d4773df5-35cb-4d03-84c8-0c3c7ada8dba.shg-btn {
  color: rgba(208, 208, 208, 1);
  font-size: 20px;
  
  
  font-family: TTHoves-Regular;
  display:  block ;
}
@media (min-width: 1200px){
  #s-d4773df5-35cb-4d03-84c8-0c3c7ada8dba-root {
    text-align: left;
  }


#s-d4773df5-35cb-4d03-84c8-0c3c7ada8dba.shg-btn {
  color: rgba(208, 208, 208, 1);
  font-size: 20px;
  
  
  font-family: TTHoves-Regular;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-d4773df5-35cb-4d03-84c8-0c3c7ada8dba-root {
    text-align: left;
  }


#s-d4773df5-35cb-4d03-84c8-0c3c7ada8dba.shg-btn {
  color: rgba(208, 208, 208, 1);
  font-size: 20px;
  
  
  font-family: TTHoves-Regular;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-d4773df5-35cb-4d03-84c8-0c3c7ada8dba-root {
    text-align: left;
  }


#s-d4773df5-35cb-4d03-84c8-0c3c7ada8dba.shg-btn {
  color: rgba(208, 208, 208, 1);
  font-size: 20px;
  
  
  font-family: TTHoves-Regular;
  display:  block ;
}
}@media (max-width: 767px){
  #s-d4773df5-35cb-4d03-84c8-0c3c7ada8dba-root {
    text-align: left;
  }


#s-d4773df5-35cb-4d03-84c8-0c3c7ada8dba.shg-btn {
  color: rgba(208, 208, 208, 1);
  font-size: 20px;
  
  
  font-family: TTHoves-Regular;
  display:  block ;
}
}
#s-1603f464-82a5-4084-88ed-2ebecfefa811 {
  border-style: solid;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 20px;
border-color: rgba(34, 25, 77, 0);
border-radius: 0px;
background-color: rgba(0, 0, 0, 0);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 80, 0, 1);
background-position: left center;
}
#s-1603f464-82a5-4084-88ed-2ebecfefa811:hover {border-style: solid !important;
border-color: rgba(34, 25, 77, 0) !important;
background-color: rgba(66, 66, 66, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(208, 208, 208, 1) !important;}#s-1603f464-82a5-4084-88ed-2ebecfefa811:active {border-style: solid !important;
border-color: rgba(34, 25, 77, 0) !important;
background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(208, 208, 208, 1) !important;}

  #s-1603f464-82a5-4084-88ed-2ebecfefa811-root {
    text-align: left;
  }


#s-1603f464-82a5-4084-88ed-2ebecfefa811.shg-btn {
  color: rgba(255, 80, 0, 1);
  font-size: 20px;
  
  
  font-family: TTHoves-Regular;
  display:  block ;
}
@media (min-width: 1200px){
  #s-1603f464-82a5-4084-88ed-2ebecfefa811-root {
    text-align: left;
  }


#s-1603f464-82a5-4084-88ed-2ebecfefa811.shg-btn {
  color: rgba(255, 80, 0, 1);
  font-size: 20px;
  
  
  font-family: TTHoves-Regular;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-1603f464-82a5-4084-88ed-2ebecfefa811-root {
    text-align: left;
  }


#s-1603f464-82a5-4084-88ed-2ebecfefa811.shg-btn {
  color: rgba(255, 80, 0, 1);
  font-size: 20px;
  
  
  font-family: TTHoves-Regular;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-1603f464-82a5-4084-88ed-2ebecfefa811-root {
    text-align: left;
  }


#s-1603f464-82a5-4084-88ed-2ebecfefa811.shg-btn {
  color: rgba(255, 80, 0, 1);
  font-size: 20px;
  
  
  font-family: TTHoves-Regular;
  display:  block ;
}
}@media (max-width: 767px){
  #s-1603f464-82a5-4084-88ed-2ebecfefa811-root {
    text-align: left;
  }


#s-1603f464-82a5-4084-88ed-2ebecfefa811.shg-btn {
  color: rgba(255, 80, 0, 1);
  font-size: 20px;
  
  
  font-family: TTHoves-Regular;
  display:  block ;
}
}
#s-7dfec6b6-3738-42f4-b3f6-dba1ad85540a {
  border-style: solid;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 20px;
border-color: rgba(34, 25, 77, 0);
border-radius: 0px;
background-color: rgba(0, 0, 0, 0);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(208, 208, 208, 1);
background-position: left center;
}
#s-7dfec6b6-3738-42f4-b3f6-dba1ad85540a:hover {border-style: solid !important;
border-color: rgba(34, 25, 77, 0) !important;
background-color: rgba(66, 66, 66, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 80, 0, 1) !important;}#s-7dfec6b6-3738-42f4-b3f6-dba1ad85540a:active {border-style: solid !important;
border-color: rgba(34, 25, 77, 0) !important;
background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(208, 208, 208, 1) !important;}

  #s-7dfec6b6-3738-42f4-b3f6-dba1ad85540a-root {
    text-align: left;
  }


#s-7dfec6b6-3738-42f4-b3f6-dba1ad85540a.shg-btn {
  color: rgba(208, 208, 208, 1);
  font-size: 20px;
  
  
  font-family: TTHoves-Regular;
  display:  block ;
}
@media (min-width: 1200px){
  #s-7dfec6b6-3738-42f4-b3f6-dba1ad85540a-root {
    text-align: left;
  }


#s-7dfec6b6-3738-42f4-b3f6-dba1ad85540a.shg-btn {
  color: rgba(208, 208, 208, 1);
  font-size: 20px;
  
  
  font-family: TTHoves-Regular;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-7dfec6b6-3738-42f4-b3f6-dba1ad85540a-root {
    text-align: left;
  }


#s-7dfec6b6-3738-42f4-b3f6-dba1ad85540a.shg-btn {
  color: rgba(208, 208, 208, 1);
  font-size: 20px;
  
  
  font-family: TTHoves-Regular;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-7dfec6b6-3738-42f4-b3f6-dba1ad85540a-root {
    text-align: left;
  }


#s-7dfec6b6-3738-42f4-b3f6-dba1ad85540a.shg-btn {
  color: rgba(208, 208, 208, 1);
  font-size: 20px;
  
  
  font-family: TTHoves-Regular;
  display:  block ;
}
}@media (max-width: 767px){
  #s-7dfec6b6-3738-42f4-b3f6-dba1ad85540a-root {
    text-align: left;
  }


#s-7dfec6b6-3738-42f4-b3f6-dba1ad85540a.shg-btn {
  color: rgba(208, 208, 208, 1);
  font-size: 20px;
  
  
  font-family: TTHoves-Regular;
  display:  block ;
}
}
#s-479d48a5-957b-424b-89f1-8e1e0d1c58f3 {
  border-style: solid;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 20px;
border-color: rgba(34, 25, 77, 0);
border-radius: 0px;
background-color: rgba(0, 0, 0, 0);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 80, 0, 1);
background-position: left center;
}
#s-479d48a5-957b-424b-89f1-8e1e0d1c58f3:hover {border-style: solid !important;
border-color: rgba(34, 25, 77, 0) !important;
background-color: rgba(66, 66, 66, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(208, 208, 208, 1) !important;}#s-479d48a5-957b-424b-89f1-8e1e0d1c58f3:active {border-style: solid !important;
border-color: rgba(34, 25, 77, 0) !important;
background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(208, 208, 208, 1) !important;}

  #s-479d48a5-957b-424b-89f1-8e1e0d1c58f3-root {
    text-align: left;
  }


#s-479d48a5-957b-424b-89f1-8e1e0d1c58f3.shg-btn {
  color: rgba(255, 80, 0, 1);
  font-size: 20px;
  
  
  font-family: TTHoves-Regular;
  display:  block ;
}
@media (min-width: 1200px){
  #s-479d48a5-957b-424b-89f1-8e1e0d1c58f3-root {
    text-align: left;
  }


#s-479d48a5-957b-424b-89f1-8e1e0d1c58f3.shg-btn {
  color: rgba(255, 80, 0, 1);
  font-size: 20px;
  
  
  font-family: TTHoves-Regular;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-479d48a5-957b-424b-89f1-8e1e0d1c58f3-root {
    text-align: left;
  }


#s-479d48a5-957b-424b-89f1-8e1e0d1c58f3.shg-btn {
  color: rgba(255, 80, 0, 1);
  font-size: 20px;
  
  
  font-family: TTHoves-Regular;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-479d48a5-957b-424b-89f1-8e1e0d1c58f3-root {
    text-align: left;
  }


#s-479d48a5-957b-424b-89f1-8e1e0d1c58f3.shg-btn {
  color: rgba(255, 80, 0, 1);
  font-size: 20px;
  
  
  font-family: TTHoves-Regular;
  display:  block ;
}
}@media (max-width: 767px){
  #s-479d48a5-957b-424b-89f1-8e1e0d1c58f3-root {
    text-align: left;
  }


#s-479d48a5-957b-424b-89f1-8e1e0d1c58f3.shg-btn {
  color: rgba(255, 80, 0, 1);
  font-size: 20px;
  
  
  font-family: TTHoves-Regular;
  display:  block ;
}
}
#s-29b1a037-935f-48f5-b059-883ba4684fee {
  border-style: solid;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 20px;
border-color: rgba(34, 25, 77, 0);
border-radius: 0px;
background-color: rgba(0, 0, 0, 0);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(208, 208, 208, 1);
background-position: left center;
}
#s-29b1a037-935f-48f5-b059-883ba4684fee:hover {border-style: solid !important;
border-color: rgba(34, 25, 77, 0) !important;
background-color: rgba(66, 66, 66, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 80, 0, 1) !important;}#s-29b1a037-935f-48f5-b059-883ba4684fee:active {border-style: solid !important;
border-color: rgba(34, 25, 77, 0) !important;
background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(208, 208, 208, 1) !important;}

  #s-29b1a037-935f-48f5-b059-883ba4684fee-root {
    text-align: left;
  }


#s-29b1a037-935f-48f5-b059-883ba4684fee.shg-btn {
  color: rgba(208, 208, 208, 1);
  font-size: 20px;
  
  
  font-family: TTHoves-Regular;
  display:  block ;
}
@media (min-width: 1200px){
  #s-29b1a037-935f-48f5-b059-883ba4684fee-root {
    text-align: left;
  }


#s-29b1a037-935f-48f5-b059-883ba4684fee.shg-btn {
  color: rgba(208, 208, 208, 1);
  font-size: 20px;
  
  
  font-family: TTHoves-Regular;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-29b1a037-935f-48f5-b059-883ba4684fee-root {
    text-align: left;
  }


#s-29b1a037-935f-48f5-b059-883ba4684fee.shg-btn {
  color: rgba(208, 208, 208, 1);
  font-size: 20px;
  
  
  font-family: TTHoves-Regular;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-29b1a037-935f-48f5-b059-883ba4684fee-root {
    text-align: left;
  }


#s-29b1a037-935f-48f5-b059-883ba4684fee.shg-btn {
  color: rgba(208, 208, 208, 1);
  font-size: 20px;
  
  
  font-family: TTHoves-Regular;
  display:  block ;
}
}@media (max-width: 767px){
  #s-29b1a037-935f-48f5-b059-883ba4684fee-root {
    text-align: left;
  }


#s-29b1a037-935f-48f5-b059-883ba4684fee.shg-btn {
  color: rgba(208, 208, 208, 1);
  font-size: 20px;
  
  
  font-family: TTHoves-Regular;
  display:  block ;
}
}
#s-2089ffb5-26f3-4952-bbe6-c67b0bdfbeb5 {
  border-style: solid;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 20px;
border-color: rgba(34, 25, 77, 0);
border-radius: 0px;
background-color: rgba(0, 0, 0, 0);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 80, 0, 1);
background-position: left center;
}
#s-2089ffb5-26f3-4952-bbe6-c67b0bdfbeb5:hover {border-style: solid !important;
border-color: rgba(34, 25, 77, 0) !important;
background-color: rgba(66, 66, 66, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(208, 208, 208, 1) !important;}#s-2089ffb5-26f3-4952-bbe6-c67b0bdfbeb5:active {border-style: solid !important;
border-color: rgba(34, 25, 77, 0) !important;
background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(208, 208, 208, 1) !important;}

  #s-2089ffb5-26f3-4952-bbe6-c67b0bdfbeb5-root {
    text-align: left;
  }


#s-2089ffb5-26f3-4952-bbe6-c67b0bdfbeb5.shg-btn {
  color: rgba(255, 80, 0, 1);
  font-size: 20px;
  
  
  font-family: TTHoves-Regular;
  display:  block ;
}
@media (min-width: 1200px){
  #s-2089ffb5-26f3-4952-bbe6-c67b0bdfbeb5-root {
    text-align: left;
  }


#s-2089ffb5-26f3-4952-bbe6-c67b0bdfbeb5.shg-btn {
  color: rgba(255, 80, 0, 1);
  font-size: 20px;
  
  
  font-family: TTHoves-Regular;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-2089ffb5-26f3-4952-bbe6-c67b0bdfbeb5-root {
    text-align: left;
  }


#s-2089ffb5-26f3-4952-bbe6-c67b0bdfbeb5.shg-btn {
  color: rgba(255, 80, 0, 1);
  font-size: 20px;
  
  
  font-family: TTHoves-Regular;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-2089ffb5-26f3-4952-bbe6-c67b0bdfbeb5-root {
    text-align: left;
  }


#s-2089ffb5-26f3-4952-bbe6-c67b0bdfbeb5.shg-btn {
  color: rgba(255, 80, 0, 1);
  font-size: 20px;
  
  
  font-family: TTHoves-Regular;
  display:  block ;
}
}@media (max-width: 767px){
  #s-2089ffb5-26f3-4952-bbe6-c67b0bdfbeb5-root {
    text-align: left;
  }


#s-2089ffb5-26f3-4952-bbe6-c67b0bdfbeb5.shg-btn {
  color: rgba(255, 80, 0, 1);
  font-size: 20px;
  
  
  font-family: TTHoves-Regular;
  display:  block ;
}
}
#s-3a059964-e2fc-4e02-b5f4-cb3f9ddb11c4 {
  border-style: solid;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 20px;
border-color: rgba(34, 25, 77, 0);
border-radius: 0px;
background-color: rgba(0, 0, 0, 0);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(208, 208, 208, 1);
background-position: left center;
}
#s-3a059964-e2fc-4e02-b5f4-cb3f9ddb11c4:hover {border-style: solid !important;
border-color: rgba(34, 25, 77, 0) !important;
background-color: rgba(66, 66, 66, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 80, 0, 1) !important;}#s-3a059964-e2fc-4e02-b5f4-cb3f9ddb11c4:active {border-style: solid !important;
border-color: rgba(34, 25, 77, 0) !important;
background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(208, 208, 208, 1) !important;}

  #s-3a059964-e2fc-4e02-b5f4-cb3f9ddb11c4-root {
    text-align: left;
  }


#s-3a059964-e2fc-4e02-b5f4-cb3f9ddb11c4.shg-btn {
  color: rgba(208, 208, 208, 1);
  font-size: 20px;
  
  
  font-family: TTHoves-Regular;
  display:  block ;
}
@media (min-width: 1200px){
  #s-3a059964-e2fc-4e02-b5f4-cb3f9ddb11c4-root {
    text-align: left;
  }


#s-3a059964-e2fc-4e02-b5f4-cb3f9ddb11c4.shg-btn {
  color: rgba(208, 208, 208, 1);
  font-size: 20px;
  
  
  font-family: TTHoves-Regular;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-3a059964-e2fc-4e02-b5f4-cb3f9ddb11c4-root {
    text-align: left;
  }


#s-3a059964-e2fc-4e02-b5f4-cb3f9ddb11c4.shg-btn {
  color: rgba(208, 208, 208, 1);
  font-size: 20px;
  
  
  font-family: TTHoves-Regular;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-3a059964-e2fc-4e02-b5f4-cb3f9ddb11c4-root {
    text-align: left;
  }


#s-3a059964-e2fc-4e02-b5f4-cb3f9ddb11c4.shg-btn {
  color: rgba(208, 208, 208, 1);
  font-size: 20px;
  
  
  font-family: TTHoves-Regular;
  display:  block ;
}
}@media (max-width: 767px){
  #s-3a059964-e2fc-4e02-b5f4-cb3f9ddb11c4-root {
    text-align: left;
  }


#s-3a059964-e2fc-4e02-b5f4-cb3f9ddb11c4.shg-btn {
  color: rgba(208, 208, 208, 1);
  font-size: 20px;
  
  
  font-family: TTHoves-Regular;
  display:  block ;
}
}
#s-c7c37889-521a-4c32-a1fd-fc8663ea2822 {
  text-align: left;
}

#s-cc8f90a2-4977-420d-b2f8-ad5babb37a08 {
  border-style: solid;
margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 20px;
border-color: rgba(34, 25, 77, 0);
border-radius: 0px;
background-color: rgba(0, 0, 0, 0);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(208, 208, 208, 1);
background-position: left center;
}
#s-cc8f90a2-4977-420d-b2f8-ad5babb37a08:hover {border-style: solid !important;
border-color: rgba(34, 25, 77, 0) !important;
background-color: rgba(66, 66, 66, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 80, 0, 1) !important;}#s-cc8f90a2-4977-420d-b2f8-ad5babb37a08:active {border-style: solid !important;
border-color: rgba(34, 25, 77, 0) !important;
background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(208, 208, 208, 1) !important;}

  #s-cc8f90a2-4977-420d-b2f8-ad5babb37a08-root {
    text-align: left;
  }


#s-cc8f90a2-4977-420d-b2f8-ad5babb37a08.shg-btn {
  color: rgba(208, 208, 208, 1);
  font-size: 20px;
  
  
  font-family: TTHoves-Regular;
  display:  block ;
}
@media (min-width: 1200px){
  #s-cc8f90a2-4977-420d-b2f8-ad5babb37a08-root {
    text-align: left;
  }


#s-cc8f90a2-4977-420d-b2f8-ad5babb37a08.shg-btn {
  color: rgba(208, 208, 208, 1);
  font-size: 20px;
  
  
  font-family: TTHoves-Regular;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-cc8f90a2-4977-420d-b2f8-ad5babb37a08-root {
    text-align: left;
  }


#s-cc8f90a2-4977-420d-b2f8-ad5babb37a08.shg-btn {
  color: rgba(208, 208, 208, 1);
  font-size: 20px;
  
  
  font-family: TTHoves-Regular;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-cc8f90a2-4977-420d-b2f8-ad5babb37a08-root {
    text-align: left;
  }


#s-cc8f90a2-4977-420d-b2f8-ad5babb37a08.shg-btn {
  color: rgba(208, 208, 208, 1);
  font-size: 20px;
  
  
  font-family: TTHoves-Regular;
  display:  block ;
}
}@media (max-width: 767px){
  #s-cc8f90a2-4977-420d-b2f8-ad5babb37a08-root {
    text-align: left;
  }


#s-cc8f90a2-4977-420d-b2f8-ad5babb37a08.shg-btn {
  color: rgba(208, 208, 208, 1);
  font-size: 20px;
  
  
  font-family: TTHoves-Regular;
  display:  block ;
}
}
#s-6c78b364-1b50-4666-8525-be10efcdfddf {
  text-align: left;
}

#s-25b1f50d-bee8-4c93-bd34-f9aab674ae7c {
  border-style: solid;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 20px;
border-color: rgba(34, 25, 77, 0);
border-radius: 0px;
background-color: rgba(0, 0, 0, 0);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(208, 208, 208, 1);
background-position: left center;
}
#s-25b1f50d-bee8-4c93-bd34-f9aab674ae7c:hover {border-style: solid !important;
border-color: rgba(34, 25, 77, 0) !important;
background-color: rgba(66, 66, 66, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 80, 0, 1) !important;}#s-25b1f50d-bee8-4c93-bd34-f9aab674ae7c:active {border-style: solid !important;
border-color: rgba(34, 25, 77, 0) !important;
background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(208, 208, 208, 1) !important;}

  #s-25b1f50d-bee8-4c93-bd34-f9aab674ae7c-root {
    text-align: left;
  }


#s-25b1f50d-bee8-4c93-bd34-f9aab674ae7c.shg-btn {
  color: rgba(208, 208, 208, 1);
  font-size: 20px;
  
  
  font-family: TTHoves-Regular;
  display:  block ;
}
@media (min-width: 1200px){
  #s-25b1f50d-bee8-4c93-bd34-f9aab674ae7c-root {
    text-align: left;
  }


#s-25b1f50d-bee8-4c93-bd34-f9aab674ae7c.shg-btn {
  color: rgba(208, 208, 208, 1);
  font-size: 20px;
  
  
  font-family: TTHoves-Regular;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-25b1f50d-bee8-4c93-bd34-f9aab674ae7c-root {
    text-align: left;
  }


#s-25b1f50d-bee8-4c93-bd34-f9aab674ae7c.shg-btn {
  color: rgba(208, 208, 208, 1);
  font-size: 20px;
  
  
  font-family: TTHoves-Regular;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-25b1f50d-bee8-4c93-bd34-f9aab674ae7c-root {
    text-align: left;
  }


#s-25b1f50d-bee8-4c93-bd34-f9aab674ae7c.shg-btn {
  color: rgba(208, 208, 208, 1);
  font-size: 20px;
  
  
  font-family: TTHoves-Regular;
  display:  block ;
}
}@media (max-width: 767px){
  #s-25b1f50d-bee8-4c93-bd34-f9aab674ae7c-root {
    text-align: left;
  }


#s-25b1f50d-bee8-4c93-bd34-f9aab674ae7c.shg-btn {
  color: rgba(208, 208, 208, 1);
  font-size: 20px;
  
  
  font-family: TTHoves-Regular;
  display:  block ;
}
}
#s-bd2157f1-16f7-4f1a-845d-41f8ad88c2e7 {
  min-height: 744px;
background-color: rgba(242, 240, 238, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-bd2157f1-16f7-4f1a-845d-41f8ad88c2e7 {
  display: none;
}
#s-bd2157f1-16f7-4f1a-845d-41f8ad88c2e7, #wrap-s-bd2157f1-16f7-4f1a-845d-41f8ad88c2e7 { display:none !important; }}@media (max-width: 767px){#s-bd2157f1-16f7-4f1a-845d-41f8ad88c2e7 {
  display: none;
}
#s-bd2157f1-16f7-4f1a-845d-41f8ad88c2e7, #wrap-s-bd2157f1-16f7-4f1a-845d-41f8ad88c2e7 { display:none !important; }}







#s-bd2157f1-16f7-4f1a-845d-41f8ad88c2e7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bd2157f1-16f7-4f1a-845d-41f8ad88c2e7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-265a0b43-50d3-4bd5-894a-1ef63aff988b {
  padding-top: 80px;
padding-bottom: 20px;
text-align: center;
}

#s-265a0b43-50d3-4bd5-894a-1ef63aff988b .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "f37-judge";
  font-style:  normal ;
  font-size: 60px;
  
  
  
}



.shogun-table-wrapper {
  overflow: auto;
}

table.shogun-table {
  width: 100%;
  max-width: 100%;
  border-collapse: collapse;
  border-style: hidden;
}

thead.shogun-table-column-container {
  font-weight: bold;
}

td.shogun-table-column {
  padding: 10px;
}

td.shogun-table-row {
  padding: 10px;
  min-height: 45px;
}

td.shogun-table-column:only-child, td.shogun-table-row:only-child {
  width: 100%;
}

#s-b898e35f-a407-4f5c-9979-f149f1be2a9e {
  margin-left: auto;
margin-right: auto;
padding-left: 5%;
padding-right: 5%;
max-width: 1600px;
}

#s-b898e35f-a407-4f5c-9979-f149f1be2a9e .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid rgba(242, 240, 238, 1);
  border-radius: 0px;
}

#s-b898e35f-a407-4f5c-9979-f149f1be2a9e table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-b898e35f-a407-4f5c-9979-f149f1be2a9e td.shogun-table-column {
  background-color: rgba(242, 240, 238, 1);
  padding: 2px;
  text-align: inherit;
  font-family: ;
  font-size: 14px;
  font-weight: ;
  color: ;
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-b898e35f-a407-4f5c-9979-f149f1be2a9e td.shogun-table-row {
  background-color: rgba(242, 240, 238, 1);
  padding: 10px;
}

#s-b898e35f-a407-4f5c-9979-f149f1be2a9e td.shogun-table-column, #s-b898e35f-a407-4f5c-9979-f149f1be2a9e td.shogun-table-row {
  border: 1px solid rgba(242, 240, 238, 1);
}

#s-7945a5cf-69b8-4773-be6b-a811d38547a1 {
  max-width: 464px;
text-align: center;
}







  #s-7945a5cf-69b8-4773-be6b-a811d38547a1 img.shogun-image {
    

    
    
    
  }


#s-7945a5cf-69b8-4773-be6b-a811d38547a1 .shogun-image-content {
  
    align-items: center;
  
}

#s-187978f0-6399-499d-8f9a-5cd94b75e421 {
  max-width: 464px;
text-align: center;
}







  #s-187978f0-6399-499d-8f9a-5cd94b75e421 img.shogun-image {
    

    
    
    
  }


#s-187978f0-6399-499d-8f9a-5cd94b75e421 .shogun-image-content {
  
    align-items: center;
  
}

#s-a9b31412-7f2a-48a1-9c39-c4afee9c874c {
  max-width: 464px;
text-align: center;
}







  #s-a9b31412-7f2a-48a1-9c39-c4afee9c874c img.shogun-image {
    

    
    
    
  }


#s-a9b31412-7f2a-48a1-9c39-c4afee9c874c .shogun-image-content {
  
    align-items: center;
  
}

#s-bcf168de-36a3-4251-8bc1-44517cc08435 {
  max-width: 464px;
text-align: center;
}







  #s-bcf168de-36a3-4251-8bc1-44517cc08435 img.shogun-image {
    

    
    
    
  }


#s-bcf168de-36a3-4251-8bc1-44517cc08435 .shogun-image-content {
  
    align-items: center;
  
}

#s-49398c15-ea71-48f6-91a8-d2976270b232 {
  max-width: 464px;
text-align: center;
}







  #s-49398c15-ea71-48f6-91a8-d2976270b232 img.shogun-image {
    

    
    
    
  }


#s-49398c15-ea71-48f6-91a8-d2976270b232 .shogun-image-content {
  
    align-items: center;
  
}

#s-74cef152-aa48-4d11-9b52-1eb05322679a {
  max-width: 464px;
text-align: center;
}







  #s-74cef152-aa48-4d11-9b52-1eb05322679a img.shogun-image {
    

    
    
    
  }


#s-74cef152-aa48-4d11-9b52-1eb05322679a .shogun-image-content {
  
    align-items: center;
  
}

#s-91525cda-26d1-41dd-b0bc-330262fad5bf {
  padding-top: 15px;
padding-bottom: 15px;
}
@media (max-width: 767px){#s-91525cda-26d1-41dd-b0bc-330262fad5bf {
  display: none;
}
#s-91525cda-26d1-41dd-b0bc-330262fad5bf, #wrap-s-91525cda-26d1-41dd-b0bc-330262fad5bf { display:none !important; }}
#s-91525cda-26d1-41dd-b0bc-330262fad5bf hr {
  border-top: 1px solid rgba(242, 240, 238, 1);
}

#s-298d844f-0795-4295-a9c5-932ccc02948f {
  padding-top: 15px;
padding-bottom: 15px;
}
@media (max-width: 767px){#s-298d844f-0795-4295-a9c5-932ccc02948f {
  display: none;
}
#s-298d844f-0795-4295-a9c5-932ccc02948f, #wrap-s-298d844f-0795-4295-a9c5-932ccc02948f { display:none !important; }}
#s-298d844f-0795-4295-a9c5-932ccc02948f hr {
  border-top: 1px solid rgba(242, 240, 238, 1);
}

#s-94bf654a-b7e5-4418-8c6b-d16efdef56b6 {
  background-size: cover;
min-height: 915px;
background-position: center center;
background-color: rgba(0, 0, 0, 1);
background-attachment: scroll;
}
@media (min-width: 768px) and (max-width: 991px){#s-94bf654a-b7e5-4418-8c6b-d16efdef56b6 {
  display: none;
}
#s-94bf654a-b7e5-4418-8c6b-d16efdef56b6, #wrap-s-94bf654a-b7e5-4418-8c6b-d16efdef56b6 { display:none !important; }}@media (max-width: 767px){#s-94bf654a-b7e5-4418-8c6b-d16efdef56b6 {
  display: none;
}
#s-94bf654a-b7e5-4418-8c6b-d16efdef56b6, #wrap-s-94bf654a-b7e5-4418-8c6b-d16efdef56b6 { display:none !important; }}







#s-94bf654a-b7e5-4418-8c6b-d16efdef56b6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-94bf654a-b7e5-4418-8c6b-d16efdef56b6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shg-sld-content {
  width: 100%;
  position: relative;
  z-index: 1;
}

.shg-sld-slides {
  word-break: break-word;
  position: relative;
}

.shg-sld-slides-padded {
  padding: 0 35px;
}

.shg-sld-nav-button {
  cursor: pointer;
  position: absolute;
  z-index: 10;
  top: 0;
  width: 35px;
  min-height: 35px;
  height: 100%;

  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.shg-sld-nav-button > svg {
  height: 100%;
  width: 100%;
}

.shg-sld-nav-button.shg-sld-left {
  left: 0;
}

.shg-sld-nav-button.shg-sld-left-over-content {
  left: 2%;
}

.shg-sld-nav-button.shg-sld-right {
  right: 0;
}

.shg-sld-nav-button.shg-sld-right-over-content {
  right: 2%;
}

.shg-sld-nav-button.shg-sld-disabled {
  cursor: default;
  opacity: 0.2;
}

.shg-sld-item {
  display: none;
}

.shg-sld-item.shg-sld-active {
  display: block;
}

.shg-sld-dots {
  margin-top: 10px;
  text-align: center;
  z-index: 1;
  position: relative;
}

.shg-sld-dots-on-top {
  margin-top: -30px !important;
}

.shg-sld-dot {
  cursor: pointer;
  display: inline-block !important;
  height: 14px;
  width: 14px;
  border-radius: 100%;
  margin-left: 5px;
  opacity: 0.5;
}

.shg-sld-dot:first-child {
  margin-left: 0px;
}

.shg-sld-dot.shg-sld-active {
  opacity: 1;
}

@keyframes shg-sld-fade {
  from {
    opacity: 0.4;
  }

  to {
    opacity: 1;
  }
}

#s-ff93105d-f3b3-4aca-9eee-010ee7f8a82c {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-ff93105d-f3b3-4aca-9eee-010ee7f8a82c .shg-sld-dot {
  background-color: rgba(255, 255, 255, 1);
}

#s-ff93105d-f3b3-4aca-9eee-010ee7f8a82c .shg-sld-nav-button.shg-sld-left,
#s-ff93105d-f3b3-4aca-9eee-010ee7f8a82c .shg-sld-nav-button.shg-sld-right {
  fill: rgba(255, 255, 255, 1);
}

.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-6fd5d3a3-b443-48b5-940f-03023ee33a60 {
  text-align: center;
}







  img.s-6fd5d3a3-b443-48b5-940f-03023ee33a60.shogun-image {
    
    
  }


.s-6fd5d3a3-b443-48b5-940f-03023ee33a60 .shogun-image-content {
  
    align-items: center;
  
}

.s-6fd5d3a3-b443-48b5-940f-03023ee33a60.shg-align-container {
  text-align: center
}

.s-6fd5d3a3-b443-48b5-940f-03023ee33a60.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6fd5d3a3-b443-48b5-940f-03023ee33a60.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-6fd5d3a3-b443-48b5-940f-03023ee33a60.shogun-image {
    
    
  }


.s-6fd5d3a3-b443-48b5-940f-03023ee33a60 .shogun-image-content {
  
    align-items: center;
  
}

.s-6fd5d3a3-b443-48b5-940f-03023ee33a60.shg-align-container {
  text-align: center
}

.s-6fd5d3a3-b443-48b5-940f-03023ee33a60.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6fd5d3a3-b443-48b5-940f-03023ee33a60.shogun-image {
  box-sizing: border-box;
}


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





  img.s-6fd5d3a3-b443-48b5-940f-03023ee33a60.shogun-image {
    
    
  }


.s-6fd5d3a3-b443-48b5-940f-03023ee33a60 .shogun-image-content {
  
    align-items: center;
  
}

.s-6fd5d3a3-b443-48b5-940f-03023ee33a60.shg-align-container {
  text-align: center
}

.s-6fd5d3a3-b443-48b5-940f-03023ee33a60.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6fd5d3a3-b443-48b5-940f-03023ee33a60.shogun-image {
  box-sizing: border-box;
}


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





  img.s-6fd5d3a3-b443-48b5-940f-03023ee33a60.shogun-image {
    
    
  }


.s-6fd5d3a3-b443-48b5-940f-03023ee33a60 .shogun-image-content {
  
    align-items: center;
  
}

.s-6fd5d3a3-b443-48b5-940f-03023ee33a60.shg-align-container {
  text-align: center
}

.s-6fd5d3a3-b443-48b5-940f-03023ee33a60.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6fd5d3a3-b443-48b5-940f-03023ee33a60.shogun-image {
  box-sizing: border-box;
}


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





  img.s-6fd5d3a3-b443-48b5-940f-03023ee33a60.shogun-image {
    
    
  }


.s-6fd5d3a3-b443-48b5-940f-03023ee33a60 .shogun-image-content {
  
    align-items: center;
  
}

.s-6fd5d3a3-b443-48b5-940f-03023ee33a60.shg-align-container {
  text-align: center
}

.s-6fd5d3a3-b443-48b5-940f-03023ee33a60.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6fd5d3a3-b443-48b5-940f-03023ee33a60.shogun-image {
  box-sizing: border-box;
}


}
#s-cd3c186a-9111-4665-b676-783d93421e61 {
  text-align: center;
}







  img.s-cd3c186a-9111-4665-b676-783d93421e61.shogun-image {
    
    
  }


.s-cd3c186a-9111-4665-b676-783d93421e61 .shogun-image-content {
  
    align-items: center;
  
}

.s-cd3c186a-9111-4665-b676-783d93421e61.shg-align-container {
  text-align: center
}

.s-cd3c186a-9111-4665-b676-783d93421e61.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cd3c186a-9111-4665-b676-783d93421e61.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-cd3c186a-9111-4665-b676-783d93421e61.shogun-image {
    
    
  }


.s-cd3c186a-9111-4665-b676-783d93421e61 .shogun-image-content {
  
    align-items: center;
  
}

.s-cd3c186a-9111-4665-b676-783d93421e61.shg-align-container {
  text-align: center
}

.s-cd3c186a-9111-4665-b676-783d93421e61.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cd3c186a-9111-4665-b676-783d93421e61.shogun-image {
  box-sizing: border-box;
}


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





  img.s-cd3c186a-9111-4665-b676-783d93421e61.shogun-image {
    
    
  }


.s-cd3c186a-9111-4665-b676-783d93421e61 .shogun-image-content {
  
    align-items: center;
  
}

.s-cd3c186a-9111-4665-b676-783d93421e61.shg-align-container {
  text-align: center
}

.s-cd3c186a-9111-4665-b676-783d93421e61.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cd3c186a-9111-4665-b676-783d93421e61.shogun-image {
  box-sizing: border-box;
}


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





  img.s-cd3c186a-9111-4665-b676-783d93421e61.shogun-image {
    
    
  }


.s-cd3c186a-9111-4665-b676-783d93421e61 .shogun-image-content {
  
    align-items: center;
  
}

.s-cd3c186a-9111-4665-b676-783d93421e61.shg-align-container {
  text-align: center
}

.s-cd3c186a-9111-4665-b676-783d93421e61.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cd3c186a-9111-4665-b676-783d93421e61.shogun-image {
  box-sizing: border-box;
}


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





  img.s-cd3c186a-9111-4665-b676-783d93421e61.shogun-image {
    
    
  }


.s-cd3c186a-9111-4665-b676-783d93421e61 .shogun-image-content {
  
    align-items: center;
  
}

.s-cd3c186a-9111-4665-b676-783d93421e61.shg-align-container {
  text-align: center
}

.s-cd3c186a-9111-4665-b676-783d93421e61.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cd3c186a-9111-4665-b676-783d93421e61.shogun-image {
  box-sizing: border-box;
}


}
#s-250f9d5b-180d-46db-b9e9-53920d554ea3 {
  text-align: center;
}







  img.s-250f9d5b-180d-46db-b9e9-53920d554ea3.shogun-image {
    
    
  }


.s-250f9d5b-180d-46db-b9e9-53920d554ea3 .shogun-image-content {
  
    align-items: center;
  
}

.s-250f9d5b-180d-46db-b9e9-53920d554ea3.shg-align-container {
  text-align: center
}

.s-250f9d5b-180d-46db-b9e9-53920d554ea3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-250f9d5b-180d-46db-b9e9-53920d554ea3.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-250f9d5b-180d-46db-b9e9-53920d554ea3.shogun-image {
    
    
  }


.s-250f9d5b-180d-46db-b9e9-53920d554ea3 .shogun-image-content {
  
    align-items: center;
  
}

.s-250f9d5b-180d-46db-b9e9-53920d554ea3.shg-align-container {
  text-align: center
}

.s-250f9d5b-180d-46db-b9e9-53920d554ea3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-250f9d5b-180d-46db-b9e9-53920d554ea3.shogun-image {
  box-sizing: border-box;
}


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





  img.s-250f9d5b-180d-46db-b9e9-53920d554ea3.shogun-image {
    
    
  }


.s-250f9d5b-180d-46db-b9e9-53920d554ea3 .shogun-image-content {
  
    align-items: center;
  
}

.s-250f9d5b-180d-46db-b9e9-53920d554ea3.shg-align-container {
  text-align: center
}

.s-250f9d5b-180d-46db-b9e9-53920d554ea3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-250f9d5b-180d-46db-b9e9-53920d554ea3.shogun-image {
  box-sizing: border-box;
}


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





  img.s-250f9d5b-180d-46db-b9e9-53920d554ea3.shogun-image {
    
    
  }


.s-250f9d5b-180d-46db-b9e9-53920d554ea3 .shogun-image-content {
  
    align-items: center;
  
}

.s-250f9d5b-180d-46db-b9e9-53920d554ea3.shg-align-container {
  text-align: center
}

.s-250f9d5b-180d-46db-b9e9-53920d554ea3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-250f9d5b-180d-46db-b9e9-53920d554ea3.shogun-image {
  box-sizing: border-box;
}


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





  img.s-250f9d5b-180d-46db-b9e9-53920d554ea3.shogun-image {
    
    
  }


.s-250f9d5b-180d-46db-b9e9-53920d554ea3 .shogun-image-content {
  
    align-items: center;
  
}

.s-250f9d5b-180d-46db-b9e9-53920d554ea3.shg-align-container {
  text-align: center
}

.s-250f9d5b-180d-46db-b9e9-53920d554ea3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-250f9d5b-180d-46db-b9e9-53920d554ea3.shogun-image {
  box-sizing: border-box;
}


}
#s-91b9ac0c-0624-4319-8fb4-970a326b2058 {
  text-align: center;
}







  img.s-91b9ac0c-0624-4319-8fb4-970a326b2058.shogun-image {
    
    
  }


.s-91b9ac0c-0624-4319-8fb4-970a326b2058 .shogun-image-content {
  
    align-items: center;
  
}

.s-91b9ac0c-0624-4319-8fb4-970a326b2058.shg-align-container {
  text-align: center
}

.s-91b9ac0c-0624-4319-8fb4-970a326b2058.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-91b9ac0c-0624-4319-8fb4-970a326b2058.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-91b9ac0c-0624-4319-8fb4-970a326b2058.shogun-image {
    
    
  }


.s-91b9ac0c-0624-4319-8fb4-970a326b2058 .shogun-image-content {
  
    align-items: center;
  
}

.s-91b9ac0c-0624-4319-8fb4-970a326b2058.shg-align-container {
  text-align: center
}

.s-91b9ac0c-0624-4319-8fb4-970a326b2058.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-91b9ac0c-0624-4319-8fb4-970a326b2058.shogun-image {
  box-sizing: border-box;
}


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





  img.s-91b9ac0c-0624-4319-8fb4-970a326b2058.shogun-image {
    
    
  }


.s-91b9ac0c-0624-4319-8fb4-970a326b2058 .shogun-image-content {
  
    align-items: center;
  
}

.s-91b9ac0c-0624-4319-8fb4-970a326b2058.shg-align-container {
  text-align: center
}

.s-91b9ac0c-0624-4319-8fb4-970a326b2058.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-91b9ac0c-0624-4319-8fb4-970a326b2058.shogun-image {
  box-sizing: border-box;
}


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





  img.s-91b9ac0c-0624-4319-8fb4-970a326b2058.shogun-image {
    
    
  }


.s-91b9ac0c-0624-4319-8fb4-970a326b2058 .shogun-image-content {
  
    align-items: center;
  
}

.s-91b9ac0c-0624-4319-8fb4-970a326b2058.shg-align-container {
  text-align: center
}

.s-91b9ac0c-0624-4319-8fb4-970a326b2058.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-91b9ac0c-0624-4319-8fb4-970a326b2058.shogun-image {
  box-sizing: border-box;
}


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





  img.s-91b9ac0c-0624-4319-8fb4-970a326b2058.shogun-image {
    
    
  }


.s-91b9ac0c-0624-4319-8fb4-970a326b2058 .shogun-image-content {
  
    align-items: center;
  
}

.s-91b9ac0c-0624-4319-8fb4-970a326b2058.shg-align-container {
  text-align: center
}

.s-91b9ac0c-0624-4319-8fb4-970a326b2058.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-91b9ac0c-0624-4319-8fb4-970a326b2058.shogun-image {
  box-sizing: border-box;
}


}
#s-d3bafcd2-dc08-4c81-95c9-d1cf008b0091 {
  text-align: center;
}







  img.s-d3bafcd2-dc08-4c81-95c9-d1cf008b0091.shogun-image {
    
    
  }


.s-d3bafcd2-dc08-4c81-95c9-d1cf008b0091 .shogun-image-content {
  
    align-items: center;
  
}

.s-d3bafcd2-dc08-4c81-95c9-d1cf008b0091.shg-align-container {
  text-align: center
}

.s-d3bafcd2-dc08-4c81-95c9-d1cf008b0091.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d3bafcd2-dc08-4c81-95c9-d1cf008b0091.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-d3bafcd2-dc08-4c81-95c9-d1cf008b0091.shogun-image {
    
    
  }


.s-d3bafcd2-dc08-4c81-95c9-d1cf008b0091 .shogun-image-content {
  
    align-items: center;
  
}

.s-d3bafcd2-dc08-4c81-95c9-d1cf008b0091.shg-align-container {
  text-align: center
}

.s-d3bafcd2-dc08-4c81-95c9-d1cf008b0091.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d3bafcd2-dc08-4c81-95c9-d1cf008b0091.shogun-image {
  box-sizing: border-box;
}


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





  img.s-d3bafcd2-dc08-4c81-95c9-d1cf008b0091.shogun-image {
    
    
  }


.s-d3bafcd2-dc08-4c81-95c9-d1cf008b0091 .shogun-image-content {
  
    align-items: center;
  
}

.s-d3bafcd2-dc08-4c81-95c9-d1cf008b0091.shg-align-container {
  text-align: center
}

.s-d3bafcd2-dc08-4c81-95c9-d1cf008b0091.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d3bafcd2-dc08-4c81-95c9-d1cf008b0091.shogun-image {
  box-sizing: border-box;
}


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





  img.s-d3bafcd2-dc08-4c81-95c9-d1cf008b0091.shogun-image {
    
    
  }


.s-d3bafcd2-dc08-4c81-95c9-d1cf008b0091 .shogun-image-content {
  
    align-items: center;
  
}

.s-d3bafcd2-dc08-4c81-95c9-d1cf008b0091.shg-align-container {
  text-align: center
}

.s-d3bafcd2-dc08-4c81-95c9-d1cf008b0091.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d3bafcd2-dc08-4c81-95c9-d1cf008b0091.shogun-image {
  box-sizing: border-box;
}


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





  img.s-d3bafcd2-dc08-4c81-95c9-d1cf008b0091.shogun-image {
    
    
  }


.s-d3bafcd2-dc08-4c81-95c9-d1cf008b0091 .shogun-image-content {
  
    align-items: center;
  
}

.s-d3bafcd2-dc08-4c81-95c9-d1cf008b0091.shg-align-container {
  text-align: center
}

.s-d3bafcd2-dc08-4c81-95c9-d1cf008b0091.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d3bafcd2-dc08-4c81-95c9-d1cf008b0091.shogun-image {
  box-sizing: border-box;
}


}
#s-4b173f54-c736-4e2c-a6c1-408c1e4792b8 {
  text-align: center;
}







  img.s-4b173f54-c736-4e2c-a6c1-408c1e4792b8.shogun-image {
    
    
  }


.s-4b173f54-c736-4e2c-a6c1-408c1e4792b8 .shogun-image-content {
  
    align-items: center;
  
}

.s-4b173f54-c736-4e2c-a6c1-408c1e4792b8.shg-align-container {
  text-align: center
}

.s-4b173f54-c736-4e2c-a6c1-408c1e4792b8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4b173f54-c736-4e2c-a6c1-408c1e4792b8.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-4b173f54-c736-4e2c-a6c1-408c1e4792b8.shogun-image {
    
    
  }


.s-4b173f54-c736-4e2c-a6c1-408c1e4792b8 .shogun-image-content {
  
    align-items: center;
  
}

.s-4b173f54-c736-4e2c-a6c1-408c1e4792b8.shg-align-container {
  text-align: center
}

.s-4b173f54-c736-4e2c-a6c1-408c1e4792b8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4b173f54-c736-4e2c-a6c1-408c1e4792b8.shogun-image {
  box-sizing: border-box;
}


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





  img.s-4b173f54-c736-4e2c-a6c1-408c1e4792b8.shogun-image {
    
    
  }


.s-4b173f54-c736-4e2c-a6c1-408c1e4792b8 .shogun-image-content {
  
    align-items: center;
  
}

.s-4b173f54-c736-4e2c-a6c1-408c1e4792b8.shg-align-container {
  text-align: center
}

.s-4b173f54-c736-4e2c-a6c1-408c1e4792b8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4b173f54-c736-4e2c-a6c1-408c1e4792b8.shogun-image {
  box-sizing: border-box;
}


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





  img.s-4b173f54-c736-4e2c-a6c1-408c1e4792b8.shogun-image {
    
    
  }


.s-4b173f54-c736-4e2c-a6c1-408c1e4792b8 .shogun-image-content {
  
    align-items: center;
  
}

.s-4b173f54-c736-4e2c-a6c1-408c1e4792b8.shg-align-container {
  text-align: center
}

.s-4b173f54-c736-4e2c-a6c1-408c1e4792b8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4b173f54-c736-4e2c-a6c1-408c1e4792b8.shogun-image {
  box-sizing: border-box;
}


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





  img.s-4b173f54-c736-4e2c-a6c1-408c1e4792b8.shogun-image {
    
    
  }


.s-4b173f54-c736-4e2c-a6c1-408c1e4792b8 .shogun-image-content {
  
    align-items: center;
  
}

.s-4b173f54-c736-4e2c-a6c1-408c1e4792b8.shg-align-container {
  text-align: center
}

.s-4b173f54-c736-4e2c-a6c1-408c1e4792b8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4b173f54-c736-4e2c-a6c1-408c1e4792b8.shogun-image {
  box-sizing: border-box;
}


}
#s-fca6f74e-8705-4365-a125-c4e7cd6e0673 {
  text-align: center;
}







  img.s-fca6f74e-8705-4365-a125-c4e7cd6e0673.shogun-image {
    
    
  }


.s-fca6f74e-8705-4365-a125-c4e7cd6e0673 .shogun-image-content {
  
    align-items: center;
  
}

.s-fca6f74e-8705-4365-a125-c4e7cd6e0673.shg-align-container {
  text-align: center
}

.s-fca6f74e-8705-4365-a125-c4e7cd6e0673.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fca6f74e-8705-4365-a125-c4e7cd6e0673.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-fca6f74e-8705-4365-a125-c4e7cd6e0673.shogun-image {
    
    
  }


.s-fca6f74e-8705-4365-a125-c4e7cd6e0673 .shogun-image-content {
  
    align-items: center;
  
}

.s-fca6f74e-8705-4365-a125-c4e7cd6e0673.shg-align-container {
  text-align: center
}

.s-fca6f74e-8705-4365-a125-c4e7cd6e0673.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fca6f74e-8705-4365-a125-c4e7cd6e0673.shogun-image {
  box-sizing: border-box;
}


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





  img.s-fca6f74e-8705-4365-a125-c4e7cd6e0673.shogun-image {
    
    
  }


.s-fca6f74e-8705-4365-a125-c4e7cd6e0673 .shogun-image-content {
  
    align-items: center;
  
}

.s-fca6f74e-8705-4365-a125-c4e7cd6e0673.shg-align-container {
  text-align: center
}

.s-fca6f74e-8705-4365-a125-c4e7cd6e0673.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fca6f74e-8705-4365-a125-c4e7cd6e0673.shogun-image {
  box-sizing: border-box;
}


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





  img.s-fca6f74e-8705-4365-a125-c4e7cd6e0673.shogun-image {
    
    
  }


.s-fca6f74e-8705-4365-a125-c4e7cd6e0673 .shogun-image-content {
  
    align-items: center;
  
}

.s-fca6f74e-8705-4365-a125-c4e7cd6e0673.shg-align-container {
  text-align: center
}

.s-fca6f74e-8705-4365-a125-c4e7cd6e0673.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fca6f74e-8705-4365-a125-c4e7cd6e0673.shogun-image {
  box-sizing: border-box;
}


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





  img.s-fca6f74e-8705-4365-a125-c4e7cd6e0673.shogun-image {
    
    
  }


.s-fca6f74e-8705-4365-a125-c4e7cd6e0673 .shogun-image-content {
  
    align-items: center;
  
}

.s-fca6f74e-8705-4365-a125-c4e7cd6e0673.shg-align-container {
  text-align: center
}

.s-fca6f74e-8705-4365-a125-c4e7cd6e0673.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fca6f74e-8705-4365-a125-c4e7cd6e0673.shogun-image {
  box-sizing: border-box;
}


}
#s-5c7fdf86-8ccf-44cb-abfa-104e39a9849a {
  text-align: center;
}







  img.s-5c7fdf86-8ccf-44cb-abfa-104e39a9849a.shogun-image {
    
    
  }


.s-5c7fdf86-8ccf-44cb-abfa-104e39a9849a .shogun-image-content {
  
    align-items: center;
  
}

.s-5c7fdf86-8ccf-44cb-abfa-104e39a9849a.shg-align-container {
  text-align: center
}

.s-5c7fdf86-8ccf-44cb-abfa-104e39a9849a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5c7fdf86-8ccf-44cb-abfa-104e39a9849a.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-5c7fdf86-8ccf-44cb-abfa-104e39a9849a.shogun-image {
    
    
  }


.s-5c7fdf86-8ccf-44cb-abfa-104e39a9849a .shogun-image-content {
  
    align-items: center;
  
}

.s-5c7fdf86-8ccf-44cb-abfa-104e39a9849a.shg-align-container {
  text-align: center
}

.s-5c7fdf86-8ccf-44cb-abfa-104e39a9849a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5c7fdf86-8ccf-44cb-abfa-104e39a9849a.shogun-image {
  box-sizing: border-box;
}


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





  img.s-5c7fdf86-8ccf-44cb-abfa-104e39a9849a.shogun-image {
    
    
  }


.s-5c7fdf86-8ccf-44cb-abfa-104e39a9849a .shogun-image-content {
  
    align-items: center;
  
}

.s-5c7fdf86-8ccf-44cb-abfa-104e39a9849a.shg-align-container {
  text-align: center
}

.s-5c7fdf86-8ccf-44cb-abfa-104e39a9849a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5c7fdf86-8ccf-44cb-abfa-104e39a9849a.shogun-image {
  box-sizing: border-box;
}


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





  img.s-5c7fdf86-8ccf-44cb-abfa-104e39a9849a.shogun-image {
    
    
  }


.s-5c7fdf86-8ccf-44cb-abfa-104e39a9849a .shogun-image-content {
  
    align-items: center;
  
}

.s-5c7fdf86-8ccf-44cb-abfa-104e39a9849a.shg-align-container {
  text-align: center
}

.s-5c7fdf86-8ccf-44cb-abfa-104e39a9849a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5c7fdf86-8ccf-44cb-abfa-104e39a9849a.shogun-image {
  box-sizing: border-box;
}


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





  img.s-5c7fdf86-8ccf-44cb-abfa-104e39a9849a.shogun-image {
    
    
  }


.s-5c7fdf86-8ccf-44cb-abfa-104e39a9849a .shogun-image-content {
  
    align-items: center;
  
}

.s-5c7fdf86-8ccf-44cb-abfa-104e39a9849a.shg-align-container {
  text-align: center
}

.s-5c7fdf86-8ccf-44cb-abfa-104e39a9849a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5c7fdf86-8ccf-44cb-abfa-104e39a9849a.shogun-image {
  box-sizing: border-box;
}


}
#s-a4d79020-5221-4621-8904-0d6737d984b3 {
  text-align: center;
}







  img.s-a4d79020-5221-4621-8904-0d6737d984b3.shogun-image {
    
    
  }


.s-a4d79020-5221-4621-8904-0d6737d984b3 .shogun-image-content {
  
    align-items: center;
  
}

.s-a4d79020-5221-4621-8904-0d6737d984b3.shg-align-container {
  text-align: center
}

.s-a4d79020-5221-4621-8904-0d6737d984b3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a4d79020-5221-4621-8904-0d6737d984b3.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-a4d79020-5221-4621-8904-0d6737d984b3.shogun-image {
    
    
  }


.s-a4d79020-5221-4621-8904-0d6737d984b3 .shogun-image-content {
  
    align-items: center;
  
}

.s-a4d79020-5221-4621-8904-0d6737d984b3.shg-align-container {
  text-align: center
}

.s-a4d79020-5221-4621-8904-0d6737d984b3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a4d79020-5221-4621-8904-0d6737d984b3.shogun-image {
  box-sizing: border-box;
}


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





  img.s-a4d79020-5221-4621-8904-0d6737d984b3.shogun-image {
    
    
  }


.s-a4d79020-5221-4621-8904-0d6737d984b3 .shogun-image-content {
  
    align-items: center;
  
}

.s-a4d79020-5221-4621-8904-0d6737d984b3.shg-align-container {
  text-align: center
}

.s-a4d79020-5221-4621-8904-0d6737d984b3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a4d79020-5221-4621-8904-0d6737d984b3.shogun-image {
  box-sizing: border-box;
}


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





  img.s-a4d79020-5221-4621-8904-0d6737d984b3.shogun-image {
    
    
  }


.s-a4d79020-5221-4621-8904-0d6737d984b3 .shogun-image-content {
  
    align-items: center;
  
}

.s-a4d79020-5221-4621-8904-0d6737d984b3.shg-align-container {
  text-align: center
}

.s-a4d79020-5221-4621-8904-0d6737d984b3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a4d79020-5221-4621-8904-0d6737d984b3.shogun-image {
  box-sizing: border-box;
}


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





  img.s-a4d79020-5221-4621-8904-0d6737d984b3.shogun-image {
    
    
  }


.s-a4d79020-5221-4621-8904-0d6737d984b3 .shogun-image-content {
  
    align-items: center;
  
}

.s-a4d79020-5221-4621-8904-0d6737d984b3.shg-align-container {
  text-align: center
}

.s-a4d79020-5221-4621-8904-0d6737d984b3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a4d79020-5221-4621-8904-0d6737d984b3.shogun-image {
  box-sizing: border-box;
}


}
#s-6ac6c4ad-1f1a-4a64-a835-676a3dfc2ab4 {
  text-align: center;
}







  img.s-6ac6c4ad-1f1a-4a64-a835-676a3dfc2ab4.shogun-image {
    
    
  }


.s-6ac6c4ad-1f1a-4a64-a835-676a3dfc2ab4 .shogun-image-content {
  
    align-items: center;
  
}

.s-6ac6c4ad-1f1a-4a64-a835-676a3dfc2ab4.shg-align-container {
  text-align: center
}

.s-6ac6c4ad-1f1a-4a64-a835-676a3dfc2ab4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6ac6c4ad-1f1a-4a64-a835-676a3dfc2ab4.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-6ac6c4ad-1f1a-4a64-a835-676a3dfc2ab4.shogun-image {
    
    
  }


.s-6ac6c4ad-1f1a-4a64-a835-676a3dfc2ab4 .shogun-image-content {
  
    align-items: center;
  
}

.s-6ac6c4ad-1f1a-4a64-a835-676a3dfc2ab4.shg-align-container {
  text-align: center
}

.s-6ac6c4ad-1f1a-4a64-a835-676a3dfc2ab4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6ac6c4ad-1f1a-4a64-a835-676a3dfc2ab4.shogun-image {
  box-sizing: border-box;
}


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





  img.s-6ac6c4ad-1f1a-4a64-a835-676a3dfc2ab4.shogun-image {
    
    
  }


.s-6ac6c4ad-1f1a-4a64-a835-676a3dfc2ab4 .shogun-image-content {
  
    align-items: center;
  
}

.s-6ac6c4ad-1f1a-4a64-a835-676a3dfc2ab4.shg-align-container {
  text-align: center
}

.s-6ac6c4ad-1f1a-4a64-a835-676a3dfc2ab4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6ac6c4ad-1f1a-4a64-a835-676a3dfc2ab4.shogun-image {
  box-sizing: border-box;
}


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





  img.s-6ac6c4ad-1f1a-4a64-a835-676a3dfc2ab4.shogun-image {
    
    
  }


.s-6ac6c4ad-1f1a-4a64-a835-676a3dfc2ab4 .shogun-image-content {
  
    align-items: center;
  
}

.s-6ac6c4ad-1f1a-4a64-a835-676a3dfc2ab4.shg-align-container {
  text-align: center
}

.s-6ac6c4ad-1f1a-4a64-a835-676a3dfc2ab4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6ac6c4ad-1f1a-4a64-a835-676a3dfc2ab4.shogun-image {
  box-sizing: border-box;
}


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





  img.s-6ac6c4ad-1f1a-4a64-a835-676a3dfc2ab4.shogun-image {
    
    
  }


.s-6ac6c4ad-1f1a-4a64-a835-676a3dfc2ab4 .shogun-image-content {
  
    align-items: center;
  
}

.s-6ac6c4ad-1f1a-4a64-a835-676a3dfc2ab4.shg-align-container {
  text-align: center
}

.s-6ac6c4ad-1f1a-4a64-a835-676a3dfc2ab4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6ac6c4ad-1f1a-4a64-a835-676a3dfc2ab4.shogun-image {
  box-sizing: border-box;
}


}
#s-f0c452e6-6a2f-4185-a7c8-d4b488594e90 {
  text-align: center;
}







  #s-f0c452e6-6a2f-4185-a7c8-d4b488594e90 img.shogun-image {
    

    
    
    
  }


#s-f0c452e6-6a2f-4185-a7c8-d4b488594e90 .shogun-image-content {
  
    align-items: center;
  
}

#s-ceacfc86-e549-4ca4-9036-6d8d73f8275b {
  text-align: center;
}







  #s-ceacfc86-e549-4ca4-9036-6d8d73f8275b img.shogun-image {
    

    
    
    
  }


#s-ceacfc86-e549-4ca4-9036-6d8d73f8275b .shogun-image-content {
  
    align-items: center;
  
}

#s-bef9ffb7-3787-4249-81a8-210bd65d5902 {
  text-align: center;
}







  #s-bef9ffb7-3787-4249-81a8-210bd65d5902 img.shogun-image {
    

    
    
    
  }


#s-bef9ffb7-3787-4249-81a8-210bd65d5902 .shogun-image-content {
  
    align-items: center;
  
}

#s-4170397c-f1d2-402c-ad89-21a93211ba57 {
  text-align: center;
}







  #s-4170397c-f1d2-402c-ad89-21a93211ba57 img.shogun-image {
    

    
    
    
  }


#s-4170397c-f1d2-402c-ad89-21a93211ba57 .shogun-image-content {
  
    align-items: center;
  
}

#s-4df9323f-93f9-42f2-8670-d3965950bfa7 {
  text-align: center;
}







  #s-4df9323f-93f9-42f2-8670-d3965950bfa7 img.shogun-image {
    

    
    
    
  }


#s-4df9323f-93f9-42f2-8670-d3965950bfa7 .shogun-image-content {
  
    align-items: center;
  
}

#s-83a6a7f7-9609-4815-9149-fcfed81efe07 {
  text-align: center;
}







  #s-83a6a7f7-9609-4815-9149-fcfed81efe07 img.shogun-image {
    

    
    
    
  }


#s-83a6a7f7-9609-4815-9149-fcfed81efe07 .shogun-image-content {
  
    align-items: center;
  
}

#s-e4195fdb-4c9d-4b58-b50f-f23d4eccf1fc {
  text-align: center;
}







  #s-e4195fdb-4c9d-4b58-b50f-f23d4eccf1fc img.shogun-image {
    

    
    
    
  }


#s-e4195fdb-4c9d-4b58-b50f-f23d4eccf1fc .shogun-image-content {
  
    align-items: center;
  
}

#s-30d63c68-2603-457f-b8df-383f2416340e {
  text-align: center;
}







  #s-30d63c68-2603-457f-b8df-383f2416340e img.shogun-image {
    

    
    
    
  }


#s-30d63c68-2603-457f-b8df-383f2416340e .shogun-image-content {
  
    align-items: center;
  
}

#s-6df7df68-9858-4c72-acc6-280abd682931 {
  text-align: center;
}







  #s-6df7df68-9858-4c72-acc6-280abd682931 img.shogun-image {
    

    
    
    
  }


#s-6df7df68-9858-4c72-acc6-280abd682931 .shogun-image-content {
  
    align-items: center;
  
}

#s-81fba786-4a83-472d-a421-26ffd8a8fa24 {
  text-align: center;
}







  #s-81fba786-4a83-472d-a421-26ffd8a8fa24 img.shogun-image {
    

    
    
    
  }


#s-81fba786-4a83-472d-a421-26ffd8a8fa24 .shogun-image-content {
  
    align-items: center;
  
}

#s-84b4e105-f1fd-4a2f-a1ee-45866da1dd5f {
  min-height: 677px;
max-width: 1013px;
text-align: center;
}







  #s-84b4e105-f1fd-4a2f-a1ee-45866da1dd5f img.shogun-image {
    

    
    
    
  }


#s-84b4e105-f1fd-4a2f-a1ee-45866da1dd5f .shogun-image-content {
  
    align-items: center;
  
}

#s-8af9d22f-bf7a-4d0f-b3ab-750899f22956 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
padding-top: 7px;
min-height: 72px;
background-position: center center;
background-attachment: scroll;
}
@media (min-width: 768px) and (max-width: 991px){#s-8af9d22f-bf7a-4d0f-b3ab-750899f22956 {
  display: none;
}
#s-8af9d22f-bf7a-4d0f-b3ab-750899f22956, #wrap-s-8af9d22f-bf7a-4d0f-b3ab-750899f22956 { display:none !important; }}@media (max-width: 767px){#s-8af9d22f-bf7a-4d0f-b3ab-750899f22956 {
  display: none;
}
#s-8af9d22f-bf7a-4d0f-b3ab-750899f22956, #wrap-s-8af9d22f-bf7a-4d0f-b3ab-750899f22956 { display:none !important; }}







#s-8af9d22f-bf7a-4d0f-b3ab-750899f22956 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8af9d22f-bf7a-4d0f-b3ab-750899f22956.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-6727941e-7e48-40c9-a81c-e90c7c6b8149"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6727941e-7e48-40c9-a81c-e90c7c6b8149"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-6727941e-7e48-40c9-a81c-e90c7c6b8149"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-6727941e-7e48-40c9-a81c-e90c7c6b8149"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-ea0bf804-6304-45c3-88e8-25ef91ebd5e1 {
  margin-top: 8px;
margin-bottom: 8px;
}

#s-c94e004a-9744-4834-baeb-0a49819b08c1 {
  margin-top: 8px;
margin-bottom: 8px;
}

#s-c0073dc5-133d-4c75-9dcb-2426afe78bc4 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 538px;
background-position: center center;
}
@media (min-width: 1200px){#s-c0073dc5-133d-4c75-9dcb-2426afe78bc4 {
  display: none;
}
#s-c0073dc5-133d-4c75-9dcb-2426afe78bc4, #wrap-s-c0073dc5-133d-4c75-9dcb-2426afe78bc4 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c0073dc5-133d-4c75-9dcb-2426afe78bc4 {
  display: none;
}
#s-c0073dc5-133d-4c75-9dcb-2426afe78bc4, #wrap-s-c0073dc5-133d-4c75-9dcb-2426afe78bc4 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-c0073dc5-133d-4c75-9dcb-2426afe78bc4 {
  
}
}
#s-c0073dc5-133d-4c75-9dcb-2426afe78bc4 {
  background-image: url(https://i.shgcdn.com/525ff4ec-f925-4b29-89e0-aa941a9cf01c/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-c0073dc5-133d-4c75-9dcb-2426afe78bc4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c0073dc5-133d-4c75-9dcb-2426afe78bc4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3613b8ca-240b-4bb3-8e2a-46c15aa1f33d {
  text-align: center;
}







  #s-3613b8ca-240b-4bb3-8e2a-46c15aa1f33d img.shogun-image {
    

    
    
    
  }


#s-3613b8ca-240b-4bb3-8e2a-46c15aa1f33d .shogun-image-content {
  
    align-items: center;
  
}

#s-c0a6f1ac-242a-45be-8397-fb65d6368a6d {
  min-height: 50px;
background-color: rgba(255, 80, 0, 1);
}
@media (min-width: 1200px){#s-c0a6f1ac-242a-45be-8397-fb65d6368a6d {
  display: none;
}
#s-c0a6f1ac-242a-45be-8397-fb65d6368a6d, #wrap-s-c0a6f1ac-242a-45be-8397-fb65d6368a6d { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c0a6f1ac-242a-45be-8397-fb65d6368a6d {
  display: none;
}
#s-c0a6f1ac-242a-45be-8397-fb65d6368a6d, #wrap-s-c0a6f1ac-242a-45be-8397-fb65d6368a6d { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-c0a6f1ac-242a-45be-8397-fb65d6368a6d {
  
}
}







#s-c0a6f1ac-242a-45be-8397-fb65d6368a6d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c0a6f1ac-242a-45be-8397-fb65d6368a6d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6e2c4e03-1f05-4565-b36d-7e7ffc1c9320 {
  text-align: center;
}







  #s-6e2c4e03-1f05-4565-b36d-7e7ffc1c9320 img.shogun-image {
    

    
    
    
  }


#s-6e2c4e03-1f05-4565-b36d-7e7ffc1c9320 .shogun-image-content {
  
    align-items: center;
  
}

#s-720af0ee-96d7-4801-b5ac-4e8016b91a26 {
  margin-top: 40px;
margin-bottom: 15px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-720af0ee-96d7-4801-b5ac-4e8016b91a26 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  font-family: "f37-judge";
  font-style:  normal ;
  font-size: 40px;
  line-height: 1em;
  letter-spacing: 2px;
  
}



#s-79a23a58-af0e-412d-b91a-319bc1a51392 {
  margin-top: 40px;
margin-bottom: 15px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-79a23a58-af0e-412d-b91a-319bc1a51392 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  font-family: "TTHoves-Regular";
  font-style:  normal ;
  font-size: 18px;
  line-height: 1em;
  letter-spacing: 0px;
  
}



#s-2f4455f9-a238-4d0c-b1c8-5b33124bc5d9 {
  margin-top: 15px;
margin-left: 0px;
margin-bottom: 64px;
margin-right: 0px;
padding-top: 13px;
padding-left: 36px;
padding-bottom: 13px;
padding-right: 36px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-2f4455f9-a238-4d0c-b1c8-5b33124bc5d9:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-2f4455f9-a238-4d0c-b1c8-5b33124bc5d9:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-2f4455f9-a238-4d0c-b1c8-5b33124bc5d9-root {
    text-align: center;
  }


#s-2f4455f9-a238-4d0c-b1c8-5b33124bc5d9.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-2f4455f9-a238-4d0c-b1c8-5b33124bc5d9-root {
    text-align: center;
  }


#s-2f4455f9-a238-4d0c-b1c8-5b33124bc5d9.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-2f4455f9-a238-4d0c-b1c8-5b33124bc5d9-root {
    text-align: center;
  }


#s-2f4455f9-a238-4d0c-b1c8-5b33124bc5d9.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-2f4455f9-a238-4d0c-b1c8-5b33124bc5d9-root {
    text-align: center;
  }


#s-2f4455f9-a238-4d0c-b1c8-5b33124bc5d9.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-2f4455f9-a238-4d0c-b1c8-5b33124bc5d9-root {
    text-align: center;
  }


#s-2f4455f9-a238-4d0c-b1c8-5b33124bc5d9.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-07a6a8a2-8a74-4240-815b-ff3473a9214b {
  background-repeat: no-repeat;
background-size: cover;
min-height: 972px;
background-position: center center;
}
@media (min-width: 1200px){#s-07a6a8a2-8a74-4240-815b-ff3473a9214b {
  display: none;
}
#s-07a6a8a2-8a74-4240-815b-ff3473a9214b, #wrap-s-07a6a8a2-8a74-4240-815b-ff3473a9214b { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-07a6a8a2-8a74-4240-815b-ff3473a9214b {
  display: none;
}
#s-07a6a8a2-8a74-4240-815b-ff3473a9214b, #wrap-s-07a6a8a2-8a74-4240-815b-ff3473a9214b { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-07a6a8a2-8a74-4240-815b-ff3473a9214b {
  
}
}







#s-07a6a8a2-8a74-4240-815b-ff3473a9214b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-07a6a8a2-8a74-4240-815b-ff3473a9214b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-354a350e-6eea-4a20-8ec1-d096b1215b91 {
  margin-top: 0px;
margin-left: 20%;
margin-bottom: 0px;
margin-right: 20%;
padding-top: 64px;
padding-bottom: 7px;
max-width: 285px;
text-align: center;
}







  #s-354a350e-6eea-4a20-8ec1-d096b1215b91 img.shogun-image {
    

    
    
    
  }


#s-354a350e-6eea-4a20-8ec1-d096b1215b91 .shogun-image-content {
  
    align-items: center;
  
}

#s-42a9701e-a2aa-436c-b9cd-555142f2d450 {
  border-style: solid;
margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 10px;
padding-left: 70px;
padding-bottom: 10px;
padding-right: 70px;
border-color: rgba(34, 25, 77, 0);
border-radius: 2px;
background-color: rgba(37, 37, 37, 0);
text-align: center;
text-decoration: none;
letter-spacing: 0px;
color: rgba(208, 208, 208, 1);
background-image: none;
hover-type: color;
}
#s-42a9701e-a2aa-436c-b9cd-555142f2d450:hover {border-style: solid !important;
border-color: rgba(34, 25, 77, 0) !important;
background-color: rgba(66, 66, 66, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 80, 0, 1) !important;}#s-42a9701e-a2aa-436c-b9cd-555142f2d450:active {border-style: solid !important;
border-color: rgba(34, 25, 77, 0) !important;
background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(208, 208, 208, 1) !important;}

  #s-42a9701e-a2aa-436c-b9cd-555142f2d450-root {
    text-align: center;
  }


#s-42a9701e-a2aa-436c-b9cd-555142f2d450.shg-btn {
  color: rgba(208, 208, 208, 1);
  font-size: 16px;
  
  
  font-family: TTHoves-Regular;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-42a9701e-a2aa-436c-b9cd-555142f2d450-root {
    text-align: center;
  }


#s-42a9701e-a2aa-436c-b9cd-555142f2d450.shg-btn {
  color: rgba(208, 208, 208, 1);
  font-size: 16px;
  
  
  font-family: TTHoves-Regular;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-42a9701e-a2aa-436c-b9cd-555142f2d450-root {
    text-align: center;
  }


#s-42a9701e-a2aa-436c-b9cd-555142f2d450.shg-btn {
  color: rgba(208, 208, 208, 1);
  font-size: 16px;
  
  
  font-family: TTHoves-Regular;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-42a9701e-a2aa-436c-b9cd-555142f2d450-root {
    text-align: center;
  }


#s-42a9701e-a2aa-436c-b9cd-555142f2d450.shg-btn {
  color: rgba(208, 208, 208, 1);
  font-size: 16px;
  
  
  font-family: TTHoves-Regular;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-42a9701e-a2aa-436c-b9cd-555142f2d450-root {
    text-align: center;
  }


#s-42a9701e-a2aa-436c-b9cd-555142f2d450.shg-btn {
  color: rgba(208, 208, 208, 1);
  font-size: 16px;
  
  
  font-family: TTHoves-Regular;
  display:  inline-block ;
}
}
#s-4bd57836-8b0d-47d7-9bd0-d585ad1846ab {
  margin-top: 0px;
margin-left: 20%;
margin-bottom: 0px;
margin-right: 20%;
padding-top: 20px;
padding-bottom: 7px;
max-width: 285px;
text-align: center;
}







  #s-4bd57836-8b0d-47d7-9bd0-d585ad1846ab img.shogun-image {
    

    
    
    
  }


#s-4bd57836-8b0d-47d7-9bd0-d585ad1846ab .shogun-image-content {
  
    align-items: center;
  
}

#s-71405423-a805-4119-a0f4-72b8bcf0be25 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-71405423-a805-4119-a0f4-72b8bcf0be25 .shogun-heading-component h1 {
  color: rgba(208, 208, 208, 1);
  font-weight:  normal ;
  font-family: "TTHoves-Regular";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


#s-71405423-a805-4119-a0f4-72b8bcf0be25 .shogun-heading-component h1 a {
  color: rgba(208, 208, 208, 1);
}


#s-f1f3ebdb-112e-4968-9265-3ab7e89438ae {
  margin-top: 0px;
margin-left: 20%;
margin-bottom: 0px;
margin-right: 20%;
padding-top: 20px;
padding-bottom: 20px;
max-width: 285px;
text-align: center;
}







  #s-f1f3ebdb-112e-4968-9265-3ab7e89438ae img.shogun-image {
    

    
    
    
  }


#s-f1f3ebdb-112e-4968-9265-3ab7e89438ae .shogun-image-content {
  
    align-items: center;
  
}

#s-6fb6a221-8853-4cb6-a88d-5530d27f4300 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6fb6a221-8853-4cb6-a88d-5530d27f4300 .shogun-heading-component h1 {
  color: rgba(208, 208, 208, 1);
  font-weight:  normal ;
  font-family: "TTHoves-Regular";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


#s-6fb6a221-8853-4cb6-a88d-5530d27f4300 .shogun-heading-component h1 a {
  color: rgba(208, 208, 208, 1);
}


#s-b27d7057-f706-4b6a-b450-92e8f83caf34 {
  margin-top: 0px;
margin-left: 20%;
margin-bottom: 0px;
margin-right: 20%;
padding-top: 20px;
padding-bottom: 20px;
max-width: 285px;
text-align: center;
}







  #s-b27d7057-f706-4b6a-b450-92e8f83caf34 img.shogun-image {
    

    
    
    
  }


#s-b27d7057-f706-4b6a-b450-92e8f83caf34 .shogun-image-content {
  
    align-items: center;
  
}

#s-ad79e618-942e-4ada-95b7-73afe10e9800 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ad79e618-942e-4ada-95b7-73afe10e9800 .shogun-heading-component h1 {
  color: rgba(208, 208, 208, 1);
  font-weight:  normal ;
  font-family: "TTHoves-Regular";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


#s-ad79e618-942e-4ada-95b7-73afe10e9800 .shogun-heading-component h1 a {
  color: rgba(208, 208, 208, 1);
}


#s-6b4dddf2-6296-4aef-b692-9d8ee70d1eae {
  margin-top: 0px;
margin-left: 20%;
margin-bottom: 0px;
margin-right: 20%;
padding-top: 20px;
padding-bottom: 20px;
max-width: 285px;
text-align: center;
}







  #s-6b4dddf2-6296-4aef-b692-9d8ee70d1eae img.shogun-image {
    

    
    
    
  }


#s-6b4dddf2-6296-4aef-b692-9d8ee70d1eae .shogun-image-content {
  
    align-items: center;
  
}

#s-17a4188e-b1b2-4976-929e-3a9665618d98 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-17a4188e-b1b2-4976-929e-3a9665618d98 .shogun-heading-component h1 {
  color: rgba(208, 208, 208, 1);
  font-weight:  normal ;
  font-family: "TTHoves-Regular";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


#s-17a4188e-b1b2-4976-929e-3a9665618d98 .shogun-heading-component h1 a {
  color: rgba(208, 208, 208, 1);
}


#s-db9bf7dd-15f0-4b34-a9a1-473cc090cfb7 {
  margin-top: 0px;
margin-left: 20%;
margin-bottom: 0px;
margin-right: 20%;
padding-top: 20px;
padding-bottom: 20px;
max-width: 285px;
text-align: center;
}







  #s-db9bf7dd-15f0-4b34-a9a1-473cc090cfb7 img.shogun-image {
    

    
    
    
  }


#s-db9bf7dd-15f0-4b34-a9a1-473cc090cfb7 .shogun-image-content {
  
    align-items: center;
  
}

#s-5c225f83-a24e-410b-8661-e7cd316f35a9 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5c225f83-a24e-410b-8661-e7cd316f35a9 .shogun-heading-component h1 {
  color: rgba(208, 208, 208, 1);
  font-weight:  normal ;
  font-family: "TTHoves-Regular";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


#s-5c225f83-a24e-410b-8661-e7cd316f35a9 .shogun-heading-component h1 a {
  color: rgba(208, 208, 208, 1);
}


#s-fade59a5-5d2b-4c67-95a2-8883e567c914 {
  margin-top: 0px;
margin-left: 20%;
margin-bottom: 0px;
margin-right: 20%;
padding-top: 20px;
padding-bottom: 20px;
max-width: 285px;
text-align: center;
}







  #s-fade59a5-5d2b-4c67-95a2-8883e567c914 img.shogun-image {
    

    
    
    
  }


#s-fade59a5-5d2b-4c67-95a2-8883e567c914 .shogun-image-content {
  
    align-items: center;
  
}

#s-2ba1193e-f62a-47f2-940f-30a85f2f48c5 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2ba1193e-f62a-47f2-940f-30a85f2f48c5 .shogun-heading-component h1 {
  color: rgba(208, 208, 208, 1);
  font-weight:  normal ;
  font-family: "TTHoves-Regular";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


#s-2ba1193e-f62a-47f2-940f-30a85f2f48c5 .shogun-heading-component h1 a {
  color: rgba(208, 208, 208, 1);
}


#s-715cbef3-e72a-4ac9-9c92-972b980e4c36 {
  margin-top: 0px;
margin-left: 20%;
margin-bottom: 0px;
margin-right: 20%;
padding-top: 20px;
padding-bottom: 20px;
max-width: 285px;
text-align: center;
}







  #s-715cbef3-e72a-4ac9-9c92-972b980e4c36 img.shogun-image {
    

    
    
    
  }


#s-715cbef3-e72a-4ac9-9c92-972b980e4c36 .shogun-image-content {
  
    align-items: center;
  
}

#s-fba9ff41-e66e-4240-9bfb-ffa2c53a9693 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-fba9ff41-e66e-4240-9bfb-ffa2c53a9693 .shogun-heading-component h1 {
  color: rgba(208, 208, 208, 1);
  font-weight:  normal ;
  font-family: "TTHoves-Regular";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


#s-fba9ff41-e66e-4240-9bfb-ffa2c53a9693 .shogun-heading-component h1 a {
  color: rgba(208, 208, 208, 1);
}


#s-ba00981d-7be9-45ec-ab61-df5223062c23 {
  margin-top: 0px;
margin-left: 20%;
margin-bottom: 0px;
margin-right: 20%;
padding-top: 20px;
padding-bottom: 64px;
max-width: 285px;
text-align: center;
}







  #s-ba00981d-7be9-45ec-ab61-df5223062c23 img.shogun-image {
    

    
    
    
  }


#s-ba00981d-7be9-45ec-ab61-df5223062c23 .shogun-image-content {
  
    align-items: center;
  
}

#s-4e6ee097-3a5a-41ea-a45e-e1a2314234b1 {
  min-height: 50px;
background-color: rgba(242, 240, 238, 1);
}
@media (min-width: 1200px){#s-4e6ee097-3a5a-41ea-a45e-e1a2314234b1 {
  display: none;
}
#s-4e6ee097-3a5a-41ea-a45e-e1a2314234b1, #wrap-s-4e6ee097-3a5a-41ea-a45e-e1a2314234b1 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-4e6ee097-3a5a-41ea-a45e-e1a2314234b1 {
  display: none;
}
#s-4e6ee097-3a5a-41ea-a45e-e1a2314234b1, #wrap-s-4e6ee097-3a5a-41ea-a45e-e1a2314234b1 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-4e6ee097-3a5a-41ea-a45e-e1a2314234b1 {
  
}
}







#s-4e6ee097-3a5a-41ea-a45e-e1a2314234b1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4e6ee097-3a5a-41ea-a45e-e1a2314234b1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f104ada5-e9ea-4aed-b92e-84198045f654 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 64px;
padding-bottom: 10px;
text-align: center;
}

#s-f104ada5-e9ea-4aed-b92e-84198045f654 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "f37-judge";
  font-style:  normal ;
  font-size: 40px;
  
  
  
}



#s-5a67a9fa-cd3b-4258-b4fb-46483aabc558 {
  margin-left: 17%;
margin-right: 17%;
padding-top: 20px;
padding-bottom: 20px;
max-width: 300px;
text-align: center;
}







  #s-5a67a9fa-cd3b-4258-b4fb-46483aabc558 img.shogun-image {
    

    
    
    
  }


#s-5a67a9fa-cd3b-4258-b4fb-46483aabc558 .shogun-image-content {
  
    align-items: center;
  
}

#s-343a8be8-399e-4cc9-9a2b-dd3b48c5b7f9 {
  margin-left: 17%;
margin-right: 17%;
padding-top: 20px;
padding-bottom: 20px;
max-width: 300px;
text-align: center;
}







  #s-343a8be8-399e-4cc9-9a2b-dd3b48c5b7f9 img.shogun-image {
    

    
    
    
  }


#s-343a8be8-399e-4cc9-9a2b-dd3b48c5b7f9 .shogun-image-content {
  
    align-items: center;
  
}

#s-81fd417f-003d-4018-a319-6ecdb1760768 {
  margin-left: 17%;
margin-right: 17%;
padding-top: 20px;
padding-bottom: 20px;
max-width: 300px;
text-align: center;
}







  #s-81fd417f-003d-4018-a319-6ecdb1760768 img.shogun-image {
    

    
    
    
  }


#s-81fd417f-003d-4018-a319-6ecdb1760768 .shogun-image-content {
  
    align-items: center;
  
}

#s-90768875-606f-4a8a-b417-bb9a3c291441 {
  margin-left: 17%;
margin-right: 17%;
padding-top: 20px;
padding-bottom: 20px;
max-width: 300px;
text-align: center;
}







  #s-90768875-606f-4a8a-b417-bb9a3c291441 img.shogun-image {
    

    
    
    
  }


#s-90768875-606f-4a8a-b417-bb9a3c291441 .shogun-image-content {
  
    align-items: center;
  
}

#s-456b974f-fb9f-4424-8b8c-58cb06e4540b {
  margin-left: 17%;
margin-right: 17%;
padding-top: 20px;
padding-bottom: 20px;
max-width: 300px;
text-align: center;
}







  #s-456b974f-fb9f-4424-8b8c-58cb06e4540b img.shogun-image {
    

    
    
    
  }


#s-456b974f-fb9f-4424-8b8c-58cb06e4540b .shogun-image-content {
  
    align-items: center;
  
}

#s-d441886f-13d9-4ac0-bff7-2c9c33973a6d {
  margin-left: 17%;
margin-right: 17%;
padding-top: 20px;
padding-bottom: 64px;
max-width: 300px;
text-align: center;
}







  #s-d441886f-13d9-4ac0-bff7-2c9c33973a6d img.shogun-image {
    

    
    
    
  }


#s-d441886f-13d9-4ac0-bff7-2c9c33973a6d .shogun-image-content {
  
    align-items: center;
  
}

#s-12916437-cc34-421e-9bfc-c2451351f932 {
  min-height: 50px;
background-color: rgba(0, 0, 0, 1);
}
@media (min-width: 1200px){#s-12916437-cc34-421e-9bfc-c2451351f932 {
  display: none;
}
#s-12916437-cc34-421e-9bfc-c2451351f932, #wrap-s-12916437-cc34-421e-9bfc-c2451351f932 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-12916437-cc34-421e-9bfc-c2451351f932 {
  display: none;
}
#s-12916437-cc34-421e-9bfc-c2451351f932, #wrap-s-12916437-cc34-421e-9bfc-c2451351f932 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-12916437-cc34-421e-9bfc-c2451351f932 {
  
}
}







#s-12916437-cc34-421e-9bfc-c2451351f932 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-12916437-cc34-421e-9bfc-c2451351f932.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a0404353-a46c-43a5-b080-b50fc8d54dae {
  padding-top: 30px;
padding-bottom: 30px;
}

#s-a0404353-a46c-43a5-b080-b50fc8d54dae .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-a0404353-a46c-43a5-b080-b50fc8d54dae .shg-sld-nav-button.shg-sld-left,
#s-a0404353-a46c-43a5-b080-b50fc8d54dae .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-4d8fe62e-c190-4914-9140-895103406234 {
  text-align: center;
}







  img.s-4d8fe62e-c190-4914-9140-895103406234.shogun-image {
    
    
  }


.s-4d8fe62e-c190-4914-9140-895103406234 .shogun-image-content {
  
    align-items: center;
  
}

.s-4d8fe62e-c190-4914-9140-895103406234.shg-align-container {
  text-align: center
}

.s-4d8fe62e-c190-4914-9140-895103406234.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4d8fe62e-c190-4914-9140-895103406234.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-4d8fe62e-c190-4914-9140-895103406234.shogun-image {
    
    
  }


.s-4d8fe62e-c190-4914-9140-895103406234 .shogun-image-content {
  
    align-items: center;
  
}

.s-4d8fe62e-c190-4914-9140-895103406234.shg-align-container {
  text-align: center
}

.s-4d8fe62e-c190-4914-9140-895103406234.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4d8fe62e-c190-4914-9140-895103406234.shogun-image {
  box-sizing: border-box;
}


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





  img.s-4d8fe62e-c190-4914-9140-895103406234.shogun-image {
    
    
  }


.s-4d8fe62e-c190-4914-9140-895103406234 .shogun-image-content {
  
    align-items: center;
  
}

.s-4d8fe62e-c190-4914-9140-895103406234.shg-align-container {
  text-align: center
}

.s-4d8fe62e-c190-4914-9140-895103406234.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4d8fe62e-c190-4914-9140-895103406234.shogun-image {
  box-sizing: border-box;
}


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





  img.s-4d8fe62e-c190-4914-9140-895103406234.shogun-image {
    
    
  }


.s-4d8fe62e-c190-4914-9140-895103406234 .shogun-image-content {
  
    align-items: center;
  
}

.s-4d8fe62e-c190-4914-9140-895103406234.shg-align-container {
  text-align: center
}

.s-4d8fe62e-c190-4914-9140-895103406234.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4d8fe62e-c190-4914-9140-895103406234.shogun-image {
  box-sizing: border-box;
}


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





  img.s-4d8fe62e-c190-4914-9140-895103406234.shogun-image {
    
    
  }


.s-4d8fe62e-c190-4914-9140-895103406234 .shogun-image-content {
  
    align-items: center;
  
}

.s-4d8fe62e-c190-4914-9140-895103406234.shg-align-container {
  text-align: center
}

.s-4d8fe62e-c190-4914-9140-895103406234.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4d8fe62e-c190-4914-9140-895103406234.shogun-image {
  box-sizing: border-box;
}


}
#s-3dbf2b15-86fd-4bd4-a09f-2b5d6e64c402 {
  text-align: center;
}







  img.s-3dbf2b15-86fd-4bd4-a09f-2b5d6e64c402.shogun-image {
    
    
  }


.s-3dbf2b15-86fd-4bd4-a09f-2b5d6e64c402 .shogun-image-content {
  
    align-items: center;
  
}

.s-3dbf2b15-86fd-4bd4-a09f-2b5d6e64c402.shg-align-container {
  text-align: center
}

.s-3dbf2b15-86fd-4bd4-a09f-2b5d6e64c402.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3dbf2b15-86fd-4bd4-a09f-2b5d6e64c402.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-3dbf2b15-86fd-4bd4-a09f-2b5d6e64c402.shogun-image {
    
    
  }


.s-3dbf2b15-86fd-4bd4-a09f-2b5d6e64c402 .shogun-image-content {
  
    align-items: center;
  
}

.s-3dbf2b15-86fd-4bd4-a09f-2b5d6e64c402.shg-align-container {
  text-align: center
}

.s-3dbf2b15-86fd-4bd4-a09f-2b5d6e64c402.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3dbf2b15-86fd-4bd4-a09f-2b5d6e64c402.shogun-image {
  box-sizing: border-box;
}


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





  img.s-3dbf2b15-86fd-4bd4-a09f-2b5d6e64c402.shogun-image {
    
    
  }


.s-3dbf2b15-86fd-4bd4-a09f-2b5d6e64c402 .shogun-image-content {
  
    align-items: center;
  
}

.s-3dbf2b15-86fd-4bd4-a09f-2b5d6e64c402.shg-align-container {
  text-align: center
}

.s-3dbf2b15-86fd-4bd4-a09f-2b5d6e64c402.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3dbf2b15-86fd-4bd4-a09f-2b5d6e64c402.shogun-image {
  box-sizing: border-box;
}


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





  img.s-3dbf2b15-86fd-4bd4-a09f-2b5d6e64c402.shogun-image {
    
    
  }


.s-3dbf2b15-86fd-4bd4-a09f-2b5d6e64c402 .shogun-image-content {
  
    align-items: center;
  
}

.s-3dbf2b15-86fd-4bd4-a09f-2b5d6e64c402.shg-align-container {
  text-align: center
}

.s-3dbf2b15-86fd-4bd4-a09f-2b5d6e64c402.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3dbf2b15-86fd-4bd4-a09f-2b5d6e64c402.shogun-image {
  box-sizing: border-box;
}


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





  img.s-3dbf2b15-86fd-4bd4-a09f-2b5d6e64c402.shogun-image {
    
    
  }


.s-3dbf2b15-86fd-4bd4-a09f-2b5d6e64c402 .shogun-image-content {
  
    align-items: center;
  
}

.s-3dbf2b15-86fd-4bd4-a09f-2b5d6e64c402.shg-align-container {
  text-align: center
}

.s-3dbf2b15-86fd-4bd4-a09f-2b5d6e64c402.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3dbf2b15-86fd-4bd4-a09f-2b5d6e64c402.shogun-image {
  box-sizing: border-box;
}


}
#s-434c6be5-60be-4527-a960-0cba5e2285ed {
  text-align: center;
}







  img.s-434c6be5-60be-4527-a960-0cba5e2285ed.shogun-image {
    
    
  }


.s-434c6be5-60be-4527-a960-0cba5e2285ed .shogun-image-content {
  
    align-items: center;
  
}

.s-434c6be5-60be-4527-a960-0cba5e2285ed.shg-align-container {
  text-align: center
}

.s-434c6be5-60be-4527-a960-0cba5e2285ed.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-434c6be5-60be-4527-a960-0cba5e2285ed.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-434c6be5-60be-4527-a960-0cba5e2285ed.shogun-image {
    
    
  }


.s-434c6be5-60be-4527-a960-0cba5e2285ed .shogun-image-content {
  
    align-items: center;
  
}

.s-434c6be5-60be-4527-a960-0cba5e2285ed.shg-align-container {
  text-align: center
}

.s-434c6be5-60be-4527-a960-0cba5e2285ed.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-434c6be5-60be-4527-a960-0cba5e2285ed.shogun-image {
  box-sizing: border-box;
}


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





  img.s-434c6be5-60be-4527-a960-0cba5e2285ed.shogun-image {
    
    
  }


.s-434c6be5-60be-4527-a960-0cba5e2285ed .shogun-image-content {
  
    align-items: center;
  
}

.s-434c6be5-60be-4527-a960-0cba5e2285ed.shg-align-container {
  text-align: center
}

.s-434c6be5-60be-4527-a960-0cba5e2285ed.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-434c6be5-60be-4527-a960-0cba5e2285ed.shogun-image {
  box-sizing: border-box;
}


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





  img.s-434c6be5-60be-4527-a960-0cba5e2285ed.shogun-image {
    
    
  }


.s-434c6be5-60be-4527-a960-0cba5e2285ed .shogun-image-content {
  
    align-items: center;
  
}

.s-434c6be5-60be-4527-a960-0cba5e2285ed.shg-align-container {
  text-align: center
}

.s-434c6be5-60be-4527-a960-0cba5e2285ed.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-434c6be5-60be-4527-a960-0cba5e2285ed.shogun-image {
  box-sizing: border-box;
}


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





  img.s-434c6be5-60be-4527-a960-0cba5e2285ed.shogun-image {
    
    
  }


.s-434c6be5-60be-4527-a960-0cba5e2285ed .shogun-image-content {
  
    align-items: center;
  
}

.s-434c6be5-60be-4527-a960-0cba5e2285ed.shg-align-container {
  text-align: center
}

.s-434c6be5-60be-4527-a960-0cba5e2285ed.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-434c6be5-60be-4527-a960-0cba5e2285ed.shogun-image {
  box-sizing: border-box;
}


}
#s-7267e7bf-5d2b-4d9b-a984-34fe92f73bf6 {
  text-align: center;
}







  img.s-7267e7bf-5d2b-4d9b-a984-34fe92f73bf6.shogun-image {
    
    
  }


.s-7267e7bf-5d2b-4d9b-a984-34fe92f73bf6 .shogun-image-content {
  
    align-items: center;
  
}

.s-7267e7bf-5d2b-4d9b-a984-34fe92f73bf6.shg-align-container {
  text-align: center
}

.s-7267e7bf-5d2b-4d9b-a984-34fe92f73bf6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7267e7bf-5d2b-4d9b-a984-34fe92f73bf6.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-7267e7bf-5d2b-4d9b-a984-34fe92f73bf6.shogun-image {
    
    
  }


.s-7267e7bf-5d2b-4d9b-a984-34fe92f73bf6 .shogun-image-content {
  
    align-items: center;
  
}

.s-7267e7bf-5d2b-4d9b-a984-34fe92f73bf6.shg-align-container {
  text-align: center
}

.s-7267e7bf-5d2b-4d9b-a984-34fe92f73bf6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7267e7bf-5d2b-4d9b-a984-34fe92f73bf6.shogun-image {
  box-sizing: border-box;
}


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





  img.s-7267e7bf-5d2b-4d9b-a984-34fe92f73bf6.shogun-image {
    
    
  }


.s-7267e7bf-5d2b-4d9b-a984-34fe92f73bf6 .shogun-image-content {
  
    align-items: center;
  
}

.s-7267e7bf-5d2b-4d9b-a984-34fe92f73bf6.shg-align-container {
  text-align: center
}

.s-7267e7bf-5d2b-4d9b-a984-34fe92f73bf6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7267e7bf-5d2b-4d9b-a984-34fe92f73bf6.shogun-image {
  box-sizing: border-box;
}


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





  img.s-7267e7bf-5d2b-4d9b-a984-34fe92f73bf6.shogun-image {
    
    
  }


.s-7267e7bf-5d2b-4d9b-a984-34fe92f73bf6 .shogun-image-content {
  
    align-items: center;
  
}

.s-7267e7bf-5d2b-4d9b-a984-34fe92f73bf6.shg-align-container {
  text-align: center
}

.s-7267e7bf-5d2b-4d9b-a984-34fe92f73bf6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7267e7bf-5d2b-4d9b-a984-34fe92f73bf6.shogun-image {
  box-sizing: border-box;
}


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





  img.s-7267e7bf-5d2b-4d9b-a984-34fe92f73bf6.shogun-image {
    
    
  }


.s-7267e7bf-5d2b-4d9b-a984-34fe92f73bf6 .shogun-image-content {
  
    align-items: center;
  
}

.s-7267e7bf-5d2b-4d9b-a984-34fe92f73bf6.shg-align-container {
  text-align: center
}

.s-7267e7bf-5d2b-4d9b-a984-34fe92f73bf6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7267e7bf-5d2b-4d9b-a984-34fe92f73bf6.shogun-image {
  box-sizing: border-box;
}


}
#s-bbae6106-de52-4dad-bfb7-4af158a17cd6 {
  text-align: center;
}







  img.s-bbae6106-de52-4dad-bfb7-4af158a17cd6.shogun-image {
    
    
  }


.s-bbae6106-de52-4dad-bfb7-4af158a17cd6 .shogun-image-content {
  
    align-items: center;
  
}

.s-bbae6106-de52-4dad-bfb7-4af158a17cd6.shg-align-container {
  text-align: center
}

.s-bbae6106-de52-4dad-bfb7-4af158a17cd6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bbae6106-de52-4dad-bfb7-4af158a17cd6.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-bbae6106-de52-4dad-bfb7-4af158a17cd6.shogun-image {
    
    
  }


.s-bbae6106-de52-4dad-bfb7-4af158a17cd6 .shogun-image-content {
  
    align-items: center;
  
}

.s-bbae6106-de52-4dad-bfb7-4af158a17cd6.shg-align-container {
  text-align: center
}

.s-bbae6106-de52-4dad-bfb7-4af158a17cd6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bbae6106-de52-4dad-bfb7-4af158a17cd6.shogun-image {
  box-sizing: border-box;
}


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





  img.s-bbae6106-de52-4dad-bfb7-4af158a17cd6.shogun-image {
    
    
  }


.s-bbae6106-de52-4dad-bfb7-4af158a17cd6 .shogun-image-content {
  
    align-items: center;
  
}

.s-bbae6106-de52-4dad-bfb7-4af158a17cd6.shg-align-container {
  text-align: center
}

.s-bbae6106-de52-4dad-bfb7-4af158a17cd6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bbae6106-de52-4dad-bfb7-4af158a17cd6.shogun-image {
  box-sizing: border-box;
}


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





  img.s-bbae6106-de52-4dad-bfb7-4af158a17cd6.shogun-image {
    
    
  }


.s-bbae6106-de52-4dad-bfb7-4af158a17cd6 .shogun-image-content {
  
    align-items: center;
  
}

.s-bbae6106-de52-4dad-bfb7-4af158a17cd6.shg-align-container {
  text-align: center
}

.s-bbae6106-de52-4dad-bfb7-4af158a17cd6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bbae6106-de52-4dad-bfb7-4af158a17cd6.shogun-image {
  box-sizing: border-box;
}


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





  img.s-bbae6106-de52-4dad-bfb7-4af158a17cd6.shogun-image {
    
    
  }


.s-bbae6106-de52-4dad-bfb7-4af158a17cd6 .shogun-image-content {
  
    align-items: center;
  
}

.s-bbae6106-de52-4dad-bfb7-4af158a17cd6.shg-align-container {
  text-align: center
}

.s-bbae6106-de52-4dad-bfb7-4af158a17cd6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bbae6106-de52-4dad-bfb7-4af158a17cd6.shogun-image {
  box-sizing: border-box;
}


}
#s-b8210606-08f6-4530-8835-213ddafb85fe {
  text-align: center;
}







  img.s-b8210606-08f6-4530-8835-213ddafb85fe.shogun-image {
    
    
  }


.s-b8210606-08f6-4530-8835-213ddafb85fe .shogun-image-content {
  
    align-items: center;
  
}

.s-b8210606-08f6-4530-8835-213ddafb85fe.shg-align-container {
  text-align: center
}

.s-b8210606-08f6-4530-8835-213ddafb85fe.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b8210606-08f6-4530-8835-213ddafb85fe.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-b8210606-08f6-4530-8835-213ddafb85fe.shogun-image {
    
    
  }


.s-b8210606-08f6-4530-8835-213ddafb85fe .shogun-image-content {
  
    align-items: center;
  
}

.s-b8210606-08f6-4530-8835-213ddafb85fe.shg-align-container {
  text-align: center
}

.s-b8210606-08f6-4530-8835-213ddafb85fe.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b8210606-08f6-4530-8835-213ddafb85fe.shogun-image {
  box-sizing: border-box;
}


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





  img.s-b8210606-08f6-4530-8835-213ddafb85fe.shogun-image {
    
    
  }


.s-b8210606-08f6-4530-8835-213ddafb85fe .shogun-image-content {
  
    align-items: center;
  
}

.s-b8210606-08f6-4530-8835-213ddafb85fe.shg-align-container {
  text-align: center
}

.s-b8210606-08f6-4530-8835-213ddafb85fe.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b8210606-08f6-4530-8835-213ddafb85fe.shogun-image {
  box-sizing: border-box;
}


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





  img.s-b8210606-08f6-4530-8835-213ddafb85fe.shogun-image {
    
    
  }


.s-b8210606-08f6-4530-8835-213ddafb85fe .shogun-image-content {
  
    align-items: center;
  
}

.s-b8210606-08f6-4530-8835-213ddafb85fe.shg-align-container {
  text-align: center
}

.s-b8210606-08f6-4530-8835-213ddafb85fe.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b8210606-08f6-4530-8835-213ddafb85fe.shogun-image {
  box-sizing: border-box;
}


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





  img.s-b8210606-08f6-4530-8835-213ddafb85fe.shogun-image {
    
    
  }


.s-b8210606-08f6-4530-8835-213ddafb85fe .shogun-image-content {
  
    align-items: center;
  
}

.s-b8210606-08f6-4530-8835-213ddafb85fe.shg-align-container {
  text-align: center
}

.s-b8210606-08f6-4530-8835-213ddafb85fe.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b8210606-08f6-4530-8835-213ddafb85fe.shogun-image {
  box-sizing: border-box;
}


}
#s-375bea5c-88a2-46c1-94f9-570d30a92af5 {
  text-align: center;
}







  img.s-375bea5c-88a2-46c1-94f9-570d30a92af5.shogun-image {
    
    
  }


.s-375bea5c-88a2-46c1-94f9-570d30a92af5 .shogun-image-content {
  
    align-items: center;
  
}

.s-375bea5c-88a2-46c1-94f9-570d30a92af5.shg-align-container {
  text-align: center
}

.s-375bea5c-88a2-46c1-94f9-570d30a92af5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-375bea5c-88a2-46c1-94f9-570d30a92af5.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-375bea5c-88a2-46c1-94f9-570d30a92af5.shogun-image {
    
    
  }


.s-375bea5c-88a2-46c1-94f9-570d30a92af5 .shogun-image-content {
  
    align-items: center;
  
}

.s-375bea5c-88a2-46c1-94f9-570d30a92af5.shg-align-container {
  text-align: center
}

.s-375bea5c-88a2-46c1-94f9-570d30a92af5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-375bea5c-88a2-46c1-94f9-570d30a92af5.shogun-image {
  box-sizing: border-box;
}


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





  img.s-375bea5c-88a2-46c1-94f9-570d30a92af5.shogun-image {
    
    
  }


.s-375bea5c-88a2-46c1-94f9-570d30a92af5 .shogun-image-content {
  
    align-items: center;
  
}

.s-375bea5c-88a2-46c1-94f9-570d30a92af5.shg-align-container {
  text-align: center
}

.s-375bea5c-88a2-46c1-94f9-570d30a92af5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-375bea5c-88a2-46c1-94f9-570d30a92af5.shogun-image {
  box-sizing: border-box;
}


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





  img.s-375bea5c-88a2-46c1-94f9-570d30a92af5.shogun-image {
    
    
  }


.s-375bea5c-88a2-46c1-94f9-570d30a92af5 .shogun-image-content {
  
    align-items: center;
  
}

.s-375bea5c-88a2-46c1-94f9-570d30a92af5.shg-align-container {
  text-align: center
}

.s-375bea5c-88a2-46c1-94f9-570d30a92af5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-375bea5c-88a2-46c1-94f9-570d30a92af5.shogun-image {
  box-sizing: border-box;
}


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





  img.s-375bea5c-88a2-46c1-94f9-570d30a92af5.shogun-image {
    
    
  }


.s-375bea5c-88a2-46c1-94f9-570d30a92af5 .shogun-image-content {
  
    align-items: center;
  
}

.s-375bea5c-88a2-46c1-94f9-570d30a92af5.shg-align-container {
  text-align: center
}

.s-375bea5c-88a2-46c1-94f9-570d30a92af5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-375bea5c-88a2-46c1-94f9-570d30a92af5.shogun-image {
  box-sizing: border-box;
}


}
#s-7f2e7f71-56bf-45fc-b01e-bf3dcaa24ecc {
  text-align: center;
}







  img.s-7f2e7f71-56bf-45fc-b01e-bf3dcaa24ecc.shogun-image {
    
    
  }


.s-7f2e7f71-56bf-45fc-b01e-bf3dcaa24ecc .shogun-image-content {
  
    align-items: center;
  
}

.s-7f2e7f71-56bf-45fc-b01e-bf3dcaa24ecc.shg-align-container {
  text-align: center
}

.s-7f2e7f71-56bf-45fc-b01e-bf3dcaa24ecc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7f2e7f71-56bf-45fc-b01e-bf3dcaa24ecc.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-7f2e7f71-56bf-45fc-b01e-bf3dcaa24ecc.shogun-image {
    
    
  }


.s-7f2e7f71-56bf-45fc-b01e-bf3dcaa24ecc .shogun-image-content {
  
    align-items: center;
  
}

.s-7f2e7f71-56bf-45fc-b01e-bf3dcaa24ecc.shg-align-container {
  text-align: center
}

.s-7f2e7f71-56bf-45fc-b01e-bf3dcaa24ecc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7f2e7f71-56bf-45fc-b01e-bf3dcaa24ecc.shogun-image {
  box-sizing: border-box;
}


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





  img.s-7f2e7f71-56bf-45fc-b01e-bf3dcaa24ecc.shogun-image {
    
    
  }


.s-7f2e7f71-56bf-45fc-b01e-bf3dcaa24ecc .shogun-image-content {
  
    align-items: center;
  
}

.s-7f2e7f71-56bf-45fc-b01e-bf3dcaa24ecc.shg-align-container {
  text-align: center
}

.s-7f2e7f71-56bf-45fc-b01e-bf3dcaa24ecc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7f2e7f71-56bf-45fc-b01e-bf3dcaa24ecc.shogun-image {
  box-sizing: border-box;
}


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





  img.s-7f2e7f71-56bf-45fc-b01e-bf3dcaa24ecc.shogun-image {
    
    
  }


.s-7f2e7f71-56bf-45fc-b01e-bf3dcaa24ecc .shogun-image-content {
  
    align-items: center;
  
}

.s-7f2e7f71-56bf-45fc-b01e-bf3dcaa24ecc.shg-align-container {
  text-align: center
}

.s-7f2e7f71-56bf-45fc-b01e-bf3dcaa24ecc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7f2e7f71-56bf-45fc-b01e-bf3dcaa24ecc.shogun-image {
  box-sizing: border-box;
}


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





  img.s-7f2e7f71-56bf-45fc-b01e-bf3dcaa24ecc.shogun-image {
    
    
  }


.s-7f2e7f71-56bf-45fc-b01e-bf3dcaa24ecc .shogun-image-content {
  
    align-items: center;
  
}

.s-7f2e7f71-56bf-45fc-b01e-bf3dcaa24ecc.shg-align-container {
  text-align: center
}

.s-7f2e7f71-56bf-45fc-b01e-bf3dcaa24ecc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7f2e7f71-56bf-45fc-b01e-bf3dcaa24ecc.shogun-image {
  box-sizing: border-box;
}


}
#s-464f5ab3-9d72-4ba6-87c1-97815c6d4719 {
  text-align: center;
}







  img.s-464f5ab3-9d72-4ba6-87c1-97815c6d4719.shogun-image {
    
    
  }


.s-464f5ab3-9d72-4ba6-87c1-97815c6d4719 .shogun-image-content {
  
    align-items: center;
  
}

.s-464f5ab3-9d72-4ba6-87c1-97815c6d4719.shg-align-container {
  text-align: center
}

.s-464f5ab3-9d72-4ba6-87c1-97815c6d4719.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-464f5ab3-9d72-4ba6-87c1-97815c6d4719.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-464f5ab3-9d72-4ba6-87c1-97815c6d4719.shogun-image {
    
    
  }


.s-464f5ab3-9d72-4ba6-87c1-97815c6d4719 .shogun-image-content {
  
    align-items: center;
  
}

.s-464f5ab3-9d72-4ba6-87c1-97815c6d4719.shg-align-container {
  text-align: center
}

.s-464f5ab3-9d72-4ba6-87c1-97815c6d4719.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-464f5ab3-9d72-4ba6-87c1-97815c6d4719.shogun-image {
  box-sizing: border-box;
}


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





  img.s-464f5ab3-9d72-4ba6-87c1-97815c6d4719.shogun-image {
    
    
  }


.s-464f5ab3-9d72-4ba6-87c1-97815c6d4719 .shogun-image-content {
  
    align-items: center;
  
}

.s-464f5ab3-9d72-4ba6-87c1-97815c6d4719.shg-align-container {
  text-align: center
}

.s-464f5ab3-9d72-4ba6-87c1-97815c6d4719.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-464f5ab3-9d72-4ba6-87c1-97815c6d4719.shogun-image {
  box-sizing: border-box;
}


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





  img.s-464f5ab3-9d72-4ba6-87c1-97815c6d4719.shogun-image {
    
    
  }


.s-464f5ab3-9d72-4ba6-87c1-97815c6d4719 .shogun-image-content {
  
    align-items: center;
  
}

.s-464f5ab3-9d72-4ba6-87c1-97815c6d4719.shg-align-container {
  text-align: center
}

.s-464f5ab3-9d72-4ba6-87c1-97815c6d4719.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-464f5ab3-9d72-4ba6-87c1-97815c6d4719.shogun-image {
  box-sizing: border-box;
}


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





  img.s-464f5ab3-9d72-4ba6-87c1-97815c6d4719.shogun-image {
    
    
  }


.s-464f5ab3-9d72-4ba6-87c1-97815c6d4719 .shogun-image-content {
  
    align-items: center;
  
}

.s-464f5ab3-9d72-4ba6-87c1-97815c6d4719.shg-align-container {
  text-align: center
}

.s-464f5ab3-9d72-4ba6-87c1-97815c6d4719.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-464f5ab3-9d72-4ba6-87c1-97815c6d4719.shogun-image {
  box-sizing: border-box;
}


}
#s-e948bc3d-f17d-448b-9c01-d2b79195aba8 {
  text-align: center;
}







  img.s-e948bc3d-f17d-448b-9c01-d2b79195aba8.shogun-image {
    
    
  }


.s-e948bc3d-f17d-448b-9c01-d2b79195aba8 .shogun-image-content {
  
    align-items: center;
  
}

.s-e948bc3d-f17d-448b-9c01-d2b79195aba8.shg-align-container {
  text-align: center
}

.s-e948bc3d-f17d-448b-9c01-d2b79195aba8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e948bc3d-f17d-448b-9c01-d2b79195aba8.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-e948bc3d-f17d-448b-9c01-d2b79195aba8.shogun-image {
    
    
  }


.s-e948bc3d-f17d-448b-9c01-d2b79195aba8 .shogun-image-content {
  
    align-items: center;
  
}

.s-e948bc3d-f17d-448b-9c01-d2b79195aba8.shg-align-container {
  text-align: center
}

.s-e948bc3d-f17d-448b-9c01-d2b79195aba8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e948bc3d-f17d-448b-9c01-d2b79195aba8.shogun-image {
  box-sizing: border-box;
}


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





  img.s-e948bc3d-f17d-448b-9c01-d2b79195aba8.shogun-image {
    
    
  }


.s-e948bc3d-f17d-448b-9c01-d2b79195aba8 .shogun-image-content {
  
    align-items: center;
  
}

.s-e948bc3d-f17d-448b-9c01-d2b79195aba8.shg-align-container {
  text-align: center
}

.s-e948bc3d-f17d-448b-9c01-d2b79195aba8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e948bc3d-f17d-448b-9c01-d2b79195aba8.shogun-image {
  box-sizing: border-box;
}


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





  img.s-e948bc3d-f17d-448b-9c01-d2b79195aba8.shogun-image {
    
    
  }


.s-e948bc3d-f17d-448b-9c01-d2b79195aba8 .shogun-image-content {
  
    align-items: center;
  
}

.s-e948bc3d-f17d-448b-9c01-d2b79195aba8.shg-align-container {
  text-align: center
}

.s-e948bc3d-f17d-448b-9c01-d2b79195aba8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e948bc3d-f17d-448b-9c01-d2b79195aba8.shogun-image {
  box-sizing: border-box;
}


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





  img.s-e948bc3d-f17d-448b-9c01-d2b79195aba8.shogun-image {
    
    
  }


.s-e948bc3d-f17d-448b-9c01-d2b79195aba8 .shogun-image-content {
  
    align-items: center;
  
}

.s-e948bc3d-f17d-448b-9c01-d2b79195aba8.shg-align-container {
  text-align: center
}

.s-e948bc3d-f17d-448b-9c01-d2b79195aba8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e948bc3d-f17d-448b-9c01-d2b79195aba8.shogun-image {
  box-sizing: border-box;
}


}
#s-773474c2-4895-4718-a2d8-f7b0285bb9ad {
  text-align: center;
}







  #s-773474c2-4895-4718-a2d8-f7b0285bb9ad img.shogun-image {
    

    
    
    
  }


#s-773474c2-4895-4718-a2d8-f7b0285bb9ad .shogun-image-content {
  
    align-items: center;
  
}

#s-e3bdd4d9-4b77-41e3-83a7-f2ae8bac907f {
  text-align: center;
}







  #s-e3bdd4d9-4b77-41e3-83a7-f2ae8bac907f img.shogun-image {
    

    
    
    
  }


#s-e3bdd4d9-4b77-41e3-83a7-f2ae8bac907f .shogun-image-content {
  
    align-items: center;
  
}

#s-588243c3-7078-4610-8cc9-25a1582f2c69 {
  text-align: center;
}







  #s-588243c3-7078-4610-8cc9-25a1582f2c69 img.shogun-image {
    

    
    
    
  }


#s-588243c3-7078-4610-8cc9-25a1582f2c69 .shogun-image-content {
  
    align-items: center;
  
}

#s-2e16cb1a-9e33-447c-b217-6ac7da1fba85 {
  text-align: center;
}







  #s-2e16cb1a-9e33-447c-b217-6ac7da1fba85 img.shogun-image {
    

    
    
    
  }


#s-2e16cb1a-9e33-447c-b217-6ac7da1fba85 .shogun-image-content {
  
    align-items: center;
  
}

#s-172453b3-ef73-4321-8349-43112753d41b {
  text-align: center;
}







  #s-172453b3-ef73-4321-8349-43112753d41b img.shogun-image {
    

    
    
    
  }


#s-172453b3-ef73-4321-8349-43112753d41b .shogun-image-content {
  
    align-items: center;
  
}

#s-950a8388-bc96-4177-860f-ed1f3a86fbba {
  text-align: center;
}







  #s-950a8388-bc96-4177-860f-ed1f3a86fbba img.shogun-image {
    

    
    
    
  }


#s-950a8388-bc96-4177-860f-ed1f3a86fbba .shogun-image-content {
  
    align-items: center;
  
}

#s-76d71ae1-48c4-463b-9b2d-2951a44734bd {
  text-align: center;
}







  #s-76d71ae1-48c4-463b-9b2d-2951a44734bd img.shogun-image {
    

    
    
    
  }


#s-76d71ae1-48c4-463b-9b2d-2951a44734bd .shogun-image-content {
  
    align-items: center;
  
}

#s-5a9fcbdd-1ad3-4a83-99fe-56f5ade1f7f2 {
  text-align: center;
}







  #s-5a9fcbdd-1ad3-4a83-99fe-56f5ade1f7f2 img.shogun-image {
    

    
    
    
  }


#s-5a9fcbdd-1ad3-4a83-99fe-56f5ade1f7f2 .shogun-image-content {
  
    align-items: center;
  
}

#s-3dfcf0c8-c25f-40f6-8a54-b5dec68f1904 {
  text-align: center;
}







  #s-3dfcf0c8-c25f-40f6-8a54-b5dec68f1904 img.shogun-image {
    

    
    
    
  }


#s-3dfcf0c8-c25f-40f6-8a54-b5dec68f1904 .shogun-image-content {
  
    align-items: center;
  
}

#s-8bf7a662-0dfc-4af5-905a-e51b83e334f9 {
  text-align: center;
}







  #s-8bf7a662-0dfc-4af5-905a-e51b83e334f9 img.shogun-image {
    

    
    
    
  }


#s-8bf7a662-0dfc-4af5-905a-e51b83e334f9 .shogun-image-content {
  
    align-items: center;
  
}

#s-45c93c11-4d21-4eb3-a29e-6fca4b1fff08 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 86px;
background-position: center center;
}
@media (min-width: 1200px){#s-45c93c11-4d21-4eb3-a29e-6fca4b1fff08 {
  display: none;
}
#s-45c93c11-4d21-4eb3-a29e-6fca4b1fff08, #wrap-s-45c93c11-4d21-4eb3-a29e-6fca4b1fff08 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-45c93c11-4d21-4eb3-a29e-6fca4b1fff08 {
  display: none;
}
#s-45c93c11-4d21-4eb3-a29e-6fca4b1fff08, #wrap-s-45c93c11-4d21-4eb3-a29e-6fca4b1fff08 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-45c93c11-4d21-4eb3-a29e-6fca4b1fff08 {
  
}
}







#s-45c93c11-4d21-4eb3-a29e-6fca4b1fff08 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-45c93c11-4d21-4eb3-a29e-6fca4b1fff08.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c81cb036-2e08-4125-b67c-00a3a4d3e98d {
  padding-top: 22px;
padding-bottom: 0px;
text-align: center;
}

#s-c81cb036-2e08-4125-b67c-00a3a4d3e98d .shogun-heading-component h4 {
  color: #000;
  font-weight:  normal ;
  font-family: "TTHoves-DemiBold";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-5f1a2923-e7b5-4ddb-bf8f-ecdc97451c13 {
  padding-top: 6px;
padding-bottom: 22px;
text-align: center;
}

#s-5f1a2923-e7b5-4ddb-bf8f-ecdc97451c13 .shogun-heading-component h4 {
  color: #000;
  font-weight:  normal ;
  font-family: "TTHoves-DemiBold";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


#s-5f1a2923-e7b5-4ddb-bf8f-ecdc97451c13 .shogun-heading-component h4 a {
  color: #000;
}


/*
  $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}