.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-4a17237f-0d3a-4cb7-a06d-bc8632e84800 {
  min-height: 50px;
}








#s-4a17237f-0d3a-4cb7-a06d-bc8632e84800 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4a17237f-0d3a-4cb7-a06d-bc8632e84800.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

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

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

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

.shg-default-text-content h1,
.shg-default-text-content h2,
.shg-default-text-content h3,
.shg-default-text-content h4,
.shg-default-text-content h5,
.shg-default-text-content h6 {
  color: ;
  font-family: ;
  font-weight: ;
}

.shg-default-text-content a {
  background-color: inherit;
  color: inherit;
  cursor: pointer;
  font-family: inherit;
  font-style: inherit;
  text-decoration: underline;
  text-transform: inherit;
}

.shg-default-text-content strong,
.shg-default-text-content em {
  background-color: inherit;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  text-align: inherit;
  text-transform: inherit;
}

.shg-default-text-content em {
  font-weight: inherit;
}

.shg-default-text-content strong {
  font-style: inherit;
  font-weight: 700;
}

/* https://stackoverflow.com/a/16094931/3696652 */
.shg-default-text-content ::selection,
.shg-default-text-content *::selection {
  background: #accef7;
}

.shg-default-text-content p {
  font-size: 1em;
  font-weight: ;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 0.6em;
  color: ;
  font-family: ;
}

.shg-default-text-content h1 {
  font-size: 1.714em;
  font-weight: 500;
  letter-spacing: -0.01em;
  line-height: 1.166;
  margin-top: 0.67em;
}

.shg-default-text-content h2 {
  font-size: 1.43em;
  font-weight: 500;
  letter-spacing: -0.01em;
  line-height: 1.2;
  margin-top: 0.83em;
}

.shg-default-text-content h3 {
  font-size: 1.142em;
  font-weight: 500;
  letter-spacing: -0.008em;
  line-height: 1.5;
  margin-top: 1em;
}

.shg-default-text-content h4 {
  font-size: 1em;
  font-weight: 600;
  letter-spacing: -0.006em;
  line-height: 1.428;
  margin-top: 1.33em;
}

.shg-default-text-content h5 {
  font-size: 0.857em;
  font-weight: 600;
  letter-spacing: -0.003em;
  line-height: 1.333;
  margin-top: 1.43em;
}

.shg-default-text-content h6 {
  font-size: 0.785em;
  font-weight: 600;
  letter-spacing: -0.003em;
  line-height: 1.454;
  margin-top: 1.42em;
  text-transform: uppercase;
}

.shg-default-text-content ul {
  list-style: disc;
}

.shg-default-text-content ol {
  list-style: decimal;
}

.shg-default-text-content ul,
.shg-default-text-content ol {
  margin-block-end: 1em;
  margin-block-start: 1em;
  margin-bottom: 0;
  margin-inline-end: 0;
  margin-inline-start: 0;
  margin-top: 0;
  padding-inline-start: 40px;
}

.shg-default-text-content li {
  font-size: 1em;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1;
  list-style: inherit;
  margin-top: 0.67em;
}

.shg-default-text-content pre {
  font-family: monospace;
  font-size: 1em;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 1em;
  white-space: pre-wrap;
  word-break: normal;
}

.shg-default-text-content address {
  font-size: 1em;
  font-style: italic;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 0;
}

.shg-default-text-content div {
  font-size: 1em;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-bottom: 0;
  margin-top: 0.67em;
}

.shg-theme-text-content h1,
.shg-theme-text-content h2,
.shg-theme-text-content h3,
.shg-theme-text-content h4,
.shg-theme-text-content h5,
.shg-theme-text-content h6 {
  color: ;
  font-family: ;
  font-weight: ;
}

.shg-theme-text-content p {
  color: ;
  font-family: ;
  font-weight: ;
}

@media (max-width: 767px){#s-2413040b-8eca-4282-837a-e3664b15bde5 {
  
}
}
.shg-row {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  min-height: inherit;
  max-height: inherit;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

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

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

#s-a948f517-d453-415d-bec2-f2e24e25f8ae {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 1200px;
}
@media (max-width: 767px){#s-a948f517-d453-415d-bec2-f2e24e25f8ae {
  margin-left: 0%;
margin-right: 0%;
display: none;
}
#s-a948f517-d453-415d-bec2-f2e24e25f8ae, #wrap-s-a948f517-d453-415d-bec2-f2e24e25f8ae { display:none !important; }}
@media (min-width: 0px) {
[id="s-a948f517-d453-415d-bec2-f2e24e25f8ae"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-a948f517-d453-415d-bec2-f2e24e25f8ae"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-a948f517-d453-415d-bec2-f2e24e25f8ae"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-a948f517-d453-415d-bec2-f2e24e25f8ae"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

}

#s-32261558-b4c0-4dc2-8e85-8bc58414b6b4 {
  min-height: 50px;
}








#s-32261558-b4c0-4dc2-8e85-8bc58414b6b4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-32261558-b4c0-4dc2-8e85-8bc58414b6b4 {
  cursor: pointer;
}#s-32261558-b4c0-4dc2-8e85-8bc58414b6b4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.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-20c7d936-5286-4087-8b2c-fad3f774f34c {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(255, 92, 38, 1);
border-style: solid;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 92, 38, 1);
}
#s-20c7d936-5286-4087-8b2c-fad3f774f34c:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 92, 38, 1) !important;}#s-20c7d936-5286-4087-8b2c-fad3f774f34c:active {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 92, 38, 1) !important;}

  #s-20c7d936-5286-4087-8b2c-fad3f774f34c-root {
    text-align: center;
  }


#s-20c7d936-5286-4087-8b2c-fad3f774f34c.shg-btn {
  color: rgba(255, 92, 38, 1);
  font-size: 18px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-20c7d936-5286-4087-8b2c-fad3f774f34c-root {
    text-align: center;
  }


#s-20c7d936-5286-4087-8b2c-fad3f774f34c.shg-btn {
  color: rgba(255, 92, 38, 1);
  font-size: 18px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-20c7d936-5286-4087-8b2c-fad3f774f34c-root {
    text-align: center;
  }


#s-20c7d936-5286-4087-8b2c-fad3f774f34c.shg-btn {
  color: rgba(255, 92, 38, 1);
  font-size: 18px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-20c7d936-5286-4087-8b2c-fad3f774f34c-root {
    text-align: center;
  }


#s-20c7d936-5286-4087-8b2c-fad3f774f34c.shg-btn {
  color: rgba(255, 92, 38, 1);
  font-size: 15px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-20c7d936-5286-4087-8b2c-fad3f774f34c-root {
    text-align: center;
  }


#s-20c7d936-5286-4087-8b2c-fad3f774f34c.shg-btn {
  color: rgba(255, 92, 38, 1);
  font-size: 10px;
  
  
  
  display:  block ;
}
}
  #s-20c7d936-5286-4087-8b2c-fad3f774f34c-root {
    text-align: center;
  }


#s-20c7d936-5286-4087-8b2c-fad3f774f34c.shg-btn {
  color: rgba(255, 92, 38, 1);
  font-size: 18px;
  
  
  
  display:  block ;
}

#s-1cbb6aae-fb90-4ac3-90f1-f55b7d9a4294 {
  min-height: 50px;
}








#s-1cbb6aae-fb90-4ac3-90f1-f55b7d9a4294 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1cbb6aae-fb90-4ac3-90f1-f55b7d9a4294 {
  cursor: pointer;
}#s-1cbb6aae-fb90-4ac3-90f1-f55b7d9a4294.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-23d5fb1e-be1e-4cd2-b4c2-65ee6203af5b {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(255, 92, 38, 1);
border-style: solid;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 92, 38, 1);
}
#s-23d5fb1e-be1e-4cd2-b4c2-65ee6203af5b:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 92, 38, 1) !important;}#s-23d5fb1e-be1e-4cd2-b4c2-65ee6203af5b:active {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 92, 38, 1) !important;}

  #s-23d5fb1e-be1e-4cd2-b4c2-65ee6203af5b-root {
    text-align: center;
  }


#s-23d5fb1e-be1e-4cd2-b4c2-65ee6203af5b.shg-btn {
  color: rgba(255, 92, 38, 1);
  font-size: 18px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-23d5fb1e-be1e-4cd2-b4c2-65ee6203af5b-root {
    text-align: center;
  }


#s-23d5fb1e-be1e-4cd2-b4c2-65ee6203af5b.shg-btn {
  color: rgba(255, 92, 38, 1);
  font-size: 18px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-23d5fb1e-be1e-4cd2-b4c2-65ee6203af5b-root {
    text-align: center;
  }


#s-23d5fb1e-be1e-4cd2-b4c2-65ee6203af5b.shg-btn {
  color: rgba(255, 92, 38, 1);
  font-size: 18px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-23d5fb1e-be1e-4cd2-b4c2-65ee6203af5b-root {
    text-align: center;
  }


#s-23d5fb1e-be1e-4cd2-b4c2-65ee6203af5b.shg-btn {
  color: rgba(255, 92, 38, 1);
  font-size: 15px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-23d5fb1e-be1e-4cd2-b4c2-65ee6203af5b-root {
    text-align: center;
  }


#s-23d5fb1e-be1e-4cd2-b4c2-65ee6203af5b.shg-btn {
  color: rgba(255, 92, 38, 1);
  font-size: 10px;
  
  
  
  display:  block ;
}
}
  #s-23d5fb1e-be1e-4cd2-b4c2-65ee6203af5b-root {
    text-align: center;
  }


#s-23d5fb1e-be1e-4cd2-b4c2-65ee6203af5b.shg-btn {
  color: rgba(255, 92, 38, 1);
  font-size: 18px;
  
  
  
  display:  block ;
}

#s-e5098da1-3de8-417e-bdf5-d97d93ee6332 {
  min-height: 50px;
}
@media (max-width: 767px){#s-e5098da1-3de8-417e-bdf5-d97d93ee6332 {
  margin-top: -9px;
}
}







