.shg-box {
  position: relative;
  display: flex;
  width: 100%;
  flex-direction: column;
  /**
   * While `flex: 1` is enough here, we need to supply the rest
   * of the parameters (`1 auto`) to keep compatibility with IE11.
   * Otherwise, IE11 flex would break.
   */
  flex: 1 1 auto;
}

.shg-box > .shg-box-content {
  z-index: 4;
  position: relative;
  /**
   * This is part of an IE11 fallback to avoid flex introducing
   * huge amount of weird space on the bottom on the section element.
   */
  min-height: 1px;
}

.shg-box-vertical-align-wrapper, .shg-box-vertical-center-wrapper {
  display: 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-35d7fc16-978b-4548-9d1d-c1c48dcf0f49 {
  min-height: 45px;
background-color: rgba(0, 0, 0, 1);
}








#s-35d7fc16-978b-4548-9d1d-c1c48dcf0f49 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-35d7fc16-978b-4548-9d1d-c1c48dcf0f49.shg-box.shg-c {
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

/* https://stackoverflow.com/a/16094931/3696652 */
.shg-default-text-content ::-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-3360eb28-9ca3-462f-b69a-94d7a7c51051 {
  margin-left: 20px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 0px;
}
@media (max-width: 767px){#s-3360eb28-9ca3-462f-b69a-94d7a7c51051 {
  padding-bottom: 10px;
}
}
#s-a17193e3-8326-4c45-bb06-d6d5fc82b50f {
  background-image: url(https://i.shgcdn.com/ab83a400-75b2-46f9-9524-220ae1d3d9b4/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
margin-bottom: 25px;
min-height: 480px;
background-position: center center;
background-attachment: scroll;
}
@media (min-width: 768px) and (max-width: 991px){#s-a17193e3-8326-4c45-bb06-d6d5fc82b50f {
  min-height: 330px;
}
}@media (max-width: 767px){#s-a17193e3-8326-4c45-bb06-d6d5fc82b50f {
  min-height: 250px;
}
}







#s-a17193e3-8326-4c45-bb06-d6d5fc82b50f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a17193e3-8326-4c45-bb06-d6d5fc82b50f {
  cursor: pointer;
}#s-a17193e3-8326-4c45-bb06-d6d5fc82b50f.shg-box.shg-c {
  justify-content: flex-end;
}

.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-9af24d81-ac7c-48d9-a53b-cd92a5aaf35e {
  margin-top: 50px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
background-color: rgba(255, 255, 255, 0.5);
}

#s-9af24d81-ac7c-48d9-a53b-cd92a5aaf35e .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 0.92);
  font-weight:  700 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 72px;
  line-height: 1.25em;
  letter-spacing: ;
  text-align: center;
}


@media (min-width: 768px) and (max-width: 991px){#s-9af24d81-ac7c-48d9-a53b-cd92a5aaf35e .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 0.92);
  font-weight:  700 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 50px;
  line-height: 1.25em;
  letter-spacing: ;
  text-align: center;
}


}@media (max-width: 767px){#s-9af24d81-ac7c-48d9-a53b-cd92a5aaf35e .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 0.92);
  font-weight:  700 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 38px;
  line-height: 1.25em;
  letter-spacing: ;
  text-align: center;
}


}
#s-42558bc2-7a2c-46b7-bb6a-717da8a5819e {
  padding-top: 0px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(255, 255, 255, 0.5);
}
@media (max-width: 767px){#s-42558bc2-7a2c-46b7-bb6a-717da8a5819e {
  padding-bottom: 10px;
}
}
#s-42558bc2-7a2c-46b7-bb6a-717da8a5819e .shogun-heading-component h2 {
  color: rgba(218, 120, 147, 1);
  font-weight:  600 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


@media (min-width: 1200px){#s-42558bc2-7a2c-46b7-bb6a-717da8a5819e .shogun-heading-component h2 {
  color: rgba(218, 120, 147, 1);
  font-weight:  800 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


}@media (min-width: 992px) and (max-width: 1199px){#s-42558bc2-7a2c-46b7-bb6a-717da8a5819e .shogun-heading-component h2 {
  color: rgba(218, 120, 147, 1);
  font-weight:  800 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


}@media (min-width: 768px) and (max-width: 991px){#s-42558bc2-7a2c-46b7-bb6a-717da8a5819e .shogun-heading-component h2 {
  color: rgba(218, 120, 147, 1);
  font-weight:  800 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 15px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


}@media (max-width: 767px){#s-42558bc2-7a2c-46b7-bb6a-717da8a5819e .shogun-heading-component h2 {
  color: rgba(218, 120, 147, 1);
  font-weight:  800 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


}
#s-262030a7-2b69-410c-a9d9-a7597dff5c6a {
  padding-top: 25px;
padding-left: 10%;
padding-bottom: 25px;
padding-right: 10%;
min-height: 50px;
background-color: rgba(245, 245, 245, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-262030a7-2b69-410c-a9d9-a7597dff5c6a {
  padding-left: 5%;
padding-right: 5%;
}
}@media (max-width: 767px){#s-262030a7-2b69-410c-a9d9-a7597dff5c6a {
  padding-left: 20px;
padding-right: 20px;
}
}







#s-262030a7-2b69-410c-a9d9-a7597dff5c6a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-262030a7-2b69-410c-a9d9-a7597dff5c6a.shg-box.shg-c {
  justify-content: center;
}

#s-de677470-7c1f-41ec-95e1-2f9d977bdbf8 {
  margin-bottom: 20px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-de677470-7c1f-41ec-95e1-2f9d977bdbf8 .shogun-heading-component h3 {
  color: rgba(218, 120, 147, 1);
  font-weight:  600 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 32px;
  line-height: 1.2em;
  letter-spacing: ;
  text-align: center;
}


@media (min-width: 768px) and (max-width: 991px){#s-de677470-7c1f-41ec-95e1-2f9d977bdbf8 .shogun-heading-component h3 {
  color: rgba(218, 120, 147, 1);
  font-weight:  600 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 28px;
  line-height: 1.2em;
  letter-spacing: ;
  text-align: center;
}


}@media (max-width: 767px){#s-de677470-7c1f-41ec-95e1-2f9d977bdbf8 .shogun-heading-component h3 {
  color: rgba(218, 120, 147, 1);
  font-weight:  600 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 26px;
  line-height: 1.2em;
  letter-spacing: ;
  text-align: center;
}


}
.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-f27152e5-14ef-4972-8634-e39372c2435e {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
}

@media (min-width: 0px) {
[id="s-f27152e5-14ef-4972-8634-e39372c2435e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f27152e5-14ef-4972-8634-e39372c2435e"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-f27152e5-14ef-4972-8634-e39372c2435e"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-f27152e5-14ef-4972-8634-e39372c2435e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-f27152e5-14ef-4972-8634-e39372c2435e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-f27152e5-14ef-4972-8634-e39372c2435e"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-f27152e5-14ef-4972-8634-e39372c2435e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-f27152e5-14ef-4972-8634-e39372c2435e"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-f27152e5-14ef-4972-8634-e39372c2435e"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-f27152e5-14ef-4972-8634-e39372c2435e"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-f27152e5-14ef-4972-8634-e39372c2435e"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-f27152e5-14ef-4972-8634-e39372c2435e"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-f27152e5-14ef-4972-8634-e39372c2435e"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-f27152e5-14ef-4972-8634-e39372c2435e"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-f27152e5-14ef-4972-8634-e39372c2435e"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-f27152e5-14ef-4972-8634-e39372c2435e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-f27152e5-14ef-4972-8634-e39372c2435e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-f27152e5-14ef-4972-8634-e39372c2435e"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-f27152e5-14ef-4972-8634-e39372c2435e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-f27152e5-14ef-4972-8634-e39372c2435e"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-f27152e5-14ef-4972-8634-e39372c2435e"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-f27152e5-14ef-4972-8634-e39372c2435e"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-f27152e5-14ef-4972-8634-e39372c2435e"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-f27152e5-14ef-4972-8634-e39372c2435e"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-f27152e5-14ef-4972-8634-e39372c2435e"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-f27152e5-14ef-4972-8634-e39372c2435e"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-f27152e5-14ef-4972-8634-e39372c2435e"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-f27152e5-14ef-4972-8634-e39372c2435e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-f27152e5-14ef-4972-8634-e39372c2435e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-f27152e5-14ef-4972-8634-e39372c2435e"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-f27152e5-14ef-4972-8634-e39372c2435e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-f27152e5-14ef-4972-8634-e39372c2435e"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-f27152e5-14ef-4972-8634-e39372c2435e"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-f27152e5-14ef-4972-8634-e39372c2435e"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-f27152e5-14ef-4972-8634-e39372c2435e"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-f27152e5-14ef-4972-8634-e39372c2435e"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-f27152e5-14ef-4972-8634-e39372c2435e"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-08ed9e0c-8a5e-4516-8357-082f7eec94e8 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-bottom: 25px;
min-height: 250px;
background-position: center center;
}
@media (min-width: 1200px){#s-08ed9e0c-8a5e-4516-8357-082f7eec94e8 {
  margin-bottom: 10px;
min-height: 210px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-08ed9e0c-8a5e-4516-8357-082f7eec94e8 {
  margin-bottom: 10px;
min-height: 210px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-08ed9e0c-8a5e-4516-8357-082f7eec94e8 {
  margin-bottom: 10px;
min-height: 210px;
}
}@media (max-width: 767px){#s-08ed9e0c-8a5e-4516-8357-082f7eec94e8 {
  margin-bottom: 10px;
min-height: 190px;
}
}







#s-08ed9e0c-8a5e-4516-8357-082f7eec94e8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-08ed9e0c-8a5e-4516-8357-082f7eec94e8 {
  cursor: pointer;
}#s-08ed9e0c-8a5e-4516-8357-082f7eec94e8.shg-box.shg-c {
  justify-content: flex-end;
}








#s-049c5369-5c96-41b3-a9fd-c740cb70b2b1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-049c5369-5c96-41b3-a9fd-c740cb70b2b1.shg-box.shg-c {
  justify-content: center;
}

.shg-btn.shg-cse, .shg-btn.shg-cse:hover, .shg-btn.shg-cse:focus {
  color: #FFF;
}

.shg-btn {
  cursor: pointer;
  box-sizing: border-box;
}

.shg-btn.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-6da11db8-6bba-4340-98a7-ed032393c397 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-6da11db8-6bba-4340-98a7-ed032393c397:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-6da11db8-6bba-4340-98a7-ed032393c397:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-6da11db8-6bba-4340-98a7-ed032393c397 {
  margin-top: 15px;
margin-bottom: 15px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-6da11db8-6bba-4340-98a7-ed032393c397 {
  margin-top: 15px;
margin-bottom: 15px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-6da11db8-6bba-4340-98a7-ed032393c397 {
  margin-top: 15px;
margin-bottom: 15px;
}
}@media (max-width: 767px){#s-6da11db8-6bba-4340-98a7-ed032393c397 {
  margin-top: 15px;
margin-bottom: 15px;
padding-left: 10px;
padding-right: 10px;
}
}


#s-6da11db8-6bba-4340-98a7-ed032393c397.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Poppins;
  display:  block ;
}
@media (max-width: 767px){

#s-6da11db8-6bba-4340-98a7-ed032393c397.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Poppins;
  display:  block ;
}
}
#s-907b786e-a251-429d-9d2f-0101a5926b31 {
  margin-top: 20px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(255, 255, 255, 0.5);
}

#s-907b786e-a251-429d-9d2f-0101a5926b31 .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  600 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


@media (min-width: 1200px){#s-907b786e-a251-429d-9d2f-0101a5926b31 .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  600 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


}@media (min-width: 992px) and (max-width: 1199px){#s-907b786e-a251-429d-9d2f-0101a5926b31 .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  600 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


}@media (min-width: 768px) and (max-width: 991px){#s-907b786e-a251-429d-9d2f-0101a5926b31 .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  600 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


}@media (max-width: 767px){#s-907b786e-a251-429d-9d2f-0101a5926b31 .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  600 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


}
#s-74ccaacf-3f58-44ee-a157-4670374708fc {
  min-height: 50px;
background-color: rgba(245, 245, 245, 1);
}








#s-74ccaacf-3f58-44ee-a157-4670374708fc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-74ccaacf-3f58-44ee-a157-4670374708fc.shg-box.shg-c {
  justify-content: center;
}

#s-8186f999-2555-45c0-8437-e124e71a60df {
  margin-top: 10px;
margin-left: 10px;
margin-right: 10px;
}

@media (min-width: 0px) {
[id="s-8186f999-2555-45c0-8437-e124e71a60df"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8186f999-2555-45c0-8437-e124e71a60df"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-8186f999-2555-45c0-8437-e124e71a60df"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-8186f999-2555-45c0-8437-e124e71a60df"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-8186f999-2555-45c0-8437-e124e71a60df"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-8186f999-2555-45c0-8437-e124e71a60df"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-8186f999-2555-45c0-8437-e124e71a60df"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-8186f999-2555-45c0-8437-e124e71a60df"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-8186f999-2555-45c0-8437-e124e71a60df"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-8186f999-2555-45c0-8437-e124e71a60df"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-8186f999-2555-45c0-8437-e124e71a60df"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-8186f999-2555-45c0-8437-e124e71a60df"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-8186f999-2555-45c0-8437-e124e71a60df"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-8186f999-2555-45c0-8437-e124e71a60df"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-8186f999-2555-45c0-8437-e124e71a60df"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-8186f999-2555-45c0-8437-e124e71a60df"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-8186f999-2555-45c0-8437-e124e71a60df"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-8186f999-2555-45c0-8437-e124e71a60df"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-8186f999-2555-45c0-8437-e124e71a60df"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-8186f999-2555-45c0-8437-e124e71a60df"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-8186f999-2555-45c0-8437-e124e71a60df"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-8186f999-2555-45c0-8437-e124e71a60df"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-8186f999-2555-45c0-8437-e124e71a60df"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-8186f999-2555-45c0-8437-e124e71a60df"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-8186f999-2555-45c0-8437-e124e71a60df"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-8186f999-2555-45c0-8437-e124e71a60df"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-8186f999-2555-45c0-8437-e124e71a60df"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-8186f999-2555-45c0-8437-e124e71a60df"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-8186f999-2555-45c0-8437-e124e71a60df"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-8186f999-2555-45c0-8437-e124e71a60df"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-8186f999-2555-45c0-8437-e124e71a60df"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-8186f999-2555-45c0-8437-e124e71a60df"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-8186f999-2555-45c0-8437-e124e71a60df"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-8186f999-2555-45c0-8437-e124e71a60df"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-8186f999-2555-45c0-8437-e124e71a60df"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-8186f999-2555-45c0-8437-e124e71a60df"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-8186f999-2555-45c0-8437-e124e71a60df"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 5.0px);
}

}

#s-dc67e882-ae6a-41f2-9132-d56acbfe4ba1 {
  border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
}

