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

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

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

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

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

.shg-box-vertical-align-bottom {
  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-24647d38-101e-4209-9c14-38c11d69ccc8 { min-height: 50px;
background-color: rgba(255, 62, 75, 0); }
@media (max-width: 767px){#s-24647d38-101e-4209-9c14-38c11d69ccc8, #wrap-s-24647d38-101e-4209-9c14-38c11d69ccc8 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-24647d38-101e-4209-9c14-38c11d69ccc8, #wrap-s-24647d38-101e-4209-9c14-38c11d69ccc8 { display:none !important; }}
#s-24647d38-101e-4209-9c14-38c11d69ccc8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
.shogun-image-container {
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-image-cover {
  -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: flex;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
}

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

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

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

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

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

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

.shogun-image-content-bottom {
  align-items: flex-end;
}
#s-73404f1d-e6fd-456e-a248-e172de314557 { text-align: center; }
#s-74eb4ab1-b72b-47cf-84b5-166f606a2a1f { margin-bottom: 100px;
padding-top: 15px;
padding-bottom: 15px;
min-height: 50px; }
#s-74eb4ab1-b72b-47cf-84b5-166f606a2a1f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
.shg-row {
  display: flex;
  flex-wrap: wrap;
  min-height: inherit;
  max-height: inherit;
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;
}

#s-62807e07-d2da-4f34-ae8c-de16f958ba99 { margin-top: 100px; }
@media (min-width: 0px) {
[id="s-62807e07-d2da-4f34-ae8c-de16f958ba99"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-62807e07-d2da-4f34-ae8c-de16f958ba99"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-62807e07-d2da-4f34-ae8c-de16f958ba99"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-62807e07-d2da-4f34-ae8c-de16f958ba99"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-62807e07-d2da-4f34-ae8c-de16f958ba99"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-62807e07-d2da-4f34-ae8c-de16f958ba99"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-62807e07-d2da-4f34-ae8c-de16f958ba99"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-62807e07-d2da-4f34-ae8c-de16f958ba99"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-62807e07-d2da-4f34-ae8c-de16f958ba99"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-62807e07-d2da-4f34-ae8c-de16f958ba99"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-62807e07-d2da-4f34-ae8c-de16f958ba99"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-62807e07-d2da-4f34-ae8c-de16f958ba99"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-62807e07-d2da-4f34-ae8c-de16f958ba99"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-62807e07-d2da-4f34-ae8c-de16f958ba99"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-62807e07-d2da-4f34-ae8c-de16f958ba99"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-62807e07-d2da-4f34-ae8c-de16f958ba99"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-62807e07-d2da-4f34-ae8c-de16f958ba99"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-62807e07-d2da-4f34-ae8c-de16f958ba99"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-62807e07-d2da-4f34-ae8c-de16f958ba99"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-62807e07-d2da-4f34-ae8c-de16f958ba99"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-62807e07-d2da-4f34-ae8c-de16f958ba99"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-62807e07-d2da-4f34-ae8c-de16f958ba99"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-62807e07-d2da-4f34-ae8c-de16f958ba99"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-62807e07-d2da-4f34-ae8c-de16f958ba99"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-62807e07-d2da-4f34-ae8c-de16f958ba99"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-62807e07-d2da-4f34-ae8c-de16f958ba99"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-62807e07-d2da-4f34-ae8c-de16f958ba99"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-62807e07-d2da-4f34-ae8c-de16f958ba99"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-62807e07-d2da-4f34-ae8c-de16f958ba99"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-62807e07-d2da-4f34-ae8c-de16f958ba99"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-62807e07-d2da-4f34-ae8c-de16f958ba99"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-62807e07-d2da-4f34-ae8c-de16f958ba99"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-62807e07-d2da-4f34-ae8c-de16f958ba99"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-62807e07-d2da-4f34-ae8c-de16f958ba99"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-62807e07-d2da-4f34-ae8c-de16f958ba99"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-62807e07-d2da-4f34-ae8c-de16f958ba99"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-62807e07-d2da-4f34-ae8c-de16f958ba99"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-3356263b-4096-495a-9ca5-b69ee929c52a {  }
.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-29110786-d49a-4c12-806f-9f996da55959 { margin-top: 10px;
margin-left: 50px;
margin-bottom: 10px;
margin-right: 50px;
padding-top: 10px;
padding-left: 50px;
padding-bottom: 10px;
padding-right: 50px;
border-radius: 200px;
text-align: center;
background-color: rgba(255, 62, 75, 1);
text-decoration: none; }
#s-29110786-d49a-4c12-806f-9f996da55959:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-29110786-d49a-4c12-806f-9f996da55959:active {background-color: #000000 !important;
text-decoration: none !important;}

 #s-29110786-d49a-4c12-806f-9f996da55959.shg-btn {
   color: #ffffff;
   font-size: 20px;
   font-weight:  700 ;
   font-style:  normal ;
   font-family: Nunito;
 }
@media (min-width: 0px) {
[id="s-64b8e2f5-8c93-40a4-b00a-e759cec645c5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-64b8e2f5-8c93-40a4-b00a-e759cec645c5"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-64b8e2f5-8c93-40a4-b00a-e759cec645c5"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-64b8e2f5-8c93-40a4-b00a-e759cec645c5"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-64b8e2f5-8c93-40a4-b00a-e759cec645c5"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-64b8e2f5-8c93-40a4-b00a-e759cec645c5"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-64b8e2f5-8c93-40a4-b00a-e759cec645c5"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-64b8e2f5-8c93-40a4-b00a-e759cec645c5"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-64b8e2f5-8c93-40a4-b00a-e759cec645c5"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-64b8e2f5-8c93-40a4-b00a-e759cec645c5"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-64b8e2f5-8c93-40a4-b00a-e759cec645c5"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-64b8e2f5-8c93-40a4-b00a-e759cec645c5"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-64b8e2f5-8c93-40a4-b00a-e759cec645c5"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-64b8e2f5-8c93-40a4-b00a-e759cec645c5"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-64b8e2f5-8c93-40a4-b00a-e759cec645c5"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-64b8e2f5-8c93-40a4-b00a-e759cec645c5"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-64b8e2f5-8c93-40a4-b00a-e759cec645c5"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-64b8e2f5-8c93-40a4-b00a-e759cec645c5"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-64b8e2f5-8c93-40a4-b00a-e759cec645c5"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-64b8e2f5-8c93-40a4-b00a-e759cec645c5"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-64b8e2f5-8c93-40a4-b00a-e759cec645c5"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-64b8e2f5-8c93-40a4-b00a-e759cec645c5"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-64b8e2f5-8c93-40a4-b00a-e759cec645c5"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-64b8e2f5-8c93-40a4-b00a-e759cec645c5"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-64b8e2f5-8c93-40a4-b00a-e759cec645c5"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-64b8e2f5-8c93-40a4-b00a-e759cec645c5"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-64b8e2f5-8c93-40a4-b00a-e759cec645c5"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-64b8e2f5-8c93-40a4-b00a-e759cec645c5"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-64b8e2f5-8c93-40a4-b00a-e759cec645c5"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-64b8e2f5-8c93-40a4-b00a-e759cec645c5"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-64b8e2f5-8c93-40a4-b00a-e759cec645c5"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-64b8e2f5-8c93-40a4-b00a-e759cec645c5"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-64b8e2f5-8c93-40a4-b00a-e759cec645c5"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-64b8e2f5-8c93-40a4-b00a-e759cec645c5"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-64b8e2f5-8c93-40a4-b00a-e759cec645c5"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-64b8e2f5-8c93-40a4-b00a-e759cec645c5"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-64b8e2f5-8c93-40a4-b00a-e759cec645c5"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-06fb4446-3751-473c-8201-774c2915b313 { margin-top: 20px;
padding-top: 50px;
padding-bottom: 50px;
background-color: rgba(255, 255, 255, 0); }
#s-2a29f2f1-2a70-42de-88cf-12248f8bd3b3 { margin-top: 20px;
margin-left: 0px;
margin-right: 0px;
padding-top: 50px;
padding-bottom: 50px; }
@media (min-width: 0px) {
[id="s-2a29f2f1-2a70-42de-88cf-12248f8bd3b3"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-2a29f2f1-2a70-42de-88cf-12248f8bd3b3"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-2a29f2f1-2a70-42de-88cf-12248f8bd3b3"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-2a29f2f1-2a70-42de-88cf-12248f8bd3b3"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-2a29f2f1-2a70-42de-88cf-12248f8bd3b3"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-2a29f2f1-2a70-42de-88cf-12248f8bd3b3"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-2a29f2f1-2a70-42de-88cf-12248f8bd3b3"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-2a29f2f1-2a70-42de-88cf-12248f8bd3b3"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-2a29f2f1-2a70-42de-88cf-12248f8bd3b3"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-2a29f2f1-2a70-42de-88cf-12248f8bd3b3"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-2a29f2f1-2a70-42de-88cf-12248f8bd3b3"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-2a29f2f1-2a70-42de-88cf-12248f8bd3b3"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 768px) {
[id="s-2a29f2f1-2a70-42de-88cf-12248f8bd3b3"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-2a29f2f1-2a70-42de-88cf-12248f8bd3b3"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-2a29f2f1-2a70-42de-88cf-12248f8bd3b3"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-2a29f2f1-2a70-42de-88cf-12248f8bd3b3"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-2a29f2f1-2a70-42de-88cf-12248f8bd3b3"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-2a29f2f1-2a70-42de-88cf-12248f8bd3b3"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-2a29f2f1-2a70-42de-88cf-12248f8bd3b3"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-2a29f2f1-2a70-42de-88cf-12248f8bd3b3"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-2a29f2f1-2a70-42de-88cf-12248f8bd3b3"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-2a29f2f1-2a70-42de-88cf-12248f8bd3b3"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-2a29f2f1-2a70-42de-88cf-12248f8bd3b3"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-2a29f2f1-2a70-42de-88cf-12248f8bd3b3"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-2a29f2f1-2a70-42de-88cf-12248f8bd3b3"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-2a29f2f1-2a70-42de-88cf-12248f8bd3b3"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-2a29f2f1-2a70-42de-88cf-12248f8bd3b3"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-2a29f2f1-2a70-42de-88cf-12248f8bd3b3"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-2a29f2f1-2a70-42de-88cf-12248f8bd3b3"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-2a29f2f1-2a70-42de-88cf-12248f8bd3b3"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-2a29f2f1-2a70-42de-88cf-12248f8bd3b3"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-2a29f2f1-2a70-42de-88cf-12248f8bd3b3"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-2a29f2f1-2a70-42de-88cf-12248f8bd3b3"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-2a29f2f1-2a70-42de-88cf-12248f8bd3b3"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-2a29f2f1-2a70-42de-88cf-12248f8bd3b3"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-2a29f2f1-2a70-42de-88cf-12248f8bd3b3"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-2a29f2f1-2a70-42de-88cf-12248f8bd3b3"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-2a29f2f1-2a70-42de-88cf-12248f8bd3b3"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-2a29f2f1-2a70-42de-88cf-12248f8bd3b3"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-2a29f2f1-2a70-42de-88cf-12248f8bd3b3"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-2a29f2f1-2a70-42de-88cf-12248f8bd3b3"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-2a29f2f1-2a70-42de-88cf-12248f8bd3b3"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-2a29f2f1-2a70-42de-88cf-12248f8bd3b3"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-2a29f2f1-2a70-42de-88cf-12248f8bd3b3"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-2a29f2f1-2a70-42de-88cf-12248f8bd3b3"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-2a29f2f1-2a70-42de-88cf-12248f8bd3b3"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-2a29f2f1-2a70-42de-88cf-12248f8bd3b3"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-2a29f2f1-2a70-42de-88cf-12248f8bd3b3"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-09ee6c7f-0361-45de-aa62-335fdb3f978d { margin-top: 10px;
margin-bottom: 10px;
padding-top: 50px;
padding-bottom: 50px; }
@media (min-width: 0px) {
[id="s-09ee6c7f-0361-45de-aa62-335fdb3f978d"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-09ee6c7f-0361-45de-aa62-335fdb3f978d"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-09ee6c7f-0361-45de-aa62-335fdb3f978d"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-09ee6c7f-0361-45de-aa62-335fdb3f978d"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-09ee6c7f-0361-45de-aa62-335fdb3f978d"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-09ee6c7f-0361-45de-aa62-335fdb3f978d"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-09ee6c7f-0361-45de-aa62-335fdb3f978d"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-09ee6c7f-0361-45de-aa62-335fdb3f978d"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-09ee6c7f-0361-45de-aa62-335fdb3f978d"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-09ee6c7f-0361-45de-aa62-335fdb3f978d"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-09ee6c7f-0361-45de-aa62-335fdb3f978d"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-09ee6c7f-0361-45de-aa62-335fdb3f978d"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-09ee6c7f-0361-45de-aa62-335fdb3f978d"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-09ee6c7f-0361-45de-aa62-335fdb3f978d"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-09ee6c7f-0361-45de-aa62-335fdb3f978d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-09ee6c7f-0361-45de-aa62-335fdb3f978d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-09ee6c7f-0361-45de-aa62-335fdb3f978d"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-09ee6c7f-0361-45de-aa62-335fdb3f978d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-09ee6c7f-0361-45de-aa62-335fdb3f978d"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-09ee6c7f-0361-45de-aa62-335fdb3f978d"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-09ee6c7f-0361-45de-aa62-335fdb3f978d"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-09ee6c7f-0361-45de-aa62-335fdb3f978d"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-09ee6c7f-0361-45de-aa62-335fdb3f978d"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-09ee6c7f-0361-45de-aa62-335fdb3f978d"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-09ee6c7f-0361-45de-aa62-335fdb3f978d"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-09ee6c7f-0361-45de-aa62-335fdb3f978d"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-09ee6c7f-0361-45de-aa62-335fdb3f978d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-09ee6c7f-0361-45de-aa62-335fdb3f978d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-09ee6c7f-0361-45de-aa62-335fdb3f978d"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-09ee6c7f-0361-45de-aa62-335fdb3f978d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-09ee6c7f-0361-45de-aa62-335fdb3f978d"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-09ee6c7f-0361-45de-aa62-335fdb3f978d"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-09ee6c7f-0361-45de-aa62-335fdb3f978d"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-09ee6c7f-0361-45de-aa62-335fdb3f978d"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-09ee6c7f-0361-45de-aa62-335fdb3f978d"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-09ee6c7f-0361-45de-aa62-335fdb3f978d"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-09ee6c7f-0361-45de-aa62-335fdb3f978d"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-09ee6c7f-0361-45de-aa62-335fdb3f978d"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-09ee6c7f-0361-45de-aa62-335fdb3f978d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-09ee6c7f-0361-45de-aa62-335fdb3f978d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-09ee6c7f-0361-45de-aa62-335fdb3f978d"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-09ee6c7f-0361-45de-aa62-335fdb3f978d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-09ee6c7f-0361-45de-aa62-335fdb3f978d"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-09ee6c7f-0361-45de-aa62-335fdb3f978d"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-09ee6c7f-0361-45de-aa62-335fdb3f978d"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-09ee6c7f-0361-45de-aa62-335fdb3f978d"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-09ee6c7f-0361-45de-aa62-335fdb3f978d"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-09ee6c7f-0361-45de-aa62-335fdb3f978d"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-2b1a1dcc-e771-4f2c-bc30-9a5be3f4f569 { min-height: 500px; }
#s-2b1a1dcc-e771-4f2c-bc30-9a5be3f4f569 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-454618f5-8001-47fe-ad79-9e79d39a5783 { margin-top: 0px;
margin-bottom: 0px;
padding-top: 150px;
padding-bottom: 50px; }
#s-8a763623-6995-4f7f-ad0d-8134646396d2 { margin-bottom: 80px;
padding-top: 10px;
padding-left: 30px;
padding-bottom: 10px;
padding-right: 30px;
border-radius: 200px;
text-align: center;
background-color: rgba(255, 62, 75, 1);
text-decoration: none; }
#s-8a763623-6995-4f7f-ad0d-8134646396d2:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-8a763623-6995-4f7f-ad0d-8134646396d2:active {background-color: #000000 !important;
text-decoration: none !important;}

 #s-8a763623-6995-4f7f-ad0d-8134646396d2.shg-btn {
   color: rgba(255, 255, 255, 1);
   font-size: 20px;
   font-weight:  700 ;
   font-style:  normal ;
   font-family: Nunito;
 }
#s-c3aff3ef-33cd-4c16-b3df-f02e4ceac959 { background-image: url(https://i.shgcdn.com/aea5e6cc-b362-4f55-bbcf-2f5d2206fdc4/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: contain;
min-height: 500px;
background-position: center center; }
#s-c3aff3ef-33cd-4c16-b3df-f02e4ceac959 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-1063c10c-05c2-4fee-ab33-81f81bd7c5d8 { margin-top: 100px;
padding-top: 0px;
padding-left: 15px;
padding-right: 15px; }
@media (min-width: 0px) {
[id="s-1063c10c-05c2-4fee-ab33-81f81bd7c5d8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1063c10c-05c2-4fee-ab33-81f81bd7c5d8"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-1063c10c-05c2-4fee-ab33-81f81bd7c5d8"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-1063c10c-05c2-4fee-ab33-81f81bd7c5d8"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-1063c10c-05c2-4fee-ab33-81f81bd7c5d8"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-1063c10c-05c2-4fee-ab33-81f81bd7c5d8"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-1063c10c-05c2-4fee-ab33-81f81bd7c5d8"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-1063c10c-05c2-4fee-ab33-81f81bd7c5d8"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-1063c10c-05c2-4fee-ab33-81f81bd7c5d8"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-1063c10c-05c2-4fee-ab33-81f81bd7c5d8"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-1063c10c-05c2-4fee-ab33-81f81bd7c5d8"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-1063c10c-05c2-4fee-ab33-81f81bd7c5d8"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-1063c10c-05c2-4fee-ab33-81f81bd7c5d8"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-1063c10c-05c2-4fee-ab33-81f81bd7c5d8"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-1063c10c-05c2-4fee-ab33-81f81bd7c5d8"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-1063c10c-05c2-4fee-ab33-81f81bd7c5d8"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-1063c10c-05c2-4fee-ab33-81f81bd7c5d8"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-1063c10c-05c2-4fee-ab33-81f81bd7c5d8"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-1063c10c-05c2-4fee-ab33-81f81bd7c5d8"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-1063c10c-05c2-4fee-ab33-81f81bd7c5d8"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-1063c10c-05c2-4fee-ab33-81f81bd7c5d8"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-1063c10c-05c2-4fee-ab33-81f81bd7c5d8"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-1063c10c-05c2-4fee-ab33-81f81bd7c5d8"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-1063c10c-05c2-4fee-ab33-81f81bd7c5d8"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-1063c10c-05c2-4fee-ab33-81f81bd7c5d8"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-1063c10c-05c2-4fee-ab33-81f81bd7c5d8"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-1063c10c-05c2-4fee-ab33-81f81bd7c5d8"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-1063c10c-05c2-4fee-ab33-81f81bd7c5d8"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-1063c10c-05c2-4fee-ab33-81f81bd7c5d8"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-1063c10c-05c2-4fee-ab33-81f81bd7c5d8"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-1063c10c-05c2-4fee-ab33-81f81bd7c5d8"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-1063c10c-05c2-4fee-ab33-81f81bd7c5d8"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-1063c10c-05c2-4fee-ab33-81f81bd7c5d8"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-1063c10c-05c2-4fee-ab33-81f81bd7c5d8"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-1063c10c-05c2-4fee-ab33-81f81bd7c5d8"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-1063c10c-05c2-4fee-ab33-81f81bd7c5d8"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-1063c10c-05c2-4fee-ab33-81f81bd7c5d8"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

.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-77874b06-8931-4c88-83d4-f61f5e887bdb { padding-top: 40px; }
 #s-77874b06-8931-4c88-83d4-f61f5e887bdb .shogun-heading-component h6 {
   color: #000;
   font-weight:  normal ;
   
   font-style:  normal ;
   font-size: 12px;
   
   letter-spacing: 0px;
   text-align: center;
 }

 

#s-6408354d-593f-467e-9ac7-71f8dcc34235 { border-style: solid;
margin-top: 0px;
margin-left: 20px;
margin-bottom: 0px;
margin-right: 20px;
padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-radius: 30px;
min-height: 50px;
border-color: rgba(0, 174, 175, 1); }
#s-6408354d-593f-467e-9ac7-71f8dcc34235 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-a5e8c8ea-3421-44dc-8c21-8cc7154cb499 { margin-left: auto;
margin-right: auto;
text-align: center; }
#s-b44e902a-629e-441c-b12e-bd43e619a513 {
  display: none;
}
.shg-product-image-wrapper img.shogun-image,
.shogun-component img.shogun-image {
  display: inline-block;
  vertical-align: middle;
}

.shg-product-image-wrapper img.shogun-image {
  width: 100%;
}

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

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

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

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

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

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

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

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

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

#s-6168b37e-6e6f-49ee-9619-7e96e24d05db { text-align: center; }

.shg-c#s-6168b37e-6e6f-49ee-9619-7e96e24d05db {
  max-width: 100%;
}

.shg-c#s-6168b37e-6e6f-49ee-9619-7e96e24d05db img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6168b37e-6e6f-49ee-9619-7e96e24d05db .shg-image-zoom,
.shg-c#s-6168b37e-6e6f-49ee-9619-7e96e24d05db img.shogun-image {
  max-width: 200px !important;
  
}



#s-2c668587-17d8-48d5-8869-6a6095021e9e { text-align: left; }
#s-2c668587-17d8-48d5-8869-6a6095021e9e .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-2c668587-17d8-48d5-8869-6a6095021e9e .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-2c668587-17d8-48d5-8869-6a6095021e9e .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-2c668587-17d8-48d5-8869-6a6095021e9e .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}


#s-64ba81c7-4131-4e38-bad2-c454a6f3ba43 { text-align: left; }
#s-64ba81c7-4131-4e38-bad2-c454a6f3ba43 .shg-product-quantity-wrapper {
  display: flex;
}

#s-64ba81c7-4131-4e38-bad2-c454a6f3ba43 .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-64ba81c7-4131-4e38-bad2-c454a6f3ba43 .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-64ba81c7-4131-4e38-bad2-c454a6f3ba43 .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-64ba81c7-4131-4e38-bad2-c454a6f3ba43 .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }



#s-517b9522-4794-4e48-8a91-cfa309d56520 { margin-top: 13px; }
@media (min-width: 0px) {
[id="s-517b9522-4794-4e48-8a91-cfa309d56520"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-517b9522-4794-4e48-8a91-cfa309d56520"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 6.666666666666667px);
}

[id="s-517b9522-4794-4e48-8a91-cfa309d56520"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 6.666666666666667px);
}

[id="s-517b9522-4794-4e48-8a91-cfa309d56520"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 6.666666666666667px);
}

[id="s-517b9522-4794-4e48-8a91-cfa309d56520"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

[id="s-517b9522-4794-4e48-8a91-cfa309d56520"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 6.666666666666667px);
}

[id="s-517b9522-4794-4e48-8a91-cfa309d56520"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 6.666666666666667px);
}

[id="s-517b9522-4794-4e48-8a91-cfa309d56520"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 6.666666666666667px);
}

[id="s-517b9522-4794-4e48-8a91-cfa309d56520"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 6.666666666666667px);
}

[id="s-517b9522-4794-4e48-8a91-cfa309d56520"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 6.666666666666667px);
}

[id="s-517b9522-4794-4e48-8a91-cfa309d56520"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 6.666666666666667px);
}

[id="s-517b9522-4794-4e48-8a91-cfa309d56520"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 6.666666666666667px);
}

[id="s-517b9522-4794-4e48-8a91-cfa309d56520"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-517b9522-4794-4e48-8a91-cfa309d56520"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 6.666666666666667px);
}

[id="s-517b9522-4794-4e48-8a91-cfa309d56520"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 6.666666666666667px);
}

[id="s-517b9522-4794-4e48-8a91-cfa309d56520"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 6.666666666666667px);
}

[id="s-517b9522-4794-4e48-8a91-cfa309d56520"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

[id="s-517b9522-4794-4e48-8a91-cfa309d56520"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 6.666666666666667px);
}

[id="s-517b9522-4794-4e48-8a91-cfa309d56520"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 6.666666666666667px);
}

[id="s-517b9522-4794-4e48-8a91-cfa309d56520"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 6.666666666666667px);
}

[id="s-517b9522-4794-4e48-8a91-cfa309d56520"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 6.666666666666667px);
}

[id="s-517b9522-4794-4e48-8a91-cfa309d56520"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 6.666666666666667px);
}

[id="s-517b9522-4794-4e48-8a91-cfa309d56520"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 6.666666666666667px);
}

[id="s-517b9522-4794-4e48-8a91-cfa309d56520"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 6.666666666666667px);
}

[id="s-517b9522-4794-4e48-8a91-cfa309d56520"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-517b9522-4794-4e48-8a91-cfa309d56520"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 6.666666666666667px);
}

[id="s-517b9522-4794-4e48-8a91-cfa309d56520"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 6.666666666666667px);
}

[id="s-517b9522-4794-4e48-8a91-cfa309d56520"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 6.666666666666667px);
}

[id="s-517b9522-4794-4e48-8a91-cfa309d56520"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

[id="s-517b9522-4794-4e48-8a91-cfa309d56520"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 6.666666666666667px);
}

[id="s-517b9522-4794-4e48-8a91-cfa309d56520"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 6.666666666666667px);
}

[id="s-517b9522-4794-4e48-8a91-cfa309d56520"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 6.666666666666667px);
}

[id="s-517b9522-4794-4e48-8a91-cfa309d56520"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 6.666666666666667px);
}

[id="s-517b9522-4794-4e48-8a91-cfa309d56520"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 6.666666666666667px);
}

[id="s-517b9522-4794-4e48-8a91-cfa309d56520"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 6.666666666666667px);
}

[id="s-517b9522-4794-4e48-8a91-cfa309d56520"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 6.666666666666667px);
}

[id="s-517b9522-4794-4e48-8a91-cfa309d56520"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 6.666666666666667px);
}

}

.shg-product-atc-wrapper {
  position: relative;
}

.shg-product-atc-btn {
  position: relative;
  z-index: 2;
  display: block;
  border: none;
  align-items: normal;
  box-sizing: border-box;
  cursor: pointer;
  transition: opacity 200ms linear;
  opacity: 1;
}

.shg-product-atc-btn-opaque {
  opacity: 0;
}

.shg-product-atc-info-box {
  position: absolute;
  z-index: 1;
  display: flex;
  overflow: hidden;
  justify-content: center;
  align-items: center;
  text-align: center;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.shg-product-atc-btn-wrapper .shg-btn:not(.shg-btn-stretch) {
  display: inline-block !important;
}

.shg-product-atc-btn-wrapper.shg-align-center {
  text-align: center;
}

.shg-product-atc-btn-wrapper.shg-align-right {
  text-align: right;
}

#s-93b9b45a-fd74-4d26-853a-ff6a3c197bf9 { padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
border-radius: 102px;
text-align: center;
background-color: rgba(255, 62, 75, 1); }
#s-93b9b45a-fd74-4d26-853a-ff6a3c197bf9:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-93b9b45a-fd74-4d26-853a-ff6a3c197bf9:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-93b9b45a-fd74-4d26-853a-ff6a3c197bf9 {
  display: block;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-93b9b45a-fd74-4d26-853a-ff6a3c197bf9.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-93b9b45a-fd74-4d26-853a-ff6a3c197bf9.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-93b9b45a-fd74-4d26-853a-ff6a3c197bf9.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-82a78c8a-9dee-43bb-97dd-f3851e91df38 { padding-top: 0px;
padding-bottom: 0px; }
 #s-82a78c8a-9dee-43bb-97dd-f3851e91df38 .shogun-heading-component h2 {
   color: rgba(255, 62, 75, 1);
   font-weight:  normal ;
   
   font-style:  normal ;
   
   
   letter-spacing: 6px;
   text-align: center;
 }

 

