.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-2e46ee15-cb1d-458b-bb73-91fc18e977e5 {
  min-height: 50px;
background-color: rgba(249, 249, 249, 1);
}








#s-2e46ee15-cb1d-458b-bb73-91fc18e977e5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2e46ee15-cb1d-458b-bb73-91fc18e977e5.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-68eea6d5-a995-46a8-8985-30fb09290a00 {
  margin-left: 2%;
padding-top: 5px;
}
@media (max-width: 767px){#s-68eea6d5-a995-46a8-8985-30fb09290a00 {
  margin-top: 10px;
margin-bottom: 10px;
margin-right: 20px;
}
}
#s-8da933a9-ddc0-4917-9680-8ff49c18f9fc {
  background-image: url(https://i.shgcdn.com/4134a393-3077-405e-a5ba-c0d120433ecc/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 50px;
padding-left: 10%;
padding-bottom: 50px;
padding-right: 10%;
min-height: 50px;
background-position: center center;
}
@media (min-width: 1200px){#s-8da933a9-ddc0-4917-9680-8ff49c18f9fc {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-8da933a9-ddc0-4917-9680-8ff49c18f9fc {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-8da933a9-ddc0-4917-9680-8ff49c18f9fc {
  padding-left: 5%;
padding-right: 5%;
}
}@media (max-width: 767px){#s-8da933a9-ddc0-4917-9680-8ff49c18f9fc {
  padding-left: 20px;
padding-right: 20px;
}
}







#s-8da933a9-ddc0-4917-9680-8ff49c18f9fc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8da933a9-ddc0-4917-9680-8ff49c18f9fc.shg-box.shg-c {
  justify-content: flex-start;
}

#s-d4c384df-8d28-4287-9135-3abec3fec064 {
  margin-top: -15px;
margin-bottom: -15px;
padding-top: 0px;
padding-bottom: 0px;
background-color: rgba(243, 237, 237, 0);
}

.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-d82e06d7-dd21-4755-8f95-9f64847cf2db {
  margin-bottom: 2%;
padding-top: 0px;
padding-left: 3%;
padding-bottom: 0px;
padding-right: 3%;
text-align: center;
background-color: rgba(252, 252, 252, 1);
}

#s-d82e06d7-dd21-4755-8f95-9f64847cf2db .shogun-heading-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:   ;
  font-size: 36px;
  line-height: ;
  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;
}

@media (min-width: 0px) {
[id="s-3c9ffa79-3452-4420-ac24-24d88069fdb2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3c9ffa79-3452-4420-ac24-24d88069fdb2"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-3c9ffa79-3452-4420-ac24-24d88069fdb2"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-3c9ffa79-3452-4420-ac24-24d88069fdb2"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-3c9ffa79-3452-4420-ac24-24d88069fdb2"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-3c9ffa79-3452-4420-ac24-24d88069fdb2"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-3c9ffa79-3452-4420-ac24-24d88069fdb2"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-3c9ffa79-3452-4420-ac24-24d88069fdb2"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-3c9ffa79-3452-4420-ac24-24d88069fdb2"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-3c9ffa79-3452-4420-ac24-24d88069fdb2"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-3c9ffa79-3452-4420-ac24-24d88069fdb2"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-3c9ffa79-3452-4420-ac24-24d88069fdb2"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-3c9ffa79-3452-4420-ac24-24d88069fdb2"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-3c9ffa79-3452-4420-ac24-24d88069fdb2"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-3c9ffa79-3452-4420-ac24-24d88069fdb2"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-3c9ffa79-3452-4420-ac24-24d88069fdb2"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-3c9ffa79-3452-4420-ac24-24d88069fdb2"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-3c9ffa79-3452-4420-ac24-24d88069fdb2"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-3c9ffa79-3452-4420-ac24-24d88069fdb2"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-3c9ffa79-3452-4420-ac24-24d88069fdb2"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-3c9ffa79-3452-4420-ac24-24d88069fdb2"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-3c9ffa79-3452-4420-ac24-24d88069fdb2"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-3c9ffa79-3452-4420-ac24-24d88069fdb2"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-3c9ffa79-3452-4420-ac24-24d88069fdb2"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-3c9ffa79-3452-4420-ac24-24d88069fdb2"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-3c9ffa79-3452-4420-ac24-24d88069fdb2"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-3c9ffa79-3452-4420-ac24-24d88069fdb2"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-3c9ffa79-3452-4420-ac24-24d88069fdb2"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-3c9ffa79-3452-4420-ac24-24d88069fdb2"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-3c9ffa79-3452-4420-ac24-24d88069fdb2"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-3c9ffa79-3452-4420-ac24-24d88069fdb2"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-3c9ffa79-3452-4420-ac24-24d88069fdb2"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-3c9ffa79-3452-4420-ac24-24d88069fdb2"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-3c9ffa79-3452-4420-ac24-24d88069fdb2"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-3c9ffa79-3452-4420-ac24-24d88069fdb2"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-3c9ffa79-3452-4420-ac24-24d88069fdb2"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-3c9ffa79-3452-4420-ac24-24d88069fdb2"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 0px) {
[id="s-1dbbca1d-db68-4d9c-b264-3f21e3261f9d"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-1dbbca1d-db68-4d9c-b264-3f21e3261f9d"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-1dbbca1d-db68-4d9c-b264-3f21e3261f9d"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-1dbbca1d-db68-4d9c-b264-3f21e3261f9d"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-1dbbca1d-db68-4d9c-b264-3f21e3261f9d"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-1dbbca1d-db68-4d9c-b264-3f21e3261f9d"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-1dbbca1d-db68-4d9c-b264-3f21e3261f9d"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-1dbbca1d-db68-4d9c-b264-3f21e3261f9d"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-1dbbca1d-db68-4d9c-b264-3f21e3261f9d"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-1dbbca1d-db68-4d9c-b264-3f21e3261f9d"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-1dbbca1d-db68-4d9c-b264-3f21e3261f9d"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-1dbbca1d-db68-4d9c-b264-3f21e3261f9d"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-1dbbca1d-db68-4d9c-b264-3f21e3261f9d"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-1dbbca1d-db68-4d9c-b264-3f21e3261f9d"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-1dbbca1d-db68-4d9c-b264-3f21e3261f9d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-1dbbca1d-db68-4d9c-b264-3f21e3261f9d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-1dbbca1d-db68-4d9c-b264-3f21e3261f9d"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-1dbbca1d-db68-4d9c-b264-3f21e3261f9d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-1dbbca1d-db68-4d9c-b264-3f21e3261f9d"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-1dbbca1d-db68-4d9c-b264-3f21e3261f9d"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-1dbbca1d-db68-4d9c-b264-3f21e3261f9d"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-1dbbca1d-db68-4d9c-b264-3f21e3261f9d"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-1dbbca1d-db68-4d9c-b264-3f21e3261f9d"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-1dbbca1d-db68-4d9c-b264-3f21e3261f9d"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-1dbbca1d-db68-4d9c-b264-3f21e3261f9d"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-1dbbca1d-db68-4d9c-b264-3f21e3261f9d"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-1dbbca1d-db68-4d9c-b264-3f21e3261f9d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-1dbbca1d-db68-4d9c-b264-3f21e3261f9d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-1dbbca1d-db68-4d9c-b264-3f21e3261f9d"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-1dbbca1d-db68-4d9c-b264-3f21e3261f9d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-1dbbca1d-db68-4d9c-b264-3f21e3261f9d"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-1dbbca1d-db68-4d9c-b264-3f21e3261f9d"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-1dbbca1d-db68-4d9c-b264-3f21e3261f9d"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-1dbbca1d-db68-4d9c-b264-3f21e3261f9d"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-1dbbca1d-db68-4d9c-b264-3f21e3261f9d"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-1dbbca1d-db68-4d9c-b264-3f21e3261f9d"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-1dbbca1d-db68-4d9c-b264-3f21e3261f9d"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-1dbbca1d-db68-4d9c-b264-3f21e3261f9d"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-1dbbca1d-db68-4d9c-b264-3f21e3261f9d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-1dbbca1d-db68-4d9c-b264-3f21e3261f9d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-1dbbca1d-db68-4d9c-b264-3f21e3261f9d"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-1dbbca1d-db68-4d9c-b264-3f21e3261f9d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-1dbbca1d-db68-4d9c-b264-3f21e3261f9d"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-1dbbca1d-db68-4d9c-b264-3f21e3261f9d"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-1dbbca1d-db68-4d9c-b264-3f21e3261f9d"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-1dbbca1d-db68-4d9c-b264-3f21e3261f9d"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-1dbbca1d-db68-4d9c-b264-3f21e3261f9d"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-1dbbca1d-db68-4d9c-b264-3f21e3261f9d"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-9e9877ca-b6e9-4409-b25d-3244d2e3348b {
  padding-left: 0px;
padding-right: 0px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-9e9877ca-b6e9-4409-b25d-3244d2e3348b {
  margin-bottom: 40px;
}
}







#s-9e9877ca-b6e9-4409-b25d-3244d2e3348b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9e9877ca-b6e9-4409-b25d-3244d2e3348b.shg-box.shg-c {
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-image-content-bottom {
  align-items: flex-end;
}
#s-5f006253-a222-445a-9723-b6b127c5987b {
  margin-top: 20px;
margin-bottom: 20px;
min-height: 64px;
text-align: center;
}




  #s-5f006253-a222-445a-9723-b6b127c5987b img.shogun-image {
    
    width: px;
  }


#s-5f006253-a222-445a-9723-b6b127c5987b .shogun-image-content {
  
    align-items: center;
  
}

#s-485cb973-19d5-4820-92d1-039a7eed7333 {
  padding-top: 0px;
padding-left: 3px;
padding-bottom: 0px;
padding-right: 3px;
text-align: center;
}

#s-485cb973-19d5-4820-92d1-039a7eed7333 .shogun-heading-component h6 {
  color: #000;
  font-weight:  800 ;
  font-family: "Poppins";
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-e9f7e3f0-64f4-46c1-8c02-ec2d7f6d8e60 {
  margin-top: 10px;
padding-left: 4%;
padding-right: 4%;
}

.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-24b92e54-5ddc-4046-994b-75118eb35579 {
  border-style: solid;
margin-top: 11px;
margin-bottom: 0%;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 0);
border-style: solid;
border-radius: 2px;
background-color: rgba(203, 16, 16, 1);
text-align: center;
text-decoration: none;
letter-spacing: 0px;
background-image: none;
hover-type: color;
}
#s-24b92e54-5ddc-4046-994b-75118eb35579:hover {background-color: rgba(8, 9, 9, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-24b92e54-5ddc-4046-994b-75118eb35579:active {background-color: rgba(76, 97, 107, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-24b92e54-5ddc-4046-994b-75118eb35579.shg-btn {
  color: #ffffff;
  font-size: ;
  font-weight: 700;
  
  font-family: Lato;
  display:  block ;
}

#s-36b86bda-11b1-4f57-ad7b-048200c84e5f {
  padding-left: 0px;
padding-right: 0px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-36b86bda-11b1-4f57-ad7b-048200c84e5f {
  margin-bottom: 40px;
}
}







#s-36b86bda-11b1-4f57-ad7b-048200c84e5f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-36b86bda-11b1-4f57-ad7b-048200c84e5f.shg-box.shg-c {
  justify-content: center;
}

#s-6d0e5d43-da85-4123-b4b9-22f813588656 {
  margin-top: 20px;
margin-bottom: 20px;
min-height: 64px;
text-align: center;
}




  #s-6d0e5d43-da85-4123-b4b9-22f813588656 img.shogun-image {
    
    width: px;
  }


#s-6d0e5d43-da85-4123-b4b9-22f813588656 .shogun-image-content {
  
    align-items: center;
  
}

#s-003f005f-2fcc-405c-a66c-635c33ee530d {
  padding-top: 0px;
padding-left: 3px;
padding-bottom: 0px;
padding-right: 3px;
text-align: center;
}

#s-003f005f-2fcc-405c-a66c-635c33ee530d .shogun-heading-component h6 {
  color: #000;
  font-weight:  800 ;
  font-family: "Poppins";
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-e5606fc5-e79c-4ed1-92eb-7aa5f8bf7c92 {
  margin-top: 10px;
padding-left: 4%;
padding-right: 4%;
}

#s-55513237-d79d-4e30-a0e5-53145322c63e {
  border-style: solid;
margin-top: 11px;
margin-bottom: 0%;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 0);
border-style: solid;
border-radius: 2px;
background-color: rgba(203, 16, 16, 1);
text-align: center;
text-decoration: none;
letter-spacing: 0px;
background-image: none;
hover-type: color;
}
#s-55513237-d79d-4e30-a0e5-53145322c63e:hover {background-color: rgba(8, 9, 9, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-55513237-d79d-4e30-a0e5-53145322c63e:active {background-color: rgba(76, 97, 107, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-55513237-d79d-4e30-a0e5-53145322c63e.shg-btn {
  color: #ffffff;
  font-size: ;
  font-weight: 700;
  
  font-family: Lato;
  display:  block ;
}

@media (min-width: 0px) {
[id="s-e59a5c1c-d781-4d24-a4ad-0999755fe6fd"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-e59a5c1c-d781-4d24-a4ad-0999755fe6fd"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-e59a5c1c-d781-4d24-a4ad-0999755fe6fd"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-e59a5c1c-d781-4d24-a4ad-0999755fe6fd"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-e59a5c1c-d781-4d24-a4ad-0999755fe6fd"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-e59a5c1c-d781-4d24-a4ad-0999755fe6fd"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-e59a5c1c-d781-4d24-a4ad-0999755fe6fd"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-e59a5c1c-d781-4d24-a4ad-0999755fe6fd"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-e59a5c1c-d781-4d24-a4ad-0999755fe6fd"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-e59a5c1c-d781-4d24-a4ad-0999755fe6fd"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-e59a5c1c-d781-4d24-a4ad-0999755fe6fd"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-e59a5c1c-d781-4d24-a4ad-0999755fe6fd"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-e59a5c1c-d781-4d24-a4ad-0999755fe6fd"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-e59a5c1c-d781-4d24-a4ad-0999755fe6fd"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-e59a5c1c-d781-4d24-a4ad-0999755fe6fd"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-e59a5c1c-d781-4d24-a4ad-0999755fe6fd"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-e59a5c1c-d781-4d24-a4ad-0999755fe6fd"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-e59a5c1c-d781-4d24-a4ad-0999755fe6fd"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-e59a5c1c-d781-4d24-a4ad-0999755fe6fd"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-e59a5c1c-d781-4d24-a4ad-0999755fe6fd"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-e59a5c1c-d781-4d24-a4ad-0999755fe6fd"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-e59a5c1c-d781-4d24-a4ad-0999755fe6fd"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-e59a5c1c-d781-4d24-a4ad-0999755fe6fd"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-e59a5c1c-d781-4d24-a4ad-0999755fe6fd"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-e59a5c1c-d781-4d24-a4ad-0999755fe6fd"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-e59a5c1c-d781-4d24-a4ad-0999755fe6fd"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-e59a5c1c-d781-4d24-a4ad-0999755fe6fd"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-e59a5c1c-d781-4d24-a4ad-0999755fe6fd"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-e59a5c1c-d781-4d24-a4ad-0999755fe6fd"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-e59a5c1c-d781-4d24-a4ad-0999755fe6fd"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-e59a5c1c-d781-4d24-a4ad-0999755fe6fd"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-e59a5c1c-d781-4d24-a4ad-0999755fe6fd"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-e59a5c1c-d781-4d24-a4ad-0999755fe6fd"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-e59a5c1c-d781-4d24-a4ad-0999755fe6fd"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-e59a5c1c-d781-4d24-a4ad-0999755fe6fd"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-e59a5c1c-d781-4d24-a4ad-0999755fe6fd"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-e59a5c1c-d781-4d24-a4ad-0999755fe6fd"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-e59a5c1c-d781-4d24-a4ad-0999755fe6fd"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-e59a5c1c-d781-4d24-a4ad-0999755fe6fd"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-e59a5c1c-d781-4d24-a4ad-0999755fe6fd"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-e59a5c1c-d781-4d24-a4ad-0999755fe6fd"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-e59a5c1c-d781-4d24-a4ad-0999755fe6fd"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-e59a5c1c-d781-4d24-a4ad-0999755fe6fd"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-e59a5c1c-d781-4d24-a4ad-0999755fe6fd"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-e59a5c1c-d781-4d24-a4ad-0999755fe6fd"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-e59a5c1c-d781-4d24-a4ad-0999755fe6fd"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-e59a5c1c-d781-4d24-a4ad-0999755fe6fd"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-e59a5c1c-d781-4d24-a4ad-0999755fe6fd"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-7b4aab32-1c5c-4a19-bc7a-e91d1c56af72 {
  padding-left: 0px;
padding-right: 0px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-7b4aab32-1c5c-4a19-bc7a-e91d1c56af72 {
  margin-bottom: 40px;
}
}







#s-7b4aab32-1c5c-4a19-bc7a-e91d1c56af72 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7b4aab32-1c5c-4a19-bc7a-e91d1c56af72.shg-box.shg-c {
  justify-content: center;
}

#s-b3d42eee-fcac-4f84-bf04-5fe364e758b2 {
  margin-top: 20px;
margin-bottom: 20px;
min-height: 64px;
text-align: center;
}




  #s-b3d42eee-fcac-4f84-bf04-5fe364e758b2 img.shogun-image {
    
    width: px;
  }


#s-b3d42eee-fcac-4f84-bf04-5fe364e758b2 .shogun-image-content {
  
    align-items: center;
  
}

#s-1b60061b-fc00-4b53-a8c3-45a0ad81714d {
  padding-top: 0px;
padding-left: 3px;
padding-bottom: 0px;
padding-right: 3px;
text-align: center;
}

#s-1b60061b-fc00-4b53-a8c3-45a0ad81714d .shogun-heading-component h6 {
  color: #000;
  font-weight:  800 ;
  font-family: "Poppins";
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-65309c33-624f-4331-b686-35c54246d536 {
  margin-top: 10px;
padding-left: 4%;
padding-right: 4%;
}

#s-873a39a0-2d7b-4f84-8537-c269b1362983 {
  border-style: solid;
margin-top: 11px;
margin-bottom: 0%;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 0);
border-style: solid;
border-radius: 2px;
background-color: rgba(203, 16, 16, 1);
text-align: center;
text-decoration: none;
letter-spacing: 0px;
background-image: none;
hover-type: color;
}
#s-873a39a0-2d7b-4f84-8537-c269b1362983:hover {background-color: rgba(8, 9, 9, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-873a39a0-2d7b-4f84-8537-c269b1362983:active {background-color: rgba(76, 97, 107, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-873a39a0-2d7b-4f84-8537-c269b1362983.shg-btn {
  color: #ffffff;
  font-size: ;
  font-weight: 700;
  
  font-family: Lato;
  display:  block ;
}

#s-c7e3ff99-4b2a-45a2-bc7e-15df8bd5e473 {
  padding-left: 0px;
padding-right: 0px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-c7e3ff99-4b2a-45a2-bc7e-15df8bd5e473 {
  margin-bottom: 40px;
}
}







#s-c7e3ff99-4b2a-45a2-bc7e-15df8bd5e473 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c7e3ff99-4b2a-45a2-bc7e-15df8bd5e473.shg-box.shg-c {
  justify-content: center;
}

#s-18ba0ca9-0fce-41c2-a4a6-d0ad7ed2e635 {
  margin-top: 20px;
margin-bottom: 20px;
min-height: 64px;
text-align: center;
}




  #s-18ba0ca9-0fce-41c2-a4a6-d0ad7ed2e635 img.shogun-image {
    
    width: px;
  }


#s-18ba0ca9-0fce-41c2-a4a6-d0ad7ed2e635 .shogun-image-content {
  
    align-items: center;
  
}

#s-f4b8ede5-f3cd-41fe-830a-4dcf75f8dcc9 {
  padding-top: 0px;
padding-left: 3px;
padding-bottom: 0px;
padding-right: 3px;
text-align: center;
}

#s-f4b8ede5-f3cd-41fe-830a-4dcf75f8dcc9 .shogun-heading-component h6 {
  color: #000;
  font-weight:  800 ;
  font-family: "Poppins";
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-43757720-be18-4c6f-934e-20f09aa1644c {
  margin-top: 10px;
padding-left: 4%;
padding-right: 4%;
}

#s-0cd85b9f-b4c7-4c2a-a4d7-906276738612 {
  border-style: solid;
margin-top: 11px;
margin-bottom: 0%;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 0);
border-style: solid;
border-radius: 2px;
background-color: rgba(203, 16, 16, 1);
text-align: center;
text-decoration: none;
letter-spacing: 0px;
background-image: none;
hover-type: color;
}
#s-0cd85b9f-b4c7-4c2a-a4d7-906276738612:hover {background-color: rgba(8, 9, 9, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-0cd85b9f-b4c7-4c2a-a4d7-906276738612:active {background-color: rgba(76, 97, 107, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-0cd85b9f-b4c7-4c2a-a4d7-906276738612.shg-btn {
  color: #ffffff;
  font-size: ;
  font-weight: 700;
  
  font-family: Lato;
  display:  block ;
}

#s-2955216c-ca33-4e12-aa15-8c074ad58caa {
  padding-top: 25px;
padding-bottom: 0px;
text-align: center;
}

#s-2955216c-ca33-4e12-aa15-8c074ad58caa .shogun-heading-component h4 {
  color: #000;
  font-weight:  800 ;
  font-family: "Poppins";
  font-style:   ;
  font-size: 26px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-02a48053-b2ce-47c4-bd1a-740100c2aa5c {
  margin-top: 20px;
margin-left: 3%;
margin-bottom: 20px;
margin-right: 3%;
}

@media (min-width: 0px) {
[id="s-02a48053-b2ce-47c4-bd1a-740100c2aa5c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-02a48053-b2ce-47c4-bd1a-740100c2aa5c"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-02a48053-b2ce-47c4-bd1a-740100c2aa5c"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-02a48053-b2ce-47c4-bd1a-740100c2aa5c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-02a48053-b2ce-47c4-bd1a-740100c2aa5c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-02a48053-b2ce-47c4-bd1a-740100c2aa5c"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-02a48053-b2ce-47c4-bd1a-740100c2aa5c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-02a48053-b2ce-47c4-bd1a-740100c2aa5c"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-02a48053-b2ce-47c4-bd1a-740100c2aa5c"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-02a48053-b2ce-47c4-bd1a-740100c2aa5c"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-02a48053-b2ce-47c4-bd1a-740100c2aa5c"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-02a48053-b2ce-47c4-bd1a-740100c2aa5c"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-02a48053-b2ce-47c4-bd1a-740100c2aa5c"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-02a48053-b2ce-47c4-bd1a-740100c2aa5c"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-02a48053-b2ce-47c4-bd1a-740100c2aa5c"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-02a48053-b2ce-47c4-bd1a-740100c2aa5c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-02a48053-b2ce-47c4-bd1a-740100c2aa5c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-02a48053-b2ce-47c4-bd1a-740100c2aa5c"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-02a48053-b2ce-47c4-bd1a-740100c2aa5c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-02a48053-b2ce-47c4-bd1a-740100c2aa5c"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-02a48053-b2ce-47c4-bd1a-740100c2aa5c"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-02a48053-b2ce-47c4-bd1a-740100c2aa5c"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-02a48053-b2ce-47c4-bd1a-740100c2aa5c"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-02a48053-b2ce-47c4-bd1a-740100c2aa5c"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-02a48053-b2ce-47c4-bd1a-740100c2aa5c"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-02a48053-b2ce-47c4-bd1a-740100c2aa5c"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-02a48053-b2ce-47c4-bd1a-740100c2aa5c"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-02a48053-b2ce-47c4-bd1a-740100c2aa5c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-02a48053-b2ce-47c4-bd1a-740100c2aa5c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-02a48053-b2ce-47c4-bd1a-740100c2aa5c"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-02a48053-b2ce-47c4-bd1a-740100c2aa5c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-02a48053-b2ce-47c4-bd1a-740100c2aa5c"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-02a48053-b2ce-47c4-bd1a-740100c2aa5c"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-02a48053-b2ce-47c4-bd1a-740100c2aa5c"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-02a48053-b2ce-47c4-bd1a-740100c2aa5c"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-02a48053-b2ce-47c4-bd1a-740100c2aa5c"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-02a48053-b2ce-47c4-bd1a-740100c2aa5c"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 0px) {
[id="s-57ade8d0-92a2-470d-bc7b-f6139d3183ed"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-57ade8d0-92a2-470d-bc7b-f6139d3183ed"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-57ade8d0-92a2-470d-bc7b-f6139d3183ed"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-57ade8d0-92a2-470d-bc7b-f6139d3183ed"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-57ade8d0-92a2-470d-bc7b-f6139d3183ed"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-57ade8d0-92a2-470d-bc7b-f6139d3183ed"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-57ade8d0-92a2-470d-bc7b-f6139d3183ed"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-57ade8d0-92a2-470d-bc7b-f6139d3183ed"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-57ade8d0-92a2-470d-bc7b-f6139d3183ed"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-57ade8d0-92a2-470d-bc7b-f6139d3183ed"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-57ade8d0-92a2-470d-bc7b-f6139d3183ed"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-57ade8d0-92a2-470d-bc7b-f6139d3183ed"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-57ade8d0-92a2-470d-bc7b-f6139d3183ed"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-57ade8d0-92a2-470d-bc7b-f6139d3183ed"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-57ade8d0-92a2-470d-bc7b-f6139d3183ed"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-57ade8d0-92a2-470d-bc7b-f6139d3183ed"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-57ade8d0-92a2-470d-bc7b-f6139d3183ed"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-57ade8d0-92a2-470d-bc7b-f6139d3183ed"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-57ade8d0-92a2-470d-bc7b-f6139d3183ed"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-57ade8d0-92a2-470d-bc7b-f6139d3183ed"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-57ade8d0-92a2-470d-bc7b-f6139d3183ed"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-57ade8d0-92a2-470d-bc7b-f6139d3183ed"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-57ade8d0-92a2-470d-bc7b-f6139d3183ed"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-57ade8d0-92a2-470d-bc7b-f6139d3183ed"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-57ade8d0-92a2-470d-bc7b-f6139d3183ed"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-57ade8d0-92a2-470d-bc7b-f6139d3183ed"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-57ade8d0-92a2-470d-bc7b-f6139d3183ed"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-57ade8d0-92a2-470d-bc7b-f6139d3183ed"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-57ade8d0-92a2-470d-bc7b-f6139d3183ed"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-57ade8d0-92a2-470d-bc7b-f6139d3183ed"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-57ade8d0-92a2-470d-bc7b-f6139d3183ed"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-57ade8d0-92a2-470d-bc7b-f6139d3183ed"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-57ade8d0-92a2-470d-bc7b-f6139d3183ed"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-57ade8d0-92a2-470d-bc7b-f6139d3183ed"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-57ade8d0-92a2-470d-bc7b-f6139d3183ed"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-57ade8d0-92a2-470d-bc7b-f6139d3183ed"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-57ade8d0-92a2-470d-bc7b-f6139d3183ed"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-57ade8d0-92a2-470d-bc7b-f6139d3183ed"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-57ade8d0-92a2-470d-bc7b-f6139d3183ed"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-57ade8d0-92a2-470d-bc7b-f6139d3183ed"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-57ade8d0-92a2-470d-bc7b-f6139d3183ed"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-57ade8d0-92a2-470d-bc7b-f6139d3183ed"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-57ade8d0-92a2-470d-bc7b-f6139d3183ed"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-57ade8d0-92a2-470d-bc7b-f6139d3183ed"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-57ade8d0-92a2-470d-bc7b-f6139d3183ed"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-57ade8d0-92a2-470d-bc7b-f6139d3183ed"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-57ade8d0-92a2-470d-bc7b-f6139d3183ed"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-57ade8d0-92a2-470d-bc7b-f6139d3183ed"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-606665c8-3728-42c1-a623-ddcf1400ba82 {
  padding-top: 0px;
padding-left: 3px;
padding-bottom: 0px;
padding-right: 3px;
text-align: center;
}

#s-606665c8-3728-42c1-a623-ddcf1400ba82 .shogun-heading-component h3 {
  color: #000;
  font-weight:  800 ;
  font-family: "Poppins";
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-e401d56a-9209-44e4-92a8-247e6136772a {
  display: none;
}
#s-9f7c11b6-3c01-4f9f-b466-cea04c941ba6 {
  text-align: center;
}

#s-9f7c11b6-3c01-4f9f-b466-cea04c941ba6 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-9f7c11b6-3c01-4f9f-b466-cea04c941ba6 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-9f7c11b6-3c01-4f9f-b466-cea04c941ba6 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

.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-a27695da-86d2-4922-8dd9-ec38def33618 {
  text-align: left;
}


.shg-c#s-a27695da-86d2-4922-8dd9-ec38def33618 {
  max-width: 100%;
}