#s-e5098da1-3de8-417e-bdf5-d97d93ee6332 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e5098da1-3de8-417e-bdf5-d97d93ee6332 {
  cursor: pointer;
}#s-e5098da1-3de8-417e-bdf5-d97d93ee6332.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-33dd5872-0fca-41a2-83eb-935c361c1bda {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(255, 92, 38, 1);
border-style: solid;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 92, 38, 1);
}
#s-33dd5872-0fca-41a2-83eb-935c361c1bda:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 92, 38, 1) !important;}#s-33dd5872-0fca-41a2-83eb-935c361c1bda:active {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 92, 38, 1) !important;}

  #s-33dd5872-0fca-41a2-83eb-935c361c1bda-root {
    text-align: center;
  }


#s-33dd5872-0fca-41a2-83eb-935c361c1bda.shg-btn {
  color: rgba(255, 92, 38, 1);
  font-size: 18px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-33dd5872-0fca-41a2-83eb-935c361c1bda-root {
    text-align: center;
  }


#s-33dd5872-0fca-41a2-83eb-935c361c1bda.shg-btn {
  color: rgba(255, 92, 38, 1);
  font-size: 18px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-33dd5872-0fca-41a2-83eb-935c361c1bda-root {
    text-align: center;
  }


#s-33dd5872-0fca-41a2-83eb-935c361c1bda.shg-btn {
  color: rgba(255, 92, 38, 1);
  font-size: 18px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-33dd5872-0fca-41a2-83eb-935c361c1bda-root {
    text-align: center;
  }


#s-33dd5872-0fca-41a2-83eb-935c361c1bda.shg-btn {
  color: rgba(255, 92, 38, 1);
  font-size: 15px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-33dd5872-0fca-41a2-83eb-935c361c1bda-root {
    text-align: center;
  }


#s-33dd5872-0fca-41a2-83eb-935c361c1bda.shg-btn {
  color: rgba(255, 92, 38, 1);
  font-size: 10px;
  
  
  
  display:  block ;
}
}
  #s-33dd5872-0fca-41a2-83eb-935c361c1bda-root {
    text-align: center;
  }


#s-33dd5872-0fca-41a2-83eb-935c361c1bda.shg-btn {
  color: rgba(255, 92, 38, 1);
  font-size: 18px;
  
  
  
  display:  block ;
}

#s-dab97437-4d22-46b8-a883-f9bfebaa17cd {
  min-height: 50px;
}
@media (max-width: 767px){#s-dab97437-4d22-46b8-a883-f9bfebaa17cd {
  margin-top: -9px;
}
}







#s-dab97437-4d22-46b8-a883-f9bfebaa17cd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-dab97437-4d22-46b8-a883-f9bfebaa17cd {
  cursor: pointer;
}#s-dab97437-4d22-46b8-a883-f9bfebaa17cd.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1c05a73a-3474-41eb-aa7e-318e79b8d05f {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(255, 92, 38, 1);
border-style: solid;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 92, 38, 1);
}
#s-1c05a73a-3474-41eb-aa7e-318e79b8d05f:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 92, 38, 1) !important;}#s-1c05a73a-3474-41eb-aa7e-318e79b8d05f:active {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 92, 38, 1) !important;}

  #s-1c05a73a-3474-41eb-aa7e-318e79b8d05f-root {
    text-align: center;
  }


#s-1c05a73a-3474-41eb-aa7e-318e79b8d05f.shg-btn {
  color: rgba(255, 92, 38, 1);
  font-size: 18px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-1c05a73a-3474-41eb-aa7e-318e79b8d05f-root {
    text-align: center;
  }


#s-1c05a73a-3474-41eb-aa7e-318e79b8d05f.shg-btn {
  color: rgba(255, 92, 38, 1);
  font-size: 18px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-1c05a73a-3474-41eb-aa7e-318e79b8d05f-root {
    text-align: center;
  }


#s-1c05a73a-3474-41eb-aa7e-318e79b8d05f.shg-btn {
  color: rgba(255, 92, 38, 1);
  font-size: 18px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-1c05a73a-3474-41eb-aa7e-318e79b8d05f-root {
    text-align: center;
  }


#s-1c05a73a-3474-41eb-aa7e-318e79b8d05f.shg-btn {
  color: rgba(255, 92, 38, 1);
  font-size: 15px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-1c05a73a-3474-41eb-aa7e-318e79b8d05f-root {
    text-align: center;
  }


#s-1c05a73a-3474-41eb-aa7e-318e79b8d05f.shg-btn {
  color: rgba(255, 92, 38, 1);
  font-size: 10px;
  
  
  
  display:  block ;
}
}
  #s-1c05a73a-3474-41eb-aa7e-318e79b8d05f-root {
    text-align: center;
  }


#s-1c05a73a-3474-41eb-aa7e-318e79b8d05f.shg-btn {
  color: rgba(255, 92, 38, 1);
  font-size: 18px;
  
  
  
  display:  block ;
}

#s-1e32b2a3-2f22-4bac-a220-d031336664ed {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 1200px;
}








#s-1e32b2a3-2f22-4bac-a220-d031336664ed > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1e32b2a3-2f22-4bac-a220-d031336664ed.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c4f7a4d5-aa52-45d4-b932-610f80738e86 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 600px;
background-position: center center;
}








#s-c4f7a4d5-aa52-45d4-b932-610f80738e86 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c4f7a4d5-aa52-45d4-b932-610f80738e86.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

.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-0c2a6ad9-36c2-4f41-8426-20a8425d6de1 {
  margin-top: 50px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-0c2a6ad9-36c2-4f41-8426-20a8425d6de1 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 60px;
  
  
  text-align: center;
}


@media (max-width: 767px){#s-0c2a6ad9-36c2-4f41-8426-20a8425d6de1 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: center;
}


}
#s-084fb950-b855-4840-b141-802e253a78f5 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-084fb950-b855-4840-b141-802e253a78f5 .shogun-heading-component h2 {
  color: rgba(253, 253, 253, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-f97da29a-214b-4931-9848-0cc8503a5fbd {
  min-height: 50px;
}








#s-f97da29a-214b-4931-9848-0cc8503a5fbd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f97da29a-214b-4931-9848-0cc8503a5fbd.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5964e050-3b82-469e-9099-9f496baf5c00 {
  padding-top: 30px;
padding-left: 5%;
padding-bottom: 30px;
padding-right: 5%;
background-color: rgba(0, 0, 0, 1);
}
@media (max-width: 767px){#s-5964e050-3b82-469e-9099-9f496baf5c00 {
  padding-top: 60px;
padding-left: 20px;
padding-bottom: 60px;
padding-right: 20px;
}
}







#s-5964e050-3b82-469e-9099-9f496baf5c00 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5964e050-3b82-469e-9099-9f496baf5c00.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7663095d-1497-4a90-a9b4-a2e53e527fd7 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-6d4cee96-1476-4b6e-9f78-42497658e2d4 {
  margin-bottom: 15px;
}

@media (min-width: 0px) {
[id="s-6d4cee96-1476-4b6e-9f78-42497658e2d4"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6d4cee96-1476-4b6e-9f78-42497658e2d4"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-6d4cee96-1476-4b6e-9f78-42497658e2d4"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-6d4cee96-1476-4b6e-9f78-42497658e2d4"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-21a86872-a72e-4173-babe-49f003f2e834 {
  padding-top: 10px;
padding-bottom: 10px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 20px;
text-align: center;
background-color: rgba(255, 80, 0, 1);
}

#s-21a86872-a72e-4173-babe-49f003f2e834 .shogun-heading-component h4 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


#s-21a86872-a72e-4173-babe-49f003f2e834 .shogun-heading-component h4 a {
  color: rgba(255, 255, 255, 1);
}


#s-10c22cf9-eaa7-4bb0-b77e-42600329b6fb {
  padding-top: 10px;
padding-bottom: 10px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 20px;
text-align: center;
background-color: rgba(255, 80, 0, 1);
}
@media (max-width: 767px){#s-10c22cf9-eaa7-4bb0-b77e-42600329b6fb {
  margin-top: 20px;
margin-bottom: 30px;
}
}
#s-10c22cf9-eaa7-4bb0-b77e-42600329b6fb .shogun-heading-component h4 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


#s-10c22cf9-eaa7-4bb0-b77e-42600329b6fb .shogun-heading-component h4 a {
  color: rgba(255, 255, 255, 1);
}


@media (min-width: 0px) {
[id="s-291280d7-a9ce-468c-a5fe-628ef13900e0"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-291280d7-a9ce-468c-a5fe-628ef13900e0"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-291280d7-a9ce-468c-a5fe-628ef13900e0"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-291280d7-a9ce-468c-a5fe-628ef13900e0"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-82328756-2be6-4481-8a0a-d6102802eb5d {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
min-height: 50px;
background-color: rgba(255, 255, 255, 0.1);
}
@media (max-width: 767px){#s-82328756-2be6-4481-8a0a-d6102802eb5d {
  margin-bottom: 20px;
}
}







#s-82328756-2be6-4481-8a0a-d6102802eb5d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-82328756-2be6-4481-8a0a-d6102802eb5d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5818b836-a94b-42e4-a216-fd54631507e6 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-5818b836-a94b-42e4-a216-fd54631507e6 .shogun-heading-component h4 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: center;
}



#s-d8e22528-8706-48ed-98e0-f309021f34e3 {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
min-height: 50px;
background-color: rgba(255, 255, 255, 0.1);
}
@media (max-width: 767px){#s-d8e22528-8706-48ed-98e0-f309021f34e3 {
  margin-bottom: 20px;
}
}







#s-d8e22528-8706-48ed-98e0-f309021f34e3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d8e22528-8706-48ed-98e0-f309021f34e3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-023ef1d3-4510-469a-924d-77ae0f623b3a {
  margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-023ef1d3-4510-469a-924d-77ae0f623b3a .shogun-heading-component h4 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: center;
}



#s-cfb93589-a3e6-4128-b20d-d3673c22a6a5 {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
min-height: 50px;
background-color: rgba(255, 255, 255, 0.1);
}








#s-cfb93589-a3e6-4128-b20d-d3673c22a6a5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cfb93589-a3e6-4128-b20d-d3673c22a6a5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-abc89fbe-f019-4a56-9f6a-fec818c38b4e {
  margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-abc89fbe-f019-4a56-9f6a-fec818c38b4e .shogun-heading-component h4 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: center;
}