@media (min-width: 0px) {
[id="s-dc67e882-ae6a-41f2-9132-d56acbfe4ba1"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-dc67e882-ae6a-41f2-9132-d56acbfe4ba1"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-dc67e882-ae6a-41f2-9132-d56acbfe4ba1"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-dc67e882-ae6a-41f2-9132-d56acbfe4ba1"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-dc67e882-ae6a-41f2-9132-d56acbfe4ba1"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-dc67e882-ae6a-41f2-9132-d56acbfe4ba1"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-dc67e882-ae6a-41f2-9132-d56acbfe4ba1"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-dc67e882-ae6a-41f2-9132-d56acbfe4ba1"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-dc67e882-ae6a-41f2-9132-d56acbfe4ba1"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-dc67e882-ae6a-41f2-9132-d56acbfe4ba1"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-dc67e882-ae6a-41f2-9132-d56acbfe4ba1"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-dc67e882-ae6a-41f2-9132-d56acbfe4ba1"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-dc67e882-ae6a-41f2-9132-d56acbfe4ba1"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-dc67e882-ae6a-41f2-9132-d56acbfe4ba1"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-dc67e882-ae6a-41f2-9132-d56acbfe4ba1"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-dc67e882-ae6a-41f2-9132-d56acbfe4ba1"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-dc67e882-ae6a-41f2-9132-d56acbfe4ba1"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-dc67e882-ae6a-41f2-9132-d56acbfe4ba1"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-dc67e882-ae6a-41f2-9132-d56acbfe4ba1"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-dc67e882-ae6a-41f2-9132-d56acbfe4ba1"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-dc67e882-ae6a-41f2-9132-d56acbfe4ba1"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-dc67e882-ae6a-41f2-9132-d56acbfe4ba1"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-dc67e882-ae6a-41f2-9132-d56acbfe4ba1"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-dc67e882-ae6a-41f2-9132-d56acbfe4ba1"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-dc67e882-ae6a-41f2-9132-d56acbfe4ba1"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-dc67e882-ae6a-41f2-9132-d56acbfe4ba1"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-dc67e882-ae6a-41f2-9132-d56acbfe4ba1"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-dc67e882-ae6a-41f2-9132-d56acbfe4ba1"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-dc67e882-ae6a-41f2-9132-d56acbfe4ba1"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-dc67e882-ae6a-41f2-9132-d56acbfe4ba1"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-dc67e882-ae6a-41f2-9132-d56acbfe4ba1"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-dc67e882-ae6a-41f2-9132-d56acbfe4ba1"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-dc67e882-ae6a-41f2-9132-d56acbfe4ba1"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-dc67e882-ae6a-41f2-9132-d56acbfe4ba1"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-dc67e882-ae6a-41f2-9132-d56acbfe4ba1"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-dc67e882-ae6a-41f2-9132-d56acbfe4ba1"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-dc67e882-ae6a-41f2-9132-d56acbfe4ba1"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-dc67e882-ae6a-41f2-9132-d56acbfe4ba1"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-dc67e882-ae6a-41f2-9132-d56acbfe4ba1"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-dc67e882-ae6a-41f2-9132-d56acbfe4ba1"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-dc67e882-ae6a-41f2-9132-d56acbfe4ba1"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-dc67e882-ae6a-41f2-9132-d56acbfe4ba1"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-dc67e882-ae6a-41f2-9132-d56acbfe4ba1"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-dc67e882-ae6a-41f2-9132-d56acbfe4ba1"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-dc67e882-ae6a-41f2-9132-d56acbfe4ba1"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-dc67e882-ae6a-41f2-9132-d56acbfe4ba1"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-dc67e882-ae6a-41f2-9132-d56acbfe4ba1"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-dc67e882-ae6a-41f2-9132-d56acbfe4ba1"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 5.0px);
}

}

#s-99905298-8f25-4981-9774-df58eff22590 {
  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: transform 0.5s ease-out;
  transform: scale(1);
}

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

#s-0b6b388e-2ac4-41a1-9e0b-7df697c22093 {
  text-align: left;
}


.shg-c#s-0b6b388e-2ac4-41a1-9e0b-7df697c22093 {
  max-width: 100%;
}

.shg-c#s-0b6b388e-2ac4-41a1-9e0b-7df697c22093 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0b6b388e-2ac4-41a1-9e0b-7df697c22093 .shg-image-zoom,
.shg-c#s-0b6b388e-2ac4-41a1-9e0b-7df697c22093 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-0b6b388e-2ac4-41a1-9e0b-7df697c22093 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-0b6b388e-2ac4-41a1-9e0b-7df697c22093 {
  max-width: 100%;
}

.shg-c#s-0b6b388e-2ac4-41a1-9e0b-7df697c22093 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0b6b388e-2ac4-41a1-9e0b-7df697c22093 .shg-image-zoom,
.shg-c#s-0b6b388e-2ac4-41a1-9e0b-7df697c22093 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-0b6b388e-2ac4-41a1-9e0b-7df697c22093 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-0b6b388e-2ac4-41a1-9e0b-7df697c22093 {
  max-width: 100%;
}

.shg-c#s-0b6b388e-2ac4-41a1-9e0b-7df697c22093 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0b6b388e-2ac4-41a1-9e0b-7df697c22093 .shg-image-zoom,
.shg-c#s-0b6b388e-2ac4-41a1-9e0b-7df697c22093 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-0b6b388e-2ac4-41a1-9e0b-7df697c22093 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-0b6b388e-2ac4-41a1-9e0b-7df697c22093 {
  max-width: 100%;
}

.shg-c#s-0b6b388e-2ac4-41a1-9e0b-7df697c22093 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0b6b388e-2ac4-41a1-9e0b-7df697c22093 .shg-image-zoom,
.shg-c#s-0b6b388e-2ac4-41a1-9e0b-7df697c22093 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-0b6b388e-2ac4-41a1-9e0b-7df697c22093 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-0b6b388e-2ac4-41a1-9e0b-7df697c22093 {
  max-width: 100%;
}

.shg-c#s-0b6b388e-2ac4-41a1-9e0b-7df697c22093 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0b6b388e-2ac4-41a1-9e0b-7df697c22093 .shg-image-zoom,
.shg-c#s-0b6b388e-2ac4-41a1-9e0b-7df697c22093 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-0b6b388e-2ac4-41a1-9e0b-7df697c22093 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
.shg-product-title-component h1,
.shg-product-title-component h2,
.shg-product-title-component h3,
.shg-product-title-component h4,
.shg-product-title-component h5,
.shg-product-title-component h6 {
  margin: 0;
  padding: 0;
  display: block;
  color: #000;
  text-transform: none;
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
}

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

#s-e5c748f7-44fa-445b-9bce-095f4abdcf46 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e5c748f7-44fa-445b-9bce-095f4abdcf46 .shg-product-title-component h6 {
  color: #000;
  font-weight:   ;
  font-family: Poppins;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
}

#s-3f8f17a6-b07a-4498-bd6d-47c236289a84 {
  display: none;
}
#s-a060a960-ec74-4259-8c2e-098d10a875bd {
  text-align: left;
}


.shg-c#s-a060a960-ec74-4259-8c2e-098d10a875bd {
  max-width: 100%;
}

.shg-c#s-a060a960-ec74-4259-8c2e-098d10a875bd img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a060a960-ec74-4259-8c2e-098d10a875bd .shg-image-zoom,
.shg-c#s-a060a960-ec74-4259-8c2e-098d10a875bd img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a060a960-ec74-4259-8c2e-098d10a875bd .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-a060a960-ec74-4259-8c2e-098d10a875bd {
  max-width: 100%;
}

.shg-c#s-a060a960-ec74-4259-8c2e-098d10a875bd img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a060a960-ec74-4259-8c2e-098d10a875bd .shg-image-zoom,
.shg-c#s-a060a960-ec74-4259-8c2e-098d10a875bd img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a060a960-ec74-4259-8c2e-098d10a875bd .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-a060a960-ec74-4259-8c2e-098d10a875bd {
  max-width: 100%;
}

.shg-c#s-a060a960-ec74-4259-8c2e-098d10a875bd img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a060a960-ec74-4259-8c2e-098d10a875bd .shg-image-zoom,
.shg-c#s-a060a960-ec74-4259-8c2e-098d10a875bd img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a060a960-ec74-4259-8c2e-098d10a875bd .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-a060a960-ec74-4259-8c2e-098d10a875bd {
  max-width: 100%;
}

.shg-c#s-a060a960-ec74-4259-8c2e-098d10a875bd img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a060a960-ec74-4259-8c2e-098d10a875bd .shg-image-zoom,
.shg-c#s-a060a960-ec74-4259-8c2e-098d10a875bd img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a060a960-ec74-4259-8c2e-098d10a875bd .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-a060a960-ec74-4259-8c2e-098d10a875bd {
  max-width: 100%;
}

.shg-c#s-a060a960-ec74-4259-8c2e-098d10a875bd img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a060a960-ec74-4259-8c2e-098d10a875bd .shg-image-zoom,
.shg-c#s-a060a960-ec74-4259-8c2e-098d10a875bd img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a060a960-ec74-4259-8c2e-098d10a875bd .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-cb91d285-21f6-48e0-8ba8-e856b447e0a5 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-cb91d285-21f6-48e0-8ba8-e856b447e0a5 .shg-product-title-component h6 {
  color: #000;
  font-weight:   ;
  font-family: Poppins;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
}

#s-08a59225-3a42-4e04-bb98-3ba4ee3e7bc9 {
  border-style: solid;
margin-top: 0px;
margin-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
}

@media (min-width: 0px) {
[id="s-08a59225-3a42-4e04-bb98-3ba4ee3e7bc9"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-08a59225-3a42-4e04-bb98-3ba4ee3e7bc9"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-08a59225-3a42-4e04-bb98-3ba4ee3e7bc9"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-08a59225-3a42-4e04-bb98-3ba4ee3e7bc9"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-08a59225-3a42-4e04-bb98-3ba4ee3e7bc9"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-08a59225-3a42-4e04-bb98-3ba4ee3e7bc9"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-08a59225-3a42-4e04-bb98-3ba4ee3e7bc9"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-08a59225-3a42-4e04-bb98-3ba4ee3e7bc9"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-08a59225-3a42-4e04-bb98-3ba4ee3e7bc9"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-08a59225-3a42-4e04-bb98-3ba4ee3e7bc9"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-08a59225-3a42-4e04-bb98-3ba4ee3e7bc9"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-08a59225-3a42-4e04-bb98-3ba4ee3e7bc9"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-08a59225-3a42-4e04-bb98-3ba4ee3e7bc9"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-08a59225-3a42-4e04-bb98-3ba4ee3e7bc9"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-08a59225-3a42-4e04-bb98-3ba4ee3e7bc9"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-08a59225-3a42-4e04-bb98-3ba4ee3e7bc9"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-08a59225-3a42-4e04-bb98-3ba4ee3e7bc9"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-08a59225-3a42-4e04-bb98-3ba4ee3e7bc9"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-08a59225-3a42-4e04-bb98-3ba4ee3e7bc9"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-08a59225-3a42-4e04-bb98-3ba4ee3e7bc9"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-08a59225-3a42-4e04-bb98-3ba4ee3e7bc9"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-08a59225-3a42-4e04-bb98-3ba4ee3e7bc9"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-08a59225-3a42-4e04-bb98-3ba4ee3e7bc9"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-08a59225-3a42-4e04-bb98-3ba4ee3e7bc9"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-08a59225-3a42-4e04-bb98-3ba4ee3e7bc9"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-08a59225-3a42-4e04-bb98-3ba4ee3e7bc9"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-08a59225-3a42-4e04-bb98-3ba4ee3e7bc9"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-08a59225-3a42-4e04-bb98-3ba4ee3e7bc9"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-08a59225-3a42-4e04-bb98-3ba4ee3e7bc9"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-08a59225-3a42-4e04-bb98-3ba4ee3e7bc9"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-08a59225-3a42-4e04-bb98-3ba4ee3e7bc9"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-08a59225-3a42-4e04-bb98-3ba4ee3e7bc9"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-08a59225-3a42-4e04-bb98-3ba4ee3e7bc9"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-08a59225-3a42-4e04-bb98-3ba4ee3e7bc9"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-08a59225-3a42-4e04-bb98-3ba4ee3e7bc9"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-08a59225-3a42-4e04-bb98-3ba4ee3e7bc9"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-08a59225-3a42-4e04-bb98-3ba4ee3e7bc9"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-08a59225-3a42-4e04-bb98-3ba4ee3e7bc9"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-08a59225-3a42-4e04-bb98-3ba4ee3e7bc9"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-08a59225-3a42-4e04-bb98-3ba4ee3e7bc9"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-08a59225-3a42-4e04-bb98-3ba4ee3e7bc9"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-08a59225-3a42-4e04-bb98-3ba4ee3e7bc9"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-08a59225-3a42-4e04-bb98-3ba4ee3e7bc9"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-08a59225-3a42-4e04-bb98-3ba4ee3e7bc9"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-08a59225-3a42-4e04-bb98-3ba4ee3e7bc9"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-08a59225-3a42-4e04-bb98-3ba4ee3e7bc9"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-08a59225-3a42-4e04-bb98-3ba4ee3e7bc9"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-08a59225-3a42-4e04-bb98-3ba4ee3e7bc9"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 5.0px);
}

}

#s-a563c0ba-603f-4915-86e5-aa67274955ea {
  display: none;
}
#s-056a90f0-cdc3-4cb5-a31d-5c6b8939e880 {
  text-align: left;
}


.shg-c#s-056a90f0-cdc3-4cb5-a31d-5c6b8939e880 {
  max-width: 100%;
}

.shg-c#s-056a90f0-cdc3-4cb5-a31d-5c6b8939e880 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-056a90f0-cdc3-4cb5-a31d-5c6b8939e880 .shg-image-zoom,
.shg-c#s-056a90f0-cdc3-4cb5-a31d-5c6b8939e880 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-056a90f0-cdc3-4cb5-a31d-5c6b8939e880 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-056a90f0-cdc3-4cb5-a31d-5c6b8939e880 {
  max-width: 100%;
}

.shg-c#s-056a90f0-cdc3-4cb5-a31d-5c6b8939e880 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-056a90f0-cdc3-4cb5-a31d-5c6b8939e880 .shg-image-zoom,
.shg-c#s-056a90f0-cdc3-4cb5-a31d-5c6b8939e880 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-056a90f0-cdc3-4cb5-a31d-5c6b8939e880 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-056a90f0-cdc3-4cb5-a31d-5c6b8939e880 {
  max-width: 100%;
}

.shg-c#s-056a90f0-cdc3-4cb5-a31d-5c6b8939e880 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-056a90f0-cdc3-4cb5-a31d-5c6b8939e880 .shg-image-zoom,
.shg-c#s-056a90f0-cdc3-4cb5-a31d-5c6b8939e880 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-056a90f0-cdc3-4cb5-a31d-5c6b8939e880 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-056a90f0-cdc3-4cb5-a31d-5c6b8939e880 {
  max-width: 100%;
}

.shg-c#s-056a90f0-cdc3-4cb5-a31d-5c6b8939e880 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-056a90f0-cdc3-4cb5-a31d-5c6b8939e880 .shg-image-zoom,
.shg-c#s-056a90f0-cdc3-4cb5-a31d-5c6b8939e880 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-056a90f0-cdc3-4cb5-a31d-5c6b8939e880 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-056a90f0-cdc3-4cb5-a31d-5c6b8939e880 {
  max-width: 100%;
}

.shg-c#s-056a90f0-cdc3-4cb5-a31d-5c6b8939e880 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-056a90f0-cdc3-4cb5-a31d-5c6b8939e880 .shg-image-zoom,
.shg-c#s-056a90f0-cdc3-4cb5-a31d-5c6b8939e880 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-056a90f0-cdc3-4cb5-a31d-5c6b8939e880 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-07416875-9bb5-4ea9-9019-f752884eeeb4 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-07416875-9bb5-4ea9-9019-f752884eeeb4 .shg-product-title-component h6 {
  color: #000;
  font-weight:   ;
  font-family: Poppins;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
}