.shg-c#s-a27695da-86d2-4922-8dd9-ec38def33618 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a27695da-86d2-4922-8dd9-ec38def33618 .shg-image-zoom,
.shg-c#s-a27695da-86d2-4922-8dd9-ec38def33618 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a27695da-86d2-4922-8dd9-ec38def33618 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-a27695da-86d2-4922-8dd9-ec38def33618 {
  max-width: 100%;
}

.shg-c#s-a27695da-86d2-4922-8dd9-ec38def33618 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a27695da-86d2-4922-8dd9-ec38def33618 .shg-image-zoom,
.shg-c#s-a27695da-86d2-4922-8dd9-ec38def33618 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a27695da-86d2-4922-8dd9-ec38def33618 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-a27695da-86d2-4922-8dd9-ec38def33618 {
  max-width: 100%;
}

.shg-c#s-a27695da-86d2-4922-8dd9-ec38def33618 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a27695da-86d2-4922-8dd9-ec38def33618 .shg-image-zoom,
.shg-c#s-a27695da-86d2-4922-8dd9-ec38def33618 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a27695da-86d2-4922-8dd9-ec38def33618 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-a27695da-86d2-4922-8dd9-ec38def33618 {
  max-width: 100%;
}

.shg-c#s-a27695da-86d2-4922-8dd9-ec38def33618 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a27695da-86d2-4922-8dd9-ec38def33618 .shg-image-zoom,
.shg-c#s-a27695da-86d2-4922-8dd9-ec38def33618 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a27695da-86d2-4922-8dd9-ec38def33618 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-a27695da-86d2-4922-8dd9-ec38def33618 {
  max-width: 100%;
}

.shg-c#s-a27695da-86d2-4922-8dd9-ec38def33618 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a27695da-86d2-4922-8dd9-ec38def33618 .shg-image-zoom,
.shg-c#s-a27695da-86d2-4922-8dd9-ec38def33618 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a27695da-86d2-4922-8dd9-ec38def33618 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
.shg-c#s-a27695da-86d2-4922-8dd9-ec38def33618 {
  max-width: 100%;
}

.shg-c#s-a27695da-86d2-4922-8dd9-ec38def33618 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a27695da-86d2-4922-8dd9-ec38def33618 .shg-image-zoom,
.shg-c#s-a27695da-86d2-4922-8dd9-ec38def33618 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a27695da-86d2-4922-8dd9-ec38def33618 .shg-image-zoom {
  
    margin-left: 0px;
  
}


#s-c9aec7a3-322a-473e-8a54-eaee97a6cd78 {
  text-align: left;
}

#s-c9aec7a3-322a-473e-8a54-eaee97a6cd78 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-c9aec7a3-322a-473e-8a54-eaee97a6cd78 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-c9aec7a3-322a-473e-8a54-eaee97a6cd78 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-c9aec7a3-322a-473e-8a54-eaee97a6cd78 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}


#s-d288ac0f-e17d-4c6c-a814-da158c73099d {
  border-style: solid;
margin-top: 10px;
margin-bottom: 10px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 0);
border-style: solid;
border-radius: 2px;
background-color: rgba(203, 16, 16, 1);
text-align: center;
text-decoration: none;
letter-spacing: 0px;
background-image: none;
hover-type: color;
}
#s-d288ac0f-e17d-4c6c-a814-da158c73099d:hover {background-color: rgba(8, 9, 9, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-d288ac0f-e17d-4c6c-a814-da158c73099d:active {background-color: rgba(76, 97, 107, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-d288ac0f-e17d-4c6c-a814-da158c73099d.shg-btn {
  color: #ffffff;
  font-size: ;
  font-weight: 700;
  
  font-family: Lato;
  display:  block ;
}

#s-20e4b5da-ea32-4bab-88f5-1ed350e7cd65 {
  padding-top: 0px;
padding-left: 3px;
padding-bottom: 0px;
padding-right: 3px;
text-align: center;
}

#s-20e4b5da-ea32-4bab-88f5-1ed350e7cd65 .shogun-heading-component h3 {
  color: #000;
  font-weight:  800 ;
  font-family: "Poppins";
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-57a136aa-53f7-44fd-97ea-17259c78558f {
  display: none;
}
#s-4ab961e9-c62f-4501-9305-4898212d7aef {
  text-align: center;
}

#s-4ab961e9-c62f-4501-9305-4898212d7aef .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-4ab961e9-c62f-4501-9305-4898212d7aef .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-4ab961e9-c62f-4501-9305-4898212d7aef .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-d66dd1b8-0f4e-44ea-9db5-e64d845c0dbc {
  text-align: left;
}


.shg-c#s-d66dd1b8-0f4e-44ea-9db5-e64d845c0dbc {
  max-width: 100%;
}

.shg-c#s-d66dd1b8-0f4e-44ea-9db5-e64d845c0dbc img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d66dd1b8-0f4e-44ea-9db5-e64d845c0dbc .shg-image-zoom,
.shg-c#s-d66dd1b8-0f4e-44ea-9db5-e64d845c0dbc img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d66dd1b8-0f4e-44ea-9db5-e64d845c0dbc .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-d66dd1b8-0f4e-44ea-9db5-e64d845c0dbc {
  max-width: 100%;
}

.shg-c#s-d66dd1b8-0f4e-44ea-9db5-e64d845c0dbc img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d66dd1b8-0f4e-44ea-9db5-e64d845c0dbc .shg-image-zoom,
.shg-c#s-d66dd1b8-0f4e-44ea-9db5-e64d845c0dbc img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d66dd1b8-0f4e-44ea-9db5-e64d845c0dbc .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-d66dd1b8-0f4e-44ea-9db5-e64d845c0dbc {
  max-width: 100%;
}

.shg-c#s-d66dd1b8-0f4e-44ea-9db5-e64d845c0dbc img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d66dd1b8-0f4e-44ea-9db5-e64d845c0dbc .shg-image-zoom,
.shg-c#s-d66dd1b8-0f4e-44ea-9db5-e64d845c0dbc img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d66dd1b8-0f4e-44ea-9db5-e64d845c0dbc .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-d66dd1b8-0f4e-44ea-9db5-e64d845c0dbc {
  max-width: 100%;
}

.shg-c#s-d66dd1b8-0f4e-44ea-9db5-e64d845c0dbc img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d66dd1b8-0f4e-44ea-9db5-e64d845c0dbc .shg-image-zoom,
.shg-c#s-d66dd1b8-0f4e-44ea-9db5-e64d845c0dbc img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d66dd1b8-0f4e-44ea-9db5-e64d845c0dbc .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-d66dd1b8-0f4e-44ea-9db5-e64d845c0dbc {
  max-width: 100%;
}

.shg-c#s-d66dd1b8-0f4e-44ea-9db5-e64d845c0dbc img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d66dd1b8-0f4e-44ea-9db5-e64d845c0dbc .shg-image-zoom,
.shg-c#s-d66dd1b8-0f4e-44ea-9db5-e64d845c0dbc img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d66dd1b8-0f4e-44ea-9db5-e64d845c0dbc .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
.shg-c#s-d66dd1b8-0f4e-44ea-9db5-e64d845c0dbc {
  max-width: 100%;
}

.shg-c#s-d66dd1b8-0f4e-44ea-9db5-e64d845c0dbc img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d66dd1b8-0f4e-44ea-9db5-e64d845c0dbc .shg-image-zoom,
.shg-c#s-d66dd1b8-0f4e-44ea-9db5-e64d845c0dbc img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d66dd1b8-0f4e-44ea-9db5-e64d845c0dbc .shg-image-zoom {
  
    margin-left: 0px;
  
}


#s-c5cfb0cf-5f08-4987-a676-6f1f4d85638f {
  text-align: left;
}

#s-c5cfb0cf-5f08-4987-a676-6f1f4d85638f .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-c5cfb0cf-5f08-4987-a676-6f1f4d85638f .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-c5cfb0cf-5f08-4987-a676-6f1f4d85638f .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-c5cfb0cf-5f08-4987-a676-6f1f4d85638f .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}


#s-842b1627-8926-41ab-b54c-e246085674b0 {
  border-style: solid;
margin-top: 10px;
margin-bottom: 10px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 0);
border-style: solid;
border-radius: 2px;
background-color: rgba(203, 16, 16, 1);
text-align: center;
text-decoration: none;
letter-spacing: 0px;
background-image: none;
hover-type: color;
}
#s-842b1627-8926-41ab-b54c-e246085674b0:hover {background-color: rgba(8, 9, 9, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-842b1627-8926-41ab-b54c-e246085674b0:active {background-color: rgba(76, 97, 107, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-842b1627-8926-41ab-b54c-e246085674b0.shg-btn {
  color: #ffffff;
  font-size: ;
  font-weight: 700;
  
  font-family: Lato;
  display:  block ;
}

@media (min-width: 0px) {
[id="s-f0f206f4-b674-466e-bd9e-40474a142109"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-f0f206f4-b674-466e-bd9e-40474a142109"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-f0f206f4-b674-466e-bd9e-40474a142109"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-f0f206f4-b674-466e-bd9e-40474a142109"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-f0f206f4-b674-466e-bd9e-40474a142109"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-f0f206f4-b674-466e-bd9e-40474a142109"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-f0f206f4-b674-466e-bd9e-40474a142109"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-f0f206f4-b674-466e-bd9e-40474a142109"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-f0f206f4-b674-466e-bd9e-40474a142109"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-f0f206f4-b674-466e-bd9e-40474a142109"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-f0f206f4-b674-466e-bd9e-40474a142109"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-f0f206f4-b674-466e-bd9e-40474a142109"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-f0f206f4-b674-466e-bd9e-40474a142109"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-f0f206f4-b674-466e-bd9e-40474a142109"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-f0f206f4-b674-466e-bd9e-40474a142109"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-f0f206f4-b674-466e-bd9e-40474a142109"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-f0f206f4-b674-466e-bd9e-40474a142109"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-f0f206f4-b674-466e-bd9e-40474a142109"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-f0f206f4-b674-466e-bd9e-40474a142109"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-f0f206f4-b674-466e-bd9e-40474a142109"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-f0f206f4-b674-466e-bd9e-40474a142109"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-f0f206f4-b674-466e-bd9e-40474a142109"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-f0f206f4-b674-466e-bd9e-40474a142109"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-f0f206f4-b674-466e-bd9e-40474a142109"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-f0f206f4-b674-466e-bd9e-40474a142109"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-f0f206f4-b674-466e-bd9e-40474a142109"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-f0f206f4-b674-466e-bd9e-40474a142109"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-f0f206f4-b674-466e-bd9e-40474a142109"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-f0f206f4-b674-466e-bd9e-40474a142109"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-f0f206f4-b674-466e-bd9e-40474a142109"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-f0f206f4-b674-466e-bd9e-40474a142109"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-f0f206f4-b674-466e-bd9e-40474a142109"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-f0f206f4-b674-466e-bd9e-40474a142109"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-f0f206f4-b674-466e-bd9e-40474a142109"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-f0f206f4-b674-466e-bd9e-40474a142109"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-f0f206f4-b674-466e-bd9e-40474a142109"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-f0f206f4-b674-466e-bd9e-40474a142109"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-f0f206f4-b674-466e-bd9e-40474a142109"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-f0f206f4-b674-466e-bd9e-40474a142109"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-f0f206f4-b674-466e-bd9e-40474a142109"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-f0f206f4-b674-466e-bd9e-40474a142109"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-f0f206f4-b674-466e-bd9e-40474a142109"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-f0f206f4-b674-466e-bd9e-40474a142109"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-f0f206f4-b674-466e-bd9e-40474a142109"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-f0f206f4-b674-466e-bd9e-40474a142109"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-f0f206f4-b674-466e-bd9e-40474a142109"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-f0f206f4-b674-466e-bd9e-40474a142109"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-f0f206f4-b674-466e-bd9e-40474a142109"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-73af81c5-7cd7-4d0e-92a6-022d950e078b {
  padding-top: 0px;
padding-left: 3px;
padding-bottom: 0px;
padding-right: 3px;
text-align: center;
}

#s-73af81c5-7cd7-4d0e-92a6-022d950e078b .shogun-heading-component h3 {
  color: #000;
  font-weight:  800 ;
  font-family: "Poppins";
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-8b61dc1c-9d67-433f-8246-9745694d4a27 {
  display: none;
}
#s-af03eb26-13ca-4c2d-bc23-9cf7a0c39b41 {
  text-align: center;
}

#s-af03eb26-13ca-4c2d-bc23-9cf7a0c39b41 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-af03eb26-13ca-4c2d-bc23-9cf7a0c39b41 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-af03eb26-13ca-4c2d-bc23-9cf7a0c39b41 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-59d226c9-bf9d-442e-b2e9-1d63a28e716f {
  text-align: left;
}


.shg-c#s-59d226c9-bf9d-442e-b2e9-1d63a28e716f {
  max-width: 100%;
}

.shg-c#s-59d226c9-bf9d-442e-b2e9-1d63a28e716f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-59d226c9-bf9d-442e-b2e9-1d63a28e716f .shg-image-zoom,
.shg-c#s-59d226c9-bf9d-442e-b2e9-1d63a28e716f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-59d226c9-bf9d-442e-b2e9-1d63a28e716f .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-59d226c9-bf9d-442e-b2e9-1d63a28e716f {
  max-width: 100%;
}

.shg-c#s-59d226c9-bf9d-442e-b2e9-1d63a28e716f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-59d226c9-bf9d-442e-b2e9-1d63a28e716f .shg-image-zoom,
.shg-c#s-59d226c9-bf9d-442e-b2e9-1d63a28e716f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-59d226c9-bf9d-442e-b2e9-1d63a28e716f .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-59d226c9-bf9d-442e-b2e9-1d63a28e716f {
  max-width: 100%;
}

.shg-c#s-59d226c9-bf9d-442e-b2e9-1d63a28e716f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-59d226c9-bf9d-442e-b2e9-1d63a28e716f .shg-image-zoom,
.shg-c#s-59d226c9-bf9d-442e-b2e9-1d63a28e716f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-59d226c9-bf9d-442e-b2e9-1d63a28e716f .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-59d226c9-bf9d-442e-b2e9-1d63a28e716f {
  max-width: 100%;
}

.shg-c#s-59d226c9-bf9d-442e-b2e9-1d63a28e716f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-59d226c9-bf9d-442e-b2e9-1d63a28e716f .shg-image-zoom,
.shg-c#s-59d226c9-bf9d-442e-b2e9-1d63a28e716f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-59d226c9-bf9d-442e-b2e9-1d63a28e716f .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-59d226c9-bf9d-442e-b2e9-1d63a28e716f {
  max-width: 100%;
}

.shg-c#s-59d226c9-bf9d-442e-b2e9-1d63a28e716f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-59d226c9-bf9d-442e-b2e9-1d63a28e716f .shg-image-zoom,
.shg-c#s-59d226c9-bf9d-442e-b2e9-1d63a28e716f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-59d226c9-bf9d-442e-b2e9-1d63a28e716f .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
.shg-c#s-59d226c9-bf9d-442e-b2e9-1d63a28e716f {
  max-width: 100%;
}

.shg-c#s-59d226c9-bf9d-442e-b2e9-1d63a28e716f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-59d226c9-bf9d-442e-b2e9-1d63a28e716f .shg-image-zoom,
.shg-c#s-59d226c9-bf9d-442e-b2e9-1d63a28e716f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-59d226c9-bf9d-442e-b2e9-1d63a28e716f .shg-image-zoom {
  
    margin-left: 0px;
  
}


#s-d477c94e-590a-4a6b-8b89-c3610e1462d9 {
  text-align: left;
}

#s-d477c94e-590a-4a6b-8b89-c3610e1462d9 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-d477c94e-590a-4a6b-8b89-c3610e1462d9 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-d477c94e-590a-4a6b-8b89-c3610e1462d9 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-d477c94e-590a-4a6b-8b89-c3610e1462d9 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}


#s-d34b2278-bbf6-43ef-93f1-f6705c78ae8f {
  border-style: solid;
margin-top: 10px;
margin-bottom: 10px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 0);
border-style: solid;
border-radius: 2px;
background-color: rgba(203, 16, 16, 1);
text-align: center;
text-decoration: none;
letter-spacing: 0px;
background-image: none;
hover-type: color;
}
#s-d34b2278-bbf6-43ef-93f1-f6705c78ae8f:hover {background-color: rgba(8, 9, 9, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-d34b2278-bbf6-43ef-93f1-f6705c78ae8f:active {background-color: rgba(76, 97, 107, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-d34b2278-bbf6-43ef-93f1-f6705c78ae8f.shg-btn {
  color: #ffffff;
  font-size: ;
  font-weight: 700;
  
  font-family: Lato;
  display:  block ;
}

#s-6e28bb56-0997-4039-b4f0-b34a36342267 {
  display: none;
}
#s-956e506e-54a5-433a-a42f-47d40d79a46f {
  padding-top: 0px;
padding-left: 3px;
padding-bottom: 0px;
padding-right: 3px;
text-align: center;
}

#s-956e506e-54a5-433a-a42f-47d40d79a46f .shogun-heading-component h3 {
  color: #000;
  font-weight:  800 ;
  font-family: "Poppins";
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-d85a4c10-ec1c-4252-ac4d-0d3d8c64fb05 {
  text-align: center;
}

#s-d85a4c10-ec1c-4252-ac4d-0d3d8c64fb05 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-d85a4c10-ec1c-4252-ac4d-0d3d8c64fb05 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-d85a4c10-ec1c-4252-ac4d-0d3d8c64fb05 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-e5448d11-0a5d-4d27-8a31-016930b38de5 {
  text-align: left;
}


.shg-c#s-e5448d11-0a5d-4d27-8a31-016930b38de5 {
  max-width: 100%;
}

.shg-c#s-e5448d11-0a5d-4d27-8a31-016930b38de5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e5448d11-0a5d-4d27-8a31-016930b38de5 .shg-image-zoom,
.shg-c#s-e5448d11-0a5d-4d27-8a31-016930b38de5 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e5448d11-0a5d-4d27-8a31-016930b38de5 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-e5448d11-0a5d-4d27-8a31-016930b38de5 {
  max-width: 100%;
}

.shg-c#s-e5448d11-0a5d-4d27-8a31-016930b38de5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e5448d11-0a5d-4d27-8a31-016930b38de5 .shg-image-zoom,
.shg-c#s-e5448d11-0a5d-4d27-8a31-016930b38de5 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e5448d11-0a5d-4d27-8a31-016930b38de5 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-e5448d11-0a5d-4d27-8a31-016930b38de5 {
  max-width: 100%;
}

.shg-c#s-e5448d11-0a5d-4d27-8a31-016930b38de5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e5448d11-0a5d-4d27-8a31-016930b38de5 .shg-image-zoom,
.shg-c#s-e5448d11-0a5d-4d27-8a31-016930b38de5 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e5448d11-0a5d-4d27-8a31-016930b38de5 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-e5448d11-0a5d-4d27-8a31-016930b38de5 {
  max-width: 100%;
}

.shg-c#s-e5448d11-0a5d-4d27-8a31-016930b38de5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e5448d11-0a5d-4d27-8a31-016930b38de5 .shg-image-zoom,
.shg-c#s-e5448d11-0a5d-4d27-8a31-016930b38de5 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e5448d11-0a5d-4d27-8a31-016930b38de5 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-e5448d11-0a5d-4d27-8a31-016930b38de5 {
  max-width: 100%;
}

.shg-c#s-e5448d11-0a5d-4d27-8a31-016930b38de5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e5448d11-0a5d-4d27-8a31-016930b38de5 .shg-image-zoom,
.shg-c#s-e5448d11-0a5d-4d27-8a31-016930b38de5 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e5448d11-0a5d-4d27-8a31-016930b38de5 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
.shg-c#s-e5448d11-0a5d-4d27-8a31-016930b38de5 {
  max-width: 100%;
}

.shg-c#s-e5448d11-0a5d-4d27-8a31-016930b38de5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e5448d11-0a5d-4d27-8a31-016930b38de5 .shg-image-zoom,
.shg-c#s-e5448d11-0a5d-4d27-8a31-016930b38de5 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e5448d11-0a5d-4d27-8a31-016930b38de5 .shg-image-zoom {
  
    margin-left: 0px;
  
}


#s-e45e4c7e-0a92-43a0-8089-8a2eea55435e {
  text-align: left;
}

#s-e45e4c7e-0a92-43a0-8089-8a2eea55435e .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-e45e4c7e-0a92-43a0-8089-8a2eea55435e .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-e45e4c7e-0a92-43a0-8089-8a2eea55435e .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-e45e4c7e-0a92-43a0-8089-8a2eea55435e .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}


#s-a973e008-4980-4a17-b76f-141205b5e7b7 {
  border-style: solid;
margin-top: 10px;
margin-bottom: 10px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 0);
border-style: solid;
border-radius: 2px;
background-color: rgba(203, 16, 16, 1);
text-align: center;
text-decoration: none;
letter-spacing: 0px;
background-image: none;
hover-type: color;
}
#s-a973e008-4980-4a17-b76f-141205b5e7b7:hover {background-color: rgba(8, 9, 9, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-a973e008-4980-4a17-b76f-141205b5e7b7:active {background-color: rgba(76, 97, 107, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-a973e008-4980-4a17-b76f-141205b5e7b7.shg-btn {
  color: #ffffff;
  font-size: ;
  font-weight: 700;
  
  font-family: Lato;
  display:  block ;
}

#s-a45e6900-4c08-49de-81c2-dd92982dc73c hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-24f8f5d0-e4cc-4fbc-b2f4-6ee9cfb563e9 {
  margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-left: 10%;
padding-right: 10%;
}
@media (min-width: 768px) and (max-width: 991px){#s-24f8f5d0-e4cc-4fbc-b2f4-6ee9cfb563e9 {
  padding-left: 5%;
padding-right: 5%;
}
}@media (max-width: 767px){#s-24f8f5d0-e4cc-4fbc-b2f4-6ee9cfb563e9 {
  padding-left: 20px;
padding-right: 20px;
}
}
@media (min-width: 0px) {
[id="s-24f8f5d0-e4cc-4fbc-b2f4-6ee9cfb563e9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-24f8f5d0-e4cc-4fbc-b2f4-6ee9cfb563e9"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-24f8f5d0-e4cc-4fbc-b2f4-6ee9cfb563e9"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-24f8f5d0-e4cc-4fbc-b2f4-6ee9cfb563e9"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-24f8f5d0-e4cc-4fbc-b2f4-6ee9cfb563e9"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-24f8f5d0-e4cc-4fbc-b2f4-6ee9cfb563e9"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-24f8f5d0-e4cc-4fbc-b2f4-6ee9cfb563e9"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-24f8f5d0-e4cc-4fbc-b2f4-6ee9cfb563e9"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-24f8f5d0-e4cc-4fbc-b2f4-6ee9cfb563e9"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-24f8f5d0-e4cc-4fbc-b2f4-6ee9cfb563e9"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-24f8f5d0-e4cc-4fbc-b2f4-6ee9cfb563e9"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-24f8f5d0-e4cc-4fbc-b2f4-6ee9cfb563e9"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-24f8f5d0-e4cc-4fbc-b2f4-6ee9cfb563e9"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-24f8f5d0-e4cc-4fbc-b2f4-6ee9cfb563e9"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-24f8f5d0-e4cc-4fbc-b2f4-6ee9cfb563e9"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-24f8f5d0-e4cc-4fbc-b2f4-6ee9cfb563e9"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-24f8f5d0-e4cc-4fbc-b2f4-6ee9cfb563e9"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-24f8f5d0-e4cc-4fbc-b2f4-6ee9cfb563e9"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-24f8f5d0-e4cc-4fbc-b2f4-6ee9cfb563e9"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-24f8f5d0-e4cc-4fbc-b2f4-6ee9cfb563e9"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-24f8f5d0-e4cc-4fbc-b2f4-6ee9cfb563e9"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-24f8f5d0-e4cc-4fbc-b2f4-6ee9cfb563e9"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-24f8f5d0-e4cc-4fbc-b2f4-6ee9cfb563e9"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-24f8f5d0-e4cc-4fbc-b2f4-6ee9cfb563e9"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-24f8f5d0-e4cc-4fbc-b2f4-6ee9cfb563e9"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-24f8f5d0-e4cc-4fbc-b2f4-6ee9cfb563e9"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-24f8f5d0-e4cc-4fbc-b2f4-6ee9cfb563e9"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-24f8f5d0-e4cc-4fbc-b2f4-6ee9cfb563e9"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-24f8f5d0-e4cc-4fbc-b2f4-6ee9cfb563e9"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-24f8f5d0-e4cc-4fbc-b2f4-6ee9cfb563e9"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-24f8f5d0-e4cc-4fbc-b2f4-6ee9cfb563e9"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-24f8f5d0-e4cc-4fbc-b2f4-6ee9cfb563e9"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-24f8f5d0-e4cc-4fbc-b2f4-6ee9cfb563e9"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-24f8f5d0-e4cc-4fbc-b2f4-6ee9cfb563e9"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-24f8f5d0-e4cc-4fbc-b2f4-6ee9cfb563e9"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-24f8f5d0-e4cc-4fbc-b2f4-6ee9cfb563e9"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-24f8f5d0-e4cc-4fbc-b2f4-6ee9cfb563e9"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 25.0px);
}

}

#s-9170f422-bae3-4af8-8915-b404b0d27baf {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9170f422-bae3-4af8-8915-b404b0d27baf .shogun-heading-component h2 {
  color: #000;
  font-weight:  800 ;
  font-family: "Poppins";
  font-style:   ;
  font-size: 26px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-a114629c-d94c-4631-a82e-b746b95b4c8a {
  border-style: solid;
margin-top: 20px;
margin-left: 3%;
margin-bottom: 20px;
margin-right: 3%;
padding-left: 3%;
padding-right: 3%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: #000;
border-style: solid;
background-color: rgba(195, 223, 246, 1);
}

#s-52e0092c-4cd9-4388-ac96-0122812b3d84 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-52e0092c-4cd9-4388-ac96-0122812b3d84 .shogun-heading-component h2 {
  color: #000;
  font-weight:  800 ;
  font-family: "Poppins";
  font-style:   ;
  font-size: 26px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-70ce0f06-fe25-4fe1-8736-3b5fa77b9f28 {
  border-style: solid;
margin-top: 20px;
margin-left: 3%;
margin-bottom: 20px;
margin-right: 3%;
padding-left: 3%;
padding-right: 3%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: #000;
border-style: solid;
background-color: rgba(195, 223, 246, 1);
}

#s-ff9f18ec-bfe3-4a51-b0a7-75646c1ce2fa hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-5b6f8b80-027b-4c25-8199-68c3578b14d6 {
  margin-top: 20px;
margin-left: 4%;
margin-bottom: 20px;
margin-right: 4%;
}

#s-4aa6be88-b475-4053-a263-0ae6cbedefc0 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
min-height: 600px;
background-position: center center;
}
@media (min-width: 1200px){#s-4aa6be88-b475-4053-a263-0ae6cbedefc0 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-4aa6be88-b475-4053-a263-0ae6cbedefc0 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-4aa6be88-b475-4053-a263-0ae6cbedefc0 {
  min-height: 480px;
}
}@media (max-width: 767px){#s-4aa6be88-b475-4053-a263-0ae6cbedefc0 {
  min-height: 480px;
}
}







#s-4aa6be88-b475-4053-a263-0ae6cbedefc0 > .shg-box-overlay {
  background-color: rgba(62, 45, 45, 1);
  opacity: 0.7499999999999999;
}#s-4aa6be88-b475-4053-a263-0ae6cbedefc0.shg-box.shg-c {
  justify-content: center;
}

#s-a989776c-1cf7-40ba-a41e-6f5076fa2c63 {
  margin-top: 10px;