#s-93592bae-8d30-4d8e-b7dd-ed45eaf0f252 {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
min-height: 50px;
background-color: rgba(255, 255, 255, 0.1);
}








#s-93592bae-8d30-4d8e-b7dd-ed45eaf0f252 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-93592bae-8d30-4d8e-b7dd-ed45eaf0f252.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8a67aa06-9a06-4c13-8fcf-4e877825f18f {
  margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-8a67aa06-9a06-4c13-8fcf-4e877825f18f .shogun-heading-component h4 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: center;
}



#s-c9d94a8e-a95b-4675-86d2-3d6200283e50 {
  margin-top: 49px;
margin-left: auto;
margin-bottom: 49px;
margin-right: auto;
min-height: 50px;
max-width: 1200px;
}








#s-c9d94a8e-a95b-4675-86d2-3d6200283e50 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c9d94a8e-a95b-4675-86d2-3d6200283e50.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-82a5b684-3da8-4b65-8357-2ad4c4b3e9b7 {
  min-height: 50px;
}








#s-82a5b684-3da8-4b65-8357-2ad4c4b3e9b7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-82a5b684-3da8-4b65-8357-2ad4c4b3e9b7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-301e8107-e96a-4e67-a42b-e84d0b310788 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 1200px;
}








#s-301e8107-e96a-4e67-a42b-e84d0b310788 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-301e8107-e96a-4e67-a42b-e84d0b310788.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3f813bd5-d882-4e47-83b8-fe4a2a8f399c {
  background-repeat: no-repeat;
background-size: cover;
min-height: 600px;
background-position: center center;
}








#s-3f813bd5-d882-4e47-83b8-fe4a2a8f399c > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.1;
}#s-3f813bd5-d882-4e47-83b8-fe4a2a8f399c.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-ad681ef9-356c-41df-b47c-34bcedc7316f {
  padding-top: 120px;
padding-bottom: 0px;
text-align: center;
}

#s-ad681ef9-356c-41df-b47c-34bcedc7316f .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 48px;
  
  
  
}


@media (max-width: 767px){#s-ad681ef9-356c-41df-b47c-34bcedc7316f .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}


}
#s-9ee8de3f-073d-416b-a71c-998f0edb317b {
  padding-top: 50px;
padding-left: 5%;
padding-bottom: 50px;
padding-right: 5%;
min-height: 50px;
background-color: rgba(245, 245, 245, 1);
}
@media (min-width: 1200px){#s-9ee8de3f-073d-416b-a71c-998f0edb317b {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-9ee8de3f-073d-416b-a71c-998f0edb317b {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-9ee8de3f-073d-416b-a71c-998f0edb317b {
  
}
}@media (max-width: 767px){#s-9ee8de3f-073d-416b-a71c-998f0edb317b {
  
}
}







#s-9ee8de3f-073d-416b-a71c-998f0edb317b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9ee8de3f-073d-416b-a71c-998f0edb317b.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-ac28d3d2-108e-4b83-9bdf-fae292e8aa08 {
  border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
}
@media (min-width: 1200px){#s-ac28d3d2-108e-4b83-9bdf-fae292e8aa08 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-ac28d3d2-108e-4b83-9bdf-fae292e8aa08 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-ac28d3d2-108e-4b83-9bdf-fae292e8aa08 {
  
}
}@media (max-width: 767px){#s-ac28d3d2-108e-4b83-9bdf-fae292e8aa08 {
  
}
}
@media (min-width: 0px) {
[id="s-ac28d3d2-108e-4b83-9bdf-fae292e8aa08"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-ac28d3d2-108e-4b83-9bdf-fae292e8aa08"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-ac28d3d2-108e-4b83-9bdf-fae292e8aa08"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-ac28d3d2-108e-4b83-9bdf-fae292e8aa08"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

}

#s-ccf6e053-9662-43a5-a664-f1a175e50560 .shogun-icon-wrapper {
  text-align: center;
}


#s-ccf6e053-9662-43a5-a664-f1a175e50560 .shogun-icon-wrapper > .shogun-icon {

  font-size: 32px !important;
  color: rgba(57, 57, 57, 1);
}

#s-8b908ea0-f9a6-46d2-9eb0-d3c49a67dfd6 {
  opacity: 1;
}
@media (min-width: 1200px){#s-8b908ea0-f9a6-46d2-9eb0-d3c49a67dfd6 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-8b908ea0-f9a6-46d2-9eb0-d3c49a67dfd6 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-8b908ea0-f9a6-46d2-9eb0-d3c49a67dfd6 {
  
}
}@media (max-width: 767px){#s-8b908ea0-f9a6-46d2-9eb0-d3c49a67dfd6 {
  
}
}
#s-cf05310a-cedf-4d7f-b9e7-65384b450615 .shogun-icon-wrapper {
  text-align: center;
}


#s-cf05310a-cedf-4d7f-b9e7-65384b450615 .shogun-icon-wrapper > .shogun-icon {

  font-size: 32px !important;
  color: rgba(57, 57, 57, 1);
}

#s-b1c491bf-9170-4fbd-9faa-5faba408984c {
  opacity: 1;
}
@media (min-width: 1200px){#s-b1c491bf-9170-4fbd-9faa-5faba408984c {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-b1c491bf-9170-4fbd-9faa-5faba408984c {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-b1c491bf-9170-4fbd-9faa-5faba408984c {
  
}
}@media (max-width: 767px){#s-b1c491bf-9170-4fbd-9faa-5faba408984c {
  
}
}
#s-54114a74-aa1b-471d-bd93-b0bb29186779 .shogun-icon-wrapper {
  text-align: center;
}


#s-54114a74-aa1b-471d-bd93-b0bb29186779 .shogun-icon-wrapper > .shogun-icon {

  font-size: 32px !important;
  color: rgba(57, 57, 57, 1);
}

#s-20668a3e-7c04-4715-87cc-a50de93b64ad {
  opacity: 1;
}
@media (min-width: 1200px){#s-20668a3e-7c04-4715-87cc-a50de93b64ad {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-20668a3e-7c04-4715-87cc-a50de93b64ad {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-20668a3e-7c04-4715-87cc-a50de93b64ad {
  
}
}@media (max-width: 767px){#s-20668a3e-7c04-4715-87cc-a50de93b64ad {
  
}
}
#s-5ae552ca-2bd9-4f99-acb3-97e49627dbe3 .shogun-icon-wrapper {
  text-align: center;
}


#s-5ae552ca-2bd9-4f99-acb3-97e49627dbe3 .shogun-icon-wrapper > .shogun-icon {

  font-size: 32px !important;
  color: rgba(57, 57, 57, 1);
}

#s-e8464a91-8bb9-4f6e-abbe-00ecab3b1cb4 {
  opacity: 1;
}
@media (min-width: 1200px){#s-e8464a91-8bb9-4f6e-abbe-00ecab3b1cb4 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e8464a91-8bb9-4f6e-abbe-00ecab3b1cb4 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-e8464a91-8bb9-4f6e-abbe-00ecab3b1cb4 {
  
}
}@media (max-width: 767px){#s-e8464a91-8bb9-4f6e-abbe-00ecab3b1cb4 {
  
}
}
#s-4e6079e5-44a1-4c3b-b47e-ca75a339bc8c {
  min-height: 50px;
}








#s-4e6079e5-44a1-4c3b-b47e-ca75a339bc8c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4e6079e5-44a1-4c3b-b47e-ca75a339bc8c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-bcd35eec-2e6e-43fe-b8a8-8cecb1cb46bb {
  border-style: solid;
margin-top: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
}
@media (min-width: 1200px){#s-bcd35eec-2e6e-43fe-b8a8-8cecb1cb46bb {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-bcd35eec-2e6e-43fe-b8a8-8cecb1cb46bb {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-bcd35eec-2e6e-43fe-b8a8-8cecb1cb46bb {
  
}
}@media (max-width: 767px){#s-bcd35eec-2e6e-43fe-b8a8-8cecb1cb46bb {
  
}
}
@media (min-width: 0px) {
[id="s-bcd35eec-2e6e-43fe-b8a8-8cecb1cb46bb"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-bcd35eec-2e6e-43fe-b8a8-8cecb1cb46bb"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-bcd35eec-2e6e-43fe-b8a8-8cecb1cb46bb"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-bcd35eec-2e6e-43fe-b8a8-8cecb1cb46bb"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

}

.shogun-image-container {
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-d87cd492-e5f2-4e22-9a07-b7252e2c98e5 {
  margin-left: auto;
margin-right: auto;
min-height: 45px;
max-width: 32px;
text-align: center;
}







  #s-d87cd492-e5f2-4e22-9a07-b7252e2c98e5 img.shogun-image {
    

    
    
    
  }


#s-d87cd492-e5f2-4e22-9a07-b7252e2c98e5 .shogun-image-content {
  
    align-items: center;
  
}

#s-5a176ff8-c4b8-480c-ae42-815f7919be8c {
  opacity: 1;
}
@media (min-width: 1200px){#s-5a176ff8-c4b8-480c-ae42-815f7919be8c {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-5a176ff8-c4b8-480c-ae42-815f7919be8c {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-5a176ff8-c4b8-480c-ae42-815f7919be8c {
  
}
}@media (max-width: 767px){#s-5a176ff8-c4b8-480c-ae42-815f7919be8c {
  
}
}
#s-afe167ac-0df0-44ad-adc1-1f9b22369be8 {
  margin-left: auto;
margin-right: auto;
min-height: 45px;
max-width: 32px;
text-align: center;
}







  #s-afe167ac-0df0-44ad-adc1-1f9b22369be8 img.shogun-image {
    

    
    
    
  }


#s-afe167ac-0df0-44ad-adc1-1f9b22369be8 .shogun-image-content {
  
    align-items: center;
  
}