#s-58dee4ea-8679-4ee1-8fde-b98973ce0b5d {
  display: none;
}
#s-eeb008f4-d75c-4a22-9459-7f9c1ad4a818 {
  text-align: left;
}


.shg-c#s-eeb008f4-d75c-4a22-9459-7f9c1ad4a818 {
  max-width: 100%;
}

.shg-c#s-eeb008f4-d75c-4a22-9459-7f9c1ad4a818 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-eeb008f4-d75c-4a22-9459-7f9c1ad4a818 .shg-image-zoom,
.shg-c#s-eeb008f4-d75c-4a22-9459-7f9c1ad4a818 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-eeb008f4-d75c-4a22-9459-7f9c1ad4a818 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-eeb008f4-d75c-4a22-9459-7f9c1ad4a818 {
  max-width: 100%;
}

.shg-c#s-eeb008f4-d75c-4a22-9459-7f9c1ad4a818 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-eeb008f4-d75c-4a22-9459-7f9c1ad4a818 .shg-image-zoom,
.shg-c#s-eeb008f4-d75c-4a22-9459-7f9c1ad4a818 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-eeb008f4-d75c-4a22-9459-7f9c1ad4a818 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-eeb008f4-d75c-4a22-9459-7f9c1ad4a818 {
  max-width: 100%;
}

.shg-c#s-eeb008f4-d75c-4a22-9459-7f9c1ad4a818 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-eeb008f4-d75c-4a22-9459-7f9c1ad4a818 .shg-image-zoom,
.shg-c#s-eeb008f4-d75c-4a22-9459-7f9c1ad4a818 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-eeb008f4-d75c-4a22-9459-7f9c1ad4a818 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-eeb008f4-d75c-4a22-9459-7f9c1ad4a818 {
  max-width: 100%;
}

.shg-c#s-eeb008f4-d75c-4a22-9459-7f9c1ad4a818 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-eeb008f4-d75c-4a22-9459-7f9c1ad4a818 .shg-image-zoom,
.shg-c#s-eeb008f4-d75c-4a22-9459-7f9c1ad4a818 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-eeb008f4-d75c-4a22-9459-7f9c1ad4a818 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-eeb008f4-d75c-4a22-9459-7f9c1ad4a818 {
  max-width: 100%;
}

.shg-c#s-eeb008f4-d75c-4a22-9459-7f9c1ad4a818 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-eeb008f4-d75c-4a22-9459-7f9c1ad4a818 .shg-image-zoom,
.shg-c#s-eeb008f4-d75c-4a22-9459-7f9c1ad4a818 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-eeb008f4-d75c-4a22-9459-7f9c1ad4a818 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-39e14f06-5fd7-4c4f-8c35-5a2c93e43621 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-39e14f06-5fd7-4c4f-8c35-5a2c93e43621 .shg-product-title-component h6 {
  color: #000;
  font-weight:   ;
  font-family: Poppins;
  font-style:   ;
  font-size: 11px;
  line-height: ;
  letter-spacing: ;
}

#s-3dae454e-d34a-40f8-8ae6-30376bf471d8 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-3dae454e-d34a-40f8-8ae6-30376bf471d8 {
  margin-top: 25px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-3dae454e-d34a-40f8-8ae6-30376bf471d8 {
  margin-top: 25px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-3dae454e-d34a-40f8-8ae6-30376bf471d8 {
  margin-top: 25px;
}
}@media (max-width: 767px){#s-3dae454e-d34a-40f8-8ae6-30376bf471d8 {
  margin-top: 25px;
margin-bottom: 0px;
}
}







#s-3dae454e-d34a-40f8-8ae6-30376bf471d8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3dae454e-d34a-40f8-8ae6-30376bf471d8.shg-box.shg-c {
  justify-content: center;
}

#s-61815ded-1f30-4c21-a82f-06b9a431dcce {
  padding-top: 0px;
text-align: center;
background-color: rgba(255, 255, 255, 0.5);
}

#s-61815ded-1f30-4c21-a82f-06b9a431dcce .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  600 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 24px;
  line-height: 1.2em;
  letter-spacing: ;
  text-align: center;
}


@media (min-width: 1200px){#s-61815ded-1f30-4c21-a82f-06b9a431dcce .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  600 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 24px;
  line-height: 1.2em;
  letter-spacing: ;
  text-align: center;
}


}@media (min-width: 992px) and (max-width: 1199px){#s-61815ded-1f30-4c21-a82f-06b9a431dcce .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  600 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 24px;
  line-height: 1.2em;
  letter-spacing: ;
  text-align: center;
}


}@media (min-width: 768px) and (max-width: 991px){#s-61815ded-1f30-4c21-a82f-06b9a431dcce .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  600 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 20px;
  line-height: 1.2em;
  letter-spacing: ;
  text-align: center;
}


}@media (max-width: 767px){#s-61815ded-1f30-4c21-a82f-06b9a431dcce .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  600 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 18px;
  line-height: 1.2em;
  letter-spacing: ;
  text-align: center;
}


}
#s-914aa36a-680f-4b6c-b65c-ad93bee94c61 {
  padding-top: 25px;
padding-left: 10%;
padding-bottom: 25px;
padding-right: 10%;
min-height: 50px;
background-color: rgba(245, 245, 245, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-914aa36a-680f-4b6c-b65c-ad93bee94c61 {
  padding-left: 5%;
padding-right: 5%;
}
}@media (max-width: 767px){#s-914aa36a-680f-4b6c-b65c-ad93bee94c61 {
  padding-left: 20px;
padding-right: 20px;
}
}







#s-914aa36a-680f-4b6c-b65c-ad93bee94c61 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-914aa36a-680f-4b6c-b65c-ad93bee94c61.shg-box.shg-c {
  justify-content: center;
}

#s-ef7485d4-3ee8-44d7-9687-b80c210f9d80 {
  margin-bottom: 10px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-ef7485d4-3ee8-44d7-9687-b80c210f9d80 .shogun-heading-component h3 {
  color: rgba(179, 138, 91, 1);
  font-weight:  600 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 32px;
  line-height: 1.2em;
  letter-spacing: ;
  text-align: center;
}


@media (min-width: 768px) and (max-width: 991px){#s-ef7485d4-3ee8-44d7-9687-b80c210f9d80 .shogun-heading-component h3 {
  color: rgba(179, 138, 91, 1);
  font-weight:  600 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 28px;
  line-height: 1.2em;
  letter-spacing: ;
  text-align: center;
}


}@media (max-width: 767px){#s-ef7485d4-3ee8-44d7-9687-b80c210f9d80 .shogun-heading-component h3 {
  color: rgba(179, 138, 91, 1);
  font-weight:  600 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 26px;
  line-height: 1.2em;
  letter-spacing: ;
  text-align: center;
}


}
#s-6a767c4a-9d4a-4094-9d59-b3e106baf015 {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
}

@media (min-width: 0px) {
[id="s-6a767c4a-9d4a-4094-9d59-b3e106baf015"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6a767c4a-9d4a-4094-9d59-b3e106baf015"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-6a767c4a-9d4a-4094-9d59-b3e106baf015"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-6a767c4a-9d4a-4094-9d59-b3e106baf015"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-6a767c4a-9d4a-4094-9d59-b3e106baf015"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-6a767c4a-9d4a-4094-9d59-b3e106baf015"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-6a767c4a-9d4a-4094-9d59-b3e106baf015"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-6a767c4a-9d4a-4094-9d59-b3e106baf015"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-6a767c4a-9d4a-4094-9d59-b3e106baf015"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-6a767c4a-9d4a-4094-9d59-b3e106baf015"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-6a767c4a-9d4a-4094-9d59-b3e106baf015"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-6a767c4a-9d4a-4094-9d59-b3e106baf015"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-6a767c4a-9d4a-4094-9d59-b3e106baf015"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-6a767c4a-9d4a-4094-9d59-b3e106baf015"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-6a767c4a-9d4a-4094-9d59-b3e106baf015"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-6a767c4a-9d4a-4094-9d59-b3e106baf015"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-6a767c4a-9d4a-4094-9d59-b3e106baf015"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-6a767c4a-9d4a-4094-9d59-b3e106baf015"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-6a767c4a-9d4a-4094-9d59-b3e106baf015"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-6a767c4a-9d4a-4094-9d59-b3e106baf015"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-6a767c4a-9d4a-4094-9d59-b3e106baf015"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-6a767c4a-9d4a-4094-9d59-b3e106baf015"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-6a767c4a-9d4a-4094-9d59-b3e106baf015"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-6a767c4a-9d4a-4094-9d59-b3e106baf015"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-6a767c4a-9d4a-4094-9d59-b3e106baf015"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-6a767c4a-9d4a-4094-9d59-b3e106baf015"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-6a767c4a-9d4a-4094-9d59-b3e106baf015"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-6a767c4a-9d4a-4094-9d59-b3e106baf015"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-6a767c4a-9d4a-4094-9d59-b3e106baf015"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-6a767c4a-9d4a-4094-9d59-b3e106baf015"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-6a767c4a-9d4a-4094-9d59-b3e106baf015"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-6a767c4a-9d4a-4094-9d59-b3e106baf015"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-6a767c4a-9d4a-4094-9d59-b3e106baf015"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-6a767c4a-9d4a-4094-9d59-b3e106baf015"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-6a767c4a-9d4a-4094-9d59-b3e106baf015"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-6a767c4a-9d4a-4094-9d59-b3e106baf015"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-6a767c4a-9d4a-4094-9d59-b3e106baf015"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-3ccb0e1f-8809-45d6-99fc-8b4d9fb0d8bc {
  background-repeat: no-repeat;
background-size: contain;
margin-top: 0px;
margin-bottom: 25px;
min-height: 250px;
background-position: center center;
}
@media (min-width: 1200px){#s-3ccb0e1f-8809-45d6-99fc-8b4d9fb0d8bc {
  margin-bottom: 10px;
min-height: 210px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-3ccb0e1f-8809-45d6-99fc-8b4d9fb0d8bc {
  margin-bottom: 10px;
min-height: 210px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-3ccb0e1f-8809-45d6-99fc-8b4d9fb0d8bc {
  margin-bottom: 10px;
min-height: 210px;
}
}@media (max-width: 767px){#s-3ccb0e1f-8809-45d6-99fc-8b4d9fb0d8bc {
  margin-bottom: 10px;
min-height: 190px;
}
}







#s-3ccb0e1f-8809-45d6-99fc-8b4d9fb0d8bc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3ccb0e1f-8809-45d6-99fc-8b4d9fb0d8bc {
  cursor: pointer;
}#s-3ccb0e1f-8809-45d6-99fc-8b4d9fb0d8bc.shg-box.shg-c {
  justify-content: flex-end;
}








#s-f6915074-73ac-4a69-8b81-b269c5dad3a8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f6915074-73ac-4a69-8b81-b269c5dad3a8.shg-box.shg-c {
  justify-content: center;
}

#s-4c205f7d-a926-4194-8186-b7f00424998a {
  margin-top: 10px;
min-height: 50px;
}








#s-4c205f7d-a926-4194-8186-b7f00424998a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4c205f7d-a926-4194-8186-b7f00424998a.shg-box.shg-c {
  justify-content: center;
}

#s-5ac81cf0-6a65-4dc5-aba4-c04165ae4e9f {
  padding-top: 0px;
text-align: center;
background-color: rgba(255, 255, 255, 0.5);
}
@media (min-width: 1200px){#s-5ac81cf0-6a65-4dc5-aba4-c04165ae4e9f {
  margin-bottom: 10px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-5ac81cf0-6a65-4dc5-aba4-c04165ae4e9f {
  margin-bottom: 10px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-5ac81cf0-6a65-4dc5-aba4-c04165ae4e9f {
  margin-bottom: 10px;
}
}
#s-5ac81cf0-6a65-4dc5-aba4-c04165ae4e9f .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  600 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


@media (min-width: 1200px){#s-5ac81cf0-6a65-4dc5-aba4-c04165ae4e9f .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  600 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


}@media (min-width: 992px) and (max-width: 1199px){#s-5ac81cf0-6a65-4dc5-aba4-c04165ae4e9f .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  600 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


}@media (min-width: 768px) and (max-width: 991px){#s-5ac81cf0-6a65-4dc5-aba4-c04165ae4e9f .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  600 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


}@media (max-width: 767px){#s-5ac81cf0-6a65-4dc5-aba4-c04165ae4e9f .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  600 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


}
@media (max-width: 767px){#s-6cb870da-38d2-419e-8583-998f1546c82c {
  margin-top: 0px;
margin-bottom: 0px;
}
}
@media (min-width: 0px) {
[id="s-6cb870da-38d2-419e-8583-998f1546c82c"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-6cb870da-38d2-419e-8583-998f1546c82c"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-6cb870da-38d2-419e-8583-998f1546c82c"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-6cb870da-38d2-419e-8583-998f1546c82c"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-6cb870da-38d2-419e-8583-998f1546c82c"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-6cb870da-38d2-419e-8583-998f1546c82c"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-6cb870da-38d2-419e-8583-998f1546c82c"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-6cb870da-38d2-419e-8583-998f1546c82c"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-6cb870da-38d2-419e-8583-998f1546c82c"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-6cb870da-38d2-419e-8583-998f1546c82c"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-6cb870da-38d2-419e-8583-998f1546c82c"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-6cb870da-38d2-419e-8583-998f1546c82c"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-6cb870da-38d2-419e-8583-998f1546c82c"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-6cb870da-38d2-419e-8583-998f1546c82c"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-6cb870da-38d2-419e-8583-998f1546c82c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-6cb870da-38d2-419e-8583-998f1546c82c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-6cb870da-38d2-419e-8583-998f1546c82c"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-6cb870da-38d2-419e-8583-998f1546c82c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-6cb870da-38d2-419e-8583-998f1546c82c"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-6cb870da-38d2-419e-8583-998f1546c82c"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-6cb870da-38d2-419e-8583-998f1546c82c"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-6cb870da-38d2-419e-8583-998f1546c82c"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-6cb870da-38d2-419e-8583-998f1546c82c"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-6cb870da-38d2-419e-8583-998f1546c82c"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-6cb870da-38d2-419e-8583-998f1546c82c"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-6cb870da-38d2-419e-8583-998f1546c82c"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-6cb870da-38d2-419e-8583-998f1546c82c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-6cb870da-38d2-419e-8583-998f1546c82c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-6cb870da-38d2-419e-8583-998f1546c82c"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-6cb870da-38d2-419e-8583-998f1546c82c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-6cb870da-38d2-419e-8583-998f1546c82c"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-6cb870da-38d2-419e-8583-998f1546c82c"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-6cb870da-38d2-419e-8583-998f1546c82c"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-6cb870da-38d2-419e-8583-998f1546c82c"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-6cb870da-38d2-419e-8583-998f1546c82c"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-6cb870da-38d2-419e-8583-998f1546c82c"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-6cb870da-38d2-419e-8583-998f1546c82c"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-6cb870da-38d2-419e-8583-998f1546c82c"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-6cb870da-38d2-419e-8583-998f1546c82c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-6cb870da-38d2-419e-8583-998f1546c82c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-6cb870da-38d2-419e-8583-998f1546c82c"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-6cb870da-38d2-419e-8583-998f1546c82c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-6cb870da-38d2-419e-8583-998f1546c82c"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-6cb870da-38d2-419e-8583-998f1546c82c"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-6cb870da-38d2-419e-8583-998f1546c82c"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-6cb870da-38d2-419e-8583-998f1546c82c"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-6cb870da-38d2-419e-8583-998f1546c82c"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-6cb870da-38d2-419e-8583-998f1546c82c"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px){#s-91cf3e44-44f9-4b7a-aa2c-839dac36e37c {
  padding-right: 10px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-91cf3e44-44f9-4b7a-aa2c-839dac36e37c {
  padding-right: 10px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-91cf3e44-44f9-4b7a-aa2c-839dac36e37c {
  padding-right: 10px;
}
}@media (max-width: 767px){#s-91cf3e44-44f9-4b7a-aa2c-839dac36e37c {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 15px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
}
}
@media (min-width: 0px) {
[id="s-91cf3e44-44f9-4b7a-aa2c-839dac36e37c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-91cf3e44-44f9-4b7a-aa2c-839dac36e37c"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 6.666666666666667px);
}

[id="s-91cf3e44-44f9-4b7a-aa2c-839dac36e37c"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 6.666666666666667px);
}