margin-bottom: 10px;
}
@media (min-width: 1200px){#s-a989776c-1cf7-40ba-a41e-6f5076fa2c63 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a989776c-1cf7-40ba-a41e-6f5076fa2c63 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-a989776c-1cf7-40ba-a41e-6f5076fa2c63 {
  
}
}@media (max-width: 767px){#s-a989776c-1cf7-40ba-a41e-6f5076fa2c63 {
  
}
}
@media (min-width: 0px) {
[id="s-a989776c-1cf7-40ba-a41e-6f5076fa2c63"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a989776c-1cf7-40ba-a41e-6f5076fa2c63"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-a989776c-1cf7-40ba-a41e-6f5076fa2c63"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-a989776c-1cf7-40ba-a41e-6f5076fa2c63"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-a989776c-1cf7-40ba-a41e-6f5076fa2c63"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-a989776c-1cf7-40ba-a41e-6f5076fa2c63"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-a989776c-1cf7-40ba-a41e-6f5076fa2c63"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-a989776c-1cf7-40ba-a41e-6f5076fa2c63"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-a989776c-1cf7-40ba-a41e-6f5076fa2c63"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-a989776c-1cf7-40ba-a41e-6f5076fa2c63"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-a989776c-1cf7-40ba-a41e-6f5076fa2c63"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-a989776c-1cf7-40ba-a41e-6f5076fa2c63"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-a989776c-1cf7-40ba-a41e-6f5076fa2c63"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-a989776c-1cf7-40ba-a41e-6f5076fa2c63"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-a989776c-1cf7-40ba-a41e-6f5076fa2c63"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-a989776c-1cf7-40ba-a41e-6f5076fa2c63"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-a989776c-1cf7-40ba-a41e-6f5076fa2c63"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-a989776c-1cf7-40ba-a41e-6f5076fa2c63"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-a989776c-1cf7-40ba-a41e-6f5076fa2c63"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-a989776c-1cf7-40ba-a41e-6f5076fa2c63"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-a989776c-1cf7-40ba-a41e-6f5076fa2c63"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-a989776c-1cf7-40ba-a41e-6f5076fa2c63"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-a989776c-1cf7-40ba-a41e-6f5076fa2c63"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-a989776c-1cf7-40ba-a41e-6f5076fa2c63"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-a989776c-1cf7-40ba-a41e-6f5076fa2c63"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-a989776c-1cf7-40ba-a41e-6f5076fa2c63"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-a989776c-1cf7-40ba-a41e-6f5076fa2c63"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-a989776c-1cf7-40ba-a41e-6f5076fa2c63"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-a989776c-1cf7-40ba-a41e-6f5076fa2c63"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-a989776c-1cf7-40ba-a41e-6f5076fa2c63"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-a989776c-1cf7-40ba-a41e-6f5076fa2c63"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-a989776c-1cf7-40ba-a41e-6f5076fa2c63"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-a989776c-1cf7-40ba-a41e-6f5076fa2c63"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-a989776c-1cf7-40ba-a41e-6f5076fa2c63"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-a989776c-1cf7-40ba-a41e-6f5076fa2c63"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-a989776c-1cf7-40ba-a41e-6f5076fa2c63"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-a989776c-1cf7-40ba-a41e-6f5076fa2c63"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-fce0a5d8-f18c-424a-bddf-a8ad65aee5dc {
  min-height: 50px;
background-color: rgba(255, 255, 255, 0);
}
@media (min-width: 1200px){#s-fce0a5d8-f18c-424a-bddf-a8ad65aee5dc {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-fce0a5d8-f18c-424a-bddf-a8ad65aee5dc {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-fce0a5d8-f18c-424a-bddf-a8ad65aee5dc {
  
}
}@media (max-width: 767px){#s-fce0a5d8-f18c-424a-bddf-a8ad65aee5dc {
  padding-left: 20px;
padding-right: 20px;
}
}







#s-fce0a5d8-f18c-424a-bddf-a8ad65aee5dc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fce0a5d8-f18c-424a-bddf-a8ad65aee5dc.shg-box.shg-c {
  justify-content: flex-start;
}

#s-9cf066a0-cbe9-4ee7-b8b7-eb733ec2bc39 {
  text-align: center;
}
@media (min-width: 1200px){#s-9cf066a0-cbe9-4ee7-b8b7-eb733ec2bc39 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-9cf066a0-cbe9-4ee7-b8b7-eb733ec2bc39 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-9cf066a0-cbe9-4ee7-b8b7-eb733ec2bc39 {
  
}
}@media (max-width: 767px){#s-9cf066a0-cbe9-4ee7-b8b7-eb733ec2bc39 {
  
}
}
#s-9cf066a0-cbe9-4ee7-b8b7-eb733ec2bc39 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:   ;
  font-size: 48px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-2903e8ef-c7a8-4f9e-b976-61fdb27350ba {
  border-style: solid;
margin-top: 20px;
margin-bottom: 20px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 0);
border-style: solid;
border-radius: 2px;
background-color: rgba(204, 0, 0, 1);
text-align: center;
text-decoration: none;
letter-spacing: 0px;
background-image: none;
hover-type: color;
}
#s-2903e8ef-c7a8-4f9e-b976-61fdb27350ba:hover {background-color: rgba(8, 9, 9, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-2903e8ef-c7a8-4f9e-b976-61fdb27350ba:active {background-color: rgba(76, 97, 107, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-2903e8ef-c7a8-4f9e-b976-61fdb27350ba.shg-btn {
  color: #ffffff;
  font-size: ;
  font-weight: 700;
  
  font-family: Lato;
  display:  inline-block ;
}

#s-3e077126-f2f8-466c-91bb-f2975e5c5898 {
  padding-top: 100px;
padding-left: 10%;
padding-bottom: 100px;
padding-right: 10%;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-3e077126-f2f8-466c-91bb-f2975e5c5898 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-3e077126-f2f8-466c-91bb-f2975e5c5898 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-3e077126-f2f8-466c-91bb-f2975e5c5898 {
  padding-top: 60px;
padding-left: 5%;
padding-bottom: 60px;
padding-right: 5%;
}
}@media (max-width: 767px){#s-3e077126-f2f8-466c-91bb-f2975e5c5898 {
  padding-top: 60px;
padding-left: 20px;
padding-bottom: 60px;
padding-right: 20px;
}
}







#s-3e077126-f2f8-466c-91bb-f2975e5c5898 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3e077126-f2f8-466c-91bb-f2975e5c5898.shg-box.shg-c {
  justify-content: flex-start;
}

#s-980cd831-fd34-4621-9a40-7f8afedd30c2 {
  margin-left: 0px;
margin-right: 0px;
}
@media (min-width: 1200px){#s-980cd831-fd34-4621-9a40-7f8afedd30c2 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-980cd831-fd34-4621-9a40-7f8afedd30c2 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-980cd831-fd34-4621-9a40-7f8afedd30c2 {
  
}
}@media (max-width: 767px){#s-980cd831-fd34-4621-9a40-7f8afedd30c2 {
  
}
}
@media (min-width: 0px) {
[id="s-980cd831-fd34-4621-9a40-7f8afedd30c2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-980cd831-fd34-4621-9a40-7f8afedd30c2"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-980cd831-fd34-4621-9a40-7f8afedd30c2"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-980cd831-fd34-4621-9a40-7f8afedd30c2"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-980cd831-fd34-4621-9a40-7f8afedd30c2"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-980cd831-fd34-4621-9a40-7f8afedd30c2"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-980cd831-fd34-4621-9a40-7f8afedd30c2"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-980cd831-fd34-4621-9a40-7f8afedd30c2"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-980cd831-fd34-4621-9a40-7f8afedd30c2"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-980cd831-fd34-4621-9a40-7f8afedd30c2"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-980cd831-fd34-4621-9a40-7f8afedd30c2"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-980cd831-fd34-4621-9a40-7f8afedd30c2"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-980cd831-fd34-4621-9a40-7f8afedd30c2"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-980cd831-fd34-4621-9a40-7f8afedd30c2"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-980cd831-fd34-4621-9a40-7f8afedd30c2"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-980cd831-fd34-4621-9a40-7f8afedd30c2"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-980cd831-fd34-4621-9a40-7f8afedd30c2"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-980cd831-fd34-4621-9a40-7f8afedd30c2"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-980cd831-fd34-4621-9a40-7f8afedd30c2"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-980cd831-fd34-4621-9a40-7f8afedd30c2"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-980cd831-fd34-4621-9a40-7f8afedd30c2"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-980cd831-fd34-4621-9a40-7f8afedd30c2"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-980cd831-fd34-4621-9a40-7f8afedd30c2"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-980cd831-fd34-4621-9a40-7f8afedd30c2"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-980cd831-fd34-4621-9a40-7f8afedd30c2"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-980cd831-fd34-4621-9a40-7f8afedd30c2"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-980cd831-fd34-4621-9a40-7f8afedd30c2"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-980cd831-fd34-4621-9a40-7f8afedd30c2"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-980cd831-fd34-4621-9a40-7f8afedd30c2"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-980cd831-fd34-4621-9a40-7f8afedd30c2"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-980cd831-fd34-4621-9a40-7f8afedd30c2"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-980cd831-fd34-4621-9a40-7f8afedd30c2"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-980cd831-fd34-4621-9a40-7f8afedd30c2"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-980cd831-fd34-4621-9a40-7f8afedd30c2"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-980cd831-fd34-4621-9a40-7f8afedd30c2"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-980cd831-fd34-4621-9a40-7f8afedd30c2"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-980cd831-fd34-4621-9a40-7f8afedd30c2"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-af7f19a6-fadf-4f57-a675-cd2e7edb1d74 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 480px;
background-position: center center;
background-attachment: scroll;
}
@media (min-width: 1200px){#s-af7f19a6-fadf-4f57-a675-cd2e7edb1d74 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-af7f19a6-fadf-4f57-a675-cd2e7edb1d74 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-af7f19a6-fadf-4f57-a675-cd2e7edb1d74 {
  min-height: 240px;
}
}@media (max-width: 767px){#s-af7f19a6-fadf-4f57-a675-cd2e7edb1d74 {
  min-height: 300px;
}
}







#s-af7f19a6-fadf-4f57-a675-cd2e7edb1d74 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-af7f19a6-fadf-4f57-a675-cd2e7edb1d74 {
  cursor: pointer;
}#s-af7f19a6-fadf-4f57-a675-cd2e7edb1d74.shg-box.shg-c {
  justify-content: center;
}

#s-87112f26-3908-4130-b801-fcee8b6c4109 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-87112f26-3908-4130-b801-fcee8b6c4109 .shogun-heading-component h2 {
  color: #000;
  font-weight:  800 ;
  font-family: "Poppins";
  font-style:   ;
  font-size: 26px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-8a6a50f6-d8d0-47f9-bf01-4b68d913b15b {
  padding-left: 2%;
padding-right: 2%;
}

#s-42d740de-90bd-49ae-bced-054ab4508bff {
  border-style: solid;
margin-top: 11px;
margin-bottom: 0%;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 0);
border-style: solid;
border-radius: 2px;
background-color: rgba(204, 0, 0, 1);
text-align: center;
text-decoration: none;
letter-spacing: 0px;
background-image: none;
hover-type: color;
}
#s-42d740de-90bd-49ae-bced-054ab4508bff:hover {background-color: rgba(8, 9, 9, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-42d740de-90bd-49ae-bced-054ab4508bff:active {background-color: rgba(76, 97, 107, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-42d740de-90bd-49ae-bced-054ab4508bff.shg-btn {
  color: #ffffff;
  font-size: ;
  font-weight: 700;
  
  font-family: Lato;
  display:  inline-block ;
}

#s-16ce4ab2-57d4-4ae3-9436-cd9eed737288 {
  margin-top: 20px;
margin-left: 0px;
margin-bottom: 20px;
margin-right: 0px;
}
@media (min-width: 1200px){#s-16ce4ab2-57d4-4ae3-9436-cd9eed737288 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-16ce4ab2-57d4-4ae3-9436-cd9eed737288 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-16ce4ab2-57d4-4ae3-9436-cd9eed737288 {
  
}
}@media (max-width: 767px){#s-16ce4ab2-57d4-4ae3-9436-cd9eed737288 {
  
}
}
@media (min-width: 0px) {
[id="s-16ce4ab2-57d4-4ae3-9436-cd9eed737288"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-16ce4ab2-57d4-4ae3-9436-cd9eed737288"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-16ce4ab2-57d4-4ae3-9436-cd9eed737288"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-16ce4ab2-57d4-4ae3-9436-cd9eed737288"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-16ce4ab2-57d4-4ae3-9436-cd9eed737288"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-16ce4ab2-57d4-4ae3-9436-cd9eed737288"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-16ce4ab2-57d4-4ae3-9436-cd9eed737288"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-16ce4ab2-57d4-4ae3-9436-cd9eed737288"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-16ce4ab2-57d4-4ae3-9436-cd9eed737288"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-16ce4ab2-57d4-4ae3-9436-cd9eed737288"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-16ce4ab2-57d4-4ae3-9436-cd9eed737288"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-16ce4ab2-57d4-4ae3-9436-cd9eed737288"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-16ce4ab2-57d4-4ae3-9436-cd9eed737288"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-16ce4ab2-57d4-4ae3-9436-cd9eed737288"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-16ce4ab2-57d4-4ae3-9436-cd9eed737288"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-16ce4ab2-57d4-4ae3-9436-cd9eed737288"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-16ce4ab2-57d4-4ae3-9436-cd9eed737288"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-16ce4ab2-57d4-4ae3-9436-cd9eed737288"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-16ce4ab2-57d4-4ae3-9436-cd9eed737288"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-16ce4ab2-57d4-4ae3-9436-cd9eed737288"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-16ce4ab2-57d4-4ae3-9436-cd9eed737288"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-16ce4ab2-57d4-4ae3-9436-cd9eed737288"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-16ce4ab2-57d4-4ae3-9436-cd9eed737288"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-16ce4ab2-57d4-4ae3-9436-cd9eed737288"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-16ce4ab2-57d4-4ae3-9436-cd9eed737288"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-16ce4ab2-57d4-4ae3-9436-cd9eed737288"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-16ce4ab2-57d4-4ae3-9436-cd9eed737288"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-16ce4ab2-57d4-4ae3-9436-cd9eed737288"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-16ce4ab2-57d4-4ae3-9436-cd9eed737288"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-16ce4ab2-57d4-4ae3-9436-cd9eed737288"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-16ce4ab2-57d4-4ae3-9436-cd9eed737288"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-16ce4ab2-57d4-4ae3-9436-cd9eed737288"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-16ce4ab2-57d4-4ae3-9436-cd9eed737288"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-16ce4ab2-57d4-4ae3-9436-cd9eed737288"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-16ce4ab2-57d4-4ae3-9436-cd9eed737288"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-16ce4ab2-57d4-4ae3-9436-cd9eed737288"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-16ce4ab2-57d4-4ae3-9436-cd9eed737288"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-16ce4ab2-57d4-4ae3-9436-cd9eed737288"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-7bec18f5-b502-44d5-bd99-39fc6fd994c7 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7bec18f5-b502-44d5-bd99-39fc6fd994c7 .shogun-heading-component h2 {
  color: #000;
  font-weight:  800 ;
  font-family: "Poppins";
  font-style:   ;
  font-size: 26px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-8db3884c-d36b-43e9-b33a-0b135660cb29 {
  padding-left: 2%;
padding-right: 2%;
}

#s-1f15a5d7-95e6-40fb-b137-6cd1f87b70f8 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-bottom: 0px;
min-height: 480px;
background-position: center center;
background-attachment: scroll;
}
@media (min-width: 1200px){#s-1f15a5d7-95e6-40fb-b137-6cd1f87b70f8 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-1f15a5d7-95e6-40fb-b137-6cd1f87b70f8 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-1f15a5d7-95e6-40fb-b137-6cd1f87b70f8 {
  min-height: 240px;
}
}@media (max-width: 767px){#s-1f15a5d7-95e6-40fb-b137-6cd1f87b70f8 {
  margin-bottom: 20px;
min-height: 300px;
}
}







#s-1f15a5d7-95e6-40fb-b137-6cd1f87b70f8 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-1f15a5d7-95e6-40fb-b137-6cd1f87b70f8 {
  cursor: pointer;
}#s-1f15a5d7-95e6-40fb-b137-6cd1f87b70f8.shg-box.shg-c {
  justify-content: center;
}

#s-dfc36702-e19b-42ca-b95c-e379385a046c {
  border-style: solid;
margin-top: 11px;
margin-bottom: 0%;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 0);
border-style: solid;
border-radius: 2px;
background-color: rgba(204, 0, 0, 1);
text-align: center;
text-decoration: none;
letter-spacing: 0px;
background-image: none;
hover-type: color;
}
#s-dfc36702-e19b-42ca-b95c-e379385a046c:hover {background-color: rgba(8, 9, 9, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-dfc36702-e19b-42ca-b95c-e379385a046c:active {background-color: rgba(76, 97, 107, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-dfc36702-e19b-42ca-b95c-e379385a046c.shg-btn {
  color: #ffffff;
  font-size: ;
  font-weight: 700;
  
  font-family: Lato;
  display:  inline-block ;
}

#s-af71deae-b31d-4186-b839-79a550464115 {
  margin-top: 20px;
margin-left: 0px;
margin-bottom: 20px;
margin-right: 0px;
}
@media (min-width: 1200px){#s-af71deae-b31d-4186-b839-79a550464115 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-af71deae-b31d-4186-b839-79a550464115 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-af71deae-b31d-4186-b839-79a550464115 {
  
}
}@media (max-width: 767px){#s-af71deae-b31d-4186-b839-79a550464115 {
  
}
}
@media (min-width: 0px) {
[id="s-af71deae-b31d-4186-b839-79a550464115"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-af71deae-b31d-4186-b839-79a550464115"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-af71deae-b31d-4186-b839-79a550464115"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-af71deae-b31d-4186-b839-79a550464115"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-af71deae-b31d-4186-b839-79a550464115"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-af71deae-b31d-4186-b839-79a550464115"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-af71deae-b31d-4186-b839-79a550464115"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-af71deae-b31d-4186-b839-79a550464115"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-af71deae-b31d-4186-b839-79a550464115"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-af71deae-b31d-4186-b839-79a550464115"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-af71deae-b31d-4186-b839-79a550464115"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-af71deae-b31d-4186-b839-79a550464115"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-af71deae-b31d-4186-b839-79a550464115"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-af71deae-b31d-4186-b839-79a550464115"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-af71deae-b31d-4186-b839-79a550464115"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-af71deae-b31d-4186-b839-79a550464115"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-af71deae-b31d-4186-b839-79a550464115"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-af71deae-b31d-4186-b839-79a550464115"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-af71deae-b31d-4186-b839-79a550464115"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-af71deae-b31d-4186-b839-79a550464115"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-af71deae-b31d-4186-b839-79a550464115"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-af71deae-b31d-4186-b839-79a550464115"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-af71deae-b31d-4186-b839-79a550464115"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-af71deae-b31d-4186-b839-79a550464115"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-af71deae-b31d-4186-b839-79a550464115"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-af71deae-b31d-4186-b839-79a550464115"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-af71deae-b31d-4186-b839-79a550464115"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-af71deae-b31d-4186-b839-79a550464115"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-af71deae-b31d-4186-b839-79a550464115"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-af71deae-b31d-4186-b839-79a550464115"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-af71deae-b31d-4186-b839-79a550464115"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-af71deae-b31d-4186-b839-79a550464115"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-af71deae-b31d-4186-b839-79a550464115"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-af71deae-b31d-4186-b839-79a550464115"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-af71deae-b31d-4186-b839-79a550464115"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-af71deae-b31d-4186-b839-79a550464115"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-af71deae-b31d-4186-b839-79a550464115"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-f11bd262-1250-4c48-9483-142ed235737a {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-bottom: 0px;
min-height: 480px;
background-position: center center;
background-attachment: scroll;
}
@media (min-width: 1200px){#s-f11bd262-1250-4c48-9483-142ed235737a {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-f11bd262-1250-4c48-9483-142ed235737a {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-f11bd262-1250-4c48-9483-142ed235737a {
  min-height: 240px;
}
}@media (max-width: 767px){#s-f11bd262-1250-4c48-9483-142ed235737a {
  margin-bottom: 20px;
min-height: 300px;
}
}







#s-f11bd262-1250-4c48-9483-142ed235737a > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-f11bd262-1250-4c48-9483-142ed235737a {
  cursor: pointer;
}#s-f11bd262-1250-4c48-9483-142ed235737a.shg-box.shg-c {
  justify-content: center;
}

#s-2a287766-5882-4766-9b73-d864297224e7 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2a287766-5882-4766-9b73-d864297224e7 .shogun-heading-component h2 {
  color: #000;
  font-weight:  800 ;
  font-family: "Poppins";
  font-style:   ;
  font-size: 26px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-16c89d15-88f1-4e74-b883-03f0cffdf476 {
  padding-left: 2%;
padding-right: 2%;
}

#s-1a32e52b-f680-479e-967e-39e2d7865884 {
  border-style: solid;
margin-top: 11px;
margin-bottom: 0%;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 0);
border-style: solid;
border-radius: 2px;
background-color: rgba(204, 0, 0, 1);
text-align: center;
text-decoration: none;
letter-spacing: 0px;
background-image: none;
hover-type: color;
}
#s-1a32e52b-f680-479e-967e-39e2d7865884:hover {background-color: rgba(8, 9, 9, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-1a32e52b-f680-479e-967e-39e2d7865884:active {background-color: rgba(76, 97, 107, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-1a32e52b-f680-479e-967e-39e2d7865884.shg-btn {
  color: #ffffff;
  font-size: ;
  font-weight: 700;
  
  font-family: Lato;
  display:  inline-block ;
}

#s-7b76ed5f-1329-4c40-9306-5c036d8bc2ef {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
min-height: 720px;
background-position: center center;
}
@media (min-width: 1200px){#s-7b76ed5f-1329-4c40-9306-5c036d8bc2ef {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-7b76ed5f-1329-4c40-9306-5c036d8bc2ef {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-7b76ed5f-1329-4c40-9306-5c036d8bc2ef {
  min-height: 480px;
}
}@media (max-width: 767px){#s-7b76ed5f-1329-4c40-9306-5c036d8bc2ef {
  margin-left: 0px;
margin-right: 0px;
padding-left: 20px;
padding-right: 20px;
min-height: 480px;
}
}







#s-7b76ed5f-1329-4c40-9306-5c036d8bc2ef > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.5;
}#s-7b76ed5f-1329-4c40-9306-5c036d8bc2ef.shg-box.shg-c {
  justify-content: center;
}

#s-cf9274cf-c3be-43aa-8afa-3bc6666b8a81 {
  margin-top: 10px;
margin-bottom: 10px;
}
@media (min-width: 1200px){#s-cf9274cf-c3be-43aa-8afa-3bc6666b8a81 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-cf9274cf-c3be-43aa-8afa-3bc6666b8a81 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-cf9274cf-c3be-43aa-8afa-3bc6666b8a81 {
  
}
}@media (max-width: 767px){#s-cf9274cf-c3be-43aa-8afa-3bc6666b8a81 {
  
}
}
@media (min-width: 0px) {
[id="s-cf9274cf-c3be-43aa-8afa-3bc6666b8a81"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-cf9274cf-c3be-43aa-8afa-3bc6666b8a81"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-cf9274cf-c3be-43aa-8afa-3bc6666b8a81"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-cf9274cf-c3be-43aa-8afa-3bc6666b8a81"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-cf9274cf-c3be-43aa-8afa-3bc6666b8a81"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-cf9274cf-c3be-43aa-8afa-3bc6666b8a81"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-cf9274cf-c3be-43aa-8afa-3bc6666b8a81"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-cf9274cf-c3be-43aa-8afa-3bc6666b8a81"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-cf9274cf-c3be-43aa-8afa-3bc6666b8a81"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-cf9274cf-c3be-43aa-8afa-3bc6666b8a81"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-cf9274cf-c3be-43aa-8afa-3bc6666b8a81"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-cf9274cf-c3be-43aa-8afa-3bc6666b8a81"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-cf9274cf-c3be-43aa-8afa-3bc6666b8a81"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-cf9274cf-c3be-43aa-8afa-3bc6666b8a81"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-cf9274cf-c3be-43aa-8afa-3bc6666b8a81"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-cf9274cf-c3be-43aa-8afa-3bc6666b8a81"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-cf9274cf-c3be-43aa-8afa-3bc6666b8a81"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-cf9274cf-c3be-43aa-8afa-3bc6666b8a81"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-cf9274cf-c3be-43aa-8afa-3bc6666b8a81"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-cf9274cf-c3be-43aa-8afa-3bc6666b8a81"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-cf9274cf-c3be-43aa-8afa-3bc6666b8a81"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-cf9274cf-c3be-43aa-8afa-3bc6666b8a81"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-cf9274cf-c3be-43aa-8afa-3bc6666b8a81"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-cf9274cf-c3be-43aa-8afa-3bc6666b8a81"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-cf9274cf-c3be-43aa-8afa-3bc6666b8a81"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-cf9274cf-c3be-43aa-8afa-3bc6666b8a81"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-cf9274cf-c3be-43aa-8afa-3bc6666b8a81"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-cf9274cf-c3be-43aa-8afa-3bc6666b8a81"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-cf9274cf-c3be-43aa-8afa-3bc6666b8a81"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-cf9274cf-c3be-43aa-8afa-3bc6666b8a81"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-cf9274cf-c3be-43aa-8afa-3bc6666b8a81"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-cf9274cf-c3be-43aa-8afa-3bc6666b8a81"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-cf9274cf-c3be-43aa-8afa-3bc6666b8a81"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-cf9274cf-c3be-43aa-8afa-3bc6666b8a81"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-cf9274cf-c3be-43aa-8afa-3bc6666b8a81"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-cf9274cf-c3be-43aa-8afa-3bc6666b8a81"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-cf9274cf-c3be-43aa-8afa-3bc6666b8a81"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-042102a7-0d38-4113-8b9f-657bf5d14a9b {
  min-height: 50px;
background-color: rgba(255, 255, 255, 0);
}
@media (min-width: 1200px){#s-042102a7-0d38-4113-8b9f-657bf5d14a9b {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-042102a7-0d38-4113-8b9f-657bf5d14a9b {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-042102a7-0d38-4113-8b9f-657bf5d14a9b {
  
}
}@media (max-width: 767px){#s-042102a7-0d38-4113-8b9f-657bf5d14a9b {
  
}
}







#s-042102a7-0d38-4113-8b9f-657bf5d14a9b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-042102a7-0d38-4113-8b9f-657bf5d14a9b.shg-box.shg-c {
  justify-content: flex-start;
}

#s-bfa5694b-fa26-466e-9d3b-2a2a8f4c3f30 {
  text-align: center;
}
@media (min-width: 1200px){#s-bfa5694b-fa26-466e-9d3b-2a2a8f4c3f30 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-bfa5694b-fa26-466e-9d3b-2a2a8f4c3f30 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-bfa5694b-fa26-466e-9d3b-2a2a8f4c3f30 {
  
}
}@media (max-width: 767px){#s-bfa5694b-fa26-466e-9d3b-2a2a8f4c3f30 {
  
}
}
#s-bfa5694b-fa26-466e-9d3b-2a2a8f4c3f30 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:   ;
  font-size: 48px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-1baa13a6-1b0a-4fcd-af42-0ee65909cd9a {
  margin-left: 2%;
margin-right: 2%;
}

#s-835b4152-18d3-417e-8f03-9672f378daf8 {
  border-style: solid;
margin-top: 20px;
margin-bottom: 20px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 0);
border-style: solid;
border-radius: 2px;
background-color: rgba(204, 0, 0, 1);
text-align: center;
text-decoration: none;
letter-spacing: 0px;
background-image: none;
hover-type: color;
}
#s-835b4152-18d3-417e-8f03-9672f378daf8:hover {background-color: rgba(8, 9, 9, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-835b4152-18d3-417e-8f03-9672f378daf8:active {background-color: rgba(76, 97, 107, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-835b4152-18d3-417e-8f03-9672f378daf8.shg-btn {
  color: #ffffff;
  font-size: ;
  font-weight: 700;
  
  font-family: Lato;
  display:  inline-block ;
}

#s-55d93eaf-2aa6-4b38-b667-56e6275ce7b4 {
  padding-top: 100px;
padding-left: 10%;
padding-bottom: 100px;
padding-right: 10%;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-55d93eaf-2aa6-4b38-b667-56e6275ce7b4 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-55d93eaf-2aa6-4b38-b667-56e6275ce7b4 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-55d93eaf-2aa6-4b38-b667-56e6275ce7b4 {
  
}
}@media (max-width: 767px){#s-55d93eaf-2aa6-4b38-b667-56e6275ce7b4 {
  
}
}







#s-55d93eaf-2aa6-4b38-b667-56e6275ce7b4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-55d93eaf-2aa6-4b38-b667-56e6275ce7b4.shg-box.shg-c {
  justify-content: flex-start;
}

#s-84d3f02f-d282-4faf-8b82-bd2b4e6005d9 {
  margin-left: 0px;
