.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-60aed20c-a4df-4837-a2e9-39f341efbdeb {
  background-size: cover;
background-attachment: fixed;
min-height: 800px;
background-color: rgba(225, 57, 64, 1);
background-position: center center;
}
@media (min-width: 768px) and (max-width: 991px){#s-60aed20c-a4df-4837-a2e9-39f341efbdeb {
  display: none;
}
#s-60aed20c-a4df-4837-a2e9-39f341efbdeb, #wrap-s-60aed20c-a4df-4837-a2e9-39f341efbdeb { display:none !important; }}@media (max-width: 767px){#s-60aed20c-a4df-4837-a2e9-39f341efbdeb {
  margin-left: 0%;
margin-right: 0%;
padding-left: 0%;
padding-right: 0%;
min-height: 600px;
max-width: 600px;
display: none;
}
#s-60aed20c-a4df-4837-a2e9-39f341efbdeb, #wrap-s-60aed20c-a4df-4837-a2e9-39f341efbdeb { display:none !important; }}







#s-60aed20c-a4df-4837-a2e9-39f341efbdeb > .shg-box-overlay {
  background-color: rgba(52, 26, 82, 1);
  opacity: 0;
}#s-60aed20c-a4df-4837-a2e9-39f341efbdeb.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

#s-0fee5f88-f11a-4c9e-a76b-aa5487ce269c {
  margin-left: auto;
margin-right: auto;
padding-left: 60px;
padding-right: 60px;
max-width: 1560px;
}

@media (min-width: 0px) {
[id="s-0fee5f88-f11a-4c9e-a76b-aa5487ce269c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0fee5f88-f11a-4c9e-a76b-aa5487ce269c"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-0fee5f88-f11a-4c9e-a76b-aa5487ce269c"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-0fee5f88-f11a-4c9e-a76b-aa5487ce269c"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-0fee5f88-f11a-4c9e-a76b-aa5487ce269c"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-0fee5f88-f11a-4c9e-a76b-aa5487ce269c"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-0fee5f88-f11a-4c9e-a76b-aa5487ce269c"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-dc8a11f3-7301-429a-966b-21c7d776e140 {
  padding-top: 0px;
padding-bottom: 0px;
}

#s-3da0b262-8cec-402e-a005-ee5bac7f2dd6 {
  margin-left: 0%;
margin-right: 0%;
}

#s-4d9828bc-c5e8-4f77-a3d4-427ff36f23cc {
  background-size: cover;
background-attachment: fixed;
min-height: 800px;
background-color: rgba(225, 57, 64, 1);
background-position: center top;
}
@media (min-width: 1200px){#s-4d9828bc-c5e8-4f77-a3d4-427ff36f23cc {
  display: none;
}
#s-4d9828bc-c5e8-4f77-a3d4-427ff36f23cc, #wrap-s-4d9828bc-c5e8-4f77-a3d4-427ff36f23cc { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-4d9828bc-c5e8-4f77-a3d4-427ff36f23cc {
  display: none;
}
#s-4d9828bc-c5e8-4f77-a3d4-427ff36f23cc, #wrap-s-4d9828bc-c5e8-4f77-a3d4-427ff36f23cc { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-4d9828bc-c5e8-4f77-a3d4-427ff36f23cc {
  
}
}@media (max-width: 767px){#s-4d9828bc-c5e8-4f77-a3d4-427ff36f23cc {
  margin-left: 0%;
margin-right: 0%;
padding-left: 0%;
padding-right: 0%;
min-height: 600px;
max-width: 600px;
display: none;
}
#s-4d9828bc-c5e8-4f77-a3d4-427ff36f23cc, #wrap-s-4d9828bc-c5e8-4f77-a3d4-427ff36f23cc { display:none !important; }}







#s-4d9828bc-c5e8-4f77-a3d4-427ff36f23cc > .shg-box-overlay {
  background-color: rgba(52, 26, 82, 1);
  opacity: 0;
}#s-4d9828bc-c5e8-4f77-a3d4-427ff36f23cc.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a6fa49e0-105a-4ded-90e2-4abbd1891809 {
  margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 1220px;
}

@media (min-width: 0px) {
[id="s-a6fa49e0-105a-4ded-90e2-4abbd1891809"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a6fa49e0-105a-4ded-90e2-4abbd1891809"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-a6fa49e0-105a-4ded-90e2-4abbd1891809"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-a6fa49e0-105a-4ded-90e2-4abbd1891809"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-a6fa49e0-105a-4ded-90e2-4abbd1891809"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-a6fa49e0-105a-4ded-90e2-4abbd1891809"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-a6fa49e0-105a-4ded-90e2-4abbd1891809"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

#s-396c9422-6eac-4703-a693-05401a3ba2fa {
  margin-top: 350px;
padding-top: 0px;
padding-bottom: 0px;
}

#s-100aa5cd-d665-4e38-b259-d1075b826c0b {
  margin-left: -1%;
margin-right: -1%;
}

#s-200ac9b6-dc9d-4599-b447-05ad48a3ea0d {
  background-size: cover;
background-attachment: fixed;
min-height: 800px;
background-color: rgba(225, 57, 64, 1);
background-position: center top;
}
@media (min-width: 1200px){#s-200ac9b6-dc9d-4599-b447-05ad48a3ea0d {
  display: none;
}
#s-200ac9b6-dc9d-4599-b447-05ad48a3ea0d, #wrap-s-200ac9b6-dc9d-4599-b447-05ad48a3ea0d { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-200ac9b6-dc9d-4599-b447-05ad48a3ea0d {
  display: none;
}
#s-200ac9b6-dc9d-4599-b447-05ad48a3ea0d, #wrap-s-200ac9b6-dc9d-4599-b447-05ad48a3ea0d { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-200ac9b6-dc9d-4599-b447-05ad48a3ea0d {
  display: none;
}
#s-200ac9b6-dc9d-4599-b447-05ad48a3ea0d, #wrap-s-200ac9b6-dc9d-4599-b447-05ad48a3ea0d { display:none !important; }}@media (max-width: 767px){#s-200ac9b6-dc9d-4599-b447-05ad48a3ea0d {
  margin-left: 0%;
margin-right: 0%;
padding-left: 0%;
padding-right: 0%;
min-height: 600px;
max-width: 600px;
}
}







#s-200ac9b6-dc9d-4599-b447-05ad48a3ea0d > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-200ac9b6-dc9d-4599-b447-05ad48a3ea0d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5e0e0c89-b835-48e5-a9a6-84d574ea228a {
  margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 1220px;
}

@media (min-width: 0px) {
[id="s-5e0e0c89-b835-48e5-a9a6-84d574ea228a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5e0e0c89-b835-48e5-a9a6-84d574ea228a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-5e0e0c89-b835-48e5-a9a6-84d574ea228a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-5e0e0c89-b835-48e5-a9a6-84d574ea228a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-5e0e0c89-b835-48e5-a9a6-84d574ea228a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-5e0e0c89-b835-48e5-a9a6-84d574ea228a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-5e0e0c89-b835-48e5-a9a6-84d574ea228a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

}

#s-0bb8edf1-820c-4631-9309-2bd60f422245 {
  margin-top: 290px;
margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-left: 20px;
padding-bottom: 0px;
padding-right: 20px;
}

#s-dc60b369-a378-4388-9408-541af3b227fe {
  margin-top: -30px;
margin-left: auto;
margin-right: auto;
padding-left: 20px;
padding-right: 20px;
}

#s-72dee1d3-1dcf-4370-bf71-447639636ea3 {
  margin-top: 30px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