#s-c11d8ac0-21c9-4515-b6cf-9ec31b0c3d68 { padding-top: 0px; }
#s-cbf65f1b-b6d1-489e-889b-0a9120c59abe { border-style: solid;
margin-top: 0px;
margin-left: 20px;
margin-bottom: 10px;
margin-right: 20px;
padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
border-top-width: 5px;
border-left-width: 5px;
border-bottom-width: 5px;
border-right-width: 5px;
border-radius: 30px;
min-height: 50px;
border-color: rgba(255, 62, 75, 1); }
#s-cbf65f1b-b6d1-489e-889b-0a9120c59abe > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-f703c2dc-e9e8-4b4a-bde1-91ea190d6689 { margin-top: 10px;
margin-bottom: 0px;
padding-top: 20px; }
#s-876a9237-263d-4411-aad6-77c76ee141f6 { margin-left: auto;
margin-right: auto;
text-align: center; }
#s-66e2bfc5-b6bc-49a9-b8ed-d4192bd45d41 {
  display: none;
}
#s-3a55fd8c-723d-4133-b77a-eab5d5521ed2 { padding-bottom: 0px;
text-align: center; }

.shg-c#s-3a55fd8c-723d-4133-b77a-eab5d5521ed2 {
  max-width: 100%;
}

.shg-c#s-3a55fd8c-723d-4133-b77a-eab5d5521ed2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3a55fd8c-723d-4133-b77a-eab5d5521ed2 .shg-image-zoom,
.shg-c#s-3a55fd8c-723d-4133-b77a-eab5d5521ed2 img.shogun-image {
  max-width: 200px !important;
  
}



#s-199bbec8-09dd-4ab8-876b-f1ca1d59e7b4 { text-align: left; }
#s-199bbec8-09dd-4ab8-876b-f1ca1d59e7b4 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-199bbec8-09dd-4ab8-876b-f1ca1d59e7b4 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-199bbec8-09dd-4ab8-876b-f1ca1d59e7b4 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-199bbec8-09dd-4ab8-876b-f1ca1d59e7b4 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}


#s-a9757af7-ac62-42b9-a15e-fd0a1aafa7a6 { text-align: left; }
#s-a9757af7-ac62-42b9-a15e-fd0a1aafa7a6 .shg-product-quantity-wrapper {
  display: flex;
}

#s-a9757af7-ac62-42b9-a15e-fd0a1aafa7a6 .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-a9757af7-ac62-42b9-a15e-fd0a1aafa7a6 .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-a9757af7-ac62-42b9-a15e-fd0a1aafa7a6 .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-a9757af7-ac62-42b9-a15e-fd0a1aafa7a6 .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }



#s-8ee5ae7a-be8b-4a26-8d10-7e00de7449f7 { margin-top: 13px; }
@media (min-width: 0px) {
[id="s-8ee5ae7a-be8b-4a26-8d10-7e00de7449f7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8ee5ae7a-be8b-4a26-8d10-7e00de7449f7"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 6.666666666666667px);
}

[id="s-8ee5ae7a-be8b-4a26-8d10-7e00de7449f7"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 6.666666666666667px);
}

[id="s-8ee5ae7a-be8b-4a26-8d10-7e00de7449f7"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 6.666666666666667px);
}

[id="s-8ee5ae7a-be8b-4a26-8d10-7e00de7449f7"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

[id="s-8ee5ae7a-be8b-4a26-8d10-7e00de7449f7"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 6.666666666666667px);
}

[id="s-8ee5ae7a-be8b-4a26-8d10-7e00de7449f7"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 6.666666666666667px);
}

[id="s-8ee5ae7a-be8b-4a26-8d10-7e00de7449f7"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 6.666666666666667px);
}

[id="s-8ee5ae7a-be8b-4a26-8d10-7e00de7449f7"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 6.666666666666667px);
}

[id="s-8ee5ae7a-be8b-4a26-8d10-7e00de7449f7"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 6.666666666666667px);
}

[id="s-8ee5ae7a-be8b-4a26-8d10-7e00de7449f7"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 6.666666666666667px);
}

[id="s-8ee5ae7a-be8b-4a26-8d10-7e00de7449f7"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 6.666666666666667px);
}

[id="s-8ee5ae7a-be8b-4a26-8d10-7e00de7449f7"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-8ee5ae7a-be8b-4a26-8d10-7e00de7449f7"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 6.666666666666667px);
}

[id="s-8ee5ae7a-be8b-4a26-8d10-7e00de7449f7"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 6.666666666666667px);
}

[id="s-8ee5ae7a-be8b-4a26-8d10-7e00de7449f7"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 6.666666666666667px);
}

[id="s-8ee5ae7a-be8b-4a26-8d10-7e00de7449f7"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

[id="s-8ee5ae7a-be8b-4a26-8d10-7e00de7449f7"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 6.666666666666667px);
}

[id="s-8ee5ae7a-be8b-4a26-8d10-7e00de7449f7"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 6.666666666666667px);
}

[id="s-8ee5ae7a-be8b-4a26-8d10-7e00de7449f7"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 6.666666666666667px);
}

[id="s-8ee5ae7a-be8b-4a26-8d10-7e00de7449f7"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 6.666666666666667px);
}

[id="s-8ee5ae7a-be8b-4a26-8d10-7e00de7449f7"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 6.666666666666667px);
}

[id="s-8ee5ae7a-be8b-4a26-8d10-7e00de7449f7"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 6.666666666666667px);
}

[id="s-8ee5ae7a-be8b-4a26-8d10-7e00de7449f7"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 6.666666666666667px);
}

[id="s-8ee5ae7a-be8b-4a26-8d10-7e00de7449f7"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-8ee5ae7a-be8b-4a26-8d10-7e00de7449f7"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 6.666666666666667px);
}

[id="s-8ee5ae7a-be8b-4a26-8d10-7e00de7449f7"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 6.666666666666667px);
}

[id="s-8ee5ae7a-be8b-4a26-8d10-7e00de7449f7"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 6.666666666666667px);
}

[id="s-8ee5ae7a-be8b-4a26-8d10-7e00de7449f7"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

[id="s-8ee5ae7a-be8b-4a26-8d10-7e00de7449f7"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 6.666666666666667px);
}

[id="s-8ee5ae7a-be8b-4a26-8d10-7e00de7449f7"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 6.666666666666667px);
}

[id="s-8ee5ae7a-be8b-4a26-8d10-7e00de7449f7"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 6.666666666666667px);
}

[id="s-8ee5ae7a-be8b-4a26-8d10-7e00de7449f7"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 6.666666666666667px);
}

[id="s-8ee5ae7a-be8b-4a26-8d10-7e00de7449f7"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 6.666666666666667px);
}

[id="s-8ee5ae7a-be8b-4a26-8d10-7e00de7449f7"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 6.666666666666667px);
}

[id="s-8ee5ae7a-be8b-4a26-8d10-7e00de7449f7"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 6.666666666666667px);
}

[id="s-8ee5ae7a-be8b-4a26-8d10-7e00de7449f7"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 6.666666666666667px);
}

}

#s-1df6dbb8-8634-4771-86dc-576311302bef { padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
border-radius: 102px;
text-align: center;
background-color: rgba(255, 62, 75, 1); }
#s-1df6dbb8-8634-4771-86dc-576311302bef:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-1df6dbb8-8634-4771-86dc-576311302bef:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-1df6dbb8-8634-4771-86dc-576311302bef {
  display: block;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-1df6dbb8-8634-4771-86dc-576311302bef.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-1df6dbb8-8634-4771-86dc-576311302bef.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-1df6dbb8-8634-4771-86dc-576311302bef.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-df60f515-5e38-428c-aa5c-91f8c7be755a { padding-top: 40px;
padding-bottom: 0px; }
 #s-df60f515-5e38-428c-aa5c-91f8c7be755a .shogun-heading-component h6 {
   color: #000;
   font-weight:  normal ;
   
   font-style:  normal ;
   font-size: 12px;
   
   letter-spacing: 0px;
   text-align: center;
 }

 

#s-9170d377-d04b-42ba-a6d9-475430cd32d7 { border-style: solid;
margin-top: 0px;
margin-left: 20px;
margin-bottom: 0px;
margin-right: 20px;
padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-radius: 30px;
min-height: 50px;
border-color: rgba(0, 174, 175, 1); }
#s-9170d377-d04b-42ba-a6d9-475430cd32d7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-041c1bfe-fea5-43b7-825b-b7fe4485a977 { margin-left: auto;
margin-right: auto;
text-align: center; }
#s-d4135dff-fbaf-4305-8223-0630be2797a1 {
  display: none;
}
#s-ad8b9518-b8c2-4e16-9245-94be6c714674 { text-align: center; }

.shg-c#s-ad8b9518-b8c2-4e16-9245-94be6c714674 {
  max-width: 100%;
}

.shg-c#s-ad8b9518-b8c2-4e16-9245-94be6c714674 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ad8b9518-b8c2-4e16-9245-94be6c714674 .shg-image-zoom,
.shg-c#s-ad8b9518-b8c2-4e16-9245-94be6c714674 img.shogun-image {
  max-width: 200px !important;
  
}



#s-3b6152b6-c4a7-483c-b852-3f297ed3ad53 { text-align: left; }
#s-3b6152b6-c4a7-483c-b852-3f297ed3ad53 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-3b6152b6-c4a7-483c-b852-3f297ed3ad53 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-3b6152b6-c4a7-483c-b852-3f297ed3ad53 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-3b6152b6-c4a7-483c-b852-3f297ed3ad53 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}


#s-1ac80ac8-eaa6-458a-b190-51cc5e5d5e76 { text-align: left; }
#s-1ac80ac8-eaa6-458a-b190-51cc5e5d5e76 .shg-product-quantity-wrapper {
  display: flex;
}

#s-1ac80ac8-eaa6-458a-b190-51cc5e5d5e76 .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-1ac80ac8-eaa6-458a-b190-51cc5e5d5e76 .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-1ac80ac8-eaa6-458a-b190-51cc5e5d5e76 .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-1ac80ac8-eaa6-458a-b190-51cc5e5d5e76 .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }



#s-40f09b8f-2aaf-42fa-a3c4-9e484bd6e585 { margin-top: 13px; }
@media (min-width: 0px) {
[id="s-40f09b8f-2aaf-42fa-a3c4-9e484bd6e585"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-40f09b8f-2aaf-42fa-a3c4-9e484bd6e585"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 6.666666666666667px);
}

[id="s-40f09b8f-2aaf-42fa-a3c4-9e484bd6e585"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 6.666666666666667px);
}

[id="s-40f09b8f-2aaf-42fa-a3c4-9e484bd6e585"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 6.666666666666667px);
}

[id="s-40f09b8f-2aaf-42fa-a3c4-9e484bd6e585"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

[id="s-40f09b8f-2aaf-42fa-a3c4-9e484bd6e585"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 6.666666666666667px);
}

[id="s-40f09b8f-2aaf-42fa-a3c4-9e484bd6e585"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 6.666666666666667px);
}

[id="s-40f09b8f-2aaf-42fa-a3c4-9e484bd6e585"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 6.666666666666667px);
}

[id="s-40f09b8f-2aaf-42fa-a3c4-9e484bd6e585"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 6.666666666666667px);
}

[id="s-40f09b8f-2aaf-42fa-a3c4-9e484bd6e585"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 6.666666666666667px);
}

[id="s-40f09b8f-2aaf-42fa-a3c4-9e484bd6e585"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 6.666666666666667px);
}

[id="s-40f09b8f-2aaf-42fa-a3c4-9e484bd6e585"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 6.666666666666667px);
}

[id="s-40f09b8f-2aaf-42fa-a3c4-9e484bd6e585"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-40f09b8f-2aaf-42fa-a3c4-9e484bd6e585"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 6.666666666666667px);
}

[id="s-40f09b8f-2aaf-42fa-a3c4-9e484bd6e585"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 6.666666666666667px);
}

[id="s-40f09b8f-2aaf-42fa-a3c4-9e484bd6e585"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 6.666666666666667px);
}

[id="s-40f09b8f-2aaf-42fa-a3c4-9e484bd6e585"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

[id="s-40f09b8f-2aaf-42fa-a3c4-9e484bd6e585"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 6.666666666666667px);
}

[id="s-40f09b8f-2aaf-42fa-a3c4-9e484bd6e585"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 6.666666666666667px);
}

[id="s-40f09b8f-2aaf-42fa-a3c4-9e484bd6e585"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 6.666666666666667px);
}

[id="s-40f09b8f-2aaf-42fa-a3c4-9e484bd6e585"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 6.666666666666667px);
}

[id="s-40f09b8f-2aaf-42fa-a3c4-9e484bd6e585"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 6.666666666666667px);
}

[id="s-40f09b8f-2aaf-42fa-a3c4-9e484bd6e585"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 6.666666666666667px);
}

[id="s-40f09b8f-2aaf-42fa-a3c4-9e484bd6e585"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 6.666666666666667px);
}

[id="s-40f09b8f-2aaf-42fa-a3c4-9e484bd6e585"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-40f09b8f-2aaf-42fa-a3c4-9e484bd6e585"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 6.666666666666667px);
}

[id="s-40f09b8f-2aaf-42fa-a3c4-9e484bd6e585"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 6.666666666666667px);
}

[id="s-40f09b8f-2aaf-42fa-a3c4-9e484bd6e585"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 6.666666666666667px);
}

[id="s-40f09b8f-2aaf-42fa-a3c4-9e484bd6e585"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

[id="s-40f09b8f-2aaf-42fa-a3c4-9e484bd6e585"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 6.666666666666667px);
}

[id="s-40f09b8f-2aaf-42fa-a3c4-9e484bd6e585"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 6.666666666666667px);
}

[id="s-40f09b8f-2aaf-42fa-a3c4-9e484bd6e585"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 6.666666666666667px);
}

[id="s-40f09b8f-2aaf-42fa-a3c4-9e484bd6e585"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 6.666666666666667px);
}

[id="s-40f09b8f-2aaf-42fa-a3c4-9e484bd6e585"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 6.666666666666667px);
}

[id="s-40f09b8f-2aaf-42fa-a3c4-9e484bd6e585"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 6.666666666666667px);
}

[id="s-40f09b8f-2aaf-42fa-a3c4-9e484bd6e585"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 6.666666666666667px);
}

[id="s-40f09b8f-2aaf-42fa-a3c4-9e484bd6e585"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 6.666666666666667px);
}

}

#s-566fcec0-8ec4-4817-8c5d-7d8c993ed9db { padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
border-radius: 102px;
text-align: center;
background-color: rgba(255, 62, 75, 1); }
#s-566fcec0-8ec4-4817-8c5d-7d8c993ed9db:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-566fcec0-8ec4-4817-8c5d-7d8c993ed9db:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-566fcec0-8ec4-4817-8c5d-7d8c993ed9db {
  display: block;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-566fcec0-8ec4-4817-8c5d-7d8c993ed9db.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-566fcec0-8ec4-4817-8c5d-7d8c993ed9db.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-566fcec0-8ec4-4817-8c5d-7d8c993ed9db.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-fa74a19d-3d64-4700-9b23-7e1e431c6bb0 { margin-top: 200px;
margin-bottom: 0px; }
.shogun-table-wrapper {
  overflow: auto;
}

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

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

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

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

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

#s-927117cf-f115-4a66-a6a2-8443dd296af4 { padding-top: 20px;
padding-bottom: 20px; }
#s-927117cf-f115-4a66-a6a2-8443dd296af4 .shogun-table-wrapper {
  overflow: auto;
  border: 0px solid #D5D6D7;
  border-radius: 0px;
}


#s-927117cf-f115-4a66-a6a2-8443dd296af4 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-927117cf-f115-4a66-a6a2-8443dd296af4 td.shogun-table-column {
  background-color: #fff;
  padding: 0px;
  text-align: inherit;
}

#s-927117cf-f115-4a66-a6a2-8443dd296af4 td.shogun-table-row {
  background-color: #fff;
  padding: 0px;
}

#s-927117cf-f115-4a66-a6a2-8443dd296af4 td.shogun-table-column, #s-927117cf-f115-4a66-a6a2-8443dd296af4 td.shogun-table-row {
  border: 0px solid #D5D6D7;
}

#s-568224d8-872f-4f29-81b4-a7455014d4ae { text-align: center; }
#s-f214c1d6-a4f0-4306-ab0a-3a7d05a9475d { text-align: center; }
#s-f51a30e0-8369-469c-8ee6-8e054f34ba58 { text-align: center; }
#s-9084775c-61e6-4d97-a5a4-6e34f7f91ac4 { text-align: center; }
#s-27e440be-d753-4fc8-8d2e-ccc2bb58ca11 { text-align: center; }
#s-5f8efc03-46ab-4561-9ca4-2cfd5a33ef70 { text-align: center; }
#s-cb6709f8-a576-4a73-9c7d-5180fd0e9d6f { text-align: center; }
#s-660795cc-1607-477b-b920-f8a0afbffbd9 { text-align: center; }
#s-b1365dca-a557-4b3e-8d0d-dc7c05725e78 { text-align: center; }
#s-c973e52d-cf5e-48e1-85ff-f8dbbaccbf45 { text-align: center; }
#s-8f804850-3be8-40cd-afb1-b487cd9f6849 { text-align: center; }
#s-1efb34b2-62b3-4a47-ad1f-fe3b00bb3af6 { text-align: center; }
#s-d366dd36-ef41-46f7-bf74-43486b8c213a { text-align: center; }
#s-c423a4ff-d030-42db-afdd-e78b909328ca { text-align: center; }
#s-4b7766dc-ef4f-4068-abc1-a1f762b71868 { text-align: center; }
#s-e7b13fd0-812c-4999-8651-dc9c07b0a966 { text-align: center; }
#s-ca416d49-f3fe-4e2f-ab71-ccb5a49370ff { text-align: center; }
#s-16c96f98-4113-4a5a-a1e6-31333a1c9bd0 { text-align: center; }
#s-2d9c2d45-8068-432f-b080-ea3586e59884 { text-align: center; }
#s-d5a67a85-06e5-4fe4-bca5-ff686fecf159 { text-align: center; }
#s-5211f0f7-648d-4aa0-a4fc-b300bd572a45 { text-align: center; }
#s-9e15886f-8b23-407f-bb3d-bb451855a87e { text-align: center; }
#s-950dd018-1137-4473-9c2b-12cfde372dd7 { text-align: center; }
#s-cb46d971-3b7a-4263-b1ea-7d9560864fa9 { text-align: center; }
#s-f8a4ce9f-8e25-4932-87e9-ba5f971f15da { text-align: center; }
#s-1274470d-a28e-4d81-88ee-84184313a910 { text-align: center; }
#s-0f1b9d54-fea7-44ad-b718-8115d80b7faa { text-align: center; }
#s-1c759179-82ad-48d5-a717-d4075af70c4d { text-align: center; }
#s-f0f1c3bd-8970-41be-ba23-525d07d35004 { text-align: center; }
#s-1b308f86-adcc-4a7d-941c-40009f59cb5b { text-align: center; }
#s-a35fbf6e-de6d-42cd-bb8e-08c35cadd794 { text-align: center; }
#s-d8b51512-c92b-41e3-b44d-161559ba1f5c { text-align: center; }
#s-e6273d4a-da27-4c0f-bb8f-c6cf8d3bf90e { text-align: center; }
#s-38f2beb4-34f4-469b-9df9-64ebac32e599 { text-align: center; }
#s-0aaa22be-1ec9-4ae5-bed5-7aa738295415 { text-align: center; }
#s-395eea4d-e7c9-468b-9c1e-b829f2065015 { text-align: center; }
#s-0686bc3d-9331-4963-a435-09c21cc4e157 { text-align: center; }
#s-9464892b-fbb9-41de-9f6e-a373a5636e36 { text-align: center; }
#s-8b35cbe6-3729-48a9-9fd3-0876be4b975c { text-align: center; }
#s-cf2ca86c-9b41-41c9-847a-4821915e49fc { text-align: center; }
#s-f0c96084-6d55-433e-9efa-735357d0ab8f { text-align: center; }
#s-0d588e60-3a0f-4f0e-9030-205563757005 { text-align: center; }
#s-1415a09e-8cff-4dba-8e1a-07a124fd0540 { text-align: center; }
#s-b9fcceaa-ee02-436d-8cfa-8d378cd094f7 { text-align: center; }
#s-ba1177e0-4967-439f-8f79-9cbb17cad5a4 { text-align: center; }
#s-6f682d8d-275c-473b-9012-214069ece35c { text-align: center; }
#s-32f93c2a-aab5-4963-b820-2aabdc665f84 { text-align: center; }
#s-7eefc58e-6ff9-4810-aa12-20b2493cefa3 { text-align: center; }
#s-e4ab0b07-4e5b-434c-8161-ac6a5dfe5fc1 { text-align: center; }
#s-d2fbb728-ef07-4815-8d57-0d8f6d25b927 { text-align: center; }
#s-0926de68-c836-4be1-a288-f0d60e04245f { text-align: center; }
#s-206c0846-d6c8-4838-b9fe-1c0ceb8f042e { text-align: center; }
#s-af59846e-fba7-4355-ad6b-7596c4a14016 { text-align: center; }
#s-165a2936-43b0-4b4d-b90c-938c3ed9ccaa { text-align: center; }
#s-cacfd3da-dd36-4a0c-b5ad-8b42ed49018e { text-align: center; }
#s-5749cb2b-e038-4541-bfd0-259cbd6827c2 { text-align: center; }
#s-3e70422b-e4c5-494b-81d4-bb443da0325f { text-align: center; }
#s-a9a0c60d-5f7d-4c29-bf9e-2183c75cce79 { text-align: center; }
#s-fb857786-e517-401c-af10-18aa700dccfb { text-align: center; }
#s-f2b55050-8be3-40b5-a9a2-f22668f66428 { text-align: center; }
#s-2f39b738-24d5-49ce-b8a4-ee4de52f70c4 { text-align: center; }
#s-4b7a1984-a80b-49e0-b549-b8f7c0eb28ef { margin-top: 80px;
margin-bottom: 200px; }
@media (min-width: 0px) {
[id="s-4b7a1984-a80b-49e0-b549-b8f7c0eb28ef"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-4b7a1984-a80b-49e0-b549-b8f7c0eb28ef"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4b7a1984-a80b-49e0-b549-b8f7c0eb28ef"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-4b7a1984-a80b-49e0-b549-b8f7c0eb28ef"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-4b7a1984-a80b-49e0-b549-b8f7c0eb28ef"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-4b7a1984-a80b-49e0-b549-b8f7c0eb28ef"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-4b7a1984-a80b-49e0-b549-b8f7c0eb28ef"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-4b7a1984-a80b-49e0-b549-b8f7c0eb28ef"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-4b7a1984-a80b-49e0-b549-b8f7c0eb28ef"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-4b7a1984-a80b-49e0-b549-b8f7c0eb28ef"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-4b7a1984-a80b-49e0-b549-b8f7c0eb28ef"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-4b7a1984-a80b-49e0-b549-b8f7c0eb28ef"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-4b7a1984-a80b-49e0-b549-b8f7c0eb28ef"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-4b7a1984-a80b-49e0-b549-b8f7c0eb28ef"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-4b7a1984-a80b-49e0-b549-b8f7c0eb28ef"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-4b7a1984-a80b-49e0-b549-b8f7c0eb28ef"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-4b7a1984-a80b-49e0-b549-b8f7c0eb28ef"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-4b7a1984-a80b-49e0-b549-b8f7c0eb28ef"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-4b7a1984-a80b-49e0-b549-b8f7c0eb28ef"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-4b7a1984-a80b-49e0-b549-b8f7c0eb28ef"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-4b7a1984-a80b-49e0-b549-b8f7c0eb28ef"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-4b7a1984-a80b-49e0-b549-b8f7c0eb28ef"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-4b7a1984-a80b-49e0-b549-b8f7c0eb28ef"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-4b7a1984-a80b-49e0-b549-b8f7c0eb28ef"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-4b7a1984-a80b-49e0-b549-b8f7c0eb28ef"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-4b7a1984-a80b-49e0-b549-b8f7c0eb28ef"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-4b7a1984-a80b-49e0-b549-b8f7c0eb28ef"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-4b7a1984-a80b-49e0-b549-b8f7c0eb28ef"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-4b7a1984-a80b-49e0-b549-b8f7c0eb28ef"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-4b7a1984-a80b-49e0-b549-b8f7c0eb28ef"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-4b7a1984-a80b-49e0-b549-b8f7c0eb28ef"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-4b7a1984-a80b-49e0-b549-b8f7c0eb28ef"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-4b7a1984-a80b-49e0-b549-b8f7c0eb28ef"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-4b7a1984-a80b-49e0-b549-b8f7c0eb28ef"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-4b7a1984-a80b-49e0-b549-b8f7c0eb28ef"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-4b7a1984-a80b-49e0-b549-b8f7c0eb28ef"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-4b7a1984-a80b-49e0-b549-b8f7c0eb28ef"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-4b7a1984-a80b-49e0-b549-b8f7c0eb28ef"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-8d323625-8d20-4e53-8a2d-ca23b329de57 { margin-top: 0px;
margin-bottom: 0px;
text-align: center; }
#s-fa8b6a69-e215-4f2c-9e1f-4a44e9fb98fe { padding-top: 150px;
padding-bottom: 150px;
min-height: 50px;
background-color: rgba(255, 62, 75, 1); }
#s-fa8b6a69-e215-4f2c-9e1f-4a44e9fb98fe > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-fc295907-2692-49dd-bc40-0ee92d5fd405 { background-image: url(https://i.shgcdn.com/da287a48-c61d-419a-878c-5fa8caadf991/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: repeat;
background-size: 15px 600px;
background-position: center center; }
@media (min-width: 0px) {
[id="s-fc295907-2692-49dd-bc40-0ee92d5fd405"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-fc295907-2692-49dd-bc40-0ee92d5fd405"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-fc295907-2692-49dd-bc40-0ee92d5fd405"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-fc295907-2692-49dd-bc40-0ee92d5fd405"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-fc295907-2692-49dd-bc40-0ee92d5fd405"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-fc295907-2692-49dd-bc40-0ee92d5fd405"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-fc295907-2692-49dd-bc40-0ee92d5fd405"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-fc295907-2692-49dd-bc40-0ee92d5fd405"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-fc295907-2692-49dd-bc40-0ee92d5fd405"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-fc295907-2692-49dd-bc40-0ee92d5fd405"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-fc295907-2692-49dd-bc40-0ee92d5fd405"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-fc295907-2692-49dd-bc40-0ee92d5fd405"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-fc295907-2692-49dd-bc40-0ee92d5fd405"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-fc295907-2692-49dd-bc40-0ee92d5fd405"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-fc295907-2692-49dd-bc40-0ee92d5fd405"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-fc295907-2692-49dd-bc40-0ee92d5fd405"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-fc295907-2692-49dd-bc40-0ee92d5fd405"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-fc295907-2692-49dd-bc40-0ee92d5fd405"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-fc295907-2692-49dd-bc40-0ee92d5fd405"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-fc295907-2692-49dd-bc40-0ee92d5fd405"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-fc295907-2692-49dd-bc40-0ee92d5fd405"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-fc295907-2692-49dd-bc40-0ee92d5fd405"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-fc295907-2692-49dd-bc40-0ee92d5fd405"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-fc295907-2692-49dd-bc40-0ee92d5fd405"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-fc295907-2692-49dd-bc40-0ee92d5fd405"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-fc295907-2692-49dd-bc40-0ee92d5fd405"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-fc295907-2692-49dd-bc40-0ee92d5fd405"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-fc295907-2692-49dd-bc40-0ee92d5fd405"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-fc295907-2692-49dd-bc40-0ee92d5fd405"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-fc295907-2692-49dd-bc40-0ee92d5fd405"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-fc295907-2692-49dd-bc40-0ee92d5fd405"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-fc295907-2692-49dd-bc40-0ee92d5fd405"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-fc295907-2692-49dd-bc40-0ee92d5fd405"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-fc295907-2692-49dd-bc40-0ee92d5fd405"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-fc295907-2692-49dd-bc40-0ee92d5fd405"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-fc295907-2692-49dd-bc40-0ee92d5fd405"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-fc295907-2692-49dd-bc40-0ee92d5fd405"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-fc295907-2692-49dd-bc40-0ee92d5fd405"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-fc295907-2692-49dd-bc40-0ee92d5fd405"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-fc295907-2692-49dd-bc40-0ee92d5fd405"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-fc295907-2692-49dd-bc40-0ee92d5fd405"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-fc295907-2692-49dd-bc40-0ee92d5fd405"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-fc295907-2692-49dd-bc40-0ee92d5fd405"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-fc295907-2692-49dd-bc40-0ee92d5fd405"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-fc295907-2692-49dd-bc40-0ee92d5fd405"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-fc295907-2692-49dd-bc40-0ee92d5fd405"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-fc295907-2692-49dd-bc40-0ee92d5fd405"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-fc295907-2692-49dd-bc40-0ee92d5fd405"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-7c2a8c8d-072c-4976-8a2f-571c167e5979 { min-height: 200px; }
#s-7c2a8c8d-072c-4976-8a2f-571c167e5979 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-6742efc3-d841-41d2-91ef-6c1ced1f733d { background-repeat: no-repeat;
background-size: contain;
min-height: 600px;
background-position: center center; }
#s-6742efc3-d841-41d2-91ef-6c1ced1f733d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-aca1d8c4-116b-4166-af9b-7a56f61ef554 { margin-top: 50px;
margin-right: 20px;
min-height: 200px; }
#s-aca1d8c4-116b-4166-af9b-7a56f61ef554 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-060a8679-9a89-4019-ab1a-62393d605cc6 { margin-top: -13px; }
#s-bf42b368-ff3b-4817-a3f6-569a59fd26b8 { margin-top: 50px;
margin-bottom: 80px;
padding-top: 10px;
padding-left: 30px;
padding-bottom: 10px;
padding-right: 30px;
border-radius: 200px;
text-align: center;
background-color: rgba(0, 174, 175, 1);
text-decoration: none; }
#s-bf42b368-ff3b-4817-a3f6-569a59fd26b8:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-bf42b368-ff3b-4817-a3f6-569a59fd26b8:active {background-color: #000000 !important;
text-decoration: none !important;}

 #s-bf42b368-ff3b-4817-a3f6-569a59fd26b8.shg-btn {
   color: rgba(255, 255, 255, 1);
   font-size: 20px;
   font-weight:  700 ;
   font-style:  normal ;
   font-family: Nunito;
 }