margin-right: 0px;
}
@media (min-width: 1200px){#s-84d3f02f-d282-4faf-8b82-bd2b4e6005d9 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-84d3f02f-d282-4faf-8b82-bd2b4e6005d9 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-84d3f02f-d282-4faf-8b82-bd2b4e6005d9 {
  
}
}@media (max-width: 767px){#s-84d3f02f-d282-4faf-8b82-bd2b4e6005d9 {
  
}
}
@media (min-width: 0px) {
[id="s-84d3f02f-d282-4faf-8b82-bd2b4e6005d9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-84d3f02f-d282-4faf-8b82-bd2b4e6005d9"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-84d3f02f-d282-4faf-8b82-bd2b4e6005d9"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-84d3f02f-d282-4faf-8b82-bd2b4e6005d9"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-84d3f02f-d282-4faf-8b82-bd2b4e6005d9"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-84d3f02f-d282-4faf-8b82-bd2b4e6005d9"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-84d3f02f-d282-4faf-8b82-bd2b4e6005d9"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-84d3f02f-d282-4faf-8b82-bd2b4e6005d9"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-84d3f02f-d282-4faf-8b82-bd2b4e6005d9"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-84d3f02f-d282-4faf-8b82-bd2b4e6005d9"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-84d3f02f-d282-4faf-8b82-bd2b4e6005d9"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-84d3f02f-d282-4faf-8b82-bd2b4e6005d9"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-84d3f02f-d282-4faf-8b82-bd2b4e6005d9"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-84d3f02f-d282-4faf-8b82-bd2b4e6005d9"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-84d3f02f-d282-4faf-8b82-bd2b4e6005d9"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-84d3f02f-d282-4faf-8b82-bd2b4e6005d9"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-84d3f02f-d282-4faf-8b82-bd2b4e6005d9"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-84d3f02f-d282-4faf-8b82-bd2b4e6005d9"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-84d3f02f-d282-4faf-8b82-bd2b4e6005d9"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-84d3f02f-d282-4faf-8b82-bd2b4e6005d9"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-84d3f02f-d282-4faf-8b82-bd2b4e6005d9"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-84d3f02f-d282-4faf-8b82-bd2b4e6005d9"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-84d3f02f-d282-4faf-8b82-bd2b4e6005d9"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-84d3f02f-d282-4faf-8b82-bd2b4e6005d9"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-84d3f02f-d282-4faf-8b82-bd2b4e6005d9"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-84d3f02f-d282-4faf-8b82-bd2b4e6005d9"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-84d3f02f-d282-4faf-8b82-bd2b4e6005d9"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-84d3f02f-d282-4faf-8b82-bd2b4e6005d9"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-84d3f02f-d282-4faf-8b82-bd2b4e6005d9"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-84d3f02f-d282-4faf-8b82-bd2b4e6005d9"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-84d3f02f-d282-4faf-8b82-bd2b4e6005d9"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-84d3f02f-d282-4faf-8b82-bd2b4e6005d9"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-84d3f02f-d282-4faf-8b82-bd2b4e6005d9"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-84d3f02f-d282-4faf-8b82-bd2b4e6005d9"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-84d3f02f-d282-4faf-8b82-bd2b4e6005d9"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-84d3f02f-d282-4faf-8b82-bd2b4e6005d9"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-84d3f02f-d282-4faf-8b82-bd2b4e6005d9"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-c0813cdb-8b32-422b-a0ca-8f879889606a {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-bottom: 0px;
min-height: 480px;
background-position: center center;
background-attachment: scroll;
}
@media (min-width: 1200px){#s-c0813cdb-8b32-422b-a0ca-8f879889606a {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-c0813cdb-8b32-422b-a0ca-8f879889606a {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-c0813cdb-8b32-422b-a0ca-8f879889606a {
  min-height: 240px;
}
}@media (max-width: 767px){#s-c0813cdb-8b32-422b-a0ca-8f879889606a {
  margin-bottom: 20px;
min-height: 300px;
}
}







#s-c0813cdb-8b32-422b-a0ca-8f879889606a > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-c0813cdb-8b32-422b-a0ca-8f879889606a {
  cursor: pointer;
}#s-c0813cdb-8b32-422b-a0ca-8f879889606a.shg-box.shg-c {
  justify-content: center;
}

#s-fbc15baf-5360-4839-bebc-2a5cb0ee6c4e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-fbc15baf-5360-4839-bebc-2a5cb0ee6c4e .shogun-heading-component h2 {
  color: #000;
  font-weight:  800 ;
  font-family: "Poppins";
  font-style:   ;
  font-size: 26px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-039dfbcf-7e49-4512-b047-66c1e7d29423 {
  padding-left: 2%;
padding-right: 2%;
}

#s-274fb3c8-1ee7-44d2-ac6a-d31c439887d8 {
  margin-top: 20px;
margin-left: 0px;
margin-bottom: 20px;
margin-right: 0px;
}
@media (min-width: 1200px){#s-274fb3c8-1ee7-44d2-ac6a-d31c439887d8 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-274fb3c8-1ee7-44d2-ac6a-d31c439887d8 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-274fb3c8-1ee7-44d2-ac6a-d31c439887d8 {
  
}
}@media (max-width: 767px){#s-274fb3c8-1ee7-44d2-ac6a-d31c439887d8 {
  
}
}
@media (min-width: 0px) {
[id="s-274fb3c8-1ee7-44d2-ac6a-d31c439887d8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-274fb3c8-1ee7-44d2-ac6a-d31c439887d8"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-274fb3c8-1ee7-44d2-ac6a-d31c439887d8"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-274fb3c8-1ee7-44d2-ac6a-d31c439887d8"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-274fb3c8-1ee7-44d2-ac6a-d31c439887d8"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-274fb3c8-1ee7-44d2-ac6a-d31c439887d8"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-274fb3c8-1ee7-44d2-ac6a-d31c439887d8"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-274fb3c8-1ee7-44d2-ac6a-d31c439887d8"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-274fb3c8-1ee7-44d2-ac6a-d31c439887d8"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-274fb3c8-1ee7-44d2-ac6a-d31c439887d8"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-274fb3c8-1ee7-44d2-ac6a-d31c439887d8"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-274fb3c8-1ee7-44d2-ac6a-d31c439887d8"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-274fb3c8-1ee7-44d2-ac6a-d31c439887d8"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-274fb3c8-1ee7-44d2-ac6a-d31c439887d8"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-274fb3c8-1ee7-44d2-ac6a-d31c439887d8"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-274fb3c8-1ee7-44d2-ac6a-d31c439887d8"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-274fb3c8-1ee7-44d2-ac6a-d31c439887d8"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-274fb3c8-1ee7-44d2-ac6a-d31c439887d8"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-274fb3c8-1ee7-44d2-ac6a-d31c439887d8"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-274fb3c8-1ee7-44d2-ac6a-d31c439887d8"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-274fb3c8-1ee7-44d2-ac6a-d31c439887d8"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-274fb3c8-1ee7-44d2-ac6a-d31c439887d8"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-274fb3c8-1ee7-44d2-ac6a-d31c439887d8"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-274fb3c8-1ee7-44d2-ac6a-d31c439887d8"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-274fb3c8-1ee7-44d2-ac6a-d31c439887d8"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-274fb3c8-1ee7-44d2-ac6a-d31c439887d8"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-274fb3c8-1ee7-44d2-ac6a-d31c439887d8"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-274fb3c8-1ee7-44d2-ac6a-d31c439887d8"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-274fb3c8-1ee7-44d2-ac6a-d31c439887d8"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-274fb3c8-1ee7-44d2-ac6a-d31c439887d8"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-274fb3c8-1ee7-44d2-ac6a-d31c439887d8"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-274fb3c8-1ee7-44d2-ac6a-d31c439887d8"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-274fb3c8-1ee7-44d2-ac6a-d31c439887d8"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-274fb3c8-1ee7-44d2-ac6a-d31c439887d8"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-274fb3c8-1ee7-44d2-ac6a-d31c439887d8"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-274fb3c8-1ee7-44d2-ac6a-d31c439887d8"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-274fb3c8-1ee7-44d2-ac6a-d31c439887d8"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-274fb3c8-1ee7-44d2-ac6a-d31c439887d8"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-c2a920a1-11db-47f1-a16f-e154ee6b3446 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c2a920a1-11db-47f1-a16f-e154ee6b3446 .shogun-heading-component h2 {
  color: #000;
  font-weight:  800 ;
  font-family: "Poppins";
  font-style:   ;
  font-size: 26px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-caf7adc8-17bc-498a-a2ae-3ff1bc92c294 {
  padding-left: 2%;
padding-right: 2%;
}

#s-c4bb5a1b-5fb8-4b15-9c75-13c8154159bf {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-bottom: 0px;
min-height: 480px;
background-position: center center;
background-attachment: scroll;
}
@media (min-width: 1200px){#s-c4bb5a1b-5fb8-4b15-9c75-13c8154159bf {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-c4bb5a1b-5fb8-4b15-9c75-13c8154159bf {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-c4bb5a1b-5fb8-4b15-9c75-13c8154159bf {
  min-height: 240px;
}
}@media (max-width: 767px){#s-c4bb5a1b-5fb8-4b15-9c75-13c8154159bf {
  margin-bottom: 20px;
min-height: 300px;
}
}







#s-c4bb5a1b-5fb8-4b15-9c75-13c8154159bf > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-c4bb5a1b-5fb8-4b15-9c75-13c8154159bf {
  cursor: pointer;
}#s-c4bb5a1b-5fb8-4b15-9c75-13c8154159bf.shg-box.shg-c {
  justify-content: center;
}

#s-fb835449-0ca0-4f0f-90d0-91e8018dae47 {
  margin-top: 20px;
margin-left: 0px;
margin-bottom: 20px;
margin-right: 0px;
}
@media (min-width: 1200px){#s-fb835449-0ca0-4f0f-90d0-91e8018dae47 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-fb835449-0ca0-4f0f-90d0-91e8018dae47 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-fb835449-0ca0-4f0f-90d0-91e8018dae47 {
  
}
}@media (max-width: 767px){#s-fb835449-0ca0-4f0f-90d0-91e8018dae47 {
  
}
}
@media (min-width: 0px) {
[id="s-fb835449-0ca0-4f0f-90d0-91e8018dae47"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-fb835449-0ca0-4f0f-90d0-91e8018dae47"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-fb835449-0ca0-4f0f-90d0-91e8018dae47"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-fb835449-0ca0-4f0f-90d0-91e8018dae47"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-fb835449-0ca0-4f0f-90d0-91e8018dae47"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-fb835449-0ca0-4f0f-90d0-91e8018dae47"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-fb835449-0ca0-4f0f-90d0-91e8018dae47"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-fb835449-0ca0-4f0f-90d0-91e8018dae47"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-fb835449-0ca0-4f0f-90d0-91e8018dae47"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-fb835449-0ca0-4f0f-90d0-91e8018dae47"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-fb835449-0ca0-4f0f-90d0-91e8018dae47"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-fb835449-0ca0-4f0f-90d0-91e8018dae47"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-fb835449-0ca0-4f0f-90d0-91e8018dae47"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-fb835449-0ca0-4f0f-90d0-91e8018dae47"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-fb835449-0ca0-4f0f-90d0-91e8018dae47"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-fb835449-0ca0-4f0f-90d0-91e8018dae47"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-fb835449-0ca0-4f0f-90d0-91e8018dae47"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-fb835449-0ca0-4f0f-90d0-91e8018dae47"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-fb835449-0ca0-4f0f-90d0-91e8018dae47"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-fb835449-0ca0-4f0f-90d0-91e8018dae47"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-fb835449-0ca0-4f0f-90d0-91e8018dae47"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-fb835449-0ca0-4f0f-90d0-91e8018dae47"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-fb835449-0ca0-4f0f-90d0-91e8018dae47"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-fb835449-0ca0-4f0f-90d0-91e8018dae47"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-fb835449-0ca0-4f0f-90d0-91e8018dae47"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-fb835449-0ca0-4f0f-90d0-91e8018dae47"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-fb835449-0ca0-4f0f-90d0-91e8018dae47"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-fb835449-0ca0-4f0f-90d0-91e8018dae47"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-fb835449-0ca0-4f0f-90d0-91e8018dae47"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-fb835449-0ca0-4f0f-90d0-91e8018dae47"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-fb835449-0ca0-4f0f-90d0-91e8018dae47"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-fb835449-0ca0-4f0f-90d0-91e8018dae47"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-fb835449-0ca0-4f0f-90d0-91e8018dae47"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-fb835449-0ca0-4f0f-90d0-91e8018dae47"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-fb835449-0ca0-4f0f-90d0-91e8018dae47"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-fb835449-0ca0-4f0f-90d0-91e8018dae47"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-fb835449-0ca0-4f0f-90d0-91e8018dae47"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-602ce1d1-44f3-4325-9be0-bbea13d0c42d {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-bottom: 0px;
min-height: 480px;
background-position: center center;
background-attachment: scroll;
}
@media (min-width: 1200px){#s-602ce1d1-44f3-4325-9be0-bbea13d0c42d {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-602ce1d1-44f3-4325-9be0-bbea13d0c42d {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-602ce1d1-44f3-4325-9be0-bbea13d0c42d {
  min-height: 240px;
}
}@media (max-width: 767px){#s-602ce1d1-44f3-4325-9be0-bbea13d0c42d {
  margin-bottom: 20px;
min-height: 300px;
}
}







#s-602ce1d1-44f3-4325-9be0-bbea13d0c42d > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-602ce1d1-44f3-4325-9be0-bbea13d0c42d {
  cursor: pointer;
}#s-602ce1d1-44f3-4325-9be0-bbea13d0c42d.shg-box.shg-c {
  justify-content: center;
}

#s-79a6b5dd-ee45-4c47-b3d2-34c455fdfb5f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-79a6b5dd-ee45-4c47-b3d2-34c455fdfb5f .shogun-heading-component h2 {
  color: #000;
  font-weight:  800 ;
  font-family: "Poppins";
  font-style:   ;
  font-size: 26px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-535aa857-becc-4958-804b-5e8a369e14e4 {
  padding-left: 2%;
padding-right: 2%;
}

#s-c886e621-bb9a-489f-bd86-80bc4b6ace6b {
  border-style: solid;
margin-top: 20px;
margin-bottom: 20px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 0);
border-style: solid;
border-radius: 2px;
background-color: rgba(204, 0, 0, 1);
text-align: center;
text-decoration: none;
letter-spacing: 0px;
background-image: none;
hover-type: color;
}
#s-c886e621-bb9a-489f-bd86-80bc4b6ace6b:hover {background-color: rgba(8, 9, 9, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-c886e621-bb9a-489f-bd86-80bc4b6ace6b:active {background-color: rgba(76, 97, 107, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-c886e621-bb9a-489f-bd86-80bc4b6ace6b.shg-btn {
  color: #ffffff;
  font-size: ;
  font-weight: 700;
  
  font-family: Lato;
  display:  inline-block ;
}

#s-524a5c0b-b5d0-42d6-bc5c-b2b0d45bde99 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
min-height: 720px;
background-position: center center;
}
@media (min-width: 1200px){#s-524a5c0b-b5d0-42d6-bc5c-b2b0d45bde99 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-524a5c0b-b5d0-42d6-bc5c-b2b0d45bde99 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-524a5c0b-b5d0-42d6-bc5c-b2b0d45bde99 {
  min-height: 480px;
}
}@media (max-width: 767px){#s-524a5c0b-b5d0-42d6-bc5c-b2b0d45bde99 {
  margin-left: 0px;
margin-right: 0px;
padding-left: 20px;
padding-right: 20px;
min-height: 480px;
}
}







#s-524a5c0b-b5d0-42d6-bc5c-b2b0d45bde99 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.5;
}#s-524a5c0b-b5d0-42d6-bc5c-b2b0d45bde99.shg-box.shg-c {
  justify-content: center;
}

#s-fa729672-304a-42ea-98df-befd2231d94c {
  margin-top: 10px;
margin-bottom: 10px;
}
@media (min-width: 1200px){#s-fa729672-304a-42ea-98df-befd2231d94c {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-fa729672-304a-42ea-98df-befd2231d94c {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-fa729672-304a-42ea-98df-befd2231d94c {
  
}
}@media (max-width: 767px){#s-fa729672-304a-42ea-98df-befd2231d94c {
  
}
}
@media (min-width: 0px) {
[id="s-fa729672-304a-42ea-98df-befd2231d94c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-fa729672-304a-42ea-98df-befd2231d94c"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-fa729672-304a-42ea-98df-befd2231d94c"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-fa729672-304a-42ea-98df-befd2231d94c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-fa729672-304a-42ea-98df-befd2231d94c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-fa729672-304a-42ea-98df-befd2231d94c"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-fa729672-304a-42ea-98df-befd2231d94c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-fa729672-304a-42ea-98df-befd2231d94c"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-fa729672-304a-42ea-98df-befd2231d94c"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-fa729672-304a-42ea-98df-befd2231d94c"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-fa729672-304a-42ea-98df-befd2231d94c"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-fa729672-304a-42ea-98df-befd2231d94c"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-fa729672-304a-42ea-98df-befd2231d94c"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-fa729672-304a-42ea-98df-befd2231d94c"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-fa729672-304a-42ea-98df-befd2231d94c"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-fa729672-304a-42ea-98df-befd2231d94c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-fa729672-304a-42ea-98df-befd2231d94c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-fa729672-304a-42ea-98df-befd2231d94c"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-fa729672-304a-42ea-98df-befd2231d94c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-fa729672-304a-42ea-98df-befd2231d94c"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-fa729672-304a-42ea-98df-befd2231d94c"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-fa729672-304a-42ea-98df-befd2231d94c"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-fa729672-304a-42ea-98df-befd2231d94c"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-fa729672-304a-42ea-98df-befd2231d94c"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-fa729672-304a-42ea-98df-befd2231d94c"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-fa729672-304a-42ea-98df-befd2231d94c"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-fa729672-304a-42ea-98df-befd2231d94c"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-fa729672-304a-42ea-98df-befd2231d94c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-fa729672-304a-42ea-98df-befd2231d94c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-fa729672-304a-42ea-98df-befd2231d94c"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-fa729672-304a-42ea-98df-befd2231d94c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-fa729672-304a-42ea-98df-befd2231d94c"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-fa729672-304a-42ea-98df-befd2231d94c"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-fa729672-304a-42ea-98df-befd2231d94c"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-fa729672-304a-42ea-98df-befd2231d94c"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-fa729672-304a-42ea-98df-befd2231d94c"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-fa729672-304a-42ea-98df-befd2231d94c"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-0e19788d-c775-42f4-96e9-9025ef8ba98f {
  min-height: 50px;
background-color: rgba(255, 255, 255, 0);
}
@media (min-width: 1200px){#s-0e19788d-c775-42f4-96e9-9025ef8ba98f {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-0e19788d-c775-42f4-96e9-9025ef8ba98f {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-0e19788d-c775-42f4-96e9-9025ef8ba98f {
  
}
}@media (max-width: 767px){#s-0e19788d-c775-42f4-96e9-9025ef8ba98f {
  
}
}







#s-0e19788d-c775-42f4-96e9-9025ef8ba98f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0e19788d-c775-42f4-96e9-9025ef8ba98f.shg-box.shg-c {
  justify-content: flex-start;
}

#s-3b8d4cba-1a78-42d9-84a7-3ced05632cfc {
  text-align: center;
}
@media (min-width: 1200px){#s-3b8d4cba-1a78-42d9-84a7-3ced05632cfc {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-3b8d4cba-1a78-42d9-84a7-3ced05632cfc {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-3b8d4cba-1a78-42d9-84a7-3ced05632cfc {
  
}
}@media (max-width: 767px){#s-3b8d4cba-1a78-42d9-84a7-3ced05632cfc {
  
}
}
#s-3b8d4cba-1a78-42d9-84a7-3ced05632cfc .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:   ;
  font-size: 48px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-8471f229-f432-4009-9b1e-fb00d129265d {
  margin-left: 2%;
margin-right: 2%;
}

#s-d697f32a-8b77-4fd3-b825-88e8c3a8fbc5 {
  border-style: solid;
margin-top: 20px;
margin-bottom: 20px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 0);
border-style: solid;
border-radius: 2px;
background-color: rgba(204, 0, 0, 1);
text-align: center;
text-decoration: none;
letter-spacing: 0px;
background-image: none;
hover-type: color;
}
#s-d697f32a-8b77-4fd3-b825-88e8c3a8fbc5:hover {background-color: rgba(8, 9, 9, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-d697f32a-8b77-4fd3-b825-88e8c3a8fbc5:active {background-color: rgba(76, 97, 107, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-d697f32a-8b77-4fd3-b825-88e8c3a8fbc5.shg-btn {
  color: #ffffff;
  font-size: ;
  font-weight: 700;
  
  font-family: Lato;
  display:  inline-block ;
}

#s-4cf72b52-a253-449c-824d-712cb460d12a {
  padding-top: 100px;
padding-left: 10%;
padding-bottom: 25px;
padding-right: 10%;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-4cf72b52-a253-449c-824d-712cb460d12a {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-4cf72b52-a253-449c-824d-712cb460d12a {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-4cf72b52-a253-449c-824d-712cb460d12a {
  padding-left: 5%;
padding-right: 5%;
}
}@media (max-width: 767px){#s-4cf72b52-a253-449c-824d-712cb460d12a {
  padding-left: 20px;
padding-right: 20px;
}
}







#s-4cf72b52-a253-449c-824d-712cb460d12a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4cf72b52-a253-449c-824d-712cb460d12a.shg-box.shg-c {
  justify-content: flex-start;
}

#s-7ac78e15-865f-472a-807f-fdcc3a0cadf8 {
  margin-left: 0px;
margin-right: 0px;
}
@media (min-width: 1200px){#s-7ac78e15-865f-472a-807f-fdcc3a0cadf8 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-7ac78e15-865f-472a-807f-fdcc3a0cadf8 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-7ac78e15-865f-472a-807f-fdcc3a0cadf8 {
  
}
}@media (max-width: 767px){#s-7ac78e15-865f-472a-807f-fdcc3a0cadf8 {
  
}
}
@media (min-width: 0px) {
[id="s-7ac78e15-865f-472a-807f-fdcc3a0cadf8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7ac78e15-865f-472a-807f-fdcc3a0cadf8"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-7ac78e15-865f-472a-807f-fdcc3a0cadf8"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-7ac78e15-865f-472a-807f-fdcc3a0cadf8"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-7ac78e15-865f-472a-807f-fdcc3a0cadf8"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-7ac78e15-865f-472a-807f-fdcc3a0cadf8"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-7ac78e15-865f-472a-807f-fdcc3a0cadf8"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-7ac78e15-865f-472a-807f-fdcc3a0cadf8"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-7ac78e15-865f-472a-807f-fdcc3a0cadf8"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-7ac78e15-865f-472a-807f-fdcc3a0cadf8"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-7ac78e15-865f-472a-807f-fdcc3a0cadf8"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-7ac78e15-865f-472a-807f-fdcc3a0cadf8"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-7ac78e15-865f-472a-807f-fdcc3a0cadf8"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-7ac78e15-865f-472a-807f-fdcc3a0cadf8"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-7ac78e15-865f-472a-807f-fdcc3a0cadf8"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-7ac78e15-865f-472a-807f-fdcc3a0cadf8"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-7ac78e15-865f-472a-807f-fdcc3a0cadf8"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-7ac78e15-865f-472a-807f-fdcc3a0cadf8"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-7ac78e15-865f-472a-807f-fdcc3a0cadf8"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-7ac78e15-865f-472a-807f-fdcc3a0cadf8"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-7ac78e15-865f-472a-807f-fdcc3a0cadf8"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-7ac78e15-865f-472a-807f-fdcc3a0cadf8"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-7ac78e15-865f-472a-807f-fdcc3a0cadf8"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-7ac78e15-865f-472a-807f-fdcc3a0cadf8"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-7ac78e15-865f-472a-807f-fdcc3a0cadf8"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-7ac78e15-865f-472a-807f-fdcc3a0cadf8"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-7ac78e15-865f-472a-807f-fdcc3a0cadf8"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-7ac78e15-865f-472a-807f-fdcc3a0cadf8"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-7ac78e15-865f-472a-807f-fdcc3a0cadf8"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-7ac78e15-865f-472a-807f-fdcc3a0cadf8"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-7ac78e15-865f-472a-807f-fdcc3a0cadf8"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-7ac78e15-865f-472a-807f-fdcc3a0cadf8"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-7ac78e15-865f-472a-807f-fdcc3a0cadf8"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-7ac78e15-865f-472a-807f-fdcc3a0cadf8"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-7ac78e15-865f-472a-807f-fdcc3a0cadf8"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-7ac78e15-865f-472a-807f-fdcc3a0cadf8"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-7ac78e15-865f-472a-807f-fdcc3a0cadf8"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-13511430-d122-48ce-a2c5-66d9c5dadb6f {
  background-repeat: no-repeat;
background-size: contain;
margin-top: 0px;
margin-bottom: 0px;
min-height: 480px;
background-position: center center;
background-attachment: scroll;
}
@media (min-width: 1200px){#s-13511430-d122-48ce-a2c5-66d9c5dadb6f {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-13511430-d122-48ce-a2c5-66d9c5dadb6f {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-13511430-d122-48ce-a2c5-66d9c5dadb6f {
  min-height: 240px;
}
}@media (max-width: 767px){#s-13511430-d122-48ce-a2c5-66d9c5dadb6f {
  margin-bottom: 20px;
min-height: 300px;
}
}







#s-13511430-d122-48ce-a2c5-66d9c5dadb6f > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-13511430-d122-48ce-a2c5-66d9c5dadb6f {
  cursor: pointer;
}#s-13511430-d122-48ce-a2c5-66d9c5dadb6f.shg-box.shg-c {
  justify-content: center;
}

#s-f11bab9d-e298-4aeb-a3c2-b5e9ca12f424 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f11bab9d-e298-4aeb-a3c2-b5e9ca12f424 .shogun-heading-component h2 {
  color: #000;
  font-weight:  800 ;
  font-family: "Poppins";
  font-style:   ;
  font-size: 26px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-7a6d6b18-86b7-4a57-9305-9765d8f83614 {
  padding-left: 2%;
padding-right: 2%;
}

#s-c993328b-8df6-4eb4-95c7-b69fc58c89ce {
  margin-top: 20px;
margin-left: 0px;
margin-bottom: 20px;
margin-right: 0px;
}
@media (min-width: 1200px){#s-c993328b-8df6-4eb4-95c7-b69fc58c89ce {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-c993328b-8df6-4eb4-95c7-b69fc58c89ce {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-c993328b-8df6-4eb4-95c7-b69fc58c89ce {
  
}
}@media (max-width: 767px){#s-c993328b-8df6-4eb4-95c7-b69fc58c89ce {
  
}
}
@media (min-width: 0px) {
[id="s-c993328b-8df6-4eb4-95c7-b69fc58c89ce"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c993328b-8df6-4eb4-95c7-b69fc58c89ce"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-c993328b-8df6-4eb4-95c7-b69fc58c89ce"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-c993328b-8df6-4eb4-95c7-b69fc58c89ce"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-c993328b-8df6-4eb4-95c7-b69fc58c89ce"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-c993328b-8df6-4eb4-95c7-b69fc58c89ce"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-c993328b-8df6-4eb4-95c7-b69fc58c89ce"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-c993328b-8df6-4eb4-95c7-b69fc58c89ce"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-c993328b-8df6-4eb4-95c7-b69fc58c89ce"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-c993328b-8df6-4eb4-95c7-b69fc58c89ce"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-c993328b-8df6-4eb4-95c7-b69fc58c89ce"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-c993328b-8df6-4eb4-95c7-b69fc58c89ce"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-c993328b-8df6-4eb4-95c7-b69fc58c89ce"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-c993328b-8df6-4eb4-95c7-b69fc58c89ce"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-c993328b-8df6-4eb4-95c7-b69fc58c89ce"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-c993328b-8df6-4eb4-95c7-b69fc58c89ce"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-c993328b-8df6-4eb4-95c7-b69fc58c89ce"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-c993328b-8df6-4eb4-95c7-b69fc58c89ce"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-c993328b-8df6-4eb4-95c7-b69fc58c89ce"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-c993328b-8df6-4eb4-95c7-b69fc58c89ce"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-c993328b-8df6-4eb4-95c7-b69fc58c89ce"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-c993328b-8df6-4eb4-95c7-b69fc58c89ce"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-c993328b-8df6-4eb4-95c7-b69fc58c89ce"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-c993328b-8df6-4eb4-95c7-b69fc58c89ce"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-c993328b-8df6-4eb4-95c7-b69fc58c89ce"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-c993328b-8df6-4eb4-95c7-b69fc58c89ce"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-c993328b-8df6-4eb4-95c7-b69fc58c89ce"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-c993328b-8df6-4eb4-95c7-b69fc58c89ce"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-c993328b-8df6-4eb4-95c7-b69fc58c89ce"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-c993328b-8df6-4eb4-95c7-b69fc58c89ce"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-c993328b-8df6-4eb4-95c7-b69fc58c89ce"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-c993328b-8df6-4eb4-95c7-b69fc58c89ce"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-c993328b-8df6-4eb4-95c7-b69fc58c89ce"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-c993328b-8df6-4eb4-95c7-b69fc58c89ce"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-c993328b-8df6-4eb4-95c7-b69fc58c89ce"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-c993328b-8df6-4eb4-95c7-b69fc58c89ce"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-c993328b-8df6-4eb4-95c7-b69fc58c89ce"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-c993328b-8df6-4eb4-95c7-b69fc58c89ce"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-1f43c6ea-bf98-47ae-ae3e-26b573e6d2b7 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1f43c6ea-bf98-47ae-ae3e-26b573e6d2b7 .shogun-heading-component h2 {
  color: #000;
  font-weight:  800 ;
  font-family: "Poppins";
  font-style:   ;
  font-size: 26px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-0dfbf28e-8891-46bf-ad4e-ae3ca0e13366 {
  padding-left: 2%;
padding-right: 2%;
}

#s-15e1a1fe-c1d4-4dc2-b837-9cafeaac4927 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-bottom: 0px;
min-height: 480px;
background-position: center center;
background-attachment: scroll;
}
@media (min-width: 1200px){#s-15e1a1fe-c1d4-4dc2-b837-9cafeaac4927 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-15e1a1fe-c1d4-4dc2-b837-9cafeaac4927 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-15e1a1fe-c1d4-4dc2-b837-9cafeaac4927 {
  min-height: 240px;
}
}@media (max-width: 767px){#s-15e1a1fe-c1d4-4dc2-b837-9cafeaac4927 {
  margin-bottom: 20px;
min-height: 300px;
}
}







