.shg-box {
  position: relative;
  display: -webkit-box;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-flex: 1;
  flex: 1;
}

.shg-box > .shg-box-content {
  z-index: 4;
  position: relative;
}

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

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

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

.shg-box-vertical-align-bottom {
  -webkit-box-pack: 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 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  z-index: -1;
}

#s-e9e0104d-30fd-4439-a78b-8fbea316f107 {
  margin-top: -37px;
min-height: 50px;
}
@media (min-width: 1200px){#s-e9e0104d-30fd-4439-a78b-8fbea316f107 {
  display: none;
}
#s-e9e0104d-30fd-4439-a78b-8fbea316f107, #wrap-s-e9e0104d-30fd-4439-a78b-8fbea316f107 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e9e0104d-30fd-4439-a78b-8fbea316f107 {
  display: none;
}
#s-e9e0104d-30fd-4439-a78b-8fbea316f107, #wrap-s-e9e0104d-30fd-4439-a78b-8fbea316f107 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-e9e0104d-30fd-4439-a78b-8fbea316f107 {
  display: none;
}
#s-e9e0104d-30fd-4439-a78b-8fbea316f107, #wrap-s-e9e0104d-30fd-4439-a78b-8fbea316f107 { display:none !important; }}







#s-e9e0104d-30fd-4439-a78b-8fbea316f107 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e9e0104d-30fd-4439-a78b-8fbea316f107.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-image-contain {
  font-family: "object-fit: contain;";
  -o-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: -webkit-box;
  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 {
  -webkit-box-align: start;
          align-items: flex-start;
}

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

.shogun-image-content-bottom {
  -webkit-box-align: end;
          align-items: flex-end;
}
#s-0924bfaf-bc57-4d68-ac45-35efc0fbf925 {
  text-align: center;
}




  #s-0924bfaf-bc57-4d68-ac45-35efc0fbf925 img.shogun-image {
    
    width: px;
  }


#s-0924bfaf-bc57-4d68-ac45-35efc0fbf925 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-1648fd7c-4dc4-4060-9106-45a2de71c8a0 {
  margin-top: -56px;
min-height: 50px;
}
@media (min-width: 1200px){#s-1648fd7c-4dc4-4060-9106-45a2de71c8a0 {
  display: none;
}
#s-1648fd7c-4dc4-4060-9106-45a2de71c8a0, #wrap-s-1648fd7c-4dc4-4060-9106-45a2de71c8a0 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-1648fd7c-4dc4-4060-9106-45a2de71c8a0 {
  display: none;
}
#s-1648fd7c-4dc4-4060-9106-45a2de71c8a0, #wrap-s-1648fd7c-4dc4-4060-9106-45a2de71c8a0 { display:none !important; }}@media (max-width: 767px){#s-1648fd7c-4dc4-4060-9106-45a2de71c8a0 {
  display: none;
}
#s-1648fd7c-4dc4-4060-9106-45a2de71c8a0, #wrap-s-1648fd7c-4dc4-4060-9106-45a2de71c8a0 { display:none !important; }}







#s-1648fd7c-4dc4-4060-9106-45a2de71c8a0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1648fd7c-4dc4-4060-9106-45a2de71c8a0.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-93122f49-4439-4e4b-8201-be82d162a724 {
  text-align: center;
}




  #s-93122f49-4439-4e4b-8201-be82d162a724 img.shogun-image {
    
    width: px;
  }


#s-93122f49-4439-4e4b-8201-be82d162a724 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-88fe1e89-2edc-41d9-9b9b-718ea8a13fc3 {
  margin-top: -56px;
}
@media (min-width: 1200px){#s-88fe1e89-2edc-41d9-9b9b-718ea8a13fc3 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-88fe1e89-2edc-41d9-9b9b-718ea8a13fc3 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-88fe1e89-2edc-41d9-9b9b-718ea8a13fc3 {
  display: none;
}
#s-88fe1e89-2edc-41d9-9b9b-718ea8a13fc3, #wrap-s-88fe1e89-2edc-41d9-9b9b-718ea8a13fc3 { display:none !important; }}@media (max-width: 767px){#s-88fe1e89-2edc-41d9-9b9b-718ea8a13fc3 {
  display: none;
}
#s-88fe1e89-2edc-41d9-9b9b-718ea8a13fc3, #wrap-s-88fe1e89-2edc-41d9-9b9b-718ea8a13fc3 { display:none !important; }}







#s-88fe1e89-2edc-41d9-9b9b-718ea8a13fc3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-88fe1e89-2edc-41d9-9b9b-718ea8a13fc3.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

#s-fc69a026-dee9-4fdb-86eb-40f2f050936d {
  text-align: center;
}




  #s-fc69a026-dee9-4fdb-86eb-40f2f050936d img.shogun-image {
    
    width: px;
  }


#s-fc69a026-dee9-4fdb-86eb-40f2f050936d .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-cdc37f04-ad28-472b-a6d3-516ce402675e {
  margin-top: 80px;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-cdc37f04-ad28-472b-a6d3-516ce402675e {
  display: none;
}
#s-cdc37f04-ad28-472b-a6d3-516ce402675e, #wrap-s-cdc37f04-ad28-472b-a6d3-516ce402675e { display:none !important; }}@media (max-width: 767px){#s-cdc37f04-ad28-472b-a6d3-516ce402675e {
  display: none;
}
#s-cdc37f04-ad28-472b-a6d3-516ce402675e, #wrap-s-cdc37f04-ad28-472b-a6d3-516ce402675e { display:none !important; }}







#s-cdc37f04-ad28-472b-a6d3-516ce402675e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cdc37f04-ad28-472b-a6d3-516ce402675e.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

.shogun-heading-component h1,
.shogun-heading-component h2,
.shogun-heading-component h3,
.shogun-heading-component h4,
.shogun-heading-component h5,
.shogun-heading-component h6 {
  margin: 0;
  padding: 0;
  display: block;
  color: #000;
  text-transform: none;
  font-weight: normal;
  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-75171f86-451b-45dc-8ae4-e4466071d0c5 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-75171f86-451b-45dc-8ae4-e4466071d0c5 .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: Caveat;
  font-style:   ;
  font-size: 36px;
  line-height: ;
  letter-spacing: 2px;
  text-align: center;
}



#s-af27b758-e4f6-4843-ad27-df8676399794 {
  margin-top: 5px;
margin-bottom: 5px;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-af27b758-e4f6-4843-ad27-df8676399794 {
  display: none;
}
#s-af27b758-e4f6-4843-ad27-df8676399794, #wrap-s-af27b758-e4f6-4843-ad27-df8676399794 { display:none !important; }}@media (max-width: 767px){#s-af27b758-e4f6-4843-ad27-df8676399794 {
  display: none;
}
#s-af27b758-e4f6-4843-ad27-df8676399794, #wrap-s-af27b758-e4f6-4843-ad27-df8676399794 { display:none !important; }}







#s-af27b758-e4f6-4843-ad27-df8676399794 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-af27b758-e4f6-4843-ad27-df8676399794.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

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

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

.shg-c-xs-1,
.shg-c-xs-2,
.shg-c-xs-3,
.shg-c-xs-4,
.shg-c-xs-5,
.shg-c-xs-6,
.shg-c-xs-7,
.shg-c-xs-8,
.shg-c-xs-9,
.shg-c-xs-10,
.shg-c-xs-11,
.shg-c-xs-12,
.shg-c-sm-1,
.shg-c-sm-2,
.shg-c-sm-3,
.shg-c-sm-4,
.shg-c-sm-5,
.shg-c-sm-6,
.shg-c-sm-7,
.shg-c-sm-8,
.shg-c-sm-9,
.shg-c-sm-10,
.shg-c-sm-11,
.shg-c-sm-12,
.shg-c-md-1,
.shg-c-md-2,
.shg-c-md-3,
.shg-c-md-4,
.shg-c-md-5,
.shg-c-md-6,
.shg-c-md-7,
.shg-c-md-8,
.shg-c-md-9,
.shg-c-md-10,
.shg-c-md-11,
.shg-c-md-12,
.shg-c-lg-1,
.shg-c-lg-2,
.shg-c-lg-3,
.shg-c-lg-4,
.shg-c-lg-5,
.shg-c-lg-6,
.shg-c-lg-7,
.shg-c-lg-8,
.shg-c-lg-9,
.shg-c-lg-10,
.shg-c-lg-11,
.shg-c-lg-12 {
  position: relative;
}

@media (min-width: 0px) {
[id="s-4a1b064d-7780-443a-ae3f-2c92077485be"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4a1b064d-7780-443a-ae3f-2c92077485be"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-4a1b064d-7780-443a-ae3f-2c92077485be"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-4a1b064d-7780-443a-ae3f-2c92077485be"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-4a1b064d-7780-443a-ae3f-2c92077485be"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-4a1b064d-7780-443a-ae3f-2c92077485be"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-4a1b064d-7780-443a-ae3f-2c92077485be"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-4a1b064d-7780-443a-ae3f-2c92077485be"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-4a1b064d-7780-443a-ae3f-2c92077485be"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-4a1b064d-7780-443a-ae3f-2c92077485be"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-4a1b064d-7780-443a-ae3f-2c92077485be"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-4a1b064d-7780-443a-ae3f-2c92077485be"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-4a1b064d-7780-443a-ae3f-2c92077485be"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-4a1b064d-7780-443a-ae3f-2c92077485be"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-4a1b064d-7780-443a-ae3f-2c92077485be"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-4a1b064d-7780-443a-ae3f-2c92077485be"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-4a1b064d-7780-443a-ae3f-2c92077485be"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-4a1b064d-7780-443a-ae3f-2c92077485be"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-4a1b064d-7780-443a-ae3f-2c92077485be"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-4a1b064d-7780-443a-ae3f-2c92077485be"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-4a1b064d-7780-443a-ae3f-2c92077485be"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-4a1b064d-7780-443a-ae3f-2c92077485be"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-4a1b064d-7780-443a-ae3f-2c92077485be"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-4a1b064d-7780-443a-ae3f-2c92077485be"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-4a1b064d-7780-443a-ae3f-2c92077485be"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-4a1b064d-7780-443a-ae3f-2c92077485be"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-4a1b064d-7780-443a-ae3f-2c92077485be"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-4a1b064d-7780-443a-ae3f-2c92077485be"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-4a1b064d-7780-443a-ae3f-2c92077485be"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-4a1b064d-7780-443a-ae3f-2c92077485be"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-4a1b064d-7780-443a-ae3f-2c92077485be"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-4a1b064d-7780-443a-ae3f-2c92077485be"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-4a1b064d-7780-443a-ae3f-2c92077485be"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-4a1b064d-7780-443a-ae3f-2c92077485be"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-4a1b064d-7780-443a-ae3f-2c92077485be"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-4a1b064d-7780-443a-ae3f-2c92077485be"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-4a1b064d-7780-443a-ae3f-2c92077485be"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-49b6c0f8-2884-434a-ba42-8e5a91fa1be5 {
  text-align: center;
}




  #s-49b6c0f8-2884-434a-ba42-8e5a91fa1be5 img.shogun-image {
    
    width: px;
  }


#s-49b6c0f8-2884-434a-ba42-8e5a91fa1be5 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-2b6fcd3d-3047-400f-a333-fa8dcd6ffecf {
  margin-top: 60px;
margin-left: 200px;
margin-right: 200px;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-2b6fcd3d-3047-400f-a333-fa8dcd6ffecf {
  display: none;
}
#s-2b6fcd3d-3047-400f-a333-fa8dcd6ffecf, #wrap-s-2b6fcd3d-3047-400f-a333-fa8dcd6ffecf { display:none !important; }}@media (max-width: 767px){#s-2b6fcd3d-3047-400f-a333-fa8dcd6ffecf {
  display: none;
}
#s-2b6fcd3d-3047-400f-a333-fa8dcd6ffecf, #wrap-s-2b6fcd3d-3047-400f-a333-fa8dcd6ffecf { display:none !important; }}







#s-2b6fcd3d-3047-400f-a333-fa8dcd6ffecf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2b6fcd3d-3047-400f-a333-fa8dcd6ffecf.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-ab42cb11-3803-4a0c-b5ca-8dc2f4f001f4 {
  margin-top: 0px;
margin-left: 50px;
margin-bottom: 0px;
margin-right: 50px;
}

@media (min-width: 0px) {
[id="s-ab42cb11-3803-4a0c-b5ca-8dc2f4f001f4"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ab42cb11-3803-4a0c-b5ca-8dc2f4f001f4"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-ab42cb11-3803-4a0c-b5ca-8dc2f4f001f4"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-ab42cb11-3803-4a0c-b5ca-8dc2f4f001f4"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-ab42cb11-3803-4a0c-b5ca-8dc2f4f001f4"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-ab42cb11-3803-4a0c-b5ca-8dc2f4f001f4"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-ab42cb11-3803-4a0c-b5ca-8dc2f4f001f4"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-ab42cb11-3803-4a0c-b5ca-8dc2f4f001f4"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-ab42cb11-3803-4a0c-b5ca-8dc2f4f001f4"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-ab42cb11-3803-4a0c-b5ca-8dc2f4f001f4"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-ab42cb11-3803-4a0c-b5ca-8dc2f4f001f4"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-ab42cb11-3803-4a0c-b5ca-8dc2f4f001f4"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-ab42cb11-3803-4a0c-b5ca-8dc2f4f001f4"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-ab42cb11-3803-4a0c-b5ca-8dc2f4f001f4"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-ab42cb11-3803-4a0c-b5ca-8dc2f4f001f4"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-ab42cb11-3803-4a0c-b5ca-8dc2f4f001f4"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-ab42cb11-3803-4a0c-b5ca-8dc2f4f001f4"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-ab42cb11-3803-4a0c-b5ca-8dc2f4f001f4"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-ab42cb11-3803-4a0c-b5ca-8dc2f4f001f4"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-ab42cb11-3803-4a0c-b5ca-8dc2f4f001f4"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-ab42cb11-3803-4a0c-b5ca-8dc2f4f001f4"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-ab42cb11-3803-4a0c-b5ca-8dc2f4f001f4"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-ab42cb11-3803-4a0c-b5ca-8dc2f4f001f4"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-ab42cb11-3803-4a0c-b5ca-8dc2f4f001f4"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-ab42cb11-3803-4a0c-b5ca-8dc2f4f001f4"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-ab42cb11-3803-4a0c-b5ca-8dc2f4f001f4"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-ab42cb11-3803-4a0c-b5ca-8dc2f4f001f4"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-ab42cb11-3803-4a0c-b5ca-8dc2f4f001f4"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-ab42cb11-3803-4a0c-b5ca-8dc2f4f001f4"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-ab42cb11-3803-4a0c-b5ca-8dc2f4f001f4"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-ab42cb11-3803-4a0c-b5ca-8dc2f4f001f4"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-ab42cb11-3803-4a0c-b5ca-8dc2f4f001f4"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-ab42cb11-3803-4a0c-b5ca-8dc2f4f001f4"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-ab42cb11-3803-4a0c-b5ca-8dc2f4f001f4"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-ab42cb11-3803-4a0c-b5ca-8dc2f4f001f4"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-ab42cb11-3803-4a0c-b5ca-8dc2f4f001f4"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-ab42cb11-3803-4a0c-b5ca-8dc2f4f001f4"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

.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.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-1209179e-09f5-4fda-9102-77fafa1fcbda {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: rgba(6, 6, 6, 1);
text-decoration: none;
}
#s-1209179e-09f5-4fda-9102-77fafa1fcbda:hover {border-radius: 4px !important;
background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;}#s-1209179e-09f5-4fda-9102-77fafa1fcbda:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-1209179e-09f5-4fda-9102-77fafa1fcbda.shg-btn {
  color: #ffffff;
  font-size: 30px;
  font-weight: 700;
  
  font-family: Caveat;
  display:  block ;
}

#s-60f6f075-fb97-4f57-8982-5d714d23514a {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: rgba(9, 9, 9, 1);
text-decoration: none;
}
#s-60f6f075-fb97-4f57-8982-5d714d23514a:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;}#s-60f6f075-fb97-4f57-8982-5d714d23514a:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-60f6f075-fb97-4f57-8982-5d714d23514a.shg-btn {
  color: #ffffff;
  font-size: 30px;
  font-weight: 700;
  
  font-family: Caveat;
  display:  block ;
}

#s-54fe95c2-49d4-4669-bf94-0acf341ff56e {
  margin-left: 200px;
margin-right: 200px;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-54fe95c2-49d4-4669-bf94-0acf341ff56e {
  display: none;
}
#s-54fe95c2-49d4-4669-bf94-0acf341ff56e, #wrap-s-54fe95c2-49d4-4669-bf94-0acf341ff56e { display:none !important; }}@media (max-width: 767px){#s-54fe95c2-49d4-4669-bf94-0acf341ff56e {
  display: none;
}
#s-54fe95c2-49d4-4669-bf94-0acf341ff56e, #wrap-s-54fe95c2-49d4-4669-bf94-0acf341ff56e { display:none !important; }}







#s-54fe95c2-49d4-4669-bf94-0acf341ff56e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-54fe95c2-49d4-4669-bf94-0acf341ff56e.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-b7c6c2cc-c275-40b7-8fca-f815cdad0c5a {
  margin-top: 20px;
margin-left: 50px;
margin-bottom: 20px;
margin-right: 50px;
}

@media (min-width: 0px) {
[id="s-b7c6c2cc-c275-40b7-8fca-f815cdad0c5a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b7c6c2cc-c275-40b7-8fca-f815cdad0c5a"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-b7c6c2cc-c275-40b7-8fca-f815cdad0c5a"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-b7c6c2cc-c275-40b7-8fca-f815cdad0c5a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-b7c6c2cc-c275-40b7-8fca-f815cdad0c5a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-b7c6c2cc-c275-40b7-8fca-f815cdad0c5a"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-b7c6c2cc-c275-40b7-8fca-f815cdad0c5a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-b7c6c2cc-c275-40b7-8fca-f815cdad0c5a"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-b7c6c2cc-c275-40b7-8fca-f815cdad0c5a"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-b7c6c2cc-c275-40b7-8fca-f815cdad0c5a"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-b7c6c2cc-c275-40b7-8fca-f815cdad0c5a"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-b7c6c2cc-c275-40b7-8fca-f815cdad0c5a"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-b7c6c2cc-c275-40b7-8fca-f815cdad0c5a"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-b7c6c2cc-c275-40b7-8fca-f815cdad0c5a"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-b7c6c2cc-c275-40b7-8fca-f815cdad0c5a"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-b7c6c2cc-c275-40b7-8fca-f815cdad0c5a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-b7c6c2cc-c275-40b7-8fca-f815cdad0c5a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-b7c6c2cc-c275-40b7-8fca-f815cdad0c5a"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-b7c6c2cc-c275-40b7-8fca-f815cdad0c5a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-b7c6c2cc-c275-40b7-8fca-f815cdad0c5a"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-b7c6c2cc-c275-40b7-8fca-f815cdad0c5a"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-b7c6c2cc-c275-40b7-8fca-f815cdad0c5a"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-b7c6c2cc-c275-40b7-8fca-f815cdad0c5a"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-b7c6c2cc-c275-40b7-8fca-f815cdad0c5a"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-b7c6c2cc-c275-40b7-8fca-f815cdad0c5a"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-b7c6c2cc-c275-40b7-8fca-f815cdad0c5a"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-b7c6c2cc-c275-40b7-8fca-f815cdad0c5a"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-b7c6c2cc-c275-40b7-8fca-f815cdad0c5a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-b7c6c2cc-c275-40b7-8fca-f815cdad0c5a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-b7c6c2cc-c275-40b7-8fca-f815cdad0c5a"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-b7c6c2cc-c275-40b7-8fca-f815cdad0c5a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-b7c6c2cc-c275-40b7-8fca-f815cdad0c5a"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-b7c6c2cc-c275-40b7-8fca-f815cdad0c5a"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-b7c6c2cc-c275-40b7-8fca-f815cdad0c5a"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-b7c6c2cc-c275-40b7-8fca-f815cdad0c5a"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-b7c6c2cc-c275-40b7-8fca-f815cdad0c5a"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-b7c6c2cc-c275-40b7-8fca-f815cdad0c5a"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-a6a439b9-1139-43ca-b946-144e33e7663b {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: rgba(6, 6, 6, 1);
text-decoration: none;
}
#s-a6a439b9-1139-43ca-b946-144e33e7663b:hover {border-radius: 4px !important;
background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;}#s-a6a439b9-1139-43ca-b946-144e33e7663b:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-a6a439b9-1139-43ca-b946-144e33e7663b.shg-btn {
  color: #ffffff;
  font-size: 30px;
  font-weight: 700;
  
  font-family: Caveat;
  display:  block ;
}