#s-fce88261-2c0f-4d25-8682-4268bab29849 { padding-top: 50px;
padding-bottom: 50px; }
@media (min-width: 0px) {
[id="s-fce88261-2c0f-4d25-8682-4268bab29849"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-fce88261-2c0f-4d25-8682-4268bab29849"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-fce88261-2c0f-4d25-8682-4268bab29849"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-fce88261-2c0f-4d25-8682-4268bab29849"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-fce88261-2c0f-4d25-8682-4268bab29849"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-fce88261-2c0f-4d25-8682-4268bab29849"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-fce88261-2c0f-4d25-8682-4268bab29849"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-fce88261-2c0f-4d25-8682-4268bab29849"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-fce88261-2c0f-4d25-8682-4268bab29849"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-fce88261-2c0f-4d25-8682-4268bab29849"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-fce88261-2c0f-4d25-8682-4268bab29849"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-fce88261-2c0f-4d25-8682-4268bab29849"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-fce88261-2c0f-4d25-8682-4268bab29849"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-fce88261-2c0f-4d25-8682-4268bab29849"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-fce88261-2c0f-4d25-8682-4268bab29849"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-fce88261-2c0f-4d25-8682-4268bab29849"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-fce88261-2c0f-4d25-8682-4268bab29849"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-fce88261-2c0f-4d25-8682-4268bab29849"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-fce88261-2c0f-4d25-8682-4268bab29849"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-fce88261-2c0f-4d25-8682-4268bab29849"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-fce88261-2c0f-4d25-8682-4268bab29849"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-fce88261-2c0f-4d25-8682-4268bab29849"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-fce88261-2c0f-4d25-8682-4268bab29849"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-fce88261-2c0f-4d25-8682-4268bab29849"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-fce88261-2c0f-4d25-8682-4268bab29849"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-fce88261-2c0f-4d25-8682-4268bab29849"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-fce88261-2c0f-4d25-8682-4268bab29849"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-fce88261-2c0f-4d25-8682-4268bab29849"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-fce88261-2c0f-4d25-8682-4268bab29849"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-fce88261-2c0f-4d25-8682-4268bab29849"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-fce88261-2c0f-4d25-8682-4268bab29849"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-fce88261-2c0f-4d25-8682-4268bab29849"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-fce88261-2c0f-4d25-8682-4268bab29849"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-fce88261-2c0f-4d25-8682-4268bab29849"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-fce88261-2c0f-4d25-8682-4268bab29849"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-fce88261-2c0f-4d25-8682-4268bab29849"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-fce88261-2c0f-4d25-8682-4268bab29849"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-fce88261-2c0f-4d25-8682-4268bab29849"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-fce88261-2c0f-4d25-8682-4268bab29849"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-fce88261-2c0f-4d25-8682-4268bab29849"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-fce88261-2c0f-4d25-8682-4268bab29849"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-fce88261-2c0f-4d25-8682-4268bab29849"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-fce88261-2c0f-4d25-8682-4268bab29849"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-fce88261-2c0f-4d25-8682-4268bab29849"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-fce88261-2c0f-4d25-8682-4268bab29849"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-fce88261-2c0f-4d25-8682-4268bab29849"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-fce88261-2c0f-4d25-8682-4268bab29849"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-fce88261-2c0f-4d25-8682-4268bab29849"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-b244079a-9ba0-4a98-b87b-2437b0de825e { margin-top: 150px;
margin-bottom: 150px; }
#s-b244079a-9ba0-4a98-b87b-2437b0de825e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-f884ea12-3bfa-41e1-92df-3a58f1e9e4e3 {  }
#s-f4c7c659-0db2-457e-a46c-3dbb6d741450 { margin-top: 50px;
margin-bottom: 80px;
padding-top: 10px;
padding-left: 30px;
padding-bottom: 10px;
padding-right: 30px;
border-radius: 200px;
text-align: center;
background-color: rgba(255, 62, 75, 1);
text-decoration: none; }
#s-f4c7c659-0db2-457e-a46c-3dbb6d741450:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-f4c7c659-0db2-457e-a46c-3dbb6d741450:active {background-color: #000000 !important;
text-decoration: none !important;}

 #s-f4c7c659-0db2-457e-a46c-3dbb6d741450.shg-btn {
   color: rgba(255, 255, 255, 1);
   font-size: 20px;
   font-weight:  700 ;
   font-style:  normal ;
   font-family: Nunito;
 }
#s-d807d8ba-efed-4d51-95d6-74fffe741688 { background-image: url(https://i.shgcdn.com/509c3de6-6195-439b-8774-79c9e05f0bfa/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: contain;
margin-top: 150px;
margin-bottom: 150px;
padding-top: 20px;
padding-bottom: 20px;
min-height: 200px;
background-position: center center;
background-attachment: scroll; }
#s-d807d8ba-efed-4d51-95d6-74fffe741688 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-bcc025a2-858f-4243-a6c8-b718c962a2b1 { min-height: 50px;
background-repeat: no-repeat; }
#s-bcc025a2-858f-4243-a6c8-b718c962a2b1 > .shg-box-overlay {
  background-color: rgba(234, 234, 234, 1);
  opacity: 0;
}
#s-4569e686-8c43-42d8-86fb-0ed420331093 { margin-top: 90px; }
#s-15bdfbb0-6987-46a1-986f-ff8daaee30f6 { background-attachment: fixed;
padding-top: 0px;
padding-bottom: 0px; }
#s-15bdfbb0-6987-46a1-986f-ff8daaee30f6 > .shg-box-overlay {
  background-color: rgba(202, 255, 250, 1);
  opacity: 0;
}
.shg-sld-content {
  width: 100%;
  position: relative;
}

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

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

.shg-sld-nav-button {
  cursor: pointer;

  position: absolute;
  z-index: 10;
  top: 0;
  width: 35px;
  height: 100%;

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

.shg-sld-nav-button.shg-sld-left {
  left: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEyMDMgNTQ0cTAgMTMtMTAgMjNsLTM5MyAzOTMgMzkzIDM5M3ExMCAxMCAxMCAyM3QtMTAgMjNsLTUwIDUwcS0xMCAxMC0yMyAxMHQtMjMtMTBsLTQ2Ni00NjZxLTEwLTEwLTEwLTIzdDEwLTIzbDQ2Ni00NjZxMTAtMTAgMjMtMTB0MjMgMTBsNTAgNTBxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+);
}

.shg-sld-nav-button.shg-sld-right {
  right: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTExNzEgOTYwcTAgMTMtMTAgMjNsLTQ2NiA0NjZxLTEwIDEwLTIzIDEwdC0yMy0xMGwtNTAtNTBxLTEwLTEwLTEwLTIzdDEwLTIzbDM5My0zOTMtMzkzLTM5M3EtMTAtMTAtMTAtMjN0MTAtMjNsNTAtNTBxMTAtMTAgMjMtMTB0MjMgMTBsNDY2IDQ2NnExMCAxMCAxMCAyM3oiLz48L3N2Zz4=);
}

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

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

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

.shg-sld-dots {
  margin-top: 10px;
  text-align: center;
}

.shg-sld-dot {
  cursor: pointer;
  display: inline-block;
  height: 14px;
  width: 14px;
  border-radius: 100%;
  margin-left: 5px;
  background-color: #bbbbbb;
}

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

.shg-sld-dot.shg-sld-active {
  background-color: #717171;
}

.shg-sld-fade {
  -webkit-animation-name: shg-sld-fade;
          animation-name: shg-sld-fade;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
}

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

  to {
    opacity: 1;
  }
}

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

  to {
    opacity: 1;
  }
}

#s-e0b814e9-40c5-425f-8bd1-cec9af5c25ef { border-style: solid;
margin-left: 260px;
margin-bottom: 120px;
margin-right: 260px;
padding-top: 50px;
padding-bottom: 50px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
min-height: 30px;
border-color: rgba(255, 62, 75, 1); }
#s-5be50828-f21a-4fd7-b766-38b6093d2b51 { border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-radius: 15px;
min-height: 200px;
border-color: rgba(255, 62, 75, 1);
background-color: rgba(252, 187, 109, 0); }
#s-08b881cd-bad2-44bd-b982-d8d433da65b7 { border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-radius: 15px;
min-height: 200px;
border-color: rgba(255, 62, 75, 1);
background-color: rgba(252, 187, 109, 0); }
#s-a7a8b6ec-44a1-4285-9658-3cbae3ef5b8f { border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-radius: 15px;
min-height: 200px;
border-color: rgba(255, 62, 75, 1);
background-color: rgba(252, 187, 109, 0); }
#s-194b85e4-38f6-4c21-9d2e-b3e7f262ca75 { border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-radius: 15px;
min-height: 200px;
border-color: rgba(255, 62, 75, 1);
background-color: rgba(252, 187, 109, 0); }
#s-7f82fec8-abba-4058-9c8b-ca6624bf5d29 { border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-radius: 15px;
min-height: 200px;
border-color: rgba(255, 62, 75, 1);
background-color: rgba(252, 187, 109, 0); }
#s-dcf53ec2-67e1-4660-9c66-2ad3d80dcc38 { min-height: 50px;
background-color: rgba(0, 174, 175, 0); }
#s-dcf53ec2-67e1-4660-9c66-2ad3d80dcc38 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-c4d93245-fe06-491d-9c8a-c7ef5f75c4e2 { margin-top: 150px;
margin-bottom: 50px;
background-color: rgba(255, 255, 255, 0); }
#s-5f05e7e8-c457-4dec-9b74-9de56d41a4a7 { margin-left: 45px;
margin-bottom: 60px;
margin-right: 45px;
padding-left: 80px;
padding-right: 80px; }
@media (min-width: 0px) {
[id="s-5f05e7e8-c457-4dec-9b74-9de56d41a4a7"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 40.0px);
}

[id="s-5f05e7e8-c457-4dec-9b74-9de56d41a4a7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5f05e7e8-c457-4dec-9b74-9de56d41a4a7"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 60.0px);
}

[id="s-5f05e7e8-c457-4dec-9b74-9de56d41a4a7"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 60.0px);
}

[id="s-5f05e7e8-c457-4dec-9b74-9de56d41a4a7"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 60.0px);
}

[id="s-5f05e7e8-c457-4dec-9b74-9de56d41a4a7"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 60.0px);
}

[id="s-5f05e7e8-c457-4dec-9b74-9de56d41a4a7"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 60.0px);
}

[id="s-5f05e7e8-c457-4dec-9b74-9de56d41a4a7"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 60.0px);
}

[id="s-5f05e7e8-c457-4dec-9b74-9de56d41a4a7"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 60.0px);
}

[id="s-5f05e7e8-c457-4dec-9b74-9de56d41a4a7"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 60.0px);
}

[id="s-5f05e7e8-c457-4dec-9b74-9de56d41a4a7"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 60.0px);
}

[id="s-5f05e7e8-c457-4dec-9b74-9de56d41a4a7"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 60.0px);
}

[id="s-5f05e7e8-c457-4dec-9b74-9de56d41a4a7"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 60.0px);
}

[id="s-5f05e7e8-c457-4dec-9b74-9de56d41a4a7"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 60.0px);
}

}

@media (min-width: 992px) {
[id="s-5f05e7e8-c457-4dec-9b74-9de56d41a4a7"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 60.0px);
}

[id="s-5f05e7e8-c457-4dec-9b74-9de56d41a4a7"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 60.0px);
}

[id="s-5f05e7e8-c457-4dec-9b74-9de56d41a4a7"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 60.0px);
}

[id="s-5f05e7e8-c457-4dec-9b74-9de56d41a4a7"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 60.0px);
}

[id="s-5f05e7e8-c457-4dec-9b74-9de56d41a4a7"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 60.0px);
}

[id="s-5f05e7e8-c457-4dec-9b74-9de56d41a4a7"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 60.0px);
}

[id="s-5f05e7e8-c457-4dec-9b74-9de56d41a4a7"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 60.0px);
}

[id="s-5f05e7e8-c457-4dec-9b74-9de56d41a4a7"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 60.0px);
}

[id="s-5f05e7e8-c457-4dec-9b74-9de56d41a4a7"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 60.0px);
}

[id="s-5f05e7e8-c457-4dec-9b74-9de56d41a4a7"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 60.0px);
}

[id="s-5f05e7e8-c457-4dec-9b74-9de56d41a4a7"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 60.0px);
}

[id="s-5f05e7e8-c457-4dec-9b74-9de56d41a4a7"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 60.0px);
}

}

@media (min-width: 1200px) {
[id="s-5f05e7e8-c457-4dec-9b74-9de56d41a4a7"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 60.0px);
}

[id="s-5f05e7e8-c457-4dec-9b74-9de56d41a4a7"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 60.0px);
}

[id="s-5f05e7e8-c457-4dec-9b74-9de56d41a4a7"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 60.0px);
}

[id="s-5f05e7e8-c457-4dec-9b74-9de56d41a4a7"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 60.0px);
}

[id="s-5f05e7e8-c457-4dec-9b74-9de56d41a4a7"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 60.0px);
}

[id="s-5f05e7e8-c457-4dec-9b74-9de56d41a4a7"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 60.0px);
}

[id="s-5f05e7e8-c457-4dec-9b74-9de56d41a4a7"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 60.0px);
}

[id="s-5f05e7e8-c457-4dec-9b74-9de56d41a4a7"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 60.0px);
}

[id="s-5f05e7e8-c457-4dec-9b74-9de56d41a4a7"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 60.0px);
}

[id="s-5f05e7e8-c457-4dec-9b74-9de56d41a4a7"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 60.0px);
}

[id="s-5f05e7e8-c457-4dec-9b74-9de56d41a4a7"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 60.0px);
}

[id="s-5f05e7e8-c457-4dec-9b74-9de56d41a4a7"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 60.0px);
}

}

#s-f6abe17f-c196-4e36-9747-2cd52033edc2 { text-align: center; }
#s-89670f15-9c2d-4a8b-abfe-db1e3c4d6fcb { margin-top: 20px; }
#s-30d7656a-04da-42d1-a62e-85c99bf24998 { text-align: center; }
#s-649deba8-14b2-4b63-9ac9-60b3564705c7 { margin-top: 20px; }
#s-e3e81bff-3a3e-4bbe-bfed-5cb82f37bcad { text-align: center; }
#s-ffb40b05-3e3f-4fc6-a428-21960ab14caf { margin-top: 20px; }
#s-21d572f9-baa1-4eb0-b36c-32148950ce82 { text-align: center; }
#s-b8ffb6d6-3470-4d89-b85b-613d34edf8cb { margin-top: 20px; }
#s-de3ec188-f9f4-47b9-a133-9cfb7de03926 { margin-top: 80px;
margin-bottom: 80px;
padding-top: 20px;
padding-left: 30px;
padding-bottom: 20px;
padding-right: 30px;
border-radius: 200px;
text-align: center;
background-color: rgba(255, 62, 75, 1);
text-decoration: none; }
#s-de3ec188-f9f4-47b9-a133-9cfb7de03926:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-de3ec188-f9f4-47b9-a133-9cfb7de03926:active {background-color: #000000 !important;
text-decoration: none !important;}

 #s-de3ec188-f9f4-47b9-a133-9cfb7de03926.shg-btn {
   color: rgba(255, 255, 255, 1);
   font-size: 22px;
   font-weight:  600 ;
   font-style:  normal ;
   font-family: Nunito;
 }
#s-4fa5223b-d713-4810-961d-733503e919db { margin-top: 150px;
margin-bottom: 50px; }
#s-c62a5b3c-d33f-42b1-93f6-4d0af622554b { background-repeat: no-repeat;
background-size: contain;
margin-bottom: 100px;
min-height: 400px;
background-position: center center;
background-attachment: scroll; }
#s-c62a5b3c-d33f-42b1-93f6-4d0af622554b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-fc621cca-8a15-4de5-8f9b-2bb146628349 { margin-top: 63px;
min-height: 50px;
background-attachment: scroll;
background-repeat: no-repeat; }
#s-fc621cca-8a15-4de5-8f9b-2bb146628349 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-821ffb8f-1e0d-40a8-aca2-4c1db4e51e13 { margin-top: 20px;
margin-bottom: -152px;
padding-top: 150px;
padding-bottom: 150px;
background-color: rgba(0, 0, 0, 0); }
@media (min-width: 0px) {
[id="s-821ffb8f-1e0d-40a8-aca2-4c1db4e51e13"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 35.0px);
}

[id="s-821ffb8f-1e0d-40a8-aca2-4c1db4e51e13"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 35.0px);
}

[id="s-821ffb8f-1e0d-40a8-aca2-4c1db4e51e13"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 35.0px);
}

[id="s-821ffb8f-1e0d-40a8-aca2-4c1db4e51e13"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 35.0px);
}

[id="s-821ffb8f-1e0d-40a8-aca2-4c1db4e51e13"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 35.0px);
}

[id="s-821ffb8f-1e0d-40a8-aca2-4c1db4e51e13"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 35.0px);
}

[id="s-821ffb8f-1e0d-40a8-aca2-4c1db4e51e13"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 35.0px);
}

[id="s-821ffb8f-1e0d-40a8-aca2-4c1db4e51e13"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 35.0px);
}

[id="s-821ffb8f-1e0d-40a8-aca2-4c1db4e51e13"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 35.0px);
}

[id="s-821ffb8f-1e0d-40a8-aca2-4c1db4e51e13"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 35.0px);
}

[id="s-821ffb8f-1e0d-40a8-aca2-4c1db4e51e13"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 35.0px);
}

[id="s-821ffb8f-1e0d-40a8-aca2-4c1db4e51e13"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 35.0px);
}

}

@media (min-width: 768px) {
[id="s-821ffb8f-1e0d-40a8-aca2-4c1db4e51e13"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 35.0px);
}

[id="s-821ffb8f-1e0d-40a8-aca2-4c1db4e51e13"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 35.0px);
}

[id="s-821ffb8f-1e0d-40a8-aca2-4c1db4e51e13"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 35.0px);
}

[id="s-821ffb8f-1e0d-40a8-aca2-4c1db4e51e13"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 35.0px);
}

[id="s-821ffb8f-1e0d-40a8-aca2-4c1db4e51e13"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 35.0px);
}

[id="s-821ffb8f-1e0d-40a8-aca2-4c1db4e51e13"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 35.0px);
}

[id="s-821ffb8f-1e0d-40a8-aca2-4c1db4e51e13"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 35.0px);
}

[id="s-821ffb8f-1e0d-40a8-aca2-4c1db4e51e13"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 35.0px);
}

[id="s-821ffb8f-1e0d-40a8-aca2-4c1db4e51e13"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 35.0px);
}

[id="s-821ffb8f-1e0d-40a8-aca2-4c1db4e51e13"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 35.0px);
}

[id="s-821ffb8f-1e0d-40a8-aca2-4c1db4e51e13"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 35.0px);
}

[id="s-821ffb8f-1e0d-40a8-aca2-4c1db4e51e13"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 35.0px);
}

}

@media (min-width: 992px) {
[id="s-821ffb8f-1e0d-40a8-aca2-4c1db4e51e13"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 35.0px);
}

[id="s-821ffb8f-1e0d-40a8-aca2-4c1db4e51e13"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 35.0px);
}

[id="s-821ffb8f-1e0d-40a8-aca2-4c1db4e51e13"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 35.0px);
}

[id="s-821ffb8f-1e0d-40a8-aca2-4c1db4e51e13"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 35.0px);
}

[id="s-821ffb8f-1e0d-40a8-aca2-4c1db4e51e13"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 35.0px);
}

[id="s-821ffb8f-1e0d-40a8-aca2-4c1db4e51e13"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 35.0px);
}

[id="s-821ffb8f-1e0d-40a8-aca2-4c1db4e51e13"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 35.0px);
}

[id="s-821ffb8f-1e0d-40a8-aca2-4c1db4e51e13"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 35.0px);
}

[id="s-821ffb8f-1e0d-40a8-aca2-4c1db4e51e13"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 35.0px);
}

[id="s-821ffb8f-1e0d-40a8-aca2-4c1db4e51e13"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 35.0px);
}

[id="s-821ffb8f-1e0d-40a8-aca2-4c1db4e51e13"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 35.0px);
}

[id="s-821ffb8f-1e0d-40a8-aca2-4c1db4e51e13"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 35.0px);
}

}

@media (min-width: 1200px) {
[id="s-821ffb8f-1e0d-40a8-aca2-4c1db4e51e13"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 35.0px);
}

[id="s-821ffb8f-1e0d-40a8-aca2-4c1db4e51e13"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 35.0px);
}

[id="s-821ffb8f-1e0d-40a8-aca2-4c1db4e51e13"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 35.0px);
}

[id="s-821ffb8f-1e0d-40a8-aca2-4c1db4e51e13"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 35.0px);
}

[id="s-821ffb8f-1e0d-40a8-aca2-4c1db4e51e13"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 35.0px);
}

[id="s-821ffb8f-1e0d-40a8-aca2-4c1db4e51e13"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 35.0px);
}

[id="s-821ffb8f-1e0d-40a8-aca2-4c1db4e51e13"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 35.0px);
}

[id="s-821ffb8f-1e0d-40a8-aca2-4c1db4e51e13"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 35.0px);
}

[id="s-821ffb8f-1e0d-40a8-aca2-4c1db4e51e13"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 35.0px);
}

[id="s-821ffb8f-1e0d-40a8-aca2-4c1db4e51e13"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 35.0px);
}

[id="s-821ffb8f-1e0d-40a8-aca2-4c1db4e51e13"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 35.0px);
}

[id="s-821ffb8f-1e0d-40a8-aca2-4c1db4e51e13"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 35.0px);
}

}

#s-b4c542e9-6df8-491d-9b7d-cbc42d4934f0 { min-height: 300px;
background-color: rgba(255, 255, 255, 0); }
#s-b4c542e9-6df8-491d-9b7d-cbc42d4934f0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-119cf0d2-539c-4796-891b-17178928c465 { margin-top: 10px;
margin-left: 60px;
margin-right: 60px;
padding-top: 9px;
padding-bottom: 9px;
border-radius: 00px;
background-color: rgba(255, 255, 255, 0); }
#s-0ea9bc07-68f2-4cac-bbce-02fa1ffdc860 { margin-top: 30px;
margin-bottom: 30px;
padding-top: 15px;
padding-left: 70px;
padding-bottom: 15px;
padding-right: 70px;
border-radius: 80px;
text-align: center;
background-color: rgba(255, 62, 75, 1);
text-decoration: none; }
#s-0ea9bc07-68f2-4cac-bbce-02fa1ffdc860:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-0ea9bc07-68f2-4cac-bbce-02fa1ffdc860:active {background-color: #000000 !important;
text-decoration: none !important;}

 #s-0ea9bc07-68f2-4cac-bbce-02fa1ffdc860.shg-btn {
   color: rgba(255, 255, 255, 1);
   font-size: 20px;
   font-weight:  700 ;
   font-style:  normal ;
   font-family: Nunito;
 }