#s-15e1a1fe-c1d4-4dc2-b837-9cafeaac4927 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-15e1a1fe-c1d4-4dc2-b837-9cafeaac4927 {
  cursor: pointer;
}#s-15e1a1fe-c1d4-4dc2-b837-9cafeaac4927.shg-box.shg-c {
  justify-content: center;
}

#s-1c45b104-2870-4832-87f0-c63b75335a19 {
  border-style: solid;
margin-top: 20px;
margin-bottom: 20px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 0);
border-style: solid;
border-radius: 2px;
background-color: rgba(204, 0, 0, 1);
text-align: center;
text-decoration: none;
letter-spacing: 0px;
background-image: none;
hover-type: color;
}
#s-1c45b104-2870-4832-87f0-c63b75335a19:hover {background-color: rgba(8, 9, 9, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-1c45b104-2870-4832-87f0-c63b75335a19:active {background-color: rgba(76, 97, 107, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-1c45b104-2870-4832-87f0-c63b75335a19.shg-btn {
  color: #ffffff;
  font-size: ;
  font-weight: 700;
  
  font-family: Lato;
  display:  inline-block ;
}

#s-28ad6ca3-2c91-4bc3-9542-def21fc06786 {
  padding-top: 100px;
padding-left: 10%;
padding-bottom: 25px;
padding-right: 10%;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-28ad6ca3-2c91-4bc3-9542-def21fc06786 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-28ad6ca3-2c91-4bc3-9542-def21fc06786 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-28ad6ca3-2c91-4bc3-9542-def21fc06786 {
  padding-left: 5%;
padding-right: 5%;
}
}@media (max-width: 767px){#s-28ad6ca3-2c91-4bc3-9542-def21fc06786 {
  padding-left: 20px;
padding-right: 20px;
}
}







#s-28ad6ca3-2c91-4bc3-9542-def21fc06786 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-28ad6ca3-2c91-4bc3-9542-def21fc06786.shg-box.shg-c {
  justify-content: flex-start;
}

#s-1866555b-d6f3-468a-a2f1-6bd3d9df43f3 {
  margin-left: 0px;
margin-right: 0px;
}
@media (min-width: 1200px){#s-1866555b-d6f3-468a-a2f1-6bd3d9df43f3 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-1866555b-d6f3-468a-a2f1-6bd3d9df43f3 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-1866555b-d6f3-468a-a2f1-6bd3d9df43f3 {
  
}
}@media (max-width: 767px){#s-1866555b-d6f3-468a-a2f1-6bd3d9df43f3 {
  
}
}
@media (min-width: 0px) {
[id="s-1866555b-d6f3-468a-a2f1-6bd3d9df43f3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1866555b-d6f3-468a-a2f1-6bd3d9df43f3"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-1866555b-d6f3-468a-a2f1-6bd3d9df43f3"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-1866555b-d6f3-468a-a2f1-6bd3d9df43f3"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-1866555b-d6f3-468a-a2f1-6bd3d9df43f3"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-1866555b-d6f3-468a-a2f1-6bd3d9df43f3"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-1866555b-d6f3-468a-a2f1-6bd3d9df43f3"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-1866555b-d6f3-468a-a2f1-6bd3d9df43f3"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-1866555b-d6f3-468a-a2f1-6bd3d9df43f3"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-1866555b-d6f3-468a-a2f1-6bd3d9df43f3"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-1866555b-d6f3-468a-a2f1-6bd3d9df43f3"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-1866555b-d6f3-468a-a2f1-6bd3d9df43f3"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-1866555b-d6f3-468a-a2f1-6bd3d9df43f3"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-1866555b-d6f3-468a-a2f1-6bd3d9df43f3"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-1866555b-d6f3-468a-a2f1-6bd3d9df43f3"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-1866555b-d6f3-468a-a2f1-6bd3d9df43f3"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-1866555b-d6f3-468a-a2f1-6bd3d9df43f3"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-1866555b-d6f3-468a-a2f1-6bd3d9df43f3"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-1866555b-d6f3-468a-a2f1-6bd3d9df43f3"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-1866555b-d6f3-468a-a2f1-6bd3d9df43f3"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-1866555b-d6f3-468a-a2f1-6bd3d9df43f3"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-1866555b-d6f3-468a-a2f1-6bd3d9df43f3"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-1866555b-d6f3-468a-a2f1-6bd3d9df43f3"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-1866555b-d6f3-468a-a2f1-6bd3d9df43f3"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-1866555b-d6f3-468a-a2f1-6bd3d9df43f3"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-1866555b-d6f3-468a-a2f1-6bd3d9df43f3"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-1866555b-d6f3-468a-a2f1-6bd3d9df43f3"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-1866555b-d6f3-468a-a2f1-6bd3d9df43f3"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-1866555b-d6f3-468a-a2f1-6bd3d9df43f3"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-1866555b-d6f3-468a-a2f1-6bd3d9df43f3"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-1866555b-d6f3-468a-a2f1-6bd3d9df43f3"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-1866555b-d6f3-468a-a2f1-6bd3d9df43f3"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-1866555b-d6f3-468a-a2f1-6bd3d9df43f3"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-1866555b-d6f3-468a-a2f1-6bd3d9df43f3"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-1866555b-d6f3-468a-a2f1-6bd3d9df43f3"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-1866555b-d6f3-468a-a2f1-6bd3d9df43f3"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-1866555b-d6f3-468a-a2f1-6bd3d9df43f3"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-11536719-8fa8-4079-85eb-dca993881894 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-bottom: 0px;
min-height: 480px;
background-position: center center;
background-attachment: scroll;
}
@media (min-width: 1200px){#s-11536719-8fa8-4079-85eb-dca993881894 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-11536719-8fa8-4079-85eb-dca993881894 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-11536719-8fa8-4079-85eb-dca993881894 {
  min-height: 240px;
}
}@media (max-width: 767px){#s-11536719-8fa8-4079-85eb-dca993881894 {
  margin-bottom: 20px;
min-height: 300px;
}
}







#s-11536719-8fa8-4079-85eb-dca993881894 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-11536719-8fa8-4079-85eb-dca993881894 {
  cursor: pointer;
}#s-11536719-8fa8-4079-85eb-dca993881894.shg-box.shg-c {
  justify-content: center;
}

#s-cba5dded-b6bf-4a54-ae13-720fac8995d8 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-cba5dded-b6bf-4a54-ae13-720fac8995d8 .shogun-heading-component h2 {
  color: #000;
  font-weight:  800 ;
  font-family: "Poppins";
  font-style:   ;
  font-size: 26px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-3ee87a9e-697b-40c8-a4db-a5c4ed8bdfec {
  padding-left: 2%;
padding-right: 2%;
}

#s-8fcd3bd9-7ae6-4625-bb05-6b89e1a454fc {
  margin-top: 20px;
margin-left: 0px;
margin-bottom: 20px;
margin-right: 0px;
}
@media (min-width: 1200px){#s-8fcd3bd9-7ae6-4625-bb05-6b89e1a454fc {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-8fcd3bd9-7ae6-4625-bb05-6b89e1a454fc {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-8fcd3bd9-7ae6-4625-bb05-6b89e1a454fc {
  
}
}@media (max-width: 767px){#s-8fcd3bd9-7ae6-4625-bb05-6b89e1a454fc {
  
}
}
@media (min-width: 0px) {
[id="s-8fcd3bd9-7ae6-4625-bb05-6b89e1a454fc"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8fcd3bd9-7ae6-4625-bb05-6b89e1a454fc"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-8fcd3bd9-7ae6-4625-bb05-6b89e1a454fc"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-8fcd3bd9-7ae6-4625-bb05-6b89e1a454fc"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-8fcd3bd9-7ae6-4625-bb05-6b89e1a454fc"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-8fcd3bd9-7ae6-4625-bb05-6b89e1a454fc"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-8fcd3bd9-7ae6-4625-bb05-6b89e1a454fc"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-8fcd3bd9-7ae6-4625-bb05-6b89e1a454fc"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-8fcd3bd9-7ae6-4625-bb05-6b89e1a454fc"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-8fcd3bd9-7ae6-4625-bb05-6b89e1a454fc"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-8fcd3bd9-7ae6-4625-bb05-6b89e1a454fc"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-8fcd3bd9-7ae6-4625-bb05-6b89e1a454fc"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-8fcd3bd9-7ae6-4625-bb05-6b89e1a454fc"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-8fcd3bd9-7ae6-4625-bb05-6b89e1a454fc"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-8fcd3bd9-7ae6-4625-bb05-6b89e1a454fc"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-8fcd3bd9-7ae6-4625-bb05-6b89e1a454fc"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-8fcd3bd9-7ae6-4625-bb05-6b89e1a454fc"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-8fcd3bd9-7ae6-4625-bb05-6b89e1a454fc"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-8fcd3bd9-7ae6-4625-bb05-6b89e1a454fc"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-8fcd3bd9-7ae6-4625-bb05-6b89e1a454fc"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-8fcd3bd9-7ae6-4625-bb05-6b89e1a454fc"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-8fcd3bd9-7ae6-4625-bb05-6b89e1a454fc"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-8fcd3bd9-7ae6-4625-bb05-6b89e1a454fc"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-8fcd3bd9-7ae6-4625-bb05-6b89e1a454fc"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-8fcd3bd9-7ae6-4625-bb05-6b89e1a454fc"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-8fcd3bd9-7ae6-4625-bb05-6b89e1a454fc"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-8fcd3bd9-7ae6-4625-bb05-6b89e1a454fc"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-8fcd3bd9-7ae6-4625-bb05-6b89e1a454fc"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-8fcd3bd9-7ae6-4625-bb05-6b89e1a454fc"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-8fcd3bd9-7ae6-4625-bb05-6b89e1a454fc"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-8fcd3bd9-7ae6-4625-bb05-6b89e1a454fc"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-8fcd3bd9-7ae6-4625-bb05-6b89e1a454fc"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-8fcd3bd9-7ae6-4625-bb05-6b89e1a454fc"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-8fcd3bd9-7ae6-4625-bb05-6b89e1a454fc"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-8fcd3bd9-7ae6-4625-bb05-6b89e1a454fc"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-8fcd3bd9-7ae6-4625-bb05-6b89e1a454fc"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-8fcd3bd9-7ae6-4625-bb05-6b89e1a454fc"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-8fcd3bd9-7ae6-4625-bb05-6b89e1a454fc"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-3ab6d7da-1d9e-4825-b21e-e97510147d98 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3ab6d7da-1d9e-4825-b21e-e97510147d98 .shogun-heading-component h2 {
  color: #000;
  font-weight:  800 ;
  font-family: "Poppins";
  font-style:   ;
  font-size: 26px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-223faa98-0c5d-46f8-bc69-f329337b28e8 {
  padding-left: 2%;
padding-right: 2%;
}

#s-c5f17dbe-fd5f-419a-89f3-4c0094b2a3a4 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-bottom: 0px;
min-height: 480px;
background-position: center center;
background-attachment: scroll;
}
@media (min-width: 1200px){#s-c5f17dbe-fd5f-419a-89f3-4c0094b2a3a4 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-c5f17dbe-fd5f-419a-89f3-4c0094b2a3a4 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-c5f17dbe-fd5f-419a-89f3-4c0094b2a3a4 {
  min-height: 240px;
}
}@media (max-width: 767px){#s-c5f17dbe-fd5f-419a-89f3-4c0094b2a3a4 {
  margin-bottom: 20px;
min-height: 300px;
}
}







#s-c5f17dbe-fd5f-419a-89f3-4c0094b2a3a4 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-c5f17dbe-fd5f-419a-89f3-4c0094b2a3a4 {
  cursor: pointer;
}#s-c5f17dbe-fd5f-419a-89f3-4c0094b2a3a4.shg-box.shg-c {
  justify-content: center;
}

#s-39b96cf8-878a-4782-83bd-06e85f8de897 {
  border-style: solid;
margin-top: 20px;
margin-bottom: 20px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 0);
border-style: solid;
border-radius: 2px;
background-color: rgba(204, 0, 0, 1);
text-align: center;
text-decoration: none;
letter-spacing: 0px;
background-image: none;
hover-type: color;
}
#s-39b96cf8-878a-4782-83bd-06e85f8de897:hover {background-color: rgba(8, 9, 9, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-39b96cf8-878a-4782-83bd-06e85f8de897:active {background-color: rgba(76, 97, 107, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-39b96cf8-878a-4782-83bd-06e85f8de897.shg-btn {
  color: #ffffff;
  font-size: ;
  font-weight: 700;
  
  font-family: Lato;
  display:  inline-block ;
}

#s-043d3034-a6e8-48be-9ffd-970b06d1f777 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
min-height: 600px;
background-position: center center;
}
@media (min-width: 1200px){#s-043d3034-a6e8-48be-9ffd-970b06d1f777 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-043d3034-a6e8-48be-9ffd-970b06d1f777 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-043d3034-a6e8-48be-9ffd-970b06d1f777 {
  min-height: 480px;
}
}@media (max-width: 767px){#s-043d3034-a6e8-48be-9ffd-970b06d1f777 {
  min-height: 480px;
}
}







#s-043d3034-a6e8-48be-9ffd-970b06d1f777 > .shg-box-overlay {
  background-color: rgba(62, 45, 45, 1);
  opacity: 0.6499999999999999;
}#s-043d3034-a6e8-48be-9ffd-970b06d1f777.shg-box.shg-c {
  justify-content: center;
}

#s-e84136e9-574f-4e9c-b0ed-7f904e88f46b {
  margin-top: 10px;
margin-bottom: 10px;
}
@media (min-width: 1200px){#s-e84136e9-574f-4e9c-b0ed-7f904e88f46b {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e84136e9-574f-4e9c-b0ed-7f904e88f46b {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-e84136e9-574f-4e9c-b0ed-7f904e88f46b {
  
}
}@media (max-width: 767px){#s-e84136e9-574f-4e9c-b0ed-7f904e88f46b {
  
}
}
@media (min-width: 0px) {
[id="s-e84136e9-574f-4e9c-b0ed-7f904e88f46b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e84136e9-574f-4e9c-b0ed-7f904e88f46b"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-e84136e9-574f-4e9c-b0ed-7f904e88f46b"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-e84136e9-574f-4e9c-b0ed-7f904e88f46b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-e84136e9-574f-4e9c-b0ed-7f904e88f46b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-e84136e9-574f-4e9c-b0ed-7f904e88f46b"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-e84136e9-574f-4e9c-b0ed-7f904e88f46b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-e84136e9-574f-4e9c-b0ed-7f904e88f46b"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-e84136e9-574f-4e9c-b0ed-7f904e88f46b"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-e84136e9-574f-4e9c-b0ed-7f904e88f46b"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-e84136e9-574f-4e9c-b0ed-7f904e88f46b"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-e84136e9-574f-4e9c-b0ed-7f904e88f46b"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-e84136e9-574f-4e9c-b0ed-7f904e88f46b"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-e84136e9-574f-4e9c-b0ed-7f904e88f46b"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-e84136e9-574f-4e9c-b0ed-7f904e88f46b"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-e84136e9-574f-4e9c-b0ed-7f904e88f46b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-e84136e9-574f-4e9c-b0ed-7f904e88f46b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-e84136e9-574f-4e9c-b0ed-7f904e88f46b"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-e84136e9-574f-4e9c-b0ed-7f904e88f46b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-e84136e9-574f-4e9c-b0ed-7f904e88f46b"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-e84136e9-574f-4e9c-b0ed-7f904e88f46b"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-e84136e9-574f-4e9c-b0ed-7f904e88f46b"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-e84136e9-574f-4e9c-b0ed-7f904e88f46b"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-e84136e9-574f-4e9c-b0ed-7f904e88f46b"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-e84136e9-574f-4e9c-b0ed-7f904e88f46b"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-e84136e9-574f-4e9c-b0ed-7f904e88f46b"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-e84136e9-574f-4e9c-b0ed-7f904e88f46b"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-e84136e9-574f-4e9c-b0ed-7f904e88f46b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-e84136e9-574f-4e9c-b0ed-7f904e88f46b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-e84136e9-574f-4e9c-b0ed-7f904e88f46b"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-e84136e9-574f-4e9c-b0ed-7f904e88f46b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-e84136e9-574f-4e9c-b0ed-7f904e88f46b"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-e84136e9-574f-4e9c-b0ed-7f904e88f46b"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-e84136e9-574f-4e9c-b0ed-7f904e88f46b"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-e84136e9-574f-4e9c-b0ed-7f904e88f46b"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-e84136e9-574f-4e9c-b0ed-7f904e88f46b"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-e84136e9-574f-4e9c-b0ed-7f904e88f46b"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-fb9c3c6b-5a2d-4506-aa02-bd19f8e77d99 {
  min-height: 50px;
background-color: rgba(255, 255, 255, 0);
}
@media (min-width: 1200px){#s-fb9c3c6b-5a2d-4506-aa02-bd19f8e77d99 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-fb9c3c6b-5a2d-4506-aa02-bd19f8e77d99 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-fb9c3c6b-5a2d-4506-aa02-bd19f8e77d99 {
  
}
}@media (max-width: 767px){#s-fb9c3c6b-5a2d-4506-aa02-bd19f8e77d99 {
  padding-left: 20px;
padding-right: 20px;
}
}







#s-fb9c3c6b-5a2d-4506-aa02-bd19f8e77d99 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fb9c3c6b-5a2d-4506-aa02-bd19f8e77d99.shg-box.shg-c {
  justify-content: flex-start;
}

#s-4513f42e-a0b4-4185-8888-35f8ca9f10d2 {
  text-align: center;
}
@media (min-width: 1200px){#s-4513f42e-a0b4-4185-8888-35f8ca9f10d2 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-4513f42e-a0b4-4185-8888-35f8ca9f10d2 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-4513f42e-a0b4-4185-8888-35f8ca9f10d2 {
  
}
}@media (max-width: 767px){#s-4513f42e-a0b4-4185-8888-35f8ca9f10d2 {
  
}
}
#s-4513f42e-a0b4-4185-8888-35f8ca9f10d2 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:   ;
  font-size: 48px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



@media (min-width: 0px) {
[id="s-a81ea5dd-4968-4c61-95e1-0a81882710b7"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-a81ea5dd-4968-4c61-95e1-0a81882710b7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a81ea5dd-4968-4c61-95e1-0a81882710b7"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-a81ea5dd-4968-4c61-95e1-0a81882710b7"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-a81ea5dd-4968-4c61-95e1-0a81882710b7"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-a81ea5dd-4968-4c61-95e1-0a81882710b7"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-a81ea5dd-4968-4c61-95e1-0a81882710b7"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-a81ea5dd-4968-4c61-95e1-0a81882710b7"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-a81ea5dd-4968-4c61-95e1-0a81882710b7"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-a81ea5dd-4968-4c61-95e1-0a81882710b7"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-a81ea5dd-4968-4c61-95e1-0a81882710b7"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-a81ea5dd-4968-4c61-95e1-0a81882710b7"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-a81ea5dd-4968-4c61-95e1-0a81882710b7"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-a81ea5dd-4968-4c61-95e1-0a81882710b7"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-a81ea5dd-4968-4c61-95e1-0a81882710b7"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-a81ea5dd-4968-4c61-95e1-0a81882710b7"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-a81ea5dd-4968-4c61-95e1-0a81882710b7"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-a81ea5dd-4968-4c61-95e1-0a81882710b7"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-a81ea5dd-4968-4c61-95e1-0a81882710b7"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-a81ea5dd-4968-4c61-95e1-0a81882710b7"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-a81ea5dd-4968-4c61-95e1-0a81882710b7"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-a81ea5dd-4968-4c61-95e1-0a81882710b7"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-a81ea5dd-4968-4c61-95e1-0a81882710b7"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-a81ea5dd-4968-4c61-95e1-0a81882710b7"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-a81ea5dd-4968-4c61-95e1-0a81882710b7"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-a81ea5dd-4968-4c61-95e1-0a81882710b7"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-a81ea5dd-4968-4c61-95e1-0a81882710b7"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-a81ea5dd-4968-4c61-95e1-0a81882710b7"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-a81ea5dd-4968-4c61-95e1-0a81882710b7"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-a81ea5dd-4968-4c61-95e1-0a81882710b7"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-a81ea5dd-4968-4c61-95e1-0a81882710b7"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-a81ea5dd-4968-4c61-95e1-0a81882710b7"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-a81ea5dd-4968-4c61-95e1-0a81882710b7"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-a81ea5dd-4968-4c61-95e1-0a81882710b7"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-a81ea5dd-4968-4c61-95e1-0a81882710b7"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-a81ea5dd-4968-4c61-95e1-0a81882710b7"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-a81ea5dd-4968-4c61-95e1-0a81882710b7"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-a81ea5dd-4968-4c61-95e1-0a81882710b7"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-5c1fa0a6-091f-427e-804c-e884900b8dd4 {
  border-style: solid;
margin-top: 20px;
margin-bottom: 20px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 0);
border-style: solid;
border-radius: 2px;
background-color: rgba(204, 0, 0, 1);
text-align: center;
text-decoration: none;
letter-spacing: 0px;
background-image: none;
hover-type: color;
}
#s-5c1fa0a6-091f-427e-804c-e884900b8dd4:hover {background-color: rgba(8, 9, 9, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-5c1fa0a6-091f-427e-804c-e884900b8dd4:active {background-color: rgba(76, 97, 107, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-5c1fa0a6-091f-427e-804c-e884900b8dd4.shg-btn {
  color: #ffffff;
  font-size: ;
  font-weight: 700;
  
  font-family: Lato;
  display:  inline-block ;
}

#s-3bb8b1de-c720-4b39-8ba2-909e591d2170 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 25px;
padding-left: 10%;
padding-bottom: 25px;
padding-right: 10%;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-3bb8b1de-c720-4b39-8ba2-909e591d2170 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-3bb8b1de-c720-4b39-8ba2-909e591d2170 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-3bb8b1de-c720-4b39-8ba2-909e591d2170 {
  padding-left: 5%;
padding-right: 5%;
}
}@media (max-width: 767px){#s-3bb8b1de-c720-4b39-8ba2-909e591d2170 {
  padding-left: 20px;
padding-right: 20px;
}
}







#s-3bb8b1de-c720-4b39-8ba2-909e591d2170 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3bb8b1de-c720-4b39-8ba2-909e591d2170.shg-box.shg-c {
  justify-content: flex-start;
}

#s-10972480-0e38-4332-8b84-6228147000f5 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-10972480-0e38-4332-8b84-6228147000f5 .shogun-heading-component h4 {
  color: #000;
  font-weight:  800 ;
  font-family: "Poppins";
  font-style:   ;
  font-size: 26px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



@media (min-width: 0px) {
[id="s-3da8a43c-5caa-4892-8659-929bee30669b"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 10.0px);
}

[id="s-3da8a43c-5caa-4892-8659-929bee30669b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3da8a43c-5caa-4892-8659-929bee30669b"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 16.666666666666668px);
}

[id="s-3da8a43c-5caa-4892-8659-929bee30669b"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 16.666666666666668px);
}

[id="s-3da8a43c-5caa-4892-8659-929bee30669b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 16.666666666666668px);
}

[id="s-3da8a43c-5caa-4892-8659-929bee30669b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

[id="s-3da8a43c-5caa-4892-8659-929bee30669b"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 16.666666666666668px);
}

[id="s-3da8a43c-5caa-4892-8659-929bee30669b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 16.666666666666668px);
}

[id="s-3da8a43c-5caa-4892-8659-929bee30669b"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 16.666666666666668px);
}

[id="s-3da8a43c-5caa-4892-8659-929bee30669b"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 16.666666666666668px);
}

[id="s-3da8a43c-5caa-4892-8659-929bee30669b"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 16.666666666666668px);
}

[id="s-3da8a43c-5caa-4892-8659-929bee30669b"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 16.666666666666668px);
}

[id="s-3da8a43c-5caa-4892-8659-929bee30669b"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 16.666666666666668px);
}

[id="s-3da8a43c-5caa-4892-8659-929bee30669b"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 16.666666666666668px);
}

}

@media (min-width: 992px) {
[id="s-3da8a43c-5caa-4892-8659-929bee30669b"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 16.666666666666668px);
}

[id="s-3da8a43c-5caa-4892-8659-929bee30669b"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 16.666666666666668px);
}

[id="s-3da8a43c-5caa-4892-8659-929bee30669b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 16.666666666666668px);
}

[id="s-3da8a43c-5caa-4892-8659-929bee30669b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

[id="s-3da8a43c-5caa-4892-8659-929bee30669b"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 16.666666666666668px);
}

[id="s-3da8a43c-5caa-4892-8659-929bee30669b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 16.666666666666668px);
}

[id="s-3da8a43c-5caa-4892-8659-929bee30669b"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 16.666666666666668px);
}

[id="s-3da8a43c-5caa-4892-8659-929bee30669b"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 16.666666666666668px);
}

[id="s-3da8a43c-5caa-4892-8659-929bee30669b"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 16.666666666666668px);
}

[id="s-3da8a43c-5caa-4892-8659-929bee30669b"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 16.666666666666668px);
}

[id="s-3da8a43c-5caa-4892-8659-929bee30669b"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 16.666666666666668px);
}

[id="s-3da8a43c-5caa-4892-8659-929bee30669b"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 16.666666666666668px);
}

}

@media (min-width: 1200px) {
[id="s-3da8a43c-5caa-4892-8659-929bee30669b"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 16.666666666666668px);
}

[id="s-3da8a43c-5caa-4892-8659-929bee30669b"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 16.666666666666668px);
}

[id="s-3da8a43c-5caa-4892-8659-929bee30669b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 16.666666666666668px);
}

[id="s-3da8a43c-5caa-4892-8659-929bee30669b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

[id="s-3da8a43c-5caa-4892-8659-929bee30669b"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 16.666666666666668px);
}

[id="s-3da8a43c-5caa-4892-8659-929bee30669b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 16.666666666666668px);
}

[id="s-3da8a43c-5caa-4892-8659-929bee30669b"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 16.666666666666668px);
}

[id="s-3da8a43c-5caa-4892-8659-929bee30669b"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 16.666666666666668px);
}

[id="s-3da8a43c-5caa-4892-8659-929bee30669b"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 16.666666666666668px);
}

[id="s-3da8a43c-5caa-4892-8659-929bee30669b"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 16.666666666666668px);
}

[id="s-3da8a43c-5caa-4892-8659-929bee30669b"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 16.666666666666668px);
}

[id="s-3da8a43c-5caa-4892-8659-929bee30669b"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 16.666666666666668px);
}

}

#s-7dacbdb1-0d21-4b2c-96b9-4d1e800c72bb {
  display: none;
}
#s-8594a935-87d7-4233-be29-668a4fd9fbfb {
  text-align: left;
}


.shg-c#s-8594a935-87d7-4233-be29-668a4fd9fbfb {
  max-width: 100%;
}

.shg-c#s-8594a935-87d7-4233-be29-668a4fd9fbfb img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8594a935-87d7-4233-be29-668a4fd9fbfb .shg-image-zoom,
.shg-c#s-8594a935-87d7-4233-be29-668a4fd9fbfb img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-8594a935-87d7-4233-be29-668a4fd9fbfb .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-8594a935-87d7-4233-be29-668a4fd9fbfb {
  max-width: 100%;
}

.shg-c#s-8594a935-87d7-4233-be29-668a4fd9fbfb img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8594a935-87d7-4233-be29-668a4fd9fbfb .shg-image-zoom,
.shg-c#s-8594a935-87d7-4233-be29-668a4fd9fbfb img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-8594a935-87d7-4233-be29-668a4fd9fbfb .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-8594a935-87d7-4233-be29-668a4fd9fbfb {
  max-width: 100%;
}

.shg-c#s-8594a935-87d7-4233-be29-668a4fd9fbfb img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8594a935-87d7-4233-be29-668a4fd9fbfb .shg-image-zoom,
.shg-c#s-8594a935-87d7-4233-be29-668a4fd9fbfb img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-8594a935-87d7-4233-be29-668a4fd9fbfb .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-8594a935-87d7-4233-be29-668a4fd9fbfb {
  max-width: 100%;
}

.shg-c#s-8594a935-87d7-4233-be29-668a4fd9fbfb img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8594a935-87d7-4233-be29-668a4fd9fbfb .shg-image-zoom,
.shg-c#s-8594a935-87d7-4233-be29-668a4fd9fbfb img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-8594a935-87d7-4233-be29-668a4fd9fbfb .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-8594a935-87d7-4233-be29-668a4fd9fbfb {
  max-width: 100%;
}