padding-left: 60px;
padding-right: 60px;
max-width: 1560px;
}
@media (min-width: 768px) and (max-width: 991px){#s-72dee1d3-1dcf-4370-bf71-447639636ea3 {
  padding-left: 20px;
padding-right: 20px;
}
}@media (max-width: 767px){#s-72dee1d3-1dcf-4370-bf71-447639636ea3 {
  padding-left: 20px;
padding-right: 20px;
}
}
@media (min-width: 0px) {
[id="s-72dee1d3-1dcf-4370-bf71-447639636ea3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-72dee1d3-1dcf-4370-bf71-447639636ea3"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-72dee1d3-1dcf-4370-bf71-447639636ea3"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-72dee1d3-1dcf-4370-bf71-447639636ea3"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-72dee1d3-1dcf-4370-bf71-447639636ea3"] > .shg-row {
    flex-flow: column-reverse;
  }
}

.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-c994be7f-4026-4522-bacb-08a3d21a6cc3 {
  max-width: 1080px;
aspect-ratio: 1/1;
text-align: left;
}





  #s-c994be7f-4026-4522-bacb-08a3d21a6cc3 img.shogun-image,
  #s-c994be7f-4026-4522-bacb-08a3d21a6cc3 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c994be7f-4026-4522-bacb-08a3d21a6cc3 {
    width: 100%;
    height: auto;
  }



  #s-c994be7f-4026-4522-bacb-08a3d21a6cc3 img.shogun-image {
    

    
    
    
  }


#s-c994be7f-4026-4522-bacb-08a3d21a6cc3 .shogun-image-content {
  
    align-items: center;
  
}

#s-2eaa9fb0-a387-4c89-8d5c-29ae943cf435 {
  margin-top: 60px;
margin-left: 60px;
margin-right: 0%;
max-width: 600px;
}
@media (min-width: 768px) and (max-width: 991px){#s-2eaa9fb0-a387-4c89-8d5c-29ae943cf435 {
  margin-top: 0px;
margin-left: 0px;
}
}@media (max-width: 767px){#s-2eaa9fb0-a387-4c89-8d5c-29ae943cf435 {
  margin-top: 0px;
margin-left: 0px;
}
}
#s-3aab2fa9-cb9f-42a5-a3ec-b6106b251bb6 {
  margin-top: 50px;
margin-bottom: 20px;
min-height: 50px;
}








#s-3aab2fa9-cb9f-42a5-a3ec-b6106b251bb6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3aab2fa9-cb9f-42a5-a3ec-b6106b251bb6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-135c92cd-48ef-47da-bfb4-17559847e147 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
max-width: 650px;
}

#s-f2831328-f957-4de2-9a64-48b0c1f02fee {
  margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
padding-left: 60px;
padding-right: 60px;
min-height: 50px;
max-width: 1560px;
}
@media (min-width: 768px) and (max-width: 991px){#s-f2831328-f957-4de2-9a64-48b0c1f02fee {
  padding-left: 20px;
padding-right: 20px;
}
}@media (max-width: 767px){#s-f2831328-f957-4de2-9a64-48b0c1f02fee {
  padding-left: 20px;
padding-right: 20px;
}
}







#s-f2831328-f957-4de2-9a64-48b0c1f02fee > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f2831328-f957-4de2-9a64-48b0c1f02fee.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-455f0fd2-b18a-4c9c-96fa-837838bc47e3 {
  margin-left: auto;
margin-right: auto;
padding-top: 30px;
padding-left: 30px;
padding-bottom: 30px;
padding-right: 30px;
max-width: 1560px;
background-color: rgba(255, 221, 0, 1);
}

@media (min-width: 0px) {
[id="s-455f0fd2-b18a-4c9c-96fa-837838bc47e3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-455f0fd2-b18a-4c9c-96fa-837838bc47e3"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-455f0fd2-b18a-4c9c-96fa-837838bc47e3"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-455f0fd2-b18a-4c9c-96fa-837838bc47e3"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-455f0fd2-b18a-4c9c-96fa-837838bc47e3"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-455f0fd2-b18a-4c9c-96fa-837838bc47e3"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-455f0fd2-b18a-4c9c-96fa-837838bc47e3"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

#s-516f3418-1c9e-4754-a640-42fef523bd24 {
  max-width: 660px;
}

#s-2fbf4518-cbe0-44ee-9abe-85107e08163d {
  max-width: 446px;
aspect-ratio: 446/305;
text-align: center;
}





  #s-2fbf4518-cbe0-44ee-9abe-85107e08163d img.shogun-image,
  #s-2fbf4518-cbe0-44ee-9abe-85107e08163d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-2fbf4518-cbe0-44ee-9abe-85107e08163d {
    width: 100%;
    height: auto;
  }



  #s-2fbf4518-cbe0-44ee-9abe-85107e08163d img.shogun-image {
    

    
    
    
  }


#s-2fbf4518-cbe0-44ee-9abe-85107e08163d .shogun-image-content {
  
    align-items: center;
  
}

#s-df36a945-ea3c-447c-937d-2141a047a937 {
  margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
padding-left: 60px;
padding-right: 60px;
min-height: 50px;
max-width: 1560px;
}
@media (min-width: 768px) and (max-width: 991px){#s-df36a945-ea3c-447c-937d-2141a047a937 {
  padding-left: 20px;
padding-right: 20px;
}
}@media (max-width: 767px){#s-df36a945-ea3c-447c-937d-2141a047a937 {
  padding-left: 20px;
padding-right: 20px;
}
}







#s-df36a945-ea3c-447c-937d-2141a047a937 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-df36a945-ea3c-447c-937d-2141a047a937.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f592b0e2-e78d-4ece-9674-79be636a3e95 {
  margin-left: auto;
margin-right: auto;
padding-top: 30px;
padding-left: 30px;
padding-bottom: 30px;
padding-right: 30px;
max-width: 1560px;
background-color: rgba(255, 221, 0, 1);
}

@media (min-width: 0px) {
[id="s-f592b0e2-e78d-4ece-9674-79be636a3e95"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f592b0e2-e78d-4ece-9674-79be636a3e95"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-f592b0e2-e78d-4ece-9674-79be636a3e95"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-f592b0e2-e78d-4ece-9674-79be636a3e95"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-f592b0e2-e78d-4ece-9674-79be636a3e95"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-f592b0e2-e78d-4ece-9674-79be636a3e95"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-f592b0e2-e78d-4ece-9674-79be636a3e95"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

#s-75357b98-419b-47f9-b08c-257f0e43adca {
  max-width: 660px;
}

#s-8eb0345a-4dfb-46e9-bf7e-ed4cc98e9fa9 {
  max-width: 446px;
aspect-ratio: 446/305;
text-align: center;
}





  #s-8eb0345a-4dfb-46e9-bf7e-ed4cc98e9fa9 img.shogun-image,
  #s-8eb0345a-4dfb-46e9-bf7e-ed4cc98e9fa9 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-8eb0345a-4dfb-46e9-bf7e-ed4cc98e9fa9 {
    width: 100%;
    height: auto;
  }



  #s-8eb0345a-4dfb-46e9-bf7e-ed4cc98e9fa9 img.shogun-image {
    

    
    
    
  }


#s-8eb0345a-4dfb-46e9-bf7e-ed4cc98e9fa9 .shogun-image-content {
  
    align-items: center;
  
}

#s-fbe6ed09-87e0-4eb7-85fe-b567ae4c23ad {
  margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
padding-left: 60px;
padding-right: 60px;
min-height: 50px;
max-width: 1560px;
}
@media (min-width: 768px) and (max-width: 991px){#s-fbe6ed09-87e0-4eb7-85fe-b567ae4c23ad {
  padding-left: 20px;
padding-right: 20px;
}
}@media (max-width: 767px){#s-fbe6ed09-87e0-4eb7-85fe-b567ae4c23ad {
  padding-left: 20px;
padding-right: 20px;
}
}







#s-fbe6ed09-87e0-4eb7-85fe-b567ae4c23ad > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fbe6ed09-87e0-4eb7-85fe-b567ae4c23ad.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-00e72d39-5eb4-4275-9751-32e19ebdb582 {
  margin-left: auto;
margin-right: auto;
padding-top: 30px;
padding-left: 30px;
padding-bottom: 30px;
padding-right: 30px;
max-width: 1560px;
background-color: rgba(255, 221, 0, 1);
}