#s-24b69082-68d1-438e-8a2c-92e729eb6e2f { box-shadow:0px 0px 0px 0px ;
padding-top: 20px;
padding-left: 60px;
padding-bottom: 20px;
padding-right: 60px;
max-width: 500px;
text-align: center; }
#s-1024f7ff-fc72-4e18-a0b5-014fa99527e9 { box-shadow:0px 0px 0px 0px ;
max-width: 500px;
text-align: center; }
#s-32f2a5cb-8359-4780-b04f-31f2e73afa9b { margin-top: 200px;
margin-bottom: 50px; }
#s-759e31c1-8fc1-4ef6-bf56-3df7d3eb137c { padding-top: 80px;
padding-bottom: 80px; }
@media (min-width: 0px) {
[id="s-759e31c1-8fc1-4ef6-bf56-3df7d3eb137c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-759e31c1-8fc1-4ef6-bf56-3df7d3eb137c"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-759e31c1-8fc1-4ef6-bf56-3df7d3eb137c"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-759e31c1-8fc1-4ef6-bf56-3df7d3eb137c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-759e31c1-8fc1-4ef6-bf56-3df7d3eb137c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-759e31c1-8fc1-4ef6-bf56-3df7d3eb137c"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-759e31c1-8fc1-4ef6-bf56-3df7d3eb137c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-759e31c1-8fc1-4ef6-bf56-3df7d3eb137c"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-759e31c1-8fc1-4ef6-bf56-3df7d3eb137c"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-759e31c1-8fc1-4ef6-bf56-3df7d3eb137c"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-759e31c1-8fc1-4ef6-bf56-3df7d3eb137c"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-759e31c1-8fc1-4ef6-bf56-3df7d3eb137c"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-759e31c1-8fc1-4ef6-bf56-3df7d3eb137c"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-759e31c1-8fc1-4ef6-bf56-3df7d3eb137c"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-759e31c1-8fc1-4ef6-bf56-3df7d3eb137c"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-759e31c1-8fc1-4ef6-bf56-3df7d3eb137c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-759e31c1-8fc1-4ef6-bf56-3df7d3eb137c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-759e31c1-8fc1-4ef6-bf56-3df7d3eb137c"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-759e31c1-8fc1-4ef6-bf56-3df7d3eb137c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-759e31c1-8fc1-4ef6-bf56-3df7d3eb137c"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-759e31c1-8fc1-4ef6-bf56-3df7d3eb137c"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-759e31c1-8fc1-4ef6-bf56-3df7d3eb137c"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-759e31c1-8fc1-4ef6-bf56-3df7d3eb137c"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-759e31c1-8fc1-4ef6-bf56-3df7d3eb137c"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-759e31c1-8fc1-4ef6-bf56-3df7d3eb137c"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-759e31c1-8fc1-4ef6-bf56-3df7d3eb137c"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-759e31c1-8fc1-4ef6-bf56-3df7d3eb137c"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-759e31c1-8fc1-4ef6-bf56-3df7d3eb137c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-759e31c1-8fc1-4ef6-bf56-3df7d3eb137c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-759e31c1-8fc1-4ef6-bf56-3df7d3eb137c"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-759e31c1-8fc1-4ef6-bf56-3df7d3eb137c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-759e31c1-8fc1-4ef6-bf56-3df7d3eb137c"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-759e31c1-8fc1-4ef6-bf56-3df7d3eb137c"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-759e31c1-8fc1-4ef6-bf56-3df7d3eb137c"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-759e31c1-8fc1-4ef6-bf56-3df7d3eb137c"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-759e31c1-8fc1-4ef6-bf56-3df7d3eb137c"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-759e31c1-8fc1-4ef6-bf56-3df7d3eb137c"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 0px) {
[id="s-4d496151-2654-4de1-aa53-e782a0893ea2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4d496151-2654-4de1-aa53-e782a0893ea2"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-4d496151-2654-4de1-aa53-e782a0893ea2"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-4d496151-2654-4de1-aa53-e782a0893ea2"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-4d496151-2654-4de1-aa53-e782a0893ea2"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-4d496151-2654-4de1-aa53-e782a0893ea2"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-4d496151-2654-4de1-aa53-e782a0893ea2"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-4d496151-2654-4de1-aa53-e782a0893ea2"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-4d496151-2654-4de1-aa53-e782a0893ea2"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-4d496151-2654-4de1-aa53-e782a0893ea2"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-4d496151-2654-4de1-aa53-e782a0893ea2"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-4d496151-2654-4de1-aa53-e782a0893ea2"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-4d496151-2654-4de1-aa53-e782a0893ea2"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-4d496151-2654-4de1-aa53-e782a0893ea2"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-4d496151-2654-4de1-aa53-e782a0893ea2"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-4d496151-2654-4de1-aa53-e782a0893ea2"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-4d496151-2654-4de1-aa53-e782a0893ea2"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-4d496151-2654-4de1-aa53-e782a0893ea2"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-4d496151-2654-4de1-aa53-e782a0893ea2"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-4d496151-2654-4de1-aa53-e782a0893ea2"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-4d496151-2654-4de1-aa53-e782a0893ea2"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-4d496151-2654-4de1-aa53-e782a0893ea2"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-4d496151-2654-4de1-aa53-e782a0893ea2"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-4d496151-2654-4de1-aa53-e782a0893ea2"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-4d496151-2654-4de1-aa53-e782a0893ea2"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-4d496151-2654-4de1-aa53-e782a0893ea2"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-4d496151-2654-4de1-aa53-e782a0893ea2"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-4d496151-2654-4de1-aa53-e782a0893ea2"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-4d496151-2654-4de1-aa53-e782a0893ea2"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-4d496151-2654-4de1-aa53-e782a0893ea2"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-4d496151-2654-4de1-aa53-e782a0893ea2"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-4d496151-2654-4de1-aa53-e782a0893ea2"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-4d496151-2654-4de1-aa53-e782a0893ea2"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-4d496151-2654-4de1-aa53-e782a0893ea2"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-4d496151-2654-4de1-aa53-e782a0893ea2"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-4d496151-2654-4de1-aa53-e782a0893ea2"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-4d496151-2654-4de1-aa53-e782a0893ea2"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-f075e6c4-5573-4351-8ecb-6ee907f1997a { margin-top: 70px;
margin-bottom: 30px;
padding-top: 15px;
padding-left: 70px;
padding-bottom: 15px;
padding-right: 70px;
border-radius: 80px;
text-align: center;
background-color: rgba(255, 62, 75, 1);
text-decoration: none; }
#s-f075e6c4-5573-4351-8ecb-6ee907f1997a:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-f075e6c4-5573-4351-8ecb-6ee907f1997a:active {background-color: #000000 !important;
text-decoration: none !important;}

 #s-f075e6c4-5573-4351-8ecb-6ee907f1997a.shg-btn {
   color: rgba(255, 255, 255, 1);
   font-size: 20px;
   font-weight:  700 ;
   font-style:  normal ;
   font-family: Nunito;
 }
#s-2cc6f93d-3e15-4a7f-8c76-0b35c57d82d0 { margin-top: 200px;
margin-bottom: 150px;
background-color: rgba(0, 0, 0, 0); }
@media (min-width: 0px) {
[id="s-2cc6f93d-3e15-4a7f-8c76-0b35c57d82d0"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-2cc6f93d-3e15-4a7f-8c76-0b35c57d82d0"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-2cc6f93d-3e15-4a7f-8c76-0b35c57d82d0"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-2cc6f93d-3e15-4a7f-8c76-0b35c57d82d0"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-2cc6f93d-3e15-4a7f-8c76-0b35c57d82d0"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-2cc6f93d-3e15-4a7f-8c76-0b35c57d82d0"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-2cc6f93d-3e15-4a7f-8c76-0b35c57d82d0"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-2cc6f93d-3e15-4a7f-8c76-0b35c57d82d0"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-2cc6f93d-3e15-4a7f-8c76-0b35c57d82d0"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-2cc6f93d-3e15-4a7f-8c76-0b35c57d82d0"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-2cc6f93d-3e15-4a7f-8c76-0b35c57d82d0"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-2cc6f93d-3e15-4a7f-8c76-0b35c57d82d0"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-2cc6f93d-3e15-4a7f-8c76-0b35c57d82d0"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-2cc6f93d-3e15-4a7f-8c76-0b35c57d82d0"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-2cc6f93d-3e15-4a7f-8c76-0b35c57d82d0"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-2cc6f93d-3e15-4a7f-8c76-0b35c57d82d0"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-2cc6f93d-3e15-4a7f-8c76-0b35c57d82d0"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-2cc6f93d-3e15-4a7f-8c76-0b35c57d82d0"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-2cc6f93d-3e15-4a7f-8c76-0b35c57d82d0"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-2cc6f93d-3e15-4a7f-8c76-0b35c57d82d0"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-2cc6f93d-3e15-4a7f-8c76-0b35c57d82d0"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-2cc6f93d-3e15-4a7f-8c76-0b35c57d82d0"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-2cc6f93d-3e15-4a7f-8c76-0b35c57d82d0"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-2cc6f93d-3e15-4a7f-8c76-0b35c57d82d0"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-2cc6f93d-3e15-4a7f-8c76-0b35c57d82d0"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-2cc6f93d-3e15-4a7f-8c76-0b35c57d82d0"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-2cc6f93d-3e15-4a7f-8c76-0b35c57d82d0"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-2cc6f93d-3e15-4a7f-8c76-0b35c57d82d0"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-2cc6f93d-3e15-4a7f-8c76-0b35c57d82d0"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-2cc6f93d-3e15-4a7f-8c76-0b35c57d82d0"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-2cc6f93d-3e15-4a7f-8c76-0b35c57d82d0"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-2cc6f93d-3e15-4a7f-8c76-0b35c57d82d0"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-2cc6f93d-3e15-4a7f-8c76-0b35c57d82d0"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-2cc6f93d-3e15-4a7f-8c76-0b35c57d82d0"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-2cc6f93d-3e15-4a7f-8c76-0b35c57d82d0"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-2cc6f93d-3e15-4a7f-8c76-0b35c57d82d0"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-2cc6f93d-3e15-4a7f-8c76-0b35c57d82d0"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-2cc6f93d-3e15-4a7f-8c76-0b35c57d82d0"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-2cc6f93d-3e15-4a7f-8c76-0b35c57d82d0"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-2cc6f93d-3e15-4a7f-8c76-0b35c57d82d0"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-2cc6f93d-3e15-4a7f-8c76-0b35c57d82d0"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-2cc6f93d-3e15-4a7f-8c76-0b35c57d82d0"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-2cc6f93d-3e15-4a7f-8c76-0b35c57d82d0"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-2cc6f93d-3e15-4a7f-8c76-0b35c57d82d0"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-2cc6f93d-3e15-4a7f-8c76-0b35c57d82d0"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-2cc6f93d-3e15-4a7f-8c76-0b35c57d82d0"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-2cc6f93d-3e15-4a7f-8c76-0b35c57d82d0"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-2cc6f93d-3e15-4a7f-8c76-0b35c57d82d0"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-8df152e7-3fa8-44e4-bd8c-1ae9fff7ffd3 { margin-top: 80px;
margin-bottom: 80px;
min-height: 250px;
background-repeat: no-repeat; }
#s-8df152e7-3fa8-44e4-bd8c-1ae9fff7ffd3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
@media (min-width: 0px) {
[id="s-987212b6-a0f8-42b5-95db-dd1f382725c3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-987212b6-a0f8-42b5-95db-dd1f382725c3"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-987212b6-a0f8-42b5-95db-dd1f382725c3"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-987212b6-a0f8-42b5-95db-dd1f382725c3"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-987212b6-a0f8-42b5-95db-dd1f382725c3"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-987212b6-a0f8-42b5-95db-dd1f382725c3"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-987212b6-a0f8-42b5-95db-dd1f382725c3"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-987212b6-a0f8-42b5-95db-dd1f382725c3"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-987212b6-a0f8-42b5-95db-dd1f382725c3"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-987212b6-a0f8-42b5-95db-dd1f382725c3"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-987212b6-a0f8-42b5-95db-dd1f382725c3"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-987212b6-a0f8-42b5-95db-dd1f382725c3"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-987212b6-a0f8-42b5-95db-dd1f382725c3"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-987212b6-a0f8-42b5-95db-dd1f382725c3"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-987212b6-a0f8-42b5-95db-dd1f382725c3"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-987212b6-a0f8-42b5-95db-dd1f382725c3"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-987212b6-a0f8-42b5-95db-dd1f382725c3"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-987212b6-a0f8-42b5-95db-dd1f382725c3"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-987212b6-a0f8-42b5-95db-dd1f382725c3"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-987212b6-a0f8-42b5-95db-dd1f382725c3"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-987212b6-a0f8-42b5-95db-dd1f382725c3"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-987212b6-a0f8-42b5-95db-dd1f382725c3"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-987212b6-a0f8-42b5-95db-dd1f382725c3"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-987212b6-a0f8-42b5-95db-dd1f382725c3"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-987212b6-a0f8-42b5-95db-dd1f382725c3"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-987212b6-a0f8-42b5-95db-dd1f382725c3"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-987212b6-a0f8-42b5-95db-dd1f382725c3"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-987212b6-a0f8-42b5-95db-dd1f382725c3"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-987212b6-a0f8-42b5-95db-dd1f382725c3"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-987212b6-a0f8-42b5-95db-dd1f382725c3"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-987212b6-a0f8-42b5-95db-dd1f382725c3"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-987212b6-a0f8-42b5-95db-dd1f382725c3"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-987212b6-a0f8-42b5-95db-dd1f382725c3"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-987212b6-a0f8-42b5-95db-dd1f382725c3"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-987212b6-a0f8-42b5-95db-dd1f382725c3"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-987212b6-a0f8-42b5-95db-dd1f382725c3"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-987212b6-a0f8-42b5-95db-dd1f382725c3"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-07881f1c-35c2-4f26-9708-0f4cf56545b7 { text-align: center; }
#s-6070f64e-a849-4490-a498-edb771262797 { margin-left: 250px;
text-align: center; }
#s-8e70e49e-55ca-45be-a1e1-bb7d0b4bd843 { text-align: center; }
#s-53866e52-03ff-4c59-979a-7d98c44892f7 { margin-top: 70px;
margin-bottom: 70px;
text-align: center; }
#s-4c7ef334-4652-414a-82dd-23f063226838 { background-repeat: no-repeat; }
#s-4c7ef334-4652-414a-82dd-23f063226838 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-ee69d2d2-d242-45ad-90c7-380575c5bb81 { margin-top: 120px; }
#s-2e66a173-0379-4907-be1c-b21bd28b236c { margin-top: 30px;
margin-bottom: 30px;
padding-top: 15px;
padding-left: 70px;
padding-bottom: 15px;
padding-right: 70px;
border-radius: 80px;
text-align: center;
background-color: rgba(255, 62, 75, 1);
text-decoration: none; }
#s-2e66a173-0379-4907-be1c-b21bd28b236c:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-2e66a173-0379-4907-be1c-b21bd28b236c:active {background-color: #000000 !important;
text-decoration: none !important;}

 #s-2e66a173-0379-4907-be1c-b21bd28b236c.shg-btn {
   color: rgba(255, 255, 255, 1);
   font-size: 20px;
   font-weight:  700 ;
   font-style:  normal ;
   font-family: Nunito;
 }
#s-02f4ebdc-0f73-4874-a97a-7c7d5fe80796 { padding-top: 100px;
padding-bottom: 180px;
background-color: rgba(255, 255, 255, 0); }
@media (min-width: 0px) {
[id="s-02f4ebdc-0f73-4874-a97a-7c7d5fe80796"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-02f4ebdc-0f73-4874-a97a-7c7d5fe80796"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-02f4ebdc-0f73-4874-a97a-7c7d5fe80796"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-02f4ebdc-0f73-4874-a97a-7c7d5fe80796"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-02f4ebdc-0f73-4874-a97a-7c7d5fe80796"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-02f4ebdc-0f73-4874-a97a-7c7d5fe80796"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-02f4ebdc-0f73-4874-a97a-7c7d5fe80796"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-02f4ebdc-0f73-4874-a97a-7c7d5fe80796"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-02f4ebdc-0f73-4874-a97a-7c7d5fe80796"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-02f4ebdc-0f73-4874-a97a-7c7d5fe80796"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-02f4ebdc-0f73-4874-a97a-7c7d5fe80796"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-02f4ebdc-0f73-4874-a97a-7c7d5fe80796"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-02f4ebdc-0f73-4874-a97a-7c7d5fe80796"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-02f4ebdc-0f73-4874-a97a-7c7d5fe80796"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-02f4ebdc-0f73-4874-a97a-7c7d5fe80796"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-02f4ebdc-0f73-4874-a97a-7c7d5fe80796"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-02f4ebdc-0f73-4874-a97a-7c7d5fe80796"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-02f4ebdc-0f73-4874-a97a-7c7d5fe80796"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-02f4ebdc-0f73-4874-a97a-7c7d5fe80796"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-02f4ebdc-0f73-4874-a97a-7c7d5fe80796"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-02f4ebdc-0f73-4874-a97a-7c7d5fe80796"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-02f4ebdc-0f73-4874-a97a-7c7d5fe80796"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-02f4ebdc-0f73-4874-a97a-7c7d5fe80796"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-02f4ebdc-0f73-4874-a97a-7c7d5fe80796"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-02f4ebdc-0f73-4874-a97a-7c7d5fe80796"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-02f4ebdc-0f73-4874-a97a-7c7d5fe80796"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-02f4ebdc-0f73-4874-a97a-7c7d5fe80796"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-02f4ebdc-0f73-4874-a97a-7c7d5fe80796"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-02f4ebdc-0f73-4874-a97a-7c7d5fe80796"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-02f4ebdc-0f73-4874-a97a-7c7d5fe80796"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-02f4ebdc-0f73-4874-a97a-7c7d5fe80796"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-02f4ebdc-0f73-4874-a97a-7c7d5fe80796"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-02f4ebdc-0f73-4874-a97a-7c7d5fe80796"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-02f4ebdc-0f73-4874-a97a-7c7d5fe80796"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-02f4ebdc-0f73-4874-a97a-7c7d5fe80796"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-02f4ebdc-0f73-4874-a97a-7c7d5fe80796"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-02f4ebdc-0f73-4874-a97a-7c7d5fe80796"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-02f4ebdc-0f73-4874-a97a-7c7d5fe80796"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-02f4ebdc-0f73-4874-a97a-7c7d5fe80796"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-02f4ebdc-0f73-4874-a97a-7c7d5fe80796"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-02f4ebdc-0f73-4874-a97a-7c7d5fe80796"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-02f4ebdc-0f73-4874-a97a-7c7d5fe80796"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-02f4ebdc-0f73-4874-a97a-7c7d5fe80796"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-02f4ebdc-0f73-4874-a97a-7c7d5fe80796"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-02f4ebdc-0f73-4874-a97a-7c7d5fe80796"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-02f4ebdc-0f73-4874-a97a-7c7d5fe80796"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-02f4ebdc-0f73-4874-a97a-7c7d5fe80796"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-02f4ebdc-0f73-4874-a97a-7c7d5fe80796"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-c955c16d-bf21-4c72-b41b-0b8f51c23d4d {  }
#s-c955c16d-bf21-4c72-b41b-0b8f51c23d4d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-386f91d2-00af-4451-9d91-107ad488d689 { margin-top: 80px;
margin-bottom: 0px; }
#s-7143e4aa-d852-4f5d-954d-23000e4963fd { margin-top: 40px;
margin-bottom: 80px;
padding-top: 15px;
padding-left: 40px;
padding-bottom: 15px;
padding-right: 40px;
border-radius: 200px;
text-align: center;
background-color: rgba(255, 62, 75, 1);
text-decoration: none; }
#s-7143e4aa-d852-4f5d-954d-23000e4963fd:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-7143e4aa-d852-4f5d-954d-23000e4963fd:active {background-color: #000000 !important;
text-decoration: none !important;}

 #s-7143e4aa-d852-4f5d-954d-23000e4963fd.shg-btn {
   color: rgba(255, 255, 255, 1);
   font-size: 20px;
   font-weight:  700 ;
   font-style:  normal ;
   font-family: Nunito;
 }
#s-77f9f7ce-40fb-499a-a1be-41cd7c05256f { min-height: 250px;
background-repeat: no-repeat; }
#s-77f9f7ce-40fb-499a-a1be-41cd7c05256f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
@media (min-width: 0px) {
[id="s-08bbf136-9e07-41e2-9775-9bc3a0b79d0b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-08bbf136-9e07-41e2-9775-9bc3a0b79d0b"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-08bbf136-9e07-41e2-9775-9bc3a0b79d0b"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-08bbf136-9e07-41e2-9775-9bc3a0b79d0b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-08bbf136-9e07-41e2-9775-9bc3a0b79d0b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-08bbf136-9e07-41e2-9775-9bc3a0b79d0b"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-08bbf136-9e07-41e2-9775-9bc3a0b79d0b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-08bbf136-9e07-41e2-9775-9bc3a0b79d0b"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-08bbf136-9e07-41e2-9775-9bc3a0b79d0b"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-08bbf136-9e07-41e2-9775-9bc3a0b79d0b"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-08bbf136-9e07-41e2-9775-9bc3a0b79d0b"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-08bbf136-9e07-41e2-9775-9bc3a0b79d0b"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-08bbf136-9e07-41e2-9775-9bc3a0b79d0b"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-08bbf136-9e07-41e2-9775-9bc3a0b79d0b"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-08bbf136-9e07-41e2-9775-9bc3a0b79d0b"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-08bbf136-9e07-41e2-9775-9bc3a0b79d0b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-08bbf136-9e07-41e2-9775-9bc3a0b79d0b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-08bbf136-9e07-41e2-9775-9bc3a0b79d0b"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-08bbf136-9e07-41e2-9775-9bc3a0b79d0b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-08bbf136-9e07-41e2-9775-9bc3a0b79d0b"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-08bbf136-9e07-41e2-9775-9bc3a0b79d0b"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-08bbf136-9e07-41e2-9775-9bc3a0b79d0b"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-08bbf136-9e07-41e2-9775-9bc3a0b79d0b"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-08bbf136-9e07-41e2-9775-9bc3a0b79d0b"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-08bbf136-9e07-41e2-9775-9bc3a0b79d0b"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-08bbf136-9e07-41e2-9775-9bc3a0b79d0b"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-08bbf136-9e07-41e2-9775-9bc3a0b79d0b"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-08bbf136-9e07-41e2-9775-9bc3a0b79d0b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-08bbf136-9e07-41e2-9775-9bc3a0b79d0b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-08bbf136-9e07-41e2-9775-9bc3a0b79d0b"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-08bbf136-9e07-41e2-9775-9bc3a0b79d0b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-08bbf136-9e07-41e2-9775-9bc3a0b79d0b"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-08bbf136-9e07-41e2-9775-9bc3a0b79d0b"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-08bbf136-9e07-41e2-9775-9bc3a0b79d0b"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-08bbf136-9e07-41e2-9775-9bc3a0b79d0b"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-08bbf136-9e07-41e2-9775-9bc3a0b79d0b"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-08bbf136-9e07-41e2-9775-9bc3a0b79d0b"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-81778bb9-27fe-4c74-8f54-523e8b6fea70 { max-width: 300px;
text-align: center; }
#s-d827732c-1515-44f2-b66e-4e3d06f8ad37 { margin-top: 150px;
margin-bottom: 150px;
max-width: 300px;
text-align: center; }
#s-e86f143d-71a9-49f9-9833-f7c8c96b7382 { margin-right: 150px;
text-align: center; }
#s-f06681e0-fec7-4253-ad37-68ae7b7b5413 { text-align: left; }
#s-b72e2cfa-d5ea-4bb9-97c9-d5425711ce23 { background-repeat: no-repeat;
background-size: contain;
margin-top: 150px;
margin-bottom: 36px;
min-height: 300px;
background-position: center center;
background-attachment: scroll; }
#s-b72e2cfa-d5ea-4bb9-97c9-d5425711ce23 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-d5c545d2-387d-439f-9d26-ef5269bbb5d3 { margin-top: -152px;
margin-bottom: -152px;
padding-top: 0px;
padding-bottom: 0px;
background-color: rgba(0, 0, 0, 0); }
@media (min-width: 0px) {
[id="s-d5c545d2-387d-439f-9d26-ef5269bbb5d3"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 35.0px);
}

[id="s-d5c545d2-387d-439f-9d26-ef5269bbb5d3"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 35.0px);
}

[id="s-d5c545d2-387d-439f-9d26-ef5269bbb5d3"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 35.0px);
}

[id="s-d5c545d2-387d-439f-9d26-ef5269bbb5d3"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 35.0px);
}

[id="s-d5c545d2-387d-439f-9d26-ef5269bbb5d3"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 35.0px);
}

[id="s-d5c545d2-387d-439f-9d26-ef5269bbb5d3"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 35.0px);
}

[id="s-d5c545d2-387d-439f-9d26-ef5269bbb5d3"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 35.0px);
}

[id="s-d5c545d2-387d-439f-9d26-ef5269bbb5d3"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 35.0px);
}

[id="s-d5c545d2-387d-439f-9d26-ef5269bbb5d3"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 35.0px);
}

[id="s-d5c545d2-387d-439f-9d26-ef5269bbb5d3"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 35.0px);
}

[id="s-d5c545d2-387d-439f-9d26-ef5269bbb5d3"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 35.0px);
}

[id="s-d5c545d2-387d-439f-9d26-ef5269bbb5d3"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 35.0px);
}

}

@media (min-width: 768px) {
[id="s-d5c545d2-387d-439f-9d26-ef5269bbb5d3"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 35.0px);
}

[id="s-d5c545d2-387d-439f-9d26-ef5269bbb5d3"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 35.0px);
}

[id="s-d5c545d2-387d-439f-9d26-ef5269bbb5d3"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 35.0px);
}

[id="s-d5c545d2-387d-439f-9d26-ef5269bbb5d3"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 35.0px);
}

[id="s-d5c545d2-387d-439f-9d26-ef5269bbb5d3"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 35.0px);
}

[id="s-d5c545d2-387d-439f-9d26-ef5269bbb5d3"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 35.0px);
}

[id="s-d5c545d2-387d-439f-9d26-ef5269bbb5d3"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 35.0px);
}

[id="s-d5c545d2-387d-439f-9d26-ef5269bbb5d3"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 35.0px);
}

[id="s-d5c545d2-387d-439f-9d26-ef5269bbb5d3"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 35.0px);
}

[id="s-d5c545d2-387d-439f-9d26-ef5269bbb5d3"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 35.0px);
}

[id="s-d5c545d2-387d-439f-9d26-ef5269bbb5d3"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 35.0px);
}

[id="s-d5c545d2-387d-439f-9d26-ef5269bbb5d3"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 35.0px);
}

}

@media (min-width: 992px) {
[id="s-d5c545d2-387d-439f-9d26-ef5269bbb5d3"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 35.0px);
}

[id="s-d5c545d2-387d-439f-9d26-ef5269bbb5d3"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 35.0px);
}

[id="s-d5c545d2-387d-439f-9d26-ef5269bbb5d3"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 35.0px);
}

[id="s-d5c545d2-387d-439f-9d26-ef5269bbb5d3"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 35.0px);
}

[id="s-d5c545d2-387d-439f-9d26-ef5269bbb5d3"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 35.0px);
}

[id="s-d5c545d2-387d-439f-9d26-ef5269bbb5d3"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 35.0px);
}

[id="s-d5c545d2-387d-439f-9d26-ef5269bbb5d3"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 35.0px);
}

[id="s-d5c545d2-387d-439f-9d26-ef5269bbb5d3"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 35.0px);
}

[id="s-d5c545d2-387d-439f-9d26-ef5269bbb5d3"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 35.0px);
}

[id="s-d5c545d2-387d-439f-9d26-ef5269bbb5d3"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 35.0px);
}

[id="s-d5c545d2-387d-439f-9d26-ef5269bbb5d3"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 35.0px);
}

[id="s-d5c545d2-387d-439f-9d26-ef5269bbb5d3"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 35.0px);
}

}

@media (min-width: 1200px) {
[id="s-d5c545d2-387d-439f-9d26-ef5269bbb5d3"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 35.0px);
}

[id="s-d5c545d2-387d-439f-9d26-ef5269bbb5d3"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 35.0px);
}