.shg-c#s-8594a935-87d7-4233-be29-668a4fd9fbfb img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8594a935-87d7-4233-be29-668a4fd9fbfb .shg-image-zoom,
.shg-c#s-8594a935-87d7-4233-be29-668a4fd9fbfb img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-8594a935-87d7-4233-be29-668a4fd9fbfb .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
.shg-c#s-8594a935-87d7-4233-be29-668a4fd9fbfb {
  max-width: 100%;
}

.shg-c#s-8594a935-87d7-4233-be29-668a4fd9fbfb img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8594a935-87d7-4233-be29-668a4fd9fbfb .shg-image-zoom,
.shg-c#s-8594a935-87d7-4233-be29-668a4fd9fbfb img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-8594a935-87d7-4233-be29-668a4fd9fbfb .shg-image-zoom {
  
    margin-left: 0px;
  
}


#s-89014dd0-aa14-4b41-a7f5-a8d7e30d4e3c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-89014dd0-aa14-4b41-a7f5-a8d7e30d4e3c .shogun-heading-component h3 {
  color: #000;
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-bd1fb2b2-7090-4773-95fd-b583d2ab4449 {
  display: none;
}
#s-6eb9ead0-7042-49ab-9da0-d72f68e77337 {
  text-align: left;
}


.shg-c#s-6eb9ead0-7042-49ab-9da0-d72f68e77337 {
  max-width: 100%;
}

.shg-c#s-6eb9ead0-7042-49ab-9da0-d72f68e77337 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6eb9ead0-7042-49ab-9da0-d72f68e77337 .shg-image-zoom,
.shg-c#s-6eb9ead0-7042-49ab-9da0-d72f68e77337 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6eb9ead0-7042-49ab-9da0-d72f68e77337 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-6eb9ead0-7042-49ab-9da0-d72f68e77337 {
  max-width: 100%;
}

.shg-c#s-6eb9ead0-7042-49ab-9da0-d72f68e77337 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6eb9ead0-7042-49ab-9da0-d72f68e77337 .shg-image-zoom,
.shg-c#s-6eb9ead0-7042-49ab-9da0-d72f68e77337 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6eb9ead0-7042-49ab-9da0-d72f68e77337 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-6eb9ead0-7042-49ab-9da0-d72f68e77337 {
  max-width: 100%;
}

.shg-c#s-6eb9ead0-7042-49ab-9da0-d72f68e77337 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6eb9ead0-7042-49ab-9da0-d72f68e77337 .shg-image-zoom,
.shg-c#s-6eb9ead0-7042-49ab-9da0-d72f68e77337 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6eb9ead0-7042-49ab-9da0-d72f68e77337 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-6eb9ead0-7042-49ab-9da0-d72f68e77337 {
  max-width: 100%;
}

.shg-c#s-6eb9ead0-7042-49ab-9da0-d72f68e77337 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6eb9ead0-7042-49ab-9da0-d72f68e77337 .shg-image-zoom,
.shg-c#s-6eb9ead0-7042-49ab-9da0-d72f68e77337 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6eb9ead0-7042-49ab-9da0-d72f68e77337 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-6eb9ead0-7042-49ab-9da0-d72f68e77337 {
  max-width: 100%;
}

.shg-c#s-6eb9ead0-7042-49ab-9da0-d72f68e77337 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6eb9ead0-7042-49ab-9da0-d72f68e77337 .shg-image-zoom,
.shg-c#s-6eb9ead0-7042-49ab-9da0-d72f68e77337 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6eb9ead0-7042-49ab-9da0-d72f68e77337 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
.shg-c#s-6eb9ead0-7042-49ab-9da0-d72f68e77337 {
  max-width: 100%;
}

.shg-c#s-6eb9ead0-7042-49ab-9da0-d72f68e77337 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6eb9ead0-7042-49ab-9da0-d72f68e77337 .shg-image-zoom,
.shg-c#s-6eb9ead0-7042-49ab-9da0-d72f68e77337 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6eb9ead0-7042-49ab-9da0-d72f68e77337 .shg-image-zoom {
  
    margin-left: 0px;
  
}


#s-c9028e8b-5f2e-4e70-9f6f-2fcfacdddbd4 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c9028e8b-5f2e-4e70-9f6f-2fcfacdddbd4 .shogun-heading-component h3 {
  color: #000;
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-7a397a02-450b-4265-a9d9-7ead378ae0c1 {
  display: none;
}
#s-4d8c5ad7-08aa-4304-8de2-df943a418289 {
  text-align: left;
}


.shg-c#s-4d8c5ad7-08aa-4304-8de2-df943a418289 {
  max-width: 100%;
}

.shg-c#s-4d8c5ad7-08aa-4304-8de2-df943a418289 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4d8c5ad7-08aa-4304-8de2-df943a418289 .shg-image-zoom,
.shg-c#s-4d8c5ad7-08aa-4304-8de2-df943a418289 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-4d8c5ad7-08aa-4304-8de2-df943a418289 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-4d8c5ad7-08aa-4304-8de2-df943a418289 {
  max-width: 100%;
}

.shg-c#s-4d8c5ad7-08aa-4304-8de2-df943a418289 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4d8c5ad7-08aa-4304-8de2-df943a418289 .shg-image-zoom,
.shg-c#s-4d8c5ad7-08aa-4304-8de2-df943a418289 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-4d8c5ad7-08aa-4304-8de2-df943a418289 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-4d8c5ad7-08aa-4304-8de2-df943a418289 {
  max-width: 100%;
}

.shg-c#s-4d8c5ad7-08aa-4304-8de2-df943a418289 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4d8c5ad7-08aa-4304-8de2-df943a418289 .shg-image-zoom,
.shg-c#s-4d8c5ad7-08aa-4304-8de2-df943a418289 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-4d8c5ad7-08aa-4304-8de2-df943a418289 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-4d8c5ad7-08aa-4304-8de2-df943a418289 {
  max-width: 100%;
}

.shg-c#s-4d8c5ad7-08aa-4304-8de2-df943a418289 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4d8c5ad7-08aa-4304-8de2-df943a418289 .shg-image-zoom,
.shg-c#s-4d8c5ad7-08aa-4304-8de2-df943a418289 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-4d8c5ad7-08aa-4304-8de2-df943a418289 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-4d8c5ad7-08aa-4304-8de2-df943a418289 {
  max-width: 100%;
}

.shg-c#s-4d8c5ad7-08aa-4304-8de2-df943a418289 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4d8c5ad7-08aa-4304-8de2-df943a418289 .shg-image-zoom,
.shg-c#s-4d8c5ad7-08aa-4304-8de2-df943a418289 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-4d8c5ad7-08aa-4304-8de2-df943a418289 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
.shg-c#s-4d8c5ad7-08aa-4304-8de2-df943a418289 {
  max-width: 100%;
}

.shg-c#s-4d8c5ad7-08aa-4304-8de2-df943a418289 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4d8c5ad7-08aa-4304-8de2-df943a418289 .shg-image-zoom,
.shg-c#s-4d8c5ad7-08aa-4304-8de2-df943a418289 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-4d8c5ad7-08aa-4304-8de2-df943a418289 .shg-image-zoom {
  
    margin-left: 0px;
  
}


#s-20e144ed-9ca5-4fd9-a780-82ea630aec74 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-20e144ed-9ca5-4fd9-a780-82ea630aec74 .shogun-heading-component h3 {
  color: #000;
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-f331621b-b430-448a-b436-1229057fb9d9 {
  display: none;
}
#s-c882d78d-ca03-46bb-a6a7-3a061b411548 {
  text-align: left;
}


.shg-c#s-c882d78d-ca03-46bb-a6a7-3a061b411548 {
  max-width: 100%;
}

.shg-c#s-c882d78d-ca03-46bb-a6a7-3a061b411548 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c882d78d-ca03-46bb-a6a7-3a061b411548 .shg-image-zoom,
.shg-c#s-c882d78d-ca03-46bb-a6a7-3a061b411548 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c882d78d-ca03-46bb-a6a7-3a061b411548 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-c882d78d-ca03-46bb-a6a7-3a061b411548 {
  max-width: 100%;
}

.shg-c#s-c882d78d-ca03-46bb-a6a7-3a061b411548 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c882d78d-ca03-46bb-a6a7-3a061b411548 .shg-image-zoom,
.shg-c#s-c882d78d-ca03-46bb-a6a7-3a061b411548 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c882d78d-ca03-46bb-a6a7-3a061b411548 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-c882d78d-ca03-46bb-a6a7-3a061b411548 {
  max-width: 100%;
}

.shg-c#s-c882d78d-ca03-46bb-a6a7-3a061b411548 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c882d78d-ca03-46bb-a6a7-3a061b411548 .shg-image-zoom,
.shg-c#s-c882d78d-ca03-46bb-a6a7-3a061b411548 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c882d78d-ca03-46bb-a6a7-3a061b411548 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-c882d78d-ca03-46bb-a6a7-3a061b411548 {
  max-width: 100%;
}

.shg-c#s-c882d78d-ca03-46bb-a6a7-3a061b411548 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c882d78d-ca03-46bb-a6a7-3a061b411548 .shg-image-zoom,
.shg-c#s-c882d78d-ca03-46bb-a6a7-3a061b411548 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c882d78d-ca03-46bb-a6a7-3a061b411548 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-c882d78d-ca03-46bb-a6a7-3a061b411548 {
  max-width: 100%;
}

.shg-c#s-c882d78d-ca03-46bb-a6a7-3a061b411548 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c882d78d-ca03-46bb-a6a7-3a061b411548 .shg-image-zoom,
.shg-c#s-c882d78d-ca03-46bb-a6a7-3a061b411548 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c882d78d-ca03-46bb-a6a7-3a061b411548 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
.shg-c#s-c882d78d-ca03-46bb-a6a7-3a061b411548 {
  max-width: 100%;
}

.shg-c#s-c882d78d-ca03-46bb-a6a7-3a061b411548 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c882d78d-ca03-46bb-a6a7-3a061b411548 .shg-image-zoom,
.shg-c#s-c882d78d-ca03-46bb-a6a7-3a061b411548 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c882d78d-ca03-46bb-a6a7-3a061b411548 .shg-image-zoom {
  
    margin-left: 0px;
  
}


#s-02283377-b7b5-45f1-acbd-cd70f2023f41 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-02283377-b7b5-45f1-acbd-cd70f2023f41 .shogun-heading-component h3 {
  color: #000;
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-ab591abb-3b12-4f0a-a41c-e906562fbce7 {
  display: none;
}
#s-91cbf1e2-147e-4d15-a5bf-38c5a7474541 {
  text-align: left;
}


.shg-c#s-91cbf1e2-147e-4d15-a5bf-38c5a7474541 {
  max-width: 100%;
}

.shg-c#s-91cbf1e2-147e-4d15-a5bf-38c5a7474541 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-91cbf1e2-147e-4d15-a5bf-38c5a7474541 .shg-image-zoom,
.shg-c#s-91cbf1e2-147e-4d15-a5bf-38c5a7474541 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-91cbf1e2-147e-4d15-a5bf-38c5a7474541 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-91cbf1e2-147e-4d15-a5bf-38c5a7474541 {
  max-width: 100%;
}

.shg-c#s-91cbf1e2-147e-4d15-a5bf-38c5a7474541 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-91cbf1e2-147e-4d15-a5bf-38c5a7474541 .shg-image-zoom,
.shg-c#s-91cbf1e2-147e-4d15-a5bf-38c5a7474541 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-91cbf1e2-147e-4d15-a5bf-38c5a7474541 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-91cbf1e2-147e-4d15-a5bf-38c5a7474541 {
  max-width: 100%;
}

.shg-c#s-91cbf1e2-147e-4d15-a5bf-38c5a7474541 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-91cbf1e2-147e-4d15-a5bf-38c5a7474541 .shg-image-zoom,
.shg-c#s-91cbf1e2-147e-4d15-a5bf-38c5a7474541 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-91cbf1e2-147e-4d15-a5bf-38c5a7474541 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-91cbf1e2-147e-4d15-a5bf-38c5a7474541 {
  max-width: 100%;
}

.shg-c#s-91cbf1e2-147e-4d15-a5bf-38c5a7474541 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-91cbf1e2-147e-4d15-a5bf-38c5a7474541 .shg-image-zoom,
.shg-c#s-91cbf1e2-147e-4d15-a5bf-38c5a7474541 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-91cbf1e2-147e-4d15-a5bf-38c5a7474541 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-91cbf1e2-147e-4d15-a5bf-38c5a7474541 {
  max-width: 100%;
}

.shg-c#s-91cbf1e2-147e-4d15-a5bf-38c5a7474541 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-91cbf1e2-147e-4d15-a5bf-38c5a7474541 .shg-image-zoom,
.shg-c#s-91cbf1e2-147e-4d15-a5bf-38c5a7474541 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-91cbf1e2-147e-4d15-a5bf-38c5a7474541 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
.shg-c#s-91cbf1e2-147e-4d15-a5bf-38c5a7474541 {
  max-width: 100%;
}

.shg-c#s-91cbf1e2-147e-4d15-a5bf-38c5a7474541 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-91cbf1e2-147e-4d15-a5bf-38c5a7474541 .shg-image-zoom,
.shg-c#s-91cbf1e2-147e-4d15-a5bf-38c5a7474541 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-91cbf1e2-147e-4d15-a5bf-38c5a7474541 .shg-image-zoom {
  
    margin-left: 0px;
  
}


#s-76dbc4f0-58cb-49ca-9df7-9bbb76c371ce {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-76dbc4f0-58cb-49ca-9df7-9bbb76c371ce .shogun-heading-component h3 {
  color: #000;
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-af9de627-536e-4a4d-a87f-85f157a81d66 {
  display: none;
}
#s-1947ff90-a432-4cab-ac9a-f02b63d8aa43 {
  text-align: left;
}


.shg-c#s-1947ff90-a432-4cab-ac9a-f02b63d8aa43 {
  max-width: 100%;
}

.shg-c#s-1947ff90-a432-4cab-ac9a-f02b63d8aa43 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1947ff90-a432-4cab-ac9a-f02b63d8aa43 .shg-image-zoom,
.shg-c#s-1947ff90-a432-4cab-ac9a-f02b63d8aa43 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-1947ff90-a432-4cab-ac9a-f02b63d8aa43 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-1947ff90-a432-4cab-ac9a-f02b63d8aa43 {
  max-width: 100%;
}

.shg-c#s-1947ff90-a432-4cab-ac9a-f02b63d8aa43 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1947ff90-a432-4cab-ac9a-f02b63d8aa43 .shg-image-zoom,
.shg-c#s-1947ff90-a432-4cab-ac9a-f02b63d8aa43 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-1947ff90-a432-4cab-ac9a-f02b63d8aa43 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-1947ff90-a432-4cab-ac9a-f02b63d8aa43 {
  max-width: 100%;
}

.shg-c#s-1947ff90-a432-4cab-ac9a-f02b63d8aa43 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1947ff90-a432-4cab-ac9a-f02b63d8aa43 .shg-image-zoom,
.shg-c#s-1947ff90-a432-4cab-ac9a-f02b63d8aa43 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-1947ff90-a432-4cab-ac9a-f02b63d8aa43 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-1947ff90-a432-4cab-ac9a-f02b63d8aa43 {
  max-width: 100%;
}

.shg-c#s-1947ff90-a432-4cab-ac9a-f02b63d8aa43 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1947ff90-a432-4cab-ac9a-f02b63d8aa43 .shg-image-zoom,
.shg-c#s-1947ff90-a432-4cab-ac9a-f02b63d8aa43 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-1947ff90-a432-4cab-ac9a-f02b63d8aa43 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-1947ff90-a432-4cab-ac9a-f02b63d8aa43 {
  max-width: 100%;
}

.shg-c#s-1947ff90-a432-4cab-ac9a-f02b63d8aa43 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1947ff90-a432-4cab-ac9a-f02b63d8aa43 .shg-image-zoom,
.shg-c#s-1947ff90-a432-4cab-ac9a-f02b63d8aa43 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-1947ff90-a432-4cab-ac9a-f02b63d8aa43 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
.shg-c#s-1947ff90-a432-4cab-ac9a-f02b63d8aa43 {
  max-width: 100%;
}

.shg-c#s-1947ff90-a432-4cab-ac9a-f02b63d8aa43 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1947ff90-a432-4cab-ac9a-f02b63d8aa43 .shg-image-zoom,
.shg-c#s-1947ff90-a432-4cab-ac9a-f02b63d8aa43 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-1947ff90-a432-4cab-ac9a-f02b63d8aa43 .shg-image-zoom {
  
    margin-left: 0px;
  
}


#s-59ed40f7-080c-432a-b6aa-db3c7eb6ce43 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-59ed40f7-080c-432a-b6aa-db3c7eb6ce43 .shogun-heading-component h3 {
  color: #000;
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-99e0982e-5e15-4b87-8e52-cceabd96d0b2 {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 100px;
padding-left: 10%;
padding-bottom: 100px;
padding-right: 10%;
min-height: 50px;
background-color: rgba(244, 244, 244, 1);
}
@media (min-width: 1200px){#s-99e0982e-5e15-4b87-8e52-cceabd96d0b2 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-99e0982e-5e15-4b87-8e52-cceabd96d0b2 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-99e0982e-5e15-4b87-8e52-cceabd96d0b2 {
  padding-top: 60px;
padding-left: 5%;
padding-bottom: 60px;
padding-right: 5%;
}
}@media (max-width: 767px){#s-99e0982e-5e15-4b87-8e52-cceabd96d0b2 {
  padding-top: 60px;
padding-left: 20px;
padding-bottom: 60px;
padding-right: 20px;
}
}







#s-99e0982e-5e15-4b87-8e52-cceabd96d0b2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-99e0982e-5e15-4b87-8e52-cceabd96d0b2.shg-box.shg-c {
  justify-content: flex-start;
}

#s-f5a598df-5ce6-4a56-96ac-9695fbef8829 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f5a598df-5ce6-4a56-96ac-9695fbef8829 .shogun-heading-component h4 {
  color: #000;
  font-weight:  800 ;
  font-family: "Poppins";
  font-style:   ;
  font-size: 26px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



@media (min-width: 0px) {
[id="s-362ea7c3-3334-49d6-a1b8-df2a384b4cdf"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 10.0px);
}

[id="s-362ea7c3-3334-49d6-a1b8-df2a384b4cdf"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-362ea7c3-3334-49d6-a1b8-df2a384b4cdf"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 16.666666666666668px);
}

[id="s-362ea7c3-3334-49d6-a1b8-df2a384b4cdf"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 16.666666666666668px);
}

[id="s-362ea7c3-3334-49d6-a1b8-df2a384b4cdf"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 16.666666666666668px);
}

[id="s-362ea7c3-3334-49d6-a1b8-df2a384b4cdf"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

[id="s-362ea7c3-3334-49d6-a1b8-df2a384b4cdf"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 16.666666666666668px);
}

[id="s-362ea7c3-3334-49d6-a1b8-df2a384b4cdf"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 16.666666666666668px);
}

[id="s-362ea7c3-3334-49d6-a1b8-df2a384b4cdf"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 16.666666666666668px);
}

[id="s-362ea7c3-3334-49d6-a1b8-df2a384b4cdf"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 16.666666666666668px);
}

[id="s-362ea7c3-3334-49d6-a1b8-df2a384b4cdf"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 16.666666666666668px);
}

[id="s-362ea7c3-3334-49d6-a1b8-df2a384b4cdf"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 16.666666666666668px);
}

[id="s-362ea7c3-3334-49d6-a1b8-df2a384b4cdf"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 16.666666666666668px);
}

[id="s-362ea7c3-3334-49d6-a1b8-df2a384b4cdf"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 16.666666666666668px);
}

}

@media (min-width: 992px) {
[id="s-362ea7c3-3334-49d6-a1b8-df2a384b4cdf"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 16.666666666666668px);
}

[id="s-362ea7c3-3334-49d6-a1b8-df2a384b4cdf"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 16.666666666666668px);
}

[id="s-362ea7c3-3334-49d6-a1b8-df2a384b4cdf"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 16.666666666666668px);
}

[id="s-362ea7c3-3334-49d6-a1b8-df2a384b4cdf"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

[id="s-362ea7c3-3334-49d6-a1b8-df2a384b4cdf"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 16.666666666666668px);
}

[id="s-362ea7c3-3334-49d6-a1b8-df2a384b4cdf"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 16.666666666666668px);
}

[id="s-362ea7c3-3334-49d6-a1b8-df2a384b4cdf"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 16.666666666666668px);
}

[id="s-362ea7c3-3334-49d6-a1b8-df2a384b4cdf"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 16.666666666666668px);
}

[id="s-362ea7c3-3334-49d6-a1b8-df2a384b4cdf"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 16.666666666666668px);
}

[id="s-362ea7c3-3334-49d6-a1b8-df2a384b4cdf"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 16.666666666666668px);
}

[id="s-362ea7c3-3334-49d6-a1b8-df2a384b4cdf"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 16.666666666666668px);
}

[id="s-362ea7c3-3334-49d6-a1b8-df2a384b4cdf"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 16.666666666666668px);
}

}

@media (min-width: 1200px) {
[id="s-362ea7c3-3334-49d6-a1b8-df2a384b4cdf"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 16.666666666666668px);
}

[id="s-362ea7c3-3334-49d6-a1b8-df2a384b4cdf"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 16.666666666666668px);
}

[id="s-362ea7c3-3334-49d6-a1b8-df2a384b4cdf"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 16.666666666666668px);
}

[id="s-362ea7c3-3334-49d6-a1b8-df2a384b4cdf"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

[id="s-362ea7c3-3334-49d6-a1b8-df2a384b4cdf"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 16.666666666666668px);
}

[id="s-362ea7c3-3334-49d6-a1b8-df2a384b4cdf"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 16.666666666666668px);
}

[id="s-362ea7c3-3334-49d6-a1b8-df2a384b4cdf"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 16.666666666666668px);
}

[id="s-362ea7c3-3334-49d6-a1b8-df2a384b4cdf"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 16.666666666666668px);
}

[id="s-362ea7c3-3334-49d6-a1b8-df2a384b4cdf"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 16.666666666666668px);
}

[id="s-362ea7c3-3334-49d6-a1b8-df2a384b4cdf"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 16.666666666666668px);
}

[id="s-362ea7c3-3334-49d6-a1b8-df2a384b4cdf"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 16.666666666666668px);
}

[id="s-362ea7c3-3334-49d6-a1b8-df2a384b4cdf"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 16.666666666666668px);
}

}

#s-0cc63a31-e2b6-4206-b981-6dba9a2c2750 {
  display: none;
}
#s-22f40893-0fad-4e1d-966a-f60182a4ccac {
  text-align: left;
}


.shg-c#s-22f40893-0fad-4e1d-966a-f60182a4ccac {
  max-width: 100%;
}

.shg-c#s-22f40893-0fad-4e1d-966a-f60182a4ccac img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-22f40893-0fad-4e1d-966a-f60182a4ccac .shg-image-zoom,
.shg-c#s-22f40893-0fad-4e1d-966a-f60182a4ccac img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-22f40893-0fad-4e1d-966a-f60182a4ccac .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-22f40893-0fad-4e1d-966a-f60182a4ccac {
  max-width: 100%;
}

.shg-c#s-22f40893-0fad-4e1d-966a-f60182a4ccac img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-22f40893-0fad-4e1d-966a-f60182a4ccac .shg-image-zoom,
.shg-c#s-22f40893-0fad-4e1d-966a-f60182a4ccac img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-22f40893-0fad-4e1d-966a-f60182a4ccac .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-22f40893-0fad-4e1d-966a-f60182a4ccac {
  max-width: 100%;
}

.shg-c#s-22f40893-0fad-4e1d-966a-f60182a4ccac img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-22f40893-0fad-4e1d-966a-f60182a4ccac .shg-image-zoom,
.shg-c#s-22f40893-0fad-4e1d-966a-f60182a4ccac img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-22f40893-0fad-4e1d-966a-f60182a4ccac .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-22f40893-0fad-4e1d-966a-f60182a4ccac {
  max-width: 100%;
}

.shg-c#s-22f40893-0fad-4e1d-966a-f60182a4ccac img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-22f40893-0fad-4e1d-966a-f60182a4ccac .shg-image-zoom,
.shg-c#s-22f40893-0fad-4e1d-966a-f60182a4ccac img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-22f40893-0fad-4e1d-966a-f60182a4ccac .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-22f40893-0fad-4e1d-966a-f60182a4ccac {
  max-width: 100%;
}

.shg-c#s-22f40893-0fad-4e1d-966a-f60182a4ccac img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-22f40893-0fad-4e1d-966a-f60182a4ccac .shg-image-zoom,
.shg-c#s-22f40893-0fad-4e1d-966a-f60182a4ccac img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-22f40893-0fad-4e1d-966a-f60182a4ccac .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
.shg-c#s-22f40893-0fad-4e1d-966a-f60182a4ccac {
  max-width: 100%;
}

.shg-c#s-22f40893-0fad-4e1d-966a-f60182a4ccac img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-22f40893-0fad-4e1d-966a-f60182a4ccac .shg-image-zoom,
.shg-c#s-22f40893-0fad-4e1d-966a-f60182a4ccac img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-22f40893-0fad-4e1d-966a-f60182a4ccac .shg-image-zoom {
  
    margin-left: 0px;
  
}


#s-c8688d71-72e0-4acc-b317-dc9168f6972e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c8688d71-72e0-4acc-b317-dc9168f6972e .shogun-heading-component h3 {
  color: #000;
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-ad5376b4-443c-4f62-8c28-5f66ec440da7 {
  display: none;
}
#s-0d6f74ba-d379-4180-b3fd-ee29cfa98531 {
  text-align: left;
}


.shg-c#s-0d6f74ba-d379-4180-b3fd-ee29cfa98531 {
  max-width: 100%;
}

.shg-c#s-0d6f74ba-d379-4180-b3fd-ee29cfa98531 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0d6f74ba-d379-4180-b3fd-ee29cfa98531 .shg-image-zoom,
.shg-c#s-0d6f74ba-d379-4180-b3fd-ee29cfa98531 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-0d6f74ba-d379-4180-b3fd-ee29cfa98531 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-0d6f74ba-d379-4180-b3fd-ee29cfa98531 {
  max-width: 100%;
}

.shg-c#s-0d6f74ba-d379-4180-b3fd-ee29cfa98531 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0d6f74ba-d379-4180-b3fd-ee29cfa98531 .shg-image-zoom,
.shg-c#s-0d6f74ba-d379-4180-b3fd-ee29cfa98531 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-0d6f74ba-d379-4180-b3fd-ee29cfa98531 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-0d6f74ba-d379-4180-b3fd-ee29cfa98531 {
  max-width: 100%;
}

.shg-c#s-0d6f74ba-d379-4180-b3fd-ee29cfa98531 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0d6f74ba-d379-4180-b3fd-ee29cfa98531 .shg-image-zoom,
.shg-c#s-0d6f74ba-d379-4180-b3fd-ee29cfa98531 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-0d6f74ba-d379-4180-b3fd-ee29cfa98531 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-0d6f74ba-d379-4180-b3fd-ee29cfa98531 {
  max-width: 100%;
}

.shg-c#s-0d6f74ba-d379-4180-b3fd-ee29cfa98531 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0d6f74ba-d379-4180-b3fd-ee29cfa98531 .shg-image-zoom,
.shg-c#s-0d6f74ba-d379-4180-b3fd-ee29cfa98531 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-0d6f74ba-d379-4180-b3fd-ee29cfa98531 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-0d6f74ba-d379-4180-b3fd-ee29cfa98531 {
  max-width: 100%;
}

.shg-c#s-0d6f74ba-d379-4180-b3fd-ee29cfa98531 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0d6f74ba-d379-4180-b3fd-ee29cfa98531 .shg-image-zoom,
.shg-c#s-0d6f74ba-d379-4180-b3fd-ee29cfa98531 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-0d6f74ba-d379-4180-b3fd-ee29cfa98531 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
.shg-c#s-0d6f74ba-d379-4180-b3fd-ee29cfa98531 {
  max-width: 100%;
}

.shg-c#s-0d6f74ba-d379-4180-b3fd-ee29cfa98531 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0d6f74ba-d379-4180-b3fd-ee29cfa98531 .shg-image-zoom,
.shg-c#s-0d6f74ba-d379-4180-b3fd-ee29cfa98531 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-0d6f74ba-d379-4180-b3fd-ee29cfa98531 .shg-image-zoom {
  
    margin-left: 0px;
  
}


#s-d0ab58f8-4506-4cbd-ac95-d4299e18b0f2 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d0ab58f8-4506-4cbd-ac95-d4299e18b0f2 .shogun-heading-component h3 {
  color: #000;
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-debfe898-1cda-4283-b8fd-c5db57ec8084 {
  display: none;
}
#s-c0736b2d-fdc7-4878-8da7-04f53823e237 {
  text-align: left;
}