#s-53d80d94-6ac4-402c-ae91-e3815a8fb821 {
  opacity: 1;
}
@media (min-width: 1200px){#s-53d80d94-6ac4-402c-ae91-e3815a8fb821 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-53d80d94-6ac4-402c-ae91-e3815a8fb821 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-53d80d94-6ac4-402c-ae91-e3815a8fb821 {
  
}
}@media (max-width: 767px){#s-53d80d94-6ac4-402c-ae91-e3815a8fb821 {
  
}
}
#s-cdfb9614-2b0d-4e54-8791-97e02764bbfe {
  margin-left: auto;
margin-right: auto;
min-height: 45px;
max-width: 32px;
text-align: center;
}







  #s-cdfb9614-2b0d-4e54-8791-97e02764bbfe img.shogun-image {
    

    
    
    
  }


#s-cdfb9614-2b0d-4e54-8791-97e02764bbfe .shogun-image-content {
  
    align-items: center;
  
}

#s-78aff276-6d11-48d3-aef7-6e2a2a718837 {
  opacity: 1;
}
@media (min-width: 1200px){#s-78aff276-6d11-48d3-aef7-6e2a2a718837 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-78aff276-6d11-48d3-aef7-6e2a2a718837 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-78aff276-6d11-48d3-aef7-6e2a2a718837 {
  
}
}@media (max-width: 767px){#s-78aff276-6d11-48d3-aef7-6e2a2a718837 {
  
}
}
#s-938793ee-2ba1-47b6-bd55-cbb571766d14 {
  margin-left: auto;
margin-right: auto;
min-height: 45px;
max-width: 32px;
text-align: center;
}







  #s-938793ee-2ba1-47b6-bd55-cbb571766d14 img.shogun-image {
    

    
    
    
  }


#s-938793ee-2ba1-47b6-bd55-cbb571766d14 .shogun-image-content {
  
    align-items: center;
  
}

#s-7622c09f-834a-4917-991d-f716a331fe85 {
  opacity: 1;
}
@media (min-width: 1200px){#s-7622c09f-834a-4917-991d-f716a331fe85 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-7622c09f-834a-4917-991d-f716a331fe85 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-7622c09f-834a-4917-991d-f716a331fe85 {
  
}
}@media (max-width: 767px){#s-7622c09f-834a-4917-991d-f716a331fe85 {
  
}
}
@media (min-width: 0px) {
[id="s-fe83ee20-78ad-465d-a70c-f4776cb4ac80"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-fe83ee20-78ad-465d-a70c-f4776cb4ac80"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-fe83ee20-78ad-465d-a70c-f4776cb4ac80"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-fe83ee20-78ad-465d-a70c-f4776cb4ac80"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

}

#s-b6fcad5b-e313-4eab-a4dc-97e408289091 {
  background-repeat: no-repeat;
background-size: cover;
padding-top: 10px;
padding-left: 10%;
padding-bottom: 10%;
padding-right: 10%;
min-height: 600px;
background-position: center center;
}
@media (max-width: 767px){#s-b6fcad5b-e313-4eab-a4dc-97e408289091 {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
}
}







#s-b6fcad5b-e313-4eab-a4dc-97e408289091 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.2;
}#s-b6fcad5b-e313-4eab-a4dc-97e408289091.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-b9ff8642-c3e3-492b-8dde-3d6298450f28 {
  margin-bottom: 30px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-b9ff8642-c3e3-492b-8dde-3d6298450f28 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: center;
}


@media (min-width: 768px) and (max-width: 991px){#s-b9ff8642-c3e3-492b-8dde-3d6298450f28 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 28px;
  
  
  text-align: center;
}


}@media (max-width: 767px){#s-b9ff8642-c3e3-492b-8dde-3d6298450f28 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 28px;
  
  
  text-align: center;
}


}
#s-af37ba56-7f2b-4f30-8396-79926a61d589 {
  background-repeat: no-repeat;
background-size: cover;
padding-top: 10%;
padding-left: 10%;
padding-bottom: 10%;
padding-right: 10%;
min-height: 600px;
background-position: center center;
}
@media (max-width: 767px){#s-af37ba56-7f2b-4f30-8396-79926a61d589 {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
}
}







#s-af37ba56-7f2b-4f30-8396-79926a61d589 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-af37ba56-7f2b-4f30-8396-79926a61d589.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-7129f83f-6fb3-489a-a6bb-f0d5bb6f0724 {
  margin-bottom: 30px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-7129f83f-6fb3-489a-a6bb-f0d5bb6f0724 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: center;
}


@media (min-width: 768px) and (max-width: 991px){#s-7129f83f-6fb3-489a-a6bb-f0d5bb6f0724 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 28px;
  
  
  text-align: center;
}


}@media (max-width: 767px){#s-7129f83f-6fb3-489a-a6bb-f0d5bb6f0724 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 28px;
  
  
  text-align: center;
}


}
#s-897a6c6c-fb20-4713-a98d-8801d607e3e9 {
  background-repeat: no-repeat;
background-size: cover;
padding-top: 10%;
padding-left: 10%;
padding-bottom: 10%;
padding-right: 10%;
min-height: 600px;
background-position: center center;
}
@media (max-width: 767px){#s-897a6c6c-fb20-4713-a98d-8801d607e3e9 {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
}
}







#s-897a6c6c-fb20-4713-a98d-8801d607e3e9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-897a6c6c-fb20-4713-a98d-8801d607e3e9.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-d2e129cd-dd8f-40a9-9fca-1dd6da400ad8 {
  margin-bottom: 30px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-d2e129cd-dd8f-40a9-9fca-1dd6da400ad8 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: center;
}


@media (min-width: 768px) and (max-width: 991px){#s-d2e129cd-dd8f-40a9-9fca-1dd6da400ad8 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 28px;
  
  
  text-align: center;
}


}@media (max-width: 767px){#s-d2e129cd-dd8f-40a9-9fca-1dd6da400ad8 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 28px;
  
  
  text-align: center;
}


}
#s-4f3cf24d-6ea6-440f-8596-49b398635179 {
  background-repeat: no-repeat;
background-size: cover;
padding-top: 10%;
padding-left: 10%;
padding-bottom: 10%;
padding-right: 10%;
min-height: 600px;
background-position: center center;
}
@media (max-width: 767px){#s-4f3cf24d-6ea6-440f-8596-49b398635179 {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
}
}







#s-4f3cf24d-6ea6-440f-8596-49b398635179 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4f3cf24d-6ea6-440f-8596-49b398635179.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-bbbeac7e-a936-4d7c-8078-cac78aaf5c76 {
  margin-bottom: 30px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-bbbeac7e-a936-4d7c-8078-cac78aaf5c76 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: center;
}


@media (min-width: 768px) and (max-width: 991px){#s-bbbeac7e-a936-4d7c-8078-cac78aaf5c76 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 28px;
  
  
  text-align: center;
}


}@media (max-width: 767px){#s-bbbeac7e-a936-4d7c-8078-cac78aaf5c76 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 28px;
  
  
  text-align: center;
}


}
#s-5dae1b60-0c8d-4015-8824-727cf4069bb1 {
  padding-top: 50px;
padding-bottom: 50px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-5dae1b60-0c8d-4015-8824-727cf4069bb1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5dae1b60-0c8d-4015-8824-727cf4069bb1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ea9c5cb5-bcca-4996-bd1d-549b26a7c3e3 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-ea9c5cb5-bcca-4996-bd1d-549b26a7c3e3 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  letter-spacing: 2px;
  
}



@media (min-width: 0px) {
[id="s-8a300d17-897c-4d4e-ac88-8dfc4ae27b58"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8a300d17-897c-4d4e-ac88-8dfc4ae27b58"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-8a300d17-897c-4d4e-ac88-8dfc4ae27b58"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-8a300d17-897c-4d4e-ac88-8dfc4ae27b58"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-8a300d17-897c-4d4e-ac88-8dfc4ae27b58"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-8a300d17-897c-4d4e-ac88-8dfc4ae27b58"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-8a300d17-897c-4d4e-ac88-8dfc4ae27b58"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

}

#s-fc52833a-3eb2-48e2-b3bf-78ac4ace66ea {
  text-align: center;
}








#s-fc52833a-3eb2-48e2-b3bf-78ac4ace66ea .shogun-image-content {
  
    align-items: center;
  
}

#s-ce5fa9dc-c92a-4af3-a8d3-706f6418b9de {
  margin-top: 20px;
margin-bottom: 30px;
}

@media (min-width: 0px) {
[id="s-ce5fa9dc-c92a-4af3-a8d3-706f6418b9de"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ce5fa9dc-c92a-4af3-a8d3-706f6418b9de"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-ce5fa9dc-c92a-4af3-a8d3-706f6418b9de"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-ce5fa9dc-c92a-4af3-a8d3-706f6418b9de"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-27b703e7-8a33-49d7-83c9-e8bf15c95ab1 {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-27b703e7-8a33-49d7-83c9-e8bf15c95ab1 {
  margin-bottom: 20px;
}
}







#s-27b703e7-8a33-49d7-83c9-e8bf15c95ab1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-27b703e7-8a33-49d7-83c9-e8bf15c95ab1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-04dcbe12-2079-4092-aa13-2e4d1bf4e59c {
  margin-top: 15px;
margin-bottom: 15px;
}

#s-f4e4eb07-18e4-4e63-b775-d04c354eceed {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-f4e4eb07-18e4-4e63-b775-d04c354eceed {
  margin-bottom: 20px;
}
}







#s-f4e4eb07-18e4-4e63-b775-d04c354eceed > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f4e4eb07-18e4-4e63-b775-d04c354eceed.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6e21735d-3942-47c6-b2fd-15bd02cc6664 {
  margin-top: 15px;
margin-bottom: 15px;
}

#s-8628c58d-266e-4445-991d-0c2dc8bc8c1f {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-8628c58d-266e-4445-991d-0c2dc8bc8c1f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8628c58d-266e-4445-991d-0c2dc8bc8c1f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a2bb43cb-6c10-4ad9-8b72-3adbb380e001 {
  margin-top: 15px;
margin-bottom: 15px;
}

#s-a40890d1-61a2-4466-a0d5-3408671bb90e {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
min-height: 600px;
background-position: center center;
}