[id="s-91cf3e44-44f9-4b7a-aa2c-839dac36e37c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 6.666666666666667px);
}

[id="s-91cf3e44-44f9-4b7a-aa2c-839dac36e37c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

[id="s-91cf3e44-44f9-4b7a-aa2c-839dac36e37c"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 6.666666666666667px);
}

[id="s-91cf3e44-44f9-4b7a-aa2c-839dac36e37c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 6.666666666666667px);
}

[id="s-91cf3e44-44f9-4b7a-aa2c-839dac36e37c"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 6.666666666666667px);
}

[id="s-91cf3e44-44f9-4b7a-aa2c-839dac36e37c"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 6.666666666666667px);
}

[id="s-91cf3e44-44f9-4b7a-aa2c-839dac36e37c"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 6.666666666666667px);
}

[id="s-91cf3e44-44f9-4b7a-aa2c-839dac36e37c"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 6.666666666666667px);
}

[id="s-91cf3e44-44f9-4b7a-aa2c-839dac36e37c"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 6.666666666666667px);
}

[id="s-91cf3e44-44f9-4b7a-aa2c-839dac36e37c"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-91cf3e44-44f9-4b7a-aa2c-839dac36e37c"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 6.666666666666667px);
}

[id="s-91cf3e44-44f9-4b7a-aa2c-839dac36e37c"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 6.666666666666667px);
}

[id="s-91cf3e44-44f9-4b7a-aa2c-839dac36e37c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 6.666666666666667px);
}

[id="s-91cf3e44-44f9-4b7a-aa2c-839dac36e37c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

[id="s-91cf3e44-44f9-4b7a-aa2c-839dac36e37c"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 6.666666666666667px);
}

[id="s-91cf3e44-44f9-4b7a-aa2c-839dac36e37c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 6.666666666666667px);
}

[id="s-91cf3e44-44f9-4b7a-aa2c-839dac36e37c"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 6.666666666666667px);
}

[id="s-91cf3e44-44f9-4b7a-aa2c-839dac36e37c"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 6.666666666666667px);
}

[id="s-91cf3e44-44f9-4b7a-aa2c-839dac36e37c"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 6.666666666666667px);
}

[id="s-91cf3e44-44f9-4b7a-aa2c-839dac36e37c"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 6.666666666666667px);
}

[id="s-91cf3e44-44f9-4b7a-aa2c-839dac36e37c"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 6.666666666666667px);
}

[id="s-91cf3e44-44f9-4b7a-aa2c-839dac36e37c"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-91cf3e44-44f9-4b7a-aa2c-839dac36e37c"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 6.666666666666667px);
}

[id="s-91cf3e44-44f9-4b7a-aa2c-839dac36e37c"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 6.666666666666667px);
}

[id="s-91cf3e44-44f9-4b7a-aa2c-839dac36e37c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 6.666666666666667px);
}

[id="s-91cf3e44-44f9-4b7a-aa2c-839dac36e37c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

[id="s-91cf3e44-44f9-4b7a-aa2c-839dac36e37c"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 6.666666666666667px);
}

[id="s-91cf3e44-44f9-4b7a-aa2c-839dac36e37c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 6.666666666666667px);
}

[id="s-91cf3e44-44f9-4b7a-aa2c-839dac36e37c"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 6.666666666666667px);
}

[id="s-91cf3e44-44f9-4b7a-aa2c-839dac36e37c"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 6.666666666666667px);
}

[id="s-91cf3e44-44f9-4b7a-aa2c-839dac36e37c"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 6.666666666666667px);
}

[id="s-91cf3e44-44f9-4b7a-aa2c-839dac36e37c"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 6.666666666666667px);
}

[id="s-91cf3e44-44f9-4b7a-aa2c-839dac36e37c"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 6.666666666666667px);
}

[id="s-91cf3e44-44f9-4b7a-aa2c-839dac36e37c"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 6.666666666666667px);
}

}

#s-fa21eaff-3a83-4f0b-83a8-e42d3bfcb730 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-fa21eaff-3a83-4f0b-83a8-e42d3bfcb730:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-fa21eaff-3a83-4f0b-83a8-e42d3bfcb730:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-fa21eaff-3a83-4f0b-83a8-e42d3bfcb730 {
  margin-top: 5px;
margin-bottom: 5px;
padding-left: 10px;
padding-right: 10px;
}
}


#s-fa21eaff-3a83-4f0b-83a8-e42d3bfcb730.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Poppins;
  display:  block ;
}
@media (max-width: 767px){

#s-fa21eaff-3a83-4f0b-83a8-e42d3bfcb730.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Poppins;
  display:  block ;
}
}
#s-55197047-a1b0-46e8-ab0b-80e1daeae99e {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-55197047-a1b0-46e8-ab0b-80e1daeae99e:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-55197047-a1b0-46e8-ab0b-80e1daeae99e:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-55197047-a1b0-46e8-ab0b-80e1daeae99e {
  margin-top: 5px;
margin-bottom: 5px;
padding-left: 10px;
padding-right: 10px;
}
}


#s-55197047-a1b0-46e8-ab0b-80e1daeae99e.shg-btn {
  color: #ffffff;
  font-size: 10px;
  
  
  font-family: Poppins;
  display:  block ;
}
@media (min-width: 1200px){

#s-55197047-a1b0-46e8-ab0b-80e1daeae99e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Poppins;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){

#s-55197047-a1b0-46e8-ab0b-80e1daeae99e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Poppins;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){

#s-55197047-a1b0-46e8-ab0b-80e1daeae99e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Poppins;
  display:  block ;
}
}@media (max-width: 767px){

#s-55197047-a1b0-46e8-ab0b-80e1daeae99e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Poppins;
  display:  block ;
}
}
#s-61a3ac1a-a8a3-4153-b57f-2bfe9a58602c {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-61a3ac1a-a8a3-4153-b57f-2bfe9a58602c:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-61a3ac1a-a8a3-4153-b57f-2bfe9a58602c:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-61a3ac1a-a8a3-4153-b57f-2bfe9a58602c {
  margin-top: 5px;
margin-bottom: 5px;
padding-left: 10px;
padding-right: 10px;
}
}


#s-61a3ac1a-a8a3-4153-b57f-2bfe9a58602c.shg-btn {
  color: #ffffff;
  font-size: 10px;
  
  
  font-family: Poppins;
  display:  block ;
}
@media (min-width: 1200px){

#s-61a3ac1a-a8a3-4153-b57f-2bfe9a58602c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Poppins;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){

#s-61a3ac1a-a8a3-4153-b57f-2bfe9a58602c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Poppins;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){

#s-61a3ac1a-a8a3-4153-b57f-2bfe9a58602c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Poppins;
  display:  block ;
}
}@media (max-width: 767px){

#s-61a3ac1a-a8a3-4153-b57f-2bfe9a58602c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Poppins;
  display:  block ;
}
}
@media (min-width: 1200px){#s-82029aa6-41dd-43bc-9ae8-855d0464b7f3 {
  padding-left: 10px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-82029aa6-41dd-43bc-9ae8-855d0464b7f3 {
  padding-left: 10px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-82029aa6-41dd-43bc-9ae8-855d0464b7f3 {
  padding-left: 10px;
}
}@media (max-width: 767px){#s-82029aa6-41dd-43bc-9ae8-855d0464b7f3 {
  margin-top: 0px;
margin-left: 15px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
}
}
@media (min-width: 0px) {
[id="s-82029aa6-41dd-43bc-9ae8-855d0464b7f3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-82029aa6-41dd-43bc-9ae8-855d0464b7f3"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 6.666666666666667px);
}

[id="s-82029aa6-41dd-43bc-9ae8-855d0464b7f3"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 6.666666666666667px);
}

[id="s-82029aa6-41dd-43bc-9ae8-855d0464b7f3"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 6.666666666666667px);
}

[id="s-82029aa6-41dd-43bc-9ae8-855d0464b7f3"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

[id="s-82029aa6-41dd-43bc-9ae8-855d0464b7f3"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 6.666666666666667px);
}

[id="s-82029aa6-41dd-43bc-9ae8-855d0464b7f3"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 6.666666666666667px);
}

[id="s-82029aa6-41dd-43bc-9ae8-855d0464b7f3"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 6.666666666666667px);
}

[id="s-82029aa6-41dd-43bc-9ae8-855d0464b7f3"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 6.666666666666667px);
}

[id="s-82029aa6-41dd-43bc-9ae8-855d0464b7f3"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 6.666666666666667px);
}

[id="s-82029aa6-41dd-43bc-9ae8-855d0464b7f3"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 6.666666666666667px);
}

[id="s-82029aa6-41dd-43bc-9ae8-855d0464b7f3"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 6.666666666666667px);
}

[id="s-82029aa6-41dd-43bc-9ae8-855d0464b7f3"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-82029aa6-41dd-43bc-9ae8-855d0464b7f3"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 6.666666666666667px);
}

[id="s-82029aa6-41dd-43bc-9ae8-855d0464b7f3"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 6.666666666666667px);
}

[id="s-82029aa6-41dd-43bc-9ae8-855d0464b7f3"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 6.666666666666667px);
}

[id="s-82029aa6-41dd-43bc-9ae8-855d0464b7f3"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

[id="s-82029aa6-41dd-43bc-9ae8-855d0464b7f3"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 6.666666666666667px);
}

[id="s-82029aa6-41dd-43bc-9ae8-855d0464b7f3"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 6.666666666666667px);
}

[id="s-82029aa6-41dd-43bc-9ae8-855d0464b7f3"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 6.666666666666667px);
}

[id="s-82029aa6-41dd-43bc-9ae8-855d0464b7f3"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 6.666666666666667px);
}

[id="s-82029aa6-41dd-43bc-9ae8-855d0464b7f3"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 6.666666666666667px);
}

[id="s-82029aa6-41dd-43bc-9ae8-855d0464b7f3"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 6.666666666666667px);
}

[id="s-82029aa6-41dd-43bc-9ae8-855d0464b7f3"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 6.666666666666667px);
}

[id="s-82029aa6-41dd-43bc-9ae8-855d0464b7f3"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-82029aa6-41dd-43bc-9ae8-855d0464b7f3"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 6.666666666666667px);
}

[id="s-82029aa6-41dd-43bc-9ae8-855d0464b7f3"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 6.666666666666667px);
}

[id="s-82029aa6-41dd-43bc-9ae8-855d0464b7f3"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 6.666666666666667px);
}

[id="s-82029aa6-41dd-43bc-9ae8-855d0464b7f3"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

[id="s-82029aa6-41dd-43bc-9ae8-855d0464b7f3"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 6.666666666666667px);
}

[id="s-82029aa6-41dd-43bc-9ae8-855d0464b7f3"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 6.666666666666667px);
}

[id="s-82029aa6-41dd-43bc-9ae8-855d0464b7f3"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 6.666666666666667px);
}

[id="s-82029aa6-41dd-43bc-9ae8-855d0464b7f3"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 6.666666666666667px);
}

[id="s-82029aa6-41dd-43bc-9ae8-855d0464b7f3"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 6.666666666666667px);
}

[id="s-82029aa6-41dd-43bc-9ae8-855d0464b7f3"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 6.666666666666667px);
}

[id="s-82029aa6-41dd-43bc-9ae8-855d0464b7f3"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 6.666666666666667px);
}

[id="s-82029aa6-41dd-43bc-9ae8-855d0464b7f3"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 6.666666666666667px);
}

}

#s-b7f57ab2-bb2e-474e-8e24-f573c9343356 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-b7f57ab2-bb2e-474e-8e24-f573c9343356:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-b7f57ab2-bb2e-474e-8e24-f573c9343356:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 768px) and (max-width: 991px){#s-b7f57ab2-bb2e-474e-8e24-f573c9343356 {
  padding-left: 20px;
padding-right: 20px;
}
}@media (max-width: 767px){#s-b7f57ab2-bb2e-474e-8e24-f573c9343356 {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
}
}


#s-b7f57ab2-bb2e-474e-8e24-f573c9343356.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Poppins;
  display:  block ;
}
@media (max-width: 767px){

#s-b7f57ab2-bb2e-474e-8e24-f573c9343356.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Poppins;
  display:  block ;
}
}
#s-4bebcba5-a477-4fa1-bdd1-7ba746920139 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-4bebcba5-a477-4fa1-bdd1-7ba746920139:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-4bebcba5-a477-4fa1-bdd1-7ba746920139:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-4bebcba5-a477-4fa1-bdd1-7ba746920139 {
  margin-top: 5px;
margin-bottom: 5px;
padding-left: 10px;
padding-right: 10px;
}
}


#s-4bebcba5-a477-4fa1-bdd1-7ba746920139.shg-btn {
  color: #ffffff;
  font-size: 10px;
  
  
  font-family: Poppins;
  display:  block ;
}
@media (min-width: 1200px){

#s-4bebcba5-a477-4fa1-bdd1-7ba746920139.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Poppins;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){

#s-4bebcba5-a477-4fa1-bdd1-7ba746920139.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Poppins;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){

#s-4bebcba5-a477-4fa1-bdd1-7ba746920139.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Poppins;
  display:  block ;
}
}@media (max-width: 767px){

#s-4bebcba5-a477-4fa1-bdd1-7ba746920139.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Poppins;
  display:  block ;
}
}
#s-8a7158b4-8a63-44b9-bd6e-d6d110f03413 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-8a7158b4-8a63-44b9-bd6e-d6d110f03413:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-8a7158b4-8a63-44b9-bd6e-d6d110f03413:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-8a7158b4-8a63-44b9-bd6e-d6d110f03413 {
  margin-top: 5px;
margin-bottom: 5px;
padding-left: 10px;
padding-right: 10px;
}
}


#s-8a7158b4-8a63-44b9-bd6e-d6d110f03413.shg-btn {
  color: #ffffff;
  font-size: 10px;
  
  
  font-family: Poppins;
  display:  block ;
}
@media (min-width: 1200px){

#s-8a7158b4-8a63-44b9-bd6e-d6d110f03413.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Poppins;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){

#s-8a7158b4-8a63-44b9-bd6e-d6d110f03413.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Poppins;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){

#s-8a7158b4-8a63-44b9-bd6e-d6d110f03413.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Poppins;
  display:  block ;
}
}@media (max-width: 767px){

#s-8a7158b4-8a63-44b9-bd6e-d6d110f03413.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Poppins;
  display:  block ;
}
}
#s-77940ca0-8490-4b0a-b760-86c15839064c {
  margin-top: 25px;