#s-469dfb6c-44d0-49c1-8941-e3247b7f13bd {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: rgba(9, 9, 9, 1);
text-decoration: none;
}
#s-469dfb6c-44d0-49c1-8941-e3247b7f13bd:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;}#s-469dfb6c-44d0-49c1-8941-e3247b7f13bd:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-469dfb6c-44d0-49c1-8941-e3247b7f13bd.shg-btn {
  color: #ffffff;
  font-size: 30px;
  font-weight: 700;
  
  font-family: Caveat;
  display:  block ;
}

#s-ea7bfd55-c9bf-4325-96c2-3bd4a296b1c6 {
  margin-left: 200px;
margin-right: 200px;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-ea7bfd55-c9bf-4325-96c2-3bd4a296b1c6 {
  display: none;
}
#s-ea7bfd55-c9bf-4325-96c2-3bd4a296b1c6, #wrap-s-ea7bfd55-c9bf-4325-96c2-3bd4a296b1c6 { display:none !important; }}@media (max-width: 767px){#s-ea7bfd55-c9bf-4325-96c2-3bd4a296b1c6 {
  display: none;
}
#s-ea7bfd55-c9bf-4325-96c2-3bd4a296b1c6, #wrap-s-ea7bfd55-c9bf-4325-96c2-3bd4a296b1c6 { display:none !important; }}







#s-ea7bfd55-c9bf-4325-96c2-3bd4a296b1c6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ea7bfd55-c9bf-4325-96c2-3bd4a296b1c6.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-5c8c0b75-960e-4416-8f37-0fd395d12d4f {
  margin-left: 50px;
margin-right: 50px;
}

@media (min-width: 0px) {
[id="s-5c8c0b75-960e-4416-8f37-0fd395d12d4f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5c8c0b75-960e-4416-8f37-0fd395d12d4f"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-5c8c0b75-960e-4416-8f37-0fd395d12d4f"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-5c8c0b75-960e-4416-8f37-0fd395d12d4f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-5c8c0b75-960e-4416-8f37-0fd395d12d4f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-5c8c0b75-960e-4416-8f37-0fd395d12d4f"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-5c8c0b75-960e-4416-8f37-0fd395d12d4f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-5c8c0b75-960e-4416-8f37-0fd395d12d4f"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-5c8c0b75-960e-4416-8f37-0fd395d12d4f"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-5c8c0b75-960e-4416-8f37-0fd395d12d4f"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-5c8c0b75-960e-4416-8f37-0fd395d12d4f"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-5c8c0b75-960e-4416-8f37-0fd395d12d4f"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-5c8c0b75-960e-4416-8f37-0fd395d12d4f"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-5c8c0b75-960e-4416-8f37-0fd395d12d4f"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-5c8c0b75-960e-4416-8f37-0fd395d12d4f"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-5c8c0b75-960e-4416-8f37-0fd395d12d4f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-5c8c0b75-960e-4416-8f37-0fd395d12d4f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-5c8c0b75-960e-4416-8f37-0fd395d12d4f"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-5c8c0b75-960e-4416-8f37-0fd395d12d4f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-5c8c0b75-960e-4416-8f37-0fd395d12d4f"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-5c8c0b75-960e-4416-8f37-0fd395d12d4f"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-5c8c0b75-960e-4416-8f37-0fd395d12d4f"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-5c8c0b75-960e-4416-8f37-0fd395d12d4f"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-5c8c0b75-960e-4416-8f37-0fd395d12d4f"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-5c8c0b75-960e-4416-8f37-0fd395d12d4f"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-5c8c0b75-960e-4416-8f37-0fd395d12d4f"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-5c8c0b75-960e-4416-8f37-0fd395d12d4f"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-5c8c0b75-960e-4416-8f37-0fd395d12d4f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-5c8c0b75-960e-4416-8f37-0fd395d12d4f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-5c8c0b75-960e-4416-8f37-0fd395d12d4f"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-5c8c0b75-960e-4416-8f37-0fd395d12d4f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-5c8c0b75-960e-4416-8f37-0fd395d12d4f"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-5c8c0b75-960e-4416-8f37-0fd395d12d4f"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-5c8c0b75-960e-4416-8f37-0fd395d12d4f"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-5c8c0b75-960e-4416-8f37-0fd395d12d4f"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-5c8c0b75-960e-4416-8f37-0fd395d12d4f"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-5c8c0b75-960e-4416-8f37-0fd395d12d4f"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-a3c784c1-f7e0-41e4-b3ec-d36449fe4f78 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: rgba(6, 6, 6, 1);
text-decoration: none;
}
#s-a3c784c1-f7e0-41e4-b3ec-d36449fe4f78:hover {border-radius: 4px !important;
background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;}#s-a3c784c1-f7e0-41e4-b3ec-d36449fe4f78:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-a3c784c1-f7e0-41e4-b3ec-d36449fe4f78.shg-btn {
  color: #ffffff;
  font-size: 30px;
  font-weight: 700;
  
  font-family: Caveat;
  display:  block ;
}

#s-b60a704f-e13a-4d8d-abdc-52a40fa70eae {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: rgba(9, 9, 9, 1);
text-decoration: none;
}
#s-b60a704f-e13a-4d8d-abdc-52a40fa70eae:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;}#s-b60a704f-e13a-4d8d-abdc-52a40fa70eae:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-b60a704f-e13a-4d8d-abdc-52a40fa70eae.shg-btn {
  color: #ffffff;
  font-size: 30px;
  font-weight: 700;
  
  font-family: Caveat;
  display:  block ;
}

#s-68bb999c-8e82-4d73-af34-ebb1834642c3 {
  margin-left: 200px;
margin-right: 200px;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-68bb999c-8e82-4d73-af34-ebb1834642c3 {
  display: none;
}
#s-68bb999c-8e82-4d73-af34-ebb1834642c3, #wrap-s-68bb999c-8e82-4d73-af34-ebb1834642c3 { display:none !important; }}@media (max-width: 767px){#s-68bb999c-8e82-4d73-af34-ebb1834642c3 {
  display: none;
}
#s-68bb999c-8e82-4d73-af34-ebb1834642c3, #wrap-s-68bb999c-8e82-4d73-af34-ebb1834642c3 { display:none !important; }}







#s-68bb999c-8e82-4d73-af34-ebb1834642c3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-68bb999c-8e82-4d73-af34-ebb1834642c3.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-84cf0974-3a1b-4bbc-9c79-124fc85c6ddc {
  margin-top: 20px;
margin-left: 50px;
margin-bottom: 20px;
margin-right: 50px;
}

@media (min-width: 0px) {
[id="s-84cf0974-3a1b-4bbc-9c79-124fc85c6ddc"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-84cf0974-3a1b-4bbc-9c79-124fc85c6ddc"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-84cf0974-3a1b-4bbc-9c79-124fc85c6ddc"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-84cf0974-3a1b-4bbc-9c79-124fc85c6ddc"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-84cf0974-3a1b-4bbc-9c79-124fc85c6ddc"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-84cf0974-3a1b-4bbc-9c79-124fc85c6ddc"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-84cf0974-3a1b-4bbc-9c79-124fc85c6ddc"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-84cf0974-3a1b-4bbc-9c79-124fc85c6ddc"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-84cf0974-3a1b-4bbc-9c79-124fc85c6ddc"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-84cf0974-3a1b-4bbc-9c79-124fc85c6ddc"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-84cf0974-3a1b-4bbc-9c79-124fc85c6ddc"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-84cf0974-3a1b-4bbc-9c79-124fc85c6ddc"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-84cf0974-3a1b-4bbc-9c79-124fc85c6ddc"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-84cf0974-3a1b-4bbc-9c79-124fc85c6ddc"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-84cf0974-3a1b-4bbc-9c79-124fc85c6ddc"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-84cf0974-3a1b-4bbc-9c79-124fc85c6ddc"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-84cf0974-3a1b-4bbc-9c79-124fc85c6ddc"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-84cf0974-3a1b-4bbc-9c79-124fc85c6ddc"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-84cf0974-3a1b-4bbc-9c79-124fc85c6ddc"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-84cf0974-3a1b-4bbc-9c79-124fc85c6ddc"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-84cf0974-3a1b-4bbc-9c79-124fc85c6ddc"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-84cf0974-3a1b-4bbc-9c79-124fc85c6ddc"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-84cf0974-3a1b-4bbc-9c79-124fc85c6ddc"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-84cf0974-3a1b-4bbc-9c79-124fc85c6ddc"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-84cf0974-3a1b-4bbc-9c79-124fc85c6ddc"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-84cf0974-3a1b-4bbc-9c79-124fc85c6ddc"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-84cf0974-3a1b-4bbc-9c79-124fc85c6ddc"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-84cf0974-3a1b-4bbc-9c79-124fc85c6ddc"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-84cf0974-3a1b-4bbc-9c79-124fc85c6ddc"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-84cf0974-3a1b-4bbc-9c79-124fc85c6ddc"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-84cf0974-3a1b-4bbc-9c79-124fc85c6ddc"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-84cf0974-3a1b-4bbc-9c79-124fc85c6ddc"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-84cf0974-3a1b-4bbc-9c79-124fc85c6ddc"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-84cf0974-3a1b-4bbc-9c79-124fc85c6ddc"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-84cf0974-3a1b-4bbc-9c79-124fc85c6ddc"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-84cf0974-3a1b-4bbc-9c79-124fc85c6ddc"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-84cf0974-3a1b-4bbc-9c79-124fc85c6ddc"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-e0fe0daa-9100-417c-ab65-1e542d0670e6 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: rgba(6, 6, 6, 1);
text-decoration: none;
}
#s-e0fe0daa-9100-417c-ab65-1e542d0670e6:hover {border-radius: 4px !important;
background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;}#s-e0fe0daa-9100-417c-ab65-1e542d0670e6:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-e0fe0daa-9100-417c-ab65-1e542d0670e6.shg-btn {
  color: #ffffff;
  font-size: 30px;
  font-weight: 700;
  
  font-family: Caveat;
  display:  block ;
}

#s-73861fdc-0dcb-42e8-9315-f14ee9c74eab {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: rgba(9, 9, 9, 1);
text-decoration: none;
}
#s-73861fdc-0dcb-42e8-9315-f14ee9c74eab:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;}#s-73861fdc-0dcb-42e8-9315-f14ee9c74eab:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-73861fdc-0dcb-42e8-9315-f14ee9c74eab.shg-btn {
  color: #ffffff;
  font-size: 30px;
  font-weight: 700;
  
  font-family: Caveat;
  display:  block ;
}

#s-902a76bd-d305-4a39-9115-b4ade6af236a {
  margin-left: 200px;
margin-right: 200px;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-902a76bd-d305-4a39-9115-b4ade6af236a {
  display: none;
}
#s-902a76bd-d305-4a39-9115-b4ade6af236a, #wrap-s-902a76bd-d305-4a39-9115-b4ade6af236a { display:none !important; }}@media (max-width: 767px){#s-902a76bd-d305-4a39-9115-b4ade6af236a {
  display: none;
}
#s-902a76bd-d305-4a39-9115-b4ade6af236a, #wrap-s-902a76bd-d305-4a39-9115-b4ade6af236a { display:none !important; }}







#s-902a76bd-d305-4a39-9115-b4ade6af236a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-902a76bd-d305-4a39-9115-b4ade6af236a.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-0ddbec54-40b8-49c3-be2c-c76d24b5ef31 {
  margin-left: 50px;
margin-right: 50px;
}

@media (min-width: 0px) {
[id="s-0ddbec54-40b8-49c3-be2c-c76d24b5ef31"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0ddbec54-40b8-49c3-be2c-c76d24b5ef31"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-0ddbec54-40b8-49c3-be2c-c76d24b5ef31"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-0ddbec54-40b8-49c3-be2c-c76d24b5ef31"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-0ddbec54-40b8-49c3-be2c-c76d24b5ef31"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-0ddbec54-40b8-49c3-be2c-c76d24b5ef31"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-0ddbec54-40b8-49c3-be2c-c76d24b5ef31"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-0ddbec54-40b8-49c3-be2c-c76d24b5ef31"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-0ddbec54-40b8-49c3-be2c-c76d24b5ef31"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-0ddbec54-40b8-49c3-be2c-c76d24b5ef31"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-0ddbec54-40b8-49c3-be2c-c76d24b5ef31"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-0ddbec54-40b8-49c3-be2c-c76d24b5ef31"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-0ddbec54-40b8-49c3-be2c-c76d24b5ef31"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-0ddbec54-40b8-49c3-be2c-c76d24b5ef31"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-0ddbec54-40b8-49c3-be2c-c76d24b5ef31"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-0ddbec54-40b8-49c3-be2c-c76d24b5ef31"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-0ddbec54-40b8-49c3-be2c-c76d24b5ef31"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-0ddbec54-40b8-49c3-be2c-c76d24b5ef31"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-0ddbec54-40b8-49c3-be2c-c76d24b5ef31"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-0ddbec54-40b8-49c3-be2c-c76d24b5ef31"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-0ddbec54-40b8-49c3-be2c-c76d24b5ef31"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-0ddbec54-40b8-49c3-be2c-c76d24b5ef31"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-0ddbec54-40b8-49c3-be2c-c76d24b5ef31"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-0ddbec54-40b8-49c3-be2c-c76d24b5ef31"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-0ddbec54-40b8-49c3-be2c-c76d24b5ef31"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-0ddbec54-40b8-49c3-be2c-c76d24b5ef31"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-0ddbec54-40b8-49c3-be2c-c76d24b5ef31"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-0ddbec54-40b8-49c3-be2c-c76d24b5ef31"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-0ddbec54-40b8-49c3-be2c-c76d24b5ef31"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-0ddbec54-40b8-49c3-be2c-c76d24b5ef31"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-0ddbec54-40b8-49c3-be2c-c76d24b5ef31"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-0ddbec54-40b8-49c3-be2c-c76d24b5ef31"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-0ddbec54-40b8-49c3-be2c-c76d24b5ef31"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-0ddbec54-40b8-49c3-be2c-c76d24b5ef31"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-0ddbec54-40b8-49c3-be2c-c76d24b5ef31"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-0ddbec54-40b8-49c3-be2c-c76d24b5ef31"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-0ddbec54-40b8-49c3-be2c-c76d24b5ef31"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-1ca33ce4-488c-40bc-9a01-e06935e096a8 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: rgba(6, 6, 6, 1);
text-decoration: none;
}
#s-1ca33ce4-488c-40bc-9a01-e06935e096a8:hover {border-radius: 4px !important;
background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;}#s-1ca33ce4-488c-40bc-9a01-e06935e096a8:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-1ca33ce4-488c-40bc-9a01-e06935e096a8.shg-btn {
  color: #ffffff;
  font-size: 30px;
  font-weight: 700;
  
  font-family: Caveat;
  display:  block ;
}

#s-4d71cd0d-1c62-492d-a955-5b4b984bf2b6 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: rgba(9, 9, 9, 1);
text-decoration: none;
}
#s-4d71cd0d-1c62-492d-a955-5b4b984bf2b6:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;}#s-4d71cd0d-1c62-492d-a955-5b4b984bf2b6:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-4d71cd0d-1c62-492d-a955-5b4b984bf2b6.shg-btn {
  color: #ffffff;
  font-size: 30px;
  font-weight: 700;
  
  font-family: Caveat;
  display:  block ;
}

#s-41fb689c-ace4-4ae8-bc4e-2663da24233b {
  margin-left: 200px;
margin-right: 200px;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-41fb689c-ace4-4ae8-bc4e-2663da24233b {
  display: none;
}
#s-41fb689c-ace4-4ae8-bc4e-2663da24233b, #wrap-s-41fb689c-ace4-4ae8-bc4e-2663da24233b { display:none !important; }}@media (max-width: 767px){#s-41fb689c-ace4-4ae8-bc4e-2663da24233b {
  display: none;
}
#s-41fb689c-ace4-4ae8-bc4e-2663da24233b, #wrap-s-41fb689c-ace4-4ae8-bc4e-2663da24233b { display:none !important; }}







#s-41fb689c-ace4-4ae8-bc4e-2663da24233b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-41fb689c-ace4-4ae8-bc4e-2663da24233b.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-7ca33c57-34bc-4bdf-9869-16dc98e2105d {
  margin-top: 20px;
margin-left: 50px;
margin-bottom: 20px;
margin-right: 50px;
}

@media (min-width: 0px) {
[id="s-7ca33c57-34bc-4bdf-9869-16dc98e2105d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7ca33c57-34bc-4bdf-9869-16dc98e2105d"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-7ca33c57-34bc-4bdf-9869-16dc98e2105d"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-7ca33c57-34bc-4bdf-9869-16dc98e2105d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-7ca33c57-34bc-4bdf-9869-16dc98e2105d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-7ca33c57-34bc-4bdf-9869-16dc98e2105d"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-7ca33c57-34bc-4bdf-9869-16dc98e2105d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-7ca33c57-34bc-4bdf-9869-16dc98e2105d"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-7ca33c57-34bc-4bdf-9869-16dc98e2105d"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-7ca33c57-34bc-4bdf-9869-16dc98e2105d"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-7ca33c57-34bc-4bdf-9869-16dc98e2105d"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-7ca33c57-34bc-4bdf-9869-16dc98e2105d"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-7ca33c57-34bc-4bdf-9869-16dc98e2105d"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-7ca33c57-34bc-4bdf-9869-16dc98e2105d"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-7ca33c57-34bc-4bdf-9869-16dc98e2105d"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-7ca33c57-34bc-4bdf-9869-16dc98e2105d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-7ca33c57-34bc-4bdf-9869-16dc98e2105d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-7ca33c57-34bc-4bdf-9869-16dc98e2105d"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-7ca33c57-34bc-4bdf-9869-16dc98e2105d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-7ca33c57-34bc-4bdf-9869-16dc98e2105d"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-7ca33c57-34bc-4bdf-9869-16dc98e2105d"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-7ca33c57-34bc-4bdf-9869-16dc98e2105d"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-7ca33c57-34bc-4bdf-9869-16dc98e2105d"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-7ca33c57-34bc-4bdf-9869-16dc98e2105d"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-7ca33c57-34bc-4bdf-9869-16dc98e2105d"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-7ca33c57-34bc-4bdf-9869-16dc98e2105d"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-7ca33c57-34bc-4bdf-9869-16dc98e2105d"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-7ca33c57-34bc-4bdf-9869-16dc98e2105d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-7ca33c57-34bc-4bdf-9869-16dc98e2105d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-7ca33c57-34bc-4bdf-9869-16dc98e2105d"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-7ca33c57-34bc-4bdf-9869-16dc98e2105d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-7ca33c57-34bc-4bdf-9869-16dc98e2105d"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-7ca33c57-34bc-4bdf-9869-16dc98e2105d"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-7ca33c57-34bc-4bdf-9869-16dc98e2105d"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-7ca33c57-34bc-4bdf-9869-16dc98e2105d"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-7ca33c57-34bc-4bdf-9869-16dc98e2105d"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-7ca33c57-34bc-4bdf-9869-16dc98e2105d"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-6450221b-32a0-4264-9163-ec5a9946cc7f {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: rgba(6, 6, 6, 1);
text-decoration: none;
}
#s-6450221b-32a0-4264-9163-ec5a9946cc7f:hover {border-radius: 4px !important;
background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;}#s-6450221b-32a0-4264-9163-ec5a9946cc7f:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-6450221b-32a0-4264-9163-ec5a9946cc7f.shg-btn {
  color: #ffffff;
  font-size: 30px;
  font-weight: 700;
  
  font-family: Caveat;
  display:  block ;
}