[id="s-d5c545d2-387d-439f-9d26-ef5269bbb5d3"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 35.0px);
}

[id="s-d5c545d2-387d-439f-9d26-ef5269bbb5d3"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 35.0px);
}

[id="s-d5c545d2-387d-439f-9d26-ef5269bbb5d3"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 35.0px);
}

[id="s-d5c545d2-387d-439f-9d26-ef5269bbb5d3"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 35.0px);
}

[id="s-d5c545d2-387d-439f-9d26-ef5269bbb5d3"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 35.0px);
}

[id="s-d5c545d2-387d-439f-9d26-ef5269bbb5d3"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 35.0px);
}

[id="s-d5c545d2-387d-439f-9d26-ef5269bbb5d3"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 35.0px);
}

[id="s-d5c545d2-387d-439f-9d26-ef5269bbb5d3"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 35.0px);
}

[id="s-d5c545d2-387d-439f-9d26-ef5269bbb5d3"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 35.0px);
}

[id="s-d5c545d2-387d-439f-9d26-ef5269bbb5d3"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 35.0px);
}

}

#s-92067fc4-629c-4c76-ad0f-5a0a75071d10 { margin-left: 100px;
max-width: 450px;
text-align: center; }
#s-0f5d1750-cd09-4277-9619-ee37d391532d { margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
min-height: 250px;
background-repeat: no-repeat; }
#s-0f5d1750-cd09-4277-9619-ee37d391532d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-d59d3739-5ad2-494e-9628-ebbc6445e2c1 { margin-top: 120px;
margin-left: 60px;
margin-right: 60px;
padding-top: 9px;
padding-bottom: 9px;
border-radius: 00px;
background-color: rgba(255, 255, 255, 0); }
#s-8ebbb8a3-1718-4000-9bce-61451c3d1e6b { margin-top: 0px;
margin-left: 60px;
margin-right: 60px;
padding-top: 9px;
padding-bottom: 9px;
border-radius: 00px;
background-color: rgba(255, 255, 255, 0); }
#s-0f9792b4-cbfe-4102-8878-26bc520936f5 { box-shadow:0px 0px 0px 0px ;
margin-left: 100px;
margin-bottom: -6px;
padding-top: 10px;
padding-bottom: 10px;
max-width: 200px;
text-align: center; }
#s-baeed288-a493-44ba-b19e-00cbf143d600 { background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iOGI5MzJmODMtY2JlZi00NzBlLWFiODYtYWNmOTYxMDUzZjc4IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwLjAwIiBzdHlsZT0ic3RvcC1jb2xvcjojMDBhZWFmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZmZmZmZmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM4YjkzMmY4My1jYmVmLTQ3MGUtYWI4Ni1hY2Y5NjEwNTNmNzgpIi8+PC9zdmc+);
background-repeat: repeat;
margin-top: 135px;
min-height: 50px; }
#s-baeed288-a493-44ba-b19e-00cbf143d600 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-8959e787-afc9-43fe-8578-5f22272ceffd {  }
@media (min-width: 0px) {
[id="s-8959e787-afc9-43fe-8578-5f22272ceffd"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-8959e787-afc9-43fe-8578-5f22272ceffd"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-8959e787-afc9-43fe-8578-5f22272ceffd"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-8959e787-afc9-43fe-8578-5f22272ceffd"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-8959e787-afc9-43fe-8578-5f22272ceffd"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-8959e787-afc9-43fe-8578-5f22272ceffd"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-8959e787-afc9-43fe-8578-5f22272ceffd"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-8959e787-afc9-43fe-8578-5f22272ceffd"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-8959e787-afc9-43fe-8578-5f22272ceffd"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-8959e787-afc9-43fe-8578-5f22272ceffd"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-8959e787-afc9-43fe-8578-5f22272ceffd"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-8959e787-afc9-43fe-8578-5f22272ceffd"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-8959e787-afc9-43fe-8578-5f22272ceffd"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-8959e787-afc9-43fe-8578-5f22272ceffd"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-8959e787-afc9-43fe-8578-5f22272ceffd"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-8959e787-afc9-43fe-8578-5f22272ceffd"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-8959e787-afc9-43fe-8578-5f22272ceffd"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-8959e787-afc9-43fe-8578-5f22272ceffd"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-8959e787-afc9-43fe-8578-5f22272ceffd"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-8959e787-afc9-43fe-8578-5f22272ceffd"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-8959e787-afc9-43fe-8578-5f22272ceffd"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-8959e787-afc9-43fe-8578-5f22272ceffd"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-8959e787-afc9-43fe-8578-5f22272ceffd"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-8959e787-afc9-43fe-8578-5f22272ceffd"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-8959e787-afc9-43fe-8578-5f22272ceffd"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-8959e787-afc9-43fe-8578-5f22272ceffd"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-8959e787-afc9-43fe-8578-5f22272ceffd"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-8959e787-afc9-43fe-8578-5f22272ceffd"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-8959e787-afc9-43fe-8578-5f22272ceffd"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-8959e787-afc9-43fe-8578-5f22272ceffd"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-8959e787-afc9-43fe-8578-5f22272ceffd"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-8959e787-afc9-43fe-8578-5f22272ceffd"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-8959e787-afc9-43fe-8578-5f22272ceffd"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-8959e787-afc9-43fe-8578-5f22272ceffd"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-8959e787-afc9-43fe-8578-5f22272ceffd"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-8959e787-afc9-43fe-8578-5f22272ceffd"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-8959e787-afc9-43fe-8578-5f22272ceffd"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-8959e787-afc9-43fe-8578-5f22272ceffd"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-8959e787-afc9-43fe-8578-5f22272ceffd"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-8959e787-afc9-43fe-8578-5f22272ceffd"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-8959e787-afc9-43fe-8578-5f22272ceffd"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-8959e787-afc9-43fe-8578-5f22272ceffd"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-8959e787-afc9-43fe-8578-5f22272ceffd"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-8959e787-afc9-43fe-8578-5f22272ceffd"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-8959e787-afc9-43fe-8578-5f22272ceffd"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-8959e787-afc9-43fe-8578-5f22272ceffd"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-8959e787-afc9-43fe-8578-5f22272ceffd"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-8959e787-afc9-43fe-8578-5f22272ceffd"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-79d2f312-91d5-4645-85c1-dd07fb58b941 { background-repeat: no-repeat;
background-size: contain;
margin-top: 50px;
margin-bottom: 50px;
min-height: 400px;
background-position: center center; }
#s-79d2f312-91d5-4645-85c1-dd07fb58b941 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-4744dce7-26c7-4d00-8a81-aabfcd206420 { margin-top: 200px;
margin-left: 500px;
max-width: 120px;
text-align: center; }
#s-7751ed50-31f6-4445-8137-1b470f8184ec { margin-top: 50px;
margin-bottom: 50px;
min-height: 400px; }
#s-7751ed50-31f6-4445-8137-1b470f8184ec > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-c7a36d88-bb4b-48b7-9cf3-c5dd8f64c274 { margin-top: 41px;
margin-bottom: 15px; }
#s-4ccb775a-caf4-4fd0-a070-cc4a03d531be {  }
#s-16cd902e-7c75-46b7-8110-31ee030054e4 { min-height: 50px;
background-color: rgba(255, 62, 75, 0); }
@media (min-width: 992px) and (max-width: 1199px){#s-16cd902e-7c75-46b7-8110-31ee030054e4, #wrap-s-16cd902e-7c75-46b7-8110-31ee030054e4 { display:none !important; }}@media (min-width: 1200px){#s-16cd902e-7c75-46b7-8110-31ee030054e4, #wrap-s-16cd902e-7c75-46b7-8110-31ee030054e4 { display:none !important; }}
#s-16cd902e-7c75-46b7-8110-31ee030054e4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-50b7e6c8-e8ae-4249-a7e8-b82a15b6d8df { background-repeat: no-repeat;
background-size: cover;
min-height: 250px;
background-position: center center; }
#s-50b7e6c8-e8ae-4249-a7e8-b82a15b6d8df > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-52fd18a8-3c5a-4706-bd0a-6fe4f969c8c4 { margin-top: -16px; }
@media (min-width: 0px) {
[id="s-52fd18a8-3c5a-4706-bd0a-6fe4f969c8c4"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-52fd18a8-3c5a-4706-bd0a-6fe4f969c8c4"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-52fd18a8-3c5a-4706-bd0a-6fe4f969c8c4"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-52fd18a8-3c5a-4706-bd0a-6fe4f969c8c4"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-52fd18a8-3c5a-4706-bd0a-6fe4f969c8c4"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-52fd18a8-3c5a-4706-bd0a-6fe4f969c8c4"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-52fd18a8-3c5a-4706-bd0a-6fe4f969c8c4"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-52fd18a8-3c5a-4706-bd0a-6fe4f969c8c4"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-52fd18a8-3c5a-4706-bd0a-6fe4f969c8c4"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-52fd18a8-3c5a-4706-bd0a-6fe4f969c8c4"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-52fd18a8-3c5a-4706-bd0a-6fe4f969c8c4"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-52fd18a8-3c5a-4706-bd0a-6fe4f969c8c4"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-52fd18a8-3c5a-4706-bd0a-6fe4f969c8c4"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-52fd18a8-3c5a-4706-bd0a-6fe4f969c8c4"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-52fd18a8-3c5a-4706-bd0a-6fe4f969c8c4"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-52fd18a8-3c5a-4706-bd0a-6fe4f969c8c4"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-52fd18a8-3c5a-4706-bd0a-6fe4f969c8c4"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-52fd18a8-3c5a-4706-bd0a-6fe4f969c8c4"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-52fd18a8-3c5a-4706-bd0a-6fe4f969c8c4"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-52fd18a8-3c5a-4706-bd0a-6fe4f969c8c4"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-52fd18a8-3c5a-4706-bd0a-6fe4f969c8c4"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-52fd18a8-3c5a-4706-bd0a-6fe4f969c8c4"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-52fd18a8-3c5a-4706-bd0a-6fe4f969c8c4"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-52fd18a8-3c5a-4706-bd0a-6fe4f969c8c4"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-52fd18a8-3c5a-4706-bd0a-6fe4f969c8c4"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-52fd18a8-3c5a-4706-bd0a-6fe4f969c8c4"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-52fd18a8-3c5a-4706-bd0a-6fe4f969c8c4"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-52fd18a8-3c5a-4706-bd0a-6fe4f969c8c4"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-52fd18a8-3c5a-4706-bd0a-6fe4f969c8c4"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-52fd18a8-3c5a-4706-bd0a-6fe4f969c8c4"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-52fd18a8-3c5a-4706-bd0a-6fe4f969c8c4"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-52fd18a8-3c5a-4706-bd0a-6fe4f969c8c4"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-52fd18a8-3c5a-4706-bd0a-6fe4f969c8c4"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-52fd18a8-3c5a-4706-bd0a-6fe4f969c8c4"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-52fd18a8-3c5a-4706-bd0a-6fe4f969c8c4"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-52fd18a8-3c5a-4706-bd0a-6fe4f969c8c4"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-52fd18a8-3c5a-4706-bd0a-6fe4f969c8c4"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-52fd18a8-3c5a-4706-bd0a-6fe4f969c8c4"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-52fd18a8-3c5a-4706-bd0a-6fe4f969c8c4"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-52fd18a8-3c5a-4706-bd0a-6fe4f969c8c4"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-52fd18a8-3c5a-4706-bd0a-6fe4f969c8c4"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-52fd18a8-3c5a-4706-bd0a-6fe4f969c8c4"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-52fd18a8-3c5a-4706-bd0a-6fe4f969c8c4"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-52fd18a8-3c5a-4706-bd0a-6fe4f969c8c4"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-52fd18a8-3c5a-4706-bd0a-6fe4f969c8c4"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-52fd18a8-3c5a-4706-bd0a-6fe4f969c8c4"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-52fd18a8-3c5a-4706-bd0a-6fe4f969c8c4"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-52fd18a8-3c5a-4706-bd0a-6fe4f969c8c4"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-69bebb9b-9b06-4214-ac8d-bbf86609d160 { min-height: 50px; }
#s-69bebb9b-9b06-4214-ac8d-bbf86609d160 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-9feaab6a-c0e9-48df-845f-6f9d6ffa69aa { margin-left: 3px;
margin-right: -3px; }
#s-c1e8ce25-aaf6-43d6-a5ff-6810af681faa { border-style: solid;
margin-left: 0px;
margin-right: 0px;
padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-radius: 30px;
min-height: 50px;
border-color: rgba(255, 62, 75, 1); }
#s-c1e8ce25-aaf6-43d6-a5ff-6810af681faa > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-e2534217-554f-4f42-af02-457856acc83c { border-style: solid;
margin-top: 20px;
margin-left: 10px;
margin-bottom: 20px;
margin-right: 10px;
padding-top: 0px;
padding-left: 20px;
padding-bottom: 0px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-radius: 30px;
min-height: 50px;
border-color: rgba(255, 62, 75, 1); }
#s-e2534217-554f-4f42-af02-457856acc83c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-47420f34-c441-44f8-b9fc-220853fea526 {
  display: none;
}
#s-d3cd3d81-5465-4e10-9a88-5f9ce2e08447 { text-align: center; }
#s-d3cd3d81-5465-4e10-9a88-5f9ce2e08447 .shg-product-sold-out {
  display: none;
  color: rgba(0, 174, 175, 1);
  font-size: 18px;
}

#s-d3cd3d81-5465-4e10-9a88-5f9ce2e08447 .shg-product-price {
  color: rgba(0, 174, 175, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-d3cd3d81-5465-4e10-9a88-5f9ce2e08447 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: rgba(163, 163, 163, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-0402e25d-8c03-49b3-9eae-a4cfe36ac1cb { text-align: left; }
#s-0402e25d-8c03-49b3-9eae-a4cfe36ac1cb .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-0402e25d-8c03-49b3-9eae-a4cfe36ac1cb .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-0402e25d-8c03-49b3-9eae-a4cfe36ac1cb .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-0402e25d-8c03-49b3-9eae-a4cfe36ac1cb .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}


#s-8654575f-821d-4f39-b2d8-211816edaa43 { text-align: left; }
#s-8654575f-821d-4f39-b2d8-211816edaa43 .shg-product-quantity-wrapper {
  display: flex;
}

#s-8654575f-821d-4f39-b2d8-211816edaa43 .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-8654575f-821d-4f39-b2d8-211816edaa43 .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-8654575f-821d-4f39-b2d8-211816edaa43 .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-8654575f-821d-4f39-b2d8-211816edaa43 .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }



#s-0352c43a-f0f2-410f-9bfe-e6cf4bfff98e {
  display: none;
}
#s-b6667134-8e5e-4e4d-b1e5-f04b6428fdc4 { margin-top: 13px;
margin-left: 20px;
margin-right: 20px; }
@media (min-width: 0px) {
[id="s-b6667134-8e5e-4e4d-b1e5-f04b6428fdc4"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b6667134-8e5e-4e4d-b1e5-f04b6428fdc4"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-b6667134-8e5e-4e4d-b1e5-f04b6428fdc4"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-b6667134-8e5e-4e4d-b1e5-f04b6428fdc4"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-b6667134-8e5e-4e4d-b1e5-f04b6428fdc4"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-b6667134-8e5e-4e4d-b1e5-f04b6428fdc4"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-b6667134-8e5e-4e4d-b1e5-f04b6428fdc4"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-b6667134-8e5e-4e4d-b1e5-f04b6428fdc4"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-b6667134-8e5e-4e4d-b1e5-f04b6428fdc4"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-b6667134-8e5e-4e4d-b1e5-f04b6428fdc4"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-b6667134-8e5e-4e4d-b1e5-f04b6428fdc4"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-b6667134-8e5e-4e4d-b1e5-f04b6428fdc4"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-b6667134-8e5e-4e4d-b1e5-f04b6428fdc4"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-b6667134-8e5e-4e4d-b1e5-f04b6428fdc4"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-b6667134-8e5e-4e4d-b1e5-f04b6428fdc4"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-b6667134-8e5e-4e4d-b1e5-f04b6428fdc4"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-b6667134-8e5e-4e4d-b1e5-f04b6428fdc4"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-b6667134-8e5e-4e4d-b1e5-f04b6428fdc4"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-b6667134-8e5e-4e4d-b1e5-f04b6428fdc4"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-b6667134-8e5e-4e4d-b1e5-f04b6428fdc4"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-b6667134-8e5e-4e4d-b1e5-f04b6428fdc4"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-b6667134-8e5e-4e4d-b1e5-f04b6428fdc4"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-b6667134-8e5e-4e4d-b1e5-f04b6428fdc4"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-b6667134-8e5e-4e4d-b1e5-f04b6428fdc4"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-b6667134-8e5e-4e4d-b1e5-f04b6428fdc4"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-b6667134-8e5e-4e4d-b1e5-f04b6428fdc4"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-b6667134-8e5e-4e4d-b1e5-f04b6428fdc4"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-b6667134-8e5e-4e4d-b1e5-f04b6428fdc4"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-b6667134-8e5e-4e4d-b1e5-f04b6428fdc4"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-b6667134-8e5e-4e4d-b1e5-f04b6428fdc4"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-b6667134-8e5e-4e4d-b1e5-f04b6428fdc4"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-b6667134-8e5e-4e4d-b1e5-f04b6428fdc4"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-b6667134-8e5e-4e4d-b1e5-f04b6428fdc4"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-b6667134-8e5e-4e4d-b1e5-f04b6428fdc4"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-b6667134-8e5e-4e4d-b1e5-f04b6428fdc4"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-b6667134-8e5e-4e4d-b1e5-f04b6428fdc4"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-b6667134-8e5e-4e4d-b1e5-f04b6428fdc4"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 5.0px);
}

}

#s-bb3b6594-bdcb-46eb-bd3f-df35a277cbb1 { padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
border-radius: 102px;
text-align: center;
background-color: rgba(255, 62, 75, 1); }
#s-bb3b6594-bdcb-46eb-bd3f-df35a277cbb1:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-bb3b6594-bdcb-46eb-bd3f-df35a277cbb1:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-bb3b6594-bdcb-46eb-bd3f-df35a277cbb1 {
  display: block;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-bb3b6594-bdcb-46eb-bd3f-df35a277cbb1.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-bb3b6594-bdcb-46eb-bd3f-df35a277cbb1.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight:  700 ;
  font-style:  normal ;
  font-family: Nunito;
}

#s-bb3b6594-bdcb-46eb-bd3f-df35a277cbb1.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}


  #s-bb3b6594-bdcb-46eb-bd3f-df35a277cbb1.shg-btn.shg-product-atc-success {
    font-weight:  normal ;
    
    font-style:  normal ;
    
    color: ;
  }


#s-246cb9f0-c986-42c1-b2dd-6fbaf80f4203 { border-style: solid;
margin-top: 0px;
margin-left: -15px;
margin-bottom: 0px;
margin-right: -15px;
border-top-width: 1px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(203, 203, 203, 1); }
@media (min-width: 0px) {
[id="s-246cb9f0-c986-42c1-b2dd-6fbaf80f4203"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-246cb9f0-c986-42c1-b2dd-6fbaf80f4203"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-246cb9f0-c986-42c1-b2dd-6fbaf80f4203"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-246cb9f0-c986-42c1-b2dd-6fbaf80f4203"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-246cb9f0-c986-42c1-b2dd-6fbaf80f4203"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-246cb9f0-c986-42c1-b2dd-6fbaf80f4203"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-246cb9f0-c986-42c1-b2dd-6fbaf80f4203"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-246cb9f0-c986-42c1-b2dd-6fbaf80f4203"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-246cb9f0-c986-42c1-b2dd-6fbaf80f4203"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-246cb9f0-c986-42c1-b2dd-6fbaf80f4203"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-246cb9f0-c986-42c1-b2dd-6fbaf80f4203"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-246cb9f0-c986-42c1-b2dd-6fbaf80f4203"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-246cb9f0-c986-42c1-b2dd-6fbaf80f4203"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-246cb9f0-c986-42c1-b2dd-6fbaf80f4203"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-246cb9f0-c986-42c1-b2dd-6fbaf80f4203"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-246cb9f0-c986-42c1-b2dd-6fbaf80f4203"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-246cb9f0-c986-42c1-b2dd-6fbaf80f4203"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-246cb9f0-c986-42c1-b2dd-6fbaf80f4203"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-246cb9f0-c986-42c1-b2dd-6fbaf80f4203"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-246cb9f0-c986-42c1-b2dd-6fbaf80f4203"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-246cb9f0-c986-42c1-b2dd-6fbaf80f4203"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-246cb9f0-c986-42c1-b2dd-6fbaf80f4203"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-246cb9f0-c986-42c1-b2dd-6fbaf80f4203"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-246cb9f0-c986-42c1-b2dd-6fbaf80f4203"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-246cb9f0-c986-42c1-b2dd-6fbaf80f4203"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-246cb9f0-c986-42c1-b2dd-6fbaf80f4203"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-246cb9f0-c986-42c1-b2dd-6fbaf80f4203"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-246cb9f0-c986-42c1-b2dd-6fbaf80f4203"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-246cb9f0-c986-42c1-b2dd-6fbaf80f4203"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-246cb9f0-c986-42c1-b2dd-6fbaf80f4203"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-246cb9f0-c986-42c1-b2dd-6fbaf80f4203"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-246cb9f0-c986-42c1-b2dd-6fbaf80f4203"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-246cb9f0-c986-42c1-b2dd-6fbaf80f4203"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-246cb9f0-c986-42c1-b2dd-6fbaf80f4203"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-246cb9f0-c986-42c1-b2dd-6fbaf80f4203"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-246cb9f0-c986-42c1-b2dd-6fbaf80f4203"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-246cb9f0-c986-42c1-b2dd-6fbaf80f4203"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-246cb9f0-c986-42c1-b2dd-6fbaf80f4203"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-246cb9f0-c986-42c1-b2dd-6fbaf80f4203"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-246cb9f0-c986-42c1-b2dd-6fbaf80f4203"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-246cb9f0-c986-42c1-b2dd-6fbaf80f4203"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-246cb9f0-c986-42c1-b2dd-6fbaf80f4203"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-246cb9f0-c986-42c1-b2dd-6fbaf80f4203"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-246cb9f0-c986-42c1-b2dd-6fbaf80f4203"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-246cb9f0-c986-42c1-b2dd-6fbaf80f4203"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-246cb9f0-c986-42c1-b2dd-6fbaf80f4203"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-246cb9f0-c986-42c1-b2dd-6fbaf80f4203"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-246cb9f0-c986-42c1-b2dd-6fbaf80f4203"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-6e1b82fe-ef44-4ebe-b3d7-a9693a84f767 { padding-top: 20px;
padding-bottom: 20px;
padding-right: 20px; }
 #s-6e1b82fe-ef44-4ebe-b3d7-a9693a84f767 .shogun-heading-component h2 {
   color: #000;
   font-weight:  normal ;
   
   font-style:  normal ;
   font-size: 24px;
   
   
   text-align: right;
 }

 

#s-880bbdcf-8f7f-4f87-94b8-1dfe989601ec { text-align: center; }
#s-d0f47cd8-1287-4147-9229-70a1a5b49659 { margin-top: 0px;
margin-left: -25px;
margin-bottom: 0px;
margin-right: -25px;
padding-left: 40px;
padding-right: 40px; }
#s-bc810c94-c706-4a82-a38d-799f7f94620f { border-style: solid;
margin-top: 0px;
margin-left: 20px;
margin-bottom: 0px;
margin-right: 20px;
padding-top: 0px;
padding-left: 20px;
padding-bottom: 0px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-radius: 30px;
min-height: 50px;
border-color: rgba(255, 62, 75, 1); }
#s-bc810c94-c706-4a82-a38d-799f7f94620f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-97a8f379-7a2d-4551-b7cb-65933c07db80 {
  display: none;
}
#s-1bd0c6a0-4d60-400a-9724-5978db69f189 { margin-top: 13px; }
@media (min-width: 0px) {
[id="s-1bd0c6a0-4d60-400a-9724-5978db69f189"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1bd0c6a0-4d60-400a-9724-5978db69f189"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-1bd0c6a0-4d60-400a-9724-5978db69f189"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-1bd0c6a0-4d60-400a-9724-5978db69f189"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-1bd0c6a0-4d60-400a-9724-5978db69f189"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-1bd0c6a0-4d60-400a-9724-5978db69f189"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-1bd0c6a0-4d60-400a-9724-5978db69f189"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-1bd0c6a0-4d60-400a-9724-5978db69f189"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-1bd0c6a0-4d60-400a-9724-5978db69f189"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-1bd0c6a0-4d60-400a-9724-5978db69f189"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-1bd0c6a0-4d60-400a-9724-5978db69f189"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-1bd0c6a0-4d60-400a-9724-5978db69f189"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-1bd0c6a0-4d60-400a-9724-5978db69f189"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-1bd0c6a0-4d60-400a-9724-5978db69f189"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-1bd0c6a0-4d60-400a-9724-5978db69f189"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-1bd0c6a0-4d60-400a-9724-5978db69f189"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-1bd0c6a0-4d60-400a-9724-5978db69f189"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-1bd0c6a0-4d60-400a-9724-5978db69f189"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-1bd0c6a0-4d60-400a-9724-5978db69f189"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-1bd0c6a0-4d60-400a-9724-5978db69f189"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-1bd0c6a0-4d60-400a-9724-5978db69f189"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-1bd0c6a0-4d60-400a-9724-5978db69f189"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-1bd0c6a0-4d60-400a-9724-5978db69f189"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-1bd0c6a0-4d60-400a-9724-5978db69f189"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-1bd0c6a0-4d60-400a-9724-5978db69f189"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-1bd0c6a0-4d60-400a-9724-5978db69f189"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-1bd0c6a0-4d60-400a-9724-5978db69f189"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-1bd0c6a0-4d60-400a-9724-5978db69f189"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-1bd0c6a0-4d60-400a-9724-5978db69f189"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-1bd0c6a0-4d60-400a-9724-5978db69f189"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-1bd0c6a0-4d60-400a-9724-5978db69f189"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-1bd0c6a0-4d60-400a-9724-5978db69f189"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-1bd0c6a0-4d60-400a-9724-5978db69f189"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-1bd0c6a0-4d60-400a-9724-5978db69f189"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-1bd0c6a0-4d60-400a-9724-5978db69f189"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-1bd0c6a0-4d60-400a-9724-5978db69f189"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-1bd0c6a0-4d60-400a-9724-5978db69f189"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 5.0px);
}

}

#s-684496ae-11c6-4cf5-bb71-84be61d7a17a { padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
border-radius: 102px;
text-align: center;
background-color: rgba(0, 174, 175, 1); }
#s-684496ae-11c6-4cf5-bb71-84be61d7a17a:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-684496ae-11c6-4cf5-bb71-84be61d7a17a:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-684496ae-11c6-4cf5-bb71-84be61d7a17a {
  display: block;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-684496ae-11c6-4cf5-bb71-84be61d7a17a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-684496ae-11c6-4cf5-bb71-84be61d7a17a.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight:  700 ;
  font-style:  normal ;
  font-family: Nunito;
}