margin-left: 0%;
margin-bottom: 25px;
margin-right: 0%;
padding-top: 25px;
padding-left: 10%;
padding-bottom: 25px;
padding-right: 10%;
min-height: 50px;
background-color: rgba(245, 245, 245, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-77940ca0-8490-4b0a-b760-86c15839064c {
  padding-left: 5%;
padding-right: 5%;
}
}@media (max-width: 767px){#s-77940ca0-8490-4b0a-b760-86c15839064c {
  padding-left: 20px;
padding-right: 20px;
}
}







#s-77940ca0-8490-4b0a-b760-86c15839064c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-77940ca0-8490-4b0a-b760-86c15839064c.shg-box.shg-c {
  justify-content: center;
}

#s-d0ba0f93-e099-462d-b11a-b8b5533f3a80 {
  margin-bottom: 10px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-d0ba0f93-e099-462d-b11a-b8b5533f3a80 .shogun-heading-component h3 {
  color: rgba(179, 138, 91, 1);
  font-weight:  600 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 32px;
  line-height: 1.2em;
  letter-spacing: ;
  text-align: center;
}


@media (min-width: 768px) and (max-width: 991px){#s-d0ba0f93-e099-462d-b11a-b8b5533f3a80 .shogun-heading-component h3 {
  color: rgba(179, 138, 91, 1);
  font-weight:  600 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 28px;
  line-height: 1.2em;
  letter-spacing: ;
  text-align: center;
}


}@media (max-width: 767px){#s-d0ba0f93-e099-462d-b11a-b8b5533f3a80 .shogun-heading-component h3 {
  color: rgba(179, 138, 91, 1);
  font-weight:  600 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 26px;
  line-height: 1.2em;
  letter-spacing: ;
  text-align: center;
}


}
#s-cbbdd75e-9a7c-4ca0-bcce-b273af0cd978 {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
}

@media (min-width: 0px) {
[id="s-cbbdd75e-9a7c-4ca0-bcce-b273af0cd978"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-cbbdd75e-9a7c-4ca0-bcce-b273af0cd978"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-cbbdd75e-9a7c-4ca0-bcce-b273af0cd978"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-cbbdd75e-9a7c-4ca0-bcce-b273af0cd978"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-cbbdd75e-9a7c-4ca0-bcce-b273af0cd978"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-cbbdd75e-9a7c-4ca0-bcce-b273af0cd978"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-cbbdd75e-9a7c-4ca0-bcce-b273af0cd978"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-cbbdd75e-9a7c-4ca0-bcce-b273af0cd978"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-cbbdd75e-9a7c-4ca0-bcce-b273af0cd978"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-cbbdd75e-9a7c-4ca0-bcce-b273af0cd978"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-cbbdd75e-9a7c-4ca0-bcce-b273af0cd978"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-cbbdd75e-9a7c-4ca0-bcce-b273af0cd978"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-cbbdd75e-9a7c-4ca0-bcce-b273af0cd978"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-cbbdd75e-9a7c-4ca0-bcce-b273af0cd978"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-cbbdd75e-9a7c-4ca0-bcce-b273af0cd978"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-cbbdd75e-9a7c-4ca0-bcce-b273af0cd978"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-cbbdd75e-9a7c-4ca0-bcce-b273af0cd978"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-cbbdd75e-9a7c-4ca0-bcce-b273af0cd978"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-cbbdd75e-9a7c-4ca0-bcce-b273af0cd978"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-cbbdd75e-9a7c-4ca0-bcce-b273af0cd978"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-cbbdd75e-9a7c-4ca0-bcce-b273af0cd978"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-cbbdd75e-9a7c-4ca0-bcce-b273af0cd978"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-cbbdd75e-9a7c-4ca0-bcce-b273af0cd978"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-cbbdd75e-9a7c-4ca0-bcce-b273af0cd978"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-cbbdd75e-9a7c-4ca0-bcce-b273af0cd978"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-cbbdd75e-9a7c-4ca0-bcce-b273af0cd978"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-cbbdd75e-9a7c-4ca0-bcce-b273af0cd978"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-cbbdd75e-9a7c-4ca0-bcce-b273af0cd978"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-cbbdd75e-9a7c-4ca0-bcce-b273af0cd978"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-cbbdd75e-9a7c-4ca0-bcce-b273af0cd978"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-cbbdd75e-9a7c-4ca0-bcce-b273af0cd978"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-cbbdd75e-9a7c-4ca0-bcce-b273af0cd978"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-cbbdd75e-9a7c-4ca0-bcce-b273af0cd978"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-cbbdd75e-9a7c-4ca0-bcce-b273af0cd978"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-cbbdd75e-9a7c-4ca0-bcce-b273af0cd978"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-cbbdd75e-9a7c-4ca0-bcce-b273af0cd978"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-cbbdd75e-9a7c-4ca0-bcce-b273af0cd978"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-350b6929-694d-436d-84ca-734a29aeaa4f {
  background-repeat: no-repeat;
background-size: contain;
min-height: 350px;
background-position: center center;
}
@media (min-width: 768px) and (max-width: 991px){#s-350b6929-694d-436d-84ca-734a29aeaa4f {
  min-height: 340px;
}
}@media (max-width: 767px){#s-350b6929-694d-436d-84ca-734a29aeaa4f {
  min-height: 330px;
}
}







#s-350b6929-694d-436d-84ca-734a29aeaa4f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-350b6929-694d-436d-84ca-734a29aeaa4f {
  cursor: pointer;
}#s-350b6929-694d-436d-84ca-734a29aeaa4f.shg-box.shg-c {
  justify-content: center;
}

#s-13e92fbc-f0d9-49e0-94d9-dad381d87572 {
  
}
@media (max-width: 767px){#s-13e92fbc-f0d9-49e0-94d9-dad381d87572 {
  margin-bottom: 0px;
}
}







#s-13e92fbc-f0d9-49e0-94d9-dad381d87572 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-13e92fbc-f0d9-49e0-94d9-dad381d87572.shg-box.shg-c {
  justify-content: flex-start;
}

@media (max-width: 767px){#s-3dd388b7-2e38-49fd-b7fb-818e5873f10c {
  margin-top: 10px;
}
}
#s-ebe345e2-42ae-4ec6-aaf7-1a563d40b920 {
  margin-top: 25px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-ebe345e2-42ae-4ec6-aaf7-1a563d40b920:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-ebe345e2-42ae-4ec6-aaf7-1a563d40b920:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-ebe345e2-42ae-4ec6-aaf7-1a563d40b920 {
  margin-bottom: 5px;
padding-left: 10px;
padding-right: 10px;
}
}


#s-ebe345e2-42ae-4ec6-aaf7-1a563d40b920.shg-btn {
  color: #ffffff;
  font-size: 10px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){

#s-ebe345e2-42ae-4ec6-aaf7-1a563d40b920.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){

#s-ebe345e2-42ae-4ec6-aaf7-1a563d40b920.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){

#s-ebe345e2-42ae-4ec6-aaf7-1a563d40b920.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){

#s-ebe345e2-42ae-4ec6-aaf7-1a563d40b920.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-681aa048-5608-47b5-8ad5-c0da58028620 {
  margin-top: 25px;
margin-bottom: 25px;
padding-top: 25px;
padding-left: 10%;
padding-bottom: 25px;
padding-right: 10%;
min-height: 50px;
background-color: rgba(245, 245, 245, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-681aa048-5608-47b5-8ad5-c0da58028620 {
  padding-left: 5%;
padding-right: 5%;
}
}@media (max-width: 767px){#s-681aa048-5608-47b5-8ad5-c0da58028620 {
  padding-left: 20px;
padding-right: 20px;
}
}







#s-681aa048-5608-47b5-8ad5-c0da58028620 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-681aa048-5608-47b5-8ad5-c0da58028620.shg-box.shg-c {
  justify-content: center;
}

#s-d1f58b20-557f-4313-9a47-0a7ce86ecf3f {
  margin-bottom: 20px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (min-width: 992px) and (max-width: 1199px){#s-d1f58b20-557f-4313-9a47-0a7ce86ecf3f {
  margin-bottom: 0px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-d1f58b20-557f-4313-9a47-0a7ce86ecf3f {
  margin-bottom: 20px;
padding-top: 0px;
padding-bottom: 0px;
}
}@media (max-width: 767px){#s-d1f58b20-557f-4313-9a47-0a7ce86ecf3f {
  margin-bottom: 0px;
}
}
#s-d1f58b20-557f-4313-9a47-0a7ce86ecf3f .shogun-heading-component h3 {
  color: rgba(179, 138, 91, 1);
  font-weight:  600 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


@media (min-width: 768px) and (max-width: 991px){#s-d1f58b20-557f-4313-9a47-0a7ce86ecf3f .shogun-heading-component h3 {
  color: rgba(179, 138, 91, 1);
  font-weight:  600 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 28px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


}@media (max-width: 767px){#s-d1f58b20-557f-4313-9a47-0a7ce86ecf3f .shogun-heading-component h3 {
  color: rgba(179, 138, 91, 1);
  font-weight:  600 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 26px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


}
#s-260c6ab2-c86b-43e8-bbef-d8f808cf4e1f {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
}

@media (min-width: 0px) {
[id="s-260c6ab2-c86b-43e8-bbef-d8f808cf4e1f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-260c6ab2-c86b-43e8-bbef-d8f808cf4e1f"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-260c6ab2-c86b-43e8-bbef-d8f808cf4e1f"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-260c6ab2-c86b-43e8-bbef-d8f808cf4e1f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-260c6ab2-c86b-43e8-bbef-d8f808cf4e1f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-260c6ab2-c86b-43e8-bbef-d8f808cf4e1f"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-260c6ab2-c86b-43e8-bbef-d8f808cf4e1f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-260c6ab2-c86b-43e8-bbef-d8f808cf4e1f"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-260c6ab2-c86b-43e8-bbef-d8f808cf4e1f"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-260c6ab2-c86b-43e8-bbef-d8f808cf4e1f"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-260c6ab2-c86b-43e8-bbef-d8f808cf4e1f"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-260c6ab2-c86b-43e8-bbef-d8f808cf4e1f"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-260c6ab2-c86b-43e8-bbef-d8f808cf4e1f"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-260c6ab2-c86b-43e8-bbef-d8f808cf4e1f"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-260c6ab2-c86b-43e8-bbef-d8f808cf4e1f"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-260c6ab2-c86b-43e8-bbef-d8f808cf4e1f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-260c6ab2-c86b-43e8-bbef-d8f808cf4e1f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-260c6ab2-c86b-43e8-bbef-d8f808cf4e1f"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-260c6ab2-c86b-43e8-bbef-d8f808cf4e1f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-260c6ab2-c86b-43e8-bbef-d8f808cf4e1f"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-260c6ab2-c86b-43e8-bbef-d8f808cf4e1f"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-260c6ab2-c86b-43e8-bbef-d8f808cf4e1f"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-260c6ab2-c86b-43e8-bbef-d8f808cf4e1f"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-260c6ab2-c86b-43e8-bbef-d8f808cf4e1f"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-260c6ab2-c86b-43e8-bbef-d8f808cf4e1f"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-260c6ab2-c86b-43e8-bbef-d8f808cf4e1f"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-260c6ab2-c86b-43e8-bbef-d8f808cf4e1f"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-260c6ab2-c86b-43e8-bbef-d8f808cf4e1f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-260c6ab2-c86b-43e8-bbef-d8f808cf4e1f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-260c6ab2-c86b-43e8-bbef-d8f808cf4e1f"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-260c6ab2-c86b-43e8-bbef-d8f808cf4e1f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-260c6ab2-c86b-43e8-bbef-d8f808cf4e1f"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-260c6ab2-c86b-43e8-bbef-d8f808cf4e1f"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-260c6ab2-c86b-43e8-bbef-d8f808cf4e1f"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-260c6ab2-c86b-43e8-bbef-d8f808cf4e1f"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-260c6ab2-c86b-43e8-bbef-d8f808cf4e1f"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-260c6ab2-c86b-43e8-bbef-d8f808cf4e1f"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-bed10689-90bc-49e3-89c4-b3a92de1a2e9 {
  background-repeat: no-repeat;
background-size: contain;
min-height: 310px;
background-position: center center;
}
@media (min-width: 992px) and (max-width: 1199px){#s-bed10689-90bc-49e3-89c4-b3a92de1a2e9 {
  min-height: 270px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-bed10689-90bc-49e3-89c4-b3a92de1a2e9 {
  min-height: 240px;
}
}@media (max-width: 767px){#s-bed10689-90bc-49e3-89c4-b3a92de1a2e9 {
  min-height: 200px;
}
}







#s-bed10689-90bc-49e3-89c4-b3a92de1a2e9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bed10689-90bc-49e3-89c4-b3a92de1a2e9 {
  cursor: pointer;
}#s-bed10689-90bc-49e3-89c4-b3a92de1a2e9.shg-box.shg-c {
  justify-content: center;
}








#s-244196f8-d903-4aef-8323-093e8329654e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-244196f8-d903-4aef-8323-093e8329654e.shg-box.shg-c {
  justify-content: center;
}

#s-beaec0ce-4b09-48cb-95e4-255924fd24b9 {
  background-repeat: no-repeat;
background-size: contain;
min-height: 310px;
background-position: center center;
}
@media (min-width: 992px) and (max-width: 1199px){#s-beaec0ce-4b09-48cb-95e4-255924fd24b9 {
  min-height: 270px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-beaec0ce-4b09-48cb-95e4-255924fd24b9 {
  min-height: 240px;
}
}@media (max-width: 767px){#s-beaec0ce-4b09-48cb-95e4-255924fd24b9 {
  min-height: 200px;
}
}







#s-beaec0ce-4b09-48cb-95e4-255924fd24b9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-beaec0ce-4b09-48cb-95e4-255924fd24b9 {
  cursor: pointer;
}#s-beaec0ce-4b09-48cb-95e4-255924fd24b9.shg-box.shg-c {
  justify-content: center;
}

#s-01676c42-2675-4982-848f-1ef4bbe3ef2a {
  min-height: 50px;
}
@media (min-width: 1200px){#s-01676c42-2675-4982-848f-1ef4bbe3ef2a {
  margin-top: 10px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-01676c42-2675-4982-848f-1ef4bbe3ef2a {
  margin-top: 10px;
}
}







#s-01676c42-2675-4982-848f-1ef4bbe3ef2a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-01676c42-2675-4982-848f-1ef4bbe3ef2a.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 1200px){#s-5f4317fd-09db-4d9f-b851-dd20e94c512f {
  margin-left: 75px;
margin-right: 75px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-5f4317fd-09db-4d9f-b851-dd20e94c512f {
  margin-left: 75px;
margin-right: 75px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-5f4317fd-09db-4d9f-b851-dd20e94c512f {
  margin-left: 50px;
margin-right: 50px;
}
}@media (max-width: 767px){#s-5f4317fd-09db-4d9f-b851-dd20e94c512f {
  margin-top: 20px;
}
}
#s-6d63bd56-ed45-4833-ba63-cc95cdca6a2e {
  padding-top: 0px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(255, 255, 255, 0.5);
}

#s-6d63bd56-ed45-4833-ba63-cc95cdca6a2e .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  600 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