#s-168f8d3c-3a58-4ce7-905a-744917ddd003 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: rgba(9, 9, 9, 1);
text-decoration: none;
}
#s-168f8d3c-3a58-4ce7-905a-744917ddd003:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;}#s-168f8d3c-3a58-4ce7-905a-744917ddd003:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-168f8d3c-3a58-4ce7-905a-744917ddd003.shg-btn {
  color: #ffffff;
  font-size: 30px;
  font-weight: 700;
  
  font-family: Caveat;
  display:  block ;
}

#s-06d14f68-f8b3-4ba1-82d1-93d3407c895a {
  margin-top: 50px;
min-height: 50px;
}
@media (min-width: 1200px){#s-06d14f68-f8b3-4ba1-82d1-93d3407c895a {
  display: none;
}
#s-06d14f68-f8b3-4ba1-82d1-93d3407c895a, #wrap-s-06d14f68-f8b3-4ba1-82d1-93d3407c895a { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-06d14f68-f8b3-4ba1-82d1-93d3407c895a {
  display: none;
}
#s-06d14f68-f8b3-4ba1-82d1-93d3407c895a, #wrap-s-06d14f68-f8b3-4ba1-82d1-93d3407c895a { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-06d14f68-f8b3-4ba1-82d1-93d3407c895a {
  display: none;
}
#s-06d14f68-f8b3-4ba1-82d1-93d3407c895a, #wrap-s-06d14f68-f8b3-4ba1-82d1-93d3407c895a { display:none !important; }}







#s-06d14f68-f8b3-4ba1-82d1-93d3407c895a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-06d14f68-f8b3-4ba1-82d1-93d3407c895a.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-7902d60a-ba85-4979-af00-fef1ff7d82a4 {
  margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7902d60a-ba85-4979-af00-fef1ff7d82a4 .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: Caveat;
  font-style:   ;
  font-size: 30px;
  line-height: ;
  letter-spacing: 2px;
  text-align: center;
}



#s-215a4183-0727-4f04-b5b6-4168e098b2cf {
  margin-left: 200px;
margin-right: 200px;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-215a4183-0727-4f04-b5b6-4168e098b2cf {
  display: none;
}
#s-215a4183-0727-4f04-b5b6-4168e098b2cf, #wrap-s-215a4183-0727-4f04-b5b6-4168e098b2cf { display:none !important; }}@media (max-width: 767px){#s-215a4183-0727-4f04-b5b6-4168e098b2cf {
  display: none;
}
#s-215a4183-0727-4f04-b5b6-4168e098b2cf, #wrap-s-215a4183-0727-4f04-b5b6-4168e098b2cf { display:none !important; }}







#s-215a4183-0727-4f04-b5b6-4168e098b2cf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-215a4183-0727-4f04-b5b6-4168e098b2cf.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-17cabc59-00d4-4565-ab44-e624dcfcde5f {
  margin-left: 50px;
margin-right: 50px;
}

@media (min-width: 0px) {
[id="s-17cabc59-00d4-4565-ab44-e624dcfcde5f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-17cabc59-00d4-4565-ab44-e624dcfcde5f"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-17cabc59-00d4-4565-ab44-e624dcfcde5f"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-17cabc59-00d4-4565-ab44-e624dcfcde5f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-17cabc59-00d4-4565-ab44-e624dcfcde5f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-17cabc59-00d4-4565-ab44-e624dcfcde5f"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-17cabc59-00d4-4565-ab44-e624dcfcde5f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-17cabc59-00d4-4565-ab44-e624dcfcde5f"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-17cabc59-00d4-4565-ab44-e624dcfcde5f"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-17cabc59-00d4-4565-ab44-e624dcfcde5f"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-17cabc59-00d4-4565-ab44-e624dcfcde5f"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-17cabc59-00d4-4565-ab44-e624dcfcde5f"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-17cabc59-00d4-4565-ab44-e624dcfcde5f"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-17cabc59-00d4-4565-ab44-e624dcfcde5f"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-17cabc59-00d4-4565-ab44-e624dcfcde5f"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-17cabc59-00d4-4565-ab44-e624dcfcde5f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-17cabc59-00d4-4565-ab44-e624dcfcde5f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-17cabc59-00d4-4565-ab44-e624dcfcde5f"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-17cabc59-00d4-4565-ab44-e624dcfcde5f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-17cabc59-00d4-4565-ab44-e624dcfcde5f"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-17cabc59-00d4-4565-ab44-e624dcfcde5f"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-17cabc59-00d4-4565-ab44-e624dcfcde5f"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-17cabc59-00d4-4565-ab44-e624dcfcde5f"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-17cabc59-00d4-4565-ab44-e624dcfcde5f"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-17cabc59-00d4-4565-ab44-e624dcfcde5f"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-17cabc59-00d4-4565-ab44-e624dcfcde5f"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-17cabc59-00d4-4565-ab44-e624dcfcde5f"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-17cabc59-00d4-4565-ab44-e624dcfcde5f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-17cabc59-00d4-4565-ab44-e624dcfcde5f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-17cabc59-00d4-4565-ab44-e624dcfcde5f"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-17cabc59-00d4-4565-ab44-e624dcfcde5f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-17cabc59-00d4-4565-ab44-e624dcfcde5f"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-17cabc59-00d4-4565-ab44-e624dcfcde5f"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-17cabc59-00d4-4565-ab44-e624dcfcde5f"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-17cabc59-00d4-4565-ab44-e624dcfcde5f"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-17cabc59-00d4-4565-ab44-e624dcfcde5f"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-17cabc59-00d4-4565-ab44-e624dcfcde5f"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-633f71a0-6c93-4fc6-ace0-5b6ac80e71c5 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: rgba(6, 6, 6, 1);
text-decoration: none;
}
#s-633f71a0-6c93-4fc6-ace0-5b6ac80e71c5:hover {border-radius: 4px !important;
background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;}#s-633f71a0-6c93-4fc6-ace0-5b6ac80e71c5:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-633f71a0-6c93-4fc6-ace0-5b6ac80e71c5.shg-btn {
  color: #ffffff;
  font-size: 30px;
  font-weight: 700;
  
  font-family: Caveat;
  display:  block ;
}

#s-1ab98586-61ee-47cb-8d0d-94c7ddd71fa0 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: rgba(9, 9, 9, 1);
text-decoration: none;
}
#s-1ab98586-61ee-47cb-8d0d-94c7ddd71fa0:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;}#s-1ab98586-61ee-47cb-8d0d-94c7ddd71fa0:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-1ab98586-61ee-47cb-8d0d-94c7ddd71fa0.shg-btn {
  color: #ffffff;
  font-size: 30px;
  font-weight: 700;
  
  font-family: Caveat;
  display:  block ;
}

#s-1e153655-f1a1-4d49-ae90-44f87802a704 {
  margin-left: 200px;
margin-right: 200px;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-1e153655-f1a1-4d49-ae90-44f87802a704 {
  display: none;
}
#s-1e153655-f1a1-4d49-ae90-44f87802a704, #wrap-s-1e153655-f1a1-4d49-ae90-44f87802a704 { display:none !important; }}@media (max-width: 767px){#s-1e153655-f1a1-4d49-ae90-44f87802a704 {
  display: none;
}
#s-1e153655-f1a1-4d49-ae90-44f87802a704, #wrap-s-1e153655-f1a1-4d49-ae90-44f87802a704 { display:none !important; }}







#s-1e153655-f1a1-4d49-ae90-44f87802a704 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1e153655-f1a1-4d49-ae90-44f87802a704.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-27d770ba-e20f-4b83-8ad6-018fe05e859b {
  margin-top: 20px;
margin-left: 50px;
margin-bottom: 20px;
margin-right: 50px;
}

@media (min-width: 0px) {
[id="s-27d770ba-e20f-4b83-8ad6-018fe05e859b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-27d770ba-e20f-4b83-8ad6-018fe05e859b"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-27d770ba-e20f-4b83-8ad6-018fe05e859b"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-27d770ba-e20f-4b83-8ad6-018fe05e859b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-27d770ba-e20f-4b83-8ad6-018fe05e859b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-27d770ba-e20f-4b83-8ad6-018fe05e859b"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-27d770ba-e20f-4b83-8ad6-018fe05e859b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-27d770ba-e20f-4b83-8ad6-018fe05e859b"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-27d770ba-e20f-4b83-8ad6-018fe05e859b"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-27d770ba-e20f-4b83-8ad6-018fe05e859b"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-27d770ba-e20f-4b83-8ad6-018fe05e859b"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-27d770ba-e20f-4b83-8ad6-018fe05e859b"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-27d770ba-e20f-4b83-8ad6-018fe05e859b"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-27d770ba-e20f-4b83-8ad6-018fe05e859b"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-27d770ba-e20f-4b83-8ad6-018fe05e859b"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-27d770ba-e20f-4b83-8ad6-018fe05e859b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-27d770ba-e20f-4b83-8ad6-018fe05e859b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-27d770ba-e20f-4b83-8ad6-018fe05e859b"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-27d770ba-e20f-4b83-8ad6-018fe05e859b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-27d770ba-e20f-4b83-8ad6-018fe05e859b"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-27d770ba-e20f-4b83-8ad6-018fe05e859b"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-27d770ba-e20f-4b83-8ad6-018fe05e859b"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-27d770ba-e20f-4b83-8ad6-018fe05e859b"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-27d770ba-e20f-4b83-8ad6-018fe05e859b"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-27d770ba-e20f-4b83-8ad6-018fe05e859b"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-27d770ba-e20f-4b83-8ad6-018fe05e859b"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-27d770ba-e20f-4b83-8ad6-018fe05e859b"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-27d770ba-e20f-4b83-8ad6-018fe05e859b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-27d770ba-e20f-4b83-8ad6-018fe05e859b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-27d770ba-e20f-4b83-8ad6-018fe05e859b"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-27d770ba-e20f-4b83-8ad6-018fe05e859b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-27d770ba-e20f-4b83-8ad6-018fe05e859b"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-27d770ba-e20f-4b83-8ad6-018fe05e859b"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-27d770ba-e20f-4b83-8ad6-018fe05e859b"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-27d770ba-e20f-4b83-8ad6-018fe05e859b"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-27d770ba-e20f-4b83-8ad6-018fe05e859b"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-27d770ba-e20f-4b83-8ad6-018fe05e859b"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-e9cd4605-e4db-4b53-88a1-4ff2998e3e7e {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: rgba(6, 6, 6, 1);
text-decoration: none;
}
#s-e9cd4605-e4db-4b53-88a1-4ff2998e3e7e:hover {border-radius: 4px !important;
background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;}#s-e9cd4605-e4db-4b53-88a1-4ff2998e3e7e:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-e9cd4605-e4db-4b53-88a1-4ff2998e3e7e.shg-btn {
  color: #ffffff;
  font-size: 30px;
  font-weight: 700;
  
  font-family: Caveat;
  display:  block ;
}

#s-68050c65-b22c-4832-8dfb-9a5e711e9914 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: rgba(9, 9, 9, 1);
text-decoration: none;
}
#s-68050c65-b22c-4832-8dfb-9a5e711e9914:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;}#s-68050c65-b22c-4832-8dfb-9a5e711e9914:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-68050c65-b22c-4832-8dfb-9a5e711e9914.shg-btn {
  color: #ffffff;
  font-size: 30px;
  font-weight: 700;
  
  font-family: Caveat;
  display:  block ;
}

#s-34b8c11c-7486-4bb4-9d34-db5f296d46fa {
  margin-top: 80px;
margin-bottom: 80px;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-34b8c11c-7486-4bb4-9d34-db5f296d46fa {
  display: none;
}
#s-34b8c11c-7486-4bb4-9d34-db5f296d46fa, #wrap-s-34b8c11c-7486-4bb4-9d34-db5f296d46fa { display:none !important; }}@media (max-width: 767px){#s-34b8c11c-7486-4bb4-9d34-db5f296d46fa {
  display: none;
}
#s-34b8c11c-7486-4bb4-9d34-db5f296d46fa, #wrap-s-34b8c11c-7486-4bb4-9d34-db5f296d46fa { display:none !important; }}







#s-34b8c11c-7486-4bb4-9d34-db5f296d46fa > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-34b8c11c-7486-4bb4-9d34-db5f296d46fa.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-d786884b-1071-4fe6-a8de-0487a3b8081b {
  text-align: center;
}




  #s-d786884b-1071-4fe6-a8de-0487a3b8081b img.shogun-image {
    
    width: px;
  }


#s-d786884b-1071-4fe6-a8de-0487a3b8081b .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-d1457cb1-15ee-4309-b8af-f9173f1b2ecd {
  margin-top: 50px;
margin-bottom: 30px;
min-height: 50px;
}
@media (min-width: 1200px){#s-d1457cb1-15ee-4309-b8af-f9173f1b2ecd {
  display: none;
}
#s-d1457cb1-15ee-4309-b8af-f9173f1b2ecd, #wrap-s-d1457cb1-15ee-4309-b8af-f9173f1b2ecd { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d1457cb1-15ee-4309-b8af-f9173f1b2ecd {
  display: none;
}
#s-d1457cb1-15ee-4309-b8af-f9173f1b2ecd, #wrap-s-d1457cb1-15ee-4309-b8af-f9173f1b2ecd { display:none !important; }}@media (max-width: 767px){#s-d1457cb1-15ee-4309-b8af-f9173f1b2ecd {
  display: none;
}
#s-d1457cb1-15ee-4309-b8af-f9173f1b2ecd, #wrap-s-d1457cb1-15ee-4309-b8af-f9173f1b2ecd { display:none !important; }}







#s-d1457cb1-15ee-4309-b8af-f9173f1b2ecd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d1457cb1-15ee-4309-b8af-f9173f1b2ecd.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-907eca3e-862f-46b8-ab04-9501ed607f77 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-907eca3e-862f-46b8-ab04-9501ed607f77 .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: Caveat;
  font-style:   ;
  font-size: 35px;
  line-height: ;
  letter-spacing: 2px;
  text-align: center;
}



#s-0f7d027d-e45c-45e2-81a1-5f3671b465f9 {
  margin-top: 5px;
margin-bottom: 5px;
min-height: 50px;
}
@media (min-width: 1200px){#s-0f7d027d-e45c-45e2-81a1-5f3671b465f9 {
  display: none;
}
#s-0f7d027d-e45c-45e2-81a1-5f3671b465f9, #wrap-s-0f7d027d-e45c-45e2-81a1-5f3671b465f9 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0f7d027d-e45c-45e2-81a1-5f3671b465f9 {
  display: none;
}
#s-0f7d027d-e45c-45e2-81a1-5f3671b465f9, #wrap-s-0f7d027d-e45c-45e2-81a1-5f3671b465f9 { display:none !important; }}@media (max-width: 767px){#s-0f7d027d-e45c-45e2-81a1-5f3671b465f9 {
  display: none;
}
#s-0f7d027d-e45c-45e2-81a1-5f3671b465f9, #wrap-s-0f7d027d-e45c-45e2-81a1-5f3671b465f9 { display:none !important; }}







#s-0f7d027d-e45c-45e2-81a1-5f3671b465f9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0f7d027d-e45c-45e2-81a1-5f3671b465f9.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-acef79bf-3167-4287-9094-b2eef36e53c0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-acef79bf-3167-4287-9094-b2eef36e53c0"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-acef79bf-3167-4287-9094-b2eef36e53c0"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-acef79bf-3167-4287-9094-b2eef36e53c0"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-acef79bf-3167-4287-9094-b2eef36e53c0"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-acef79bf-3167-4287-9094-b2eef36e53c0"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-acef79bf-3167-4287-9094-b2eef36e53c0"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-acef79bf-3167-4287-9094-b2eef36e53c0"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-acef79bf-3167-4287-9094-b2eef36e53c0"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-acef79bf-3167-4287-9094-b2eef36e53c0"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-acef79bf-3167-4287-9094-b2eef36e53c0"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-acef79bf-3167-4287-9094-b2eef36e53c0"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-acef79bf-3167-4287-9094-b2eef36e53c0"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-acef79bf-3167-4287-9094-b2eef36e53c0"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-acef79bf-3167-4287-9094-b2eef36e53c0"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-acef79bf-3167-4287-9094-b2eef36e53c0"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-acef79bf-3167-4287-9094-b2eef36e53c0"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-acef79bf-3167-4287-9094-b2eef36e53c0"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-acef79bf-3167-4287-9094-b2eef36e53c0"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-acef79bf-3167-4287-9094-b2eef36e53c0"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-acef79bf-3167-4287-9094-b2eef36e53c0"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-acef79bf-3167-4287-9094-b2eef36e53c0"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-acef79bf-3167-4287-9094-b2eef36e53c0"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-acef79bf-3167-4287-9094-b2eef36e53c0"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-acef79bf-3167-4287-9094-b2eef36e53c0"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-acef79bf-3167-4287-9094-b2eef36e53c0"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-acef79bf-3167-4287-9094-b2eef36e53c0"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-acef79bf-3167-4287-9094-b2eef36e53c0"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-acef79bf-3167-4287-9094-b2eef36e53c0"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-acef79bf-3167-4287-9094-b2eef36e53c0"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-acef79bf-3167-4287-9094-b2eef36e53c0"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-acef79bf-3167-4287-9094-b2eef36e53c0"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-acef79bf-3167-4287-9094-b2eef36e53c0"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-acef79bf-3167-4287-9094-b2eef36e53c0"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-acef79bf-3167-4287-9094-b2eef36e53c0"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-acef79bf-3167-4287-9094-b2eef36e53c0"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-acef79bf-3167-4287-9094-b2eef36e53c0"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-09f34d9f-f7b0-47c5-918c-7ed9515df1b4 {
  text-align: center;
}




  #s-09f34d9f-f7b0-47c5-918c-7ed9515df1b4 img.shogun-image {
    
    width: px;
  }


#s-09f34d9f-f7b0-47c5-918c-7ed9515df1b4 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-18302c15-de8a-429c-8847-480fd0c2319e {
  margin-top: 10px;
min-height: 50px;
}
@media (min-width: 1200px){#s-18302c15-de8a-429c-8847-480fd0c2319e {
  display: none;
}
#s-18302c15-de8a-429c-8847-480fd0c2319e, #wrap-s-18302c15-de8a-429c-8847-480fd0c2319e { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-18302c15-de8a-429c-8847-480fd0c2319e {
  display: none;
}
#s-18302c15-de8a-429c-8847-480fd0c2319e, #wrap-s-18302c15-de8a-429c-8847-480fd0c2319e { display:none !important; }}@media (max-width: 767px){#s-18302c15-de8a-429c-8847-480fd0c2319e {
  display: none;
}
#s-18302c15-de8a-429c-8847-480fd0c2319e, #wrap-s-18302c15-de8a-429c-8847-480fd0c2319e { display:none !important; }}