@media (min-width: 0px) {
[id="s-00e72d39-5eb4-4275-9751-32e19ebdb582"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-00e72d39-5eb4-4275-9751-32e19ebdb582"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-00e72d39-5eb4-4275-9751-32e19ebdb582"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-00e72d39-5eb4-4275-9751-32e19ebdb582"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-00e72d39-5eb4-4275-9751-32e19ebdb582"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-00e72d39-5eb4-4275-9751-32e19ebdb582"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-00e72d39-5eb4-4275-9751-32e19ebdb582"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

#s-465e91cd-57d9-4a0f-bd1e-08925237d6f1 {
  max-width: 660px;
}

#s-af6408cf-4015-4cad-bc7e-7d4df218abe8 {
  max-width: 446px;
aspect-ratio: 446/305;
text-align: center;
}





  #s-af6408cf-4015-4cad-bc7e-7d4df218abe8 img.shogun-image,
  #s-af6408cf-4015-4cad-bc7e-7d4df218abe8 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-af6408cf-4015-4cad-bc7e-7d4df218abe8 {
    width: 100%;
    height: auto;
  }



  #s-af6408cf-4015-4cad-bc7e-7d4df218abe8 img.shogun-image {
    

    
    
    
  }


#s-af6408cf-4015-4cad-bc7e-7d4df218abe8 .shogun-image-content {
  
    align-items: center;
  
}

#s-f77a4850-16a4-432c-85d4-3b7965ab6eab {
  margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
padding-left: 60px;
padding-right: 60px;
min-height: 50px;
max-width: 1560px;
}
@media (min-width: 768px) and (max-width: 991px){#s-f77a4850-16a4-432c-85d4-3b7965ab6eab {
  padding-left: 20px;
padding-right: 20px;
}
}@media (max-width: 767px){#s-f77a4850-16a4-432c-85d4-3b7965ab6eab {
  padding-left: 20px;
padding-right: 20px;
}
}







#s-f77a4850-16a4-432c-85d4-3b7965ab6eab > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f77a4850-16a4-432c-85d4-3b7965ab6eab.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b2090e1a-5832-4f24-8d99-396e73f3cef6 {
  margin-left: auto;
margin-right: auto;
padding-top: 30px;
padding-left: 30px;
padding-bottom: 30px;
padding-right: 30px;
max-width: 1560px;
background-color: rgba(255, 221, 0, 1);
}

@media (min-width: 0px) {
[id="s-b2090e1a-5832-4f24-8d99-396e73f3cef6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b2090e1a-5832-4f24-8d99-396e73f3cef6"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-b2090e1a-5832-4f24-8d99-396e73f3cef6"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-b2090e1a-5832-4f24-8d99-396e73f3cef6"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-b2090e1a-5832-4f24-8d99-396e73f3cef6"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-b2090e1a-5832-4f24-8d99-396e73f3cef6"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-b2090e1a-5832-4f24-8d99-396e73f3cef6"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

#s-c0215ab8-7074-4dbf-bff6-4bd5cb42e944 {
  max-width: 660px;
}

#s-fad322a8-956f-4c88-abef-d5bd4787345f {
  max-width: 446px;
aspect-ratio: 446/305;
text-align: center;
}





  #s-fad322a8-956f-4c88-abef-d5bd4787345f img.shogun-image,
  #s-fad322a8-956f-4c88-abef-d5bd4787345f .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-fad322a8-956f-4c88-abef-d5bd4787345f {
    width: 100%;
    height: auto;
  }



  #s-fad322a8-956f-4c88-abef-d5bd4787345f img.shogun-image {
    

    
    
    
  }


#s-fad322a8-956f-4c88-abef-d5bd4787345f .shogun-image-content {
  
    align-items: center;
  
}

#s-25d093ba-9c35-4e17-9c3e-a9c8bc2f1502 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 1560px;
}








#s-25d093ba-9c35-4e17-9c3e-a9c8bc2f1502 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-25d093ba-9c35-4e17-9c3e-a9c8bc2f1502.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-719c89b7-aec9-42d9-a0a5-450f0270b30c {
  margin-top: 40px;
margin-left: 60px;
margin-bottom: 40px;
margin-right: 60px;
padding-left: 60px;
padding-right: 60px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 48px;
min-height: 100px;
max-width: 1560px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-719c89b7-aec9-42d9-a0a5-450f0270b30c {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-left: 20px;
padding-right: 20px;
border-radius: 0px;
}
}@media (max-width: 767px){#s-719c89b7-aec9-42d9-a0a5-450f0270b30c {
  margin-top: 20px;
margin-left: 0px;
margin-bottom: 20px;
margin-right: 0px;
padding-left: 30px;
padding-right: 30px;
border-radius: 0px;
}
}







#s-719c89b7-aec9-42d9-a0a5-450f0270b30c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-719c89b7-aec9-42d9-a0a5-450f0270b30c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3b4c933e-3587-4b08-a89a-8446b9cdd715 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 600px;
}








#s-3b4c933e-3587-4b08-a89a-8446b9cdd715 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3b4c933e-3587-4b08-a89a-8446b9cdd715.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ddfae2e6-37d3-4d99-a4fa-d6235f2634b3 {
  max-width: 600px;
}

#s-403b3953-1701-444d-8bee-1cbbb969efd8 {
  max-width: 600px;
}

#s-7abf1484-9ea9-4c8d-a9b9-081c006a7673 {
  margin-left: auto;
margin-right: auto;
max-width: 400px;
}

#s-e04aa2c6-5401-44e5-af07-84d0b4df33ce {
  text-align: left;
}

#s-e1b9dad0-1fb4-4e24-9b36-220159a09091 {
  min-height: 200px;
background-color: rgba(81, 63, 181, 1);
}








#s-e1b9dad0-1fb4-4e24-9b36-220159a09091 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e1b9dad0-1fb4-4e24-9b36-220159a09091.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6c718c89-e210-4385-8d59-bb616ff55490 {
  margin-top: 28px;
margin-left: auto;
margin-bottom: 28px;
margin-right: auto;
padding-left: 60px;
max-width: 1560px;
}
@media (min-width: 768px) and (max-width: 991px){#s-6c718c89-e210-4385-8d59-bb616ff55490 {
  margin-left: 0px;
margin-right: 0px;
padding-left: 20px;
}
}@media (max-width: 767px){#s-6c718c89-e210-4385-8d59-bb616ff55490 {
  margin-left: 20px;
margin-right: 20px;
padding-left: 0px;
}
}
@media (min-width: 0px) {
[id="s-6c718c89-e210-4385-8d59-bb616ff55490"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6c718c89-e210-4385-8d59-bb616ff55490"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-6c718c89-e210-4385-8d59-bb616ff55490"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-6c718c89-e210-4385-8d59-bb616ff55490"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-43821a65-f98b-402f-a60d-4a711c06a48e {
  max-width: 690px;
}
@media (min-width: 1200px){#s-43821a65-f98b-402f-a60d-4a711c06a48e {
  margin-top: 40px;
margin-bottom: 0px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-43821a65-f98b-402f-a60d-4a711c06a48e {
  margin-top: 40px;
margin-bottom: 0px;
}
}@media (max-width: 767px){#s-43821a65-f98b-402f-a60d-4a711c06a48e {
  margin-top: 14px;
margin-bottom: 14px;
}
}
#s-f5f311ef-44d7-4f03-92e5-bb8e661a4abc {
  min-height: 50px;
max-width: 291px;
background-color: rgba(204, 65, 65, 0);
}
@media (max-width: 767px){#s-f5f311ef-44d7-4f03-92e5-bb8e661a4abc {
  margin-top: -50px;
margin-bottom: -25px;
}
}







#s-f5f311ef-44d7-4f03-92e5-bb8e661a4abc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f5f311ef-44d7-4f03-92e5-bb8e661a4abc.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-fcf57e7e-bb62-4d55-99db-a7085bd455cd {
  margin-top: 42px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