#s-a40890d1-61a2-4466-a0d5-3408671bb90e > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.2;
}#s-a40890d1-61a2-4466-a0d5-3408671bb90e.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-4a388184-058d-449d-99fe-f5b85b8c4dd1 {
  margin-top: 50px;
margin-left: 30px;
margin-bottom: 0px;
margin-right: 30px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (min-width: 1200px){#s-4a388184-058d-449d-99fe-f5b85b8c4dd1 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-4a388184-058d-449d-99fe-f5b85b8c4dd1 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-4a388184-058d-449d-99fe-f5b85b8c4dd1 {
  
}
}@media (max-width: 767px){#s-4a388184-058d-449d-99fe-f5b85b8c4dd1 {
  
}
}
#s-4a388184-058d-449d-99fe-f5b85b8c4dd1 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 40px;
  
  
  
}


@media (max-width: 767px){#s-4a388184-058d-449d-99fe-f5b85b8c4dd1 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}


}
#s-3fda9f1b-4e16-4a68-bb20-648d9e4da743 {
  margin-top: 20px;
margin-left: 30px;
margin-bottom: 20px;
margin-right: 30px;
}
@media (min-width: 1200px){#s-3fda9f1b-4e16-4a68-bb20-648d9e4da743 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-3fda9f1b-4e16-4a68-bb20-648d9e4da743 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-3fda9f1b-4e16-4a68-bb20-648d9e4da743 {
  
}
}@media (max-width: 767px){#s-3fda9f1b-4e16-4a68-bb20-648d9e4da743 {
  
}
}
.shg-hr-wrapper {
  padding: 30px 0;
}

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

#s-6ce359b3-cbd6-4871-aaa2-e304c460400a hr {
  border-top: 2px solid #ddd;
}

#s-d7442327-7fe5-4cf4-8cfb-884156c5310a {
  margin-top: 50px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d7442327-7fe5-4cf4-8cfb-884156c5310a .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-f1d85da2-28a1-4018-81f8-2252595f890c {
  margin-bottom: 50px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-f1d85da2-28a1-4018-81f8-2252595f890c .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  letter-spacing: 2px;
  
}



#s-26fb565f-bd51-42df-aa1e-59a6c71ffc97 {
  text-align: center;
}







  #s-26fb565f-bd51-42df-aa1e-59a6c71ffc97 img.shogun-image {
    

    
    
    
  }


#s-26fb565f-bd51-42df-aa1e-59a6c71ffc97 .shogun-image-content {
  
    align-items: center;
  
}

#s-fe1c55cc-079d-45f4-bbd5-08f897766e1b {
  text-align: center;
}








#s-fe1c55cc-079d-45f4-bbd5-08f897766e1b .shogun-image-content {
  
    align-items: center;
  
}

#s-db7643e4-49f7-4e4c-8c53-cc2c978dc602 {
  margin-top: 50px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-db7643e4-49f7-4e4c-8c53-cc2c978dc602 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-851820ef-3cde-4721-9418-57b0c0ba4c85 {
  margin-bottom: 50px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-851820ef-3cde-4721-9418-57b0c0ba4c85 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  letter-spacing: 0px;
  
}



#s-7eb07a66-29f0-4abe-b5d5-65a2e29ab0e4 {
  text-align: center;
}







  #s-7eb07a66-29f0-4abe-b5d5-65a2e29ab0e4 img.shogun-image {
    

    
    
    
  }


#s-7eb07a66-29f0-4abe-b5d5-65a2e29ab0e4 .shogun-image-content {
  
    align-items: center;
  
}

#s-d21dbb1c-b55c-4485-bb8b-98e7d2155d69 {
  text-align: center;
}







  #s-d21dbb1c-b55c-4485-bb8b-98e7d2155d69 img.shogun-image {
    

    
    
    
  }


#s-d21dbb1c-b55c-4485-bb8b-98e7d2155d69 .shogun-image-content {
  
    align-items: center;
  
}

#s-2139245c-d63f-46c7-90c2-f3d8e1b18bd1 {
  margin-top: 50px;
margin-bottom: 50px;
}








#s-2139245c-d63f-46c7-90c2-f3d8e1b18bd1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2139245c-d63f-46c7-90c2-f3d8e1b18bd1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2c57e3d8-a28e-4522-8d4a-0b89d71d0c6c {
  margin-left: 20px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2c57e3d8-a28e-4522-8d4a-0b89d71d0c6c .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-af54b584-a2f6-4691-92a7-10f0fc1ca875 {
  margin-left: 0px;
margin-right: 0px;
}
@media (min-width: 1200px){#s-af54b584-a2f6-4691-92a7-10f0fc1ca875 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-af54b584-a2f6-4691-92a7-10f0fc1ca875 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-af54b584-a2f6-4691-92a7-10f0fc1ca875 {
  
}
}@media (max-width: 767px){#s-af54b584-a2f6-4691-92a7-10f0fc1ca875 {
  
}
}
@media (min-width: 0px) {
[id="s-af54b584-a2f6-4691-92a7-10f0fc1ca875"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-af54b584-a2f6-4691-92a7-10f0fc1ca875"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-af54b584-a2f6-4691-92a7-10f0fc1ca875"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-af54b584-a2f6-4691-92a7-10f0fc1ca875"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-af54b584-a2f6-4691-92a7-10f0fc1ca875"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-af54b584-a2f6-4691-92a7-10f0fc1ca875"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-af54b584-a2f6-4691-92a7-10f0fc1ca875"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.0px);
}

}

#s-dcd58958-bae3-4bea-82ea-802e7c069f76 {
  min-height: 50px;
}








#s-dcd58958-bae3-4bea-82ea-802e7c069f76 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-dcd58958-bae3-4bea-82ea-802e7c069f76.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e67f31a0-f25e-4010-b7bf-5a4c40573196 {
  text-align: center;
}







  #s-e67f31a0-f25e-4010-b7bf-5a4c40573196 img.shogun-image {
    

    
    
    
  }


#s-e67f31a0-f25e-4010-b7bf-5a4c40573196 .shogun-image-content {
  
    align-items: center;
  
}

#s-3446d212-7fcb-4866-8183-0893e9362b00 {
  border-style: solid;
margin-top: 20px;
margin-left: 0px;
margin-bottom: 20px;
margin-right: 0px;
padding-left: 10px;
padding-right: 10px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(0, 0, 0, 0.21);
min-height: 400px;
max-height: 400px;
}
@media (min-width: 1200px){#s-3446d212-7fcb-4866-8183-0893e9362b00 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-3446d212-7fcb-4866-8183-0893e9362b00 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-3446d212-7fcb-4866-8183-0893e9362b00 {
  
}
}@media (max-width: 767px){#s-3446d212-7fcb-4866-8183-0893e9362b00 {
  
}
}







#s-3446d212-7fcb-4866-8183-0893e9362b00 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3446d212-7fcb-4866-8183-0893e9362b00.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-17864c99-9157-45e5-add0-e0a262343d91 {
  display: none;
}
.shg-product-title-component h1,
.shg-product-title-component h2,
.shg-product-title-component h3,
.shg-product-title-component h4,
.shg-product-title-component h5,
.shg-product-title-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;
}

.shg-product-title-component a {
  text-decoration: none !important;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
}

#s-468a1c84-eb9b-404e-8db2-ac1dcb42008a {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-468a1c84-eb9b-404e-8db2-ac1dcb42008a .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-83fdc524-0d77-458d-a10f-e6a7bdcacc8e {
  margin-top: 0px;
margin-bottom: 20px;
text-align: center;
}

#s-83fdc524-0d77-458d-a10f-e6a7bdcacc8e .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-83fdc524-0d77-458d-a10f-e6a7bdcacc8e .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-83fdc524-0d77-458d-a10f-e6a7bdcacc8e .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-0065b621-f907-46cd-830c-66802521cc46 {
  margin-left: 10%;
margin-right: 10%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(255, 80, 0, 1);
border-style: solid;
border-radius: 60px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
color: rgba(255, 80, 0, 1);
background-image: none;
hover-type: color;
}
#s-0065b621-f907-46cd-830c-66802521cc46:hover {background-color: rgba(255, 85, 9, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-0065b621-f907-46cd-830c-66802521cc46:active {background-color: rgba(255, 80, 0, 0.67) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-0065b621-f907-46cd-830c-66802521cc46-root {
    text-align: center;
  }


#s-0065b621-f907-46cd-830c-66802521cc46.shg-btn {
  color: rgba(255, 80, 0, 1);
  font-size: 16px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-0065b621-f907-46cd-830c-66802521cc46-root {
    text-align: center;
  }


#s-0065b621-f907-46cd-830c-66802521cc46.shg-btn {
  color: rgba(255, 80, 0, 1);
  font-size: 16px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-0065b621-f907-46cd-830c-66802521cc46-root {
    text-align: center;
  }


#s-0065b621-f907-46cd-830c-66802521cc46.shg-btn {
  color: rgba(255, 80, 0, 1);
  font-size: 16px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-0065b621-f907-46cd-830c-66802521cc46-root {
    text-align: center;
  }


#s-0065b621-f907-46cd-830c-66802521cc46.shg-btn {
  color: rgba(255, 80, 0, 1);
  font-size: 16px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-0065b621-f907-46cd-830c-66802521cc46-root {
    text-align: center;
  }


#s-0065b621-f907-46cd-830c-66802521cc46.shg-btn {
  color: rgba(255, 80, 0, 1);
  font-size: 16px;
  
  
  
  display:  block ;
}
}
  #s-0065b621-f907-46cd-830c-66802521cc46-root {
    text-align: center;
  }


#s-0065b621-f907-46cd-830c-66802521cc46.shg-btn {
  color: rgba(255, 80, 0, 1);
  font-size: 16px;
  
  
  
  display:  block ;
}

#s-be777b03-92da-4eee-8d2a-6d6c0b8c8da3 {
  min-height: 50px;
}








#s-be777b03-92da-4eee-8d2a-6d6c0b8c8da3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-be777b03-92da-4eee-8d2a-6d6c0b8c8da3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

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

#s-19f48603-6f6f-4be7-b6ea-caba2ce49f2e {
  margin-left: 15%;