#s-18302c15-de8a-429c-8847-480fd0c2319e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-18302c15-de8a-429c-8847-480fd0c2319e.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-ebaba66b-379f-4ed5-9f89-320f8356c2ce"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ebaba66b-379f-4ed5-9f89-320f8356c2ce"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-ebaba66b-379f-4ed5-9f89-320f8356c2ce"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-ebaba66b-379f-4ed5-9f89-320f8356c2ce"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-ebaba66b-379f-4ed5-9f89-320f8356c2ce"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-ebaba66b-379f-4ed5-9f89-320f8356c2ce"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-ebaba66b-379f-4ed5-9f89-320f8356c2ce"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-ebaba66b-379f-4ed5-9f89-320f8356c2ce"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-ebaba66b-379f-4ed5-9f89-320f8356c2ce"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-ebaba66b-379f-4ed5-9f89-320f8356c2ce"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-ebaba66b-379f-4ed5-9f89-320f8356c2ce"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-ebaba66b-379f-4ed5-9f89-320f8356c2ce"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-ebaba66b-379f-4ed5-9f89-320f8356c2ce"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-ebaba66b-379f-4ed5-9f89-320f8356c2ce"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-ebaba66b-379f-4ed5-9f89-320f8356c2ce"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-ebaba66b-379f-4ed5-9f89-320f8356c2ce"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-ebaba66b-379f-4ed5-9f89-320f8356c2ce"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-ebaba66b-379f-4ed5-9f89-320f8356c2ce"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-ebaba66b-379f-4ed5-9f89-320f8356c2ce"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-ebaba66b-379f-4ed5-9f89-320f8356c2ce"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-ebaba66b-379f-4ed5-9f89-320f8356c2ce"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-ebaba66b-379f-4ed5-9f89-320f8356c2ce"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-ebaba66b-379f-4ed5-9f89-320f8356c2ce"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-ebaba66b-379f-4ed5-9f89-320f8356c2ce"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-ebaba66b-379f-4ed5-9f89-320f8356c2ce"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-ebaba66b-379f-4ed5-9f89-320f8356c2ce"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-ebaba66b-379f-4ed5-9f89-320f8356c2ce"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-ebaba66b-379f-4ed5-9f89-320f8356c2ce"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-ebaba66b-379f-4ed5-9f89-320f8356c2ce"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-ebaba66b-379f-4ed5-9f89-320f8356c2ce"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-ebaba66b-379f-4ed5-9f89-320f8356c2ce"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-ebaba66b-379f-4ed5-9f89-320f8356c2ce"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-ebaba66b-379f-4ed5-9f89-320f8356c2ce"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-ebaba66b-379f-4ed5-9f89-320f8356c2ce"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-ebaba66b-379f-4ed5-9f89-320f8356c2ce"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-ebaba66b-379f-4ed5-9f89-320f8356c2ce"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-ebaba66b-379f-4ed5-9f89-320f8356c2ce"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-00ea32bf-6d00-4544-9d7e-4f0cf35394f3 {
  margin-left: 93px;
margin-right: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: rgba(0, 0, 0, 1);
text-decoration: none;
}
#s-00ea32bf-6d00-4544-9d7e-4f0cf35394f3:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-00ea32bf-6d00-4544-9d7e-4f0cf35394f3:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-00ea32bf-6d00-4544-9d7e-4f0cf35394f3.shg-btn {
  color: #ffffff;
  font-size: 23px;
  font-weight: 700;
  
  font-family: Caveat;
  display:  block ;
}

#s-1d67d58a-ab52-4976-abca-a5d124ed77bc {
  margin-left: -8px;
margin-right: 100px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: rgba(9, 9, 9, 1);
text-decoration: none;
}
#s-1d67d58a-ab52-4976-abca-a5d124ed77bc:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-1d67d58a-ab52-4976-abca-a5d124ed77bc:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-1d67d58a-ab52-4976-abca-a5d124ed77bc.shg-btn {
  color: #ffffff;
  font-size: 23px;
  font-weight: 700;
  
  font-family: Caveat;
  display:  block ;
}

#s-03a08f43-b8a7-41b2-932b-7935c0918510 {
  margin-top: 20px;
min-height: 50px;
}
@media (min-width: 1200px){#s-03a08f43-b8a7-41b2-932b-7935c0918510 {
  display: none;
}
#s-03a08f43-b8a7-41b2-932b-7935c0918510, #wrap-s-03a08f43-b8a7-41b2-932b-7935c0918510 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-03a08f43-b8a7-41b2-932b-7935c0918510 {
  display: none;
}
#s-03a08f43-b8a7-41b2-932b-7935c0918510, #wrap-s-03a08f43-b8a7-41b2-932b-7935c0918510 { display:none !important; }}@media (max-width: 767px){#s-03a08f43-b8a7-41b2-932b-7935c0918510 {
  display: none;
}
#s-03a08f43-b8a7-41b2-932b-7935c0918510, #wrap-s-03a08f43-b8a7-41b2-932b-7935c0918510 { display:none !important; }}







#s-03a08f43-b8a7-41b2-932b-7935c0918510 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-03a08f43-b8a7-41b2-932b-7935c0918510.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-870906d9-eef4-44da-a92e-157b32643642"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-870906d9-eef4-44da-a92e-157b32643642"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-870906d9-eef4-44da-a92e-157b32643642"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-870906d9-eef4-44da-a92e-157b32643642"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-870906d9-eef4-44da-a92e-157b32643642"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-870906d9-eef4-44da-a92e-157b32643642"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-870906d9-eef4-44da-a92e-157b32643642"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-870906d9-eef4-44da-a92e-157b32643642"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-870906d9-eef4-44da-a92e-157b32643642"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-870906d9-eef4-44da-a92e-157b32643642"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-870906d9-eef4-44da-a92e-157b32643642"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-870906d9-eef4-44da-a92e-157b32643642"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-870906d9-eef4-44da-a92e-157b32643642"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-870906d9-eef4-44da-a92e-157b32643642"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-870906d9-eef4-44da-a92e-157b32643642"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-870906d9-eef4-44da-a92e-157b32643642"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-870906d9-eef4-44da-a92e-157b32643642"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-870906d9-eef4-44da-a92e-157b32643642"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-870906d9-eef4-44da-a92e-157b32643642"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-870906d9-eef4-44da-a92e-157b32643642"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-870906d9-eef4-44da-a92e-157b32643642"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-870906d9-eef4-44da-a92e-157b32643642"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-870906d9-eef4-44da-a92e-157b32643642"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-870906d9-eef4-44da-a92e-157b32643642"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-870906d9-eef4-44da-a92e-157b32643642"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-870906d9-eef4-44da-a92e-157b32643642"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-870906d9-eef4-44da-a92e-157b32643642"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-870906d9-eef4-44da-a92e-157b32643642"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-870906d9-eef4-44da-a92e-157b32643642"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-870906d9-eef4-44da-a92e-157b32643642"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-870906d9-eef4-44da-a92e-157b32643642"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-870906d9-eef4-44da-a92e-157b32643642"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-870906d9-eef4-44da-a92e-157b32643642"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-870906d9-eef4-44da-a92e-157b32643642"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-870906d9-eef4-44da-a92e-157b32643642"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-870906d9-eef4-44da-a92e-157b32643642"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-870906d9-eef4-44da-a92e-157b32643642"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-3d24d541-2645-4281-89ab-3d9dcc07988b {
  margin-left: 93px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: rgba(0, 0, 0, 1);
text-decoration: none;
}
#s-3d24d541-2645-4281-89ab-3d9dcc07988b:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-3d24d541-2645-4281-89ab-3d9dcc07988b:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-3d24d541-2645-4281-89ab-3d9dcc07988b.shg-btn {
  color: #ffffff;
  font-size: 23px;
  font-weight: 700;
  
  font-family: Caveat;
  display:  block ;
}

#s-50ff915d-fc87-40c3-b107-fd6f086c366c {
  margin-left: -9px;
margin-right: 100px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: rgba(7, 7, 7, 1);
text-decoration: none;
}
#s-50ff915d-fc87-40c3-b107-fd6f086c366c:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-50ff915d-fc87-40c3-b107-fd6f086c366c:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-50ff915d-fc87-40c3-b107-fd6f086c366c.shg-btn {
  color: #ffffff;
  font-size: 21px;
  font-weight: 700;
  
  font-family: Caveat;
  display:  block ;
}

#s-a68810ff-c4f3-4006-b528-57b992f4872d {
  margin-top: 20px;
min-height: 50px;
}
@media (min-width: 1200px){#s-a68810ff-c4f3-4006-b528-57b992f4872d {
  display: none;
}
#s-a68810ff-c4f3-4006-b528-57b992f4872d, #wrap-s-a68810ff-c4f3-4006-b528-57b992f4872d { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a68810ff-c4f3-4006-b528-57b992f4872d {
  display: none;
}
#s-a68810ff-c4f3-4006-b528-57b992f4872d, #wrap-s-a68810ff-c4f3-4006-b528-57b992f4872d { display:none !important; }}@media (max-width: 767px){#s-a68810ff-c4f3-4006-b528-57b992f4872d {
  display: none;
}
#s-a68810ff-c4f3-4006-b528-57b992f4872d, #wrap-s-a68810ff-c4f3-4006-b528-57b992f4872d { display:none !important; }}







#s-a68810ff-c4f3-4006-b528-57b992f4872d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a68810ff-c4f3-4006-b528-57b992f4872d.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-c257b940-0de7-4d77-876e-0c109b60a37a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c257b940-0de7-4d77-876e-0c109b60a37a"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-c257b940-0de7-4d77-876e-0c109b60a37a"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-c257b940-0de7-4d77-876e-0c109b60a37a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-c257b940-0de7-4d77-876e-0c109b60a37a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-c257b940-0de7-4d77-876e-0c109b60a37a"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-c257b940-0de7-4d77-876e-0c109b60a37a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-c257b940-0de7-4d77-876e-0c109b60a37a"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-c257b940-0de7-4d77-876e-0c109b60a37a"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-c257b940-0de7-4d77-876e-0c109b60a37a"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-c257b940-0de7-4d77-876e-0c109b60a37a"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-c257b940-0de7-4d77-876e-0c109b60a37a"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-c257b940-0de7-4d77-876e-0c109b60a37a"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-c257b940-0de7-4d77-876e-0c109b60a37a"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-c257b940-0de7-4d77-876e-0c109b60a37a"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-c257b940-0de7-4d77-876e-0c109b60a37a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-c257b940-0de7-4d77-876e-0c109b60a37a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-c257b940-0de7-4d77-876e-0c109b60a37a"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-c257b940-0de7-4d77-876e-0c109b60a37a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-c257b940-0de7-4d77-876e-0c109b60a37a"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-c257b940-0de7-4d77-876e-0c109b60a37a"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-c257b940-0de7-4d77-876e-0c109b60a37a"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-c257b940-0de7-4d77-876e-0c109b60a37a"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-c257b940-0de7-4d77-876e-0c109b60a37a"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-c257b940-0de7-4d77-876e-0c109b60a37a"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-c257b940-0de7-4d77-876e-0c109b60a37a"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-c257b940-0de7-4d77-876e-0c109b60a37a"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-c257b940-0de7-4d77-876e-0c109b60a37a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-c257b940-0de7-4d77-876e-0c109b60a37a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-c257b940-0de7-4d77-876e-0c109b60a37a"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-c257b940-0de7-4d77-876e-0c109b60a37a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-c257b940-0de7-4d77-876e-0c109b60a37a"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-c257b940-0de7-4d77-876e-0c109b60a37a"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-c257b940-0de7-4d77-876e-0c109b60a37a"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-c257b940-0de7-4d77-876e-0c109b60a37a"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-c257b940-0de7-4d77-876e-0c109b60a37a"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-c257b940-0de7-4d77-876e-0c109b60a37a"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-256d07c3-2f53-4a4f-8fe9-1c06def043f5 {
  margin-left: 93px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: rgba(0, 0, 0, 1);
text-decoration: none;
}
#s-256d07c3-2f53-4a4f-8fe9-1c06def043f5:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-256d07c3-2f53-4a4f-8fe9-1c06def043f5:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-256d07c3-2f53-4a4f-8fe9-1c06def043f5.shg-btn {
  color: #ffffff;
  font-size: 23px;
  font-weight: 700;
  
  font-family: Caveat;
  display:  block ;
}

#s-6b2265f9-a328-4921-8685-f649e25f3057 {
  margin-left: -8px;
margin-right: 100px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: rgba(6, 6, 6, 1);
text-decoration: none;
}
#s-6b2265f9-a328-4921-8685-f649e25f3057:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-6b2265f9-a328-4921-8685-f649e25f3057:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-6b2265f9-a328-4921-8685-f649e25f3057.shg-btn {
  color: #ffffff;
  font-size: 23px;
  font-weight: 700;
  
  font-family: Caveat;
  display:  block ;
}

#s-3ab6015e-e588-43b2-9cc7-d2f5fd92c9e4 {
  margin-top: 20px;
min-height: 50px;
}
@media (min-width: 1200px){#s-3ab6015e-e588-43b2-9cc7-d2f5fd92c9e4 {
  display: none;
}
#s-3ab6015e-e588-43b2-9cc7-d2f5fd92c9e4, #wrap-s-3ab6015e-e588-43b2-9cc7-d2f5fd92c9e4 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3ab6015e-e588-43b2-9cc7-d2f5fd92c9e4 {
  display: none;
}
#s-3ab6015e-e588-43b2-9cc7-d2f5fd92c9e4, #wrap-s-3ab6015e-e588-43b2-9cc7-d2f5fd92c9e4 { display:none !important; }}@media (max-width: 767px){#s-3ab6015e-e588-43b2-9cc7-d2f5fd92c9e4 {
  display: none;
}
#s-3ab6015e-e588-43b2-9cc7-d2f5fd92c9e4, #wrap-s-3ab6015e-e588-43b2-9cc7-d2f5fd92c9e4 { display:none !important; }}







#s-3ab6015e-e588-43b2-9cc7-d2f5fd92c9e4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3ab6015e-e588-43b2-9cc7-d2f5fd92c9e4.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-c691ce9f-db87-48dc-b10d-10ceadb5ca7f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c691ce9f-db87-48dc-b10d-10ceadb5ca7f"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-c691ce9f-db87-48dc-b10d-10ceadb5ca7f"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-c691ce9f-db87-48dc-b10d-10ceadb5ca7f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-c691ce9f-db87-48dc-b10d-10ceadb5ca7f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-c691ce9f-db87-48dc-b10d-10ceadb5ca7f"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-c691ce9f-db87-48dc-b10d-10ceadb5ca7f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-c691ce9f-db87-48dc-b10d-10ceadb5ca7f"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-c691ce9f-db87-48dc-b10d-10ceadb5ca7f"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-c691ce9f-db87-48dc-b10d-10ceadb5ca7f"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-c691ce9f-db87-48dc-b10d-10ceadb5ca7f"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-c691ce9f-db87-48dc-b10d-10ceadb5ca7f"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-c691ce9f-db87-48dc-b10d-10ceadb5ca7f"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-c691ce9f-db87-48dc-b10d-10ceadb5ca7f"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-c691ce9f-db87-48dc-b10d-10ceadb5ca7f"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-c691ce9f-db87-48dc-b10d-10ceadb5ca7f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-c691ce9f-db87-48dc-b10d-10ceadb5ca7f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-c691ce9f-db87-48dc-b10d-10ceadb5ca7f"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-c691ce9f-db87-48dc-b10d-10ceadb5ca7f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-c691ce9f-db87-48dc-b10d-10ceadb5ca7f"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-c691ce9f-db87-48dc-b10d-10ceadb5ca7f"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-c691ce9f-db87-48dc-b10d-10ceadb5ca7f"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-c691ce9f-db87-48dc-b10d-10ceadb5ca7f"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-c691ce9f-db87-48dc-b10d-10ceadb5ca7f"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-c691ce9f-db87-48dc-b10d-10ceadb5ca7f"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-c691ce9f-db87-48dc-b10d-10ceadb5ca7f"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-c691ce9f-db87-48dc-b10d-10ceadb5ca7f"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-c691ce9f-db87-48dc-b10d-10ceadb5ca7f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-c691ce9f-db87-48dc-b10d-10ceadb5ca7f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-c691ce9f-db87-48dc-b10d-10ceadb5ca7f"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-c691ce9f-db87-48dc-b10d-10ceadb5ca7f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-c691ce9f-db87-48dc-b10d-10ceadb5ca7f"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-c691ce9f-db87-48dc-b10d-10ceadb5ca7f"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-c691ce9f-db87-48dc-b10d-10ceadb5ca7f"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-c691ce9f-db87-48dc-b10d-10ceadb5ca7f"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-c691ce9f-db87-48dc-b10d-10ceadb5ca7f"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-c691ce9f-db87-48dc-b10d-10ceadb5ca7f"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-2a9c9444-ff05-4b8c-b5ed-c44446c70448 {
  margin-left: 93px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: rgba(0, 0, 0, 1);
text-decoration: none;
}
#s-2a9c9444-ff05-4b8c-b5ed-c44446c70448:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-2a9c9444-ff05-4b8c-b5ed-c44446c70448:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-2a9c9444-ff05-4b8c-b5ed-c44446c70448.shg-btn {
  color: #ffffff;
  font-size: 23px;
  font-weight: 700;
  
  font-family: Caveat;
  display:  block ;
}

#s-7cbd4792-b71b-48e7-81e2-f7f4df2b0fc0 {
  margin-left: -8px;
margin-right: 100px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: rgba(7, 7, 7, 1);
text-decoration: none;
}
#s-7cbd4792-b71b-48e7-81e2-f7f4df2b0fc0:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-7cbd4792-b71b-48e7-81e2-f7f4df2b0fc0:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-7cbd4792-b71b-48e7-81e2-f7f4df2b0fc0.shg-btn {
  color: #ffffff;
  font-size: 23px;
  font-weight: 700;
  
  font-family: Caveat;
  display:  block ;
}

#s-e9451916-e87c-4ee3-9d25-07820193e835 {
  margin-top: 20px;
min-height: 50px;
}
@media (min-width: 1200px){#s-e9451916-e87c-4ee3-9d25-07820193e835 {
  display: none;
}
#s-e9451916-e87c-4ee3-9d25-07820193e835, #wrap-s-e9451916-e87c-4ee3-9d25-07820193e835 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e9451916-e87c-4ee3-9d25-07820193e835 {
  display: none;
}
#s-e9451916-e87c-4ee3-9d25-07820193e835, #wrap-s-e9451916-e87c-4ee3-9d25-07820193e835 { display:none !important; }}@media (max-width: 767px){#s-e9451916-e87c-4ee3-9d25-07820193e835 {
  display: none;
}
#s-e9451916-e87c-4ee3-9d25-07820193e835, #wrap-s-e9451916-e87c-4ee3-9d25-07820193e835 { display:none !important; }}