max-width: 295px;
}
@media (max-width: 767px){#s-fcf57e7e-bb62-4d55-99db-a7085bd455cd {
  margin-left: auto;
margin-bottom: -5px;
margin-right: auto;
}
}
@media (min-width: 0px) {
[id="s-fcf57e7e-bb62-4d55-99db-a7085bd455cd"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 768px) {
[id="s-fcf57e7e-bb62-4d55-99db-a7085bd455cd"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-fcf57e7e-bb62-4d55-99db-a7085bd455cd"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-fcf57e7e-bb62-4d55-99db-a7085bd455cd"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

.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-6230f627-8cbe-48e8-8b89-8320eb37a1e8 {
  border-style: solid;
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(235, 87, 87, 1);
border-radius: 4px;
max-width: 90px;
background-color: rgba(81, 63, 181, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-6230f627-8cbe-48e8-8b89-8320eb37a1e8:hover {border-radius: 4px !important;
background-color: rgba(235, 87, 87, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-6230f627-8cbe-48e8-8b89-8320eb37a1e8:active {border-radius: 4px !important;
background-color: rgba(235, 87, 87, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (max-width: 767px){#s-6230f627-8cbe-48e8-8b89-8320eb37a1e8 {
  margin-top: 0px;
margin-bottom: 10px;
max-width: 100px;
}
}

  #s-6230f627-8cbe-48e8-8b89-8320eb37a1e8-root {
    text-align: center;
  }


#s-6230f627-8cbe-48e8-8b89-8320eb37a1e8.shg-btn {
  color: #ffffff;
  
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-6230f627-8cbe-48e8-8b89-8320eb37a1e8-root {
    text-align: center;
  }


#s-6230f627-8cbe-48e8-8b89-8320eb37a1e8.shg-btn {
  color: #ffffff;
  
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-6230f627-8cbe-48e8-8b89-8320eb37a1e8-root {
    text-align: center;
  }


#s-6230f627-8cbe-48e8-8b89-8320eb37a1e8.shg-btn {
  color: #ffffff;
  
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-6230f627-8cbe-48e8-8b89-8320eb37a1e8-root {
    text-align: center;
  }


#s-6230f627-8cbe-48e8-8b89-8320eb37a1e8.shg-btn {
  color: #ffffff;
  
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-6230f627-8cbe-48e8-8b89-8320eb37a1e8-root {
    text-align: center;
  }


#s-6230f627-8cbe-48e8-8b89-8320eb37a1e8.shg-btn {
  color: #ffffff;
  
  
  
  
  display:  block ;
}
}
  #s-6230f627-8cbe-48e8-8b89-8320eb37a1e8-root {
    text-align: center;
  }


#s-6230f627-8cbe-48e8-8b89-8320eb37a1e8.shg-btn {
  color: #ffffff;
  
  
  
  
  display:  block ;
}

#s-04abf7fa-8d8f-4ce5-9f64-30979a5192e7 {
  border-style: solid;
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(235, 87, 87, 1);
border-radius: 4px;
max-width: 90px;
background-color: rgba(81, 63, 181, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-04abf7fa-8d8f-4ce5-9f64-30979a5192e7:hover {border-radius: 4px !important;
background-color: rgba(235, 87, 87, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-04abf7fa-8d8f-4ce5-9f64-30979a5192e7:active {border-radius: 4px !important;
background-color: rgba(235, 87, 87, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (max-width: 767px){#s-04abf7fa-8d8f-4ce5-9f64-30979a5192e7 {
  max-width: 100px;
}
}

  #s-04abf7fa-8d8f-4ce5-9f64-30979a5192e7-root {
    text-align: center;
  }


#s-04abf7fa-8d8f-4ce5-9f64-30979a5192e7.shg-btn {
  color: #ffffff;
  
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-04abf7fa-8d8f-4ce5-9f64-30979a5192e7-root {
    text-align: center;
  }


#s-04abf7fa-8d8f-4ce5-9f64-30979a5192e7.shg-btn {
  color: #ffffff;
  
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-04abf7fa-8d8f-4ce5-9f64-30979a5192e7-root {
    text-align: center;
  }


#s-04abf7fa-8d8f-4ce5-9f64-30979a5192e7.shg-btn {
  color: #ffffff;
  
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-04abf7fa-8d8f-4ce5-9f64-30979a5192e7-root {
    text-align: center;
  }


#s-04abf7fa-8d8f-4ce5-9f64-30979a5192e7.shg-btn {
  color: #ffffff;
  
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-04abf7fa-8d8f-4ce5-9f64-30979a5192e7-root {
    text-align: center;
  }


#s-04abf7fa-8d8f-4ce5-9f64-30979a5192e7.shg-btn {
  color: #ffffff;
  
  
  
  
  display:  block ;
}
}
  #s-04abf7fa-8d8f-4ce5-9f64-30979a5192e7-root {
    text-align: center;
  }


#s-04abf7fa-8d8f-4ce5-9f64-30979a5192e7.shg-btn {
  color: #ffffff;
  
  
  
  
  display:  block ;
}

#s-de376bbc-e879-4b32-9056-90b6ddd5dfdf {
  border-style: solid;
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(235, 87, 87, 1);
border-radius: 4px;
max-width: 90px;
background-color: rgba(81, 63, 181, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-de376bbc-e879-4b32-9056-90b6ddd5dfdf:hover {border-radius: 4px !important;
background-color: rgba(235, 87, 87, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-de376bbc-e879-4b32-9056-90b6ddd5dfdf:active {border-radius: 4px !important;
background-color: rgba(147, 33, 63, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (max-width: 767px){#s-de376bbc-e879-4b32-9056-90b6ddd5dfdf {
  max-width: 100px;
}
}

  #s-de376bbc-e879-4b32-9056-90b6ddd5dfdf-root {
    text-align: center;
  }


#s-de376bbc-e879-4b32-9056-90b6ddd5dfdf.shg-btn {
  color: #ffffff;
  
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-de376bbc-e879-4b32-9056-90b6ddd5dfdf-root {
    text-align: center;
  }


#s-de376bbc-e879-4b32-9056-90b6ddd5dfdf.shg-btn {
  color: #ffffff;
  
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-de376bbc-e879-4b32-9056-90b6ddd5dfdf-root {
    text-align: center;
  }


#s-de376bbc-e879-4b32-9056-90b6ddd5dfdf.shg-btn {
  color: #ffffff;
  
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-de376bbc-e879-4b32-9056-90b6ddd5dfdf-root {
    text-align: center;
  }


#s-de376bbc-e879-4b32-9056-90b6ddd5dfdf.shg-btn {
  color: #ffffff;
  
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-de376bbc-e879-4b32-9056-90b6ddd5dfdf-root {
    text-align: center;
  }


#s-de376bbc-e879-4b32-9056-90b6ddd5dfdf.shg-btn {
  color: #ffffff;
  
  
  
  
  display:  block ;
}
}
  #s-de376bbc-e879-4b32-9056-90b6ddd5dfdf-root {
    text-align: center;
  }


#s-de376bbc-e879-4b32-9056-90b6ddd5dfdf.shg-btn {
  color: #ffffff;
  
  
  
  
  display:  block ;
}

#s-4b6a4a84-352f-4a07-b428-0f7908090321 {
  margin-left: auto;
margin-bottom: 14px;
margin-right: auto;
padding-top: 5px;
max-width: 295px;
}
@media (max-width: 767px){#s-4b6a4a84-352f-4a07-b428-0f7908090321 {
  margin-left: auto;
margin-right: auto;
max-width: 395px;
}
}
@media (min-width: 0px) {
[id="s-4b6a4a84-352f-4a07-b428-0f7908090321"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 768px) {
[id="s-4b6a4a84-352f-4a07-b428-0f7908090321"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-4b6a4a84-352f-4a07-b428-0f7908090321"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-4b6a4a84-352f-4a07-b428-0f7908090321"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

#s-40f6e6b7-fc6b-4160-a8e2-4c49971c5088 {
  border-style: solid;
padding-top: 10px;
padding-left: 19px;
padding-bottom: 10px;
padding-right: 19px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(235, 87, 87, 1);
border-radius: 4px;
max-width: 90px;
background-color: rgba(81, 63, 181, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-40f6e6b7-fc6b-4160-a8e2-4c49971c5088:hover {border-radius: 4px !important;
background-color: rgba(235, 87, 87, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-40f6e6b7-fc6b-4160-a8e2-4c49971c5088:active {border-radius: 4px !important;
background-color: rgba(235, 87, 87, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (max-width: 767px){#s-40f6e6b7-fc6b-4160-a8e2-4c49971c5088 {
  margin-top: 0px;
margin-bottom: 10px;
max-width: 100px;
}
}

  #s-40f6e6b7-fc6b-4160-a8e2-4c49971c5088-root {
    text-align: center;
  }


#s-40f6e6b7-fc6b-4160-a8e2-4c49971c5088.shg-btn {
  color: #ffffff;
  
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-40f6e6b7-fc6b-4160-a8e2-4c49971c5088-root {
    text-align: center;
  }


#s-40f6e6b7-fc6b-4160-a8e2-4c49971c5088.shg-btn {
  color: #ffffff;
  
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-40f6e6b7-fc6b-4160-a8e2-4c49971c5088-root {
    text-align: center;
  }


#s-40f6e6b7-fc6b-4160-a8e2-4c49971c5088.shg-btn {
  color: #ffffff;
  
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-40f6e6b7-fc6b-4160-a8e2-4c49971c5088-root {
    text-align: center;
  }


#s-40f6e6b7-fc6b-4160-a8e2-4c49971c5088.shg-btn {
  color: #ffffff;
  
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-40f6e6b7-fc6b-4160-a8e2-4c49971c5088-root {
    text-align: center;
  }


#s-40f6e6b7-fc6b-4160-a8e2-4c49971c5088.shg-btn {
  color: #ffffff;
  
  
  
  
  display:  block ;
}
}
  #s-40f6e6b7-fc6b-4160-a8e2-4c49971c5088-root {
    text-align: center;
  }


#s-40f6e6b7-fc6b-4160-a8e2-4c49971c5088.shg-btn {
  color: #ffffff;
  
  
  
  
  display:  block ;
}

#s-c6106725-8b01-43ab-96bd-028193641f4b {
  border-style: solid;
padding-top: 10px;
padding-left: 17px;
padding-bottom: 10px;
padding-right: 17px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(235, 87, 87, 1);
border-radius: 4px;
max-width: 90px;
background-color: rgba(81, 63, 181, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-c6106725-8b01-43ab-96bd-028193641f4b:hover {border-radius: 4px !important;
background-color: rgba(235, 87, 87, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-c6106725-8b01-43ab-96bd-028193641f4b:active {border-radius: 4px !important;
background-color: rgba(235, 87, 87, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (max-width: 767px){#s-c6106725-8b01-43ab-96bd-028193641f4b {
  max-width: 100px;
}
}

  #s-c6106725-8b01-43ab-96bd-028193641f4b-root {
    text-align: center;
  }


#s-c6106725-8b01-43ab-96bd-028193641f4b.shg-btn {
  color: #ffffff;
  
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-c6106725-8b01-43ab-96bd-028193641f4b-root {
    text-align: center;
  }


#s-c6106725-8b01-43ab-96bd-028193641f4b.shg-btn {
  color: #ffffff;
  
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-c6106725-8b01-43ab-96bd-028193641f4b-root {
    text-align: center;
  }


#s-c6106725-8b01-43ab-96bd-028193641f4b.shg-btn {
  color: #ffffff;
  
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-c6106725-8b01-43ab-96bd-028193641f4b-root {
    text-align: center;
  }


#s-c6106725-8b01-43ab-96bd-028193641f4b.shg-btn {
  color: #ffffff;
  
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-c6106725-8b01-43ab-96bd-028193641f4b-root {
    text-align: center;
  }


#s-c6106725-8b01-43ab-96bd-028193641f4b.shg-btn {
  color: #ffffff;
  
  
  
  
  display:  block ;
}
}
  #s-c6106725-8b01-43ab-96bd-028193641f4b-root {
    text-align: center;
  }


#s-c6106725-8b01-43ab-96bd-028193641f4b.shg-btn {
  color: #ffffff;
  
  
  
  
  display:  block ;
}

#s-4eceb032-90ca-4df5-8598-ee3e23b03167 {
  border-style: solid;
padding-top: 10px;
padding-left: 15px;
padding-bottom: 10px;
padding-right: 15px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(147, 33, 63, 1);
border-radius: 4px;
max-width: 90px;
background-color: rgba(147, 33, 63, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-4eceb032-90ca-4df5-8598-ee3e23b03167:hover {border-radius: 4px !important;
background-color: rgba(147, 33, 63, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-4eceb032-90ca-4df5-8598-ee3e23b03167:active {border-radius: 4px !important;
background-color: rgba(147, 33, 63, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (max-width: 767px){#s-4eceb032-90ca-4df5-8598-ee3e23b03167 {
  max-width: 100px;
}
}

  #s-4eceb032-90ca-4df5-8598-ee3e23b03167-root {
    text-align: center;
  }


#s-4eceb032-90ca-4df5-8598-ee3e23b03167.shg-btn {
  color: #ffffff;
  
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-4eceb032-90ca-4df5-8598-ee3e23b03167-root {
    text-align: center;
  }


#s-4eceb032-90ca-4df5-8598-ee3e23b03167.shg-btn {
  color: #ffffff;
  
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-4eceb032-90ca-4df5-8598-ee3e23b03167-root {
    text-align: center;
  }


#s-4eceb032-90ca-4df5-8598-ee3e23b03167.shg-btn {
  color: #ffffff;
  
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-4eceb032-90ca-4df5-8598-ee3e23b03167-root {
    text-align: center;
  }


#s-4eceb032-90ca-4df5-8598-ee3e23b03167.shg-btn {
  color: #ffffff;
  
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-4eceb032-90ca-4df5-8598-ee3e23b03167-root {
    text-align: center;
  }


#s-4eceb032-90ca-4df5-8598-ee3e23b03167.shg-btn {
  color: #ffffff;
  
  
  
  
  display:  block ;
}
}
  #s-4eceb032-90ca-4df5-8598-ee3e23b03167-root {
    text-align: center;
  }


#s-4eceb032-90ca-4df5-8598-ee3e23b03167.shg-btn {
  color: #ffffff;
  
  
  
  
  display:  block ;
}