@media (min-width: 1200px){#s-6d63bd56-ed45-4833-ba63-cc95cdca6a2e .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  600 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


}@media (min-width: 992px) and (max-width: 1199px){#s-6d63bd56-ed45-4833-ba63-cc95cdca6a2e .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  600 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


}@media (min-width: 768px) and (max-width: 991px){#s-6d63bd56-ed45-4833-ba63-cc95cdca6a2e .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  600 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


}@media (max-width: 767px){#s-6d63bd56-ed45-4833-ba63-cc95cdca6a2e .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  600 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


}
#s-3aa26f30-157c-4b3e-8764-828465f2257d {
  min-height: 50px;
background-color: rgba(245, 245, 245, 1);
}








#s-3aa26f30-157c-4b3e-8764-828465f2257d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3aa26f30-157c-4b3e-8764-828465f2257d.shg-box.shg-c {
  justify-content: center;
}

#s-fe807a52-1e14-44f3-884d-78543b64b178 {
  margin-top: 10px;
margin-left: 10px;
margin-right: 10px;
}

@media (min-width: 0px) {
[id="s-fe807a52-1e14-44f3-884d-78543b64b178"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-fe807a52-1e14-44f3-884d-78543b64b178"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-fe807a52-1e14-44f3-884d-78543b64b178"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-fe807a52-1e14-44f3-884d-78543b64b178"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-fe807a52-1e14-44f3-884d-78543b64b178"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-fe807a52-1e14-44f3-884d-78543b64b178"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-fe807a52-1e14-44f3-884d-78543b64b178"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-fe807a52-1e14-44f3-884d-78543b64b178"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-fe807a52-1e14-44f3-884d-78543b64b178"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-fe807a52-1e14-44f3-884d-78543b64b178"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-fe807a52-1e14-44f3-884d-78543b64b178"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-fe807a52-1e14-44f3-884d-78543b64b178"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-fe807a52-1e14-44f3-884d-78543b64b178"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-fe807a52-1e14-44f3-884d-78543b64b178"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-fe807a52-1e14-44f3-884d-78543b64b178"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-fe807a52-1e14-44f3-884d-78543b64b178"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-fe807a52-1e14-44f3-884d-78543b64b178"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-fe807a52-1e14-44f3-884d-78543b64b178"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-fe807a52-1e14-44f3-884d-78543b64b178"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-fe807a52-1e14-44f3-884d-78543b64b178"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-fe807a52-1e14-44f3-884d-78543b64b178"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-fe807a52-1e14-44f3-884d-78543b64b178"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-fe807a52-1e14-44f3-884d-78543b64b178"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-fe807a52-1e14-44f3-884d-78543b64b178"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-fe807a52-1e14-44f3-884d-78543b64b178"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-fe807a52-1e14-44f3-884d-78543b64b178"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-fe807a52-1e14-44f3-884d-78543b64b178"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-fe807a52-1e14-44f3-884d-78543b64b178"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-fe807a52-1e14-44f3-884d-78543b64b178"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-fe807a52-1e14-44f3-884d-78543b64b178"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-fe807a52-1e14-44f3-884d-78543b64b178"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-fe807a52-1e14-44f3-884d-78543b64b178"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-fe807a52-1e14-44f3-884d-78543b64b178"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-fe807a52-1e14-44f3-884d-78543b64b178"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-fe807a52-1e14-44f3-884d-78543b64b178"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-fe807a52-1e14-44f3-884d-78543b64b178"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-fe807a52-1e14-44f3-884d-78543b64b178"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 5.0px);
}

}

#s-fcdff435-f9e6-4a27-9c3a-9ae855448442 {
  border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
}

@media (min-width: 0px) {
[id="s-fcdff435-f9e6-4a27-9c3a-9ae855448442"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-fcdff435-f9e6-4a27-9c3a-9ae855448442"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-fcdff435-f9e6-4a27-9c3a-9ae855448442"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-fcdff435-f9e6-4a27-9c3a-9ae855448442"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-fcdff435-f9e6-4a27-9c3a-9ae855448442"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-fcdff435-f9e6-4a27-9c3a-9ae855448442"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-fcdff435-f9e6-4a27-9c3a-9ae855448442"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-fcdff435-f9e6-4a27-9c3a-9ae855448442"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-fcdff435-f9e6-4a27-9c3a-9ae855448442"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-fcdff435-f9e6-4a27-9c3a-9ae855448442"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-fcdff435-f9e6-4a27-9c3a-9ae855448442"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-fcdff435-f9e6-4a27-9c3a-9ae855448442"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-fcdff435-f9e6-4a27-9c3a-9ae855448442"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-fcdff435-f9e6-4a27-9c3a-9ae855448442"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-fcdff435-f9e6-4a27-9c3a-9ae855448442"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-fcdff435-f9e6-4a27-9c3a-9ae855448442"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-fcdff435-f9e6-4a27-9c3a-9ae855448442"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-fcdff435-f9e6-4a27-9c3a-9ae855448442"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-fcdff435-f9e6-4a27-9c3a-9ae855448442"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-fcdff435-f9e6-4a27-9c3a-9ae855448442"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-fcdff435-f9e6-4a27-9c3a-9ae855448442"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-fcdff435-f9e6-4a27-9c3a-9ae855448442"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-fcdff435-f9e6-4a27-9c3a-9ae855448442"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-fcdff435-f9e6-4a27-9c3a-9ae855448442"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-fcdff435-f9e6-4a27-9c3a-9ae855448442"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-fcdff435-f9e6-4a27-9c3a-9ae855448442"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-fcdff435-f9e6-4a27-9c3a-9ae855448442"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-fcdff435-f9e6-4a27-9c3a-9ae855448442"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-fcdff435-f9e6-4a27-9c3a-9ae855448442"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-fcdff435-f9e6-4a27-9c3a-9ae855448442"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-fcdff435-f9e6-4a27-9c3a-9ae855448442"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-fcdff435-f9e6-4a27-9c3a-9ae855448442"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-fcdff435-f9e6-4a27-9c3a-9ae855448442"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-fcdff435-f9e6-4a27-9c3a-9ae855448442"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-fcdff435-f9e6-4a27-9c3a-9ae855448442"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-fcdff435-f9e6-4a27-9c3a-9ae855448442"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-fcdff435-f9e6-4a27-9c3a-9ae855448442"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-fcdff435-f9e6-4a27-9c3a-9ae855448442"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-fcdff435-f9e6-4a27-9c3a-9ae855448442"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-fcdff435-f9e6-4a27-9c3a-9ae855448442"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-fcdff435-f9e6-4a27-9c3a-9ae855448442"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-fcdff435-f9e6-4a27-9c3a-9ae855448442"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-fcdff435-f9e6-4a27-9c3a-9ae855448442"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-fcdff435-f9e6-4a27-9c3a-9ae855448442"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-fcdff435-f9e6-4a27-9c3a-9ae855448442"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-fcdff435-f9e6-4a27-9c3a-9ae855448442"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-fcdff435-f9e6-4a27-9c3a-9ae855448442"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-fcdff435-f9e6-4a27-9c3a-9ae855448442"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 5.0px);
}

}

#s-8c456299-da00-417f-a026-14392e7d13cf {
  display: none;
}
#s-adcefedf-9f61-4e52-8376-1b7851a7ca80 {
  text-align: left;
}


.shg-c#s-adcefedf-9f61-4e52-8376-1b7851a7ca80 {
  max-width: 100%;
}

.shg-c#s-adcefedf-9f61-4e52-8376-1b7851a7ca80 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-adcefedf-9f61-4e52-8376-1b7851a7ca80 .shg-image-zoom,
.shg-c#s-adcefedf-9f61-4e52-8376-1b7851a7ca80 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-adcefedf-9f61-4e52-8376-1b7851a7ca80 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-adcefedf-9f61-4e52-8376-1b7851a7ca80 {
  max-width: 100%;
}

.shg-c#s-adcefedf-9f61-4e52-8376-1b7851a7ca80 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-adcefedf-9f61-4e52-8376-1b7851a7ca80 .shg-image-zoom,
.shg-c#s-adcefedf-9f61-4e52-8376-1b7851a7ca80 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-adcefedf-9f61-4e52-8376-1b7851a7ca80 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-adcefedf-9f61-4e52-8376-1b7851a7ca80 {
  max-width: 100%;
}

.shg-c#s-adcefedf-9f61-4e52-8376-1b7851a7ca80 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-adcefedf-9f61-4e52-8376-1b7851a7ca80 .shg-image-zoom,
.shg-c#s-adcefedf-9f61-4e52-8376-1b7851a7ca80 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-adcefedf-9f61-4e52-8376-1b7851a7ca80 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-adcefedf-9f61-4e52-8376-1b7851a7ca80 {
  max-width: 100%;
}

.shg-c#s-adcefedf-9f61-4e52-8376-1b7851a7ca80 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-adcefedf-9f61-4e52-8376-1b7851a7ca80 .shg-image-zoom,
.shg-c#s-adcefedf-9f61-4e52-8376-1b7851a7ca80 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-adcefedf-9f61-4e52-8376-1b7851a7ca80 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-adcefedf-9f61-4e52-8376-1b7851a7ca80 {
  max-width: 100%;
}

.shg-c#s-adcefedf-9f61-4e52-8376-1b7851a7ca80 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-adcefedf-9f61-4e52-8376-1b7851a7ca80 .shg-image-zoom,
.shg-c#s-adcefedf-9f61-4e52-8376-1b7851a7ca80 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-adcefedf-9f61-4e52-8376-1b7851a7ca80 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-5252f930-8d46-4e00-ad48-06a0d3400aaa {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5252f930-8d46-4e00-ad48-06a0d3400aaa .shg-product-title-component h6 {
  color: #000;
  font-weight:   ;
  font-family: Poppins;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
}

#s-4efe4b46-9fe3-4cc3-b342-d9ccfbeadc82 {
  display: none;
}
#s-b0640748-1d51-4d5d-bd4f-4b9fd3dd0ad9 {
  text-align: left;
}


.shg-c#s-b0640748-1d51-4d5d-bd4f-4b9fd3dd0ad9 {
  max-width: 100%;
}

.shg-c#s-b0640748-1d51-4d5d-bd4f-4b9fd3dd0ad9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b0640748-1d51-4d5d-bd4f-4b9fd3dd0ad9 .shg-image-zoom,
.shg-c#s-b0640748-1d51-4d5d-bd4f-4b9fd3dd0ad9 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b0640748-1d51-4d5d-bd4f-4b9fd3dd0ad9 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-b0640748-1d51-4d5d-bd4f-4b9fd3dd0ad9 {
  max-width: 100%;
}

.shg-c#s-b0640748-1d51-4d5d-bd4f-4b9fd3dd0ad9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b0640748-1d51-4d5d-bd4f-4b9fd3dd0ad9 .shg-image-zoom,
.shg-c#s-b0640748-1d51-4d5d-bd4f-4b9fd3dd0ad9 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b0640748-1d51-4d5d-bd4f-4b9fd3dd0ad9 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-b0640748-1d51-4d5d-bd4f-4b9fd3dd0ad9 {
  max-width: 100%;
}

.shg-c#s-b0640748-1d51-4d5d-bd4f-4b9fd3dd0ad9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b0640748-1d51-4d5d-bd4f-4b9fd3dd0ad9 .shg-image-zoom,
.shg-c#s-b0640748-1d51-4d5d-bd4f-4b9fd3dd0ad9 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b0640748-1d51-4d5d-bd4f-4b9fd3dd0ad9 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-b0640748-1d51-4d5d-bd4f-4b9fd3dd0ad9 {
  max-width: 100%;
}

.shg-c#s-b0640748-1d51-4d5d-bd4f-4b9fd3dd0ad9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b0640748-1d51-4d5d-bd4f-4b9fd3dd0ad9 .shg-image-zoom,
.shg-c#s-b0640748-1d51-4d5d-bd4f-4b9fd3dd0ad9 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b0640748-1d51-4d5d-bd4f-4b9fd3dd0ad9 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-b0640748-1d51-4d5d-bd4f-4b9fd3dd0ad9 {
  max-width: 100%;
}

.shg-c#s-b0640748-1d51-4d5d-bd4f-4b9fd3dd0ad9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b0640748-1d51-4d5d-bd4f-4b9fd3dd0ad9 .shg-image-zoom,
.shg-c#s-b0640748-1d51-4d5d-bd4f-4b9fd3dd0ad9 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b0640748-1d51-4d5d-bd4f-4b9fd3dd0ad9 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-53745a36-9bad-4104-986e-0bca68d6fd54 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-53745a36-9bad-4104-986e-0bca68d6fd54 .shg-product-title-component h6 {
  color: #000;
  font-weight:   ;
  font-family: Poppins;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
}

#s-b7f5101c-1773-4fe6-8366-e4860297c10a {
  border-style: solid;
margin-top: 0px;
margin-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
}

@media (min-width: 0px) {
[id="s-b7f5101c-1773-4fe6-8366-e4860297c10a"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-b7f5101c-1773-4fe6-8366-e4860297c10a"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-b7f5101c-1773-4fe6-8366-e4860297c10a"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-b7f5101c-1773-4fe6-8366-e4860297c10a"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-b7f5101c-1773-4fe6-8366-e4860297c10a"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-b7f5101c-1773-4fe6-8366-e4860297c10a"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-b7f5101c-1773-4fe6-8366-e4860297c10a"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-b7f5101c-1773-4fe6-8366-e4860297c10a"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-b7f5101c-1773-4fe6-8366-e4860297c10a"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-b7f5101c-1773-4fe6-8366-e4860297c10a"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-b7f5101c-1773-4fe6-8366-e4860297c10a"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-b7f5101c-1773-4fe6-8366-e4860297c10a"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-b7f5101c-1773-4fe6-8366-e4860297c10a"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-b7f5101c-1773-4fe6-8366-e4860297c10a"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-b7f5101c-1773-4fe6-8366-e4860297c10a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-b7f5101c-1773-4fe6-8366-e4860297c10a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-b7f5101c-1773-4fe6-8366-e4860297c10a"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-b7f5101c-1773-4fe6-8366-e4860297c10a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-b7f5101c-1773-4fe6-8366-e4860297c10a"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-b7f5101c-1773-4fe6-8366-e4860297c10a"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-b7f5101c-1773-4fe6-8366-e4860297c10a"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-b7f5101c-1773-4fe6-8366-e4860297c10a"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-b7f5101c-1773-4fe6-8366-e4860297c10a"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-b7f5101c-1773-4fe6-8366-e4860297c10a"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-b7f5101c-1773-4fe6-8366-e4860297c10a"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-b7f5101c-1773-4fe6-8366-e4860297c10a"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-b7f5101c-1773-4fe6-8366-e4860297c10a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-b7f5101c-1773-4fe6-8366-e4860297c10a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-b7f5101c-1773-4fe6-8366-e4860297c10a"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-b7f5101c-1773-4fe6-8366-e4860297c10a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-b7f5101c-1773-4fe6-8366-e4860297c10a"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-b7f5101c-1773-4fe6-8366-e4860297c10a"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-b7f5101c-1773-4fe6-8366-e4860297c10a"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-b7f5101c-1773-4fe6-8366-e4860297c10a"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-b7f5101c-1773-4fe6-8366-e4860297c10a"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-b7f5101c-1773-4fe6-8366-e4860297c10a"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-b7f5101c-1773-4fe6-8366-e4860297c10a"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-b7f5101c-1773-4fe6-8366-e4860297c10a"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-b7f5101c-1773-4fe6-8366-e4860297c10a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-b7f5101c-1773-4fe6-8366-e4860297c10a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-b7f5101c-1773-4fe6-8366-e4860297c10a"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-b7f5101c-1773-4fe6-8366-e4860297c10a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-b7f5101c-1773-4fe6-8366-e4860297c10a"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-b7f5101c-1773-4fe6-8366-e4860297c10a"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-b7f5101c-1773-4fe6-8366-e4860297c10a"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-b7f5101c-1773-4fe6-8366-e4860297c10a"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-b7f5101c-1773-4fe6-8366-e4860297c10a"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-b7f5101c-1773-4fe6-8366-e4860297c10a"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 5.0px);
}

}