margin-right: 15%;
}
@media (max-width: 767px){#s-19f48603-6f6f-4be7-b6ea-caba2ce49f2e {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-6c17ce7b-731e-40dc-9d2f-c1ee06d660c4 {
  min-height: 50px;
}








#s-6c17ce7b-731e-40dc-9d2f-c1ee06d660c4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6c17ce7b-731e-40dc-9d2f-c1ee06d660c4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-700444c8-a4bf-4bce-b399-8a4414f563ec {
  min-height: 50px;
}








#s-700444c8-a4bf-4bce-b399-8a4414f563ec > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-700444c8-a4bf-4bce-b399-8a4414f563ec.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5b670b5e-2fd7-4808-ae04-4eb672c9ff7a {
  margin-left: 30px;
margin-right: 30px;
min-height: 50px;
}








#s-5b670b5e-2fd7-4808-ae04-4eb672c9ff7a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5b670b5e-2fd7-4808-ae04-4eb672c9ff7a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.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-db2d842b-8cec-4111-abcb-2166988b68fd {
  margin-top: 49px;
}

#s-db2d842b-8cec-4111-abcb-2166988b68fd .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid #D5D6D7;
  border-radius: 0px;
}

#s-db2d842b-8cec-4111-abcb-2166988b68fd table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-db2d842b-8cec-4111-abcb-2166988b68fd td.shogun-table-column {
  background-color: #fff;
  padding: 10px;
  text-align: inherit;
  font-family: ;
  font-size: 14px;
  font-weight: ;
  color: ;
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-db2d842b-8cec-4111-abcb-2166988b68fd td.shogun-table-row {
  background-color: #fff;
  padding: 10px;
}

#s-db2d842b-8cec-4111-abcb-2166988b68fd td.shogun-table-column, #s-db2d842b-8cec-4111-abcb-2166988b68fd td.shogun-table-row {
  border: 1px solid #D5D6D7;
}

#s-dc837e6f-efc8-4adb-bc58-bf410f613a09 {
  display: none;
}
#s-6e8b2124-6907-4ae3-a2b3-a4a1c5bc1a30 {
  text-align: left;
}

#s-6e8b2124-6907-4ae3-a2b3-a4a1c5bc1a30 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-6e8b2124-6907-4ae3-a2b3-a4a1c5bc1a30 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
}

#s-6e8b2124-6907-4ae3-a2b3-a4a1c5bc1a30 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-0f2294ef-add3-44de-a868-7b5805501dad {
  display: none;
}
#s-6c8ad4a5-ca01-42ce-924e-525ee1572af0 {
  text-align: left;
}

#s-6c8ad4a5-ca01-42ce-924e-525ee1572af0 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-6c8ad4a5-ca01-42ce-924e-525ee1572af0 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
}

#s-6c8ad4a5-ca01-42ce-924e-525ee1572af0 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-12df8033-d9b1-43b4-b592-76664e84dd3f {
  display: none;
}
.shg-product-image-wrapper img.shogun-image,
.shogun-component img.shogun-image {
  display: inline-block;
  vertical-align: middle;
}

.shg-product-img-placeholder img {
  padding: 3rem;
  background: rgba(0, 0, 0, 0.1);
}

.shg-product-image-wrapper {
  display: none;
  position: relative;
  width: 100%;
}

.shg-product-image-wrapper.visible {
  display: inline-block;
}

.shg-product-image-wrapper .shg-product-image-wrapper a {
  text-decoration: none !important;
  border-bottom: 0 !important;
}

.shg-product-image-wrapper .shg-image-zoom {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  max-width: 100%;
  min-height: 100%;
}

.shg-c.shg-align-center .shg-image-zoom {
  margin: 0 auto;
}

.shg-c.shg-align-right .shg-image-zoom {
  margin-left: auto;
}

.shg-image-zoom .shg-image-zoom-background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition: transform 0.5s ease-out;
  transform: scale(1);
}

/**
  Fix for IE11, as min-width does not works there.
**/
@media screen\0 {
  .shg-product-image-wrapper > .shogun-image {
    width: 100%;
  }
}

#s-bf09a484-004a-43d4-9229-f268358471ea {
  text-align: left;
}



.shg-c#s-bf09a484-004a-43d4-9229-f268358471ea .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bf09a484-004a-43d4-9229-f268358471ea img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-bf09a484-004a-43d4-9229-f268358471ea .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bf09a484-004a-43d4-9229-f268358471ea img.shogun-image {
  width: 100%;
}



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

.shg-c#s-bf09a484-004a-43d4-9229-f268358471ea .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bf09a484-004a-43d4-9229-f268358471ea img.shogun-image {
  width: 100%;
}



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

.shg-c#s-bf09a484-004a-43d4-9229-f268358471ea .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bf09a484-004a-43d4-9229-f268358471ea img.shogun-image {
  width: 100%;
}



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

.shg-c#s-bf09a484-004a-43d4-9229-f268358471ea .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bf09a484-004a-43d4-9229-f268358471ea img.shogun-image {
  width: 100%;
}



}
#s-6a6649fd-9459-4969-b447-4ddd89b9db17 {
  display: none;
}
#s-4d04d346-4485-4bfb-a3ef-d17d0b4d51fd {
  text-align: left;
}



.shg-c#s-4d04d346-4485-4bfb-a3ef-d17d0b4d51fd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4d04d346-4485-4bfb-a3ef-d17d0b4d51fd img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-4d04d346-4485-4bfb-a3ef-d17d0b4d51fd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4d04d346-4485-4bfb-a3ef-d17d0b4d51fd img.shogun-image {
  width: 100%;
}



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

.shg-c#s-4d04d346-4485-4bfb-a3ef-d17d0b4d51fd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4d04d346-4485-4bfb-a3ef-d17d0b4d51fd img.shogun-image {
  width: 100%;
}



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

.shg-c#s-4d04d346-4485-4bfb-a3ef-d17d0b4d51fd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4d04d346-4485-4bfb-a3ef-d17d0b4d51fd img.shogun-image {
  width: 100%;
}



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

.shg-c#s-4d04d346-4485-4bfb-a3ef-d17d0b4d51fd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4d04d346-4485-4bfb-a3ef-d17d0b4d51fd img.shogun-image {
  width: 100%;
}



}
#s-d678b3b8-aaa2-4d76-90f5-0c30bd5159bb {
  margin-top: 10px;
margin-left: 30px;
margin-bottom: 10px;
margin-right: 30px;
}

#s-d678b3b8-aaa2-4d76-90f5-0c30bd5159bb .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid #D5D6D7;
  border-radius: 0px;
}

#s-d678b3b8-aaa2-4d76-90f5-0c30bd5159bb table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-d678b3b8-aaa2-4d76-90f5-0c30bd5159bb td.shogun-table-column {
  background-color: #fff;
  padding: 5px;
  text-align: left;
  font-family: ;
  font-size: 14px;
  font-weight: ;
  color: ;
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-d678b3b8-aaa2-4d76-90f5-0c30bd5159bb td.shogun-table-row {
  background-color: #fff;
  padding: 5px;
}

#s-d678b3b8-aaa2-4d76-90f5-0c30bd5159bb td.shogun-table-column, #s-d678b3b8-aaa2-4d76-90f5-0c30bd5159bb td.shogun-table-row {
  border: 1px solid #D5D6D7;
}

#s-9205230f-fae9-431e-b411-15349abd3abe {
  text-align: left;
}

#s-9205230f-fae9-431e-b411-15349abd3abe .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}



#s-3eb434b7-8b07-4ede-b950-038f2e561826 {
  text-align: left;
}

#s-3eb434b7-8b07-4ede-b950-038f2e561826 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}



#s-0117154c-995a-4a0b-aabb-e70b24ca1bbd {
  text-align: left;
}

#s-0117154c-995a-4a0b-aabb-e70b24ca1bbd .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}



#s-6938dc58-ff8d-4097-8839-bf1dfb9f3e73 {
  text-align: left;
}

#s-6938dc58-ff8d-4097-8839-bf1dfb9f3e73 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}



#s-95f77f8d-c994-4ded-907e-d84848665c14 {
  text-align: left;
}

#s-95f77f8d-c994-4ded-907e-d84848665c14 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}



#s-836f6601-ddd2-45af-a266-0f40c1063daa {
  text-align: left;
}

#s-836f6601-ddd2-45af-a266-0f40c1063daa .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}



#s-b5fb18fe-eacb-47e4-8a9a-71e555dd126c {
  text-align: left;
}

#s-b5fb18fe-eacb-47e4-8a9a-71e555dd126c .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}



#s-dacc45d8-5281-43c4-a6ad-f33d7e5ba8f6 {
  text-align: left;
}

#s-dacc45d8-5281-43c4-a6ad-f33d7e5ba8f6 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}



#s-ae24d92d-264f-49c3-b177-3c5dc789a1cd {
  text-align: left;
}

#s-ae24d92d-264f-49c3-b177-3c5dc789a1cd .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}



#s-343b8e84-aeeb-4881-9f1f-731f5bc6e4e7 {
  text-align: left;
}

#s-343b8e84-aeeb-4881-9f1f-731f5bc6e4e7 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}



#s-3a5d3ceb-e57f-465f-9353-eb9f09a62010 {
  text-align: left;
}

#s-3a5d3ceb-e57f-465f-9353-eb9f09a62010 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}



#s-831ce3c0-7710-4888-996c-5a6ed2ad7436 {
  text-align: left;
}

#s-831ce3c0-7710-4888-996c-5a6ed2ad7436 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}



#s-656e7efe-73bd-4040-9ee3-6c23a76db5ea {
  text-align: left;
}

#s-656e7efe-73bd-4040-9ee3-6c23a76db5ea .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}



#s-4a105082-ef16-481a-872c-840b37e0f26e {
  text-align: left;
}

#s-4a105082-ef16-481a-872c-840b37e0f26e .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}



#s-ea203ff6-35f8-433c-b5ab-8007abec5741 {
  text-align: left;
}

#s-ea203ff6-35f8-433c-b5ab-8007abec5741 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}



#s-1ccd547f-d7e9-4731-a0b2-5c21db71e419 {
  text-align: left;
}

#s-1ccd547f-d7e9-4731-a0b2-5c21db71e419 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}