#s-be915249-c5f9-4022-9f6b-fd80a1afa0a2 {
  margin-top: 14px;
margin-bottom: 14px;
min-height: 50px;
background-color: rgba(132, 160, 216, 0);
}








#s-be915249-c5f9-4022-9f6b-fd80a1afa0a2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-be915249-c5f9-4022-9f6b-fd80a1afa0a2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ead858b7-6697-4c54-a9d8-c9d7c34a473b {
  padding-top: 10px;
padding-left: 80px;
padding-bottom: 10px;
padding-right: 80px;
border-radius: 2px;
background-color: rgba(235, 87, 87, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-ead858b7-6697-4c54-a9d8-c9d7c34a473b:hover {background-color: rgba(147, 33, 63, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-ead858b7-6697-4c54-a9d8-c9d7c34a473b:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-ead858b7-6697-4c54-a9d8-c9d7c34a473b-root {
    text-align: left;
  }


#s-ead858b7-6697-4c54-a9d8-c9d7c34a473b.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-ead858b7-6697-4c54-a9d8-c9d7c34a473b-root {
    text-align: left;
  }


#s-ead858b7-6697-4c54-a9d8-c9d7c34a473b.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-ead858b7-6697-4c54-a9d8-c9d7c34a473b-root {
    text-align: left;
  }


#s-ead858b7-6697-4c54-a9d8-c9d7c34a473b.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-ead858b7-6697-4c54-a9d8-c9d7c34a473b-root {
    text-align: left;
  }