#s-e9451916-e87c-4ee3-9d25-07820193e835 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e9451916-e87c-4ee3-9d25-07820193e835.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-711d9325-dc17-4475-b67f-a7debdec27c9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-711d9325-dc17-4475-b67f-a7debdec27c9"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-711d9325-dc17-4475-b67f-a7debdec27c9"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-711d9325-dc17-4475-b67f-a7debdec27c9"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-711d9325-dc17-4475-b67f-a7debdec27c9"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-711d9325-dc17-4475-b67f-a7debdec27c9"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-711d9325-dc17-4475-b67f-a7debdec27c9"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-711d9325-dc17-4475-b67f-a7debdec27c9"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-711d9325-dc17-4475-b67f-a7debdec27c9"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-711d9325-dc17-4475-b67f-a7debdec27c9"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-711d9325-dc17-4475-b67f-a7debdec27c9"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-711d9325-dc17-4475-b67f-a7debdec27c9"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-711d9325-dc17-4475-b67f-a7debdec27c9"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-711d9325-dc17-4475-b67f-a7debdec27c9"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-711d9325-dc17-4475-b67f-a7debdec27c9"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-711d9325-dc17-4475-b67f-a7debdec27c9"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-711d9325-dc17-4475-b67f-a7debdec27c9"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-711d9325-dc17-4475-b67f-a7debdec27c9"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-711d9325-dc17-4475-b67f-a7debdec27c9"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-711d9325-dc17-4475-b67f-a7debdec27c9"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-711d9325-dc17-4475-b67f-a7debdec27c9"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-711d9325-dc17-4475-b67f-a7debdec27c9"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-711d9325-dc17-4475-b67f-a7debdec27c9"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-711d9325-dc17-4475-b67f-a7debdec27c9"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-711d9325-dc17-4475-b67f-a7debdec27c9"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-711d9325-dc17-4475-b67f-a7debdec27c9"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-711d9325-dc17-4475-b67f-a7debdec27c9"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-711d9325-dc17-4475-b67f-a7debdec27c9"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-711d9325-dc17-4475-b67f-a7debdec27c9"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-711d9325-dc17-4475-b67f-a7debdec27c9"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-711d9325-dc17-4475-b67f-a7debdec27c9"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-711d9325-dc17-4475-b67f-a7debdec27c9"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-711d9325-dc17-4475-b67f-a7debdec27c9"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-711d9325-dc17-4475-b67f-a7debdec27c9"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-711d9325-dc17-4475-b67f-a7debdec27c9"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-711d9325-dc17-4475-b67f-a7debdec27c9"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-711d9325-dc17-4475-b67f-a7debdec27c9"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-69a8c26c-958b-48ca-82cb-716668783cb5 {
  margin-left: 93px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: rgba(6, 6, 6, 1);
text-decoration: none;
}
#s-69a8c26c-958b-48ca-82cb-716668783cb5:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-69a8c26c-958b-48ca-82cb-716668783cb5:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-69a8c26c-958b-48ca-82cb-716668783cb5.shg-btn {
  color: #ffffff;
  font-size: 23px;
  font-weight: 700;
  
  font-family: Caveat;
  display:  block ;
}

#s-b83a8697-10cf-4a83-9d2e-fc1c2086e978 {
  margin-left: -8px;
margin-right: 100px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: rgba(13, 13, 13, 1);
text-decoration: none;
}
#s-b83a8697-10cf-4a83-9d2e-fc1c2086e978:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-b83a8697-10cf-4a83-9d2e-fc1c2086e978:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-b83a8697-10cf-4a83-9d2e-fc1c2086e978.shg-btn {
  color: #ffffff;
  font-size: 23px;
  font-weight: 700;
  
  font-family: Caveat;
  display:  block ;
}

#s-818bde8f-4b0c-4eb4-aed5-2128a52afa79 {
  margin-top: 20px;
min-height: 50px;
}
@media (min-width: 1200px){#s-818bde8f-4b0c-4eb4-aed5-2128a52afa79 {
  display: none;
}
#s-818bde8f-4b0c-4eb4-aed5-2128a52afa79, #wrap-s-818bde8f-4b0c-4eb4-aed5-2128a52afa79 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-818bde8f-4b0c-4eb4-aed5-2128a52afa79 {
  display: none;
}
#s-818bde8f-4b0c-4eb4-aed5-2128a52afa79, #wrap-s-818bde8f-4b0c-4eb4-aed5-2128a52afa79 { display:none !important; }}@media (max-width: 767px){#s-818bde8f-4b0c-4eb4-aed5-2128a52afa79 {
  display: none;
}
#s-818bde8f-4b0c-4eb4-aed5-2128a52afa79, #wrap-s-818bde8f-4b0c-4eb4-aed5-2128a52afa79 { display:none !important; }}







#s-818bde8f-4b0c-4eb4-aed5-2128a52afa79 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-818bde8f-4b0c-4eb4-aed5-2128a52afa79.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-9f0a405d-ff1f-4791-bbd5-5ce0ee876030"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9f0a405d-ff1f-4791-bbd5-5ce0ee876030"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-9f0a405d-ff1f-4791-bbd5-5ce0ee876030"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-9f0a405d-ff1f-4791-bbd5-5ce0ee876030"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-9f0a405d-ff1f-4791-bbd5-5ce0ee876030"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-9f0a405d-ff1f-4791-bbd5-5ce0ee876030"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-9f0a405d-ff1f-4791-bbd5-5ce0ee876030"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-9f0a405d-ff1f-4791-bbd5-5ce0ee876030"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-9f0a405d-ff1f-4791-bbd5-5ce0ee876030"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-9f0a405d-ff1f-4791-bbd5-5ce0ee876030"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-9f0a405d-ff1f-4791-bbd5-5ce0ee876030"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-9f0a405d-ff1f-4791-bbd5-5ce0ee876030"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-9f0a405d-ff1f-4791-bbd5-5ce0ee876030"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-9f0a405d-ff1f-4791-bbd5-5ce0ee876030"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-9f0a405d-ff1f-4791-bbd5-5ce0ee876030"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-9f0a405d-ff1f-4791-bbd5-5ce0ee876030"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-9f0a405d-ff1f-4791-bbd5-5ce0ee876030"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-9f0a405d-ff1f-4791-bbd5-5ce0ee876030"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-9f0a405d-ff1f-4791-bbd5-5ce0ee876030"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-9f0a405d-ff1f-4791-bbd5-5ce0ee876030"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-9f0a405d-ff1f-4791-bbd5-5ce0ee876030"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-9f0a405d-ff1f-4791-bbd5-5ce0ee876030"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-9f0a405d-ff1f-4791-bbd5-5ce0ee876030"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-9f0a405d-ff1f-4791-bbd5-5ce0ee876030"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-9f0a405d-ff1f-4791-bbd5-5ce0ee876030"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-9f0a405d-ff1f-4791-bbd5-5ce0ee876030"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-9f0a405d-ff1f-4791-bbd5-5ce0ee876030"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-9f0a405d-ff1f-4791-bbd5-5ce0ee876030"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-9f0a405d-ff1f-4791-bbd5-5ce0ee876030"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-9f0a405d-ff1f-4791-bbd5-5ce0ee876030"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-9f0a405d-ff1f-4791-bbd5-5ce0ee876030"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-9f0a405d-ff1f-4791-bbd5-5ce0ee876030"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-9f0a405d-ff1f-4791-bbd5-5ce0ee876030"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-9f0a405d-ff1f-4791-bbd5-5ce0ee876030"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-9f0a405d-ff1f-4791-bbd5-5ce0ee876030"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-9f0a405d-ff1f-4791-bbd5-5ce0ee876030"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-9f0a405d-ff1f-4791-bbd5-5ce0ee876030"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-f8c0f032-6446-4a19-a256-c066f84d612c {
  margin-left: 93px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: rgba(7, 7, 7, 1);
text-decoration: none;
}
#s-f8c0f032-6446-4a19-a256-c066f84d612c:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-f8c0f032-6446-4a19-a256-c066f84d612c:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-f8c0f032-6446-4a19-a256-c066f84d612c.shg-btn {
  color: #ffffff;
  font-size: 23px;
  font-weight: 700;
  
  font-family: Caveat;
  display:  block ;
}

#s-da73489c-cf80-45f9-876d-9170f3fbce19 {
  margin-left: -8px;
margin-right: 100px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: rgba(13, 13, 13, 1);
text-decoration: none;
}
#s-da73489c-cf80-45f9-876d-9170f3fbce19:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-da73489c-cf80-45f9-876d-9170f3fbce19:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-da73489c-cf80-45f9-876d-9170f3fbce19.shg-btn {
  color: #ffffff;
  font-size: 23px;
  font-weight: 700;
  
  font-family: Caveat;
  display:  block ;
}

#s-e9f7e369-e5e8-4e6f-9f9b-3cb334dcd85c {
  margin-top: 20px;
margin-left: -2px;
min-height: 50px;
}
@media (min-width: 1200px){#s-e9f7e369-e5e8-4e6f-9f9b-3cb334dcd85c {
  display: none;
}
#s-e9f7e369-e5e8-4e6f-9f9b-3cb334dcd85c, #wrap-s-e9f7e369-e5e8-4e6f-9f9b-3cb334dcd85c { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e9f7e369-e5e8-4e6f-9f9b-3cb334dcd85c {
  display: none;
}
#s-e9f7e369-e5e8-4e6f-9f9b-3cb334dcd85c, #wrap-s-e9f7e369-e5e8-4e6f-9f9b-3cb334dcd85c { display:none !important; }}@media (max-width: 767px){#s-e9f7e369-e5e8-4e6f-9f9b-3cb334dcd85c {
  display: none;
}
#s-e9f7e369-e5e8-4e6f-9f9b-3cb334dcd85c, #wrap-s-e9f7e369-e5e8-4e6f-9f9b-3cb334dcd85c { display:none !important; }}







#s-e9f7e369-e5e8-4e6f-9f9b-3cb334dcd85c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e9f7e369-e5e8-4e6f-9f9b-3cb334dcd85c.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-4f3223c2-3e31-492b-b3a5-5f835c4a43dd"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4f3223c2-3e31-492b-b3a5-5f835c4a43dd"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-4f3223c2-3e31-492b-b3a5-5f835c4a43dd"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-4f3223c2-3e31-492b-b3a5-5f835c4a43dd"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-4f3223c2-3e31-492b-b3a5-5f835c4a43dd"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-4f3223c2-3e31-492b-b3a5-5f835c4a43dd"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-4f3223c2-3e31-492b-b3a5-5f835c4a43dd"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-4f3223c2-3e31-492b-b3a5-5f835c4a43dd"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-4f3223c2-3e31-492b-b3a5-5f835c4a43dd"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-4f3223c2-3e31-492b-b3a5-5f835c4a43dd"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-4f3223c2-3e31-492b-b3a5-5f835c4a43dd"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-4f3223c2-3e31-492b-b3a5-5f835c4a43dd"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-4f3223c2-3e31-492b-b3a5-5f835c4a43dd"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-4f3223c2-3e31-492b-b3a5-5f835c4a43dd"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-4f3223c2-3e31-492b-b3a5-5f835c4a43dd"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-4f3223c2-3e31-492b-b3a5-5f835c4a43dd"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-4f3223c2-3e31-492b-b3a5-5f835c4a43dd"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-4f3223c2-3e31-492b-b3a5-5f835c4a43dd"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-4f3223c2-3e31-492b-b3a5-5f835c4a43dd"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-4f3223c2-3e31-492b-b3a5-5f835c4a43dd"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-4f3223c2-3e31-492b-b3a5-5f835c4a43dd"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-4f3223c2-3e31-492b-b3a5-5f835c4a43dd"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-4f3223c2-3e31-492b-b3a5-5f835c4a43dd"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-4f3223c2-3e31-492b-b3a5-5f835c4a43dd"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-4f3223c2-3e31-492b-b3a5-5f835c4a43dd"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-4f3223c2-3e31-492b-b3a5-5f835c4a43dd"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-4f3223c2-3e31-492b-b3a5-5f835c4a43dd"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-4f3223c2-3e31-492b-b3a5-5f835c4a43dd"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-4f3223c2-3e31-492b-b3a5-5f835c4a43dd"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-4f3223c2-3e31-492b-b3a5-5f835c4a43dd"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-4f3223c2-3e31-492b-b3a5-5f835c4a43dd"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-4f3223c2-3e31-492b-b3a5-5f835c4a43dd"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-4f3223c2-3e31-492b-b3a5-5f835c4a43dd"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-4f3223c2-3e31-492b-b3a5-5f835c4a43dd"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-4f3223c2-3e31-492b-b3a5-5f835c4a43dd"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-4f3223c2-3e31-492b-b3a5-5f835c4a43dd"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-4f3223c2-3e31-492b-b3a5-5f835c4a43dd"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-b37e61be-677b-40b8-b705-d9edd62d7840 {
  margin-left: 94px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: rgba(9, 9, 9, 1);
text-decoration: none;
}
#s-b37e61be-677b-40b8-b705-d9edd62d7840:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-b37e61be-677b-40b8-b705-d9edd62d7840:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-b37e61be-677b-40b8-b705-d9edd62d7840.shg-btn {
  color: #ffffff;
  font-size: 23px;
  font-weight: 700;
  
  font-family: Caveat;
  display:  block ;
}

#s-6fbbc438-2651-4d85-8c2f-5d2cdc4cf5ad {
  margin-left: -8px;
margin-right: 100px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: rgba(7, 7, 7, 1);
text-decoration: none;
}
#s-6fbbc438-2651-4d85-8c2f-5d2cdc4cf5ad:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-6fbbc438-2651-4d85-8c2f-5d2cdc4cf5ad:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-6fbbc438-2651-4d85-8c2f-5d2cdc4cf5ad.shg-btn {
  color: #ffffff;
  font-size: 23px;
  font-weight: 700;
  
  font-family: Caveat;
  display:  block ;
}

#s-d3256a63-0434-4d3f-8149-7755a304102e {
  margin-top: 20px;
min-height: 50px;
}
@media (min-width: 1200px){#s-d3256a63-0434-4d3f-8149-7755a304102e {
  display: none;
}
#s-d3256a63-0434-4d3f-8149-7755a304102e, #wrap-s-d3256a63-0434-4d3f-8149-7755a304102e { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d3256a63-0434-4d3f-8149-7755a304102e {
  display: none;
}
#s-d3256a63-0434-4d3f-8149-7755a304102e, #wrap-s-d3256a63-0434-4d3f-8149-7755a304102e { display:none !important; }}@media (max-width: 767px){#s-d3256a63-0434-4d3f-8149-7755a304102e {
  display: none;
}
#s-d3256a63-0434-4d3f-8149-7755a304102e, #wrap-s-d3256a63-0434-4d3f-8149-7755a304102e { display:none !important; }}







#s-d3256a63-0434-4d3f-8149-7755a304102e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d3256a63-0434-4d3f-8149-7755a304102e.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-d32a1c40-a00d-4a38-8b56-0f495dd48129"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d32a1c40-a00d-4a38-8b56-0f495dd48129"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-d32a1c40-a00d-4a38-8b56-0f495dd48129"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-d32a1c40-a00d-4a38-8b56-0f495dd48129"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-d32a1c40-a00d-4a38-8b56-0f495dd48129"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-d32a1c40-a00d-4a38-8b56-0f495dd48129"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-d32a1c40-a00d-4a38-8b56-0f495dd48129"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-d32a1c40-a00d-4a38-8b56-0f495dd48129"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-d32a1c40-a00d-4a38-8b56-0f495dd48129"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-d32a1c40-a00d-4a38-8b56-0f495dd48129"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-d32a1c40-a00d-4a38-8b56-0f495dd48129"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-d32a1c40-a00d-4a38-8b56-0f495dd48129"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-d32a1c40-a00d-4a38-8b56-0f495dd48129"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-d32a1c40-a00d-4a38-8b56-0f495dd48129"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-d32a1c40-a00d-4a38-8b56-0f495dd48129"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-d32a1c40-a00d-4a38-8b56-0f495dd48129"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-d32a1c40-a00d-4a38-8b56-0f495dd48129"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-d32a1c40-a00d-4a38-8b56-0f495dd48129"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-d32a1c40-a00d-4a38-8b56-0f495dd48129"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-d32a1c40-a00d-4a38-8b56-0f495dd48129"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-d32a1c40-a00d-4a38-8b56-0f495dd48129"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-d32a1c40-a00d-4a38-8b56-0f495dd48129"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-d32a1c40-a00d-4a38-8b56-0f495dd48129"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-d32a1c40-a00d-4a38-8b56-0f495dd48129"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-d32a1c40-a00d-4a38-8b56-0f495dd48129"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-d32a1c40-a00d-4a38-8b56-0f495dd48129"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-d32a1c40-a00d-4a38-8b56-0f495dd48129"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-d32a1c40-a00d-4a38-8b56-0f495dd48129"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-d32a1c40-a00d-4a38-8b56-0f495dd48129"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-d32a1c40-a00d-4a38-8b56-0f495dd48129"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-d32a1c40-a00d-4a38-8b56-0f495dd48129"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-d32a1c40-a00d-4a38-8b56-0f495dd48129"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-d32a1c40-a00d-4a38-8b56-0f495dd48129"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-d32a1c40-a00d-4a38-8b56-0f495dd48129"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-d32a1c40-a00d-4a38-8b56-0f495dd48129"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-d32a1c40-a00d-4a38-8b56-0f495dd48129"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-d32a1c40-a00d-4a38-8b56-0f495dd48129"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-4c96486b-9165-4160-a87d-5d38cc84b8f2 {
  margin-left: 93px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: rgba(9, 9, 9, 1);
text-decoration: none;
}
#s-4c96486b-9165-4160-a87d-5d38cc84b8f2:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-4c96486b-9165-4160-a87d-5d38cc84b8f2:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-4c96486b-9165-4160-a87d-5d38cc84b8f2.shg-btn {
  color: #ffffff;
  font-size: 23px;
  font-weight: 700;
  
  font-family: Caveat;
  display:  block ;
}

#s-385bca4d-65da-4ad6-90db-0995ffa691f7 {
  margin-left: -8px;
margin-right: 100px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: rgba(6, 6, 6, 1);
text-decoration: none;
}
#s-385bca4d-65da-4ad6-90db-0995ffa691f7:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-385bca4d-65da-4ad6-90db-0995ffa691f7:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-385bca4d-65da-4ad6-90db-0995ffa691f7.shg-btn {
  color: #ffffff;
  font-size: 23px;
  font-weight: 700;
  
  font-family: Caveat;
  display:  block ;
}

#s-aec9b146-f4cc-4d71-9772-b4a150e6c83b {
  margin-top: 80px;
margin-bottom: 80px;
min-height: 50px;
}
@media (min-width: 1200px){#s-aec9b146-f4cc-4d71-9772-b4a150e6c83b {
  display: none;
}
#s-aec9b146-f4cc-4d71-9772-b4a150e6c83b, #wrap-s-aec9b146-f4cc-4d71-9772-b4a150e6c83b { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-aec9b146-f4cc-4d71-9772-b4a150e6c83b {
  display: none;
}
#s-aec9b146-f4cc-4d71-9772-b4a150e6c83b, #wrap-s-aec9b146-f4cc-4d71-9772-b4a150e6c83b { display:none !important; }}@media (max-width: 767px){#s-aec9b146-f4cc-4d71-9772-b4a150e6c83b {
  display: none;
}
#s-aec9b146-f4cc-4d71-9772-b4a150e6c83b, #wrap-s-aec9b146-f4cc-4d71-9772-b4a150e6c83b { display:none !important; }}







#s-aec9b146-f4cc-4d71-9772-b4a150e6c83b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-aec9b146-f4cc-4d71-9772-b4a150e6c83b.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-20ee384a-3c97-469c-b5fe-db31a3d88026 {
  text-align: center;
}




  #s-20ee384a-3c97-469c-b5fe-db31a3d88026 img.shogun-image {
    
    width: px;
  }


#s-20ee384a-3c97-469c-b5fe-db31a3d88026 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-5666fc7f-63f0-4f15-869b-0f4dac4764cb {
  margin-top: 5px;