#s-945ed717-96d2-4860-8a1a-48ea8f8442b4 {
  text-align: left;
}

#s-945ed717-96d2-4860-8a1a-48ea8f8442b4 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}



#s-2e7d05e9-5d81-44f4-8114-a692a12700ab {
  text-align: left;
}

#s-2e7d05e9-5d81-44f4-8114-a692a12700ab .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}



#s-27ad0a00-9f24-4fb5-9703-5d032a4717ff {
  text-align: left;
}

#s-27ad0a00-9f24-4fb5-9703-5d032a4717ff .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}



#s-4cb30a2b-ac4a-4694-97b0-64c7c29389bc {
  text-align: left;
}

#s-4cb30a2b-ac4a-4694-97b0-64c7c29389bc .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}



#s-bb9ef8e8-d943-4431-a135-7cba5c844ac3 {
  text-align: left;
}

#s-bb9ef8e8-d943-4431-a135-7cba5c844ac3 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}



#s-437e51e1-12c8-4635-b4ca-89cb42a89e08 {
  text-align: left;
}

#s-437e51e1-12c8-4635-b4ca-89cb42a89e08 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}



#s-a0c2f54b-4192-42eb-96a6-71e2225800b0 {
  text-align: left;
}

#s-a0c2f54b-4192-42eb-96a6-71e2225800b0 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}



#s-27e2fc1c-9af2-4ec8-8146-eba3e508fef9 {
  text-align: left;
}

#s-27e2fc1c-9af2-4ec8-8146-eba3e508fef9 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}



#s-416afd96-4890-4c25-b016-cba5edf58b8f {
  margin-top: 10px;
margin-left: 30px;
margin-bottom: 10px;
margin-right: 30px;
}

#s-0147a542-7750-44cf-b641-fcc970bc5cf0 {
  margin-left: 30px;
margin-right: 30px;
}

#s-0147a542-7750-44cf-b641-fcc970bc5cf0 .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid #D5D6D7;
  border-radius: 0px;
}

#s-0147a542-7750-44cf-b641-fcc970bc5cf0 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-0147a542-7750-44cf-b641-fcc970bc5cf0 td.shogun-table-column {
  background-color: #fff;
  padding: 10px;
  text-align: inherit;
  font-family: ;
  font-size: 14px;
  font-weight: ;
  color: ;
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-0147a542-7750-44cf-b641-fcc970bc5cf0 td.shogun-table-row {
  background-color: #fff;
  padding: 10px;
}

#s-0147a542-7750-44cf-b641-fcc970bc5cf0 td.shogun-table-column, #s-0147a542-7750-44cf-b641-fcc970bc5cf0 td.shogun-table-row {
  border: 1px solid #D5D6D7;
}

#s-2e1659d2-1b63-4f3c-84c8-cd589c8235ce {
  min-height: 50px;
}








#s-2e1659d2-1b63-4f3c-84c8-cd589c8235ce > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2e1659d2-1b63-4f3c-84c8-cd589c8235ce.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-db131141-dbd2-4751-bfbe-530eff6fbe03 {
  margin-top: 10px;
margin-left: 30px;
margin-bottom: 10px;
margin-right: 30px;
}
@media (max-width: 767px){#s-db131141-dbd2-4751-bfbe-530eff6fbe03 {
  margin-left: 10px;
margin-right: 10px;
}
}
#s-db131141-dbd2-4751-bfbe-530eff6fbe03 .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid #D5D6D7;
  border-radius: 0px;
}

#s-db131141-dbd2-4751-bfbe-530eff6fbe03 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-db131141-dbd2-4751-bfbe-530eff6fbe03 td.shogun-table-column {
  background-color: #fff;
  padding: 5px;
  text-align: left;
  font-family: ;
  font-size: 14px;
  font-weight: ;
  color: ;
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-db131141-dbd2-4751-bfbe-530eff6fbe03 td.shogun-table-row {
  background-color: #fff;
  padding: 5px;
}

#s-db131141-dbd2-4751-bfbe-530eff6fbe03 td.shogun-table-column, #s-db131141-dbd2-4751-bfbe-530eff6fbe03 td.shogun-table-row {
  border: 1px solid #D5D6D7;
}

#s-0bbbdefa-a8e5-4445-b277-a44ed119823a {
  text-align: left;
}

#s-0bbbdefa-a8e5-4445-b277-a44ed119823a .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}



#s-d036d11a-793c-41bb-b447-b627735068a7 {
  text-align: left;
}

#s-d036d11a-793c-41bb-b447-b627735068a7 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}



#s-941777d0-7f00-4e0f-90ca-f09351618803 {
  text-align: left;
}

#s-941777d0-7f00-4e0f-90ca-f09351618803 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}



#s-97f24e36-3dc5-4442-bb3c-a64dab7a6193 {
  text-align: left;
}

#s-97f24e36-3dc5-4442-bb3c-a64dab7a6193 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}



#s-ec4110e4-26aa-40b9-89bb-376a0f26c45b {
  text-align: left;
}

#s-ec4110e4-26aa-40b9-89bb-376a0f26c45b .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}



#s-b5406d2d-70cf-4cac-bad3-2e447be177a8 {
  text-align: left;
}

#s-b5406d2d-70cf-4cac-bad3-2e447be177a8 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}



#s-f2c85893-b5f8-45e9-abcc-e266c5523287 {
  text-align: left;
}

#s-f2c85893-b5f8-45e9-abcc-e266c5523287 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}



#s-2a908d2f-2dd4-4f07-b0a6-1655a010d1a3 {
  text-align: left;
}

#s-2a908d2f-2dd4-4f07-b0a6-1655a010d1a3 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}



#s-5e4a4b46-2a30-49f6-be6c-0ae5dca09f02 {
  text-align: left;
}

#s-5e4a4b46-2a30-49f6-be6c-0ae5dca09f02 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}



#s-363b46df-de3b-41ba-a1c3-a0cc362e5118 {
  text-align: left;
}

#s-363b46df-de3b-41ba-a1c3-a0cc362e5118 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}



#s-cf457842-af39-47be-a8ce-331a68b41466 {
  text-align: left;
}

#s-cf457842-af39-47be-a8ce-331a68b41466 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}



#s-a1d58e11-4c39-4b70-9fd0-e6e0b51fe7f6 {
  text-align: left;
}

#s-a1d58e11-4c39-4b70-9fd0-e6e0b51fe7f6 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}



#s-812f99bc-6866-462a-9afe-3cab01b6724c {
  text-align: left;
}

#s-812f99bc-6866-462a-9afe-3cab01b6724c .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}



#s-bfbe64f3-d287-4cd2-8704-16d4caecd657 {
  text-align: left;
}

#s-bfbe64f3-d287-4cd2-8704-16d4caecd657 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}



#s-b2ad2d1c-b8e2-47a4-972f-81c861049c50 {
  text-align: left;
}

#s-b2ad2d1c-b8e2-47a4-972f-81c861049c50 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}



#s-b67a892b-7f5f-4084-9f49-ab51fe201f62 {
  text-align: left;
}

#s-b67a892b-7f5f-4084-9f49-ab51fe201f62 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}



#s-0a3a2a04-6175-4a3a-a0f8-62e9c021d4b3 {
  text-align: left;
}

#s-0a3a2a04-6175-4a3a-a0f8-62e9c021d4b3 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}



#s-24a93c06-03bd-4c83-8b4a-2f9ebcb0f4b6 {
  text-align: left;
}

#s-24a93c06-03bd-4c83-8b4a-2f9ebcb0f4b6 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}



#s-e3c9b4ea-bf29-4b32-ab01-65008c6c6af3 {
  text-align: left;
}

#s-e3c9b4ea-bf29-4b32-ab01-65008c6c6af3 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}



#s-278022bd-81ac-497c-ba71-706213955c71 {
  text-align: left;
}

#s-278022bd-81ac-497c-ba71-706213955c71 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}



#s-ac5c7233-6657-4042-a265-f16ace6c6e41 {
  text-align: left;
}

#s-ac5c7233-6657-4042-a265-f16ace6c6e41 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}



#s-706a9fb4-3f82-4c5f-8cad-2dbbdab29f97 {
  text-align: left;
}

#s-706a9fb4-3f82-4c5f-8cad-2dbbdab29f97 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}



#s-55f93a6c-c054-435e-b63a-e4e9b24e275f {
  text-align: left;
}

#s-55f93a6c-c054-435e-b63a-e4e9b24e275f .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}



#s-2bd5975d-27cd-47e5-bee0-ba330424eadc {
  text-align: left;
}

#s-2bd5975d-27cd-47e5-bee0-ba330424eadc .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}



#s-dfcf4f67-5b73-4338-82f0-6ab3cd95f906 {
  text-align: left;
}

#s-dfcf4f67-5b73-4338-82f0-6ab3cd95f906 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}



#s-e89d2ffd-7ba2-4fd0-a17b-5acfdc5d79d6 {
  text-align: left;
}

#s-e89d2ffd-7ba2-4fd0-a17b-5acfdc5d79d6 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}



#s-58937825-5f59-4001-8de4-1ddd900dc4ad {
  text-align: left;
}

#s-58937825-5f59-4001-8de4-1ddd900dc4ad .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}



#s-cb0b7e4d-d8d6-4b47-b663-07850881e9ee {
  text-align: left;
}

#s-cb0b7e4d-d8d6-4b47-b663-07850881e9ee .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}



#s-905eca8f-416a-4809-952b-4039b0a35fc2 {
  text-align: left;
}

#s-905eca8f-416a-4809-952b-4039b0a35fc2 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}



#s-92ff83b1-c011-498f-95e2-ccec336db08c {
  text-align: left;
}

#s-92ff83b1-c011-498f-95e2-ccec336db08c .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}



#s-f3485923-94ec-4586-ade7-ab783ca72141 {
  text-align: left;
}

#s-f3485923-94ec-4586-ade7-ab783ca72141 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}



#s-3f1985dd-331f-4fdd-a9a3-1270d1f994cb {
  text-align: left;
}

#s-3f1985dd-331f-4fdd-a9a3-1270d1f994cb .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}