#s-684496ae-11c6-4cf5-bb71-84be61d7a17a.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-d3728858-4bf5-4f9c-a9a2-855ea0673311 { border-style: solid;
margin-top: 20px;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-radius: 45px;
text-align: center;
border-color: rgba(0, 0, 0, 1);
background-color: rgba(255, 204, 0, 1);
text-decoration: none; }
#s-d3728858-4bf5-4f9c-a9a2-855ea0673311:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-d3728858-4bf5-4f9c-a9a2-855ea0673311:active {background-color: #000000 !important;
text-decoration: none !important;}

 #s-d3728858-4bf5-4f9c-a9a2-855ea0673311.shg-btn {
   color: rgba(0, 0, 0, 1);
   font-size: 20px;
   font-weight:  600 ;
   font-style:  normal ;
   font-family: Nunito;
 }
#s-7fb567fa-7a40-489e-ae13-1f1e6ec34d4a { margin-top: 20px;
margin-left: 20px;
margin-right: 20px;
background-color: rgba(255, 255, 255, 0); }
#s-6055cae8-c9df-45e5-8de7-9e2e3bb3a199 { margin-top: 80px;
margin-left: 20px;
margin-bottom: 80px;
margin-right: 20px; }
@media (min-width: 0px) {
[id="s-6055cae8-c9df-45e5-8de7-9e2e3bb3a199"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-6055cae8-c9df-45e5-8de7-9e2e3bb3a199"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-6055cae8-c9df-45e5-8de7-9e2e3bb3a199"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-6055cae8-c9df-45e5-8de7-9e2e3bb3a199"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-6055cae8-c9df-45e5-8de7-9e2e3bb3a199"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-6055cae8-c9df-45e5-8de7-9e2e3bb3a199"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-6055cae8-c9df-45e5-8de7-9e2e3bb3a199"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-6055cae8-c9df-45e5-8de7-9e2e3bb3a199"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-6055cae8-c9df-45e5-8de7-9e2e3bb3a199"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-6055cae8-c9df-45e5-8de7-9e2e3bb3a199"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-6055cae8-c9df-45e5-8de7-9e2e3bb3a199"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-6055cae8-c9df-45e5-8de7-9e2e3bb3a199"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-6055cae8-c9df-45e5-8de7-9e2e3bb3a199"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-6055cae8-c9df-45e5-8de7-9e2e3bb3a199"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-6055cae8-c9df-45e5-8de7-9e2e3bb3a199"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-6055cae8-c9df-45e5-8de7-9e2e3bb3a199"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-6055cae8-c9df-45e5-8de7-9e2e3bb3a199"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-6055cae8-c9df-45e5-8de7-9e2e3bb3a199"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-6055cae8-c9df-45e5-8de7-9e2e3bb3a199"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-6055cae8-c9df-45e5-8de7-9e2e3bb3a199"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-6055cae8-c9df-45e5-8de7-9e2e3bb3a199"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-6055cae8-c9df-45e5-8de7-9e2e3bb3a199"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-6055cae8-c9df-45e5-8de7-9e2e3bb3a199"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-6055cae8-c9df-45e5-8de7-9e2e3bb3a199"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-6055cae8-c9df-45e5-8de7-9e2e3bb3a199"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-6055cae8-c9df-45e5-8de7-9e2e3bb3a199"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-6055cae8-c9df-45e5-8de7-9e2e3bb3a199"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-6055cae8-c9df-45e5-8de7-9e2e3bb3a199"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-6055cae8-c9df-45e5-8de7-9e2e3bb3a199"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-6055cae8-c9df-45e5-8de7-9e2e3bb3a199"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-6055cae8-c9df-45e5-8de7-9e2e3bb3a199"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-6055cae8-c9df-45e5-8de7-9e2e3bb3a199"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-6055cae8-c9df-45e5-8de7-9e2e3bb3a199"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-6055cae8-c9df-45e5-8de7-9e2e3bb3a199"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-6055cae8-c9df-45e5-8de7-9e2e3bb3a199"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-6055cae8-c9df-45e5-8de7-9e2e3bb3a199"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-6055cae8-c9df-45e5-8de7-9e2e3bb3a199"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-6055cae8-c9df-45e5-8de7-9e2e3bb3a199"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-6055cae8-c9df-45e5-8de7-9e2e3bb3a199"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-6055cae8-c9df-45e5-8de7-9e2e3bb3a199"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-6055cae8-c9df-45e5-8de7-9e2e3bb3a199"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-6055cae8-c9df-45e5-8de7-9e2e3bb3a199"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-6055cae8-c9df-45e5-8de7-9e2e3bb3a199"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-6055cae8-c9df-45e5-8de7-9e2e3bb3a199"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-6055cae8-c9df-45e5-8de7-9e2e3bb3a199"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-6055cae8-c9df-45e5-8de7-9e2e3bb3a199"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-6055cae8-c9df-45e5-8de7-9e2e3bb3a199"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-6055cae8-c9df-45e5-8de7-9e2e3bb3a199"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-72e37505-9252-4e0e-8c00-d9d4789ade0d {  }
#s-72e37505-9252-4e0e-8c00-d9d4789ade0d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-4a48716d-4ff9-4f7d-94fd-14eaa4d1b8d7 { margin-top: 0px;
margin-bottom: 0px;
padding-top: 50px;
padding-bottom: 50px; }
#s-43d4700a-ba3e-4f30-ae41-44bbddf7aade { background-repeat: no-repeat;
background-size: contain;
min-height: 300px;
background-position: center center; }
#s-43d4700a-ba3e-4f30-ae41-44bbddf7aade > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-fb5c2d62-525a-4459-9f95-e5ddaabf03a3 { padding-top: 180px;
padding-bottom: 100px;
min-height: 50px;
background-color: rgba(255, 62, 75, 1); }
#s-fb5c2d62-525a-4459-9f95-e5ddaabf03a3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-b4419f1a-68c5-4c7e-a7c5-1140dd302f26 { background-image: url(https://i.shgcdn.com/1398a2b3-54aa-454c-a272-a28ca4381149/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: repeat;
background-size: 27px 200px;
background-position: center center; }
@media (min-width: 0px) {
[id="s-b4419f1a-68c5-4c7e-a7c5-1140dd302f26"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-b4419f1a-68c5-4c7e-a7c5-1140dd302f26"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-b4419f1a-68c5-4c7e-a7c5-1140dd302f26"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-b4419f1a-68c5-4c7e-a7c5-1140dd302f26"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-b4419f1a-68c5-4c7e-a7c5-1140dd302f26"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-b4419f1a-68c5-4c7e-a7c5-1140dd302f26"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-b4419f1a-68c5-4c7e-a7c5-1140dd302f26"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-b4419f1a-68c5-4c7e-a7c5-1140dd302f26"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-b4419f1a-68c5-4c7e-a7c5-1140dd302f26"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-b4419f1a-68c5-4c7e-a7c5-1140dd302f26"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-b4419f1a-68c5-4c7e-a7c5-1140dd302f26"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-b4419f1a-68c5-4c7e-a7c5-1140dd302f26"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-b4419f1a-68c5-4c7e-a7c5-1140dd302f26"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-b4419f1a-68c5-4c7e-a7c5-1140dd302f26"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-b4419f1a-68c5-4c7e-a7c5-1140dd302f26"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-b4419f1a-68c5-4c7e-a7c5-1140dd302f26"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-b4419f1a-68c5-4c7e-a7c5-1140dd302f26"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-b4419f1a-68c5-4c7e-a7c5-1140dd302f26"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-b4419f1a-68c5-4c7e-a7c5-1140dd302f26"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-b4419f1a-68c5-4c7e-a7c5-1140dd302f26"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-b4419f1a-68c5-4c7e-a7c5-1140dd302f26"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-b4419f1a-68c5-4c7e-a7c5-1140dd302f26"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-b4419f1a-68c5-4c7e-a7c5-1140dd302f26"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-b4419f1a-68c5-4c7e-a7c5-1140dd302f26"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-b4419f1a-68c5-4c7e-a7c5-1140dd302f26"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-b4419f1a-68c5-4c7e-a7c5-1140dd302f26"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-b4419f1a-68c5-4c7e-a7c5-1140dd302f26"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-b4419f1a-68c5-4c7e-a7c5-1140dd302f26"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-b4419f1a-68c5-4c7e-a7c5-1140dd302f26"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-b4419f1a-68c5-4c7e-a7c5-1140dd302f26"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-b4419f1a-68c5-4c7e-a7c5-1140dd302f26"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-b4419f1a-68c5-4c7e-a7c5-1140dd302f26"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-b4419f1a-68c5-4c7e-a7c5-1140dd302f26"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-b4419f1a-68c5-4c7e-a7c5-1140dd302f26"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-b4419f1a-68c5-4c7e-a7c5-1140dd302f26"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-b4419f1a-68c5-4c7e-a7c5-1140dd302f26"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-b4419f1a-68c5-4c7e-a7c5-1140dd302f26"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-b4419f1a-68c5-4c7e-a7c5-1140dd302f26"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-b4419f1a-68c5-4c7e-a7c5-1140dd302f26"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-b4419f1a-68c5-4c7e-a7c5-1140dd302f26"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-b4419f1a-68c5-4c7e-a7c5-1140dd302f26"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-b4419f1a-68c5-4c7e-a7c5-1140dd302f26"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-b4419f1a-68c5-4c7e-a7c5-1140dd302f26"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-b4419f1a-68c5-4c7e-a7c5-1140dd302f26"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-b4419f1a-68c5-4c7e-a7c5-1140dd302f26"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-b4419f1a-68c5-4c7e-a7c5-1140dd302f26"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-b4419f1a-68c5-4c7e-a7c5-1140dd302f26"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-b4419f1a-68c5-4c7e-a7c5-1140dd302f26"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-0e82f9db-cdac-4498-b168-9e56215232a9 { min-height: 200px; }
#s-0e82f9db-cdac-4498-b168-9e56215232a9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-7c22aff4-4111-4d73-8bab-0faef531e8a0 { background-repeat: no-repeat;
background-size: contain;
min-height: 200px;
background-position: center center; }
#s-7c22aff4-4111-4d73-8bab-0faef531e8a0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-6964d828-dcc6-4f45-bffd-b2d52bccf76a { margin-right: 20px;
min-height: 200px; }
#s-6964d828-dcc6-4f45-bffd-b2d52bccf76a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-0c1d07bd-8ca9-439e-8fe5-456ce9e58b3b { margin-top: -130px; }
#s-a0c0c2ef-7e1a-494a-9e84-520e75568ad5 { margin-top: 80px;
padding-top: 10px;
padding-left: 30px;
padding-bottom: 10px;
padding-right: 30px;
border-radius: 200px;
text-align: center;
background-color: rgba(0, 174, 175, 1);
text-decoration: none; }
#s-a0c0c2ef-7e1a-494a-9e84-520e75568ad5:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-a0c0c2ef-7e1a-494a-9e84-520e75568ad5:active {background-color: #000000 !important;
text-decoration: none !important;}

 #s-a0c0c2ef-7e1a-494a-9e84-520e75568ad5.shg-btn {
   color: rgba(255, 255, 255, 1);
   font-size: 20px;
   font-weight:  700 ;
   font-style:  normal ;
   font-family: Nunito;
 }
#s-70b48693-8cdd-4dda-8c98-8747cebaf07b { margin-top: 50px;
margin-left: 20px;
margin-bottom: 50px;
margin-right: 20px;
padding-top: 50px;
padding-bottom: 50px; }
@media (min-width: 0px) {
[id="s-70b48693-8cdd-4dda-8c98-8747cebaf07b"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-70b48693-8cdd-4dda-8c98-8747cebaf07b"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-70b48693-8cdd-4dda-8c98-8747cebaf07b"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-70b48693-8cdd-4dda-8c98-8747cebaf07b"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-70b48693-8cdd-4dda-8c98-8747cebaf07b"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-70b48693-8cdd-4dda-8c98-8747cebaf07b"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-70b48693-8cdd-4dda-8c98-8747cebaf07b"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-70b48693-8cdd-4dda-8c98-8747cebaf07b"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-70b48693-8cdd-4dda-8c98-8747cebaf07b"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-70b48693-8cdd-4dda-8c98-8747cebaf07b"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-70b48693-8cdd-4dda-8c98-8747cebaf07b"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-70b48693-8cdd-4dda-8c98-8747cebaf07b"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 7.5px);
}

}

@media (min-width: 768px) {
[id="s-70b48693-8cdd-4dda-8c98-8747cebaf07b"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-70b48693-8cdd-4dda-8c98-8747cebaf07b"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-70b48693-8cdd-4dda-8c98-8747cebaf07b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-70b48693-8cdd-4dda-8c98-8747cebaf07b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-70b48693-8cdd-4dda-8c98-8747cebaf07b"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-70b48693-8cdd-4dda-8c98-8747cebaf07b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-70b48693-8cdd-4dda-8c98-8747cebaf07b"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-70b48693-8cdd-4dda-8c98-8747cebaf07b"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-70b48693-8cdd-4dda-8c98-8747cebaf07b"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-70b48693-8cdd-4dda-8c98-8747cebaf07b"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-70b48693-8cdd-4dda-8c98-8747cebaf07b"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-70b48693-8cdd-4dda-8c98-8747cebaf07b"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-70b48693-8cdd-4dda-8c98-8747cebaf07b"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-70b48693-8cdd-4dda-8c98-8747cebaf07b"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-70b48693-8cdd-4dda-8c98-8747cebaf07b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-70b48693-8cdd-4dda-8c98-8747cebaf07b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-70b48693-8cdd-4dda-8c98-8747cebaf07b"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-70b48693-8cdd-4dda-8c98-8747cebaf07b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-70b48693-8cdd-4dda-8c98-8747cebaf07b"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-70b48693-8cdd-4dda-8c98-8747cebaf07b"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-70b48693-8cdd-4dda-8c98-8747cebaf07b"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-70b48693-8cdd-4dda-8c98-8747cebaf07b"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-70b48693-8cdd-4dda-8c98-8747cebaf07b"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-70b48693-8cdd-4dda-8c98-8747cebaf07b"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-70b48693-8cdd-4dda-8c98-8747cebaf07b"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-70b48693-8cdd-4dda-8c98-8747cebaf07b"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-70b48693-8cdd-4dda-8c98-8747cebaf07b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-70b48693-8cdd-4dda-8c98-8747cebaf07b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-70b48693-8cdd-4dda-8c98-8747cebaf07b"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-70b48693-8cdd-4dda-8c98-8747cebaf07b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-70b48693-8cdd-4dda-8c98-8747cebaf07b"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-70b48693-8cdd-4dda-8c98-8747cebaf07b"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-70b48693-8cdd-4dda-8c98-8747cebaf07b"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-70b48693-8cdd-4dda-8c98-8747cebaf07b"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-70b48693-8cdd-4dda-8c98-8747cebaf07b"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-70b48693-8cdd-4dda-8c98-8747cebaf07b"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 7.5px);
}

}

#s-97d1ec67-ef23-433f-b0f5-0e46cc27ba87 { margin-top: 150px;
margin-left: 20px;
margin-bottom: 50px;
margin-right: 20px; }
@media (min-width: 0px) {
[id="s-97d1ec67-ef23-433f-b0f5-0e46cc27ba87"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-97d1ec67-ef23-433f-b0f5-0e46cc27ba87"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-97d1ec67-ef23-433f-b0f5-0e46cc27ba87"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-97d1ec67-ef23-433f-b0f5-0e46cc27ba87"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-97d1ec67-ef23-433f-b0f5-0e46cc27ba87"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-97d1ec67-ef23-433f-b0f5-0e46cc27ba87"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-97d1ec67-ef23-433f-b0f5-0e46cc27ba87"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-97d1ec67-ef23-433f-b0f5-0e46cc27ba87"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-97d1ec67-ef23-433f-b0f5-0e46cc27ba87"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-97d1ec67-ef23-433f-b0f5-0e46cc27ba87"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-97d1ec67-ef23-433f-b0f5-0e46cc27ba87"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-97d1ec67-ef23-433f-b0f5-0e46cc27ba87"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-97d1ec67-ef23-433f-b0f5-0e46cc27ba87"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-97d1ec67-ef23-433f-b0f5-0e46cc27ba87"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-97d1ec67-ef23-433f-b0f5-0e46cc27ba87"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-97d1ec67-ef23-433f-b0f5-0e46cc27ba87"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-97d1ec67-ef23-433f-b0f5-0e46cc27ba87"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-97d1ec67-ef23-433f-b0f5-0e46cc27ba87"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-97d1ec67-ef23-433f-b0f5-0e46cc27ba87"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-97d1ec67-ef23-433f-b0f5-0e46cc27ba87"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-97d1ec67-ef23-433f-b0f5-0e46cc27ba87"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-97d1ec67-ef23-433f-b0f5-0e46cc27ba87"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-97d1ec67-ef23-433f-b0f5-0e46cc27ba87"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-97d1ec67-ef23-433f-b0f5-0e46cc27ba87"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-97d1ec67-ef23-433f-b0f5-0e46cc27ba87"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-97d1ec67-ef23-433f-b0f5-0e46cc27ba87"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-97d1ec67-ef23-433f-b0f5-0e46cc27ba87"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-97d1ec67-ef23-433f-b0f5-0e46cc27ba87"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-97d1ec67-ef23-433f-b0f5-0e46cc27ba87"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-97d1ec67-ef23-433f-b0f5-0e46cc27ba87"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-97d1ec67-ef23-433f-b0f5-0e46cc27ba87"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-97d1ec67-ef23-433f-b0f5-0e46cc27ba87"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-97d1ec67-ef23-433f-b0f5-0e46cc27ba87"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-97d1ec67-ef23-433f-b0f5-0e46cc27ba87"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-97d1ec67-ef23-433f-b0f5-0e46cc27ba87"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-97d1ec67-ef23-433f-b0f5-0e46cc27ba87"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-97d1ec67-ef23-433f-b0f5-0e46cc27ba87"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-97d1ec67-ef23-433f-b0f5-0e46cc27ba87"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-97d1ec67-ef23-433f-b0f5-0e46cc27ba87"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-97d1ec67-ef23-433f-b0f5-0e46cc27ba87"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-97d1ec67-ef23-433f-b0f5-0e46cc27ba87"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-97d1ec67-ef23-433f-b0f5-0e46cc27ba87"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-97d1ec67-ef23-433f-b0f5-0e46cc27ba87"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-97d1ec67-ef23-433f-b0f5-0e46cc27ba87"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-97d1ec67-ef23-433f-b0f5-0e46cc27ba87"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-97d1ec67-ef23-433f-b0f5-0e46cc27ba87"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-97d1ec67-ef23-433f-b0f5-0e46cc27ba87"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-97d1ec67-ef23-433f-b0f5-0e46cc27ba87"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-4f27d4be-467f-48e1-9e8e-a2a78bf48f25 { min-height: 200px; }
#s-4f27d4be-467f-48e1-9e8e-a2a78bf48f25 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-c45e9792-e685-4b5c-8475-44e9d851c610 {  }
#s-aeb14690-cf07-43e7-89a4-1eb86773db7e { background-repeat: no-repeat;
background-size: contain;
min-height: 200px;
background-position: center center;
background-attachment: scroll; }
#s-aeb14690-cf07-43e7-89a4-1eb86773db7e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-00f2942c-7ac2-463a-9c0c-8bbb149c9674 { margin-top: 0px; }
#s-ef0a4566-3f8a-48b8-af80-231c77ddeb27 { min-height: 50px;
background-color: rgba(255, 62, 75, 0); }
@media (min-width: 992px) and (max-width: 1199px){#s-ef0a4566-3f8a-48b8-af80-231c77ddeb27, #wrap-s-ef0a4566-3f8a-48b8-af80-231c77ddeb27 { display:none !important; }}@media (min-width: 1200px){#s-ef0a4566-3f8a-48b8-af80-231c77ddeb27, #wrap-s-ef0a4566-3f8a-48b8-af80-231c77ddeb27 { display:none !important; }}
#s-ef0a4566-3f8a-48b8-af80-231c77ddeb27 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-3a6413de-451f-4cb2-8313-9f261868a6f5 { margin-top: 50px;
margin-bottom: 80px;
padding-top: 10px;
padding-left: 30px;
padding-bottom: 10px;
padding-right: 30px;
border-radius: 200px;
text-align: center;
background-color: rgba(255, 62, 75, 1);
text-decoration: none; }
#s-3a6413de-451f-4cb2-8313-9f261868a6f5:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-3a6413de-451f-4cb2-8313-9f261868a6f5:active {background-color: #000000 !important;
text-decoration: none !important;}

 #s-3a6413de-451f-4cb2-8313-9f261868a6f5.shg-btn {
   color: rgba(255, 255, 255, 1);
   font-size: 20px;
   font-weight:  700 ;
   font-style:  normal ;
   font-family: Nunito;
 }
#s-ea9e515f-ebad-41c1-90ba-d41b31862ea5 { margin-top: 150px;
margin-bottom: 0px; }
#s-69dc79d1-56e8-4920-a990-c3604f0ce361 { min-height: 50px; }
#s-69dc79d1-56e8-4920-a990-c3604f0ce361 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-e6ecc7a3-4dc3-46d4-afe5-087d2655f5fe { margin-top: 40px; }
@media (min-width: 992px) and (max-width: 1199px){#s-e6ecc7a3-4dc3-46d4-afe5-087d2655f5fe, #wrap-s-e6ecc7a3-4dc3-46d4-afe5-087d2655f5fe { display:none !important; }}@media (min-width: 1200px){#s-e6ecc7a3-4dc3-46d4-afe5-087d2655f5fe, #wrap-s-e6ecc7a3-4dc3-46d4-afe5-087d2655f5fe { display:none !important; }}
#s-db1dcf10-47bd-4b8b-9e0a-76dc41b90bee { padding-left: 0px;
padding-right: 0px; }
#s-db1dcf10-47bd-4b8b-9e0a-76dc41b90bee .shogun-table-wrapper {
  overflow: auto;
  border: 0px solid #D5D6D7;
  border-radius: 0px;
}


#s-db1dcf10-47bd-4b8b-9e0a-76dc41b90bee table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-db1dcf10-47bd-4b8b-9e0a-76dc41b90bee td.shogun-table-column {
  background-color: #fff;
  padding: 0px;
  text-align: inherit;
}

#s-db1dcf10-47bd-4b8b-9e0a-76dc41b90bee td.shogun-table-row {
  background-color: #fff;
  padding: 0px;
}

#s-db1dcf10-47bd-4b8b-9e0a-76dc41b90bee td.shogun-table-column, #s-db1dcf10-47bd-4b8b-9e0a-76dc41b90bee td.shogun-table-row {
  border: 0px solid #D5D6D7;
}

#s-8561ae4d-f369-448c-9843-1a4cf7266a48 { text-align: center; }
#s-b702e1e4-d777-4520-bfac-67e38585cfe1 { text-align: center; }
#s-c30a5b64-9cdb-4d2f-823b-5c58e99aea35 { text-align: center; }
#s-6bc8079a-fab9-4d68-8f1b-04ec45719e21 { text-align: center; }
#s-6d7113b1-2730-45cc-bb48-a7268868a2b2 { text-align: center; }
#s-d681ede7-4181-4a89-b65e-4d28043cc27c { text-align: center; }
#s-b55eebad-4c92-47df-a188-79d0b64098c5 { text-align: center; }
#s-5022f66c-3b6b-404e-b194-f5a0a1944343 { text-align: center; }
#s-480dc218-ecd5-4a4d-8ae6-5b11cbe4a71c { text-align: center; }
#s-c45e81be-86a8-4eb4-88ef-4e415b6ce077 { text-align: center; }
#s-342cdf76-0465-43f4-a8d4-60c72d04014c { text-align: center; }
#s-6471c675-fbeb-4604-8e57-8bbf1a37fa91 { text-align: center; }
#s-1580e06f-87d6-42e9-b399-b8fc34143836 { text-align: center; }
#s-654812c4-5c98-4ee6-a5eb-66f8e2475c9b { text-align: center; }
#s-a7991d1d-d1e2-4064-abad-65eaba78c536 { text-align: center; }
#s-e33dfc89-0ae4-4d1c-b489-13113540b22f { text-align: center; }
#s-456cb39d-4a1c-49bc-b4ab-8b5c3944478a { padding-left: 0px;
padding-right: 0px; }
#s-456cb39d-4a1c-49bc-b4ab-8b5c3944478a .shogun-table-wrapper {
  overflow: auto;
  border: 0px solid #D5D6D7;
  border-radius: 0px;
}


#s-456cb39d-4a1c-49bc-b4ab-8b5c3944478a table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-456cb39d-4a1c-49bc-b4ab-8b5c3944478a td.shogun-table-column {
  background-color: #fff;
  padding: 0px;
  text-align: inherit;
}

#s-456cb39d-4a1c-49bc-b4ab-8b5c3944478a td.shogun-table-row {
  background-color: #fff;
  padding: 0px;
}

#s-456cb39d-4a1c-49bc-b4ab-8b5c3944478a td.shogun-table-column, #s-456cb39d-4a1c-49bc-b4ab-8b5c3944478a td.shogun-table-row {
  border: 0px solid #D5D6D7;
}