.shg-c#s-c0736b2d-fdc7-4878-8da7-04f53823e237 {
  max-width: 100%;
}

.shg-c#s-c0736b2d-fdc7-4878-8da7-04f53823e237 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c0736b2d-fdc7-4878-8da7-04f53823e237 .shg-image-zoom,
.shg-c#s-c0736b2d-fdc7-4878-8da7-04f53823e237 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c0736b2d-fdc7-4878-8da7-04f53823e237 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-c0736b2d-fdc7-4878-8da7-04f53823e237 {
  max-width: 100%;
}

.shg-c#s-c0736b2d-fdc7-4878-8da7-04f53823e237 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c0736b2d-fdc7-4878-8da7-04f53823e237 .shg-image-zoom,
.shg-c#s-c0736b2d-fdc7-4878-8da7-04f53823e237 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c0736b2d-fdc7-4878-8da7-04f53823e237 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-c0736b2d-fdc7-4878-8da7-04f53823e237 {
  max-width: 100%;
}

.shg-c#s-c0736b2d-fdc7-4878-8da7-04f53823e237 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c0736b2d-fdc7-4878-8da7-04f53823e237 .shg-image-zoom,
.shg-c#s-c0736b2d-fdc7-4878-8da7-04f53823e237 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c0736b2d-fdc7-4878-8da7-04f53823e237 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-c0736b2d-fdc7-4878-8da7-04f53823e237 {
  max-width: 100%;
}

.shg-c#s-c0736b2d-fdc7-4878-8da7-04f53823e237 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c0736b2d-fdc7-4878-8da7-04f53823e237 .shg-image-zoom,
.shg-c#s-c0736b2d-fdc7-4878-8da7-04f53823e237 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c0736b2d-fdc7-4878-8da7-04f53823e237 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-c0736b2d-fdc7-4878-8da7-04f53823e237 {
  max-width: 100%;
}

.shg-c#s-c0736b2d-fdc7-4878-8da7-04f53823e237 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c0736b2d-fdc7-4878-8da7-04f53823e237 .shg-image-zoom,
.shg-c#s-c0736b2d-fdc7-4878-8da7-04f53823e237 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c0736b2d-fdc7-4878-8da7-04f53823e237 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
.shg-c#s-c0736b2d-fdc7-4878-8da7-04f53823e237 {
  max-width: 100%;
}

.shg-c#s-c0736b2d-fdc7-4878-8da7-04f53823e237 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c0736b2d-fdc7-4878-8da7-04f53823e237 .shg-image-zoom,
.shg-c#s-c0736b2d-fdc7-4878-8da7-04f53823e237 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c0736b2d-fdc7-4878-8da7-04f53823e237 .shg-image-zoom {
  
    margin-left: 0px;
  
}


#s-987afb5b-d9f5-4ddf-bc57-a314dbcefc93 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-987afb5b-d9f5-4ddf-bc57-a314dbcefc93 .shogun-heading-component h3 {
  color: #000;
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-d99a9c8a-6d8a-43bd-8e7f-e87128ed9991 {
  display: none;
}
#s-15639ab7-1678-49cf-8bfd-8cb1d87f588c {
  text-align: left;
}


.shg-c#s-15639ab7-1678-49cf-8bfd-8cb1d87f588c {
  max-width: 100%;
}

.shg-c#s-15639ab7-1678-49cf-8bfd-8cb1d87f588c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-15639ab7-1678-49cf-8bfd-8cb1d87f588c .shg-image-zoom,
.shg-c#s-15639ab7-1678-49cf-8bfd-8cb1d87f588c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-15639ab7-1678-49cf-8bfd-8cb1d87f588c .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-15639ab7-1678-49cf-8bfd-8cb1d87f588c {
  max-width: 100%;
}

.shg-c#s-15639ab7-1678-49cf-8bfd-8cb1d87f588c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-15639ab7-1678-49cf-8bfd-8cb1d87f588c .shg-image-zoom,
.shg-c#s-15639ab7-1678-49cf-8bfd-8cb1d87f588c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-15639ab7-1678-49cf-8bfd-8cb1d87f588c .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-15639ab7-1678-49cf-8bfd-8cb1d87f588c {
  max-width: 100%;
}

.shg-c#s-15639ab7-1678-49cf-8bfd-8cb1d87f588c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-15639ab7-1678-49cf-8bfd-8cb1d87f588c .shg-image-zoom,
.shg-c#s-15639ab7-1678-49cf-8bfd-8cb1d87f588c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-15639ab7-1678-49cf-8bfd-8cb1d87f588c .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-15639ab7-1678-49cf-8bfd-8cb1d87f588c {
  max-width: 100%;
}

.shg-c#s-15639ab7-1678-49cf-8bfd-8cb1d87f588c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-15639ab7-1678-49cf-8bfd-8cb1d87f588c .shg-image-zoom,
.shg-c#s-15639ab7-1678-49cf-8bfd-8cb1d87f588c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-15639ab7-1678-49cf-8bfd-8cb1d87f588c .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-15639ab7-1678-49cf-8bfd-8cb1d87f588c {
  max-width: 100%;
}

.shg-c#s-15639ab7-1678-49cf-8bfd-8cb1d87f588c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-15639ab7-1678-49cf-8bfd-8cb1d87f588c .shg-image-zoom,
.shg-c#s-15639ab7-1678-49cf-8bfd-8cb1d87f588c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-15639ab7-1678-49cf-8bfd-8cb1d87f588c .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
.shg-c#s-15639ab7-1678-49cf-8bfd-8cb1d87f588c {
  max-width: 100%;
}

.shg-c#s-15639ab7-1678-49cf-8bfd-8cb1d87f588c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-15639ab7-1678-49cf-8bfd-8cb1d87f588c .shg-image-zoom,
.shg-c#s-15639ab7-1678-49cf-8bfd-8cb1d87f588c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-15639ab7-1678-49cf-8bfd-8cb1d87f588c .shg-image-zoom {
  
    margin-left: 0px;
  
}


#s-8bb2de22-33f7-46cf-9f0d-54b9762c1e76 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8bb2de22-33f7-46cf-9f0d-54b9762c1e76 .shogun-heading-component h3 {
  color: #000;
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-2fc4ddba-41e3-4b4d-83b7-19329c21c17c {
  display: none;
}
#s-b6b4e9de-cf29-449a-a3aa-95a149b07a38 {
  text-align: left;
}


.shg-c#s-b6b4e9de-cf29-449a-a3aa-95a149b07a38 {
  max-width: 100%;
}

.shg-c#s-b6b4e9de-cf29-449a-a3aa-95a149b07a38 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b6b4e9de-cf29-449a-a3aa-95a149b07a38 .shg-image-zoom,
.shg-c#s-b6b4e9de-cf29-449a-a3aa-95a149b07a38 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b6b4e9de-cf29-449a-a3aa-95a149b07a38 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-b6b4e9de-cf29-449a-a3aa-95a149b07a38 {
  max-width: 100%;
}

.shg-c#s-b6b4e9de-cf29-449a-a3aa-95a149b07a38 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b6b4e9de-cf29-449a-a3aa-95a149b07a38 .shg-image-zoom,
.shg-c#s-b6b4e9de-cf29-449a-a3aa-95a149b07a38 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b6b4e9de-cf29-449a-a3aa-95a149b07a38 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-b6b4e9de-cf29-449a-a3aa-95a149b07a38 {
  max-width: 100%;
}

.shg-c#s-b6b4e9de-cf29-449a-a3aa-95a149b07a38 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b6b4e9de-cf29-449a-a3aa-95a149b07a38 .shg-image-zoom,
.shg-c#s-b6b4e9de-cf29-449a-a3aa-95a149b07a38 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b6b4e9de-cf29-449a-a3aa-95a149b07a38 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-b6b4e9de-cf29-449a-a3aa-95a149b07a38 {
  max-width: 100%;
}

.shg-c#s-b6b4e9de-cf29-449a-a3aa-95a149b07a38 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b6b4e9de-cf29-449a-a3aa-95a149b07a38 .shg-image-zoom,
.shg-c#s-b6b4e9de-cf29-449a-a3aa-95a149b07a38 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b6b4e9de-cf29-449a-a3aa-95a149b07a38 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-b6b4e9de-cf29-449a-a3aa-95a149b07a38 {
  max-width: 100%;
}

.shg-c#s-b6b4e9de-cf29-449a-a3aa-95a149b07a38 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b6b4e9de-cf29-449a-a3aa-95a149b07a38 .shg-image-zoom,
.shg-c#s-b6b4e9de-cf29-449a-a3aa-95a149b07a38 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b6b4e9de-cf29-449a-a3aa-95a149b07a38 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
.shg-c#s-b6b4e9de-cf29-449a-a3aa-95a149b07a38 {
  max-width: 100%;
}

.shg-c#s-b6b4e9de-cf29-449a-a3aa-95a149b07a38 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b6b4e9de-cf29-449a-a3aa-95a149b07a38 .shg-image-zoom,
.shg-c#s-b6b4e9de-cf29-449a-a3aa-95a149b07a38 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b6b4e9de-cf29-449a-a3aa-95a149b07a38 .shg-image-zoom {
  
    margin-left: 0px;
  
}


#s-88e45164-361d-4052-8c66-15adddd9db8a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-88e45164-361d-4052-8c66-15adddd9db8a .shogun-heading-component h3 {
  color: #000;
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-c042103b-1fae-4389-a44e-afa65463e84a {
  display: none;
}
#s-1bc5737b-7aaf-4e66-948a-6081d0918810 {
  text-align: left;
}


.shg-c#s-1bc5737b-7aaf-4e66-948a-6081d0918810 {
  max-width: 100%;
}

.shg-c#s-1bc5737b-7aaf-4e66-948a-6081d0918810 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1bc5737b-7aaf-4e66-948a-6081d0918810 .shg-image-zoom,
.shg-c#s-1bc5737b-7aaf-4e66-948a-6081d0918810 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-1bc5737b-7aaf-4e66-948a-6081d0918810 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-1bc5737b-7aaf-4e66-948a-6081d0918810 {
  max-width: 100%;
}

.shg-c#s-1bc5737b-7aaf-4e66-948a-6081d0918810 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1bc5737b-7aaf-4e66-948a-6081d0918810 .shg-image-zoom,
.shg-c#s-1bc5737b-7aaf-4e66-948a-6081d0918810 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-1bc5737b-7aaf-4e66-948a-6081d0918810 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-1bc5737b-7aaf-4e66-948a-6081d0918810 {
  max-width: 100%;
}

.shg-c#s-1bc5737b-7aaf-4e66-948a-6081d0918810 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1bc5737b-7aaf-4e66-948a-6081d0918810 .shg-image-zoom,
.shg-c#s-1bc5737b-7aaf-4e66-948a-6081d0918810 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-1bc5737b-7aaf-4e66-948a-6081d0918810 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-1bc5737b-7aaf-4e66-948a-6081d0918810 {
  max-width: 100%;
}

.shg-c#s-1bc5737b-7aaf-4e66-948a-6081d0918810 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1bc5737b-7aaf-4e66-948a-6081d0918810 .shg-image-zoom,
.shg-c#s-1bc5737b-7aaf-4e66-948a-6081d0918810 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-1bc5737b-7aaf-4e66-948a-6081d0918810 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-1bc5737b-7aaf-4e66-948a-6081d0918810 {
  max-width: 100%;
}

.shg-c#s-1bc5737b-7aaf-4e66-948a-6081d0918810 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1bc5737b-7aaf-4e66-948a-6081d0918810 .shg-image-zoom,
.shg-c#s-1bc5737b-7aaf-4e66-948a-6081d0918810 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-1bc5737b-7aaf-4e66-948a-6081d0918810 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
.shg-c#s-1bc5737b-7aaf-4e66-948a-6081d0918810 {
  max-width: 100%;
}

.shg-c#s-1bc5737b-7aaf-4e66-948a-6081d0918810 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1bc5737b-7aaf-4e66-948a-6081d0918810 .shg-image-zoom,
.shg-c#s-1bc5737b-7aaf-4e66-948a-6081d0918810 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-1bc5737b-7aaf-4e66-948a-6081d0918810 .shg-image-zoom {
  
    margin-left: 0px;
  
}