#s-ee8d31ff-1de2-4dfb-9e62-f68a6c1aebf9 {
  text-align: left;
}

#s-ee8d31ff-1de2-4dfb-9e62-f68a6c1aebf9 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}



#s-804b99eb-41de-40a3-8f18-a2717a140fe9 {
  text-align: left;
}

#s-804b99eb-41de-40a3-8f18-a2717a140fe9 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}



#s-1b2f11d5-22b1-4a03-8029-071fe92e5cfc {
  margin-top: 50px;
margin-bottom: 0px;
min-height: 50px;
}








#s-1b2f11d5-22b1-4a03-8029-071fe92e5cfc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1b2f11d5-22b1-4a03-8029-071fe92e5cfc.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-623900e0-4091-4394-a8c8-f6543ceb162c {
  border-style: solid;
margin-top: 20px;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(221, 221, 221, 1);
border-radius: 2px;
background-color: rgba(245, 245, 245, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(85, 85, 85, 1);
}
#s-623900e0-4091-4394-a8c8-f6543ceb162c:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(221, 221, 221, 1) !important;
border-radius: 2px !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-623900e0-4091-4394-a8c8-f6543ceb162c:active {background-color: rgba(221, 221, 221, 1) !important;
text-decoration: none !important;
color: rgba(85, 85, 85, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-623900e0-4091-4394-a8c8-f6543ceb162c-root {
    text-align: center;
  }


#s-623900e0-4091-4394-a8c8-f6543ceb162c.shg-btn {
  color: rgba(85, 85, 85, 1);
  font-size: 24px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-623900e0-4091-4394-a8c8-f6543ceb162c-root {
    text-align: center;
  }


#s-623900e0-4091-4394-a8c8-f6543ceb162c.shg-btn {
  color: rgba(85, 85, 85, 1);
  font-size: 24px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-623900e0-4091-4394-a8c8-f6543ceb162c-root {
    text-align: center;
  }


#s-623900e0-4091-4394-a8c8-f6543ceb162c.shg-btn {
  color: rgba(85, 85, 85, 1);
  font-size: 24px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-623900e0-4091-4394-a8c8-f6543ceb162c-root {
    text-align: center;
  }


#s-623900e0-4091-4394-a8c8-f6543ceb162c.shg-btn {
  color: rgba(85, 85, 85, 1);
  font-size: 24px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-623900e0-4091-4394-a8c8-f6543ceb162c-root {
    text-align: center;
  }


#s-623900e0-4091-4394-a8c8-f6543ceb162c.shg-btn {
  color: rgba(85, 85, 85, 1);
  font-size: 24px;
  
  
  
  display:  block ;
}
}
#s-337e091e-c23a-40cd-9211-304c538ad266 {
  margin-top: 50px;
margin-bottom: 50px;
min-height: 50px;
background-color: rgba(246, 246, 246, 1);
}








#s-337e091e-c23a-40cd-9211-304c538ad266 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-337e091e-c23a-40cd-9211-304c538ad266.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-72ac1b0d-0983-49a6-a770-3e8995d03f36 {
  box-shadow:0px 20px 40px 0px rgba(0, 0, 0, 0.1);
margin-top: 50px;
margin-left: 50px;
margin-bottom: 50px;
margin-right: 50px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
min-height: 0px;
background-color: rgba(246, 246, 246, 1);
}
@media (min-width: 1200px){#s-72ac1b0d-0983-49a6-a770-3e8995d03f36 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-72ac1b0d-0983-49a6-a770-3e8995d03f36 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-72ac1b0d-0983-49a6-a770-3e8995d03f36 {
  
}
}@media (max-width: 767px){#s-72ac1b0d-0983-49a6-a770-3e8995d03f36 {
  
}
}







#s-72ac1b0d-0983-49a6-a770-3e8995d03f36 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-72ac1b0d-0983-49a6-a770-3e8995d03f36.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b6acfe20-f974-4258-8e5f-9a5515f3716d {
  margin-top: 40px;
margin-left: 30px;
margin-bottom: 20px;
margin-right: 30px;
}

#s-b6acfe20-f974-4258-8e5f-9a5515f3716d .shogun-icon-wrapper {
  text-align: center;
}


#s-b6acfe20-f974-4258-8e5f-9a5515f3716d .shogun-icon-wrapper > .shogun-icon {

  font-size: 64px !important;
  color: rgba(255, 92, 38, 1);
}

#s-aecf06cc-ea0c-4710-897c-afcec195124d {
  margin-top: 0px;
margin-left: 30px;
margin-bottom: 20px;
margin-right: 30px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (min-width: 1200px){#s-aecf06cc-ea0c-4710-897c-afcec195124d {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-aecf06cc-ea0c-4710-897c-afcec195124d {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-aecf06cc-ea0c-4710-897c-afcec195124d {
  
}
}@media (max-width: 767px){#s-aecf06cc-ea0c-4710-897c-afcec195124d {
  
}
}
#s-aecf06cc-ea0c-4710-897c-afcec195124d .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  900 ;
  font-family: "Heebo";
  font-style:  normal ;
  
  
  
  
}



#s-5146451f-a711-4fd1-9303-5eb3ad0864cb {
  border-style: solid;
margin-left: 30px;
margin-bottom: 40px;
margin-right: 30px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
}
@media (min-width: 1200px){#s-5146451f-a711-4fd1-9303-5eb3ad0864cb {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-5146451f-a711-4fd1-9303-5eb3ad0864cb {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-5146451f-a711-4fd1-9303-5eb3ad0864cb {
  
}
}@media (max-width: 767px){#s-5146451f-a711-4fd1-9303-5eb3ad0864cb {
  
}
}
@media (min-width: 0px) {
[id="s-5146451f-a711-4fd1-9303-5eb3ad0864cb"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5146451f-a711-4fd1-9303-5eb3ad0864cb"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-5146451f-a711-4fd1-9303-5eb3ad0864cb"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-5146451f-a711-4fd1-9303-5eb3ad0864cb"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

#s-13220245-b8d4-4df0-a4be-1d8a502d8a56 {
  border-style: solid;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 92, 38, 1);
border-radius: 0px;
opacity: 1;
text-align: center;
background-color: rgba(255, 92, 38, 1);
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-13220245-b8d4-4df0-a4be-1d8a502d8a56:hover {opacity: 1 !important;
background-color: rgba(239, 81, 28, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-13220245-b8d4-4df0-a4be-1d8a502d8a56:active {background-color: rgba(247, 81, 27, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-13220245-b8d4-4df0-a4be-1d8a502d8a56-root {
    text-align: center;
  }


#s-13220245-b8d4-4df0-a4be-1d8a502d8a56.shg-btn {
  color: rgba(255, 255, 255, 1);
  
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-13220245-b8d4-4df0-a4be-1d8a502d8a56-root {
    text-align: center;
  }


#s-13220245-b8d4-4df0-a4be-1d8a502d8a56.shg-btn {
  color: rgba(255, 255, 255, 1);
  
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-13220245-b8d4-4df0-a4be-1d8a502d8a56-root {
    text-align: center;
  }


#s-13220245-b8d4-4df0-a4be-1d8a502d8a56.shg-btn {
  color: rgba(255, 255, 255, 1);
  
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-13220245-b8d4-4df0-a4be-1d8a502d8a56-root {
    text-align: center;
  }


#s-13220245-b8d4-4df0-a4be-1d8a502d8a56.shg-btn {
  color: rgba(255, 255, 255, 1);
  
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-13220245-b8d4-4df0-a4be-1d8a502d8a56-root {
    text-align: center;
  }


#s-13220245-b8d4-4df0-a4be-1d8a502d8a56.shg-btn {
  color: rgba(255, 255, 255, 1);
  
  
  
  
  display:  block ;
}
}
#s-e6d9c698-5393-4d3d-80a8-2fc4c914f285 {
  border-style: solid;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 92, 38, 1);
border-radius: 0px;
opacity: 1;
text-align: center;
background-color: rgba(255, 92, 38, 1);
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-e6d9c698-5393-4d3d-80a8-2fc4c914f285:hover {opacity: 1 !important;
background-color: rgba(239, 81, 28, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-e6d9c698-5393-4d3d-80a8-2fc4c914f285:active {background-color: rgba(247, 81, 27, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-e6d9c698-5393-4d3d-80a8-2fc4c914f285-root {
    text-align: center;
  }


#s-e6d9c698-5393-4d3d-80a8-2fc4c914f285.shg-btn {
  color: rgba(255, 255, 255, 1);
  
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-e6d9c698-5393-4d3d-80a8-2fc4c914f285-root {
    text-align: center;
  }


#s-e6d9c698-5393-4d3d-80a8-2fc4c914f285.shg-btn {
  color: rgba(255, 255, 255, 1);
  
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-e6d9c698-5393-4d3d-80a8-2fc4c914f285-root {
    text-align: center;
  }


#s-e6d9c698-5393-4d3d-80a8-2fc4c914f285.shg-btn {
  color: rgba(255, 255, 255, 1);
  
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-e6d9c698-5393-4d3d-80a8-2fc4c914f285-root {
    text-align: center;
  }


#s-e6d9c698-5393-4d3d-80a8-2fc4c914f285.shg-btn {
  color: rgba(255, 255, 255, 1);
  
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-e6d9c698-5393-4d3d-80a8-2fc4c914f285-root {
    text-align: center;
  }


#s-e6d9c698-5393-4d3d-80a8-2fc4c914f285.shg-btn {
  color: rgba(255, 255, 255, 1);
  
  
  
  
  display:  block ;
}
}
#s-65e9c2ef-1eee-4f13-b503-e48cada12ffd {
  min-height: 50px;
}








#s-65e9c2ef-1eee-4f13-b503-e48cada12ffd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-65e9c2ef-1eee-4f13-b503-e48cada12ffd.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-eb836f9a-f1a5-4cba-a352-1543159112e8 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-eb836f9a-f1a5-4cba-a352-1543159112e8 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-c3e7afa8-d59c-4307-a238-2a2a33f93e01 {
  margin-top: 30px;
margin-bottom: 30px;
padding-left: 10%;
padding-right: 10%;
}

/*
  $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}