#s-c97ae049-5dbf-4ad1-a865-9aa2f960e80a {
  display: none;
}
#s-ba182ed3-c709-498a-a7e7-86c8e923336e {
  text-align: left;
}


.shg-c#s-ba182ed3-c709-498a-a7e7-86c8e923336e {
  max-width: 100%;
}

.shg-c#s-ba182ed3-c709-498a-a7e7-86c8e923336e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ba182ed3-c709-498a-a7e7-86c8e923336e .shg-image-zoom,
.shg-c#s-ba182ed3-c709-498a-a7e7-86c8e923336e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ba182ed3-c709-498a-a7e7-86c8e923336e .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-ba182ed3-c709-498a-a7e7-86c8e923336e {
  max-width: 100%;
}

.shg-c#s-ba182ed3-c709-498a-a7e7-86c8e923336e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ba182ed3-c709-498a-a7e7-86c8e923336e .shg-image-zoom,
.shg-c#s-ba182ed3-c709-498a-a7e7-86c8e923336e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ba182ed3-c709-498a-a7e7-86c8e923336e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-ba182ed3-c709-498a-a7e7-86c8e923336e {
  max-width: 100%;
}

.shg-c#s-ba182ed3-c709-498a-a7e7-86c8e923336e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ba182ed3-c709-498a-a7e7-86c8e923336e .shg-image-zoom,
.shg-c#s-ba182ed3-c709-498a-a7e7-86c8e923336e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ba182ed3-c709-498a-a7e7-86c8e923336e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-ba182ed3-c709-498a-a7e7-86c8e923336e {
  max-width: 100%;
}

.shg-c#s-ba182ed3-c709-498a-a7e7-86c8e923336e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ba182ed3-c709-498a-a7e7-86c8e923336e .shg-image-zoom,
.shg-c#s-ba182ed3-c709-498a-a7e7-86c8e923336e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ba182ed3-c709-498a-a7e7-86c8e923336e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-ba182ed3-c709-498a-a7e7-86c8e923336e {
  max-width: 100%;
}

.shg-c#s-ba182ed3-c709-498a-a7e7-86c8e923336e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ba182ed3-c709-498a-a7e7-86c8e923336e .shg-image-zoom,
.shg-c#s-ba182ed3-c709-498a-a7e7-86c8e923336e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ba182ed3-c709-498a-a7e7-86c8e923336e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-6fbba5a4-bb0a-48b6-8756-ec4015ed4747 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6fbba5a4-bb0a-48b6-8756-ec4015ed4747 .shg-product-title-component h6 {
  color: #000;
  font-weight:   ;
  font-family: Poppins;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
}

#s-003fc80b-5ad2-4744-bf0f-56a20ef0ce2c {
  display: none;
}
#s-473cd2c6-722e-4005-9eab-efefde2247ab {
  text-align: left;
}


.shg-c#s-473cd2c6-722e-4005-9eab-efefde2247ab {
  max-width: 100%;
}

.shg-c#s-473cd2c6-722e-4005-9eab-efefde2247ab img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-473cd2c6-722e-4005-9eab-efefde2247ab .shg-image-zoom,
.shg-c#s-473cd2c6-722e-4005-9eab-efefde2247ab img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-473cd2c6-722e-4005-9eab-efefde2247ab .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-473cd2c6-722e-4005-9eab-efefde2247ab {
  max-width: 100%;
}

.shg-c#s-473cd2c6-722e-4005-9eab-efefde2247ab img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-473cd2c6-722e-4005-9eab-efefde2247ab .shg-image-zoom,
.shg-c#s-473cd2c6-722e-4005-9eab-efefde2247ab img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-473cd2c6-722e-4005-9eab-efefde2247ab .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-473cd2c6-722e-4005-9eab-efefde2247ab {
  max-width: 100%;
}

.shg-c#s-473cd2c6-722e-4005-9eab-efefde2247ab img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-473cd2c6-722e-4005-9eab-efefde2247ab .shg-image-zoom,
.shg-c#s-473cd2c6-722e-4005-9eab-efefde2247ab img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-473cd2c6-722e-4005-9eab-efefde2247ab .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-473cd2c6-722e-4005-9eab-efefde2247ab {
  max-width: 100%;
}

.shg-c#s-473cd2c6-722e-4005-9eab-efefde2247ab img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-473cd2c6-722e-4005-9eab-efefde2247ab .shg-image-zoom,
.shg-c#s-473cd2c6-722e-4005-9eab-efefde2247ab img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-473cd2c6-722e-4005-9eab-efefde2247ab .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-473cd2c6-722e-4005-9eab-efefde2247ab {
  max-width: 100%;
}

.shg-c#s-473cd2c6-722e-4005-9eab-efefde2247ab img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-473cd2c6-722e-4005-9eab-efefde2247ab .shg-image-zoom,
.shg-c#s-473cd2c6-722e-4005-9eab-efefde2247ab img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-473cd2c6-722e-4005-9eab-efefde2247ab .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-025ab9dd-474c-474a-ac88-d1c6e690b204 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-025ab9dd-474c-474a-ac88-d1c6e690b204 .shg-product-title-component h6 {
  color: #000;
  font-weight:   ;
  font-family: Poppins;
  font-style:   ;
  font-size: 11px;
  line-height: ;
  letter-spacing: ;
}

#s-bba0560c-28f5-4b85-bc1e-24bf9f332f45 {
  margin-top: 10px;
min-height: 50px;
}








#s-bba0560c-28f5-4b85-bc1e-24bf9f332f45 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bba0560c-28f5-4b85-bc1e-24bf9f332f45.shg-box.shg-c {
  justify-content: center;
}

#s-1c630a1a-984a-4dd1-8407-e5ffa917643a {
  padding-top: 0px;
text-align: center;
background-color: rgba(255, 255, 255, 0.5);
}
@media (min-width: 1200px){#s-1c630a1a-984a-4dd1-8407-e5ffa917643a {
  margin-bottom: 10px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-1c630a1a-984a-4dd1-8407-e5ffa917643a {
  margin-bottom: 10px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-1c630a1a-984a-4dd1-8407-e5ffa917643a {
  margin-bottom: 10px;
}
}
#s-1c630a1a-984a-4dd1-8407-e5ffa917643a .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  600 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


@media (min-width: 1200px){#s-1c630a1a-984a-4dd1-8407-e5ffa917643a .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  600 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


}@media (min-width: 992px) and (max-width: 1199px){#s-1c630a1a-984a-4dd1-8407-e5ffa917643a .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  600 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


}@media (min-width: 768px) and (max-width: 991px){#s-1c630a1a-984a-4dd1-8407-e5ffa917643a .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  600 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


}@media (max-width: 767px){#s-1c630a1a-984a-4dd1-8407-e5ffa917643a .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  600 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


}
@media (max-width: 767px){#s-31438b36-e226-4fc6-8858-72078998c42a {
  margin-top: 0px;
margin-bottom: 0px;
}
}
@media (min-width: 0px) {
[id="s-31438b36-e226-4fc6-8858-72078998c42a"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-31438b36-e226-4fc6-8858-72078998c42a"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-31438b36-e226-4fc6-8858-72078998c42a"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-31438b36-e226-4fc6-8858-72078998c42a"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-31438b36-e226-4fc6-8858-72078998c42a"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-31438b36-e226-4fc6-8858-72078998c42a"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-31438b36-e226-4fc6-8858-72078998c42a"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-31438b36-e226-4fc6-8858-72078998c42a"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-31438b36-e226-4fc6-8858-72078998c42a"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-31438b36-e226-4fc6-8858-72078998c42a"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-31438b36-e226-4fc6-8858-72078998c42a"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-31438b36-e226-4fc6-8858-72078998c42a"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-31438b36-e226-4fc6-8858-72078998c42a"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-31438b36-e226-4fc6-8858-72078998c42a"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-31438b36-e226-4fc6-8858-72078998c42a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-31438b36-e226-4fc6-8858-72078998c42a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-31438b36-e226-4fc6-8858-72078998c42a"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-31438b36-e226-4fc6-8858-72078998c42a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-31438b36-e226-4fc6-8858-72078998c42a"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-31438b36-e226-4fc6-8858-72078998c42a"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-31438b36-e226-4fc6-8858-72078998c42a"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-31438b36-e226-4fc6-8858-72078998c42a"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-31438b36-e226-4fc6-8858-72078998c42a"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-31438b36-e226-4fc6-8858-72078998c42a"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-31438b36-e226-4fc6-8858-72078998c42a"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-31438b36-e226-4fc6-8858-72078998c42a"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-31438b36-e226-4fc6-8858-72078998c42a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-31438b36-e226-4fc6-8858-72078998c42a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-31438b36-e226-4fc6-8858-72078998c42a"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-31438b36-e226-4fc6-8858-72078998c42a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-31438b36-e226-4fc6-8858-72078998c42a"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-31438b36-e226-4fc6-8858-72078998c42a"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-31438b36-e226-4fc6-8858-72078998c42a"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-31438b36-e226-4fc6-8858-72078998c42a"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-31438b36-e226-4fc6-8858-72078998c42a"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-31438b36-e226-4fc6-8858-72078998c42a"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-31438b36-e226-4fc6-8858-72078998c42a"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-31438b36-e226-4fc6-8858-72078998c42a"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-31438b36-e226-4fc6-8858-72078998c42a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-31438b36-e226-4fc6-8858-72078998c42a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-31438b36-e226-4fc6-8858-72078998c42a"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-31438b36-e226-4fc6-8858-72078998c42a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-31438b36-e226-4fc6-8858-72078998c42a"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-31438b36-e226-4fc6-8858-72078998c42a"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-31438b36-e226-4fc6-8858-72078998c42a"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-31438b36-e226-4fc6-8858-72078998c42a"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-31438b36-e226-4fc6-8858-72078998c42a"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-31438b36-e226-4fc6-8858-72078998c42a"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px){#s-9a3779b4-436f-43c2-8900-d0c3eb2b038b {
  padding-right: 10px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-9a3779b4-436f-43c2-8900-d0c3eb2b038b {
  padding-right: 10px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-9a3779b4-436f-43c2-8900-d0c3eb2b038b {
  padding-right: 10px;
}
}@media (max-width: 767px){#s-9a3779b4-436f-43c2-8900-d0c3eb2b038b {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 15px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
}
}
@media (min-width: 0px) {
[id="s-9a3779b4-436f-43c2-8900-d0c3eb2b038b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9a3779b4-436f-43c2-8900-d0c3eb2b038b"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 6.666666666666667px);
}

[id="s-9a3779b4-436f-43c2-8900-d0c3eb2b038b"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 6.666666666666667px);
}

[id="s-9a3779b4-436f-43c2-8900-d0c3eb2b038b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 6.666666666666667px);
}

[id="s-9a3779b4-436f-43c2-8900-d0c3eb2b038b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

[id="s-9a3779b4-436f-43c2-8900-d0c3eb2b038b"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 6.666666666666667px);
}

[id="s-9a3779b4-436f-43c2-8900-d0c3eb2b038b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 6.666666666666667px);
}

[id="s-9a3779b4-436f-43c2-8900-d0c3eb2b038b"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 6.666666666666667px);
}

[id="s-9a3779b4-436f-43c2-8900-d0c3eb2b038b"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 6.666666666666667px);
}

[id="s-9a3779b4-436f-43c2-8900-d0c3eb2b038b"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 6.666666666666667px);
}

[id="s-9a3779b4-436f-43c2-8900-d0c3eb2b038b"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 6.666666666666667px);
}

[id="s-9a3779b4-436f-43c2-8900-d0c3eb2b038b"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 6.666666666666667px);
}

[id="s-9a3779b4-436f-43c2-8900-d0c3eb2b038b"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-9a3779b4-436f-43c2-8900-d0c3eb2b038b"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 6.666666666666667px);
}

[id="s-9a3779b4-436f-43c2-8900-d0c3eb2b038b"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 6.666666666666667px);
}

[id="s-9a3779b4-436f-43c2-8900-d0c3eb2b038b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 6.666666666666667px);
}

[id="s-9a3779b4-436f-43c2-8900-d0c3eb2b038b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

[id="s-9a3779b4-436f-43c2-8900-d0c3eb2b038b"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 6.666666666666667px);
}

[id="s-9a3779b4-436f-43c2-8900-d0c3eb2b038b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 6.666666666666667px);
}

[id="s-9a3779b4-436f-43c2-8900-d0c3eb2b038b"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 6.666666666666667px);
}

[id="s-9a3779b4-436f-43c2-8900-d0c3eb2b038b"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 6.666666666666667px);
}

[id="s-9a3779b4-436f-43c2-8900-d0c3eb2b038b"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 6.666666666666667px);
}

[id="s-9a3779b4-436f-43c2-8900-d0c3eb2b038b"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 6.666666666666667px);
}

[id="s-9a3779b4-436f-43c2-8900-d0c3eb2b038b"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 6.666666666666667px);
}

[id="s-9a3779b4-436f-43c2-8900-d0c3eb2b038b"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-9a3779b4-436f-43c2-8900-d0c3eb2b038b"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 6.666666666666667px);
}

[id="s-9a3779b4-436f-43c2-8900-d0c3eb2b038b"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 6.666666666666667px);
}

[id="s-9a3779b4-436f-43c2-8900-d0c3eb2b038b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 6.666666666666667px);
}

[id="s-9a3779b4-436f-43c2-8900-d0c3eb2b038b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

[id="s-9a3779b4-436f-43c2-8900-d0c3eb2b038b"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 6.666666666666667px);
}

[id="s-9a3779b4-436f-43c2-8900-d0c3eb2b038b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 6.666666666666667px);
}

[id="s-9a3779b4-436f-43c2-8900-d0c3eb2b038b"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 6.666666666666667px);
}

[id="s-9a3779b4-436f-43c2-8900-d0c3eb2b038b"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 6.666666666666667px);
}

[id="s-9a3779b4-436f-43c2-8900-d0c3eb2b038b"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 6.666666666666667px);
}

[id="s-9a3779b4-436f-43c2-8900-d0c3eb2b038b"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 6.666666666666667px);
}

[id="s-9a3779b4-436f-43c2-8900-d0c3eb2b038b"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 6.666666666666667px);
}

[id="s-9a3779b4-436f-43c2-8900-d0c3eb2b038b"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 6.666666666666667px);
}

}

#s-7707eb4b-ee98-4aff-8101-1132ac0134e1 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-7707eb4b-ee98-4aff-8101-1132ac0134e1:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-7707eb4b-ee98-4aff-8101-1132ac0134e1:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-7707eb4b-ee98-4aff-8101-1132ac0134e1 {
  margin-top: 5px;