#s-ead858b7-6697-4c54-a9d8-c9d7c34a473b.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-ead858b7-6697-4c54-a9d8-c9d7c34a473b-root {
    text-align: left;
  }


#s-ead858b7-6697-4c54-a9d8-c9d7c34a473b.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}
  #s-ead858b7-6697-4c54-a9d8-c9d7c34a473b-root {
    text-align: left;
  }


#s-ead858b7-6697-4c54-a9d8-c9d7c34a473b.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}

#s-266cfde8-0758-49ba-9049-01fd87dd5b86 {
  margin-left: auto;
margin-bottom: 50px;
margin-right: auto;
min-height: 50px;
max-width: 1560px;
}








#s-266cfde8-0758-49ba-9049-01fd87dd5b86 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-266cfde8-0758-49ba-9049-01fd87dd5b86.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9742a9be-9d74-4e10-90a9-ab9b1c2146a8 {
  margin-top: 40px;
margin-left: auto;
margin-bottom: 40px;
margin-right: auto;
padding-left: 60px;
padding-right: 60px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 48px;
min-height: 100px;
max-width: 700px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-9742a9be-9d74-4e10-90a9-ab9b1c2146a8 {
  margin-top: 0px;
margin-bottom: 0px;
padding-left: 20px;
padding-right: 20px;
border-radius: 0px;
}
}@media (max-width: 767px){#s-9742a9be-9d74-4e10-90a9-ab9b1c2146a8 {
  margin-top: 20px;
margin-bottom: 20px;
padding-left: 30px;
padding-right: 30px;
border-radius: 0px;
}
}







#s-9742a9be-9d74-4e10-90a9-ab9b1c2146a8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9742a9be-9d74-4e10-90a9-ab9b1c2146a8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ea09ce10-8d7d-42fe-bd3d-49f5070e4e09 {
  margin-top: 50px;
margin-left: auto;
margin-right: auto;
max-width: 600px;
}

#s-29b7b5bb-b21d-44f6-a197-fcdb93a1c7e4 {
  margin-top: 50px;
text-align: left;
}

#s-0e84f0e8-49b8-40cf-8c40-82a133139f12 {
  min-height: 200px;
background-color: rgba(81, 63, 181, 1);
}








#s-0e84f0e8-49b8-40cf-8c40-82a133139f12 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0e84f0e8-49b8-40cf-8c40-82a133139f12.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-581f652d-6998-4f8a-b9b5-3959be6b607d {
  margin-top: 28px;
margin-left: auto;
margin-bottom: 28px;
margin-right: auto;
padding-left: 60px;
max-width: 1560px;
}
@media (min-width: 768px) and (max-width: 991px){#s-581f652d-6998-4f8a-b9b5-3959be6b607d {
  margin-left: 0px;
margin-right: 0px;
padding-left: 20px;
}
}@media (max-width: 767px){#s-581f652d-6998-4f8a-b9b5-3959be6b607d {
  margin-left: 20px;
margin-right: 20px;
padding-left: 0px;
}
}
@media (min-width: 0px) {
[id="s-581f652d-6998-4f8a-b9b5-3959be6b607d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-581f652d-6998-4f8a-b9b5-3959be6b607d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-581f652d-6998-4f8a-b9b5-3959be6b607d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-581f652d-6998-4f8a-b9b5-3959be6b607d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-4ac2e142-5147-4778-b83b-091b5157e9af {
  max-width: 690px;
}
@media (min-width: 1200px){#s-4ac2e142-5147-4778-b83b-091b5157e9af {
  margin-top: 40px;
margin-bottom: 0px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-4ac2e142-5147-4778-b83b-091b5157e9af {
  margin-top: 40px;
margin-bottom: 0px;
}
}@media (max-width: 767px){#s-4ac2e142-5147-4778-b83b-091b5157e9af {
  margin-top: 14px;
margin-bottom: 14px;
}
}
#s-77d9739f-773c-4316-962c-3a8d9a3871df {
  min-height: 50px;
max-width: 291px;
background-color: rgba(204, 65, 65, 0);
}
@media (max-width: 767px){#s-77d9739f-773c-4316-962c-3a8d9a3871df {
  margin-top: -50px;
margin-bottom: -25px;
}
}







#s-77d9739f-773c-4316-962c-3a8d9a3871df > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-77d9739f-773c-4316-962c-3a8d9a3871df.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f7566d55-d260-4812-bdd7-1a59422f6a07 {
  margin-top: 42px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