#s-b384bb10-59d1-47aa-a5be-5c84e2f95a53 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b384bb10-59d1-47aa-a5be-5c84e2f95a53 .shogun-heading-component h3 {
  color: #000;
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



                /*!
* animate.css - https://animate.style/
* Version - 4.1.1
* Licensed under the MIT license - http://opensource.org/licenses/MIT
*
* Copyright (c) 2020 Animate.css
*/:root{--animate-duration:1s;--animate-delay:1s;--animate-repeat:1}.animate__animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-duration:var(--animate-duration);animation-duration:var(--animate-duration);-webkit-animation-fill-mode:both;animation-fill-mode:both}.animate__animated.animate__infinite{-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.animate__animated.animate__repeat-1{-webkit-animation-iteration-count:1;animation-iteration-count:1;-webkit-animation-iteration-count:var(--animate-repeat);animation-iteration-count:var(--animate-repeat)}.animate__animated.animate__repeat-2{-webkit-animation-iteration-count:2;animation-iteration-count:2;-webkit-animation-iteration-count:calc(var(--animate-repeat)*2);animation-iteration-count:calc(var(--animate-repeat)*2)}.animate__animated.animate__repeat-3{-webkit-animation-iteration-count:3;animation-iteration-count:3;-webkit-animation-iteration-count:calc(var(--animate-repeat)*3);animation-iteration-count:calc(var(--animate-repeat)*3)}.animate__animated.animate__delay-1s{-webkit-animation-delay:1s;animation-delay:1s;-webkit-animation-delay:var(--animate-delay);animation-delay:var(--animate-delay)}.animate__animated.animate__delay-2s{-webkit-animation-delay:2s;animation-delay:2s;-webkit-animation-delay:calc(var(--animate-delay)*2);animation-delay:calc(var(--animate-delay)*2)}.animate__animated.animate__delay-3s{-webkit-animation-delay:3s;animation-delay:3s;-webkit-animation-delay:calc(var(--animate-delay)*3);animation-delay:calc(var(--animate-delay)*3)}.animate__animated.animate__delay-4s{-webkit-animation-delay:4s;animation-delay:4s;-webkit-animation-delay:calc(var(--animate-delay)*4);animation-delay:calc(var(--animate-delay)*4)}.animate__animated.animate__delay-5s{-webkit-animation-delay:5s;animation-delay:5s;-webkit-animation-delay:calc(var(--animate-delay)*5);animation-delay:calc(var(--animate-delay)*5)}.animate__animated.animate__faster{-webkit-animation-duration:.5s;animation-duration:.5s;-webkit-animation-duration:calc(var(--animate-duration)/2);animation-duration:calc(var(--animate-duration)/2)}.animate__animated.animate__fast{-webkit-animation-duration:.8s;animation-duration:.8s;-webkit-animation-duration:calc(var(--animate-duration)*0.8);animation-duration:calc(var(--animate-duration)*0.8)}.animate__animated.animate__slow{-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-duration:calc(var(--animate-duration)*2);animation-duration:calc(var(--animate-duration)*2)}.animate__animated.animate__slower{-webkit-animation-duration:3s;animation-duration:3s;-webkit-animation-duration:calc(var(--animate-duration)*3);animation-duration:calc(var(--animate-duration)*3)}@media (prefers-reduced-motion: reduce), print{.animate__animated{-webkit-animation-duration:1ms !important;animation-duration:1ms !important;transition-duration:1ms !important;-webkit-animation-iteration-count:1 !important;animation-iteration-count:1 !important}.animate__animated[class*=Out]{opacity:0}}@-webkit-keyframes bounce{0%,20%,53%,to{-webkit-animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);transform:translateZ(0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(0.755, 0.05, 0.855, 0.06);animation-timing-function:cubic-bezier(0.755, 0.05, 0.855, 0.06);transform:translate3d(0, -30px, 0) scaleY(1.1)}70%{-webkit-animation-timing-function:cubic-bezier(0.755, 0.05, 0.855, 0.06);animation-timing-function:cubic-bezier(0.755, 0.05, 0.855, 0.06);transform:translate3d(0, -15px, 0) scaleY(1.05)}80%{transition-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);transform:translateZ(0) scaleY(0.95)}90%{transform:translate3d(0, -4px, 0) scaleY(1.02)}}@keyframes bounce{0%,20%,53%,to{-webkit-animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);transform:translateZ(0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(0.755, 0.05, 0.855, 0.06);animation-timing-function:cubic-bezier(0.755, 0.05, 0.855, 0.06);transform:translate3d(0, -30px, 0) scaleY(1.1)}70%{-webkit-animation-timing-function:cubic-bezier(0.755, 0.05, 0.855, 0.06);animation-timing-function:cubic-bezier(0.755, 0.05, 0.855, 0.06);transform:translate3d(0, -15px, 0) scaleY(1.05)}80%{transition-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);transform:translateZ(0) scaleY(0.95)}90%{transform:translate3d(0, -4px, 0) scaleY(1.02)}}.animate__bounce{-webkit-animation-name:bounce;animation-name:bounce;transform-origin:center bottom}@-webkit-keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}.animate__flash{-webkit-animation-name:flash;animation-name:flash}@-webkit-keyframes pulse{0%{transform:scaleX(1)}50%{transform:scale3d(1.05, 1.05, 1.05)}to{transform:scaleX(1)}}@keyframes pulse{0%{transform:scaleX(1)}50%{transform:scale3d(1.05, 1.05, 1.05)}to{transform:scaleX(1)}}.animate__pulse{-webkit-animation-name:pulse;animation-name:pulse;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}@-webkit-keyframes rubberBand{0%{transform:scaleX(1)}30%{transform:scale3d(1.25, 0.75, 1)}40%{transform:scale3d(0.75, 1.25, 1)}50%{transform:scale3d(1.15, 0.85, 1)}65%{transform:scale3d(0.95, 1.05, 1)}75%{transform:scale3d(1.05, 0.95, 1)}to{transform:scaleX(1)}}@keyframes rubberBand{0%{transform:scaleX(1)}30%{transform:scale3d(1.25, 0.75, 1)}40%{transform:scale3d(0.75, 1.25, 1)}50%{transform:scale3d(1.15, 0.85, 1)}65%{transform:scale3d(0.95, 1.05, 1)}75%{transform:scale3d(1.05, 0.95, 1)}to{transform:scaleX(1)}}.animate__rubberBand{-webkit-animation-name:rubberBand;animation-name:rubberBand}@-webkit-keyframes shakeX{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(-10px, 0, 0)}20%,40%,60%,80%{transform:translate3d(10px, 0, 0)}}@keyframes shakeX{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(-10px, 0, 0)}20%,40%,60%,80%{transform:translate3d(10px, 0, 0)}}.animate__shakeX{-webkit-animation-name:shakeX;animation-name:shakeX}@-webkit-keyframes shakeY{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(0, -10px, 0)}20%,40%,60%,80%{transform:translate3d(0, 10px, 0)}}@keyframes shakeY{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(0, -10px, 0)}20%,40%,60%,80%{transform:translate3d(0, 10px, 0)}}.animate__shakeY{-webkit-animation-name:shakeY;animation-name:shakeY}@-webkit-keyframes headShake{0%{transform:translateX(0)}6.5%{transform:translateX(-6px) rotateY(-9deg)}18.5%{transform:translateX(5px) rotateY(7deg)}31.5%{transform:translateX(-3px) rotateY(-5deg)}43.5%{transform:translateX(2px) rotateY(3deg)}50%{transform:translateX(0)}}@keyframes headShake{0%{transform:translateX(0)}6.5%{transform:translateX(-6px) rotateY(-9deg)}18.5%{transform:translateX(5px) rotateY(7deg)}31.5%{transform:translateX(-3px) rotateY(-5deg)}43.5%{transform:translateX(2px) rotateY(3deg)}50%{transform:translateX(0)}}.animate__headShake{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-name:headShake;animation-name:headShake}@-webkit-keyframes swing{20%{transform:rotate(15deg)}40%{transform:rotate(-10deg)}60%{transform:rotate(5deg)}80%{transform:rotate(-5deg)}to{transform:rotate(0deg)}}@keyframes swing{20%{transform:rotate(15deg)}40%{transform:rotate(-10deg)}60%{transform:rotate(5deg)}80%{transform:rotate(-5deg)}to{transform:rotate(0deg)}}.animate__swing{transform-origin:top center;-webkit-animation-name:swing;animation-name:swing}@-webkit-keyframes tada{0%{transform:scaleX(1)}10%,20%{transform:scale3d(0.9, 0.9, 0.9) rotate(-3deg)}30%,50%,70%,90%{transform:scale3d(1.1, 1.1, 1.1) rotate(3deg)}40%,60%,80%{transform:scale3d(1.1, 1.1, 1.1) rotate(-3deg)}to{transform:scaleX(1)}}@keyframes tada{0%{transform:scaleX(1)}10%,20%{transform:scale3d(0.9, 0.9, 0.9) rotate(-3deg)}30%,50%,70%,90%{transform:scale3d(1.1, 1.1, 1.1) rotate(3deg)}40%,60%,80%{transform:scale3d(1.1, 1.1, 1.1) rotate(-3deg)}to{transform:scaleX(1)}}.animate__tada{-webkit-animation-name:tada;animation-name:tada}@-webkit-keyframes wobble{0%{transform:translateZ(0)}15%{transform:translate3d(-25%, 0, 0) rotate(-5deg)}30%{transform:translate3d(20%, 0, 0) rotate(3deg)}45%{transform:translate3d(-15%, 0, 0) rotate(-3deg)}60%{transform:translate3d(10%, 0, 0) rotate(2deg)}75%{transform:translate3d(-5%, 0, 0) rotate(-1deg)}to{transform:translateZ(0)}}@keyframes wobble{0%{transform:translateZ(0)}15%{transform:translate3d(-25%, 0, 0) rotate(-5deg)}30%{transform:translate3d(20%, 0, 0) rotate(3deg)}45%{transform:translate3d(-15%, 0, 0) rotate(-3deg)}60%{transform:translate3d(10%, 0, 0) rotate(2deg)}75%{transform:translate3d(-5%, 0, 0) rotate(-1deg)}to{transform:translateZ(0)}}.animate__wobble{-webkit-animation-name:wobble;animation-name:wobble}@-webkit-keyframes jello{0%,11.1%,to{transform:translateZ(0)}22.2%{transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{transform:skewX(6.25deg) skewY(6.25deg)}44.4%{transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{transform:skewX(-0.78125deg) skewY(-0.78125deg)}77.7%{transform:skewX(0.390625deg) skewY(0.390625deg)}88.8%{transform:skewX(-0.1953125deg) skewY(-0.1953125deg)}}@keyframes jello{0%,11.1%,to{transform:translateZ(0)}22.2%{transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{transform:skewX(6.25deg) skewY(6.25deg)}44.4%{transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{transform:skewX(-0.78125deg) skewY(-0.78125deg)}77.7%{transform:skewX(0.390625deg) skewY(0.390625deg)}88.8%{transform:skewX(-0.1953125deg) skewY(-0.1953125deg)}}.animate__jello{-webkit-animation-name:jello;animation-name:jello;transform-origin:center}@-webkit-keyframes heartBeat{0%{transform:scale(1)}14%{transform:scale(1.3)}28%{transform:scale(1)}42%{transform:scale(1.3)}70%{transform:scale(1)}}@keyframes heartBeat{0%{transform:scale(1)}14%{transform:scale(1.3)}28%{transform:scale(1)}42%{transform:scale(1.3)}70%{transform:scale(1)}}.animate__heartBeat{-webkit-animation-name:heartBeat;animation-name:heartBeat;-webkit-animation-duration:1.3s;animation-duration:1.3s;-webkit-animation-duration:calc(var(--animate-duration)*1.3);animation-duration:calc(var(--animate-duration)*1.3);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}@-webkit-keyframes backInDown{0%{transform:translateY(-1200px) scale(0.7);opacity:.7}80%{transform:translateY(0) scale(0.7);opacity:.7}to{transform:scale(1);opacity:1}}@keyframes backInDown{0%{transform:translateY(-1200px) scale(0.7);opacity:.7}80%{transform:translateY(0) scale(0.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInDown{-webkit-animation-name:backInDown;animation-name:backInDown}@-webkit-keyframes backInLeft{0%{transform:translateX(-2000px) scale(0.7);opacity:.7}80%{transform:translateX(0) scale(0.7);opacity:.7}to{transform:scale(1);opacity:1}}@keyframes backInLeft{0%{transform:translateX(-2000px) scale(0.7);opacity:.7}80%{transform:translateX(0) scale(0.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInLeft{-webkit-animation-name:backInLeft;animation-name:backInLeft}@-webkit-keyframes backInRight{0%{transform:translateX(2000px) scale(0.7);opacity:.7}80%{transform:translateX(0) scale(0.7);opacity:.7}to{transform:scale(1);opacity:1}}@keyframes backInRight{0%{transform:translateX(2000px) scale(0.7);opacity:.7}80%{transform:translateX(0) scale(0.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInRight{-webkit-animation-name:backInRight;animation-name:backInRight}@-webkit-keyframes backInUp{0%{transform:translateY(1200px) scale(0.7);opacity:.7}80%{transform:translateY(0) scale(0.7);opacity:.7}to{transform:scale(1);opacity:1}}@keyframes backInUp{0%{transform:translateY(1200px) scale(0.7);opacity:.7}80%{transform:translateY(0) scale(0.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInUp{-webkit-animation-name:backInUp;animation-name:backInUp}@-webkit-keyframes backOutDown{0%{transform:scale(1);opacity:1}20%{transform:translateY(0) scale(0.7);opacity:.7}to{transform:translateY(700px) scale(0.7);opacity:.7}}@keyframes backOutDown{0%{transform:scale(1);opacity:1}20%{transform:translateY(0) scale(0.7);opacity:.7}to{transform:translateY(700px) scale(0.7);opacity:.7}}.animate__backOutDown{-webkit-animation-name:backOutDown;animation-name:backOutDown}@-webkit-keyframes backOutLeft{0%{transform:scale(1);opacity:1}20%{transform:translateX(0) scale(0.7);opacity:.7}to{transform:translateX(-2000px) scale(0.7);opacity:.7}}@keyframes backOutLeft{0%{transform:scale(1);opacity:1}20%{transform:translateX(0) scale(0.7);opacity:.7}to{transform:translateX(-2000px) scale(0.7);opacity:.7}}.animate__backOutLeft{-webkit-animation-name:backOutLeft;animation-name:backOutLeft}@-webkit-keyframes backOutRight{0%{transform:scale(1);opacity:1}20%{transform:translateX(0) scale(0.7);opacity:.7}to{transform:translateX(2000px) scale(0.7);opacity:.7}}@keyframes backOutRight{0%{transform:scale(1);opacity:1}20%{transform:translateX(0) scale(0.7);opacity:.7}to{transform:translateX(2000px) scale(0.7);opacity:.7}}.animate__backOutRight{-webkit-animation-name:backOutRight;animation-name:backOutRight}@-webkit-keyframes backOutUp{0%{transform:scale(1);opacity:1}20%{transform:translateY(0) scale(0.7);opacity:.7}to{transform:translateY(-700px) scale(0.7);opacity:.7}}@keyframes backOutUp{0%{transform:scale(1);opacity:1}20%{transform:translateY(0) scale(0.7);opacity:.7}to{transform:translateY(-700px) scale(0.7);opacity:.7}}.animate__backOutUp{-webkit-animation-name:backOutUp;animation-name:backOutUp}@-webkit-keyframes bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}0%{opacity:0;transform:scale3d(0.3, 0.3, 0.3)}20%{transform:scale3d(1.1, 1.1, 1.1)}40%{transform:scale3d(0.9, 0.9, 0.9)}60%{opacity:1;transform:scale3d(1.03, 1.03, 1.03)}80%{transform:scale3d(0.97, 0.97, 0.97)}to{opacity:1;transform:scaleX(1)}}@keyframes bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}0%{opacity:0;transform:scale3d(0.3, 0.3, 0.3)}20%{transform:scale3d(1.1, 1.1, 1.1)}40%{transform:scale3d(0.9, 0.9, 0.9)}60%{opacity:1;transform:scale3d(1.03, 1.03, 1.03)}80%{transform:scale3d(0.97, 0.97, 0.97)}to{opacity:1;transform:scaleX(1)}}.animate__bounceIn{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*0.75);animation-duration:calc(var(--animate-duration)*0.75);-webkit-animation-name:bounceIn;animation-name:bounceIn}@-webkit-keyframes bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}0%{opacity:0;transform:translate3d(0, -3000px, 0) scaleY(3)}60%{opacity:1;transform:translate3d(0, 25px, 0) scaleY(0.9)}75%{transform:translate3d(0, -10px, 0) scaleY(0.95)}90%{transform:translate3d(0, 5px, 0) scaleY(0.985)}to{transform:translateZ(0)}}@keyframes bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}0%{opacity:0;transform:translate3d(0, -3000px, 0) scaleY(3)}60%{opacity:1;transform:translate3d(0, 25px, 0) scaleY(0.9)}75%{transform:translate3d(0, -10px, 0) scaleY(0.95)}90%{transform:translate3d(0, 5px, 0) scaleY(0.985)}to{transform:translateZ(0)}}.animate__bounceInDown{-webkit-animation-name:bounceInDown;animation-name:bounceInDown}@-webkit-keyframes bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}0%{opacity:0;transform:translate3d(-3000px, 0, 0) scaleX(3)}60%{opacity:1;transform:translate3d(25px, 0, 0) scaleX(1)}75%{transform:translate3d(-10px, 0, 0) scaleX(0.98)}90%{transform:translate3d(5px, 0, 0) scaleX(0.995)}to{transform:translateZ(0)}}@keyframes bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}0%{opacity:0;transform:translate3d(-3000px, 0, 0) scaleX(3)}60%{opacity:1;transform:translate3d(25px, 0, 0) scaleX(1)}75%{transform:translate3d(-10px, 0, 0) scaleX(0.98)}90%{transform:translate3d(5px, 0, 0) scaleX(0.995)}to{transform:translateZ(0)}}.animate__bounceInLeft{-webkit-animation-name:bounceInLeft;animation-name:bounceInLeft}@-webkit-keyframes bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}0%{opacity:0;transform:translate3d(3000px, 0, 0) scaleX(3)}60%{opacity:1;transform:translate3d(-25px, 0, 0) scaleX(1)}75%{transform:translate3d(10px, 0, 0) scaleX(0.98)}90%{transform:translate3d(-5px, 0, 0) scaleX(0.995)}to{transform:translateZ(0)}}@keyframes bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}0%{opacity:0;transform:translate3d(3000px, 0, 0) scaleX(3)}60%{opacity:1;transform:translate3d(-25px, 0, 0) scaleX(1)}75%{transform:translate3d(10px, 0, 0) scaleX(0.98)}90%{transform:translate3d(-5px, 0, 0) scaleX(0.995)}to{transform:translateZ(0)}}.animate__bounceInRight{-webkit-animation-name:bounceInRight;animation-name:bounceInRight}@-webkit-keyframes bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}0%{opacity:0;transform:translate3d(0, 3000px, 0) scaleY(5)}60%{opacity:1;transform:translate3d(0, -20px, 0) scaleY(0.9)}75%{transform:translate3d(0, 10px, 0) scaleY(0.95)}90%{transform:translate3d(0, -5px, 0) scaleY(0.985)}to{transform:translateZ(0)}}@keyframes bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}0%{opacity:0;transform:translate3d(0, 3000px, 0) scaleY(5)}60%{opacity:1;transform:translate3d(0, -20px, 0) scaleY(0.9)}75%{transform:translate3d(0, 10px, 0) scaleY(0.95)}90%{transform:translate3d(0, -5px, 0) scaleY(0.985)}to{transform:translateZ(0)}}.animate__bounceInUp{-webkit-animation-name:bounceInUp;animation-name:bounceInUp}@-webkit-keyframes bounceOut{20%{transform:scale3d(0.9, 0.9, 0.9)}50%,55%{opacity:1;transform:scale3d(1.1, 1.1, 1.1)}to{opacity:0;transform:scale3d(0.3, 0.3, 0.3)}}@keyframes bounceOut{20%{transform:scale3d(0.9, 0.9, 0.9)}50%,55%{opacity:1;transform:scale3d(1.1, 1.1, 1.1)}to{opacity:0;transform:scale3d(0.3, 0.3, 0.3)}}.animate__bounceOut{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*0.75);animation-duration:calc(var(--animate-duration)*0.75);-webkit-animation-name:bounceOut;animation-name:bounceOut}@-webkit-keyframes bounceOutDown{20%{transform:translate3d(0, 10px, 0) scaleY(0.985)}40%,45%{opacity:1;transform:translate3d(0, -20px, 0) scaleY(0.9)}to{opacity:0;transform:translate3d(0, 2000px, 0) scaleY(3)}}@keyframes bounceOutDown{20%{transform:translate3d(0, 10px, 0) scaleY(0.985)}40%,45%{opacity:1;transform:translate3d(0, -20px, 0) scaleY(0.9)}to{opacity:0;transform:translate3d(0, 2000px, 0) scaleY(3)}}.animate__bounceOutDown{-webkit-animation-name:bounceOutDown;animation-name:bounceOutDown}@-webkit-keyframes bounceOutLeft{20%{opacity:1;transform:translate3d(20px, 0, 0) scaleX(0.9)}to{opacity:0;transform:translate3d(-2000px, 0, 0) scaleX(2)}}@keyframes bounceOutLeft{20%{opacity:1;transform:translate3d(20px, 0, 0) scaleX(0.9)}to{opacity:0;transform:translate3d(-2000px, 0, 0) scaleX(2)}}.animate__bounceOutLeft{-webkit-animation-name:bounceOutLeft;animation-name:bounceOutLeft}@-webkit-keyframes bounceOutRight{20%{opacity:1;transform:translate3d(-20px, 0, 0) scaleX(0.9)}to{opacity:0;transform:translate3d(2000px, 0, 0) scaleX(2)}}@keyframes bounceOutRight{20%{opacity:1;transform:translate3d(-20px, 0, 0) scaleX(0.9)}to{opacity:0;transform:translate3d(2000px, 0, 0) scaleX(2)}}.animate__bounceOutRight{-webkit-animation-name:bounceOutRight;animation-name:bounceOutRight}@-webkit-keyframes bounceOutUp{20%{transform:translate3d(0, -10px, 0) scaleY(0.985)}40%,45%{opacity:1;transform:translate3d(0, 20px, 0) scaleY(0.9)}to{opacity:0;transform:translate3d(0, -2000px, 0) scaleY(3)}}@keyframes bounceOutUp{20%{transform:translate3d(0, -10px, 0) scaleY(0.985)}40%,45%{opacity:1;transform:translate3d(0, 20px, 0) scaleY(0.9)}to{opacity:0;transform:translate3d(0, -2000px, 0) scaleY(3)}}.animate__bounceOutUp{-webkit-animation-name:bounceOutUp;animation-name:bounceOutUp}@-webkit-keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.animate__fadeIn{-webkit-animation-name:fadeIn;animation-name:fadeIn}@-webkit-keyframes fadeInDown{0%{opacity:0;transform:translate3d(0, -100%, 0)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeInDown{0%{opacity:0;transform:translate3d(0, -100%, 0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInDown{-webkit-animation-name:fadeInDown;animation-name:fadeInDown}@-webkit-keyframes fadeInDownBig{0%{opacity:0;transform:translate3d(0, -2000px, 0)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeInDownBig{0%{opacity:0;transform:translate3d(0, -2000px, 0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInDownBig{-webkit-animation-name:fadeInDownBig;animation-name:fadeInDownBig}@-webkit-keyframes fadeInLeft{0%{opacity:0;transform:translate3d(-100%, 0, 0)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeInLeft{0%{opacity:0;transform:translate3d(-100%, 0, 0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInLeft{-webkit-animation-name:fadeInLeft;animation-name:fadeInLeft}@-webkit-keyframes fadeInLeftBig{0%{opacity:0;transform:translate3d(-2000px, 0, 0)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeInLeftBig{0%{opacity:0;transform:translate3d(-2000px, 0, 0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInLeftBig{-webkit-animation-name:fadeInLeftBig;animation-name:fadeInLeftBig}@-webkit-keyframes fadeInRight{0%{opacity:0;transform:translate3d(100%, 0, 0)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeInRight{0%{opacity:0;transform:translate3d(100%, 0, 0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInRight{-webkit-animation-name:fadeInRight;animation-name:fadeInRight}@-webkit-keyframes fadeInRightBig{0%{opacity:0;transform:translate3d(2000px, 0, 0)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeInRightBig{0%{opacity:0;transform:translate3d(2000px, 0, 0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInRightBig{-webkit-animation-name:fadeInRightBig;animation-name:fadeInRightBig}@-webkit-keyframes fadeInUp{0%{opacity:0;transform:translate3d(0, 100%, 0)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeInUp{0%{opacity:0;transform:translate3d(0, 100%, 0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInUp{-webkit-animation-name:fadeInUp;animation-name:fadeInUp}@-webkit-keyframes fadeInUpBig{0%{opacity:0;transform:translate3d(0, 2000px, 0)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeInUpBig{0%{opacity:0;transform:translate3d(0, 2000px, 0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInUpBig{-webkit-animation-name:fadeInUpBig;animation-name:fadeInUpBig}@-webkit-keyframes fadeInTopLeft{0%{opacity:0;transform:translate3d(-100%, -100%, 0)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeInTopLeft{0%{opacity:0;transform:translate3d(-100%, -100%, 0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInTopLeft{-webkit-animation-name:fadeInTopLeft;animation-name:fadeInTopLeft}@-webkit-keyframes fadeInTopRight{0%{opacity:0;transform:translate3d(100%, -100%, 0)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeInTopRight{0%{opacity:0;transform:translate3d(100%, -100%, 0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInTopRight{-webkit-animation-name:fadeInTopRight;animation-name:fadeInTopRight}@-webkit-keyframes fadeInBottomLeft{0%{opacity:0;transform:translate3d(-100%, 100%, 0)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeInBottomLeft{0%{opacity:0;transform:translate3d(-100%, 100%, 0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInBottomLeft{-webkit-animation-name:fadeInBottomLeft;animation-name:fadeInBottomLeft}@-webkit-keyframes fadeInBottomRight{0%{opacity:0;transform:translate3d(100%, 100%, 0)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeInBottomRight{0%{opacity:0;transform:translate3d(100%, 100%, 0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInBottomRight{-webkit-animation-name:fadeInBottomRight;animation-name:fadeInBottomRight}@-webkit-keyframes fadeOut{0%{opacity:1}to{opacity:0}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.animate__fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeOutDown{0%{opacity:1}to{opacity:0;transform:translate3d(0, 100%, 0)}}@keyframes fadeOutDown{0%{opacity:1}to{opacity:0;transform:translate3d(0, 100%, 0)}}.animate__fadeOutDown{-webkit-animation-name:fadeOutDown;animation-name:fadeOutDown}@-webkit-keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;transform:translate3d(0, 2000px, 0)}}@keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;transform:translate3d(0, 2000px, 0)}}.animate__fadeOutDownBig{-webkit-animation-name:fadeOutDownBig;animation-name:fadeOutDownBig}@-webkit-keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;transform:translate3d(-100%, 0, 0)}}@keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;transform:translate3d(-100%, 0, 0)}}.animate__fadeOutLeft{-webkit-animation-name:fadeOutLeft;animation-name:fadeOutLeft}@-webkit-keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;transform:translate3d(-2000px, 0, 0)}}@keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;transform:translate3d(-2000px, 0, 0)}}.animate__fadeOutLeftBig{-webkit-animation-name:fadeOutLeftBig;animation-name:fadeOutLeftBig}@-webkit-keyframes fadeOutRight{0%{opacity:1}to{opacity:0;transform:translate3d(100%, 0, 0)}}@keyframes fadeOutRight{0%{opacity:1}to{opacity:0;transform:translate3d(100%, 0, 0)}}.animate__fadeOutRight{-webkit-animation-name:fadeOutRight;animation-name:fadeOutRight}@-webkit-keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;transform:translate3d(2000px, 0, 0)}}@keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;transform:translate3d(2000px, 0, 0)}}.animate__fadeOutRightBig{-webkit-animation-name:fadeOutRightBig;animation-name:fadeOutRightBig}@-webkit-keyframes fadeOutUp{0%{opacity:1}to{opacity:0;transform:translate3d(0, -100%, 0)}}@keyframes fadeOutUp{0%{opacity:1}to{opacity:0;transform:translate3d(0, -100%, 0)}}.animate__fadeOutUp{-webkit-animation-name:fadeOutUp;animation-name:fadeOutUp}@-webkit-keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;transform:translate3d(0, -2000px, 0)}}@keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;transform:translate3d(0, -2000px, 0)}}.animate__fadeOutUpBig{-webkit-animation-name:fadeOutUpBig;animation-name:fadeOutUpBig}@-webkit-keyframes fadeOutTopLeft{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(-100%, -100%, 0)}}@keyframes fadeOutTopLeft{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(-100%, -100%, 0)}}.animate__fadeOutTopLeft{-webkit-animation-name:fadeOutTopLeft;animation-name:fadeOutTopLeft}@-webkit-keyframes fadeOutTopRight{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(100%, -100%, 0)}}@keyframes fadeOutTopRight{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(100%, -100%, 0)}}.animate__fadeOutTopRight{-webkit-animation-name:fadeOutTopRight;animation-name:fadeOutTopRight}@-webkit-keyframes fadeOutBottomRight{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(100%, 100%, 0)}}@keyframes fadeOutBottomRight{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(100%, 100%, 0)}}.animate__fadeOutBottomRight{-webkit-animation-name:fadeOutBottomRight;animation-name:fadeOutBottomRight}@-webkit-keyframes fadeOutBottomLeft{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(-100%, 100%, 0)}}@keyframes fadeOutBottomLeft{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(-100%, 100%, 0)}}.animate__fadeOutBottomLeft{-webkit-animation-name:fadeOutBottomLeft;animation-name:fadeOutBottomLeft}@-webkit-keyframes flip{0%{transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{transform:perspective(400px) scale3d(0.95, 0.95, 0.95) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}to{transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}@keyframes flip{0%{transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{transform:perspective(400px) scale3d(0.95, 0.95, 0.95) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}to{transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}.animate__animated.animate__flip{-webkit-backface-visibility:visible;backface-visibility:visible;-webkit-animation-name:flip;animation-name:flip}@-webkit-keyframes flipInX{0%{transform:perspective(400px) rotateX(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes flipInX{0%{transform:perspective(400px) rotateX(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}.animate__flipInX{-webkit-backface-visibility:visible !important;backface-visibility:visible !important;-webkit-animation-name:flipInX;animation-name:flipInX}@-webkit-keyframes flipInY{0%{transform:perspective(400px) rotateY(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateY(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{transform:perspective(400px) rotateY(10deg);opacity:1}80%{transform:perspective(400px) rotateY(-5deg)}to{transform:perspective(400px)}}@keyframes flipInY{0%{transform:perspective(400px) rotateY(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateY(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{transform:perspective(400px) rotateY(10deg);opacity:1}80%{transform:perspective(400px) rotateY(-5deg)}to{transform:perspective(400px)}}.animate__flipInY{-webkit-backface-visibility:visible !important;backface-visibility:visible !important;-webkit-animation-name:flipInY;animation-name:flipInY}@-webkit-keyframes flipOutX{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}@keyframes flipOutX{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}.animate__flipOutX{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*0.75);animation-duration:calc(var(--animate-duration)*0.75);-webkit-animation-name:flipOutX;animation-name:flipOutX;-webkit-backface-visibility:visible !important;backface-visibility:visible !important}@-webkit-keyframes flipOutY{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateY(-15deg);opacity:1}to{transform:perspective(400px) rotateY(90deg);opacity:0}}@keyframes flipOutY{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateY(-15deg);opacity:1}to{transform:perspective(400px) rotateY(90deg);opacity:0}}.animate__flipOutY{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*0.75);animation-duration:calc(var(--animate-duration)*0.75);-webkit-backface-visibility:visible !important;backface-visibility:visible !important;-webkit-animation-name:flipOutY;animation-name:flipOutY}@-webkit-keyframes lightSpeedInRight{0%{transform:translate3d(100%, 0, 0) skewX(-30deg);opacity:0}60%{transform:skewX(20deg);opacity:1}80%{transform:skewX(-5deg)}to{transform:translateZ(0)}}@keyframes lightSpeedInRight{0%{transform:translate3d(100%, 0, 0) skewX(-30deg);opacity:0}60%{transform:skewX(20deg);opacity:1}80%{transform:skewX(-5deg)}to{transform:translateZ(0)}}.animate__lightSpeedInRight{-webkit-animation-name:lightSpeedInRight;animation-name:lightSpeedInRight;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes lightSpeedInLeft{0%{transform:translate3d(-100%, 0, 0) skewX(30deg);opacity:0}60%{transform:skewX(-20deg);opacity:1}80%{transform:skewX(5deg)}to{transform:translateZ(0)}}@keyframes lightSpeedInLeft{0%{transform:translate3d(-100%, 0, 0) skewX(30deg);opacity:0}60%{transform:skewX(-20deg);opacity:1}80%{transform:skewX(5deg)}to{transform:translateZ(0)}}.animate__lightSpeedInLeft{-webkit-animation-name:lightSpeedInLeft;animation-name:lightSpeedInLeft;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes lightSpeedOutRight{0%{opacity:1}to{transform:translate3d(100%, 0, 0) skewX(30deg);opacity:0}}@keyframes lightSpeedOutRight{0%{opacity:1}to{transform:translate3d(100%, 0, 0) skewX(30deg);opacity:0}}.animate__lightSpeedOutRight{-webkit-animation-name:lightSpeedOutRight;animation-name:lightSpeedOutRight;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@-webkit-keyframes lightSpeedOutLeft{0%{opacity:1}to{transform:translate3d(-100%, 0, 0) skewX(-30deg);opacity:0}}@keyframes lightSpeedOutLeft{0%{opacity:1}to{transform:translate3d(-100%, 0, 0) skewX(-30deg);opacity:0}}.animate__lightSpeedOutLeft{-webkit-animation-name:lightSpeedOutLeft;animation-name:lightSpeedOutLeft;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@-webkit-keyframes rotateIn{0%{transform:rotate(-200deg);opacity:0}to{transform:translateZ(0);opacity:1}}@keyframes rotateIn{0%{transform:rotate(-200deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateIn{-webkit-animation-name:rotateIn;animation-name:rotateIn;transform-origin:center}@-webkit-keyframes rotateInDownLeft{0%{transform:rotate(-45deg);opacity:0}to{transform:translateZ(0);opacity:1}}@keyframes rotateInDownLeft{0%{transform:rotate(-45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInDownLeft{-webkit-animation-name:rotateInDownLeft;animation-name:rotateInDownLeft;transform-origin:left bottom}@-webkit-keyframes rotateInDownRight{0%{transform:rotate(45deg);opacity:0}to{transform:translateZ(0);opacity:1}}@keyframes rotateInDownRight{0%{transform:rotate(45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInDownRight{-webkit-animation-name:rotateInDownRight;animation-name:rotateInDownRight;transform-origin:right bottom}@-webkit-keyframes rotateInUpLeft{0%{transform:rotate(45deg);opacity:0}to{transform:translateZ(0);opacity:1}}@keyframes rotateInUpLeft{0%{transform:rotate(45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInUpLeft{-webkit-animation-name:rotateInUpLeft;animation-name:rotateInUpLeft;transform-origin:left bottom}@-webkit-keyframes rotateInUpRight{0%{transform:rotate(-90deg);opacity:0}to{transform:translateZ(0);opacity:1}}@keyframes rotateInUpRight{0%{transform:rotate(-90deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInUpRight{-webkit-animation-name:rotateInUpRight;animation-name:rotateInUpRight;transform-origin:right bottom}@-webkit-keyframes rotateOut{0%{opacity:1}to{transform:rotate(200deg);opacity:0}}@keyframes rotateOut{0%{opacity:1}to{transform:rotate(200deg);opacity:0}}.animate__rotateOut{-webkit-animation-name:rotateOut;animation-name:rotateOut;transform-origin:center}@-webkit-keyframes rotateOutDownLeft{0%{opacity:1}to{transform:rotate(45deg);opacity:0}}@keyframes rotateOutDownLeft{0%{opacity:1}to{transform:rotate(45deg);opacity:0}}.animate__rotateOutDownLeft{-webkit-animation-name:rotateOutDownLeft;animation-name:rotateOutDownLeft;transform-origin:left bottom}@-webkit-keyframes rotateOutDownRight{0%{opacity:1}to{transform:rotate(-45deg);opacity:0}}@keyframes rotateOutDownRight{0%{opacity:1}to{transform:rotate(-45deg);opacity:0}}.animate__rotateOutDownRight{-webkit-animation-name:rotateOutDownRight;animation-name:rotateOutDownRight;transform-origin:right bottom}@-webkit-keyframes rotateOutUpLeft{0%{opacity:1}to{transform:rotate(-45deg);opacity:0}}@keyframes rotateOutUpLeft{0%{opacity:1}to{transform:rotate(-45deg);opacity:0}}.animate__rotateOutUpLeft{-webkit-animation-name:rotateOutUpLeft;animation-name:rotateOutUpLeft;transform-origin:left bottom}@-webkit-keyframes rotateOutUpRight{0%{opacity:1}to{transform:rotate(90deg);opacity:0}}@keyframes rotateOutUpRight{0%{opacity:1}to{transform:rotate(90deg);opacity:0}}.animate__rotateOutUpRight{-webkit-animation-name:rotateOutUpRight;animation-name:rotateOutUpRight;transform-origin:right bottom}@-webkit-keyframes hinge{0%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{transform:rotate(80deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{transform:rotate(60deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}to{transform:translate3d(0, 700px, 0);opacity:0}}@keyframes hinge{0%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{transform:rotate(80deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{transform:rotate(60deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}to{transform:translate3d(0, 700px, 0);opacity:0}}.animate__hinge{-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-duration:calc(var(--animate-duration)*2);animation-duration:calc(var(--animate-duration)*2);-webkit-animation-name:hinge;animation-name:hinge;transform-origin:top left}@-webkit-keyframes jackInTheBox{0%{opacity:0;transform:scale(0.1) rotate(30deg);transform-origin:center bottom}50%{transform:rotate(-10deg)}70%{transform:rotate(3deg)}to{opacity:1;transform:scale(1)}}@keyframes jackInTheBox{0%{opacity:0;transform:scale(0.1) rotate(30deg);transform-origin:center bottom}50%{transform:rotate(-10deg)}70%{transform:rotate(3deg)}to{opacity:1;transform:scale(1)}}.animate__jackInTheBox{-webkit-animation-name:jackInTheBox;animation-name:jackInTheBox}@-webkit-keyframes rollIn{0%{opacity:0;transform:translate3d(-100%, 0, 0) rotate(-120deg)}to{opacity:1;transform:translateZ(0)}}@keyframes rollIn{0%{opacity:0;transform:translate3d(-100%, 0, 0) rotate(-120deg)}to{opacity:1;transform:translateZ(0)}}.animate__rollIn{-webkit-animation-name:rollIn;animation-name:rollIn}@-webkit-keyframes rollOut{0%{opacity:1}to{opacity:0;transform:translate3d(100%, 0, 0) rotate(120deg)}}@keyframes rollOut{0%{opacity:1}to{opacity:0;transform:translate3d(100%, 0, 0) rotate(120deg)}}.animate__rollOut{-webkit-animation-name:rollOut;animation-name:rollOut}@-webkit-keyframes zoomIn{0%{opacity:0;transform:scale3d(0.3, 0.3, 0.3)}50%{opacity:1}}@keyframes zoomIn{0%{opacity:0;transform:scale3d(0.3, 0.3, 0.3)}50%{opacity:1}}.animate__zoomIn{-webkit-animation-name:zoomIn;animation-name:zoomIn}@-webkit-keyframes zoomInDown{0%{opacity:0;transform:scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);-webkit-animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}60%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);-webkit-animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}@keyframes zoomInDown{0%{opacity:0;transform:scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);-webkit-animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}60%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);-webkit-animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}.animate__zoomInDown{-webkit-animation-name:zoomInDown;animation-name:zoomInDown}@-webkit-keyframes zoomInLeft{0%{opacity:0;transform:scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);-webkit-animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}60%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);-webkit-animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}@keyframes zoomInLeft{0%{opacity:0;transform:scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);-webkit-animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}60%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);-webkit-animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}.animate__zoomInLeft{-webkit-animation-name:zoomInLeft;animation-name:zoomInLeft}@-webkit-keyframes zoomInRight{0%{opacity:0;transform:scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);-webkit-animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}60%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);-webkit-animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}@keyframes zoomInRight{0%{opacity:0;transform:scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);-webkit-animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}60%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);-webkit-animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}.animate__zoomInRight{-webkit-animation-name:zoomInRight;animation-name:zoomInRight}@-webkit-keyframes zoomInUp{0%{opacity:0;transform:scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);-webkit-animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}60%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);-webkit-animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}@keyframes zoomInUp{0%{opacity:0;transform:scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);-webkit-animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}60%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);-webkit-animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}.animate__zoomInUp{-webkit-animation-name:zoomInUp;animation-name:zoomInUp}@-webkit-keyframes zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(0.3, 0.3, 0.3)}to{opacity:0}}@keyframes zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(0.3, 0.3, 0.3)}to{opacity:0}}.animate__zoomOut{-webkit-animation-name:zoomOut;animation-name:zoomOut}@-webkit-keyframes zoomOutDown{40%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);-webkit-animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}to{opacity:0;transform:scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);-webkit-animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}@keyframes zoomOutDown{40%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);-webkit-animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}to{opacity:0;transform:scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);-webkit-animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}.animate__zoomOutDown{-webkit-animation-name:zoomOutDown;animation-name:zoomOutDown;transform-origin:center bottom}@-webkit-keyframes zoomOutLeft{40%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0)}to{opacity:0;transform:scale(0.1) translate3d(-2000px, 0, 0)}}@keyframes zoomOutLeft{40%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0)}to{opacity:0;transform:scale(0.1) translate3d(-2000px, 0, 0)}}.animate__zoomOutLeft{-webkit-animation-name:zoomOutLeft;animation-name:zoomOutLeft;transform-origin:left center}@-webkit-keyframes zoomOutRight{40%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0)}to{opacity:0;transform:scale(0.1) translate3d(2000px, 0, 0)}}@keyframes zoomOutRight{40%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0)}to{opacity:0;transform:scale(0.1) translate3d(2000px, 0, 0)}}.animate__zoomOutRight{-webkit-animation-name:zoomOutRight;animation-name:zoomOutRight;transform-origin:right center}@-webkit-keyframes zoomOutUp{40%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);-webkit-animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}to{opacity:0;transform:scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);-webkit-animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}@keyframes zoomOutUp{40%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);-webkit-animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}to{opacity:0;transform:scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);-webkit-animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}.animate__zoomOutUp{-webkit-animation-name:zoomOutUp;animation-name:zoomOutUp;transform-origin:center bottom}@-webkit-keyframes slideInDown{0%{transform:translate3d(0, -100%, 0);visibility:visible}to{transform:translateZ(0)}}@keyframes slideInDown{0%{transform:translate3d(0, -100%, 0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInDown{-webkit-animation-name:slideInDown;animation-name:slideInDown}@-webkit-keyframes slideInLeft{0%{transform:translate3d(-100%, 0, 0);visibility:visible}to{transform:translateZ(0)}}@keyframes slideInLeft{0%{transform:translate3d(-100%, 0, 0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInLeft{-webkit-animation-name:slideInLeft;animation-name:slideInLeft}@-webkit-keyframes slideInRight{0%{transform:translate3d(100%, 0, 0);visibility:visible}to{transform:translateZ(0)}}@keyframes slideInRight{0%{transform:translate3d(100%, 0, 0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInRight{-webkit-animation-name:slideInRight;animation-name:slideInRight}@-webkit-keyframes slideInUp{0%{transform:translate3d(0, 100%, 0);visibility:visible}to{transform:translateZ(0)}}@keyframes slideInUp{0%{transform:translate3d(0, 100%, 0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInUp{-webkit-animation-name:slideInUp;animation-name:slideInUp}@-webkit-keyframes slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0, 100%, 0)}}@keyframes slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0, 100%, 0)}}.animate__slideOutDown{-webkit-animation-name:slideOutDown;animation-name:slideOutDown}@-webkit-keyframes slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-100%, 0, 0)}}@keyframes slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-100%, 0, 0)}}.animate__slideOutLeft{-webkit-animation-name:slideOutLeft;animation-name:slideOutLeft}@-webkit-keyframes slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(100%, 0, 0)}}@keyframes slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(100%, 0, 0)}}.animate__slideOutRight{-webkit-animation-name:slideOutRight;animation-name:slideOutRight}@-webkit-keyframes slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0, -100%, 0)}}@keyframes slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0, -100%, 0)}}.animate__slideOutUp{-webkit-animation-name:slideOutUp;animation-name:slideOutUp}

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

/* User Content Animations --> */
[data-animations*="enterviewport"][data-animations*="fadeIn"],
[data-animations*="enterviewport"][data-animations*="zoomIn"] {
  opacity: 0;
}
/* <-- User Content Animations */

.shogun-form-error-msg {
  display: none;
  margin-top: 16px;
  line-height: 16px;
  font-size: 14px;
  color: #dc143c;
}