margin-bottom: 5px;
padding-left: 10px;
padding-right: 10px;
}
}


#s-7707eb4b-ee98-4aff-8101-1132ac0134e1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Poppins;
  display:  block ;
}
@media (max-width: 767px){

#s-7707eb4b-ee98-4aff-8101-1132ac0134e1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Poppins;
  display:  block ;
}
}
#s-a50727bf-0fd0-400a-8a51-4590c82387cb {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-a50727bf-0fd0-400a-8a51-4590c82387cb:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-a50727bf-0fd0-400a-8a51-4590c82387cb:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-a50727bf-0fd0-400a-8a51-4590c82387cb {
  margin-top: 5px;
margin-bottom: 5px;
padding-left: 10px;
padding-right: 10px;
}
}


#s-a50727bf-0fd0-400a-8a51-4590c82387cb.shg-btn {
  color: #ffffff;
  font-size: 10px;
  
  
  font-family: Poppins;
  display:  block ;
}
@media (min-width: 1200px){

#s-a50727bf-0fd0-400a-8a51-4590c82387cb.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Poppins;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){

#s-a50727bf-0fd0-400a-8a51-4590c82387cb.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Poppins;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){

#s-a50727bf-0fd0-400a-8a51-4590c82387cb.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Poppins;
  display:  block ;
}
}@media (max-width: 767px){

#s-a50727bf-0fd0-400a-8a51-4590c82387cb.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Poppins;
  display:  block ;
}
}
#s-883ad6c4-06a4-4ff1-a7fd-093d44ae29a4 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-883ad6c4-06a4-4ff1-a7fd-093d44ae29a4:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-883ad6c4-06a4-4ff1-a7fd-093d44ae29a4:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-883ad6c4-06a4-4ff1-a7fd-093d44ae29a4 {
  margin-top: 5px;
margin-bottom: 5px;
padding-left: 10px;
padding-right: 10px;
}
}


#s-883ad6c4-06a4-4ff1-a7fd-093d44ae29a4.shg-btn {
  color: #ffffff;
  font-size: 10px;
  
  
  font-family: Poppins;
  display:  block ;
}
@media (min-width: 1200px){

#s-883ad6c4-06a4-4ff1-a7fd-093d44ae29a4.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Poppins;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){

#s-883ad6c4-06a4-4ff1-a7fd-093d44ae29a4.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Poppins;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){

#s-883ad6c4-06a4-4ff1-a7fd-093d44ae29a4.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Poppins;
  display:  block ;
}
}@media (max-width: 767px){

#s-883ad6c4-06a4-4ff1-a7fd-093d44ae29a4.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Poppins;
  display:  block ;
}
}
@media (min-width: 1200px){#s-c35dd013-36e9-4d4d-b086-b7228aebe8de {
  padding-left: 10px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-c35dd013-36e9-4d4d-b086-b7228aebe8de {
  padding-left: 10px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-c35dd013-36e9-4d4d-b086-b7228aebe8de {
  padding-left: 10px;
}
}@media (max-width: 767px){#s-c35dd013-36e9-4d4d-b086-b7228aebe8de {
  margin-top: 0px;
margin-left: 15px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
}
}
@media (min-width: 0px) {
[id="s-c35dd013-36e9-4d4d-b086-b7228aebe8de"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c35dd013-36e9-4d4d-b086-b7228aebe8de"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 6.666666666666667px);
}

[id="s-c35dd013-36e9-4d4d-b086-b7228aebe8de"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 6.666666666666667px);
}

[id="s-c35dd013-36e9-4d4d-b086-b7228aebe8de"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 6.666666666666667px);
}

[id="s-c35dd013-36e9-4d4d-b086-b7228aebe8de"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

[id="s-c35dd013-36e9-4d4d-b086-b7228aebe8de"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 6.666666666666667px);
}

[id="s-c35dd013-36e9-4d4d-b086-b7228aebe8de"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 6.666666666666667px);
}

[id="s-c35dd013-36e9-4d4d-b086-b7228aebe8de"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 6.666666666666667px);
}

[id="s-c35dd013-36e9-4d4d-b086-b7228aebe8de"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 6.666666666666667px);
}

[id="s-c35dd013-36e9-4d4d-b086-b7228aebe8de"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 6.666666666666667px);
}

[id="s-c35dd013-36e9-4d4d-b086-b7228aebe8de"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 6.666666666666667px);
}

[id="s-c35dd013-36e9-4d4d-b086-b7228aebe8de"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 6.666666666666667px);
}

[id="s-c35dd013-36e9-4d4d-b086-b7228aebe8de"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-c35dd013-36e9-4d4d-b086-b7228aebe8de"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 6.666666666666667px);
}

[id="s-c35dd013-36e9-4d4d-b086-b7228aebe8de"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 6.666666666666667px);
}

[id="s-c35dd013-36e9-4d4d-b086-b7228aebe8de"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 6.666666666666667px);
}

[id="s-c35dd013-36e9-4d4d-b086-b7228aebe8de"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

[id="s-c35dd013-36e9-4d4d-b086-b7228aebe8de"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 6.666666666666667px);
}

[id="s-c35dd013-36e9-4d4d-b086-b7228aebe8de"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 6.666666666666667px);
}

[id="s-c35dd013-36e9-4d4d-b086-b7228aebe8de"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 6.666666666666667px);
}

[id="s-c35dd013-36e9-4d4d-b086-b7228aebe8de"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 6.666666666666667px);
}

[id="s-c35dd013-36e9-4d4d-b086-b7228aebe8de"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 6.666666666666667px);
}

[id="s-c35dd013-36e9-4d4d-b086-b7228aebe8de"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 6.666666666666667px);
}

[id="s-c35dd013-36e9-4d4d-b086-b7228aebe8de"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 6.666666666666667px);
}

[id="s-c35dd013-36e9-4d4d-b086-b7228aebe8de"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-c35dd013-36e9-4d4d-b086-b7228aebe8de"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 6.666666666666667px);
}

[id="s-c35dd013-36e9-4d4d-b086-b7228aebe8de"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 6.666666666666667px);
}

[id="s-c35dd013-36e9-4d4d-b086-b7228aebe8de"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 6.666666666666667px);
}

[id="s-c35dd013-36e9-4d4d-b086-b7228aebe8de"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

[id="s-c35dd013-36e9-4d4d-b086-b7228aebe8de"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 6.666666666666667px);
}

[id="s-c35dd013-36e9-4d4d-b086-b7228aebe8de"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 6.666666666666667px);
}

[id="s-c35dd013-36e9-4d4d-b086-b7228aebe8de"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 6.666666666666667px);
}

[id="s-c35dd013-36e9-4d4d-b086-b7228aebe8de"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 6.666666666666667px);
}

[id="s-c35dd013-36e9-4d4d-b086-b7228aebe8de"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 6.666666666666667px);
}

[id="s-c35dd013-36e9-4d4d-b086-b7228aebe8de"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 6.666666666666667px);
}

[id="s-c35dd013-36e9-4d4d-b086-b7228aebe8de"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 6.666666666666667px);
}

[id="s-c35dd013-36e9-4d4d-b086-b7228aebe8de"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 6.666666666666667px);
}

}

#s-2d4c17aa-b9f6-4b24-b4ab-f475d0f898ec {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-2d4c17aa-b9f6-4b24-b4ab-f475d0f898ec:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-2d4c17aa-b9f6-4b24-b4ab-f475d0f898ec:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 768px) and (max-width: 991px){#s-2d4c17aa-b9f6-4b24-b4ab-f475d0f898ec {
  padding-left: 20px;
padding-right: 20px;
}
}@media (max-width: 767px){#s-2d4c17aa-b9f6-4b24-b4ab-f475d0f898ec {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
}
}


#s-2d4c17aa-b9f6-4b24-b4ab-f475d0f898ec.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Poppins;
  display:  block ;
}
@media (max-width: 767px){

#s-2d4c17aa-b9f6-4b24-b4ab-f475d0f898ec.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Poppins;
  display:  block ;
}
}
#s-af256df1-f665-4921-9494-997f634eaeb8 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-af256df1-f665-4921-9494-997f634eaeb8:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-af256df1-f665-4921-9494-997f634eaeb8:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-af256df1-f665-4921-9494-997f634eaeb8 {
  margin-top: 5px;
margin-bottom: 5px;
padding-left: 10px;
padding-right: 10px;
}
}


#s-af256df1-f665-4921-9494-997f634eaeb8.shg-btn {
  color: #ffffff;
  font-size: 10px;
  
  
  font-family: Poppins;
  display:  block ;
}
@media (min-width: 1200px){

#s-af256df1-f665-4921-9494-997f634eaeb8.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Poppins;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){

#s-af256df1-f665-4921-9494-997f634eaeb8.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Poppins;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){

#s-af256df1-f665-4921-9494-997f634eaeb8.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Poppins;
  display:  block ;
}
}@media (max-width: 767px){

#s-af256df1-f665-4921-9494-997f634eaeb8.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Poppins;
  display:  block ;
}
}
#s-9868183d-617d-436a-9410-ac2dfd494af9 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-9868183d-617d-436a-9410-ac2dfd494af9:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-9868183d-617d-436a-9410-ac2dfd494af9:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-9868183d-617d-436a-9410-ac2dfd494af9 {
  margin-top: 5px;
margin-bottom: 5px;
padding-left: 10px;
padding-right: 10px;
}
}


#s-9868183d-617d-436a-9410-ac2dfd494af9.shg-btn {
  color: #ffffff;
  font-size: 10px;
  
  
  font-family: Poppins;
  display:  block ;
}
@media (min-width: 1200px){

#s-9868183d-617d-436a-9410-ac2dfd494af9.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Poppins;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){

#s-9868183d-617d-436a-9410-ac2dfd494af9.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Poppins;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){

#s-9868183d-617d-436a-9410-ac2dfd494af9.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Poppins;
  display:  block ;
}
}@media (max-width: 767px){

#s-9868183d-617d-436a-9410-ac2dfd494af9.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Poppins;
  display:  block ;
}
}
#s-d3d8b96d-fa59-455c-bcac-5692b6b72c19 {
  min-height: 50px;
}








#s-d3d8b96d-fa59-455c-bcac-5692b6b72c19 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d3d8b96d-fa59-455c-bcac-5692b6b72c19.shg-box.shg-c {
  justify-content: center;
}

#s-fb3812a0-c7b6-4925-a6ed-946b33227c3c {
  padding-top: 60px;
padding-left: 25%;
padding-bottom: 60px;
padding-right: 25%;
background-color: rgba(179, 138, 91, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-fb3812a0-c7b6-4925-a6ed-946b33227c3c {
  padding-left: 12.5%;
padding-right: 12.5%;
}
}@media (max-width: 767px){#s-fb3812a0-c7b6-4925-a6ed-946b33227c3c {
  padding-top: 40px;
padding-left: 20px;
padding-bottom: 40px;
padding-right: 20px;
}
}







#s-fb3812a0-c7b6-4925-a6ed-946b33227c3c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fb3812a0-c7b6-4925-a6ed-946b33227c3c {
  cursor: pointer;
}#s-fb3812a0-c7b6-4925-a6ed-946b33227c3c.shg-box.shg-c {
  justify-content: center;
}

#s-46922bee-3f1f-447e-8799-c24ebaedea6e {
  margin-bottom: 20px;
text-align: center;
}

#s-46922bee-3f1f-447e-8799-c24ebaedea6e .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 44px;
  line-height: 1.25em;
  letter-spacing: ;
  text-align: center;
}


@media (min-width: 768px) and (max-width: 991px){#s-46922bee-3f1f-447e-8799-c24ebaedea6e .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 38px;
  line-height: 1.25em;
  letter-spacing: ;
  text-align: center;
}


}@media (max-width: 767px){#s-46922bee-3f1f-447e-8799-c24ebaedea6e .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 28px;
  line-height: 1.25em;
  letter-spacing: ;
  text-align: center;
}


}
#s-f4e1303f-db4a-45d2-8b95-f007a0dc33f4 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-f4e1303f-db4a-45d2-8b95-f007a0dc33f4 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: Roboto Mono;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


@media (min-width: 1200px){#s-f4e1303f-db4a-45d2-8b95-f007a0dc33f4 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: Roboto Mono;
  font-style:   ;
  font-size: 19px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


}@media (min-width: 992px) and (max-width: 1199px){#s-f4e1303f-db4a-45d2-8b95-f007a0dc33f4 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: Roboto Mono;
  font-style:   ;
  font-size: 19px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


}@media (min-width: 768px) and (max-width: 991px){#s-f4e1303f-db4a-45d2-8b95-f007a0dc33f4 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: Roboto Mono;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


}@media (max-width: 767px){#s-f4e1303f-db4a-45d2-8b95-f007a0dc33f4 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: Roboto Mono;
  font-style:   ;
  font-size: 15px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


}
/*
  $vgutter : 20px
  $hgutter : 10px;
*/

.shg-c:before,
.shg-c:after {
  content: " ";
  display: table;
}

/**
  Ref:
  https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Positioning/Understanding_z_index/The_stacking_context
  https://dnf.slack.com/archives/C0514HB79/p1538741509000100
**/
.shogun-root {
  z-index: 1;
  position: relative;
  isolation: isolate;
}

.shogun-root iframe {
  display: initial;
}

@media (max-width: 1024px) {
  .shg-c,
  .shg-box {
    background-attachment: scroll !important;
  }
}

@media only screen
  and (min-width: 1024px) and (max-height: 1366px)
  and (-webkit-min-device-pixel-ratio: 1.5) and (hover: none)
  and (orientation: landscape) {
  .shg-box {
    background-attachment: scroll !important;
  }
}

#mc_embed_signup .clear {
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
}

.shg-clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.shogun-image {
  max-width: 100%;
  min-height: inherit;
  max-height: inherit;
  display: inline !important;
  border: 0;
  vertical-align: middle;
}

.shg-fw {
  margin-left: calc(50% - 50vw);
  width: 100vw;
}

.shg-fw .shg-fw {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

div[data-shg-lightbox-switch] {
  cursor: pointer;
}

.shg-lightbox {
  position: fixed;
  z-index: 999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.85);
}

.shg-lightbox.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 100%;
  text-align: center;
}

.shg-lightbox .shg-lightbox-close {
  position: absolute;
  right: 0;
  padding: 5px 0;
  color: #fff;
  font-size: 45px;
  margin-right: 10px;
  line-height: 30px;
  -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;
  transform: translate(0%, -50%);
  z-index: 1;
}

.shg-lightbox .shg-lightbox-nav.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-nav.shg-nav-left {
  left: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==);
}

.shg-lightbox .shg-lightbox-nav.shg-nav-right {
  right: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+);
}

@media screen and (min-width: 769px) {
  .shg-lightbox .shg-lightbox-image-container {
    padding: 50px;
  }
}

.shogun-lazyload:not([src]),
.shogun-lazyloading:not([src]) {
	opacity: 0;
}
.shogun-lazyloaded {
	opacity: 1;
	transition: opacity 300ms;
}

.shogun-root a:empty,
.shogun-root article:empty,
.shogun-root dl:empty,
.shogun-root h1:empty,
.shogun-root h2:empty,
.shogun-root h3:empty,
.shogun-root h4:empty,
.shogun-root h5:empty,
.shogun-root h6:empty,
.shogun-root p:empty,
.shogun-root section:empty,
.shogun-root ul:empty {
  display: unset;
}

.shogun-root div:empty {
  display: inline-block;
}