margin-bottom: 5px;
min-height: 50px;
}
@media (min-width: 1200px){#s-5666fc7f-63f0-4f15-869b-0f4dac4764cb {
  display: none;
}
#s-5666fc7f-63f0-4f15-869b-0f4dac4764cb, #wrap-s-5666fc7f-63f0-4f15-869b-0f4dac4764cb { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-5666fc7f-63f0-4f15-869b-0f4dac4764cb {
  display: none;
}
#s-5666fc7f-63f0-4f15-869b-0f4dac4764cb, #wrap-s-5666fc7f-63f0-4f15-869b-0f4dac4764cb { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-5666fc7f-63f0-4f15-869b-0f4dac4764cb {
  display: none;
}
#s-5666fc7f-63f0-4f15-869b-0f4dac4764cb, #wrap-s-5666fc7f-63f0-4f15-869b-0f4dac4764cb { display:none !important; }}







#s-5666fc7f-63f0-4f15-869b-0f4dac4764cb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5666fc7f-63f0-4f15-869b-0f4dac4764cb.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-bd86650c-6dad-48ed-b702-30db017cbc03"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-bd86650c-6dad-48ed-b702-30db017cbc03"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-bd86650c-6dad-48ed-b702-30db017cbc03"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-bd86650c-6dad-48ed-b702-30db017cbc03"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-bd86650c-6dad-48ed-b702-30db017cbc03"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-bd86650c-6dad-48ed-b702-30db017cbc03"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-bd86650c-6dad-48ed-b702-30db017cbc03"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-bd86650c-6dad-48ed-b702-30db017cbc03"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-bd86650c-6dad-48ed-b702-30db017cbc03"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-bd86650c-6dad-48ed-b702-30db017cbc03"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-bd86650c-6dad-48ed-b702-30db017cbc03"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-bd86650c-6dad-48ed-b702-30db017cbc03"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-bd86650c-6dad-48ed-b702-30db017cbc03"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-bd86650c-6dad-48ed-b702-30db017cbc03"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-bd86650c-6dad-48ed-b702-30db017cbc03"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-bd86650c-6dad-48ed-b702-30db017cbc03"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-bd86650c-6dad-48ed-b702-30db017cbc03"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-bd86650c-6dad-48ed-b702-30db017cbc03"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-bd86650c-6dad-48ed-b702-30db017cbc03"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-bd86650c-6dad-48ed-b702-30db017cbc03"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-bd86650c-6dad-48ed-b702-30db017cbc03"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-bd86650c-6dad-48ed-b702-30db017cbc03"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-bd86650c-6dad-48ed-b702-30db017cbc03"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-bd86650c-6dad-48ed-b702-30db017cbc03"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-bd86650c-6dad-48ed-b702-30db017cbc03"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-bd86650c-6dad-48ed-b702-30db017cbc03"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-bd86650c-6dad-48ed-b702-30db017cbc03"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-bd86650c-6dad-48ed-b702-30db017cbc03"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-bd86650c-6dad-48ed-b702-30db017cbc03"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-bd86650c-6dad-48ed-b702-30db017cbc03"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-bd86650c-6dad-48ed-b702-30db017cbc03"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-bd86650c-6dad-48ed-b702-30db017cbc03"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-bd86650c-6dad-48ed-b702-30db017cbc03"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-bd86650c-6dad-48ed-b702-30db017cbc03"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-bd86650c-6dad-48ed-b702-30db017cbc03"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-bd86650c-6dad-48ed-b702-30db017cbc03"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-bd86650c-6dad-48ed-b702-30db017cbc03"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-0d12bedb-33ee-47f1-bbd0-be81d1b6cbea {
  text-align: center;
}




  #s-0d12bedb-33ee-47f1-bbd0-be81d1b6cbea img.shogun-image {
    
    width: px;
  }


#s-0d12bedb-33ee-47f1-bbd0-be81d1b6cbea .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-7751881f-5056-4c9c-8175-458592268921 {
  margin-top: 50px;
margin-bottom: 50px;
min-height: 50px;
}
@media (min-width: 1200px){#s-7751881f-5056-4c9c-8175-458592268921 {
  display: none;
}
#s-7751881f-5056-4c9c-8175-458592268921, #wrap-s-7751881f-5056-4c9c-8175-458592268921 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-7751881f-5056-4c9c-8175-458592268921 {
  display: none;
}
#s-7751881f-5056-4c9c-8175-458592268921, #wrap-s-7751881f-5056-4c9c-8175-458592268921 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-7751881f-5056-4c9c-8175-458592268921 {
  display: none;
}
#s-7751881f-5056-4c9c-8175-458592268921, #wrap-s-7751881f-5056-4c9c-8175-458592268921 { display:none !important; }}







#s-7751881f-5056-4c9c-8175-458592268921 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7751881f-5056-4c9c-8175-458592268921.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-207dd606-8a33-4c7b-b0f9-4743d9bb62c8 {
  margin-top: 20px;
margin-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-207dd606-8a33-4c7b-b0f9-4743d9bb62c8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-207dd606-8a33-4c7b-b0f9-4743d9bb62c8"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-207dd606-8a33-4c7b-b0f9-4743d9bb62c8"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-207dd606-8a33-4c7b-b0f9-4743d9bb62c8"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-207dd606-8a33-4c7b-b0f9-4743d9bb62c8"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-207dd606-8a33-4c7b-b0f9-4743d9bb62c8"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-207dd606-8a33-4c7b-b0f9-4743d9bb62c8"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-207dd606-8a33-4c7b-b0f9-4743d9bb62c8"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-207dd606-8a33-4c7b-b0f9-4743d9bb62c8"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-207dd606-8a33-4c7b-b0f9-4743d9bb62c8"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-207dd606-8a33-4c7b-b0f9-4743d9bb62c8"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-207dd606-8a33-4c7b-b0f9-4743d9bb62c8"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-207dd606-8a33-4c7b-b0f9-4743d9bb62c8"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-207dd606-8a33-4c7b-b0f9-4743d9bb62c8"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-207dd606-8a33-4c7b-b0f9-4743d9bb62c8"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-207dd606-8a33-4c7b-b0f9-4743d9bb62c8"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-207dd606-8a33-4c7b-b0f9-4743d9bb62c8"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-207dd606-8a33-4c7b-b0f9-4743d9bb62c8"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-207dd606-8a33-4c7b-b0f9-4743d9bb62c8"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-207dd606-8a33-4c7b-b0f9-4743d9bb62c8"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-207dd606-8a33-4c7b-b0f9-4743d9bb62c8"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-207dd606-8a33-4c7b-b0f9-4743d9bb62c8"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-207dd606-8a33-4c7b-b0f9-4743d9bb62c8"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-207dd606-8a33-4c7b-b0f9-4743d9bb62c8"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-207dd606-8a33-4c7b-b0f9-4743d9bb62c8"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-207dd606-8a33-4c7b-b0f9-4743d9bb62c8"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-207dd606-8a33-4c7b-b0f9-4743d9bb62c8"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-207dd606-8a33-4c7b-b0f9-4743d9bb62c8"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-207dd606-8a33-4c7b-b0f9-4743d9bb62c8"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-207dd606-8a33-4c7b-b0f9-4743d9bb62c8"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-207dd606-8a33-4c7b-b0f9-4743d9bb62c8"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-207dd606-8a33-4c7b-b0f9-4743d9bb62c8"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-207dd606-8a33-4c7b-b0f9-4743d9bb62c8"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-207dd606-8a33-4c7b-b0f9-4743d9bb62c8"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-207dd606-8a33-4c7b-b0f9-4743d9bb62c8"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-207dd606-8a33-4c7b-b0f9-4743d9bb62c8"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-207dd606-8a33-4c7b-b0f9-4743d9bb62c8"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-c65af40b-affa-4fd0-ae7a-da3a252f500d {
  margin-left: 20px;
margin-right: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: rgba(6, 6, 6, 1);
text-decoration: none;
}
#s-c65af40b-affa-4fd0-ae7a-da3a252f500d:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-c65af40b-affa-4fd0-ae7a-da3a252f500d:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-c65af40b-affa-4fd0-ae7a-da3a252f500d.shg-btn {
  color: #ffffff;
  font-size: 25px;
  font-weight: 700;
  
  font-family: Caveat;
  display:  block ;
}

#s-e0621aba-d579-4bc2-b6be-10c2c3c10133 {
  margin-top: 20px;
margin-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-e0621aba-d579-4bc2-b6be-10c2c3c10133"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e0621aba-d579-4bc2-b6be-10c2c3c10133"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-e0621aba-d579-4bc2-b6be-10c2c3c10133"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-e0621aba-d579-4bc2-b6be-10c2c3c10133"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-e0621aba-d579-4bc2-b6be-10c2c3c10133"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-e0621aba-d579-4bc2-b6be-10c2c3c10133"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-e0621aba-d579-4bc2-b6be-10c2c3c10133"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-e0621aba-d579-4bc2-b6be-10c2c3c10133"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-e0621aba-d579-4bc2-b6be-10c2c3c10133"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-e0621aba-d579-4bc2-b6be-10c2c3c10133"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-e0621aba-d579-4bc2-b6be-10c2c3c10133"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-e0621aba-d579-4bc2-b6be-10c2c3c10133"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-e0621aba-d579-4bc2-b6be-10c2c3c10133"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-e0621aba-d579-4bc2-b6be-10c2c3c10133"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-e0621aba-d579-4bc2-b6be-10c2c3c10133"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-e0621aba-d579-4bc2-b6be-10c2c3c10133"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-e0621aba-d579-4bc2-b6be-10c2c3c10133"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-e0621aba-d579-4bc2-b6be-10c2c3c10133"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-e0621aba-d579-4bc2-b6be-10c2c3c10133"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-e0621aba-d579-4bc2-b6be-10c2c3c10133"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-e0621aba-d579-4bc2-b6be-10c2c3c10133"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-e0621aba-d579-4bc2-b6be-10c2c3c10133"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-e0621aba-d579-4bc2-b6be-10c2c3c10133"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-e0621aba-d579-4bc2-b6be-10c2c3c10133"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-e0621aba-d579-4bc2-b6be-10c2c3c10133"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-e0621aba-d579-4bc2-b6be-10c2c3c10133"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-e0621aba-d579-4bc2-b6be-10c2c3c10133"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-e0621aba-d579-4bc2-b6be-10c2c3c10133"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-e0621aba-d579-4bc2-b6be-10c2c3c10133"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-e0621aba-d579-4bc2-b6be-10c2c3c10133"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-e0621aba-d579-4bc2-b6be-10c2c3c10133"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-e0621aba-d579-4bc2-b6be-10c2c3c10133"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-e0621aba-d579-4bc2-b6be-10c2c3c10133"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-e0621aba-d579-4bc2-b6be-10c2c3c10133"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-e0621aba-d579-4bc2-b6be-10c2c3c10133"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-e0621aba-d579-4bc2-b6be-10c2c3c10133"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-e0621aba-d579-4bc2-b6be-10c2c3c10133"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-abdab54f-0707-41a1-b29e-06262b8a9949 {
  margin-left: 20px;
margin-right: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: rgba(7, 7, 7, 1);
text-decoration: none;
}
#s-abdab54f-0707-41a1-b29e-06262b8a9949:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-abdab54f-0707-41a1-b29e-06262b8a9949:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-abdab54f-0707-41a1-b29e-06262b8a9949.shg-btn {
  color: #ffffff;
  font-size: 25px;
  font-weight: 700;
  
  font-family: Caveat;
  display:  block ;
}

#s-a6d402d6-211e-4a9e-92dc-c3d919a75647 {
  margin-top: 20px;
margin-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-a6d402d6-211e-4a9e-92dc-c3d919a75647"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a6d402d6-211e-4a9e-92dc-c3d919a75647"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-a6d402d6-211e-4a9e-92dc-c3d919a75647"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-a6d402d6-211e-4a9e-92dc-c3d919a75647"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-a6d402d6-211e-4a9e-92dc-c3d919a75647"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-a6d402d6-211e-4a9e-92dc-c3d919a75647"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-a6d402d6-211e-4a9e-92dc-c3d919a75647"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-a6d402d6-211e-4a9e-92dc-c3d919a75647"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-a6d402d6-211e-4a9e-92dc-c3d919a75647"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-a6d402d6-211e-4a9e-92dc-c3d919a75647"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-a6d402d6-211e-4a9e-92dc-c3d919a75647"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-a6d402d6-211e-4a9e-92dc-c3d919a75647"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-a6d402d6-211e-4a9e-92dc-c3d919a75647"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-a6d402d6-211e-4a9e-92dc-c3d919a75647"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-a6d402d6-211e-4a9e-92dc-c3d919a75647"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-a6d402d6-211e-4a9e-92dc-c3d919a75647"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-a6d402d6-211e-4a9e-92dc-c3d919a75647"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-a6d402d6-211e-4a9e-92dc-c3d919a75647"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-a6d402d6-211e-4a9e-92dc-c3d919a75647"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-a6d402d6-211e-4a9e-92dc-c3d919a75647"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-a6d402d6-211e-4a9e-92dc-c3d919a75647"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-a6d402d6-211e-4a9e-92dc-c3d919a75647"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-a6d402d6-211e-4a9e-92dc-c3d919a75647"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-a6d402d6-211e-4a9e-92dc-c3d919a75647"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-a6d402d6-211e-4a9e-92dc-c3d919a75647"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-a6d402d6-211e-4a9e-92dc-c3d919a75647"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-a6d402d6-211e-4a9e-92dc-c3d919a75647"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-a6d402d6-211e-4a9e-92dc-c3d919a75647"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-a6d402d6-211e-4a9e-92dc-c3d919a75647"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-a6d402d6-211e-4a9e-92dc-c3d919a75647"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-a6d402d6-211e-4a9e-92dc-c3d919a75647"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-a6d402d6-211e-4a9e-92dc-c3d919a75647"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-a6d402d6-211e-4a9e-92dc-c3d919a75647"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-a6d402d6-211e-4a9e-92dc-c3d919a75647"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-a6d402d6-211e-4a9e-92dc-c3d919a75647"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-a6d402d6-211e-4a9e-92dc-c3d919a75647"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-a6d402d6-211e-4a9e-92dc-c3d919a75647"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-cade7152-c3e3-452b-8f2e-16c963947d2c {
  margin-left: 20px;
margin-right: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: rgba(6, 6, 6, 1);
text-decoration: none;
}
#s-cade7152-c3e3-452b-8f2e-16c963947d2c:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-cade7152-c3e3-452b-8f2e-16c963947d2c:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-cade7152-c3e3-452b-8f2e-16c963947d2c.shg-btn {
  color: #ffffff;
  font-size: 25px;
  font-weight: 700;
  
  font-family: Caveat;
  display:  block ;
}

#s-9871f2e3-18ff-48b2-bab2-ab5833559ea5 {
  margin-top: 20px;
margin-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-9871f2e3-18ff-48b2-bab2-ab5833559ea5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9871f2e3-18ff-48b2-bab2-ab5833559ea5"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-9871f2e3-18ff-48b2-bab2-ab5833559ea5"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-9871f2e3-18ff-48b2-bab2-ab5833559ea5"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-9871f2e3-18ff-48b2-bab2-ab5833559ea5"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-9871f2e3-18ff-48b2-bab2-ab5833559ea5"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-9871f2e3-18ff-48b2-bab2-ab5833559ea5"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-9871f2e3-18ff-48b2-bab2-ab5833559ea5"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-9871f2e3-18ff-48b2-bab2-ab5833559ea5"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-9871f2e3-18ff-48b2-bab2-ab5833559ea5"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-9871f2e3-18ff-48b2-bab2-ab5833559ea5"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-9871f2e3-18ff-48b2-bab2-ab5833559ea5"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-9871f2e3-18ff-48b2-bab2-ab5833559ea5"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-9871f2e3-18ff-48b2-bab2-ab5833559ea5"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-9871f2e3-18ff-48b2-bab2-ab5833559ea5"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-9871f2e3-18ff-48b2-bab2-ab5833559ea5"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-9871f2e3-18ff-48b2-bab2-ab5833559ea5"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-9871f2e3-18ff-48b2-bab2-ab5833559ea5"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-9871f2e3-18ff-48b2-bab2-ab5833559ea5"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-9871f2e3-18ff-48b2-bab2-ab5833559ea5"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-9871f2e3-18ff-48b2-bab2-ab5833559ea5"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-9871f2e3-18ff-48b2-bab2-ab5833559ea5"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-9871f2e3-18ff-48b2-bab2-ab5833559ea5"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-9871f2e3-18ff-48b2-bab2-ab5833559ea5"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-9871f2e3-18ff-48b2-bab2-ab5833559ea5"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-9871f2e3-18ff-48b2-bab2-ab5833559ea5"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-9871f2e3-18ff-48b2-bab2-ab5833559ea5"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-9871f2e3-18ff-48b2-bab2-ab5833559ea5"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-9871f2e3-18ff-48b2-bab2-ab5833559ea5"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-9871f2e3-18ff-48b2-bab2-ab5833559ea5"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-9871f2e3-18ff-48b2-bab2-ab5833559ea5"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-9871f2e3-18ff-48b2-bab2-ab5833559ea5"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-9871f2e3-18ff-48b2-bab2-ab5833559ea5"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-9871f2e3-18ff-48b2-bab2-ab5833559ea5"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-9871f2e3-18ff-48b2-bab2-ab5833559ea5"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-9871f2e3-18ff-48b2-bab2-ab5833559ea5"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-9871f2e3-18ff-48b2-bab2-ab5833559ea5"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-4deb2672-d238-410a-ab92-d931a02e984b {
  margin-left: 20px;
margin-right: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: #252525;
text-decoration: none;
}
#s-4deb2672-d238-410a-ab92-d931a02e984b:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-4deb2672-d238-410a-ab92-d931a02e984b:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-4deb2672-d238-410a-ab92-d931a02e984b.shg-btn {
  color: #ffffff;
  font-size: 25px;
  font-weight: 700;
  
  font-family: Caveat;
  display:  block ;
}

#s-4a7c733a-9a65-4b46-b162-e104c2157309 {
  margin-top: 20px;
margin-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-4a7c733a-9a65-4b46-b162-e104c2157309"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4a7c733a-9a65-4b46-b162-e104c2157309"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-4a7c733a-9a65-4b46-b162-e104c2157309"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-4a7c733a-9a65-4b46-b162-e104c2157309"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-4a7c733a-9a65-4b46-b162-e104c2157309"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-4a7c733a-9a65-4b46-b162-e104c2157309"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-4a7c733a-9a65-4b46-b162-e104c2157309"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-4a7c733a-9a65-4b46-b162-e104c2157309"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-4a7c733a-9a65-4b46-b162-e104c2157309"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-4a7c733a-9a65-4b46-b162-e104c2157309"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-4a7c733a-9a65-4b46-b162-e104c2157309"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-4a7c733a-9a65-4b46-b162-e104c2157309"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-4a7c733a-9a65-4b46-b162-e104c2157309"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-4a7c733a-9a65-4b46-b162-e104c2157309"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-4a7c733a-9a65-4b46-b162-e104c2157309"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-4a7c733a-9a65-4b46-b162-e104c2157309"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-4a7c733a-9a65-4b46-b162-e104c2157309"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-4a7c733a-9a65-4b46-b162-e104c2157309"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-4a7c733a-9a65-4b46-b162-e104c2157309"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-4a7c733a-9a65-4b46-b162-e104c2157309"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-4a7c733a-9a65-4b46-b162-e104c2157309"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-4a7c733a-9a65-4b46-b162-e104c2157309"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-4a7c733a-9a65-4b46-b162-e104c2157309"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-4a7c733a-9a65-4b46-b162-e104c2157309"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-4a7c733a-9a65-4b46-b162-e104c2157309"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-4a7c733a-9a65-4b46-b162-e104c2157309"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-4a7c733a-9a65-4b46-b162-e104c2157309"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-4a7c733a-9a65-4b46-b162-e104c2157309"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-4a7c733a-9a65-4b46-b162-e104c2157309"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-4a7c733a-9a65-4b46-b162-e104c2157309"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-4a7c733a-9a65-4b46-b162-e104c2157309"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-4a7c733a-9a65-4b46-b162-e104c2157309"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-4a7c733a-9a65-4b46-b162-e104c2157309"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-4a7c733a-9a65-4b46-b162-e104c2157309"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-4a7c733a-9a65-4b46-b162-e104c2157309"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-4a7c733a-9a65-4b46-b162-e104c2157309"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-4a7c733a-9a65-4b46-b162-e104c2157309"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-c97160fd-8d42-4a2f-b122-67dc50615f43 {
  margin-left: 20px;