max-width: 295px;
}
@media (max-width: 767px){#s-f7566d55-d260-4812-bdd7-1a59422f6a07 {
  margin-left: auto;
margin-bottom: -5px;
margin-right: auto;
}
}
@media (min-width: 0px) {
[id="s-f7566d55-d260-4812-bdd7-1a59422f6a07"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 768px) {
[id="s-f7566d55-d260-4812-bdd7-1a59422f6a07"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-f7566d55-d260-4812-bdd7-1a59422f6a07"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-f7566d55-d260-4812-bdd7-1a59422f6a07"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

#s-f3f7e669-a3d6-4f02-ad44-d846bd235fa3 {
  border-style: solid;
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(235, 87, 87, 1);
border-radius: 4px;
max-width: 90px;
background-color: rgba(81, 63, 181, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-f3f7e669-a3d6-4f02-ad44-d846bd235fa3:hover {border-radius: 4px !important;
background-color: rgba(235, 87, 87, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-f3f7e669-a3d6-4f02-ad44-d846bd235fa3:active {border-radius: 4px !important;
background-color: rgba(235, 87, 87, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (max-width: 767px){#s-f3f7e669-a3d6-4f02-ad44-d846bd235fa3 {
  margin-top: 0px;
margin-bottom: 10px;
max-width: 100px;
}
}

  #s-f3f7e669-a3d6-4f02-ad44-d846bd235fa3-root {
    text-align: center;
  }


#s-f3f7e669-a3d6-4f02-ad44-d846bd235fa3.shg-btn {
  color: #ffffff;
  
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-f3f7e669-a3d6-4f02-ad44-d846bd235fa3-root {
    text-align: center;
  }


#s-f3f7e669-a3d6-4f02-ad44-d846bd235fa3.shg-btn {
  color: #ffffff;
  
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-f3f7e669-a3d6-4f02-ad44-d846bd235fa3-root {
    text-align: center;
  }


#s-f3f7e669-a3d6-4f02-ad44-d846bd235fa3.shg-btn {
  color: #ffffff;
  
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-f3f7e669-a3d6-4f02-ad44-d846bd235fa3-root {
    text-align: center;
  }


#s-f3f7e669-a3d6-4f02-ad44-d846bd235fa3.shg-btn {
  color: #ffffff;
  
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-f3f7e669-a3d6-4f02-ad44-d846bd235fa3-root {
    text-align: center;
  }


#s-f3f7e669-a3d6-4f02-ad44-d846bd235fa3.shg-btn {
  color: #ffffff;
  
  
  
  
  display:  block ;
}
}
  #s-f3f7e669-a3d6-4f02-ad44-d846bd235fa3-root {
    text-align: center;
  }


#s-f3f7e669-a3d6-4f02-ad44-d846bd235fa3.shg-btn {
  color: #ffffff;
  
  
  
  
  display:  block ;
}

#s-c229ec8b-9470-4ce1-ac9a-39760a4050ef {
  border-style: solid;
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(235, 87, 87, 1);
border-radius: 4px;
max-width: 90px;
background-color: rgba(81, 63, 181, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-c229ec8b-9470-4ce1-ac9a-39760a4050ef:hover {border-radius: 4px !important;
background-color: rgba(235, 87, 87, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-c229ec8b-9470-4ce1-ac9a-39760a4050ef:active {border-radius: 4px !important;
background-color: rgba(235, 87, 87, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (max-width: 767px){#s-c229ec8b-9470-4ce1-ac9a-39760a4050ef {
  max-width: 100px;
}
}

  #s-c229ec8b-9470-4ce1-ac9a-39760a4050ef-root {
    text-align: center;
  }


#s-c229ec8b-9470-4ce1-ac9a-39760a4050ef.shg-btn {
  color: #ffffff;
  
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-c229ec8b-9470-4ce1-ac9a-39760a4050ef-root {
    text-align: center;
  }


#s-c229ec8b-9470-4ce1-ac9a-39760a4050ef.shg-btn {
  color: #ffffff;
  
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-c229ec8b-9470-4ce1-ac9a-39760a4050ef-root {
    text-align: center;
  }


#s-c229ec8b-9470-4ce1-ac9a-39760a4050ef.shg-btn {
  color: #ffffff;
  
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-c229ec8b-9470-4ce1-ac9a-39760a4050ef-root {
    text-align: center;
  }


#s-c229ec8b-9470-4ce1-ac9a-39760a4050ef.shg-btn {
  color: #ffffff;
  
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-c229ec8b-9470-4ce1-ac9a-39760a4050ef-root {
    text-align: center;
  }


#s-c229ec8b-9470-4ce1-ac9a-39760a4050ef.shg-btn {
  color: #ffffff;
  
  
  
  
  display:  block ;
}
}
  #s-c229ec8b-9470-4ce1-ac9a-39760a4050ef-root {
    text-align: center;
  }


#s-c229ec8b-9470-4ce1-ac9a-39760a4050ef.shg-btn {
  color: #ffffff;
  
  
  
  
  display:  block ;
}

#s-ab0ccd11-a4d5-4bd6-84b0-12892c605973 {
  border-style: solid;
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(235, 87, 87, 1);
border-radius: 4px;
max-width: 90px;
background-color: rgba(81, 63, 181, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-ab0ccd11-a4d5-4bd6-84b0-12892c605973:hover {border-radius: 4px !important;
background-color: rgba(235, 87, 87, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-ab0ccd11-a4d5-4bd6-84b0-12892c605973:active {border-radius: 4px !important;
background-color: rgba(147, 33, 63, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (max-width: 767px){#s-ab0ccd11-a4d5-4bd6-84b0-12892c605973 {
  max-width: 100px;
}
}

  #s-ab0ccd11-a4d5-4bd6-84b0-12892c605973-root {
    text-align: center;
  }


#s-ab0ccd11-a4d5-4bd6-84b0-12892c605973.shg-btn {
  color: #ffffff;
  
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-ab0ccd11-a4d5-4bd6-84b0-12892c605973-root {
    text-align: center;
  }


#s-ab0ccd11-a4d5-4bd6-84b0-12892c605973.shg-btn {
  color: #ffffff;
  
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-ab0ccd11-a4d5-4bd6-84b0-12892c605973-root {
    text-align: center;
  }


#s-ab0ccd11-a4d5-4bd6-84b0-12892c605973.shg-btn {
  color: #ffffff;
  
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-ab0ccd11-a4d5-4bd6-84b0-12892c605973-root {
    text-align: center;
  }


#s-ab0ccd11-a4d5-4bd6-84b0-12892c605973.shg-btn {
  color: #ffffff;
  
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-ab0ccd11-a4d5-4bd6-84b0-12892c605973-root {
    text-align: center;
  }


#s-ab0ccd11-a4d5-4bd6-84b0-12892c605973.shg-btn {
  color: #ffffff;
  
  
  
  
  display:  block ;
}
}
  #s-ab0ccd11-a4d5-4bd6-84b0-12892c605973-root {
    text-align: center;
  }


#s-ab0ccd11-a4d5-4bd6-84b0-12892c605973.shg-btn {
  color: #ffffff;
  
  
  
  
  display:  block ;
}

#s-5c77a702-737d-4826-8249-f88cd58fb632 {
  margin-left: auto;
margin-bottom: 14px;
margin-right: auto;
padding-top: 5px;
max-width: 295px;
}
@media (max-width: 767px){#s-5c77a702-737d-4826-8249-f88cd58fb632 {
  margin-left: auto;
margin-right: auto;
max-width: 395px;
}
}
@media (min-width: 0px) {
[id="s-5c77a702-737d-4826-8249-f88cd58fb632"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 768px) {
[id="s-5c77a702-737d-4826-8249-f88cd58fb632"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-5c77a702-737d-4826-8249-f88cd58fb632"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-5c77a702-737d-4826-8249-f88cd58fb632"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

#s-be3fc6b9-a474-41d4-be86-a16803314bcb {
  border-style: solid;
padding-top: 10px;
padding-left: 19px;
padding-bottom: 10px;
padding-right: 19px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(235, 87, 87, 1);
border-radius: 4px;
max-width: 90px;
background-color: rgba(81, 63, 181, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-be3fc6b9-a474-41d4-be86-a16803314bcb:hover {border-radius: 4px !important;
background-color: rgba(235, 87, 87, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-be3fc6b9-a474-41d4-be86-a16803314bcb:active {border-radius: 4px !important;
background-color: rgba(235, 87, 87, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (max-width: 767px){#s-be3fc6b9-a474-41d4-be86-a16803314bcb {
  margin-top: 0px;
margin-bottom: 10px;
max-width: 100px;
}
}

  #s-be3fc6b9-a474-41d4-be86-a16803314bcb-root {
    text-align: center;
  }


#s-be3fc6b9-a474-41d4-be86-a16803314bcb.shg-btn {
  color: #ffffff;
  
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-be3fc6b9-a474-41d4-be86-a16803314bcb-root {
    text-align: center;
  }


#s-be3fc6b9-a474-41d4-be86-a16803314bcb.shg-btn {
  color: #ffffff;
  
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-be3fc6b9-a474-41d4-be86-a16803314bcb-root {
    text-align: center;
  }


#s-be3fc6b9-a474-41d4-be86-a16803314bcb.shg-btn {
  color: #ffffff;
  
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-be3fc6b9-a474-41d4-be86-a16803314bcb-root {
    text-align: center;
  }


#s-be3fc6b9-a474-41d4-be86-a16803314bcb.shg-btn {
  color: #ffffff;
  
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-be3fc6b9-a474-41d4-be86-a16803314bcb-root {
    text-align: center;
  }


#s-be3fc6b9-a474-41d4-be86-a16803314bcb.shg-btn {
  color: #ffffff;
  
  
  
  
  display:  block ;
}
}
  #s-be3fc6b9-a474-41d4-be86-a16803314bcb-root {
    text-align: center;
  }


#s-be3fc6b9-a474-41d4-be86-a16803314bcb.shg-btn {
  color: #ffffff;
  
  
  
  
  display:  block ;
}

#s-df62d226-b653-41d6-bc82-1c00925c332d {
  border-style: solid;
padding-top: 10px;
padding-left: 17px;
padding-bottom: 10px;
padding-right: 17px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(235, 87, 87, 1);
border-radius: 4px;
max-width: 90px;
background-color: rgba(81, 63, 181, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-df62d226-b653-41d6-bc82-1c00925c332d:hover {border-radius: 4px !important;
background-color: rgba(235, 87, 87, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-df62d226-b653-41d6-bc82-1c00925c332d:active {border-radius: 4px !important;
background-color: rgba(235, 87, 87, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (max-width: 767px){#s-df62d226-b653-41d6-bc82-1c00925c332d {
  max-width: 100px;
}
}

  #s-df62d226-b653-41d6-bc82-1c00925c332d-root {
    text-align: center;
  }


#s-df62d226-b653-41d6-bc82-1c00925c332d.shg-btn {
  color: #ffffff;
  
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-df62d226-b653-41d6-bc82-1c00925c332d-root {
    text-align: center;
  }


#s-df62d226-b653-41d6-bc82-1c00925c332d.shg-btn {
  color: #ffffff;
  
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-df62d226-b653-41d6-bc82-1c00925c332d-root {
    text-align: center;
  }


#s-df62d226-b653-41d6-bc82-1c00925c332d.shg-btn {
  color: #ffffff;
  
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-df62d226-b653-41d6-bc82-1c00925c332d-root {
    text-align: center;
  }


#s-df62d226-b653-41d6-bc82-1c00925c332d.shg-btn {
  color: #ffffff;
  
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-df62d226-b653-41d6-bc82-1c00925c332d-root {
    text-align: center;
  }


#s-df62d226-b653-41d6-bc82-1c00925c332d.shg-btn {
  color: #ffffff;
  
  
  
  
  display:  block ;
}
}
  #s-df62d226-b653-41d6-bc82-1c00925c332d-root {
    text-align: center;
  }


#s-df62d226-b653-41d6-bc82-1c00925c332d.shg-btn {
  color: #ffffff;
  
  
  
  
  display:  block ;
}

#s-e289140b-9f7c-45be-9f8b-40712f9d94d0 {
  border-style: solid;
padding-top: 10px;
padding-left: 15px;
padding-bottom: 10px;
padding-right: 15px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(147, 33, 63, 1);
border-radius: 4px;
max-width: 90px;
background-color: rgba(147, 33, 63, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-e289140b-9f7c-45be-9f8b-40712f9d94d0:hover {border-radius: 4px !important;
background-color: rgba(147, 33, 63, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-e289140b-9f7c-45be-9f8b-40712f9d94d0:active {border-radius: 4px !important;
background-color: rgba(147, 33, 63, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (max-width: 767px){#s-e289140b-9f7c-45be-9f8b-40712f9d94d0 {
  max-width: 100px;
}
}

  #s-e289140b-9f7c-45be-9f8b-40712f9d94d0-root {
    text-align: center;
  }


#s-e289140b-9f7c-45be-9f8b-40712f9d94d0.shg-btn {
  color: #ffffff;
  
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-e289140b-9f7c-45be-9f8b-40712f9d94d0-root {
    text-align: center;
  }


#s-e289140b-9f7c-45be-9f8b-40712f9d94d0.shg-btn {
  color: #ffffff;
  
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-e289140b-9f7c-45be-9f8b-40712f9d94d0-root {
    text-align: center;
  }


#s-e289140b-9f7c-45be-9f8b-40712f9d94d0.shg-btn {
  color: #ffffff;
  
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-e289140b-9f7c-45be-9f8b-40712f9d94d0-root {
    text-align: center;
  }


#s-e289140b-9f7c-45be-9f8b-40712f9d94d0.shg-btn {
  color: #ffffff;
  
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-e289140b-9f7c-45be-9f8b-40712f9d94d0-root {
    text-align: center;
  }


#s-e289140b-9f7c-45be-9f8b-40712f9d94d0.shg-btn {
  color: #ffffff;
  
  
  
  
  display:  block ;
}
}
  #s-e289140b-9f7c-45be-9f8b-40712f9d94d0-root {
    text-align: center;
  }


#s-e289140b-9f7c-45be-9f8b-40712f9d94d0.shg-btn {
  color: #ffffff;
  
  
  
  
  display:  block ;
}