#s-7e3ba771-37e3-4fbc-aa38-da93587ea035 { text-align: center; }
#s-13f26adc-5d61-469e-ae9a-3c967fecf913 { text-align: center; }
#s-728a6d02-d7fb-403f-a4f8-28808e294280 { text-align: center; }
#s-95246966-75f0-47a1-8482-a1cd30b2fc63 { text-align: center; }
#s-6cd763f5-75c0-44c8-8875-f0ebff9c65a6 { text-align: center; }
#s-6b9bec56-fae0-4a75-bf2b-a83e367d8832 { text-align: center; }
#s-0714b134-76cb-424e-8cac-86313a19e63b { text-align: center; }
#s-a404a8b9-82ae-47ae-bdb3-e4d39819241c { text-align: center; }
#s-c0d90fa0-4d95-400a-a8f6-9034ccdffcc5 { text-align: center; }
#s-427c950b-ea00-4485-b3ce-7bccd3d79b10 { text-align: center; }
#s-9d6b4d2f-c77c-488a-aee1-2478ba33fbc8 { text-align: center; }
#s-4af89d15-0a92-4844-9590-b8282322d113 { text-align: center; }
#s-73558d68-3407-43e3-b36c-5f7a568d18a3 { text-align: center; }
#s-d2b27f38-c8da-4d3e-8517-4235a0121eeb { text-align: center; }
#s-00b5c00f-fd91-4730-9b3a-5c616b96e665 { text-align: center; }
#s-d6d44159-1ec8-4491-a065-d4b3efd46b39 { text-align: center; }
#s-7d3715a9-1f50-417d-b5a6-81c295ea6c99 { text-align: center; }
#s-9f7618ce-82d3-4d9a-99b5-7a0ddb340a63 { text-align: center; }
#s-d8031813-e3c7-47a2-bdc4-9284d959d678 { text-align: center; }
#s-90b07489-6f09-4b7a-8309-1302f0376c05 { text-align: center; }
#s-350e091a-b0a1-4252-939a-436b225517d0 { text-align: center; }
#s-c25414f8-2621-45f9-b6ab-04bbf5bf2582 { min-height: 50px;
background-repeat: no-repeat; }
#s-c25414f8-2621-45f9-b6ab-04bbf5bf2582 > .shg-box-overlay {
  background-color: rgba(234, 234, 234, 1);
  opacity: 0.55;
}
#s-42ae64f2-50da-4007-abfc-fff7dd7bf0ae { margin-top: 120px;
margin-left: 20px; }
#s-a94b61ce-13d0-4e8f-ad4c-339994bc8007 { background-attachment: fixed;
padding-top: 0px;
padding-bottom: 0px; }
#s-a94b61ce-13d0-4e8f-ad4c-339994bc8007 > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 0);
  opacity: 0.24;
}
#s-7164ce42-6a78-4483-98a8-6d0a96dd5461 { border-style: solid;
margin-left: 0px;
margin-bottom: 120px;
margin-right: 0px;
padding-top: 50px;
padding-bottom: 50px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
min-height: 30px;
border-color: rgba(255, 62, 75, 1); }
#s-69c6f51e-d93e-4de9-8649-daed1eae391c { border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-radius: 15px;
min-height: 200px;
border-color: rgba(255, 62, 75, 1);
background-color: rgba(252, 187, 109, 0); }
#s-482992e7-1819-449c-a7bb-40252dfbac1a { border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-radius: 15px;
min-height: 200px;
border-color: rgba(255, 62, 75, 1);
background-color: rgba(252, 187, 109, 0); }
#s-d5e7e3e6-5867-4823-a205-f3f68431b747 { border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-radius: 15px;
min-height: 200px;
border-color: rgba(255, 62, 75, 1);
background-color: rgba(252, 187, 109, 0); }
#s-bb982956-8699-48a2-a510-98ede07c6f8d { border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-radius: 15px;
min-height: 200px;
border-color: rgba(255, 62, 75, 1);
background-color: rgba(252, 187, 109, 0); }
#s-b22e5e83-5bec-4ea5-8f84-982e23f9765a { border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-radius: 15px;
min-height: 200px;
border-color: rgba(255, 62, 75, 1);
background-color: rgba(252, 187, 109, 0); }
#s-88b7626d-172e-49fe-86a1-a39ae2da30e0 { margin-top: 150px;
margin-bottom: 50px;
background-color: rgba(255, 255, 255, 1); }
#s-af475cea-45f1-495e-a97c-fd298afd89b6 { margin-left: 20px;
margin-right: 20px; }
@media (min-width: 0px) {
[id="s-af475cea-45f1-495e-a97c-fd298afd89b6"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-af475cea-45f1-495e-a97c-fd298afd89b6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-af475cea-45f1-495e-a97c-fd298afd89b6"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-af475cea-45f1-495e-a97c-fd298afd89b6"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-af475cea-45f1-495e-a97c-fd298afd89b6"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-af475cea-45f1-495e-a97c-fd298afd89b6"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-af475cea-45f1-495e-a97c-fd298afd89b6"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-af475cea-45f1-495e-a97c-fd298afd89b6"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-af475cea-45f1-495e-a97c-fd298afd89b6"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-af475cea-45f1-495e-a97c-fd298afd89b6"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-af475cea-45f1-495e-a97c-fd298afd89b6"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-af475cea-45f1-495e-a97c-fd298afd89b6"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-af475cea-45f1-495e-a97c-fd298afd89b6"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-af475cea-45f1-495e-a97c-fd298afd89b6"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-af475cea-45f1-495e-a97c-fd298afd89b6"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-af475cea-45f1-495e-a97c-fd298afd89b6"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-af475cea-45f1-495e-a97c-fd298afd89b6"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-af475cea-45f1-495e-a97c-fd298afd89b6"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-af475cea-45f1-495e-a97c-fd298afd89b6"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-af475cea-45f1-495e-a97c-fd298afd89b6"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-af475cea-45f1-495e-a97c-fd298afd89b6"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-af475cea-45f1-495e-a97c-fd298afd89b6"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-af475cea-45f1-495e-a97c-fd298afd89b6"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-af475cea-45f1-495e-a97c-fd298afd89b6"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-af475cea-45f1-495e-a97c-fd298afd89b6"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-af475cea-45f1-495e-a97c-fd298afd89b6"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-af475cea-45f1-495e-a97c-fd298afd89b6"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-af475cea-45f1-495e-a97c-fd298afd89b6"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-af475cea-45f1-495e-a97c-fd298afd89b6"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-af475cea-45f1-495e-a97c-fd298afd89b6"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-af475cea-45f1-495e-a97c-fd298afd89b6"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-af475cea-45f1-495e-a97c-fd298afd89b6"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-af475cea-45f1-495e-a97c-fd298afd89b6"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-af475cea-45f1-495e-a97c-fd298afd89b6"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-af475cea-45f1-495e-a97c-fd298afd89b6"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-af475cea-45f1-495e-a97c-fd298afd89b6"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-af475cea-45f1-495e-a97c-fd298afd89b6"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-af475cea-45f1-495e-a97c-fd298afd89b6"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-861e37f5-97b2-4d12-9a2e-e29785c06442 { text-align: center; }
#s-c3d4b01e-88aa-4890-8e3a-c1c4afed5587 { margin-top: 15px;
margin-bottom: 40px; }
#s-c944a8aa-0a2e-4882-a3a2-f864f89ee0d8 { text-align: center; }
#s-b8363880-3b82-4f8c-a1e6-83353fb0a548 { margin-top: 15px;
margin-bottom: 40px; }
#s-81dd8dd1-e79b-498b-a5c1-064054def129 { text-align: center; }
#s-2b9b0a9a-16d5-4945-9235-15b99c1f11e6 { margin-top: 15px; }
#s-fdcf6332-6611-4aa7-af7f-2c28166c22fc { text-align: center; }
#s-aa789e48-58c1-478b-84e1-a9c87f94dcea { margin-top: 15px; }
#s-54865d90-56ba-485a-8c9a-32ec7675c8b0 { margin-top: 80px;
margin-bottom: 80px;
padding-top: 20px;
padding-left: 30px;
padding-bottom: 20px;
padding-right: 30px;
border-radius: 200px;
text-align: center;
background-color: rgba(255, 62, 75, 1);
text-decoration: none; }
#s-54865d90-56ba-485a-8c9a-32ec7675c8b0:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-54865d90-56ba-485a-8c9a-32ec7675c8b0:active {background-color: #000000 !important;
text-decoration: none !important;}

 #s-54865d90-56ba-485a-8c9a-32ec7675c8b0.shg-btn {
   color: rgba(255, 255, 255, 1);
   font-size: 22px;
   font-weight:  600 ;
   font-style:  normal ;
   font-family: Nunito;
 }
#s-a7572ec7-364f-474d-9a93-ef1a375a5fa7 { margin-top: 70px; }
#s-7f4fcc5c-e767-4b71-b043-b9bc0c07f390 { background-repeat: no-repeat;
background-size: contain;
margin-bottom: 0px;
min-height: 200px;
background-position: center center;
background-attachment: scroll; }
#s-7f4fcc5c-e767-4b71-b043-b9bc0c07f390 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
@media (min-width: 0px) {
[id="s-04c88bdb-c65b-415d-b24f-d5cb19d3e287"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-04c88bdb-c65b-415d-b24f-d5cb19d3e287"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-04c88bdb-c65b-415d-b24f-d5cb19d3e287"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-04c88bdb-c65b-415d-b24f-d5cb19d3e287"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-04c88bdb-c65b-415d-b24f-d5cb19d3e287"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-04c88bdb-c65b-415d-b24f-d5cb19d3e287"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-04c88bdb-c65b-415d-b24f-d5cb19d3e287"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-04c88bdb-c65b-415d-b24f-d5cb19d3e287"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-04c88bdb-c65b-415d-b24f-d5cb19d3e287"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-04c88bdb-c65b-415d-b24f-d5cb19d3e287"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-04c88bdb-c65b-415d-b24f-d5cb19d3e287"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-04c88bdb-c65b-415d-b24f-d5cb19d3e287"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-04c88bdb-c65b-415d-b24f-d5cb19d3e287"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-04c88bdb-c65b-415d-b24f-d5cb19d3e287"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-04c88bdb-c65b-415d-b24f-d5cb19d3e287"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-04c88bdb-c65b-415d-b24f-d5cb19d3e287"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-04c88bdb-c65b-415d-b24f-d5cb19d3e287"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-04c88bdb-c65b-415d-b24f-d5cb19d3e287"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-04c88bdb-c65b-415d-b24f-d5cb19d3e287"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-04c88bdb-c65b-415d-b24f-d5cb19d3e287"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-04c88bdb-c65b-415d-b24f-d5cb19d3e287"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-04c88bdb-c65b-415d-b24f-d5cb19d3e287"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-04c88bdb-c65b-415d-b24f-d5cb19d3e287"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-04c88bdb-c65b-415d-b24f-d5cb19d3e287"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-04c88bdb-c65b-415d-b24f-d5cb19d3e287"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-04c88bdb-c65b-415d-b24f-d5cb19d3e287"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-04c88bdb-c65b-415d-b24f-d5cb19d3e287"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-04c88bdb-c65b-415d-b24f-d5cb19d3e287"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-04c88bdb-c65b-415d-b24f-d5cb19d3e287"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-04c88bdb-c65b-415d-b24f-d5cb19d3e287"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-04c88bdb-c65b-415d-b24f-d5cb19d3e287"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-04c88bdb-c65b-415d-b24f-d5cb19d3e287"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-04c88bdb-c65b-415d-b24f-d5cb19d3e287"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-04c88bdb-c65b-415d-b24f-d5cb19d3e287"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-04c88bdb-c65b-415d-b24f-d5cb19d3e287"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-04c88bdb-c65b-415d-b24f-d5cb19d3e287"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-04c88bdb-c65b-415d-b24f-d5cb19d3e287"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-04c88bdb-c65b-415d-b24f-d5cb19d3e287"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-04c88bdb-c65b-415d-b24f-d5cb19d3e287"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-04c88bdb-c65b-415d-b24f-d5cb19d3e287"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-04c88bdb-c65b-415d-b24f-d5cb19d3e287"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-04c88bdb-c65b-415d-b24f-d5cb19d3e287"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-04c88bdb-c65b-415d-b24f-d5cb19d3e287"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-04c88bdb-c65b-415d-b24f-d5cb19d3e287"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-04c88bdb-c65b-415d-b24f-d5cb19d3e287"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-04c88bdb-c65b-415d-b24f-d5cb19d3e287"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-04c88bdb-c65b-415d-b24f-d5cb19d3e287"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-04c88bdb-c65b-415d-b24f-d5cb19d3e287"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-80c70397-cffe-44aa-a2b2-f6f97b1c1636 { text-align: center; }
#s-52e2174a-d8bf-46e9-ab8b-2ac5fc56f6c5 { margin-top: 20px;
margin-bottom: 20px;
text-align: center; }
#s-d440f8c9-3b31-4374-ac4c-bc4f212088fd { margin-left: 20px;
margin-right: 20px;
text-align: center; }
#s-467fdb30-e0b9-42ca-acb9-0bb76bf4cdf1 { margin-top: 63px;
min-height: 50px;
background-attachment: scroll;
background-repeat: no-repeat; }
#s-467fdb30-e0b9-42ca-acb9-0bb76bf4cdf1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-dae8b062-3775-49ff-a360-99d42413e441 { min-height: 300px;
background-color: rgba(255, 255, 255, 0); }
#s-dae8b062-3775-49ff-a360-99d42413e441 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-f2e596f3-8b6e-4562-ad0f-5f0af0498164 { margin-top: 10px;
margin-left: 60px;
margin-right: 60px;
padding-top: 9px;
padding-bottom: 9px;
border-radius: 00px;
background-color: rgba(255, 255, 255, 0); }
#s-81c353d3-b190-42cd-b1e0-c5b4d3b77738 { margin-top: 20px;
margin-bottom: 20px;
background-color: rgba(0, 0, 0, 0); }
@media (min-width: 0px) {
[id="s-81c353d3-b190-42cd-b1e0-c5b4d3b77738"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-81c353d3-b190-42cd-b1e0-c5b4d3b77738"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-81c353d3-b190-42cd-b1e0-c5b4d3b77738"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-81c353d3-b190-42cd-b1e0-c5b4d3b77738"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-81c353d3-b190-42cd-b1e0-c5b4d3b77738"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-81c353d3-b190-42cd-b1e0-c5b4d3b77738"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-81c353d3-b190-42cd-b1e0-c5b4d3b77738"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-81c353d3-b190-42cd-b1e0-c5b4d3b77738"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-81c353d3-b190-42cd-b1e0-c5b4d3b77738"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-81c353d3-b190-42cd-b1e0-c5b4d3b77738"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-81c353d3-b190-42cd-b1e0-c5b4d3b77738"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-81c353d3-b190-42cd-b1e0-c5b4d3b77738"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-81c353d3-b190-42cd-b1e0-c5b4d3b77738"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-81c353d3-b190-42cd-b1e0-c5b4d3b77738"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-81c353d3-b190-42cd-b1e0-c5b4d3b77738"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-81c353d3-b190-42cd-b1e0-c5b4d3b77738"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-81c353d3-b190-42cd-b1e0-c5b4d3b77738"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-81c353d3-b190-42cd-b1e0-c5b4d3b77738"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-81c353d3-b190-42cd-b1e0-c5b4d3b77738"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-81c353d3-b190-42cd-b1e0-c5b4d3b77738"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-81c353d3-b190-42cd-b1e0-c5b4d3b77738"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-81c353d3-b190-42cd-b1e0-c5b4d3b77738"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-81c353d3-b190-42cd-b1e0-c5b4d3b77738"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-81c353d3-b190-42cd-b1e0-c5b4d3b77738"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-81c353d3-b190-42cd-b1e0-c5b4d3b77738"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-81c353d3-b190-42cd-b1e0-c5b4d3b77738"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-81c353d3-b190-42cd-b1e0-c5b4d3b77738"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-81c353d3-b190-42cd-b1e0-c5b4d3b77738"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-81c353d3-b190-42cd-b1e0-c5b4d3b77738"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-81c353d3-b190-42cd-b1e0-c5b4d3b77738"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-81c353d3-b190-42cd-b1e0-c5b4d3b77738"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-81c353d3-b190-42cd-b1e0-c5b4d3b77738"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-81c353d3-b190-42cd-b1e0-c5b4d3b77738"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-81c353d3-b190-42cd-b1e0-c5b4d3b77738"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-81c353d3-b190-42cd-b1e0-c5b4d3b77738"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-81c353d3-b190-42cd-b1e0-c5b4d3b77738"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-81c353d3-b190-42cd-b1e0-c5b4d3b77738"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-81c353d3-b190-42cd-b1e0-c5b4d3b77738"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-81c353d3-b190-42cd-b1e0-c5b4d3b77738"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-81c353d3-b190-42cd-b1e0-c5b4d3b77738"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-81c353d3-b190-42cd-b1e0-c5b4d3b77738"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-81c353d3-b190-42cd-b1e0-c5b4d3b77738"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-81c353d3-b190-42cd-b1e0-c5b4d3b77738"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-81c353d3-b190-42cd-b1e0-c5b4d3b77738"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-81c353d3-b190-42cd-b1e0-c5b4d3b77738"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-81c353d3-b190-42cd-b1e0-c5b4d3b77738"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-81c353d3-b190-42cd-b1e0-c5b4d3b77738"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-81c353d3-b190-42cd-b1e0-c5b4d3b77738"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 10.0px);
}

}

#s-ae016bc9-cfdd-490f-bb2c-e5a3acc0c8b9 { box-shadow:0px 0px 0px 0px ;
margin-left: 20px;
max-width: 500px;
text-align: center; }
#s-2d3a4458-8900-48be-a184-fb56df74d76e { box-shadow:0px 0px 0px 0px ;
margin-left: 20px;
margin-right: 30px;
max-width: 500px;
text-align: center; }
#s-3bafa2cc-d725-4867-91df-782ab1a71e8d { margin-top: 30px;
margin-bottom: 30px;
padding-top: 15px;
padding-left: 70px;
padding-bottom: 15px;
padding-right: 70px;
border-radius: 80px;
text-align: center;
background-color: rgba(255, 62, 75, 1);
text-decoration: none; }
#s-3bafa2cc-d725-4867-91df-782ab1a71e8d:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-3bafa2cc-d725-4867-91df-782ab1a71e8d:active {background-color: #000000 !important;
text-decoration: none !important;}

 #s-3bafa2cc-d725-4867-91df-782ab1a71e8d.shg-btn {
   color: rgba(255, 255, 255, 1);
   font-size: 20px;
   font-weight:  700 ;
   font-style:  normal ;
   font-family: Nunito;
 }
#s-c01ed1aa-13b5-4727-8c9c-d51b89755f36 { margin-top: 63px;
min-height: 50px;
background-attachment: scroll;
background-repeat: no-repeat; }
#s-c01ed1aa-13b5-4727-8c9c-d51b89755f36 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-835a5e8c-afe4-4b04-aa4a-a8630796eb54 { min-height: 300px;
background-color: rgba(255, 255, 255, 0); }
#s-835a5e8c-afe4-4b04-aa4a-a8630796eb54 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-27aee380-2c5b-450d-92c5-5d121ed4164b { margin-top: 10px;
margin-left: 60px;
margin-right: 60px;
padding-top: 9px;
padding-bottom: 9px;
border-radius: 00px;
background-color: rgba(255, 255, 255, 0); }
#s-d076dd90-d8ea-4e1c-bba5-2671b72a89e4 { box-shadow:0px 0px 0px 0px ;
margin-top: 20px;
margin-left: 80px;
margin-bottom: 20px;
margin-right: 80px;
max-width: 500px;
text-align: center; }
#s-e0644dcf-84df-40ee-a90d-e85927d12947 { margin-top: 30px;
margin-bottom: 30px;
padding-top: 15px;
padding-left: 70px;
padding-bottom: 15px;
padding-right: 70px;
border-radius: 80px;
text-align: center;
background-color: rgba(255, 62, 75, 1);
text-decoration: none; }
#s-e0644dcf-84df-40ee-a90d-e85927d12947:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-e0644dcf-84df-40ee-a90d-e85927d12947:active {background-color: #000000 !important;
text-decoration: none !important;}

 #s-e0644dcf-84df-40ee-a90d-e85927d12947.shg-btn {
   color: rgba(255, 255, 255, 1);
   font-size: 20px;
   font-weight:  700 ;
   font-style:  normal ;
   font-family: Nunito;
 }
#s-2d93b8e3-6729-4957-a28a-85675451113b { min-height: 300px;
background-color: rgba(255, 255, 255, 0); }
#s-2d93b8e3-6729-4957-a28a-85675451113b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-df15a942-0f86-41f3-8dc3-aa9b3007a882 { margin-top: 100px;
margin-left: 20px;
margin-right: 20px;
padding-top: 9px;
padding-bottom: 9px;
border-radius: 00px;
background-color: rgba(255, 255, 255, 0); }
@media (min-width: 0px) {
[id="s-bf7c6e03-9fe6-4118-b4cc-64a029bdb6aa"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-bf7c6e03-9fe6-4118-b4cc-64a029bdb6aa"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-bf7c6e03-9fe6-4118-b4cc-64a029bdb6aa"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-bf7c6e03-9fe6-4118-b4cc-64a029bdb6aa"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-bf7c6e03-9fe6-4118-b4cc-64a029bdb6aa"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-bf7c6e03-9fe6-4118-b4cc-64a029bdb6aa"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-bf7c6e03-9fe6-4118-b4cc-64a029bdb6aa"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-bf7c6e03-9fe6-4118-b4cc-64a029bdb6aa"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-bf7c6e03-9fe6-4118-b4cc-64a029bdb6aa"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-bf7c6e03-9fe6-4118-b4cc-64a029bdb6aa"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-bf7c6e03-9fe6-4118-b4cc-64a029bdb6aa"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-bf7c6e03-9fe6-4118-b4cc-64a029bdb6aa"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-bf7c6e03-9fe6-4118-b4cc-64a029bdb6aa"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-bf7c6e03-9fe6-4118-b4cc-64a029bdb6aa"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-bf7c6e03-9fe6-4118-b4cc-64a029bdb6aa"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-bf7c6e03-9fe6-4118-b4cc-64a029bdb6aa"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-bf7c6e03-9fe6-4118-b4cc-64a029bdb6aa"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-bf7c6e03-9fe6-4118-b4cc-64a029bdb6aa"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-bf7c6e03-9fe6-4118-b4cc-64a029bdb6aa"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-bf7c6e03-9fe6-4118-b4cc-64a029bdb6aa"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-bf7c6e03-9fe6-4118-b4cc-64a029bdb6aa"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-bf7c6e03-9fe6-4118-b4cc-64a029bdb6aa"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-bf7c6e03-9fe6-4118-b4cc-64a029bdb6aa"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-bf7c6e03-9fe6-4118-b4cc-64a029bdb6aa"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-bf7c6e03-9fe6-4118-b4cc-64a029bdb6aa"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-bf7c6e03-9fe6-4118-b4cc-64a029bdb6aa"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-bf7c6e03-9fe6-4118-b4cc-64a029bdb6aa"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-bf7c6e03-9fe6-4118-b4cc-64a029bdb6aa"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-bf7c6e03-9fe6-4118-b4cc-64a029bdb6aa"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-bf7c6e03-9fe6-4118-b4cc-64a029bdb6aa"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-bf7c6e03-9fe6-4118-b4cc-64a029bdb6aa"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-bf7c6e03-9fe6-4118-b4cc-64a029bdb6aa"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-bf7c6e03-9fe6-4118-b4cc-64a029bdb6aa"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-bf7c6e03-9fe6-4118-b4cc-64a029bdb6aa"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-bf7c6e03-9fe6-4118-b4cc-64a029bdb6aa"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-bf7c6e03-9fe6-4118-b4cc-64a029bdb6aa"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-bf7c6e03-9fe6-4118-b4cc-64a029bdb6aa"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-bf7c6e03-9fe6-4118-b4cc-64a029bdb6aa"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-bf7c6e03-9fe6-4118-b4cc-64a029bdb6aa"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-bf7c6e03-9fe6-4118-b4cc-64a029bdb6aa"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-bf7c6e03-9fe6-4118-b4cc-64a029bdb6aa"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-bf7c6e03-9fe6-4118-b4cc-64a029bdb6aa"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-bf7c6e03-9fe6-4118-b4cc-64a029bdb6aa"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-bf7c6e03-9fe6-4118-b4cc-64a029bdb6aa"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-bf7c6e03-9fe6-4118-b4cc-64a029bdb6aa"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-bf7c6e03-9fe6-4118-b4cc-64a029bdb6aa"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-bf7c6e03-9fe6-4118-b4cc-64a029bdb6aa"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-bf7c6e03-9fe6-4118-b4cc-64a029bdb6aa"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-43924e1a-a125-4b2f-b464-60c663571bce { box-shadow:0px 0px 0px 0px ;
max-width: 500px;
text-align: center; }
#s-d4b9ca6f-4f64-422c-ad97-acbfa3fb6a7f { box-shadow:0px 0px 0px 0px ;
margin-left: 35px;
margin-right: 35px;
max-width: 500px;
text-align: center; }
#s-ca0b344c-462c-4882-a6a7-2408af6e9093 { margin-top: 50px;
margin-bottom: 50px;
padding-top: 15px;
padding-left: 70px;
padding-bottom: 15px;
padding-right: 70px;
border-radius: 80px;
text-align: center;
background-color: rgba(255, 62, 75, 1);
text-decoration: none; }
#s-ca0b344c-462c-4882-a6a7-2408af6e9093:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-ca0b344c-462c-4882-a6a7-2408af6e9093:active {background-color: #000000 !important;
text-decoration: none !important;}

 #s-ca0b344c-462c-4882-a6a7-2408af6e9093.shg-btn {
   color: rgba(255, 255, 255, 1);
   font-size: 20px;
   font-weight:  700 ;
   font-style:  normal ;
   font-family: Nunito;
 }
#s-2467d08e-b600-4769-bdc1-ff423f09e31f { min-height: 300px;
background-color: rgba(255, 255, 255, 0); }
#s-2467d08e-b600-4769-bdc1-ff423f09e31f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-534b7d76-63bf-4bb1-b57e-259f8bd8af24 { margin-top: 100px;
margin-left: 20px;
margin-right: 20px;
padding-top: 9px;
padding-bottom: 9px;
border-radius: 00px;
background-color: rgba(255, 255, 255, 0); }
@media (min-width: 0px) {
[id="s-949ae008-f149-42a3-9529-b56968e7bc60"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-949ae008-f149-42a3-9529-b56968e7bc60"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-949ae008-f149-42a3-9529-b56968e7bc60"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-949ae008-f149-42a3-9529-b56968e7bc60"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-949ae008-f149-42a3-9529-b56968e7bc60"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-949ae008-f149-42a3-9529-b56968e7bc60"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-949ae008-f149-42a3-9529-b56968e7bc60"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-949ae008-f149-42a3-9529-b56968e7bc60"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-949ae008-f149-42a3-9529-b56968e7bc60"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-949ae008-f149-42a3-9529-b56968e7bc60"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-949ae008-f149-42a3-9529-b56968e7bc60"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-949ae008-f149-42a3-9529-b56968e7bc60"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-949ae008-f149-42a3-9529-b56968e7bc60"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-949ae008-f149-42a3-9529-b56968e7bc60"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-949ae008-f149-42a3-9529-b56968e7bc60"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-949ae008-f149-42a3-9529-b56968e7bc60"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-949ae008-f149-42a3-9529-b56968e7bc60"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-949ae008-f149-42a3-9529-b56968e7bc60"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-949ae008-f149-42a3-9529-b56968e7bc60"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-949ae008-f149-42a3-9529-b56968e7bc60"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-949ae008-f149-42a3-9529-b56968e7bc60"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-949ae008-f149-42a3-9529-b56968e7bc60"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-949ae008-f149-42a3-9529-b56968e7bc60"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-949ae008-f149-42a3-9529-b56968e7bc60"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-949ae008-f149-42a3-9529-b56968e7bc60"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-949ae008-f149-42a3-9529-b56968e7bc60"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-949ae008-f149-42a3-9529-b56968e7bc60"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-949ae008-f149-42a3-9529-b56968e7bc60"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-949ae008-f149-42a3-9529-b56968e7bc60"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-949ae008-f149-42a3-9529-b56968e7bc60"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-949ae008-f149-42a3-9529-b56968e7bc60"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-949ae008-f149-42a3-9529-b56968e7bc60"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-949ae008-f149-42a3-9529-b56968e7bc60"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-949ae008-f149-42a3-9529-b56968e7bc60"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-949ae008-f149-42a3-9529-b56968e7bc60"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-949ae008-f149-42a3-9529-b56968e7bc60"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-949ae008-f149-42a3-9529-b56968e7bc60"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-949ae008-f149-42a3-9529-b56968e7bc60"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-949ae008-f149-42a3-9529-b56968e7bc60"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-949ae008-f149-42a3-9529-b56968e7bc60"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-949ae008-f149-42a3-9529-b56968e7bc60"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-949ae008-f149-42a3-9529-b56968e7bc60"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-949ae008-f149-42a3-9529-b56968e7bc60"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-949ae008-f149-42a3-9529-b56968e7bc60"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-949ae008-f149-42a3-9529-b56968e7bc60"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-949ae008-f149-42a3-9529-b56968e7bc60"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-949ae008-f149-42a3-9529-b56968e7bc60"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-949ae008-f149-42a3-9529-b56968e7bc60"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-6fef25b0-a7a7-4a6e-beb4-0e2a95143932 { box-shadow:0px 0px 0px 0px ;
margin-left: 35px;
margin-right: 35px;
max-width: 500px;
text-align: center; }
#s-ac74f80c-9699-4a57-bf1e-b2112d44915a { box-shadow:0px 0px 0px 0px ;
max-width: 500px;
text-align: center; }
#s-d8b765c4-ccad-4933-9307-120bb4ce2a1a { margin-top: 50px;
margin-bottom: 50px;
padding-top: 15px;
padding-left: 70px;
padding-bottom: 15px;
padding-right: 70px;
border-radius: 80px;
text-align: center;
background-color: rgba(255, 62, 75, 1);
text-decoration: none; }
#s-d8b765c4-ccad-4933-9307-120bb4ce2a1a:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-d8b765c4-ccad-4933-9307-120bb4ce2a1a:active {background-color: #000000 !important;
text-decoration: none !important;}

 #s-d8b765c4-ccad-4933-9307-120bb4ce2a1a.shg-btn {
   color: rgba(255, 255, 255, 1);
   font-size: 20px;
   font-weight:  700 ;
   font-style:  normal ;
   font-family: Nunito;
 }