margin-right: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: rgba(13, 13, 13, 1);
text-decoration: none;
}
#s-c97160fd-8d42-4a2f-b122-67dc50615f43:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-c97160fd-8d42-4a2f-b122-67dc50615f43:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-c97160fd-8d42-4a2f-b122-67dc50615f43.shg-btn {
  color: #ffffff;
  font-size: 25px;
  font-weight: 700;
  
  font-family: Caveat;
  display:  block ;
}

#s-faef6c0f-25b1-43d2-8a43-ca39e4dca52a {
  margin-top: 20px;
margin-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-faef6c0f-25b1-43d2-8a43-ca39e4dca52a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-faef6c0f-25b1-43d2-8a43-ca39e4dca52a"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-faef6c0f-25b1-43d2-8a43-ca39e4dca52a"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-faef6c0f-25b1-43d2-8a43-ca39e4dca52a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-faef6c0f-25b1-43d2-8a43-ca39e4dca52a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-faef6c0f-25b1-43d2-8a43-ca39e4dca52a"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-faef6c0f-25b1-43d2-8a43-ca39e4dca52a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-faef6c0f-25b1-43d2-8a43-ca39e4dca52a"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-faef6c0f-25b1-43d2-8a43-ca39e4dca52a"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-faef6c0f-25b1-43d2-8a43-ca39e4dca52a"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-faef6c0f-25b1-43d2-8a43-ca39e4dca52a"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-faef6c0f-25b1-43d2-8a43-ca39e4dca52a"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-faef6c0f-25b1-43d2-8a43-ca39e4dca52a"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-faef6c0f-25b1-43d2-8a43-ca39e4dca52a"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-faef6c0f-25b1-43d2-8a43-ca39e4dca52a"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-faef6c0f-25b1-43d2-8a43-ca39e4dca52a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-faef6c0f-25b1-43d2-8a43-ca39e4dca52a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-faef6c0f-25b1-43d2-8a43-ca39e4dca52a"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-faef6c0f-25b1-43d2-8a43-ca39e4dca52a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-faef6c0f-25b1-43d2-8a43-ca39e4dca52a"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-faef6c0f-25b1-43d2-8a43-ca39e4dca52a"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-faef6c0f-25b1-43d2-8a43-ca39e4dca52a"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-faef6c0f-25b1-43d2-8a43-ca39e4dca52a"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-faef6c0f-25b1-43d2-8a43-ca39e4dca52a"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-faef6c0f-25b1-43d2-8a43-ca39e4dca52a"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-faef6c0f-25b1-43d2-8a43-ca39e4dca52a"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-faef6c0f-25b1-43d2-8a43-ca39e4dca52a"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-faef6c0f-25b1-43d2-8a43-ca39e4dca52a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-faef6c0f-25b1-43d2-8a43-ca39e4dca52a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-faef6c0f-25b1-43d2-8a43-ca39e4dca52a"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-faef6c0f-25b1-43d2-8a43-ca39e4dca52a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-faef6c0f-25b1-43d2-8a43-ca39e4dca52a"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-faef6c0f-25b1-43d2-8a43-ca39e4dca52a"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-faef6c0f-25b1-43d2-8a43-ca39e4dca52a"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-faef6c0f-25b1-43d2-8a43-ca39e4dca52a"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-faef6c0f-25b1-43d2-8a43-ca39e4dca52a"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-faef6c0f-25b1-43d2-8a43-ca39e4dca52a"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-f55853a9-ebed-4cca-ba29-8bae9c028684 {
  margin-left: 20px;
margin-right: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: rgba(7, 7, 7, 1);
text-decoration: none;
}
#s-f55853a9-ebed-4cca-ba29-8bae9c028684:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-f55853a9-ebed-4cca-ba29-8bae9c028684:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-f55853a9-ebed-4cca-ba29-8bae9c028684.shg-btn {
  color: #ffffff;
  font-size: 25px;
  font-weight: 700;
  
  font-family: Caveat;
  display:  block ;
}

#s-1c0de701-e14e-467f-8140-bd3042829a77 {
  margin-top: 20px;
margin-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-1c0de701-e14e-467f-8140-bd3042829a77"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1c0de701-e14e-467f-8140-bd3042829a77"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-1c0de701-e14e-467f-8140-bd3042829a77"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-1c0de701-e14e-467f-8140-bd3042829a77"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-1c0de701-e14e-467f-8140-bd3042829a77"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-1c0de701-e14e-467f-8140-bd3042829a77"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-1c0de701-e14e-467f-8140-bd3042829a77"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-1c0de701-e14e-467f-8140-bd3042829a77"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-1c0de701-e14e-467f-8140-bd3042829a77"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-1c0de701-e14e-467f-8140-bd3042829a77"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-1c0de701-e14e-467f-8140-bd3042829a77"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-1c0de701-e14e-467f-8140-bd3042829a77"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-1c0de701-e14e-467f-8140-bd3042829a77"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-1c0de701-e14e-467f-8140-bd3042829a77"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-1c0de701-e14e-467f-8140-bd3042829a77"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-1c0de701-e14e-467f-8140-bd3042829a77"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-1c0de701-e14e-467f-8140-bd3042829a77"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-1c0de701-e14e-467f-8140-bd3042829a77"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-1c0de701-e14e-467f-8140-bd3042829a77"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-1c0de701-e14e-467f-8140-bd3042829a77"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-1c0de701-e14e-467f-8140-bd3042829a77"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-1c0de701-e14e-467f-8140-bd3042829a77"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-1c0de701-e14e-467f-8140-bd3042829a77"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-1c0de701-e14e-467f-8140-bd3042829a77"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-1c0de701-e14e-467f-8140-bd3042829a77"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-1c0de701-e14e-467f-8140-bd3042829a77"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-1c0de701-e14e-467f-8140-bd3042829a77"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-1c0de701-e14e-467f-8140-bd3042829a77"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-1c0de701-e14e-467f-8140-bd3042829a77"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-1c0de701-e14e-467f-8140-bd3042829a77"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-1c0de701-e14e-467f-8140-bd3042829a77"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-1c0de701-e14e-467f-8140-bd3042829a77"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-1c0de701-e14e-467f-8140-bd3042829a77"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-1c0de701-e14e-467f-8140-bd3042829a77"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-1c0de701-e14e-467f-8140-bd3042829a77"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-1c0de701-e14e-467f-8140-bd3042829a77"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-1c0de701-e14e-467f-8140-bd3042829a77"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-9df148a0-27fb-4b4a-b025-b6a2b94a03c5 {
  margin-left: 20px;
margin-right: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: rgba(7, 7, 7, 1);
text-decoration: none;
}
#s-9df148a0-27fb-4b4a-b025-b6a2b94a03c5:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-9df148a0-27fb-4b4a-b025-b6a2b94a03c5:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-9df148a0-27fb-4b4a-b025-b6a2b94a03c5.shg-btn {
  color: #ffffff;
  font-size: 25px;
  font-weight: 700;
  
  font-family: Caveat;
  display:  block ;
}

#s-f24d43a0-b9ae-401e-b3df-ba5953c34f12 {
  margin-top: 20px;
margin-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-f24d43a0-b9ae-401e-b3df-ba5953c34f12"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f24d43a0-b9ae-401e-b3df-ba5953c34f12"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-f24d43a0-b9ae-401e-b3df-ba5953c34f12"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-f24d43a0-b9ae-401e-b3df-ba5953c34f12"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-f24d43a0-b9ae-401e-b3df-ba5953c34f12"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-f24d43a0-b9ae-401e-b3df-ba5953c34f12"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-f24d43a0-b9ae-401e-b3df-ba5953c34f12"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-f24d43a0-b9ae-401e-b3df-ba5953c34f12"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-f24d43a0-b9ae-401e-b3df-ba5953c34f12"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-f24d43a0-b9ae-401e-b3df-ba5953c34f12"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-f24d43a0-b9ae-401e-b3df-ba5953c34f12"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-f24d43a0-b9ae-401e-b3df-ba5953c34f12"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-f24d43a0-b9ae-401e-b3df-ba5953c34f12"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-f24d43a0-b9ae-401e-b3df-ba5953c34f12"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-f24d43a0-b9ae-401e-b3df-ba5953c34f12"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-f24d43a0-b9ae-401e-b3df-ba5953c34f12"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-f24d43a0-b9ae-401e-b3df-ba5953c34f12"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-f24d43a0-b9ae-401e-b3df-ba5953c34f12"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-f24d43a0-b9ae-401e-b3df-ba5953c34f12"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-f24d43a0-b9ae-401e-b3df-ba5953c34f12"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-f24d43a0-b9ae-401e-b3df-ba5953c34f12"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-f24d43a0-b9ae-401e-b3df-ba5953c34f12"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-f24d43a0-b9ae-401e-b3df-ba5953c34f12"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-f24d43a0-b9ae-401e-b3df-ba5953c34f12"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-f24d43a0-b9ae-401e-b3df-ba5953c34f12"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-f24d43a0-b9ae-401e-b3df-ba5953c34f12"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-f24d43a0-b9ae-401e-b3df-ba5953c34f12"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-f24d43a0-b9ae-401e-b3df-ba5953c34f12"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-f24d43a0-b9ae-401e-b3df-ba5953c34f12"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-f24d43a0-b9ae-401e-b3df-ba5953c34f12"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-f24d43a0-b9ae-401e-b3df-ba5953c34f12"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-f24d43a0-b9ae-401e-b3df-ba5953c34f12"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-f24d43a0-b9ae-401e-b3df-ba5953c34f12"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-f24d43a0-b9ae-401e-b3df-ba5953c34f12"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-f24d43a0-b9ae-401e-b3df-ba5953c34f12"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-f24d43a0-b9ae-401e-b3df-ba5953c34f12"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-f24d43a0-b9ae-401e-b3df-ba5953c34f12"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-56600c41-4b80-49f2-93ac-f3f0559c096c {
  margin-left: 20px;
margin-right: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: rgba(7, 7, 7, 1);
text-decoration: none;
}
#s-56600c41-4b80-49f2-93ac-f3f0559c096c:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-56600c41-4b80-49f2-93ac-f3f0559c096c:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-56600c41-4b80-49f2-93ac-f3f0559c096c.shg-btn {
  color: #ffffff;
  font-size: 25px;
  font-weight: 700;
  
  font-family: Caveat;
  display:  block ;
}

#s-34583392-d57e-40a0-a0c0-677e518936a2 {
  margin-top: 20px;
margin-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-34583392-d57e-40a0-a0c0-677e518936a2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-34583392-d57e-40a0-a0c0-677e518936a2"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-34583392-d57e-40a0-a0c0-677e518936a2"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-34583392-d57e-40a0-a0c0-677e518936a2"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-34583392-d57e-40a0-a0c0-677e518936a2"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-34583392-d57e-40a0-a0c0-677e518936a2"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-34583392-d57e-40a0-a0c0-677e518936a2"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-34583392-d57e-40a0-a0c0-677e518936a2"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-34583392-d57e-40a0-a0c0-677e518936a2"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-34583392-d57e-40a0-a0c0-677e518936a2"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-34583392-d57e-40a0-a0c0-677e518936a2"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-34583392-d57e-40a0-a0c0-677e518936a2"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-34583392-d57e-40a0-a0c0-677e518936a2"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-34583392-d57e-40a0-a0c0-677e518936a2"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-34583392-d57e-40a0-a0c0-677e518936a2"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-34583392-d57e-40a0-a0c0-677e518936a2"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-34583392-d57e-40a0-a0c0-677e518936a2"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-34583392-d57e-40a0-a0c0-677e518936a2"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-34583392-d57e-40a0-a0c0-677e518936a2"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-34583392-d57e-40a0-a0c0-677e518936a2"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-34583392-d57e-40a0-a0c0-677e518936a2"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-34583392-d57e-40a0-a0c0-677e518936a2"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-34583392-d57e-40a0-a0c0-677e518936a2"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-34583392-d57e-40a0-a0c0-677e518936a2"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-34583392-d57e-40a0-a0c0-677e518936a2"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-34583392-d57e-40a0-a0c0-677e518936a2"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-34583392-d57e-40a0-a0c0-677e518936a2"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-34583392-d57e-40a0-a0c0-677e518936a2"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-34583392-d57e-40a0-a0c0-677e518936a2"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-34583392-d57e-40a0-a0c0-677e518936a2"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-34583392-d57e-40a0-a0c0-677e518936a2"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-34583392-d57e-40a0-a0c0-677e518936a2"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-34583392-d57e-40a0-a0c0-677e518936a2"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-34583392-d57e-40a0-a0c0-677e518936a2"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-34583392-d57e-40a0-a0c0-677e518936a2"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-34583392-d57e-40a0-a0c0-677e518936a2"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-34583392-d57e-40a0-a0c0-677e518936a2"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-26d12b43-94f2-46af-998a-10696e9fef0f {
  margin-left: 20px;
margin-right: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: rgba(6, 6, 6, 1);
text-decoration: none;
}
#s-26d12b43-94f2-46af-998a-10696e9fef0f:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-26d12b43-94f2-46af-998a-10696e9fef0f:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-26d12b43-94f2-46af-998a-10696e9fef0f.shg-btn {
  color: #ffffff;
  font-size: 25px;
  font-weight: 700;
  
  font-family: Caveat;
  display:  block ;
}

#s-5e60b80a-d77e-475e-8d25-e3ccf3b05b64 {
  margin-top: 20px;
margin-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-5e60b80a-d77e-475e-8d25-e3ccf3b05b64"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5e60b80a-d77e-475e-8d25-e3ccf3b05b64"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-5e60b80a-d77e-475e-8d25-e3ccf3b05b64"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-5e60b80a-d77e-475e-8d25-e3ccf3b05b64"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-5e60b80a-d77e-475e-8d25-e3ccf3b05b64"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-5e60b80a-d77e-475e-8d25-e3ccf3b05b64"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-5e60b80a-d77e-475e-8d25-e3ccf3b05b64"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-5e60b80a-d77e-475e-8d25-e3ccf3b05b64"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-5e60b80a-d77e-475e-8d25-e3ccf3b05b64"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-5e60b80a-d77e-475e-8d25-e3ccf3b05b64"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-5e60b80a-d77e-475e-8d25-e3ccf3b05b64"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-5e60b80a-d77e-475e-8d25-e3ccf3b05b64"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-5e60b80a-d77e-475e-8d25-e3ccf3b05b64"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-5e60b80a-d77e-475e-8d25-e3ccf3b05b64"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-5e60b80a-d77e-475e-8d25-e3ccf3b05b64"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-5e60b80a-d77e-475e-8d25-e3ccf3b05b64"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-5e60b80a-d77e-475e-8d25-e3ccf3b05b64"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-5e60b80a-d77e-475e-8d25-e3ccf3b05b64"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-5e60b80a-d77e-475e-8d25-e3ccf3b05b64"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-5e60b80a-d77e-475e-8d25-e3ccf3b05b64"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-5e60b80a-d77e-475e-8d25-e3ccf3b05b64"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-5e60b80a-d77e-475e-8d25-e3ccf3b05b64"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-5e60b80a-d77e-475e-8d25-e3ccf3b05b64"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-5e60b80a-d77e-475e-8d25-e3ccf3b05b64"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-5e60b80a-d77e-475e-8d25-e3ccf3b05b64"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-5e60b80a-d77e-475e-8d25-e3ccf3b05b64"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-5e60b80a-d77e-475e-8d25-e3ccf3b05b64"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-5e60b80a-d77e-475e-8d25-e3ccf3b05b64"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-5e60b80a-d77e-475e-8d25-e3ccf3b05b64"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-5e60b80a-d77e-475e-8d25-e3ccf3b05b64"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-5e60b80a-d77e-475e-8d25-e3ccf3b05b64"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-5e60b80a-d77e-475e-8d25-e3ccf3b05b64"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-5e60b80a-d77e-475e-8d25-e3ccf3b05b64"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-5e60b80a-d77e-475e-8d25-e3ccf3b05b64"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-5e60b80a-d77e-475e-8d25-e3ccf3b05b64"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-5e60b80a-d77e-475e-8d25-e3ccf3b05b64"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-5e60b80a-d77e-475e-8d25-e3ccf3b05b64"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-942e956c-1165-4e1c-9cb5-a5349d4a7819 {
  margin-left: 20px;
margin-right: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: rgba(6, 6, 6, 1);
text-decoration: none;
}
#s-942e956c-1165-4e1c-9cb5-a5349d4a7819:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-942e956c-1165-4e1c-9cb5-a5349d4a7819:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-942e956c-1165-4e1c-9cb5-a5349d4a7819.shg-btn {
  color: #ffffff;
  font-size: 25px;
  font-weight: 700;
  
  font-family: Caveat;
  display:  block ;
}

#s-49d72cda-8f27-44c0-8d02-4ad1b5bc1935 {
  margin-top: 20px;
margin-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-49d72cda-8f27-44c0-8d02-4ad1b5bc1935"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-49d72cda-8f27-44c0-8d02-4ad1b5bc1935"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-49d72cda-8f27-44c0-8d02-4ad1b5bc1935"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-49d72cda-8f27-44c0-8d02-4ad1b5bc1935"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-49d72cda-8f27-44c0-8d02-4ad1b5bc1935"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-49d72cda-8f27-44c0-8d02-4ad1b5bc1935"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-49d72cda-8f27-44c0-8d02-4ad1b5bc1935"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-49d72cda-8f27-44c0-8d02-4ad1b5bc1935"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-49d72cda-8f27-44c0-8d02-4ad1b5bc1935"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-49d72cda-8f27-44c0-8d02-4ad1b5bc1935"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-49d72cda-8f27-44c0-8d02-4ad1b5bc1935"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-49d72cda-8f27-44c0-8d02-4ad1b5bc1935"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-49d72cda-8f27-44c0-8d02-4ad1b5bc1935"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-49d72cda-8f27-44c0-8d02-4ad1b5bc1935"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-49d72cda-8f27-44c0-8d02-4ad1b5bc1935"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-49d72cda-8f27-44c0-8d02-4ad1b5bc1935"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-49d72cda-8f27-44c0-8d02-4ad1b5bc1935"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-49d72cda-8f27-44c0-8d02-4ad1b5bc1935"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-49d72cda-8f27-44c0-8d02-4ad1b5bc1935"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-49d72cda-8f27-44c0-8d02-4ad1b5bc1935"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-49d72cda-8f27-44c0-8d02-4ad1b5bc1935"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-49d72cda-8f27-44c0-8d02-4ad1b5bc1935"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-49d72cda-8f27-44c0-8d02-4ad1b5bc1935"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-49d72cda-8f27-44c0-8d02-4ad1b5bc1935"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-49d72cda-8f27-44c0-8d02-4ad1b5bc1935"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-49d72cda-8f27-44c0-8d02-4ad1b5bc1935"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-49d72cda-8f27-44c0-8d02-4ad1b5bc1935"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-49d72cda-8f27-44c0-8d02-4ad1b5bc1935"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-49d72cda-8f27-44c0-8d02-4ad1b5bc1935"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-49d72cda-8f27-44c0-8d02-4ad1b5bc1935"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-49d72cda-8f27-44c0-8d02-4ad1b5bc1935"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-49d72cda-8f27-44c0-8d02-4ad1b5bc1935"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-49d72cda-8f27-44c0-8d02-4ad1b5bc1935"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-49d72cda-8f27-44c0-8d02-4ad1b5bc1935"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-49d72cda-8f27-44c0-8d02-4ad1b5bc1935"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-49d72cda-8f27-44c0-8d02-4ad1b5bc1935"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-49d72cda-8f27-44c0-8d02-4ad1b5bc1935"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-8f63986c-2a7a-4a66-ad94-6b4904d29638 {
  margin-left: 20px;