#s-0f7b6092-5281-461e-afc6-4a519e8165a9 {
  margin-top: 14px;
margin-bottom: 14px;
min-height: 50px;
background-color: rgba(132, 160, 216, 0);
}








#s-0f7b6092-5281-461e-afc6-4a519e8165a9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0f7b6092-5281-461e-afc6-4a519e8165a9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7595e33c-86d7-4596-8b10-b84a5f780fb9 {
  padding-top: 10px;
padding-left: 80px;
padding-bottom: 10px;
padding-right: 80px;
border-radius: 2px;
background-color: rgba(235, 87, 87, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-7595e33c-86d7-4596-8b10-b84a5f780fb9:hover {background-color: rgba(147, 33, 63, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-7595e33c-86d7-4596-8b10-b84a5f780fb9:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-7595e33c-86d7-4596-8b10-b84a5f780fb9-root {
    text-align: left;
  }


#s-7595e33c-86d7-4596-8b10-b84a5f780fb9.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-7595e33c-86d7-4596-8b10-b84a5f780fb9-root {
    text-align: left;
  }


#s-7595e33c-86d7-4596-8b10-b84a5f780fb9.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-7595e33c-86d7-4596-8b10-b84a5f780fb9-root {
    text-align: left;
  }


#s-7595e33c-86d7-4596-8b10-b84a5f780fb9.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-7595e33c-86d7-4596-8b10-b84a5f780fb9-root {
    text-align: left;
  }


#s-7595e33c-86d7-4596-8b10-b84a5f780fb9.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-7595e33c-86d7-4596-8b10-b84a5f780fb9-root {
    text-align: left;
  }


#s-7595e33c-86d7-4596-8b10-b84a5f780fb9.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}
  #s-7595e33c-86d7-4596-8b10-b84a5f780fb9-root {
    text-align: left;
  }


#s-7595e33c-86d7-4596-8b10-b84a5f780fb9.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}

#s-73e85301-c5f9-4a00-a550-95bcd8f4207d {
  margin-left: auto;
margin-bottom: 50px;
margin-right: auto;
min-height: 50px;
max-width: 1560px;
}








#s-73e85301-c5f9-4a00-a550-95bcd8f4207d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-73e85301-c5f9-4a00-a550-95bcd8f4207d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-feb6c770-6d7a-44c7-bb6f-ad001d916eea {
  margin-top: 100px;
margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 660px;
}








#s-feb6c770-6d7a-44c7-bb6f-ad001d916eea > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-feb6c770-6d7a-44c7-bb6f-ad001d916eea.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-24f185a1-4906-4752-89ae-e7de9fdeff11 {
  max-width: 6060px;
}

#s-7a5b5128-3f84-430b-a7bb-610617f0b1e2 {
  margin-top: 30px;
margin-left: auto;
margin-bottom: 60px;
margin-right: auto;
padding-left: 60px;
padding-right: 60px;
max-width: 1560px;
}
@media (min-width: 768px) and (max-width: 991px){#s-7a5b5128-3f84-430b-a7bb-610617f0b1e2 {
  padding-left: 20px;
padding-right: 20px;
}
}@media (max-width: 767px){#s-7a5b5128-3f84-430b-a7bb-610617f0b1e2 {
  padding-left: 20px;
padding-right: 20px;
}
}
@media (min-width: 0px) {
[id="s-7a5b5128-3f84-430b-a7bb-610617f0b1e2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7a5b5128-3f84-430b-a7bb-610617f0b1e2"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-7a5b5128-3f84-430b-a7bb-610617f0b1e2"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-7a5b5128-3f84-430b-a7bb-610617f0b1e2"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-7a5b5128-3f84-430b-a7bb-610617f0b1e2"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-a3cfad15-c898-4961-9019-b8855a2a2ee3 {
  max-width: 636px;
aspect-ratio: 636/700;
text-align: left;
}





  #s-a3cfad15-c898-4961-9019-b8855a2a2ee3 img.shogun-image,
  #s-a3cfad15-c898-4961-9019-b8855a2a2ee3 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a3cfad15-c898-4961-9019-b8855a2a2ee3 {
    width: 100%;
    height: auto;
  }



  #s-a3cfad15-c898-4961-9019-b8855a2a2ee3 img.shogun-image {
    

    
    
    
  }


#s-a3cfad15-c898-4961-9019-b8855a2a2ee3 .shogun-image-content {
  
    align-items: center;
  
}

#s-13011767-cd79-4fc2-9879-fd62c9af01d2 {
  margin-top: 60px;
margin-left: 60px;
margin-right: 0%;
max-width: 500px;
}
@media (min-width: 768px) and (max-width: 991px){#s-13011767-cd79-4fc2-9879-fd62c9af01d2 {
  margin-top: 0px;
margin-left: 0px;
}
}@media (max-width: 767px){#s-13011767-cd79-4fc2-9879-fd62c9af01d2 {
  margin-top: 0px;
margin-left: 0px;
}
}
/*
  $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}