#s-ede4b522-e200-40ac-a33d-e50b95563cba { min-height: 300px;
background-color: rgba(255, 255, 255, 0); }
#s-ede4b522-e200-40ac-a33d-e50b95563cba > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-d0790934-bd80-4493-95e9-f8339351604e { margin-top: 100px;
margin-left: 20px;
margin-right: 20px;
padding-top: 9px;
padding-bottom: 9px;
border-radius: 00px;
background-color: rgba(255, 255, 255, 0); }
#s-698e22d4-936c-4b10-bc42-ac36eb39567e { margin-top: 15px; }
@media (min-width: 0px) {
[id="s-698e22d4-936c-4b10-bc42-ac36eb39567e"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-698e22d4-936c-4b10-bc42-ac36eb39567e"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-698e22d4-936c-4b10-bc42-ac36eb39567e"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-698e22d4-936c-4b10-bc42-ac36eb39567e"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-698e22d4-936c-4b10-bc42-ac36eb39567e"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-698e22d4-936c-4b10-bc42-ac36eb39567e"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-698e22d4-936c-4b10-bc42-ac36eb39567e"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-698e22d4-936c-4b10-bc42-ac36eb39567e"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-698e22d4-936c-4b10-bc42-ac36eb39567e"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-698e22d4-936c-4b10-bc42-ac36eb39567e"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-698e22d4-936c-4b10-bc42-ac36eb39567e"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-698e22d4-936c-4b10-bc42-ac36eb39567e"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-698e22d4-936c-4b10-bc42-ac36eb39567e"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-698e22d4-936c-4b10-bc42-ac36eb39567e"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-698e22d4-936c-4b10-bc42-ac36eb39567e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-698e22d4-936c-4b10-bc42-ac36eb39567e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-698e22d4-936c-4b10-bc42-ac36eb39567e"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-698e22d4-936c-4b10-bc42-ac36eb39567e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-698e22d4-936c-4b10-bc42-ac36eb39567e"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-698e22d4-936c-4b10-bc42-ac36eb39567e"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-698e22d4-936c-4b10-bc42-ac36eb39567e"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-698e22d4-936c-4b10-bc42-ac36eb39567e"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-698e22d4-936c-4b10-bc42-ac36eb39567e"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-698e22d4-936c-4b10-bc42-ac36eb39567e"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-698e22d4-936c-4b10-bc42-ac36eb39567e"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-698e22d4-936c-4b10-bc42-ac36eb39567e"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-698e22d4-936c-4b10-bc42-ac36eb39567e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-698e22d4-936c-4b10-bc42-ac36eb39567e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-698e22d4-936c-4b10-bc42-ac36eb39567e"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-698e22d4-936c-4b10-bc42-ac36eb39567e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-698e22d4-936c-4b10-bc42-ac36eb39567e"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-698e22d4-936c-4b10-bc42-ac36eb39567e"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-698e22d4-936c-4b10-bc42-ac36eb39567e"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-698e22d4-936c-4b10-bc42-ac36eb39567e"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-698e22d4-936c-4b10-bc42-ac36eb39567e"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-698e22d4-936c-4b10-bc42-ac36eb39567e"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-698e22d4-936c-4b10-bc42-ac36eb39567e"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-698e22d4-936c-4b10-bc42-ac36eb39567e"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-698e22d4-936c-4b10-bc42-ac36eb39567e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-698e22d4-936c-4b10-bc42-ac36eb39567e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-698e22d4-936c-4b10-bc42-ac36eb39567e"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-698e22d4-936c-4b10-bc42-ac36eb39567e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-698e22d4-936c-4b10-bc42-ac36eb39567e"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-698e22d4-936c-4b10-bc42-ac36eb39567e"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-698e22d4-936c-4b10-bc42-ac36eb39567e"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-698e22d4-936c-4b10-bc42-ac36eb39567e"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-698e22d4-936c-4b10-bc42-ac36eb39567e"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-698e22d4-936c-4b10-bc42-ac36eb39567e"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-a9bc7576-3c02-471d-a14d-3bb2c0fa91e8 { box-shadow:0px 0px 0px 0px ;
max-width: 500px;
text-align: center; }
#s-2968d8de-c2a6-48e5-b885-92e2a381d71e { box-shadow:0px 0px 0px 0px ;
margin-left: 35px;
margin-right: 35px;
max-width: 500px;
text-align: center; }
#s-5876adc8-28b1-4113-b90b-ca6bc5d67832 { margin-top: 50px;
margin-bottom: 50px;
padding-top: 15px;
padding-left: 70px;
padding-bottom: 15px;
padding-right: 70px;
border-radius: 80px;
text-align: center;
background-color: rgba(255, 62, 75, 1);
text-decoration: none; }
#s-5876adc8-28b1-4113-b90b-ca6bc5d67832:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-5876adc8-28b1-4113-b90b-ca6bc5d67832:active {background-color: #000000 !important;
text-decoration: none !important;}

 #s-5876adc8-28b1-4113-b90b-ca6bc5d67832.shg-btn {
   color: rgba(255, 255, 255, 1);
   font-size: 20px;
   font-weight:  700 ;
   font-style:  normal ;
   font-family: Nunito;
 }
#s-05e15a03-4497-4b8b-a158-c951034517c3 { margin-top: 150px; }
#s-c3b7172f-307c-43c8-a93b-76ac28ddd4da { padding-top: 0px;
padding-bottom: 0px; }
@media (min-width: 0px) {
[id="s-c3b7172f-307c-43c8-a93b-76ac28ddd4da"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c3b7172f-307c-43c8-a93b-76ac28ddd4da"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-c3b7172f-307c-43c8-a93b-76ac28ddd4da"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-c3b7172f-307c-43c8-a93b-76ac28ddd4da"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-c3b7172f-307c-43c8-a93b-76ac28ddd4da"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-c3b7172f-307c-43c8-a93b-76ac28ddd4da"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-c3b7172f-307c-43c8-a93b-76ac28ddd4da"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-c3b7172f-307c-43c8-a93b-76ac28ddd4da"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-c3b7172f-307c-43c8-a93b-76ac28ddd4da"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-c3b7172f-307c-43c8-a93b-76ac28ddd4da"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-c3b7172f-307c-43c8-a93b-76ac28ddd4da"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-c3b7172f-307c-43c8-a93b-76ac28ddd4da"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-c3b7172f-307c-43c8-a93b-76ac28ddd4da"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-c3b7172f-307c-43c8-a93b-76ac28ddd4da"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-c3b7172f-307c-43c8-a93b-76ac28ddd4da"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-c3b7172f-307c-43c8-a93b-76ac28ddd4da"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-c3b7172f-307c-43c8-a93b-76ac28ddd4da"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-c3b7172f-307c-43c8-a93b-76ac28ddd4da"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-c3b7172f-307c-43c8-a93b-76ac28ddd4da"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-c3b7172f-307c-43c8-a93b-76ac28ddd4da"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-c3b7172f-307c-43c8-a93b-76ac28ddd4da"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-c3b7172f-307c-43c8-a93b-76ac28ddd4da"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-c3b7172f-307c-43c8-a93b-76ac28ddd4da"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-c3b7172f-307c-43c8-a93b-76ac28ddd4da"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-c3b7172f-307c-43c8-a93b-76ac28ddd4da"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-c3b7172f-307c-43c8-a93b-76ac28ddd4da"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-c3b7172f-307c-43c8-a93b-76ac28ddd4da"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-c3b7172f-307c-43c8-a93b-76ac28ddd4da"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-c3b7172f-307c-43c8-a93b-76ac28ddd4da"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-c3b7172f-307c-43c8-a93b-76ac28ddd4da"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-c3b7172f-307c-43c8-a93b-76ac28ddd4da"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-c3b7172f-307c-43c8-a93b-76ac28ddd4da"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-c3b7172f-307c-43c8-a93b-76ac28ddd4da"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-c3b7172f-307c-43c8-a93b-76ac28ddd4da"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-c3b7172f-307c-43c8-a93b-76ac28ddd4da"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-c3b7172f-307c-43c8-a93b-76ac28ddd4da"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-c3b7172f-307c-43c8-a93b-76ac28ddd4da"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 0px) {
[id="s-fb308661-2942-413b-90ab-5a6131ae5d01"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-fb308661-2942-413b-90ab-5a6131ae5d01"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-fb308661-2942-413b-90ab-5a6131ae5d01"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-fb308661-2942-413b-90ab-5a6131ae5d01"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-fb308661-2942-413b-90ab-5a6131ae5d01"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-fb308661-2942-413b-90ab-5a6131ae5d01"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-fb308661-2942-413b-90ab-5a6131ae5d01"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-fb308661-2942-413b-90ab-5a6131ae5d01"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-fb308661-2942-413b-90ab-5a6131ae5d01"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-fb308661-2942-413b-90ab-5a6131ae5d01"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-fb308661-2942-413b-90ab-5a6131ae5d01"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-fb308661-2942-413b-90ab-5a6131ae5d01"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-fb308661-2942-413b-90ab-5a6131ae5d01"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-fb308661-2942-413b-90ab-5a6131ae5d01"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-fb308661-2942-413b-90ab-5a6131ae5d01"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-fb308661-2942-413b-90ab-5a6131ae5d01"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-fb308661-2942-413b-90ab-5a6131ae5d01"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-fb308661-2942-413b-90ab-5a6131ae5d01"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-fb308661-2942-413b-90ab-5a6131ae5d01"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-fb308661-2942-413b-90ab-5a6131ae5d01"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-fb308661-2942-413b-90ab-5a6131ae5d01"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-fb308661-2942-413b-90ab-5a6131ae5d01"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-fb308661-2942-413b-90ab-5a6131ae5d01"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-fb308661-2942-413b-90ab-5a6131ae5d01"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-fb308661-2942-413b-90ab-5a6131ae5d01"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-fb308661-2942-413b-90ab-5a6131ae5d01"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-fb308661-2942-413b-90ab-5a6131ae5d01"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-fb308661-2942-413b-90ab-5a6131ae5d01"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-fb308661-2942-413b-90ab-5a6131ae5d01"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-fb308661-2942-413b-90ab-5a6131ae5d01"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-fb308661-2942-413b-90ab-5a6131ae5d01"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-fb308661-2942-413b-90ab-5a6131ae5d01"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-fb308661-2942-413b-90ab-5a6131ae5d01"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-fb308661-2942-413b-90ab-5a6131ae5d01"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-fb308661-2942-413b-90ab-5a6131ae5d01"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-fb308661-2942-413b-90ab-5a6131ae5d01"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-fb308661-2942-413b-90ab-5a6131ae5d01"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-33858efb-507e-4220-9ad7-7af8ebbd51d1 { margin-top: 50px;
margin-bottom: 50px; }
#s-5281fc0b-9d2e-4b76-b412-394b8a223f6b { margin-top: 50px;
margin-bottom: 50px; }
#s-2b3d1d29-db7e-4d29-943b-d573d62fb527 { margin-top: 50px;
margin-bottom: 50px; }
#s-58d9a27d-95cb-4cfa-a0fc-cbafc22e1d77 { margin-top: 70px;
margin-bottom: 30px;
padding-top: 15px;
padding-left: 70px;
padding-bottom: 15px;
padding-right: 70px;
border-radius: 80px;
text-align: center;
background-color: rgba(255, 62, 75, 1);
text-decoration: none; }
#s-58d9a27d-95cb-4cfa-a0fc-cbafc22e1d77:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-58d9a27d-95cb-4cfa-a0fc-cbafc22e1d77:active {background-color: #000000 !important;
text-decoration: none !important;}

 #s-58d9a27d-95cb-4cfa-a0fc-cbafc22e1d77.shg-btn {
   color: rgba(255, 255, 255, 1);
   font-size: 20px;
   font-weight:  700 ;
   font-style:  normal ;
   font-family: Nunito;
 }
#s-6e16c8af-b790-4da8-b1ca-dbfe3174861d { border-style: solid;
margin-left: 0px;
margin-right: 0px;
padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-radius: 30px;
min-height: 50px;
border-color: rgba(255, 62, 75, 1); }
#s-6e16c8af-b790-4da8-b1ca-dbfe3174861d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-bc27142f-110c-4bbe-bb78-1a04a6304aa5 { border-style: solid;
margin-top: 20px;
margin-left: 10px;
margin-bottom: 20px;
margin-right: 10px;
padding-top: 0px;
padding-left: 20px;
padding-bottom: 0px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-radius: 30px;
min-height: 50px;
border-color: rgba(255, 62, 75, 1); }
#s-bc27142f-110c-4bbe-bb78-1a04a6304aa5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-6abc8770-0613-4898-87ed-96999244e2ff {
  display: none;
}
#s-12428600-02aa-4327-89d6-e5d9101aea95 { text-align: center; }
#s-12428600-02aa-4327-89d6-e5d9101aea95 .shg-product-sold-out {
  display: none;
  color: rgba(0, 174, 175, 1);
  font-size: 18px;
}

#s-12428600-02aa-4327-89d6-e5d9101aea95 .shg-product-price {
  color: rgba(0, 174, 175, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-12428600-02aa-4327-89d6-e5d9101aea95 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: rgba(163, 163, 163, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-46af2053-a66a-4461-ad52-f5bae6688ac3 { text-align: left; }
#s-46af2053-a66a-4461-ad52-f5bae6688ac3 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-46af2053-a66a-4461-ad52-f5bae6688ac3 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-46af2053-a66a-4461-ad52-f5bae6688ac3 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-46af2053-a66a-4461-ad52-f5bae6688ac3 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}


#s-7b0695ef-bc6c-4c2a-9886-9942038fc437 { text-align: left; }
#s-7b0695ef-bc6c-4c2a-9886-9942038fc437 .shg-product-quantity-wrapper {
  display: flex;
}

#s-7b0695ef-bc6c-4c2a-9886-9942038fc437 .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-7b0695ef-bc6c-4c2a-9886-9942038fc437 .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-7b0695ef-bc6c-4c2a-9886-9942038fc437 .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-7b0695ef-bc6c-4c2a-9886-9942038fc437 .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }



#s-91ec8ac6-09c2-4ce4-a7af-fdc477844861 {
  display: none;
}
#s-cb2694cc-fe1a-4c9e-b36c-0d52ff6617bb { margin-top: 13px;
margin-left: 20px;
margin-right: 20px; }
@media (min-width: 0px) {
[id="s-cb2694cc-fe1a-4c9e-b36c-0d52ff6617bb"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-cb2694cc-fe1a-4c9e-b36c-0d52ff6617bb"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-cb2694cc-fe1a-4c9e-b36c-0d52ff6617bb"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-cb2694cc-fe1a-4c9e-b36c-0d52ff6617bb"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-cb2694cc-fe1a-4c9e-b36c-0d52ff6617bb"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-cb2694cc-fe1a-4c9e-b36c-0d52ff6617bb"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-cb2694cc-fe1a-4c9e-b36c-0d52ff6617bb"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-cb2694cc-fe1a-4c9e-b36c-0d52ff6617bb"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-cb2694cc-fe1a-4c9e-b36c-0d52ff6617bb"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-cb2694cc-fe1a-4c9e-b36c-0d52ff6617bb"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-cb2694cc-fe1a-4c9e-b36c-0d52ff6617bb"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-cb2694cc-fe1a-4c9e-b36c-0d52ff6617bb"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-cb2694cc-fe1a-4c9e-b36c-0d52ff6617bb"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-cb2694cc-fe1a-4c9e-b36c-0d52ff6617bb"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-cb2694cc-fe1a-4c9e-b36c-0d52ff6617bb"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-cb2694cc-fe1a-4c9e-b36c-0d52ff6617bb"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-cb2694cc-fe1a-4c9e-b36c-0d52ff6617bb"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-cb2694cc-fe1a-4c9e-b36c-0d52ff6617bb"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-cb2694cc-fe1a-4c9e-b36c-0d52ff6617bb"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-cb2694cc-fe1a-4c9e-b36c-0d52ff6617bb"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-cb2694cc-fe1a-4c9e-b36c-0d52ff6617bb"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-cb2694cc-fe1a-4c9e-b36c-0d52ff6617bb"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-cb2694cc-fe1a-4c9e-b36c-0d52ff6617bb"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-cb2694cc-fe1a-4c9e-b36c-0d52ff6617bb"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-cb2694cc-fe1a-4c9e-b36c-0d52ff6617bb"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-cb2694cc-fe1a-4c9e-b36c-0d52ff6617bb"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-cb2694cc-fe1a-4c9e-b36c-0d52ff6617bb"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-cb2694cc-fe1a-4c9e-b36c-0d52ff6617bb"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-cb2694cc-fe1a-4c9e-b36c-0d52ff6617bb"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-cb2694cc-fe1a-4c9e-b36c-0d52ff6617bb"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-cb2694cc-fe1a-4c9e-b36c-0d52ff6617bb"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-cb2694cc-fe1a-4c9e-b36c-0d52ff6617bb"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-cb2694cc-fe1a-4c9e-b36c-0d52ff6617bb"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-cb2694cc-fe1a-4c9e-b36c-0d52ff6617bb"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-cb2694cc-fe1a-4c9e-b36c-0d52ff6617bb"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-cb2694cc-fe1a-4c9e-b36c-0d52ff6617bb"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-cb2694cc-fe1a-4c9e-b36c-0d52ff6617bb"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 5.0px);
}

}

#s-0100bae5-f6e3-427d-b707-04214ba972f6 { padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
border-radius: 102px;
text-align: center;
background-color: rgba(255, 62, 75, 1); }
#s-0100bae5-f6e3-427d-b707-04214ba972f6:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-0100bae5-f6e3-427d-b707-04214ba972f6:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-0100bae5-f6e3-427d-b707-04214ba972f6 {
  display: block;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-0100bae5-f6e3-427d-b707-04214ba972f6.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-0100bae5-f6e3-427d-b707-04214ba972f6.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight:  700 ;
  font-style:  normal ;
  font-family: Nunito;
}

#s-0100bae5-f6e3-427d-b707-04214ba972f6.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}


  #s-0100bae5-f6e3-427d-b707-04214ba972f6.shg-btn.shg-product-atc-success {
    font-weight:  normal ;
    
    font-style:  normal ;
    
    color: ;
  }


#s-581e41c8-d010-4b89-84dd-8f97819669b9 { border-style: solid;
margin-top: 0px;
margin-left: -15px;
margin-bottom: 0px;
margin-right: -15px;
border-top-width: 1px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(203, 203, 203, 1); }
@media (min-width: 0px) {
[id="s-581e41c8-d010-4b89-84dd-8f97819669b9"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-581e41c8-d010-4b89-84dd-8f97819669b9"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-581e41c8-d010-4b89-84dd-8f97819669b9"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-581e41c8-d010-4b89-84dd-8f97819669b9"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-581e41c8-d010-4b89-84dd-8f97819669b9"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-581e41c8-d010-4b89-84dd-8f97819669b9"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-581e41c8-d010-4b89-84dd-8f97819669b9"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-581e41c8-d010-4b89-84dd-8f97819669b9"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-581e41c8-d010-4b89-84dd-8f97819669b9"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-581e41c8-d010-4b89-84dd-8f97819669b9"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-581e41c8-d010-4b89-84dd-8f97819669b9"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-581e41c8-d010-4b89-84dd-8f97819669b9"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-581e41c8-d010-4b89-84dd-8f97819669b9"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-581e41c8-d010-4b89-84dd-8f97819669b9"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-581e41c8-d010-4b89-84dd-8f97819669b9"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-581e41c8-d010-4b89-84dd-8f97819669b9"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-581e41c8-d010-4b89-84dd-8f97819669b9"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-581e41c8-d010-4b89-84dd-8f97819669b9"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-581e41c8-d010-4b89-84dd-8f97819669b9"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-581e41c8-d010-4b89-84dd-8f97819669b9"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-581e41c8-d010-4b89-84dd-8f97819669b9"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-581e41c8-d010-4b89-84dd-8f97819669b9"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-581e41c8-d010-4b89-84dd-8f97819669b9"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-581e41c8-d010-4b89-84dd-8f97819669b9"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-581e41c8-d010-4b89-84dd-8f97819669b9"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-581e41c8-d010-4b89-84dd-8f97819669b9"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-581e41c8-d010-4b89-84dd-8f97819669b9"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-581e41c8-d010-4b89-84dd-8f97819669b9"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-581e41c8-d010-4b89-84dd-8f97819669b9"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-581e41c8-d010-4b89-84dd-8f97819669b9"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-581e41c8-d010-4b89-84dd-8f97819669b9"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-581e41c8-d010-4b89-84dd-8f97819669b9"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-581e41c8-d010-4b89-84dd-8f97819669b9"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-581e41c8-d010-4b89-84dd-8f97819669b9"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-581e41c8-d010-4b89-84dd-8f97819669b9"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-581e41c8-d010-4b89-84dd-8f97819669b9"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-581e41c8-d010-4b89-84dd-8f97819669b9"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-581e41c8-d010-4b89-84dd-8f97819669b9"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-581e41c8-d010-4b89-84dd-8f97819669b9"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-581e41c8-d010-4b89-84dd-8f97819669b9"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-581e41c8-d010-4b89-84dd-8f97819669b9"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-581e41c8-d010-4b89-84dd-8f97819669b9"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-581e41c8-d010-4b89-84dd-8f97819669b9"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-581e41c8-d010-4b89-84dd-8f97819669b9"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-581e41c8-d010-4b89-84dd-8f97819669b9"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-581e41c8-d010-4b89-84dd-8f97819669b9"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-581e41c8-d010-4b89-84dd-8f97819669b9"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-581e41c8-d010-4b89-84dd-8f97819669b9"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-3c0eb2d6-2984-4b51-af6d-391d70602bb4 { padding-top: 20px;
padding-bottom: 20px;
padding-right: 20px; }
 #s-3c0eb2d6-2984-4b51-af6d-391d70602bb4 .shogun-heading-component h2 {
   color: #000;
   font-weight:  normal ;
   
   font-style:  normal ;
   font-size: 24px;
   
   
   text-align: right;
 }

 

#s-2ae363a2-0e84-458a-8cee-4161299eddfa { text-align: center; }
#s-f3f65228-e7af-4b80-aa0b-2741bfc6ce4b { margin-top: 0px;
margin-left: -25px;
margin-bottom: 0px;
margin-right: -25px;
padding-left: 40px;
padding-right: 40px; }
#s-23a596f3-28bd-4311-90b8-8ed4fc4b139f { border-style: solid;
margin-top: 0px;
margin-left: 20px;
margin-bottom: 0px;
margin-right: 20px;
padding-top: 0px;
padding-left: 20px;
padding-bottom: 0px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-radius: 30px;
min-height: 50px;
border-color: rgba(255, 62, 75, 1); }
#s-23a596f3-28bd-4311-90b8-8ed4fc4b139f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-5901e442-101e-4406-b485-bc6f41c0d5bc {
  display: none;
}
#s-d547ee59-3ee8-4362-987a-b622563f7679 { margin-top: 13px; }
@media (min-width: 0px) {
[id="s-d547ee59-3ee8-4362-987a-b622563f7679"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d547ee59-3ee8-4362-987a-b622563f7679"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-d547ee59-3ee8-4362-987a-b622563f7679"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-d547ee59-3ee8-4362-987a-b622563f7679"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-d547ee59-3ee8-4362-987a-b622563f7679"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-d547ee59-3ee8-4362-987a-b622563f7679"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-d547ee59-3ee8-4362-987a-b622563f7679"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-d547ee59-3ee8-4362-987a-b622563f7679"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-d547ee59-3ee8-4362-987a-b622563f7679"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-d547ee59-3ee8-4362-987a-b622563f7679"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-d547ee59-3ee8-4362-987a-b622563f7679"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-d547ee59-3ee8-4362-987a-b622563f7679"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-d547ee59-3ee8-4362-987a-b622563f7679"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-d547ee59-3ee8-4362-987a-b622563f7679"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-d547ee59-3ee8-4362-987a-b622563f7679"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-d547ee59-3ee8-4362-987a-b622563f7679"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-d547ee59-3ee8-4362-987a-b622563f7679"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-d547ee59-3ee8-4362-987a-b622563f7679"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-d547ee59-3ee8-4362-987a-b622563f7679"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-d547ee59-3ee8-4362-987a-b622563f7679"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-d547ee59-3ee8-4362-987a-b622563f7679"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-d547ee59-3ee8-4362-987a-b622563f7679"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-d547ee59-3ee8-4362-987a-b622563f7679"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-d547ee59-3ee8-4362-987a-b622563f7679"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-d547ee59-3ee8-4362-987a-b622563f7679"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-d547ee59-3ee8-4362-987a-b622563f7679"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-d547ee59-3ee8-4362-987a-b622563f7679"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-d547ee59-3ee8-4362-987a-b622563f7679"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-d547ee59-3ee8-4362-987a-b622563f7679"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-d547ee59-3ee8-4362-987a-b622563f7679"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-d547ee59-3ee8-4362-987a-b622563f7679"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-d547ee59-3ee8-4362-987a-b622563f7679"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-d547ee59-3ee8-4362-987a-b622563f7679"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-d547ee59-3ee8-4362-987a-b622563f7679"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-d547ee59-3ee8-4362-987a-b622563f7679"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-d547ee59-3ee8-4362-987a-b622563f7679"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-d547ee59-3ee8-4362-987a-b622563f7679"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 5.0px);
}

}

#s-9b206802-6f48-4ca0-8b62-f119689fc3d5 { padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
border-radius: 102px;
text-align: center;
background-color: rgba(0, 174, 175, 1); }
#s-9b206802-6f48-4ca0-8b62-f119689fc3d5:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-9b206802-6f48-4ca0-8b62-f119689fc3d5:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-9b206802-6f48-4ca0-8b62-f119689fc3d5 {
  display: block;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-9b206802-6f48-4ca0-8b62-f119689fc3d5.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-9b206802-6f48-4ca0-8b62-f119689fc3d5.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight:  700 ;
  font-style:  normal ;
  font-family: Nunito;
}

#s-9b206802-6f48-4ca0-8b62-f119689fc3d5.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-252277d5-ca5c-4196-8743-e86cdfd6d13f { border-style: solid;
margin-top: 20px;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-radius: 45px;
text-align: center;
border-color: rgba(0, 0, 0, 1);
background-color: rgba(255, 204, 0, 1);
text-decoration: none; }
#s-252277d5-ca5c-4196-8743-e86cdfd6d13f:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-252277d5-ca5c-4196-8743-e86cdfd6d13f:active {background-color: #000000 !important;
text-decoration: none !important;}

 #s-252277d5-ca5c-4196-8743-e86cdfd6d13f.shg-btn {
   color: rgba(0, 0, 0, 1);
   font-size: 20px;
   font-weight:  600 ;
   font-style:  normal ;
   font-family: Nunito;
 }
/*
  $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;
	transition: opacity 300ms;
}