margin-right: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: rgba(9, 9, 9, 1);
text-decoration: none;
}
#s-8f63986c-2a7a-4a66-ad94-6b4904d29638:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-8f63986c-2a7a-4a66-ad94-6b4904d29638:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-8f63986c-2a7a-4a66-ad94-6b4904d29638.shg-btn {
  color: #ffffff;
  font-size: 25px;
  font-weight: 700;
  
  font-family: Caveat;
  display:  block ;
}

#s-9528c1f0-4776-48db-ae3d-d3a00a337f7b {
  margin-top: 20px;
margin-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-9528c1f0-4776-48db-ae3d-d3a00a337f7b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9528c1f0-4776-48db-ae3d-d3a00a337f7b"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-9528c1f0-4776-48db-ae3d-d3a00a337f7b"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-9528c1f0-4776-48db-ae3d-d3a00a337f7b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-9528c1f0-4776-48db-ae3d-d3a00a337f7b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-9528c1f0-4776-48db-ae3d-d3a00a337f7b"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-9528c1f0-4776-48db-ae3d-d3a00a337f7b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-9528c1f0-4776-48db-ae3d-d3a00a337f7b"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-9528c1f0-4776-48db-ae3d-d3a00a337f7b"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-9528c1f0-4776-48db-ae3d-d3a00a337f7b"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-9528c1f0-4776-48db-ae3d-d3a00a337f7b"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-9528c1f0-4776-48db-ae3d-d3a00a337f7b"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-9528c1f0-4776-48db-ae3d-d3a00a337f7b"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-9528c1f0-4776-48db-ae3d-d3a00a337f7b"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-9528c1f0-4776-48db-ae3d-d3a00a337f7b"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-9528c1f0-4776-48db-ae3d-d3a00a337f7b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-9528c1f0-4776-48db-ae3d-d3a00a337f7b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-9528c1f0-4776-48db-ae3d-d3a00a337f7b"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-9528c1f0-4776-48db-ae3d-d3a00a337f7b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-9528c1f0-4776-48db-ae3d-d3a00a337f7b"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-9528c1f0-4776-48db-ae3d-d3a00a337f7b"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-9528c1f0-4776-48db-ae3d-d3a00a337f7b"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-9528c1f0-4776-48db-ae3d-d3a00a337f7b"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-9528c1f0-4776-48db-ae3d-d3a00a337f7b"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-9528c1f0-4776-48db-ae3d-d3a00a337f7b"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-9528c1f0-4776-48db-ae3d-d3a00a337f7b"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-9528c1f0-4776-48db-ae3d-d3a00a337f7b"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-9528c1f0-4776-48db-ae3d-d3a00a337f7b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-9528c1f0-4776-48db-ae3d-d3a00a337f7b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-9528c1f0-4776-48db-ae3d-d3a00a337f7b"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-9528c1f0-4776-48db-ae3d-d3a00a337f7b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-9528c1f0-4776-48db-ae3d-d3a00a337f7b"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-9528c1f0-4776-48db-ae3d-d3a00a337f7b"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-9528c1f0-4776-48db-ae3d-d3a00a337f7b"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-9528c1f0-4776-48db-ae3d-d3a00a337f7b"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-9528c1f0-4776-48db-ae3d-d3a00a337f7b"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-9528c1f0-4776-48db-ae3d-d3a00a337f7b"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-2b33b8ee-6473-4cf3-a10d-aa235a57df4f {
  margin-left: 20px;
margin-right: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: rgba(6, 6, 6, 1);
text-decoration: none;
}
#s-2b33b8ee-6473-4cf3-a10d-aa235a57df4f:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-2b33b8ee-6473-4cf3-a10d-aa235a57df4f:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-2b33b8ee-6473-4cf3-a10d-aa235a57df4f.shg-btn {
  color: #ffffff;
  font-size: 25px;
  font-weight: 700;
  
  font-family: Caveat;
  display:  block ;
}

#s-a7019a1d-606f-42a0-bf8d-7716a5f9c011 {
  margin-top: 20px;
margin-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-a7019a1d-606f-42a0-bf8d-7716a5f9c011"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a7019a1d-606f-42a0-bf8d-7716a5f9c011"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-a7019a1d-606f-42a0-bf8d-7716a5f9c011"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-a7019a1d-606f-42a0-bf8d-7716a5f9c011"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-a7019a1d-606f-42a0-bf8d-7716a5f9c011"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-a7019a1d-606f-42a0-bf8d-7716a5f9c011"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-a7019a1d-606f-42a0-bf8d-7716a5f9c011"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-a7019a1d-606f-42a0-bf8d-7716a5f9c011"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-a7019a1d-606f-42a0-bf8d-7716a5f9c011"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-a7019a1d-606f-42a0-bf8d-7716a5f9c011"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-a7019a1d-606f-42a0-bf8d-7716a5f9c011"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-a7019a1d-606f-42a0-bf8d-7716a5f9c011"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-a7019a1d-606f-42a0-bf8d-7716a5f9c011"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-a7019a1d-606f-42a0-bf8d-7716a5f9c011"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-a7019a1d-606f-42a0-bf8d-7716a5f9c011"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-a7019a1d-606f-42a0-bf8d-7716a5f9c011"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-a7019a1d-606f-42a0-bf8d-7716a5f9c011"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-a7019a1d-606f-42a0-bf8d-7716a5f9c011"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-a7019a1d-606f-42a0-bf8d-7716a5f9c011"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-a7019a1d-606f-42a0-bf8d-7716a5f9c011"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-a7019a1d-606f-42a0-bf8d-7716a5f9c011"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-a7019a1d-606f-42a0-bf8d-7716a5f9c011"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-a7019a1d-606f-42a0-bf8d-7716a5f9c011"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-a7019a1d-606f-42a0-bf8d-7716a5f9c011"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-a7019a1d-606f-42a0-bf8d-7716a5f9c011"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-a7019a1d-606f-42a0-bf8d-7716a5f9c011"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-a7019a1d-606f-42a0-bf8d-7716a5f9c011"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-a7019a1d-606f-42a0-bf8d-7716a5f9c011"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-a7019a1d-606f-42a0-bf8d-7716a5f9c011"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-a7019a1d-606f-42a0-bf8d-7716a5f9c011"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-a7019a1d-606f-42a0-bf8d-7716a5f9c011"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-a7019a1d-606f-42a0-bf8d-7716a5f9c011"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-a7019a1d-606f-42a0-bf8d-7716a5f9c011"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-a7019a1d-606f-42a0-bf8d-7716a5f9c011"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-a7019a1d-606f-42a0-bf8d-7716a5f9c011"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-a7019a1d-606f-42a0-bf8d-7716a5f9c011"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-a7019a1d-606f-42a0-bf8d-7716a5f9c011"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-e8f5b9d0-a0fb-4cdd-b5f8-ea93f6db5a0d {
  margin-left: 20px;
margin-right: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: rgba(6, 6, 6, 1);
text-decoration: none;
}
#s-e8f5b9d0-a0fb-4cdd-b5f8-ea93f6db5a0d:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-e8f5b9d0-a0fb-4cdd-b5f8-ea93f6db5a0d:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-e8f5b9d0-a0fb-4cdd-b5f8-ea93f6db5a0d.shg-btn {
  color: #ffffff;
  font-size: 25px;
  font-weight: 700;
  
  font-family: Caveat;
  display:  block ;
}

#s-4f3e0447-2ed2-43f6-a82c-9cdca1b010ac {
  margin-top: 20px;
margin-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-4f3e0447-2ed2-43f6-a82c-9cdca1b010ac"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4f3e0447-2ed2-43f6-a82c-9cdca1b010ac"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-4f3e0447-2ed2-43f6-a82c-9cdca1b010ac"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-4f3e0447-2ed2-43f6-a82c-9cdca1b010ac"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-4f3e0447-2ed2-43f6-a82c-9cdca1b010ac"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-4f3e0447-2ed2-43f6-a82c-9cdca1b010ac"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-4f3e0447-2ed2-43f6-a82c-9cdca1b010ac"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-4f3e0447-2ed2-43f6-a82c-9cdca1b010ac"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-4f3e0447-2ed2-43f6-a82c-9cdca1b010ac"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-4f3e0447-2ed2-43f6-a82c-9cdca1b010ac"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-4f3e0447-2ed2-43f6-a82c-9cdca1b010ac"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-4f3e0447-2ed2-43f6-a82c-9cdca1b010ac"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-4f3e0447-2ed2-43f6-a82c-9cdca1b010ac"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-4f3e0447-2ed2-43f6-a82c-9cdca1b010ac"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-4f3e0447-2ed2-43f6-a82c-9cdca1b010ac"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-4f3e0447-2ed2-43f6-a82c-9cdca1b010ac"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-4f3e0447-2ed2-43f6-a82c-9cdca1b010ac"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-4f3e0447-2ed2-43f6-a82c-9cdca1b010ac"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-4f3e0447-2ed2-43f6-a82c-9cdca1b010ac"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-4f3e0447-2ed2-43f6-a82c-9cdca1b010ac"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-4f3e0447-2ed2-43f6-a82c-9cdca1b010ac"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-4f3e0447-2ed2-43f6-a82c-9cdca1b010ac"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-4f3e0447-2ed2-43f6-a82c-9cdca1b010ac"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-4f3e0447-2ed2-43f6-a82c-9cdca1b010ac"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-4f3e0447-2ed2-43f6-a82c-9cdca1b010ac"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-4f3e0447-2ed2-43f6-a82c-9cdca1b010ac"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-4f3e0447-2ed2-43f6-a82c-9cdca1b010ac"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-4f3e0447-2ed2-43f6-a82c-9cdca1b010ac"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-4f3e0447-2ed2-43f6-a82c-9cdca1b010ac"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-4f3e0447-2ed2-43f6-a82c-9cdca1b010ac"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-4f3e0447-2ed2-43f6-a82c-9cdca1b010ac"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-4f3e0447-2ed2-43f6-a82c-9cdca1b010ac"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-4f3e0447-2ed2-43f6-a82c-9cdca1b010ac"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-4f3e0447-2ed2-43f6-a82c-9cdca1b010ac"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-4f3e0447-2ed2-43f6-a82c-9cdca1b010ac"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-4f3e0447-2ed2-43f6-a82c-9cdca1b010ac"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-4f3e0447-2ed2-43f6-a82c-9cdca1b010ac"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-63a40598-a967-4cff-813d-a6ac856c2d50 {
  margin-left: 20px;
margin-right: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: rgba(9, 9, 9, 1);
text-decoration: none;
}
#s-63a40598-a967-4cff-813d-a6ac856c2d50:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-63a40598-a967-4cff-813d-a6ac856c2d50:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-63a40598-a967-4cff-813d-a6ac856c2d50.shg-btn {
  color: #ffffff;
  font-size: 25px;
  font-weight: 700;
  
  font-family: Caveat;
  display:  block ;
}

#s-ca188e51-8c4c-4cca-95dc-587641fad769 {
  margin-top: 20px;
margin-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-ca188e51-8c4c-4cca-95dc-587641fad769"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ca188e51-8c4c-4cca-95dc-587641fad769"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-ca188e51-8c4c-4cca-95dc-587641fad769"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-ca188e51-8c4c-4cca-95dc-587641fad769"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-ca188e51-8c4c-4cca-95dc-587641fad769"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-ca188e51-8c4c-4cca-95dc-587641fad769"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-ca188e51-8c4c-4cca-95dc-587641fad769"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-ca188e51-8c4c-4cca-95dc-587641fad769"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-ca188e51-8c4c-4cca-95dc-587641fad769"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-ca188e51-8c4c-4cca-95dc-587641fad769"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-ca188e51-8c4c-4cca-95dc-587641fad769"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-ca188e51-8c4c-4cca-95dc-587641fad769"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-ca188e51-8c4c-4cca-95dc-587641fad769"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-ca188e51-8c4c-4cca-95dc-587641fad769"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-ca188e51-8c4c-4cca-95dc-587641fad769"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-ca188e51-8c4c-4cca-95dc-587641fad769"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-ca188e51-8c4c-4cca-95dc-587641fad769"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-ca188e51-8c4c-4cca-95dc-587641fad769"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-ca188e51-8c4c-4cca-95dc-587641fad769"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-ca188e51-8c4c-4cca-95dc-587641fad769"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-ca188e51-8c4c-4cca-95dc-587641fad769"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-ca188e51-8c4c-4cca-95dc-587641fad769"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-ca188e51-8c4c-4cca-95dc-587641fad769"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-ca188e51-8c4c-4cca-95dc-587641fad769"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-ca188e51-8c4c-4cca-95dc-587641fad769"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-ca188e51-8c4c-4cca-95dc-587641fad769"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-ca188e51-8c4c-4cca-95dc-587641fad769"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-ca188e51-8c4c-4cca-95dc-587641fad769"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-ca188e51-8c4c-4cca-95dc-587641fad769"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-ca188e51-8c4c-4cca-95dc-587641fad769"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-ca188e51-8c4c-4cca-95dc-587641fad769"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-ca188e51-8c4c-4cca-95dc-587641fad769"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-ca188e51-8c4c-4cca-95dc-587641fad769"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-ca188e51-8c4c-4cca-95dc-587641fad769"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-ca188e51-8c4c-4cca-95dc-587641fad769"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-ca188e51-8c4c-4cca-95dc-587641fad769"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-ca188e51-8c4c-4cca-95dc-587641fad769"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-f1d6ad1c-7242-45cb-b44c-01aab0abc15f {
  margin-left: 20px;
margin-right: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: rgba(7, 7, 7, 1);
text-decoration: none;
}
#s-f1d6ad1c-7242-45cb-b44c-01aab0abc15f:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-f1d6ad1c-7242-45cb-b44c-01aab0abc15f:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-f1d6ad1c-7242-45cb-b44c-01aab0abc15f.shg-btn {
  color: #ffffff;
  font-size: 25px;
  font-weight: 700;
  
  font-family: Caveat;
  display:  block ;
}

#s-62d6ceb8-abd8-4ec1-a75e-1a26614c0558 {
  margin-top: 20px;
margin-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-62d6ceb8-abd8-4ec1-a75e-1a26614c0558"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-62d6ceb8-abd8-4ec1-a75e-1a26614c0558"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-62d6ceb8-abd8-4ec1-a75e-1a26614c0558"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-62d6ceb8-abd8-4ec1-a75e-1a26614c0558"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-62d6ceb8-abd8-4ec1-a75e-1a26614c0558"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-62d6ceb8-abd8-4ec1-a75e-1a26614c0558"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-62d6ceb8-abd8-4ec1-a75e-1a26614c0558"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-62d6ceb8-abd8-4ec1-a75e-1a26614c0558"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-62d6ceb8-abd8-4ec1-a75e-1a26614c0558"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-62d6ceb8-abd8-4ec1-a75e-1a26614c0558"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-62d6ceb8-abd8-4ec1-a75e-1a26614c0558"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-62d6ceb8-abd8-4ec1-a75e-1a26614c0558"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-62d6ceb8-abd8-4ec1-a75e-1a26614c0558"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-62d6ceb8-abd8-4ec1-a75e-1a26614c0558"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-62d6ceb8-abd8-4ec1-a75e-1a26614c0558"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-62d6ceb8-abd8-4ec1-a75e-1a26614c0558"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-62d6ceb8-abd8-4ec1-a75e-1a26614c0558"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-62d6ceb8-abd8-4ec1-a75e-1a26614c0558"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-62d6ceb8-abd8-4ec1-a75e-1a26614c0558"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-62d6ceb8-abd8-4ec1-a75e-1a26614c0558"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-62d6ceb8-abd8-4ec1-a75e-1a26614c0558"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-62d6ceb8-abd8-4ec1-a75e-1a26614c0558"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-62d6ceb8-abd8-4ec1-a75e-1a26614c0558"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-62d6ceb8-abd8-4ec1-a75e-1a26614c0558"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-62d6ceb8-abd8-4ec1-a75e-1a26614c0558"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-62d6ceb8-abd8-4ec1-a75e-1a26614c0558"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-62d6ceb8-abd8-4ec1-a75e-1a26614c0558"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-62d6ceb8-abd8-4ec1-a75e-1a26614c0558"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-62d6ceb8-abd8-4ec1-a75e-1a26614c0558"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-62d6ceb8-abd8-4ec1-a75e-1a26614c0558"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-62d6ceb8-abd8-4ec1-a75e-1a26614c0558"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-62d6ceb8-abd8-4ec1-a75e-1a26614c0558"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-62d6ceb8-abd8-4ec1-a75e-1a26614c0558"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-62d6ceb8-abd8-4ec1-a75e-1a26614c0558"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-62d6ceb8-abd8-4ec1-a75e-1a26614c0558"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-62d6ceb8-abd8-4ec1-a75e-1a26614c0558"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-62d6ceb8-abd8-4ec1-a75e-1a26614c0558"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-fdbd92d4-9d7e-4be2-bb3c-f8903c9cbb84 {
  margin-left: 20px;
margin-right: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: rgba(4, 4, 4, 1);
text-decoration: none;
}
#s-fdbd92d4-9d7e-4be2-bb3c-f8903c9cbb84:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-fdbd92d4-9d7e-4be2-bb3c-f8903c9cbb84:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-fdbd92d4-9d7e-4be2-bb3c-f8903c9cbb84.shg-btn {
  color: #ffffff;
  font-size: 25px;
  font-weight: 700;
  
  font-family: Caveat;
  display:  block ;
}

#s-463b0823-df20-4c0f-a600-e68a51177fe8 {
  margin-bottom: 30px;
min-height: 50px;
}
@media (min-width: 1200px){#s-463b0823-df20-4c0f-a600-e68a51177fe8 {
  display: none;
}
#s-463b0823-df20-4c0f-a600-e68a51177fe8, #wrap-s-463b0823-df20-4c0f-a600-e68a51177fe8 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-463b0823-df20-4c0f-a600-e68a51177fe8 {
  display: none;
}
#s-463b0823-df20-4c0f-a600-e68a51177fe8, #wrap-s-463b0823-df20-4c0f-a600-e68a51177fe8 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-463b0823-df20-4c0f-a600-e68a51177fe8 {
  display: none;
}
#s-463b0823-df20-4c0f-a600-e68a51177fe8, #wrap-s-463b0823-df20-4c0f-a600-e68a51177fe8 { display:none !important; }}







#s-463b0823-df20-4c0f-a600-e68a51177fe8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-463b0823-df20-4c0f-a600-e68a51177fe8.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-da8c50e4-8906-4814-a42e-6ab121da7816 {
  text-align: center;
}




  #s-da8c50e4-8906-4814-a42e-6ab121da7816 img.shogun-image {
    
    width: px;
  }


#s-da8c50e4-8906-4814-a42e-6ab121da7816 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

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

#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%;
  -webkit-transform: translate(-50%,-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;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          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;
  -webkit-transform: translate(0%, -50%);
          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;
	-webkit-transition: opacity 300ms;
	transition: opacity 300ms;
}
