.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: 75px;
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-1cb81d99-9d68-4a97-b32d-1f2c5fef19c4 {
  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-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-1cb81d99-9d68-4a97-b32d-1f2c5fef19c4 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-1cb81d99-9d68-4a97-b32d-1f2c5fef19c4 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-1cb81d99-9d68-4a97-b32d-1f2c5fef19c4 {
  padding-left: 5%;
padding-right: 5%;
}
}@media (max-width: 767px){#s-1cb81d99-9d68-4a97-b32d-1f2c5fef19c4 {
  padding-left: 20px;
padding-right: 20px;
}
}







#s-1cb81d99-9d68-4a97-b32d-1f2c5fef19c4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1cb81d99-9d68-4a97-b32d-1f2c5fef19c4.shg-box.shg-c {
  justify-content: flex-start;
}

#s-66508149-7f2d-421d-a06a-cfd6fab1bb88 {
  margin-top: -15px;
margin-bottom: -15px;
padding-top: 0px;
padding-bottom: 0px;
}

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

.shogun-heading-component a {
  text-decoration: none !important;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
}

#s-7a6a44c9-9b47-43ae-8d42-300134b92aa7 {
  margin-bottom: 2%;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-7a6a44c9-9b47-43ae-8d42-300134b92aa7 .shogun-heading-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:   ;
  font-size: 40px;
  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-b25cb906-5cf8-46a2-b27d-97b63c9b9194"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b25cb906-5cf8-46a2-b27d-97b63c9b9194"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-b25cb906-5cf8-46a2-b27d-97b63c9b9194"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-b25cb906-5cf8-46a2-b27d-97b63c9b9194"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-b25cb906-5cf8-46a2-b27d-97b63c9b9194"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-b25cb906-5cf8-46a2-b27d-97b63c9b9194"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-b25cb906-5cf8-46a2-b27d-97b63c9b9194"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-b25cb906-5cf8-46a2-b27d-97b63c9b9194"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-b25cb906-5cf8-46a2-b27d-97b63c9b9194"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-b25cb906-5cf8-46a2-b27d-97b63c9b9194"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-b25cb906-5cf8-46a2-b27d-97b63c9b9194"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-b25cb906-5cf8-46a2-b27d-97b63c9b9194"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-b25cb906-5cf8-46a2-b27d-97b63c9b9194"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-b25cb906-5cf8-46a2-b27d-97b63c9b9194"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-b25cb906-5cf8-46a2-b27d-97b63c9b9194"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-b25cb906-5cf8-46a2-b27d-97b63c9b9194"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-b25cb906-5cf8-46a2-b27d-97b63c9b9194"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-b25cb906-5cf8-46a2-b27d-97b63c9b9194"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-b25cb906-5cf8-46a2-b27d-97b63c9b9194"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-b25cb906-5cf8-46a2-b27d-97b63c9b9194"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-b25cb906-5cf8-46a2-b27d-97b63c9b9194"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-b25cb906-5cf8-46a2-b27d-97b63c9b9194"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-b25cb906-5cf8-46a2-b27d-97b63c9b9194"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-b25cb906-5cf8-46a2-b27d-97b63c9b9194"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-b25cb906-5cf8-46a2-b27d-97b63c9b9194"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-b25cb906-5cf8-46a2-b27d-97b63c9b9194"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-b25cb906-5cf8-46a2-b27d-97b63c9b9194"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-b25cb906-5cf8-46a2-b27d-97b63c9b9194"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-b25cb906-5cf8-46a2-b27d-97b63c9b9194"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-b25cb906-5cf8-46a2-b27d-97b63c9b9194"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-b25cb906-5cf8-46a2-b27d-97b63c9b9194"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-b25cb906-5cf8-46a2-b27d-97b63c9b9194"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-b25cb906-5cf8-46a2-b27d-97b63c9b9194"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-b25cb906-5cf8-46a2-b27d-97b63c9b9194"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-b25cb906-5cf8-46a2-b27d-97b63c9b9194"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-b25cb906-5cf8-46a2-b27d-97b63c9b9194"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-b25cb906-5cf8-46a2-b27d-97b63c9b9194"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 0px) {
[id="s-2a9642e9-ba99-4825-856b-3729f05da9e1"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2a9642e9-ba99-4825-856b-3729f05da9e1"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-2a9642e9-ba99-4825-856b-3729f05da9e1"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-2a9642e9-ba99-4825-856b-3729f05da9e1"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-2a9642e9-ba99-4825-856b-3729f05da9e1"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-2a9642e9-ba99-4825-856b-3729f05da9e1"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-2a9642e9-ba99-4825-856b-3729f05da9e1"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-2a9642e9-ba99-4825-856b-3729f05da9e1"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-2a9642e9-ba99-4825-856b-3729f05da9e1"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-2a9642e9-ba99-4825-856b-3729f05da9e1"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-2a9642e9-ba99-4825-856b-3729f05da9e1"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-2a9642e9-ba99-4825-856b-3729f05da9e1"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-2a9642e9-ba99-4825-856b-3729f05da9e1"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-2a9642e9-ba99-4825-856b-3729f05da9e1"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-2a9642e9-ba99-4825-856b-3729f05da9e1"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-2a9642e9-ba99-4825-856b-3729f05da9e1"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-2a9642e9-ba99-4825-856b-3729f05da9e1"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-2a9642e9-ba99-4825-856b-3729f05da9e1"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-2a9642e9-ba99-4825-856b-3729f05da9e1"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-2a9642e9-ba99-4825-856b-3729f05da9e1"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-2a9642e9-ba99-4825-856b-3729f05da9e1"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-2a9642e9-ba99-4825-856b-3729f05da9e1"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-2a9642e9-ba99-4825-856b-3729f05da9e1"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-2a9642e9-ba99-4825-856b-3729f05da9e1"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-2a9642e9-ba99-4825-856b-3729f05da9e1"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-2a9642e9-ba99-4825-856b-3729f05da9e1"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-2a9642e9-ba99-4825-856b-3729f05da9e1"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-2a9642e9-ba99-4825-856b-3729f05da9e1"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-2a9642e9-ba99-4825-856b-3729f05da9e1"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-2a9642e9-ba99-4825-856b-3729f05da9e1"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-2a9642e9-ba99-4825-856b-3729f05da9e1"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-2a9642e9-ba99-4825-856b-3729f05da9e1"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-2a9642e9-ba99-4825-856b-3729f05da9e1"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-2a9642e9-ba99-4825-856b-3729f05da9e1"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-2a9642e9-ba99-4825-856b-3729f05da9e1"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-2a9642e9-ba99-4825-856b-3729f05da9e1"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-2a9642e9-ba99-4825-856b-3729f05da9e1"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-bf87379d-133d-4a7c-ad69-d0907bb15385 {
  padding-left: 0px;
padding-right: 0px;
min-height: 50px;
}
@media (max-width: 767px){#s-bf87379d-133d-4a7c-ad69-d0907bb15385 {
  margin-bottom: 40px;
}
}







#s-bf87379d-133d-4a7c-ad69-d0907bb15385 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bf87379d-133d-4a7c-ad69-d0907bb15385.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-1f9f5c58-0ea5-4a99-8155-2617731eb618 {
  margin-bottom: 20px;
min-height: 64px;
text-align: center;
}




  #s-1f9f5c58-0ea5-4a99-8155-2617731eb618 img.shogun-image {
    
    width: px;
  }


#s-1f9f5c58-0ea5-4a99-8155-2617731eb618 .shogun-image-content {
  
    align-items: center;
  
}

#s-390d55d4-a77e-401c-be51-85c7ff91878d {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-390d55d4-a77e-401c-be51-85c7ff91878d .shogun-heading-component h6 {
  color: #000;
  font-weight:  600 ;
  font-family: "Work Sans";
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-3755da62-abdd-412c-a24f-737617dc1898 {
  margin-top: 10px;
}

.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-fc6984ae-02d6-42c5-bc7c-b4e5ed57d5f9 {
  border-style: solid;
margin-top: 3%;
margin-bottom: 3%;
padding-top: 13px;
padding-left: 30px;
padding-bottom: 13px;
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(95, 122, 134, 1);
text-align: center;
text-decoration: none;
letter-spacing: 0px;
background-image: none;
hover-type: color;
}
#s-fc6984ae-02d6-42c5-bc7c-b4e5ed57d5f9:hover {background-color: rgba(111, 135, 146, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-fc6984ae-02d6-42c5-bc7c-b4e5ed57d5f9:active {background-color: rgba(76, 97, 107, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-fc6984ae-02d6-42c5-bc7c-b4e5ed57d5f9.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  
  font-family: Work Sans;
  display:  inline-block ;
}

#s-1c92186b-75ee-4561-b0ae-3a3242a08ad7 {
  min-height: 50px;
}
@media (max-width: 767px){#s-1c92186b-75ee-4561-b0ae-3a3242a08ad7 {
  margin-top: 0px;
margin-left: 20px;
margin-bottom: 40px;
margin-right: 20px;
}
}







#s-1c92186b-75ee-4561-b0ae-3a3242a08ad7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1c92186b-75ee-4561-b0ae-3a3242a08ad7.shg-box.shg-c {
  justify-content: center;
}

#s-3dd9daf1-f324-42bf-9587-a0237dcb5327 {
  margin-bottom: 20px;
min-height: 64px;
text-align: center;
}




  #s-3dd9daf1-f324-42bf-9587-a0237dcb5327 img.shogun-image {
    
    width: px;
  }


#s-3dd9daf1-f324-42bf-9587-a0237dcb5327 .shogun-image-content {
  
    align-items: center;
  
}

#s-0fe02376-ad54-451e-b116-fcbe4e9b6903 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-0fe02376-ad54-451e-b116-fcbe4e9b6903 .shogun-heading-component h6 {
  color: #000;
  font-weight:  600 ;
  font-family: "Work Sans";
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-8fbff9cc-2d31-4265-b441-fd19853f3182 {
  margin-top: 10px;
padding-left: 3%;
padding-right: 3%;
}

#s-b535146f-3b91-4c54-95a5-102827d8ec58 {
  border-style: solid;
margin-top: 3%;
margin-bottom: 3%;
padding-top: 13px;
padding-left: 30px;
padding-bottom: 13px;
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(95, 122, 134, 1);
text-align: center;
text-decoration: none;
letter-spacing: 0px;
background-image: none;
hover-type: color;
}
#s-b535146f-3b91-4c54-95a5-102827d8ec58:hover {background-color: rgba(111, 135, 146, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-b535146f-3b91-4c54-95a5-102827d8ec58:active {background-color: rgba(76, 97, 107, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-b535146f-3b91-4c54-95a5-102827d8ec58.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  
  font-family: Work Sans;
  display:  inline-block ;
}

@media (min-width: 0px) {
[id="s-ceb4bb12-8e54-4a87-b5ca-6813254163d7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ceb4bb12-8e54-4a87-b5ca-6813254163d7"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-ceb4bb12-8e54-4a87-b5ca-6813254163d7"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-ceb4bb12-8e54-4a87-b5ca-6813254163d7"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-ceb4bb12-8e54-4a87-b5ca-6813254163d7"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-ceb4bb12-8e54-4a87-b5ca-6813254163d7"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-ceb4bb12-8e54-4a87-b5ca-6813254163d7"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-ceb4bb12-8e54-4a87-b5ca-6813254163d7"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-ceb4bb12-8e54-4a87-b5ca-6813254163d7"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-ceb4bb12-8e54-4a87-b5ca-6813254163d7"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-ceb4bb12-8e54-4a87-b5ca-6813254163d7"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-ceb4bb12-8e54-4a87-b5ca-6813254163d7"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-ceb4bb12-8e54-4a87-b5ca-6813254163d7"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-ceb4bb12-8e54-4a87-b5ca-6813254163d7"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-ceb4bb12-8e54-4a87-b5ca-6813254163d7"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-ceb4bb12-8e54-4a87-b5ca-6813254163d7"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-ceb4bb12-8e54-4a87-b5ca-6813254163d7"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-ceb4bb12-8e54-4a87-b5ca-6813254163d7"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-ceb4bb12-8e54-4a87-b5ca-6813254163d7"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-ceb4bb12-8e54-4a87-b5ca-6813254163d7"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-ceb4bb12-8e54-4a87-b5ca-6813254163d7"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-ceb4bb12-8e54-4a87-b5ca-6813254163d7"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-ceb4bb12-8e54-4a87-b5ca-6813254163d7"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-ceb4bb12-8e54-4a87-b5ca-6813254163d7"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-ceb4bb12-8e54-4a87-b5ca-6813254163d7"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-ceb4bb12-8e54-4a87-b5ca-6813254163d7"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-ceb4bb12-8e54-4a87-b5ca-6813254163d7"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-ceb4bb12-8e54-4a87-b5ca-6813254163d7"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-ceb4bb12-8e54-4a87-b5ca-6813254163d7"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-ceb4bb12-8e54-4a87-b5ca-6813254163d7"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-ceb4bb12-8e54-4a87-b5ca-6813254163d7"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-ceb4bb12-8e54-4a87-b5ca-6813254163d7"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-ceb4bb12-8e54-4a87-b5ca-6813254163d7"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-ceb4bb12-8e54-4a87-b5ca-6813254163d7"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-ceb4bb12-8e54-4a87-b5ca-6813254163d7"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-ceb4bb12-8e54-4a87-b5ca-6813254163d7"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-ceb4bb12-8e54-4a87-b5ca-6813254163d7"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-e73ef8b1-b8d7-4a1a-947e-75af5b885188 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
min-height: 50px;
}
@media (max-width: 767px){#s-e73ef8b1-b8d7-4a1a-947e-75af5b885188 {
  margin-left: 20px;
margin-bottom: 40px;
margin-right: 20px;
}
}







#s-e73ef8b1-b8d7-4a1a-947e-75af5b885188 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e73ef8b1-b8d7-4a1a-947e-75af5b885188.shg-box.shg-c {
  justify-content: center;
}

#s-d4d24f3b-eb14-4496-8d86-9a2fb14f18b1 {
  margin-bottom: 20px;
min-height: 58px;
text-align: center;
}




  #s-d4d24f3b-eb14-4496-8d86-9a2fb14f18b1 img.shogun-image {
    
    width: px;
  }


#s-d4d24f3b-eb14-4496-8d86-9a2fb14f18b1 .shogun-image-content {
  
    align-items: center;
  
}

#s-6f6cff59-1a3d-4917-b363-a3d00c01b3e0 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-6f6cff59-1a3d-4917-b363-a3d00c01b3e0 .shogun-heading-component h6 {
  color: #000;
  font-weight:  600 ;
  font-family: "Work Sans";
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-6b17a121-2252-4eb1-8c32-154c19292b95 {
  margin-top: 10px;
padding-left: 3%;
padding-right: 3%;
}

#s-05dbc820-284a-4d6d-a741-d621549826c7 {
  border-style: solid;
margin-top: 3%;
margin-bottom: 3%;
padding-top: 13px;
padding-left: 30px;
padding-bottom: 13px;
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(95, 122, 134, 1);
text-align: center;
text-decoration: none;
letter-spacing: 0px;
background-image: none;
hover-type: color;
}
#s-05dbc820-284a-4d6d-a741-d621549826c7:hover {background-color: rgba(111, 135, 146, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-05dbc820-284a-4d6d-a741-d621549826c7:active {background-color: rgba(76, 97, 107, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-05dbc820-284a-4d6d-a741-d621549826c7.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  
  font-family: Work Sans;
  display:  inline-block ;
}

#s-ab56b444-415a-4122-974e-9a27dc6d1c07 {
  min-height: 50px;
}
@media (max-width: 767px){#s-ab56b444-415a-4122-974e-9a27dc6d1c07 {
  margin-left: 20px;
margin-right: 20px;
}
}







#s-ab56b444-415a-4122-974e-9a27dc6d1c07 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ab56b444-415a-4122-974e-9a27dc6d1c07.shg-box.shg-c {
  justify-content: center;
}

#s-d120eba5-8ef8-488f-89ce-89adb5d79fe2 {
  margin-bottom: 20px;
min-height: 64px;
text-align: center;
}




  #s-d120eba5-8ef8-488f-89ce-89adb5d79fe2 img.shogun-image {
    
    width: px;
  }


#s-d120eba5-8ef8-488f-89ce-89adb5d79fe2 .shogun-image-content {
  
    align-items: center;
  
}

#s-6851c020-bc3a-4836-a091-5f36016d0bd6 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-6851c020-bc3a-4836-a091-5f36016d0bd6 .shogun-heading-component h6 {
  color: #000;
  font-weight:  600 ;
  font-family: "Work Sans";
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-f3b82050-d67e-4bc4-ba3d-861cb2c7dfae {
  margin-top: 10px;
padding-left: 3%;
padding-right: 3%;
}

#s-6ec56b24-c04f-4875-a924-f11285299907 {
  border-style: solid;
margin-top: 3%;
margin-bottom: 3%;
padding-top: 13px;
padding-left: 30px;
padding-bottom: 13px;
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(95, 122, 134, 1);
text-align: center;
text-decoration: none;
letter-spacing: 0px;
background-image: none;
hover-type: color;
}
#s-6ec56b24-c04f-4875-a924-f11285299907:hover {background-color: rgba(111, 135, 146, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-6ec56b24-c04f-4875-a924-f11285299907:active {background-color: rgba(76, 97, 107, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-6ec56b24-c04f-4875-a924-f11285299907.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  
  font-family: Work Sans;
  display:  inline-block ;
}

#s-9b822dab-b264-4b3d-8a6e-5dbee519a7aa {
  margin-top: 0px;
margin-bottom: 0px;
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-9b822dab-b264-4b3d-8a6e-5dbee519a7aa {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-9b822dab-b264-4b3d-8a6e-5dbee519a7aa {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-9b822dab-b264-4b3d-8a6e-5dbee519a7aa {
  padding-top: 60px;
padding-left: 5%;
padding-bottom: 60px;
padding-right: 5%;
}
}@media (max-width: 767px){#s-9b822dab-b264-4b3d-8a6e-5dbee519a7aa {
  padding-top: 60px;
padding-left: 20px;
padding-bottom: 60px;
padding-right: 20px;
}
}







#s-9b822dab-b264-4b3d-8a6e-5dbee519a7aa > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9b822dab-b264-4b3d-8a6e-5dbee519a7aa.shg-box.shg-c {
  justify-content: flex-start;
}

#s-cc5a0d3e-330a-4949-a0c5-5167e60e85e2 {
  border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 40px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(242, 242, 242, 1);
text-align: center;
}
@media (min-width: 1200px){#s-cc5a0d3e-330a-4949-a0c5-5167e60e85e2 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-cc5a0d3e-330a-4949-a0c5-5167e60e85e2 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-cc5a0d3e-330a-4949-a0c5-5167e60e85e2 {
  
}
}@media (max-width: 767px){#s-cc5a0d3e-330a-4949-a0c5-5167e60e85e2 {
  
}
}
#s-cc5a0d3e-330a-4949-a0c5-5167e60e85e2 .shogun-heading-component h2 {
  color: #000;
  font-weight:  500 ;
  font-family: "Work Sans";
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: 2px;
  text-align: center;
}



@media (min-width: 0px) {
[id="s-3468fa3c-4d6d-4d8e-9c5b-132590baf1c7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3468fa3c-4d6d-4d8e-9c5b-132590baf1c7"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-3468fa3c-4d6d-4d8e-9c5b-132590baf1c7"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-3468fa3c-4d6d-4d8e-9c5b-132590baf1c7"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-3468fa3c-4d6d-4d8e-9c5b-132590baf1c7"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-3468fa3c-4d6d-4d8e-9c5b-132590baf1c7"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-3468fa3c-4d6d-4d8e-9c5b-132590baf1c7"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-3468fa3c-4d6d-4d8e-9c5b-132590baf1c7"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-3468fa3c-4d6d-4d8e-9c5b-132590baf1c7"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-3468fa3c-4d6d-4d8e-9c5b-132590baf1c7"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-3468fa3c-4d6d-4d8e-9c5b-132590baf1c7"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-3468fa3c-4d6d-4d8e-9c5b-132590baf1c7"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-3468fa3c-4d6d-4d8e-9c5b-132590baf1c7"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-3468fa3c-4d6d-4d8e-9c5b-132590baf1c7"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-3468fa3c-4d6d-4d8e-9c5b-132590baf1c7"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-3468fa3c-4d6d-4d8e-9c5b-132590baf1c7"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-3468fa3c-4d6d-4d8e-9c5b-132590baf1c7"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-3468fa3c-4d6d-4d8e-9c5b-132590baf1c7"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-3468fa3c-4d6d-4d8e-9c5b-132590baf1c7"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-3468fa3c-4d6d-4d8e-9c5b-132590baf1c7"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-3468fa3c-4d6d-4d8e-9c5b-132590baf1c7"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-3468fa3c-4d6d-4d8e-9c5b-132590baf1c7"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-3468fa3c-4d6d-4d8e-9c5b-132590baf1c7"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-3468fa3c-4d6d-4d8e-9c5b-132590baf1c7"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-3468fa3c-4d6d-4d8e-9c5b-132590baf1c7"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-3468fa3c-4d6d-4d8e-9c5b-132590baf1c7"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-3468fa3c-4d6d-4d8e-9c5b-132590baf1c7"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-3468fa3c-4d6d-4d8e-9c5b-132590baf1c7"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-3468fa3c-4d6d-4d8e-9c5b-132590baf1c7"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-3468fa3c-4d6d-4d8e-9c5b-132590baf1c7"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-3468fa3c-4d6d-4d8e-9c5b-132590baf1c7"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-3468fa3c-4d6d-4d8e-9c5b-132590baf1c7"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-3468fa3c-4d6d-4d8e-9c5b-132590baf1c7"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-3468fa3c-4d6d-4d8e-9c5b-132590baf1c7"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-3468fa3c-4d6d-4d8e-9c5b-132590baf1c7"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-3468fa3c-4d6d-4d8e-9c5b-132590baf1c7"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-3468fa3c-4d6d-4d8e-9c5b-132590baf1c7"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-99f021c5-bdfe-40a0-94be-d3746e54bfec {
  min-height: 50px;
}
@media (max-width: 767px){#s-99f021c5-bdfe-40a0-94be-d3746e54bfec {
  margin-top: 0px;
margin-bottom: 60px;
}
}







#s-99f021c5-bdfe-40a0-94be-d3746e54bfec > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-99f021c5-bdfe-40a0-94be-d3746e54bfec.shg-box.shg-c {
  justify-content: center;
}

#s-cdb96617-1bc7-49b6-9f80-d4901ba50aae {
  display: none;
}
.shg-product-image-wrapper img.shogun-image,
.shogun-component img.shogun-image {
  display: inline-block;
  vertical-align: middle;
}

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

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

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

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

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

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

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

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

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

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

#s-df3a9bbc-8c4f-4b8d-b511-89ffd12ab9e8 {
  text-align: left;
}


.shg-c#s-df3a9bbc-8c4f-4b8d-b511-89ffd12ab9e8 {
  max-width: 100%;
}

.shg-c#s-df3a9bbc-8c4f-4b8d-b511-89ffd12ab9e8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-df3a9bbc-8c4f-4b8d-b511-89ffd12ab9e8 .shg-image-zoom,
.shg-c#s-df3a9bbc-8c4f-4b8d-b511-89ffd12ab9e8 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-df3a9bbc-8c4f-4b8d-b511-89ffd12ab9e8 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-df3a9bbc-8c4f-4b8d-b511-89ffd12ab9e8 {
  max-width: 100%;
}

.shg-c#s-df3a9bbc-8c4f-4b8d-b511-89ffd12ab9e8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-df3a9bbc-8c4f-4b8d-b511-89ffd12ab9e8 .shg-image-zoom,
.shg-c#s-df3a9bbc-8c4f-4b8d-b511-89ffd12ab9e8 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-df3a9bbc-8c4f-4b8d-b511-89ffd12ab9e8 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-df3a9bbc-8c4f-4b8d-b511-89ffd12ab9e8 {
  max-width: 100%;
}

.shg-c#s-df3a9bbc-8c4f-4b8d-b511-89ffd12ab9e8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-df3a9bbc-8c4f-4b8d-b511-89ffd12ab9e8 .shg-image-zoom,
.shg-c#s-df3a9bbc-8c4f-4b8d-b511-89ffd12ab9e8 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-df3a9bbc-8c4f-4b8d-b511-89ffd12ab9e8 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-df3a9bbc-8c4f-4b8d-b511-89ffd12ab9e8 {
  max-width: 100%;
}

.shg-c#s-df3a9bbc-8c4f-4b8d-b511-89ffd12ab9e8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-df3a9bbc-8c4f-4b8d-b511-89ffd12ab9e8 .shg-image-zoom,
.shg-c#s-df3a9bbc-8c4f-4b8d-b511-89ffd12ab9e8 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-df3a9bbc-8c4f-4b8d-b511-89ffd12ab9e8 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-df3a9bbc-8c4f-4b8d-b511-89ffd12ab9e8 {
  max-width: 100%;
}

.shg-c#s-df3a9bbc-8c4f-4b8d-b511-89ffd12ab9e8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-df3a9bbc-8c4f-4b8d-b511-89ffd12ab9e8 .shg-image-zoom,
.shg-c#s-df3a9bbc-8c4f-4b8d-b511-89ffd12ab9e8 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-df3a9bbc-8c4f-4b8d-b511-89ffd12ab9e8 .shg-image-zoom {
  
    margin-left: 0px;
  
}

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

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

#s-2df734bb-9159-49a4-acfd-abef0ecb60c7 {
  margin-top: 30px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-2df734bb-9159-49a4-acfd-abef0ecb60c7 .shg-product-title-component h6 {
  color: #000;
  font-weight:  normal ;
  font-family: Work Sans;
  font-style:  normal ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-fb4dfd15-748b-4a57-844f-bfeb4e3abd25 {
  margin-bottom: 20px;
text-align: center;
}

#s-fb4dfd15-748b-4a57-844f-bfeb4e3abd25 .shg-product-sold-out {
  display: none;
  color: rgba(84, 86, 90, 1);
  font-size: 16px;
  font-weight:  600 ;
  font-family: Work Sans;
  font-style:  normal ;
}

#s-fb4dfd15-748b-4a57-844f-bfeb4e3abd25 .shg-product-price {
  color: rgba(84, 86, 90, 1);
  font-weight:  600 ;
  font-family: Work Sans;
  font-style:  normal ;
  font-size: 16px;
}

#s-fb4dfd15-748b-4a57-844f-bfeb4e3abd25 .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-btn.shg-cse, .shg-btn.shg-cse:hover, .shg-btn.shg-cse:focus {
  color: #FFF;
}

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

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

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

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

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

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

#s-e61841f0-7424-4c46-82ca-207df90d76e9 {
  border-style: solid;
padding-top: 13px;
padding-left: 30px;
padding-bottom: 13px;
padding-right: 30px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(95, 122, 134, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 0);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
color: rgba(95, 122, 134, 1);
}
#s-e61841f0-7424-4c46-82ca-207df90d76e9:hover {background-color: rgba(95, 122, 134, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-e61841f0-7424-4c46-82ca-207df90d76e9:active {background-color: rgba(76, 97, 107, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-e61841f0-7424-4c46-82ca-207df90d76e9 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-e61841f0-7424-4c46-82ca-207df90d76e9.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e61841f0-7424-4c46-82ca-207df90d76e9.shg-btn {
  color: rgba(95, 122, 134, 1);
  font-size: 16px;
  font-weight: 500;
  
  font-family: Work Sans;
  display:  inline-block ;
}

#s-e61841f0-7424-4c46-82ca-207df90d76e9.shg-btn.shg-product-atc-error {
  font-weight: normal;
  font-family: Work Sans;
  
  
  color: rgba(95, 122, 134, 1);
}



#s-ff599275-6cdc-4697-9b15-e6f9d3764673 {
  min-height: 50px;
}
@media (max-width: 767px){#s-ff599275-6cdc-4697-9b15-e6f9d3764673 {
  margin-top: 0px;
margin-bottom: 60px;
}
}







#s-ff599275-6cdc-4697-9b15-e6f9d3764673 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ff599275-6cdc-4697-9b15-e6f9d3764673.shg-box.shg-c {
  justify-content: center;
}

#s-a592baa9-651e-4fbc-a557-c61a66ca3047 {
  display: none;
}
#s-933eed32-4e1f-40e7-bd00-e74b89d33c59 {
  text-align: left;
}


.shg-c#s-933eed32-4e1f-40e7-bd00-e74b89d33c59 {
  max-width: 100%;
}

.shg-c#s-933eed32-4e1f-40e7-bd00-e74b89d33c59 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-933eed32-4e1f-40e7-bd00-e74b89d33c59 .shg-image-zoom,
.shg-c#s-933eed32-4e1f-40e7-bd00-e74b89d33c59 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-933eed32-4e1f-40e7-bd00-e74b89d33c59 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-933eed32-4e1f-40e7-bd00-e74b89d33c59 {
  max-width: 100%;
}

.shg-c#s-933eed32-4e1f-40e7-bd00-e74b89d33c59 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-933eed32-4e1f-40e7-bd00-e74b89d33c59 .shg-image-zoom,
.shg-c#s-933eed32-4e1f-40e7-bd00-e74b89d33c59 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-933eed32-4e1f-40e7-bd00-e74b89d33c59 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-933eed32-4e1f-40e7-bd00-e74b89d33c59 {
  max-width: 100%;
}

.shg-c#s-933eed32-4e1f-40e7-bd00-e74b89d33c59 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-933eed32-4e1f-40e7-bd00-e74b89d33c59 .shg-image-zoom,
.shg-c#s-933eed32-4e1f-40e7-bd00-e74b89d33c59 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-933eed32-4e1f-40e7-bd00-e74b89d33c59 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-933eed32-4e1f-40e7-bd00-e74b89d33c59 {
  max-width: 100%;
}

.shg-c#s-933eed32-4e1f-40e7-bd00-e74b89d33c59 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-933eed32-4e1f-40e7-bd00-e74b89d33c59 .shg-image-zoom,
.shg-c#s-933eed32-4e1f-40e7-bd00-e74b89d33c59 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-933eed32-4e1f-40e7-bd00-e74b89d33c59 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-933eed32-4e1f-40e7-bd00-e74b89d33c59 {
  max-width: 100%;
}

.shg-c#s-933eed32-4e1f-40e7-bd00-e74b89d33c59 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-933eed32-4e1f-40e7-bd00-e74b89d33c59 .shg-image-zoom,
.shg-c#s-933eed32-4e1f-40e7-bd00-e74b89d33c59 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-933eed32-4e1f-40e7-bd00-e74b89d33c59 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-8a7f8caf-341d-44ba-a2e4-2e85e8431d77 {
  margin-top: 30px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-8a7f8caf-341d-44ba-a2e4-2e85e8431d77 .shg-product-title-component h6 {
  color: #000;
  font-weight:  normal ;
  font-family: Work Sans;
  font-style:  normal ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-e2b48037-d0d6-4de4-ad86-a34c4c7b212a {
  margin-bottom: 20px;
text-align: center;
}

#s-e2b48037-d0d6-4de4-ad86-a34c4c7b212a .shg-product-sold-out {
  display: none;
  color: rgba(84, 86, 90, 1);
  font-size: 16px;
  font-weight:  600 ;
  font-family: Work Sans;
  font-style:  normal ;
}

#s-e2b48037-d0d6-4de4-ad86-a34c4c7b212a .shg-product-price {
  color: rgba(84, 86, 90, 1);
  font-weight:  600 ;
  font-family: Work Sans;
  font-style:  normal ;
  font-size: 16px;
}

#s-e2b48037-d0d6-4de4-ad86-a34c4c7b212a .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-8bb6bfd3-ed80-4641-a390-0e9b9b4535d5 {
  border-style: solid;
padding-top: 13px;
padding-left: 30px;
padding-bottom: 13px;
padding-right: 30px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(95, 122, 134, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 0);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
color: rgba(95, 122, 134, 1);
}
#s-8bb6bfd3-ed80-4641-a390-0e9b9b4535d5:hover {background-color: rgba(95, 122, 134, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-8bb6bfd3-ed80-4641-a390-0e9b9b4535d5:active {background-color: rgba(76, 97, 107, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-8bb6bfd3-ed80-4641-a390-0e9b9b4535d5 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-8bb6bfd3-ed80-4641-a390-0e9b9b4535d5.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-8bb6bfd3-ed80-4641-a390-0e9b9b4535d5.shg-btn {
  color: rgba(95, 122, 134, 1);
  font-size: 16px;
  font-weight: 500;
  
  font-family: Work Sans;
  display:  inline-block ;
}

#s-8bb6bfd3-ed80-4641-a390-0e9b9b4535d5.shg-btn.shg-product-atc-error {
  font-weight: normal;
  font-family: Work Sans;
  
  
  color: rgba(95, 122, 134, 1);
}



#s-a0cfaa82-84a3-4572-b49d-bda4ae93676b {
  min-height: 50px;
}
@media (max-width: 767px){#s-a0cfaa82-84a3-4572-b49d-bda4ae93676b {
  margin-top: 0px;
}
}







#s-a0cfaa82-84a3-4572-b49d-bda4ae93676b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a0cfaa82-84a3-4572-b49d-bda4ae93676b.shg-box.shg-c {
  justify-content: center;
}

#s-afe5b2bd-1a21-46fa-9643-3c77ce012747 {
  display: none;
}
#s-69222430-dbdd-4d55-bcd1-c6f58b4ea1c6 {
  text-align: left;
}


.shg-c#s-69222430-dbdd-4d55-bcd1-c6f58b4ea1c6 {
  max-width: 100%;
}

.shg-c#s-69222430-dbdd-4d55-bcd1-c6f58b4ea1c6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-69222430-dbdd-4d55-bcd1-c6f58b4ea1c6 .shg-image-zoom,
.shg-c#s-69222430-dbdd-4d55-bcd1-c6f58b4ea1c6 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-69222430-dbdd-4d55-bcd1-c6f58b4ea1c6 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-69222430-dbdd-4d55-bcd1-c6f58b4ea1c6 {
  max-width: 100%;
}

.shg-c#s-69222430-dbdd-4d55-bcd1-c6f58b4ea1c6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-69222430-dbdd-4d55-bcd1-c6f58b4ea1c6 .shg-image-zoom,
.shg-c#s-69222430-dbdd-4d55-bcd1-c6f58b4ea1c6 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-69222430-dbdd-4d55-bcd1-c6f58b4ea1c6 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-69222430-dbdd-4d55-bcd1-c6f58b4ea1c6 {
  max-width: 100%;
}

.shg-c#s-69222430-dbdd-4d55-bcd1-c6f58b4ea1c6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-69222430-dbdd-4d55-bcd1-c6f58b4ea1c6 .shg-image-zoom,
.shg-c#s-69222430-dbdd-4d55-bcd1-c6f58b4ea1c6 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-69222430-dbdd-4d55-bcd1-c6f58b4ea1c6 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-69222430-dbdd-4d55-bcd1-c6f58b4ea1c6 {
  max-width: 100%;
}

.shg-c#s-69222430-dbdd-4d55-bcd1-c6f58b4ea1c6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-69222430-dbdd-4d55-bcd1-c6f58b4ea1c6 .shg-image-zoom,
.shg-c#s-69222430-dbdd-4d55-bcd1-c6f58b4ea1c6 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-69222430-dbdd-4d55-bcd1-c6f58b4ea1c6 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-69222430-dbdd-4d55-bcd1-c6f58b4ea1c6 {
  max-width: 100%;
}

.shg-c#s-69222430-dbdd-4d55-bcd1-c6f58b4ea1c6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-69222430-dbdd-4d55-bcd1-c6f58b4ea1c6 .shg-image-zoom,
.shg-c#s-69222430-dbdd-4d55-bcd1-c6f58b4ea1c6 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-69222430-dbdd-4d55-bcd1-c6f58b4ea1c6 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-d8594c8d-0d16-43f7-a7ef-d67da3394cd6 {
  margin-top: 30px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-d8594c8d-0d16-43f7-a7ef-d67da3394cd6 .shg-product-title-component h6 {
  color: #000;
  font-weight:  normal ;
  font-family: Work Sans;
  font-style:  normal ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-5a78380a-530d-4b5d-ba16-c0aefec9935c {
  margin-bottom: 20px;
text-align: center;
}

#s-5a78380a-530d-4b5d-ba16-c0aefec9935c .shg-product-sold-out {
  display: none;
  color: rgba(84, 86, 90, 1);
  font-size: 16px;
  font-weight:  600 ;
  font-family: Work Sans;
  font-style:  normal ;
}

#s-5a78380a-530d-4b5d-ba16-c0aefec9935c .shg-product-price {
  color: rgba(84, 86, 90, 1);
  font-weight:  600 ;
  font-family: Work Sans;
  font-style:  normal ;
  font-size: 16px;
}

#s-5a78380a-530d-4b5d-ba16-c0aefec9935c .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-c9c3d1ca-9711-4961-aa16-b77300b68947 {
  border-style: solid;
padding-top: 13px;
padding-left: 30px;
padding-bottom: 13px;
padding-right: 30px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(95, 122, 134, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 0);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
color: rgba(95, 122, 134, 1);
}
#s-c9c3d1ca-9711-4961-aa16-b77300b68947:hover {background-color: rgba(95, 122, 134, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-c9c3d1ca-9711-4961-aa16-b77300b68947:active {background-color: rgba(76, 97, 107, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-c9c3d1ca-9711-4961-aa16-b77300b68947 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-c9c3d1ca-9711-4961-aa16-b77300b68947.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c9c3d1ca-9711-4961-aa16-b77300b68947.shg-btn {
  color: rgba(95, 122, 134, 1);
  font-size: 16px;
  font-weight: 500;
  
  font-family: Work Sans;
  display:  inline-block ;
}

#s-c9c3d1ca-9711-4961-aa16-b77300b68947.shg-btn.shg-product-atc-error {
  font-weight: normal;
  font-family: Work Sans;
  
  
  color: rgba(95, 122, 134, 1);
}



#s-c992bab3-62a5-408d-8c59-dcf3ad9fa1d1 {
  border-style: solid;
margin-top: 20px;
margin-left: 35%;
margin-bottom: 20px;
margin-right: 35%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(6, 83, 128, 1);
border-style: dashed;
min-height: 50px;
background-color: rgba(200, 218, 228, 1);
}
@media (max-width: 767px){#s-c992bab3-62a5-408d-8c59-dcf3ad9fa1d1 {
  margin-left: 4%;
margin-right: 4%;
}
}







#s-c992bab3-62a5-408d-8c59-dcf3ad9fa1d1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c992bab3-62a5-408d-8c59-dcf3ad9fa1d1.shg-box.shg-c {
  justify-content: center;
}

#s-6f948c17-f9ed-4753-bf73-46e7782add3f {
  margin-top: 20px;
margin-left: 3%;
margin-bottom: 20px;
margin-right: 3%;
}

#s-c37d74b5-fc89-4c6c-8e05-e39fec2223c1 {
  margin-left: 4%;
margin-right: 4%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c37d74b5-fc89-4c6c-8e05-e39fec2223c1 .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:   ;
  font-size: 37px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



.shogun-tabs {
  margin: 0 !important;
  list-style: none !important;
  padding: 0 0 0 0;
  overflow: visible;
  display: flex;
  flex-wrap: wrap;
}

.shogun-tabs.shogun-modern {
  padding-left: 10px;
  padding-right: 5px;
  overflow: hidden;
  transform: translate(0px, 0px);
}

.shogun-tabs li {
  text-decoration: none;
  cursor: pointer;
  position: relative;
  display: flex;
  flex-grow: 1;
  justify-content: center;
  align-items: center;
}

.shogun-tabs.shogun-modern li {
  width: 200px;
  height: 45px;
  margin: 0 5px 0 0;
}

.shogun-tabs.shogun-rounded li {
  margin-bottom: 0;
  float: left;
  box-sizing: border-box;
  margin-right: 2px;
  line-height: 1.42857143;
  position: relative;
  display: block;
  overflow: visible;
}

.shogun-tabs.shogun-rounded li .shogun-tab-box {
  padding: 10px 15px !important;
  border-radius: 4px 4px 0 0;
}

.shogun-tabs.shogun-modern li .shogun-tab-box {
  padding: 12px 5px !important;
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .shogun-tabs.shogun-rounded li .shogun-tab-box {
    padding: 10px 5px !important;
    text-align: center;
  }

  .shogun-tabs.shogun-modern li .shogun-tab-box {
    padding: 12px 15px !important;
  }
}

.shogun-tabs.shogun-rounded .shogun-tab-box {
  border-bottom: none !important;
}

.shogun-tabs.shogun-modern li.active {
  z-index: 40;
}

.shogun-tabs.shogun-modern li .shogun-tab-box::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: -1px;
  left: 0;
  z-index: -1;
  outline: 1px solid transparent;
  border-radius: 4px 4px 0 0;
  content: "";
  transform: perspective(100px) rotateX(30deg);
  -webkit-transform: perspective(100px) rotateX(30deg);
}

.shogun-tabs.shogun-modern li.shogun-tab-active .shogun-tab-box::after {
  border-bottom: none !important;
  height: 46px;
}

.shogun-tabs-body {
  padding-top: 10px;
}

.shogun-tabs-body.shogun-rounded {
  margin-top: 0px !important;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.shogun-tabs-body>.shogun-tab-content {
  display: none;
}

.shogun-tabs-body>.shogun-tab-content.shogun-tab-active {
  -webkit-animation: fadeIn 0.5s;
  animation: fadeIn 0.5s;
  display: block;
}

.shogun-tab-border {
  position: absolute;
}

.shogun-tab-title {
  white-space: nowrap;
  text-align: center;

  display: inline-block;
  width: 100%;
}

.shogun-tabs.shogun-modern .shogun-tab-title {
  /** Hack for Safari weird bug */
  /* https://stackoverflow.com/questions/18146511/bug-in-css3-rotatey-transition-on-safari */
  transform: translateZ(1000px);
}

#s-8787bab3-d2c9-4d45-9626-e45aea4d1a69 {
  margin-left: 3%;
margin-right: 3%;
}

#s-8787bab3-d2c9-4d45-9626-e45aea4d1a69 .shogun-tabs {
  justify-content: flex-start;
}


  #s-8787bab3-d2c9-4d45-9626-e45aea4d1a69 .shogun-tabs > li > .shogun-tab-box {
    background: #fff;
    border: 3px solid #DDDDDD;
  }
  #s-8787bab3-d2c9-4d45-9626-e45aea4d1a69 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box  {
    background: #F4F4F4;
    border: 3px solid #ddd;
  }
#s-8787bab3-d2c9-4d45-9626-e45aea4d1a69 .shogun-tabs > li > .shogun-tab-box > .shogun-tab-title {
  color: rgba(204, 17, 17, 1);
  font-family: Poppins;
  font-weight: 700;
  font-style: ;
  font-size: 22px;
}

#s-8787bab3-d2c9-4d45-9626-e45aea4d1a69 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box > .shogun-tab-title {
  color: #555;
}

#s-8787bab3-d2c9-4d45-9626-e45aea4d1a69 .shogun-tabs > li > .shogun-tab-border {
  width: calc(100% - 2 * 3px);
  left: 3px;
  bottom: -3px;
  height: 3px;
  background: #F4F4F4;
}

#s-8787bab3-d2c9-4d45-9626-e45aea4d1a69 .shogun-tabs-body {
  margin-top: -3px;
  border-top: 3px solid #ddd;
}

@media (min-width: 0px) {
[id="s-c1242276-72e5-48a3-9a45-59382661abbc"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c1242276-72e5-48a3-9a45-59382661abbc"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-c1242276-72e5-48a3-9a45-59382661abbc"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-c1242276-72e5-48a3-9a45-59382661abbc"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-c1242276-72e5-48a3-9a45-59382661abbc"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-c1242276-72e5-48a3-9a45-59382661abbc"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-c1242276-72e5-48a3-9a45-59382661abbc"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-c1242276-72e5-48a3-9a45-59382661abbc"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-c1242276-72e5-48a3-9a45-59382661abbc"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-c1242276-72e5-48a3-9a45-59382661abbc"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-c1242276-72e5-48a3-9a45-59382661abbc"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-c1242276-72e5-48a3-9a45-59382661abbc"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-c1242276-72e5-48a3-9a45-59382661abbc"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-c1242276-72e5-48a3-9a45-59382661abbc"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-c1242276-72e5-48a3-9a45-59382661abbc"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-c1242276-72e5-48a3-9a45-59382661abbc"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-c1242276-72e5-48a3-9a45-59382661abbc"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-c1242276-72e5-48a3-9a45-59382661abbc"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-c1242276-72e5-48a3-9a45-59382661abbc"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-c1242276-72e5-48a3-9a45-59382661abbc"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-c1242276-72e5-48a3-9a45-59382661abbc"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-c1242276-72e5-48a3-9a45-59382661abbc"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-c1242276-72e5-48a3-9a45-59382661abbc"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-c1242276-72e5-48a3-9a45-59382661abbc"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-c1242276-72e5-48a3-9a45-59382661abbc"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-c1242276-72e5-48a3-9a45-59382661abbc"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-c1242276-72e5-48a3-9a45-59382661abbc"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-c1242276-72e5-48a3-9a45-59382661abbc"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-c1242276-72e5-48a3-9a45-59382661abbc"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-c1242276-72e5-48a3-9a45-59382661abbc"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-c1242276-72e5-48a3-9a45-59382661abbc"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-c1242276-72e5-48a3-9a45-59382661abbc"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-c1242276-72e5-48a3-9a45-59382661abbc"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-c1242276-72e5-48a3-9a45-59382661abbc"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-c1242276-72e5-48a3-9a45-59382661abbc"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-c1242276-72e5-48a3-9a45-59382661abbc"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-c1242276-72e5-48a3-9a45-59382661abbc"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-e3dbbbd7-4165-421f-8f52-c16699d03c2f {
  display: none;
}
#s-73b02901-76db-4783-b38c-683abad35d8a {
  text-align: left;
}


.shg-c#s-73b02901-76db-4783-b38c-683abad35d8a {
  max-width: 100%;
}

.shg-c#s-73b02901-76db-4783-b38c-683abad35d8a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-73b02901-76db-4783-b38c-683abad35d8a .shg-image-zoom,
.shg-c#s-73b02901-76db-4783-b38c-683abad35d8a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-73b02901-76db-4783-b38c-683abad35d8a .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-73b02901-76db-4783-b38c-683abad35d8a {
  max-width: 100%;
}

.shg-c#s-73b02901-76db-4783-b38c-683abad35d8a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-73b02901-76db-4783-b38c-683abad35d8a .shg-image-zoom,
.shg-c#s-73b02901-76db-4783-b38c-683abad35d8a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-73b02901-76db-4783-b38c-683abad35d8a .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-73b02901-76db-4783-b38c-683abad35d8a {
  max-width: 100%;
}

.shg-c#s-73b02901-76db-4783-b38c-683abad35d8a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-73b02901-76db-4783-b38c-683abad35d8a .shg-image-zoom,
.shg-c#s-73b02901-76db-4783-b38c-683abad35d8a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-73b02901-76db-4783-b38c-683abad35d8a .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-73b02901-76db-4783-b38c-683abad35d8a {
  max-width: 100%;
}

.shg-c#s-73b02901-76db-4783-b38c-683abad35d8a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-73b02901-76db-4783-b38c-683abad35d8a .shg-image-zoom,
.shg-c#s-73b02901-76db-4783-b38c-683abad35d8a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-73b02901-76db-4783-b38c-683abad35d8a .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-73b02901-76db-4783-b38c-683abad35d8a {
  max-width: 100%;
}

.shg-c#s-73b02901-76db-4783-b38c-683abad35d8a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-73b02901-76db-4783-b38c-683abad35d8a .shg-image-zoom,
.shg-c#s-73b02901-76db-4783-b38c-683abad35d8a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-73b02901-76db-4783-b38c-683abad35d8a .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
.shg-c#s-73b02901-76db-4783-b38c-683abad35d8a {
  max-width: 100%;
}

.shg-c#s-73b02901-76db-4783-b38c-683abad35d8a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-73b02901-76db-4783-b38c-683abad35d8a .shg-image-zoom,
.shg-c#s-73b02901-76db-4783-b38c-683abad35d8a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-73b02901-76db-4783-b38c-683abad35d8a .shg-image-zoom {
  
    margin-left: 0px;
  
}


#s-0c4b6e4f-d971-42ee-b58d-301e59678ebe {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0c4b6e4f-d971-42ee-b58d-301e59678ebe .shg-product-title-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
}

#s-0411b55b-08b1-4004-9973-c5a07837e2fb {
  margin-bottom: 20px;
text-align: center;
}

#s-0411b55b-08b1-4004-9973-c5a07837e2fb .shg-product-sold-out {
  display: none;
  color: rgba(84, 86, 90, 1);
  font-size: 20px;
  font-weight:  500 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-0411b55b-08b1-4004-9973-c5a07837e2fb .shg-product-price {
  color: rgba(84, 86, 90, 1);
  font-weight:  500 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 20px;
}

#s-0411b55b-08b1-4004-9973-c5a07837e2fb .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-2740e78a-76ff-415b-8a21-4bfdbbaff255 {
  border-style: solid;
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(95, 122, 134, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 0);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
color: rgba(95, 122, 134, 1);
}
#s-2740e78a-76ff-415b-8a21-4bfdbbaff255:hover {background-color: rgba(95, 122, 134, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-2740e78a-76ff-415b-8a21-4bfdbbaff255:active {background-color: rgba(76, 97, 107, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-2740e78a-76ff-415b-8a21-4bfdbbaff255 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-2740e78a-76ff-415b-8a21-4bfdbbaff255.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-2740e78a-76ff-415b-8a21-4bfdbbaff255.shg-btn {
  color: rgba(95, 122, 134, 1);
  font-size: 16px;
  font-weight: 500;
  
  font-family: Work Sans;
  display:  inline-block ;
}

#s-2740e78a-76ff-415b-8a21-4bfdbbaff255.shg-btn.shg-product-atc-error {
  font-weight: normal;
  font-family: Work Sans;
  
  
  color: rgba(95, 122, 134, 1);
}



#s-c49331d9-279e-45fa-a6e4-3d3256ccc6b8 {
  display: none;
}
#s-659163da-26c4-4508-aee7-86773724417a {
  text-align: left;
}


.shg-c#s-659163da-26c4-4508-aee7-86773724417a {
  max-width: 100%;
}

.shg-c#s-659163da-26c4-4508-aee7-86773724417a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-659163da-26c4-4508-aee7-86773724417a .shg-image-zoom,
.shg-c#s-659163da-26c4-4508-aee7-86773724417a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-659163da-26c4-4508-aee7-86773724417a .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-659163da-26c4-4508-aee7-86773724417a {
  max-width: 100%;
}

.shg-c#s-659163da-26c4-4508-aee7-86773724417a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-659163da-26c4-4508-aee7-86773724417a .shg-image-zoom,
.shg-c#s-659163da-26c4-4508-aee7-86773724417a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-659163da-26c4-4508-aee7-86773724417a .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-659163da-26c4-4508-aee7-86773724417a {
  max-width: 100%;
}

.shg-c#s-659163da-26c4-4508-aee7-86773724417a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-659163da-26c4-4508-aee7-86773724417a .shg-image-zoom,
.shg-c#s-659163da-26c4-4508-aee7-86773724417a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-659163da-26c4-4508-aee7-86773724417a .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-659163da-26c4-4508-aee7-86773724417a {
  max-width: 100%;
}

.shg-c#s-659163da-26c4-4508-aee7-86773724417a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-659163da-26c4-4508-aee7-86773724417a .shg-image-zoom,
.shg-c#s-659163da-26c4-4508-aee7-86773724417a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-659163da-26c4-4508-aee7-86773724417a .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-659163da-26c4-4508-aee7-86773724417a {
  max-width: 100%;
}

.shg-c#s-659163da-26c4-4508-aee7-86773724417a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-659163da-26c4-4508-aee7-86773724417a .shg-image-zoom,
.shg-c#s-659163da-26c4-4508-aee7-86773724417a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-659163da-26c4-4508-aee7-86773724417a .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
.shg-c#s-659163da-26c4-4508-aee7-86773724417a {
  max-width: 100%;
}

.shg-c#s-659163da-26c4-4508-aee7-86773724417a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-659163da-26c4-4508-aee7-86773724417a .shg-image-zoom,
.shg-c#s-659163da-26c4-4508-aee7-86773724417a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-659163da-26c4-4508-aee7-86773724417a .shg-image-zoom {
  
    margin-left: 0px;
  
}


#s-63c8ced5-155b-4dba-bf93-2358f1726563 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-63c8ced5-155b-4dba-bf93-2358f1726563 .shg-product-title-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
}

#s-20e2ca5e-789c-4a1a-a582-a6d9845f9cf9 {
  margin-bottom: 20px;
text-align: center;
}

#s-20e2ca5e-789c-4a1a-a582-a6d9845f9cf9 .shg-product-sold-out {
  display: none;
  color: rgba(84, 86, 90, 1);
  font-size: 20px;
  font-weight:  500 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-20e2ca5e-789c-4a1a-a582-a6d9845f9cf9 .shg-product-price {
  color: rgba(84, 86, 90, 1);
  font-weight:  500 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 20px;
}

#s-20e2ca5e-789c-4a1a-a582-a6d9845f9cf9 .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-5187772e-2f5e-4599-8f28-86d0b554a9cb {
  border-style: solid;
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(95, 122, 134, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 0);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
color: rgba(95, 122, 134, 1);
}
#s-5187772e-2f5e-4599-8f28-86d0b554a9cb:hover {background-color: rgba(95, 122, 134, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-5187772e-2f5e-4599-8f28-86d0b554a9cb:active {background-color: rgba(76, 97, 107, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-5187772e-2f5e-4599-8f28-86d0b554a9cb {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-5187772e-2f5e-4599-8f28-86d0b554a9cb.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-5187772e-2f5e-4599-8f28-86d0b554a9cb.shg-btn {
  color: rgba(95, 122, 134, 1);
  font-size: 16px;
  font-weight: 500;
  
  font-family: Work Sans;
  display:  inline-block ;
}

#s-5187772e-2f5e-4599-8f28-86d0b554a9cb.shg-btn.shg-product-atc-error {
  font-weight: normal;
  font-family: Work Sans;
  
  
  color: rgba(95, 122, 134, 1);
}



#s-dd65600b-f870-4d42-8331-b342c710a849 {
  display: none;
}
#s-af87c155-a51b-4056-b171-86e38bd48b61 {
  text-align: left;
}


.shg-c#s-af87c155-a51b-4056-b171-86e38bd48b61 {
  max-width: 100%;
}

.shg-c#s-af87c155-a51b-4056-b171-86e38bd48b61 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-af87c155-a51b-4056-b171-86e38bd48b61 .shg-image-zoom,
.shg-c#s-af87c155-a51b-4056-b171-86e38bd48b61 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-af87c155-a51b-4056-b171-86e38bd48b61 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-af87c155-a51b-4056-b171-86e38bd48b61 {
  max-width: 100%;
}

.shg-c#s-af87c155-a51b-4056-b171-86e38bd48b61 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-af87c155-a51b-4056-b171-86e38bd48b61 .shg-image-zoom,
.shg-c#s-af87c155-a51b-4056-b171-86e38bd48b61 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-af87c155-a51b-4056-b171-86e38bd48b61 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-af87c155-a51b-4056-b171-86e38bd48b61 {
  max-width: 100%;
}

.shg-c#s-af87c155-a51b-4056-b171-86e38bd48b61 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-af87c155-a51b-4056-b171-86e38bd48b61 .shg-image-zoom,
.shg-c#s-af87c155-a51b-4056-b171-86e38bd48b61 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-af87c155-a51b-4056-b171-86e38bd48b61 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-af87c155-a51b-4056-b171-86e38bd48b61 {
  max-width: 100%;
}

.shg-c#s-af87c155-a51b-4056-b171-86e38bd48b61 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-af87c155-a51b-4056-b171-86e38bd48b61 .shg-image-zoom,
.shg-c#s-af87c155-a51b-4056-b171-86e38bd48b61 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-af87c155-a51b-4056-b171-86e38bd48b61 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-af87c155-a51b-4056-b171-86e38bd48b61 {
  max-width: 100%;
}

.shg-c#s-af87c155-a51b-4056-b171-86e38bd48b61 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-af87c155-a51b-4056-b171-86e38bd48b61 .shg-image-zoom,
.shg-c#s-af87c155-a51b-4056-b171-86e38bd48b61 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-af87c155-a51b-4056-b171-86e38bd48b61 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
.shg-c#s-af87c155-a51b-4056-b171-86e38bd48b61 {
  max-width: 100%;
}

.shg-c#s-af87c155-a51b-4056-b171-86e38bd48b61 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-af87c155-a51b-4056-b171-86e38bd48b61 .shg-image-zoom,
.shg-c#s-af87c155-a51b-4056-b171-86e38bd48b61 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-af87c155-a51b-4056-b171-86e38bd48b61 .shg-image-zoom {
  
    margin-left: 0px;
  
}


#s-4532e995-6879-4b1f-bc5e-0751dc7346d2 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4532e995-6879-4b1f-bc5e-0751dc7346d2 .shg-product-title-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
}

#s-a93bfa1a-1f6f-49e4-a780-8f9e0cacd28c {
  margin-bottom: 20px;
text-align: center;
}

#s-a93bfa1a-1f6f-49e4-a780-8f9e0cacd28c .shg-product-sold-out {
  display: none;
  color: rgba(84, 86, 90, 1);
  font-size: 20px;
  font-weight:  500 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-a93bfa1a-1f6f-49e4-a780-8f9e0cacd28c .shg-product-price {
  color: rgba(84, 86, 90, 1);
  font-weight:  500 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 20px;
}

#s-a93bfa1a-1f6f-49e4-a780-8f9e0cacd28c .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-2fb1db23-acba-4042-96d3-5451912fa44c {
  border-style: solid;
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(95, 122, 134, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 0);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
color: rgba(95, 122, 134, 1);
}
#s-2fb1db23-acba-4042-96d3-5451912fa44c:hover {background-color: rgba(95, 122, 134, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-2fb1db23-acba-4042-96d3-5451912fa44c:active {background-color: rgba(76, 97, 107, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-2fb1db23-acba-4042-96d3-5451912fa44c {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-2fb1db23-acba-4042-96d3-5451912fa44c.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-2fb1db23-acba-4042-96d3-5451912fa44c.shg-btn {
  color: rgba(95, 122, 134, 1);
  font-size: 16px;
  font-weight: 500;
  
  font-family: Work Sans;
  display:  inline-block ;
}

#s-2fb1db23-acba-4042-96d3-5451912fa44c.shg-btn.shg-product-atc-error {
  font-weight: normal;
  font-family: Work Sans;
  
  
  color: rgba(95, 122, 134, 1);
}



#s-93ab276b-d9c6-4a5d-930b-ec41a0f62652 {
  display: none;
}
@media (min-width: 0px) {
[id="s-32d75fb9-4072-4b5f-9e41-c99e13d05fbc"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-32d75fb9-4072-4b5f-9e41-c99e13d05fbc"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-32d75fb9-4072-4b5f-9e41-c99e13d05fbc"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-32d75fb9-4072-4b5f-9e41-c99e13d05fbc"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-32d75fb9-4072-4b5f-9e41-c99e13d05fbc"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-32d75fb9-4072-4b5f-9e41-c99e13d05fbc"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-32d75fb9-4072-4b5f-9e41-c99e13d05fbc"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-32d75fb9-4072-4b5f-9e41-c99e13d05fbc"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-32d75fb9-4072-4b5f-9e41-c99e13d05fbc"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-32d75fb9-4072-4b5f-9e41-c99e13d05fbc"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-32d75fb9-4072-4b5f-9e41-c99e13d05fbc"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-32d75fb9-4072-4b5f-9e41-c99e13d05fbc"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-32d75fb9-4072-4b5f-9e41-c99e13d05fbc"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-32d75fb9-4072-4b5f-9e41-c99e13d05fbc"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-32d75fb9-4072-4b5f-9e41-c99e13d05fbc"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-32d75fb9-4072-4b5f-9e41-c99e13d05fbc"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-32d75fb9-4072-4b5f-9e41-c99e13d05fbc"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-32d75fb9-4072-4b5f-9e41-c99e13d05fbc"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-32d75fb9-4072-4b5f-9e41-c99e13d05fbc"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-32d75fb9-4072-4b5f-9e41-c99e13d05fbc"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-32d75fb9-4072-4b5f-9e41-c99e13d05fbc"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-32d75fb9-4072-4b5f-9e41-c99e13d05fbc"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-32d75fb9-4072-4b5f-9e41-c99e13d05fbc"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-32d75fb9-4072-4b5f-9e41-c99e13d05fbc"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-32d75fb9-4072-4b5f-9e41-c99e13d05fbc"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-32d75fb9-4072-4b5f-9e41-c99e13d05fbc"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-32d75fb9-4072-4b5f-9e41-c99e13d05fbc"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-32d75fb9-4072-4b5f-9e41-c99e13d05fbc"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-32d75fb9-4072-4b5f-9e41-c99e13d05fbc"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-32d75fb9-4072-4b5f-9e41-c99e13d05fbc"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-32d75fb9-4072-4b5f-9e41-c99e13d05fbc"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-32d75fb9-4072-4b5f-9e41-c99e13d05fbc"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-32d75fb9-4072-4b5f-9e41-c99e13d05fbc"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-32d75fb9-4072-4b5f-9e41-c99e13d05fbc"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-32d75fb9-4072-4b5f-9e41-c99e13d05fbc"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-32d75fb9-4072-4b5f-9e41-c99e13d05fbc"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-32d75fb9-4072-4b5f-9e41-c99e13d05fbc"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-80901404-88b8-4170-84a4-1d38ea1f6476 {
  display: none;
}
#s-4c931bd4-5adf-4fc5-899d-0d906b5c95d8 {
  text-align: left;
}


.shg-c#s-4c931bd4-5adf-4fc5-899d-0d906b5c95d8 {
  max-width: 100%;
}

.shg-c#s-4c931bd4-5adf-4fc5-899d-0d906b5c95d8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4c931bd4-5adf-4fc5-899d-0d906b5c95d8 .shg-image-zoom,
.shg-c#s-4c931bd4-5adf-4fc5-899d-0d906b5c95d8 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-4c931bd4-5adf-4fc5-899d-0d906b5c95d8 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-4c931bd4-5adf-4fc5-899d-0d906b5c95d8 {
  max-width: 100%;
}

.shg-c#s-4c931bd4-5adf-4fc5-899d-0d906b5c95d8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4c931bd4-5adf-4fc5-899d-0d906b5c95d8 .shg-image-zoom,
.shg-c#s-4c931bd4-5adf-4fc5-899d-0d906b5c95d8 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-4c931bd4-5adf-4fc5-899d-0d906b5c95d8 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-4c931bd4-5adf-4fc5-899d-0d906b5c95d8 {
  max-width: 100%;
}

.shg-c#s-4c931bd4-5adf-4fc5-899d-0d906b5c95d8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4c931bd4-5adf-4fc5-899d-0d906b5c95d8 .shg-image-zoom,
.shg-c#s-4c931bd4-5adf-4fc5-899d-0d906b5c95d8 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-4c931bd4-5adf-4fc5-899d-0d906b5c95d8 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-4c931bd4-5adf-4fc5-899d-0d906b5c95d8 {
  max-width: 100%;
}

.shg-c#s-4c931bd4-5adf-4fc5-899d-0d906b5c95d8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4c931bd4-5adf-4fc5-899d-0d906b5c95d8 .shg-image-zoom,
.shg-c#s-4c931bd4-5adf-4fc5-899d-0d906b5c95d8 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-4c931bd4-5adf-4fc5-899d-0d906b5c95d8 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-4c931bd4-5adf-4fc5-899d-0d906b5c95d8 {
  max-width: 100%;
}

.shg-c#s-4c931bd4-5adf-4fc5-899d-0d906b5c95d8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4c931bd4-5adf-4fc5-899d-0d906b5c95d8 .shg-image-zoom,
.shg-c#s-4c931bd4-5adf-4fc5-899d-0d906b5c95d8 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-4c931bd4-5adf-4fc5-899d-0d906b5c95d8 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
.shg-c#s-4c931bd4-5adf-4fc5-899d-0d906b5c95d8 {
  max-width: 100%;
}

.shg-c#s-4c931bd4-5adf-4fc5-899d-0d906b5c95d8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4c931bd4-5adf-4fc5-899d-0d906b5c95d8 .shg-image-zoom,
.shg-c#s-4c931bd4-5adf-4fc5-899d-0d906b5c95d8 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-4c931bd4-5adf-4fc5-899d-0d906b5c95d8 .shg-image-zoom {
  
    margin-left: 0px;
  
}


#s-79424e09-62c1-475b-a48c-7af54ef916bf {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-79424e09-62c1-475b-a48c-7af54ef916bf .shg-product-title-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
}

#s-5ef1d925-18f5-4eb1-a7f1-18bcb9e9adf0 {
  margin-bottom: 20px;
text-align: center;
}

#s-5ef1d925-18f5-4eb1-a7f1-18bcb9e9adf0 .shg-product-sold-out {
  display: none;
  color: rgba(84, 86, 90, 1);
  font-size: 20px;
  font-weight:  500 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-5ef1d925-18f5-4eb1-a7f1-18bcb9e9adf0 .shg-product-price {
  color: rgba(84, 86, 90, 1);
  font-weight:  500 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 20px;
}

#s-5ef1d925-18f5-4eb1-a7f1-18bcb9e9adf0 .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-d91f50eb-821a-4131-8cfa-a24277a51e24 {
  border-style: solid;
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(95, 122, 134, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 0);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
color: rgba(95, 122, 134, 1);
}
#s-d91f50eb-821a-4131-8cfa-a24277a51e24:hover {background-color: rgba(95, 122, 134, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-d91f50eb-821a-4131-8cfa-a24277a51e24:active {background-color: rgba(76, 97, 107, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-d91f50eb-821a-4131-8cfa-a24277a51e24 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-d91f50eb-821a-4131-8cfa-a24277a51e24.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d91f50eb-821a-4131-8cfa-a24277a51e24.shg-btn {
  color: rgba(95, 122, 134, 1);
  font-size: 16px;
  font-weight: 500;
  
  font-family: Work Sans;
  display:  inline-block ;
}

#s-d91f50eb-821a-4131-8cfa-a24277a51e24.shg-btn.shg-product-atc-error {
  font-weight: normal;
  font-family: Work Sans;
  
  
  color: rgba(95, 122, 134, 1);
}



@media (min-width: 0px) {
[id="s-e2ec2d41-494d-4763-abaf-b0e9836efc63"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e2ec2d41-494d-4763-abaf-b0e9836efc63"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-e2ec2d41-494d-4763-abaf-b0e9836efc63"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-e2ec2d41-494d-4763-abaf-b0e9836efc63"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-e2ec2d41-494d-4763-abaf-b0e9836efc63"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-e2ec2d41-494d-4763-abaf-b0e9836efc63"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-e2ec2d41-494d-4763-abaf-b0e9836efc63"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-e2ec2d41-494d-4763-abaf-b0e9836efc63"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-e2ec2d41-494d-4763-abaf-b0e9836efc63"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-e2ec2d41-494d-4763-abaf-b0e9836efc63"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-e2ec2d41-494d-4763-abaf-b0e9836efc63"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-e2ec2d41-494d-4763-abaf-b0e9836efc63"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-e2ec2d41-494d-4763-abaf-b0e9836efc63"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-e2ec2d41-494d-4763-abaf-b0e9836efc63"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-e2ec2d41-494d-4763-abaf-b0e9836efc63"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-e2ec2d41-494d-4763-abaf-b0e9836efc63"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-e2ec2d41-494d-4763-abaf-b0e9836efc63"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-e2ec2d41-494d-4763-abaf-b0e9836efc63"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-e2ec2d41-494d-4763-abaf-b0e9836efc63"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-e2ec2d41-494d-4763-abaf-b0e9836efc63"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-e2ec2d41-494d-4763-abaf-b0e9836efc63"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-e2ec2d41-494d-4763-abaf-b0e9836efc63"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-e2ec2d41-494d-4763-abaf-b0e9836efc63"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-e2ec2d41-494d-4763-abaf-b0e9836efc63"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-e2ec2d41-494d-4763-abaf-b0e9836efc63"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-e2ec2d41-494d-4763-abaf-b0e9836efc63"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-e2ec2d41-494d-4763-abaf-b0e9836efc63"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-e2ec2d41-494d-4763-abaf-b0e9836efc63"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-e2ec2d41-494d-4763-abaf-b0e9836efc63"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-e2ec2d41-494d-4763-abaf-b0e9836efc63"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-e2ec2d41-494d-4763-abaf-b0e9836efc63"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-e2ec2d41-494d-4763-abaf-b0e9836efc63"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-e2ec2d41-494d-4763-abaf-b0e9836efc63"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-e2ec2d41-494d-4763-abaf-b0e9836efc63"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-e2ec2d41-494d-4763-abaf-b0e9836efc63"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-e2ec2d41-494d-4763-abaf-b0e9836efc63"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-e2ec2d41-494d-4763-abaf-b0e9836efc63"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-e5920f28-abd4-4a7e-b875-7b4ff36d1bc6 {
  display: none;
}
#s-ac4d3ce6-7ee9-458e-bce9-f49200b27836 {
  text-align: left;
}


.shg-c#s-ac4d3ce6-7ee9-458e-bce9-f49200b27836 {
  max-width: 100%;
}

.shg-c#s-ac4d3ce6-7ee9-458e-bce9-f49200b27836 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ac4d3ce6-7ee9-458e-bce9-f49200b27836 .shg-image-zoom,
.shg-c#s-ac4d3ce6-7ee9-458e-bce9-f49200b27836 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ac4d3ce6-7ee9-458e-bce9-f49200b27836 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-ac4d3ce6-7ee9-458e-bce9-f49200b27836 {
  max-width: 100%;
}

.shg-c#s-ac4d3ce6-7ee9-458e-bce9-f49200b27836 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ac4d3ce6-7ee9-458e-bce9-f49200b27836 .shg-image-zoom,
.shg-c#s-ac4d3ce6-7ee9-458e-bce9-f49200b27836 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ac4d3ce6-7ee9-458e-bce9-f49200b27836 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-ac4d3ce6-7ee9-458e-bce9-f49200b27836 {
  max-width: 100%;
}

.shg-c#s-ac4d3ce6-7ee9-458e-bce9-f49200b27836 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ac4d3ce6-7ee9-458e-bce9-f49200b27836 .shg-image-zoom,
.shg-c#s-ac4d3ce6-7ee9-458e-bce9-f49200b27836 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ac4d3ce6-7ee9-458e-bce9-f49200b27836 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-ac4d3ce6-7ee9-458e-bce9-f49200b27836 {
  max-width: 100%;
}

.shg-c#s-ac4d3ce6-7ee9-458e-bce9-f49200b27836 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ac4d3ce6-7ee9-458e-bce9-f49200b27836 .shg-image-zoom,
.shg-c#s-ac4d3ce6-7ee9-458e-bce9-f49200b27836 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ac4d3ce6-7ee9-458e-bce9-f49200b27836 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-ac4d3ce6-7ee9-458e-bce9-f49200b27836 {
  max-width: 100%;
}

.shg-c#s-ac4d3ce6-7ee9-458e-bce9-f49200b27836 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ac4d3ce6-7ee9-458e-bce9-f49200b27836 .shg-image-zoom,
.shg-c#s-ac4d3ce6-7ee9-458e-bce9-f49200b27836 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ac4d3ce6-7ee9-458e-bce9-f49200b27836 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
.shg-c#s-ac4d3ce6-7ee9-458e-bce9-f49200b27836 {
  max-width: 100%;
}

.shg-c#s-ac4d3ce6-7ee9-458e-bce9-f49200b27836 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ac4d3ce6-7ee9-458e-bce9-f49200b27836 .shg-image-zoom,
.shg-c#s-ac4d3ce6-7ee9-458e-bce9-f49200b27836 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ac4d3ce6-7ee9-458e-bce9-f49200b27836 .shg-image-zoom {
  
    margin-left: 0px;
  
}


#s-d0bfab64-27d5-4efd-a408-a033d9a1d411 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d0bfab64-27d5-4efd-a408-a033d9a1d411 .shg-product-title-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
}

#s-cd60d46b-9614-4f81-a42d-26e932ab0d99 {
  margin-bottom: 20px;
text-align: center;
}

#s-cd60d46b-9614-4f81-a42d-26e932ab0d99 .shg-product-sold-out {
  display: none;
  color: rgba(84, 86, 90, 1);
  font-size: 20px;
  font-weight:  500 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-cd60d46b-9614-4f81-a42d-26e932ab0d99 .shg-product-price {
  color: rgba(84, 86, 90, 1);
  font-weight:  500 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 20px;
}

#s-cd60d46b-9614-4f81-a42d-26e932ab0d99 .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-d4dee169-9783-493e-9482-d2335a9cdd6d {
  border-style: solid;
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(95, 122, 134, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 0);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
color: rgba(95, 122, 134, 1);
}
#s-d4dee169-9783-493e-9482-d2335a9cdd6d:hover {background-color: rgba(95, 122, 134, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-d4dee169-9783-493e-9482-d2335a9cdd6d:active {background-color: rgba(76, 97, 107, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-d4dee169-9783-493e-9482-d2335a9cdd6d {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-d4dee169-9783-493e-9482-d2335a9cdd6d.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d4dee169-9783-493e-9482-d2335a9cdd6d.shg-btn {
  color: rgba(95, 122, 134, 1);
  font-size: 16px;
  font-weight: 500;
  
  font-family: Work Sans;
  display:  inline-block ;
}

#s-d4dee169-9783-493e-9482-d2335a9cdd6d.shg-btn.shg-product-atc-error {
  font-weight: normal;
  font-family: Work Sans;
  
  
  color: rgba(95, 122, 134, 1);
}



#s-a01ffba2-0278-4a3e-9f30-efa654fdc363 {
  display: none;
}
#s-13e4ccd6-14ac-49b4-b21c-a3123166bac8 {
  display: none;
}
#s-65efc22d-5d73-4434-a746-1afb7f6d3d73 {
  text-align: left;
}


.shg-c#s-65efc22d-5d73-4434-a746-1afb7f6d3d73 {
  max-width: 100%;
}

.shg-c#s-65efc22d-5d73-4434-a746-1afb7f6d3d73 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-65efc22d-5d73-4434-a746-1afb7f6d3d73 .shg-image-zoom,
.shg-c#s-65efc22d-5d73-4434-a746-1afb7f6d3d73 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-65efc22d-5d73-4434-a746-1afb7f6d3d73 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-65efc22d-5d73-4434-a746-1afb7f6d3d73 {
  max-width: 100%;
}

.shg-c#s-65efc22d-5d73-4434-a746-1afb7f6d3d73 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-65efc22d-5d73-4434-a746-1afb7f6d3d73 .shg-image-zoom,
.shg-c#s-65efc22d-5d73-4434-a746-1afb7f6d3d73 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-65efc22d-5d73-4434-a746-1afb7f6d3d73 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-65efc22d-5d73-4434-a746-1afb7f6d3d73 {
  max-width: 100%;
}

.shg-c#s-65efc22d-5d73-4434-a746-1afb7f6d3d73 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-65efc22d-5d73-4434-a746-1afb7f6d3d73 .shg-image-zoom,
.shg-c#s-65efc22d-5d73-4434-a746-1afb7f6d3d73 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-65efc22d-5d73-4434-a746-1afb7f6d3d73 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-65efc22d-5d73-4434-a746-1afb7f6d3d73 {
  max-width: 100%;
}

.shg-c#s-65efc22d-5d73-4434-a746-1afb7f6d3d73 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-65efc22d-5d73-4434-a746-1afb7f6d3d73 .shg-image-zoom,
.shg-c#s-65efc22d-5d73-4434-a746-1afb7f6d3d73 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-65efc22d-5d73-4434-a746-1afb7f6d3d73 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-65efc22d-5d73-4434-a746-1afb7f6d3d73 {
  max-width: 100%;
}

.shg-c#s-65efc22d-5d73-4434-a746-1afb7f6d3d73 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-65efc22d-5d73-4434-a746-1afb7f6d3d73 .shg-image-zoom,
.shg-c#s-65efc22d-5d73-4434-a746-1afb7f6d3d73 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-65efc22d-5d73-4434-a746-1afb7f6d3d73 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
.shg-c#s-65efc22d-5d73-4434-a746-1afb7f6d3d73 {
  max-width: 100%;
}

.shg-c#s-65efc22d-5d73-4434-a746-1afb7f6d3d73 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-65efc22d-5d73-4434-a746-1afb7f6d3d73 .shg-image-zoom,
.shg-c#s-65efc22d-5d73-4434-a746-1afb7f6d3d73 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-65efc22d-5d73-4434-a746-1afb7f6d3d73 .shg-image-zoom {
  
    margin-left: 0px;
  
}


#s-aa2f34db-9309-4200-908b-2d5cac839efc {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-aa2f34db-9309-4200-908b-2d5cac839efc .shg-product-title-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
}

#s-61d12f84-65d8-4c54-ac86-6aa8ebbeb386 {
  margin-bottom: 20px;
text-align: center;
}

#s-61d12f84-65d8-4c54-ac86-6aa8ebbeb386 .shg-product-sold-out {
  display: none;
  color: rgba(84, 86, 90, 1);
  font-size: 20px;
  font-weight:  500 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-61d12f84-65d8-4c54-ac86-6aa8ebbeb386 .shg-product-price {
  color: rgba(84, 86, 90, 1);
  font-weight:  500 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 20px;
}

#s-61d12f84-65d8-4c54-ac86-6aa8ebbeb386 .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-a1cc3a78-421d-4609-8e6f-3353ced402e8 {
  border-style: solid;
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(95, 122, 134, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 0);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
color: rgba(95, 122, 134, 1);
}
#s-a1cc3a78-421d-4609-8e6f-3353ced402e8:hover {background-color: rgba(95, 122, 134, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-a1cc3a78-421d-4609-8e6f-3353ced402e8:active {background-color: rgba(76, 97, 107, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-a1cc3a78-421d-4609-8e6f-3353ced402e8 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-a1cc3a78-421d-4609-8e6f-3353ced402e8.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a1cc3a78-421d-4609-8e6f-3353ced402e8.shg-btn {
  color: rgba(95, 122, 134, 1);
  font-size: 16px;
  font-weight: 500;
  
  font-family: Work Sans;
  display:  inline-block ;
}

#s-a1cc3a78-421d-4609-8e6f-3353ced402e8.shg-btn.shg-product-atc-error {
  font-weight: normal;
  font-family: Work Sans;
  
  
  color: rgba(95, 122, 134, 1);
}



#s-a524e71a-c1a1-4306-93a1-5f43ebd064eb {
  margin-top: 20px;
margin-bottom: 20px;
text-align: center;
}




  #s-a524e71a-c1a1-4306-93a1-5f43ebd064eb img.shogun-image {
    
    width: px;
  }


#s-a524e71a-c1a1-4306-93a1-5f43ebd064eb .shogun-image-content {
  
    align-items: center;
  
}

#s-022f94c1-a868-4011-b143-06d969d38263 {
  margin-top: 20px;
margin-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-022f94c1-a868-4011-b143-06d969d38263"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-022f94c1-a868-4011-b143-06d969d38263"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-022f94c1-a868-4011-b143-06d969d38263"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-022f94c1-a868-4011-b143-06d969d38263"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-022f94c1-a868-4011-b143-06d969d38263"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-022f94c1-a868-4011-b143-06d969d38263"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-022f94c1-a868-4011-b143-06d969d38263"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-022f94c1-a868-4011-b143-06d969d38263"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-022f94c1-a868-4011-b143-06d969d38263"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-022f94c1-a868-4011-b143-06d969d38263"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-022f94c1-a868-4011-b143-06d969d38263"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-022f94c1-a868-4011-b143-06d969d38263"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-022f94c1-a868-4011-b143-06d969d38263"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-022f94c1-a868-4011-b143-06d969d38263"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-022f94c1-a868-4011-b143-06d969d38263"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-022f94c1-a868-4011-b143-06d969d38263"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-022f94c1-a868-4011-b143-06d969d38263"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-022f94c1-a868-4011-b143-06d969d38263"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-022f94c1-a868-4011-b143-06d969d38263"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-022f94c1-a868-4011-b143-06d969d38263"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-022f94c1-a868-4011-b143-06d969d38263"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-022f94c1-a868-4011-b143-06d969d38263"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-022f94c1-a868-4011-b143-06d969d38263"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-022f94c1-a868-4011-b143-06d969d38263"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-022f94c1-a868-4011-b143-06d969d38263"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-022f94c1-a868-4011-b143-06d969d38263"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-022f94c1-a868-4011-b143-06d969d38263"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-022f94c1-a868-4011-b143-06d969d38263"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-022f94c1-a868-4011-b143-06d969d38263"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-022f94c1-a868-4011-b143-06d969d38263"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-022f94c1-a868-4011-b143-06d969d38263"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-022f94c1-a868-4011-b143-06d969d38263"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-022f94c1-a868-4011-b143-06d969d38263"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-022f94c1-a868-4011-b143-06d969d38263"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-022f94c1-a868-4011-b143-06d969d38263"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-022f94c1-a868-4011-b143-06d969d38263"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-022f94c1-a868-4011-b143-06d969d38263"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-022f94c1-a868-4011-b143-06d969d38263"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-543eec0b-8255-49e1-85d5-9c02ae9fa958 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-543eec0b-8255-49e1-85d5-9c02ae9fa958 .shogun-heading-component h2 {
  color: #000;
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-b81b01bd-09d9-4244-9570-0e13e8c87a41 {
  margin-top: 10px;
margin-bottom: 15px;
padding-left: 5%;
padding-right: 5%;
}

#s-b1e937b9-00ff-43eb-b3ed-5f1c413bdd5e {
  border-style: solid;
margin-top: 3%;
margin-bottom: 3%;
padding-top: 13px;
padding-left: 30px;
padding-bottom: 13px;
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(95, 122, 134, 1);
text-align: center;
text-decoration: none;
letter-spacing: 0px;
background-image: none;
hover-type: color;
}
#s-b1e937b9-00ff-43eb-b3ed-5f1c413bdd5e:hover {background-color: rgba(111, 135, 146, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-b1e937b9-00ff-43eb-b3ed-5f1c413bdd5e:active {background-color: rgba(76, 97, 107, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-b1e937b9-00ff-43eb-b3ed-5f1c413bdd5e.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  
  font-family: Work Sans;
  display:  inline-block ;
}

#s-f85c862e-6a5b-48ac-a440-cfae83182f15 {
  margin-top: 20px;
margin-bottom: 20px;
text-align: center;
}




  #s-f85c862e-6a5b-48ac-a440-cfae83182f15 img.shogun-image {
    
    width: px;
  }


#s-f85c862e-6a5b-48ac-a440-cfae83182f15 .shogun-image-content {
  
    align-items: center;
  
}

#s-04a4366f-be34-4898-a2bd-fbfa8a43b82b {
  margin-top: 20px;
margin-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-04a4366f-be34-4898-a2bd-fbfa8a43b82b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-04a4366f-be34-4898-a2bd-fbfa8a43b82b"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-04a4366f-be34-4898-a2bd-fbfa8a43b82b"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-04a4366f-be34-4898-a2bd-fbfa8a43b82b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-04a4366f-be34-4898-a2bd-fbfa8a43b82b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-04a4366f-be34-4898-a2bd-fbfa8a43b82b"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-04a4366f-be34-4898-a2bd-fbfa8a43b82b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-04a4366f-be34-4898-a2bd-fbfa8a43b82b"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-04a4366f-be34-4898-a2bd-fbfa8a43b82b"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-04a4366f-be34-4898-a2bd-fbfa8a43b82b"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-04a4366f-be34-4898-a2bd-fbfa8a43b82b"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-04a4366f-be34-4898-a2bd-fbfa8a43b82b"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-04a4366f-be34-4898-a2bd-fbfa8a43b82b"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-04a4366f-be34-4898-a2bd-fbfa8a43b82b"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-04a4366f-be34-4898-a2bd-fbfa8a43b82b"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-04a4366f-be34-4898-a2bd-fbfa8a43b82b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-04a4366f-be34-4898-a2bd-fbfa8a43b82b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-04a4366f-be34-4898-a2bd-fbfa8a43b82b"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-04a4366f-be34-4898-a2bd-fbfa8a43b82b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-04a4366f-be34-4898-a2bd-fbfa8a43b82b"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-04a4366f-be34-4898-a2bd-fbfa8a43b82b"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-04a4366f-be34-4898-a2bd-fbfa8a43b82b"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-04a4366f-be34-4898-a2bd-fbfa8a43b82b"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-04a4366f-be34-4898-a2bd-fbfa8a43b82b"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-04a4366f-be34-4898-a2bd-fbfa8a43b82b"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-04a4366f-be34-4898-a2bd-fbfa8a43b82b"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-04a4366f-be34-4898-a2bd-fbfa8a43b82b"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-04a4366f-be34-4898-a2bd-fbfa8a43b82b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-04a4366f-be34-4898-a2bd-fbfa8a43b82b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-04a4366f-be34-4898-a2bd-fbfa8a43b82b"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-04a4366f-be34-4898-a2bd-fbfa8a43b82b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-04a4366f-be34-4898-a2bd-fbfa8a43b82b"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-04a4366f-be34-4898-a2bd-fbfa8a43b82b"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-04a4366f-be34-4898-a2bd-fbfa8a43b82b"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-04a4366f-be34-4898-a2bd-fbfa8a43b82b"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-04a4366f-be34-4898-a2bd-fbfa8a43b82b"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-04a4366f-be34-4898-a2bd-fbfa8a43b82b"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-cdcfcdbe-fd4f-4da5-a356-30ac38773ee0 {
  margin-top: 20px;
margin-bottom: 20px;
text-align: center;
}




  #s-cdcfcdbe-fd4f-4da5-a356-30ac38773ee0 img.shogun-image {
    
    width: px;
  }


#s-cdcfcdbe-fd4f-4da5-a356-30ac38773ee0 .shogun-image-content {
  
    align-items: center;
  
}

#s-5773c74c-69c3-4f3f-b315-3acbbb27a20c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5773c74c-69c3-4f3f-b315-3acbbb27a20c .shogun-heading-component h2 {
  color: #000;
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-6e1b3434-f599-441a-a47d-5b338096530c {
  margin-top: 10px;
margin-bottom: 15px;
padding-left: 5%;
padding-right: 5%;
}

#s-664fdc8c-a5c7-4534-a42d-267488accd0a {
  border-style: solid;
margin-top: 3%;
margin-bottom: 3%;
padding-top: 13px;
padding-left: 30px;
padding-bottom: 13px;
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(95, 122, 134, 1);
text-align: center;
text-decoration: none;
letter-spacing: 0px;
background-image: none;
hover-type: color;
}
#s-664fdc8c-a5c7-4534-a42d-267488accd0a:hover {background-color: rgba(111, 135, 146, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-664fdc8c-a5c7-4534-a42d-267488accd0a:active {background-color: rgba(76, 97, 107, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-664fdc8c-a5c7-4534-a42d-267488accd0a.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  
  font-family: Work Sans;
  display:  inline-block ;
}

#s-a5fa46de-95fe-4047-aeac-382a33aa65ea {
  margin-top: 20px;
margin-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-a5fa46de-95fe-4047-aeac-382a33aa65ea"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a5fa46de-95fe-4047-aeac-382a33aa65ea"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-a5fa46de-95fe-4047-aeac-382a33aa65ea"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-a5fa46de-95fe-4047-aeac-382a33aa65ea"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-a5fa46de-95fe-4047-aeac-382a33aa65ea"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-a5fa46de-95fe-4047-aeac-382a33aa65ea"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-a5fa46de-95fe-4047-aeac-382a33aa65ea"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-a5fa46de-95fe-4047-aeac-382a33aa65ea"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-a5fa46de-95fe-4047-aeac-382a33aa65ea"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-a5fa46de-95fe-4047-aeac-382a33aa65ea"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-a5fa46de-95fe-4047-aeac-382a33aa65ea"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-a5fa46de-95fe-4047-aeac-382a33aa65ea"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-a5fa46de-95fe-4047-aeac-382a33aa65ea"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-a5fa46de-95fe-4047-aeac-382a33aa65ea"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-a5fa46de-95fe-4047-aeac-382a33aa65ea"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-a5fa46de-95fe-4047-aeac-382a33aa65ea"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-a5fa46de-95fe-4047-aeac-382a33aa65ea"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-a5fa46de-95fe-4047-aeac-382a33aa65ea"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-a5fa46de-95fe-4047-aeac-382a33aa65ea"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-a5fa46de-95fe-4047-aeac-382a33aa65ea"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-a5fa46de-95fe-4047-aeac-382a33aa65ea"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-a5fa46de-95fe-4047-aeac-382a33aa65ea"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-a5fa46de-95fe-4047-aeac-382a33aa65ea"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-a5fa46de-95fe-4047-aeac-382a33aa65ea"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-a5fa46de-95fe-4047-aeac-382a33aa65ea"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-a5fa46de-95fe-4047-aeac-382a33aa65ea"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-a5fa46de-95fe-4047-aeac-382a33aa65ea"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-a5fa46de-95fe-4047-aeac-382a33aa65ea"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-a5fa46de-95fe-4047-aeac-382a33aa65ea"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-a5fa46de-95fe-4047-aeac-382a33aa65ea"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-a5fa46de-95fe-4047-aeac-382a33aa65ea"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-a5fa46de-95fe-4047-aeac-382a33aa65ea"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-a5fa46de-95fe-4047-aeac-382a33aa65ea"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-a5fa46de-95fe-4047-aeac-382a33aa65ea"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-a5fa46de-95fe-4047-aeac-382a33aa65ea"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-a5fa46de-95fe-4047-aeac-382a33aa65ea"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-a5fa46de-95fe-4047-aeac-382a33aa65ea"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-a5fa46de-95fe-4047-aeac-382a33aa65ea"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-9fb96e9d-f1a9-4ef2-b136-ff0c830f2e71 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9fb96e9d-f1a9-4ef2-b136-ff0c830f2e71 .shogun-heading-component h2 {
  color: #000;
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-bcbaff51-7b38-4115-bfa3-7a3204605197 {
  margin-top: 10px;
margin-bottom: 15px;
padding-left: 5%;
padding-right: 5%;
}

#s-74e77769-b44d-49ac-a237-4b9cc57b4a2b {
  margin-top: 20px;
margin-bottom: 20px;
text-align: center;
}




  #s-74e77769-b44d-49ac-a237-4b9cc57b4a2b img.shogun-image {
    
    width: px;
  }


#s-74e77769-b44d-49ac-a237-4b9cc57b4a2b .shogun-image-content {
  
    align-items: center;
  
}

#s-2d379d13-0773-4001-b378-779d6f35e332 {
  margin-top: 20px;
margin-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-2d379d13-0773-4001-b378-779d6f35e332"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2d379d13-0773-4001-b378-779d6f35e332"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-2d379d13-0773-4001-b378-779d6f35e332"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-2d379d13-0773-4001-b378-779d6f35e332"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-2d379d13-0773-4001-b378-779d6f35e332"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-2d379d13-0773-4001-b378-779d6f35e332"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-2d379d13-0773-4001-b378-779d6f35e332"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-2d379d13-0773-4001-b378-779d6f35e332"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-2d379d13-0773-4001-b378-779d6f35e332"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-2d379d13-0773-4001-b378-779d6f35e332"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-2d379d13-0773-4001-b378-779d6f35e332"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-2d379d13-0773-4001-b378-779d6f35e332"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-2d379d13-0773-4001-b378-779d6f35e332"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-2d379d13-0773-4001-b378-779d6f35e332"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-2d379d13-0773-4001-b378-779d6f35e332"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-2d379d13-0773-4001-b378-779d6f35e332"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-2d379d13-0773-4001-b378-779d6f35e332"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-2d379d13-0773-4001-b378-779d6f35e332"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-2d379d13-0773-4001-b378-779d6f35e332"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-2d379d13-0773-4001-b378-779d6f35e332"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-2d379d13-0773-4001-b378-779d6f35e332"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-2d379d13-0773-4001-b378-779d6f35e332"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-2d379d13-0773-4001-b378-779d6f35e332"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-2d379d13-0773-4001-b378-779d6f35e332"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-2d379d13-0773-4001-b378-779d6f35e332"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-2d379d13-0773-4001-b378-779d6f35e332"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-2d379d13-0773-4001-b378-779d6f35e332"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-2d379d13-0773-4001-b378-779d6f35e332"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-2d379d13-0773-4001-b378-779d6f35e332"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-2d379d13-0773-4001-b378-779d6f35e332"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-2d379d13-0773-4001-b378-779d6f35e332"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-2d379d13-0773-4001-b378-779d6f35e332"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-2d379d13-0773-4001-b378-779d6f35e332"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-2d379d13-0773-4001-b378-779d6f35e332"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-2d379d13-0773-4001-b378-779d6f35e332"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-2d379d13-0773-4001-b378-779d6f35e332"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-2d379d13-0773-4001-b378-779d6f35e332"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-783ac4d7-7300-413c-895f-47abba18de06 {
  margin-top: 20px;
margin-bottom: 20px;
text-align: center;
}




  #s-783ac4d7-7300-413c-895f-47abba18de06 img.shogun-image {
    
    width: px;
  }


#s-783ac4d7-7300-413c-895f-47abba18de06 .shogun-image-content {
  
    align-items: center;
  
}

#s-457797ac-e9d4-43f6-8318-accf72d1d06b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-457797ac-e9d4-43f6-8318-accf72d1d06b .shogun-heading-component h2 {
  color: #000;
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-a50fa809-d140-4410-b61b-5f1727bbb00d {
  margin-top: 10px;
margin-bottom: 15px;
padding-left: 5%;
padding-right: 5%;
}

#s-6625241c-9605-4fdd-9f3e-7ac2386631c4 {
  border-style: solid;
margin-top: 3%;
margin-bottom: 3%;
padding-top: 13px;
padding-left: 30px;
padding-bottom: 13px;
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(95, 122, 134, 1);
text-align: center;
text-decoration: none;
letter-spacing: 0px;
background-image: none;
hover-type: color;
}
#s-6625241c-9605-4fdd-9f3e-7ac2386631c4:hover {background-color: rgba(111, 135, 146, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-6625241c-9605-4fdd-9f3e-7ac2386631c4:active {background-color: rgba(76, 97, 107, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-6625241c-9605-4fdd-9f3e-7ac2386631c4.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  
  font-family: Work Sans;
  display:  inline-block ;
}

#s-6516fb7e-e29e-45a5-8456-bdb860b58e45 {
  min-height: 50px;
}








#s-6516fb7e-e29e-45a5-8456-bdb860b58e45 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6516fb7e-e29e-45a5-8456-bdb860b58e45.shg-box.shg-c {
  justify-content: center;
}

.shogun-accordion-wrapper .shogun-accordion {
  margin-bottom: 0;
  border-radius: 4px;
}

.shogun-accordion {
  margin-bottom: 20px;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}

.shogun-accordion-wrapper .shogun-accordion + .shogun-accordion {
  margin-top: 5px;
}

.shogun-accordion-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.shogun-accordion-heading {
  color: #333;
  border-bottom: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  cursor: pointer;
}

.shogun-accordion-title {
  margin: 0 !important;
  padding: 0 !important;
  cursor: pointer;
  text-decoration: none;
  flex: 1;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.shogun-accordion-body {
  display: none;
  opacity: 0;
  transition: opacity 0.5s linear;
}

.shogun-accordion-body.shogun-accordion-active {
  display: block;
  opacity: 1;
  visibility: visible;
}

.shogun-accordion-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 1.2em;
}

.shogun-accordion-icon > span {
  transition: 0.3s transform;
  position: absolute;
  right: 0;
  font-size: 1.2em;
}

.shogun-accordion-icon.shogun-icon-chevron > span::after {
  content: "▸";
}

.shogun-accordion.shogun-accordion-active
  > .shogun-accordion-heading
  .shogun-accordion-icon.shogun-icon-chevron
  > span {
  transform: rotate(90deg);
}

.shogun-accordion-icon.shogun-icon-plus > span::after {
  content: "＋";
}

.shogun-accordion.shogun-accordion-active
  > .shogun-accordion-heading
  .shogun-accordion-icon.shogun-icon-plus
  > span {
  transform: rotate(-225deg);
}

#s-9d16ac61-aedf-452e-abc2-18aba99ec30f {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-9d16ac61-aedf-452e-abc2-18aba99ec30f > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-9d16ac61-aedf-452e-abc2-18aba99ec30f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-9d16ac61-aedf-452e-abc2-18aba99ec30f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(204, 17, 17, 1);
}

#s-9d16ac61-aedf-452e-abc2-18aba99ec30f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-9d16ac61-aedf-452e-abc2-18aba99ec30f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(204, 17, 17, 1);
  text-align: center;
  font-family: Poppins;
  font-weight: 700;
  font-style: ;
  font-size: 24px;
}

#s-9d16ac61-aedf-452e-abc2-18aba99ec30f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 24px;
}
@media (min-width: 0px) {
[id="s-afb9a27e-a7b2-4535-89ba-771352ba3e0e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-afb9a27e-a7b2-4535-89ba-771352ba3e0e"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-afb9a27e-a7b2-4535-89ba-771352ba3e0e"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-afb9a27e-a7b2-4535-89ba-771352ba3e0e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-afb9a27e-a7b2-4535-89ba-771352ba3e0e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-afb9a27e-a7b2-4535-89ba-771352ba3e0e"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-afb9a27e-a7b2-4535-89ba-771352ba3e0e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-afb9a27e-a7b2-4535-89ba-771352ba3e0e"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-afb9a27e-a7b2-4535-89ba-771352ba3e0e"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-afb9a27e-a7b2-4535-89ba-771352ba3e0e"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-afb9a27e-a7b2-4535-89ba-771352ba3e0e"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-afb9a27e-a7b2-4535-89ba-771352ba3e0e"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-afb9a27e-a7b2-4535-89ba-771352ba3e0e"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-afb9a27e-a7b2-4535-89ba-771352ba3e0e"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-afb9a27e-a7b2-4535-89ba-771352ba3e0e"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-afb9a27e-a7b2-4535-89ba-771352ba3e0e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-afb9a27e-a7b2-4535-89ba-771352ba3e0e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-afb9a27e-a7b2-4535-89ba-771352ba3e0e"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-afb9a27e-a7b2-4535-89ba-771352ba3e0e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-afb9a27e-a7b2-4535-89ba-771352ba3e0e"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-afb9a27e-a7b2-4535-89ba-771352ba3e0e"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-afb9a27e-a7b2-4535-89ba-771352ba3e0e"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-afb9a27e-a7b2-4535-89ba-771352ba3e0e"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-afb9a27e-a7b2-4535-89ba-771352ba3e0e"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-afb9a27e-a7b2-4535-89ba-771352ba3e0e"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-afb9a27e-a7b2-4535-89ba-771352ba3e0e"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-afb9a27e-a7b2-4535-89ba-771352ba3e0e"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-afb9a27e-a7b2-4535-89ba-771352ba3e0e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-afb9a27e-a7b2-4535-89ba-771352ba3e0e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-afb9a27e-a7b2-4535-89ba-771352ba3e0e"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-afb9a27e-a7b2-4535-89ba-771352ba3e0e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-afb9a27e-a7b2-4535-89ba-771352ba3e0e"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-afb9a27e-a7b2-4535-89ba-771352ba3e0e"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-afb9a27e-a7b2-4535-89ba-771352ba3e0e"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-afb9a27e-a7b2-4535-89ba-771352ba3e0e"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-afb9a27e-a7b2-4535-89ba-771352ba3e0e"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-afb9a27e-a7b2-4535-89ba-771352ba3e0e"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

.shogun-video {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

.shogun-video-16x9 {
  padding-bottom: 56.25%;
}

.shogun-video-4x3 {
  padding-bottom: 75%;
}

.shogun-video-embed {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

#s-ccef40f8-63c7-4c89-94cf-db3f66ff0dcc {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-50b31963-ccf4-45e5-af6b-c2cf56078e91 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-e0a501ab-a0f8-4b79-b016-5ff73973596c {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-be1529d1-4cfb-4663-a57a-7ba6e84454cf {
  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-be1529d1-4cfb-4663-a57a-7ba6e84454cf {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-be1529d1-4cfb-4663-a57a-7ba6e84454cf {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-be1529d1-4cfb-4663-a57a-7ba6e84454cf {
  padding-top: 60px;
padding-left: 5%;
padding-bottom: 60px;
padding-right: 5%;
}
}@media (max-width: 767px){#s-be1529d1-4cfb-4663-a57a-7ba6e84454cf {
  padding-top: 60px;
padding-left: 20px;
padding-bottom: 60px;
padding-right: 20px;
}
}







#s-be1529d1-4cfb-4663-a57a-7ba6e84454cf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-be1529d1-4cfb-4663-a57a-7ba6e84454cf.shg-box.shg-c {
  justify-content: flex-start;
}

#s-2955216c-ca33-4e12-aa15-8c074ad58caa {
  border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 40px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(242, 242, 242, 1);
text-align: center;
}
@media (min-width: 1200px){#s-2955216c-ca33-4e12-aa15-8c074ad58caa {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-2955216c-ca33-4e12-aa15-8c074ad58caa {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-2955216c-ca33-4e12-aa15-8c074ad58caa {
  
}
}@media (max-width: 767px){#s-2955216c-ca33-4e12-aa15-8c074ad58caa {
  
}
}
#s-2955216c-ca33-4e12-aa15-8c074ad58caa .shogun-heading-component h4 {
  color: #000;
  font-weight:  500 ;
  font-family: "Work Sans";
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: 2px;
  text-align: center;
}


@media (min-width: 768px) and (max-width: 991px){#s-2955216c-ca33-4e12-aa15-8c074ad58caa .shogun-heading-component h4 {
  color: #000;
  font-weight:  500 ;
  font-family: "Work Sans";
  font-style:   ;
  font-size: 22px;
  line-height: ;
  letter-spacing: 2px;
  text-align: center;
}


}@media (max-width: 767px){#s-2955216c-ca33-4e12-aa15-8c074ad58caa .shogun-heading-component h4 {
  color: #000;
  font-weight:  500 ;
  font-family: "Work Sans";
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: 2px;
  text-align: center;
}


}
@media (min-width: 0px) {
[id="s-344b5390-c93f-427e-b64d-6274d29bfa50"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 10.0px);
}

[id="s-344b5390-c93f-427e-b64d-6274d29bfa50"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-344b5390-c93f-427e-b64d-6274d29bfa50"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 16.666666666666668px);
}

[id="s-344b5390-c93f-427e-b64d-6274d29bfa50"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 16.666666666666668px);
}

[id="s-344b5390-c93f-427e-b64d-6274d29bfa50"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 16.666666666666668px);
}

[id="s-344b5390-c93f-427e-b64d-6274d29bfa50"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

[id="s-344b5390-c93f-427e-b64d-6274d29bfa50"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 16.666666666666668px);
}

[id="s-344b5390-c93f-427e-b64d-6274d29bfa50"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 16.666666666666668px);
}

[id="s-344b5390-c93f-427e-b64d-6274d29bfa50"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 16.666666666666668px);
}

[id="s-344b5390-c93f-427e-b64d-6274d29bfa50"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 16.666666666666668px);
}

[id="s-344b5390-c93f-427e-b64d-6274d29bfa50"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 16.666666666666668px);
}

[id="s-344b5390-c93f-427e-b64d-6274d29bfa50"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 16.666666666666668px);
}

[id="s-344b5390-c93f-427e-b64d-6274d29bfa50"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 16.666666666666668px);
}

[id="s-344b5390-c93f-427e-b64d-6274d29bfa50"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 16.666666666666668px);
}

}

@media (min-width: 992px) {
[id="s-344b5390-c93f-427e-b64d-6274d29bfa50"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 16.666666666666668px);
}

[id="s-344b5390-c93f-427e-b64d-6274d29bfa50"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 16.666666666666668px);
}

[id="s-344b5390-c93f-427e-b64d-6274d29bfa50"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 16.666666666666668px);
}

[id="s-344b5390-c93f-427e-b64d-6274d29bfa50"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

[id="s-344b5390-c93f-427e-b64d-6274d29bfa50"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 16.666666666666668px);
}

[id="s-344b5390-c93f-427e-b64d-6274d29bfa50"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 16.666666666666668px);
}

[id="s-344b5390-c93f-427e-b64d-6274d29bfa50"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 16.666666666666668px);
}

[id="s-344b5390-c93f-427e-b64d-6274d29bfa50"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 16.666666666666668px);
}

[id="s-344b5390-c93f-427e-b64d-6274d29bfa50"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 16.666666666666668px);
}

[id="s-344b5390-c93f-427e-b64d-6274d29bfa50"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 16.666666666666668px);
}

[id="s-344b5390-c93f-427e-b64d-6274d29bfa50"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 16.666666666666668px);
}

[id="s-344b5390-c93f-427e-b64d-6274d29bfa50"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 16.666666666666668px);
}

}

@media (min-width: 1200px) {
[id="s-344b5390-c93f-427e-b64d-6274d29bfa50"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 16.666666666666668px);
}

[id="s-344b5390-c93f-427e-b64d-6274d29bfa50"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 16.666666666666668px);
}

[id="s-344b5390-c93f-427e-b64d-6274d29bfa50"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 16.666666666666668px);
}

[id="s-344b5390-c93f-427e-b64d-6274d29bfa50"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

[id="s-344b5390-c93f-427e-b64d-6274d29bfa50"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 16.666666666666668px);
}

[id="s-344b5390-c93f-427e-b64d-6274d29bfa50"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 16.666666666666668px);
}

[id="s-344b5390-c93f-427e-b64d-6274d29bfa50"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 16.666666666666668px);
}

[id="s-344b5390-c93f-427e-b64d-6274d29bfa50"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 16.666666666666668px);
}

[id="s-344b5390-c93f-427e-b64d-6274d29bfa50"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 16.666666666666668px);
}

[id="s-344b5390-c93f-427e-b64d-6274d29bfa50"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 16.666666666666668px);
}

[id="s-344b5390-c93f-427e-b64d-6274d29bfa50"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 16.666666666666668px);
}

[id="s-344b5390-c93f-427e-b64d-6274d29bfa50"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 16.666666666666668px);
}

}

#s-1cf1e472-6fae-429a-83b0-84a3f481f841 {
  display: none;
}
#s-0f37ac9b-4c8a-4234-9c49-11fcdae9b0d2 {
  text-align: left;
}


.shg-c#s-0f37ac9b-4c8a-4234-9c49-11fcdae9b0d2 {
  max-width: 100%;
}

.shg-c#s-0f37ac9b-4c8a-4234-9c49-11fcdae9b0d2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0f37ac9b-4c8a-4234-9c49-11fcdae9b0d2 .shg-image-zoom,
.shg-c#s-0f37ac9b-4c8a-4234-9c49-11fcdae9b0d2 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-0f37ac9b-4c8a-4234-9c49-11fcdae9b0d2 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-0f37ac9b-4c8a-4234-9c49-11fcdae9b0d2 {
  max-width: 100%;
}

.shg-c#s-0f37ac9b-4c8a-4234-9c49-11fcdae9b0d2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0f37ac9b-4c8a-4234-9c49-11fcdae9b0d2 .shg-image-zoom,
.shg-c#s-0f37ac9b-4c8a-4234-9c49-11fcdae9b0d2 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-0f37ac9b-4c8a-4234-9c49-11fcdae9b0d2 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-0f37ac9b-4c8a-4234-9c49-11fcdae9b0d2 {
  max-width: 100%;
}

.shg-c#s-0f37ac9b-4c8a-4234-9c49-11fcdae9b0d2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0f37ac9b-4c8a-4234-9c49-11fcdae9b0d2 .shg-image-zoom,
.shg-c#s-0f37ac9b-4c8a-4234-9c49-11fcdae9b0d2 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-0f37ac9b-4c8a-4234-9c49-11fcdae9b0d2 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-0f37ac9b-4c8a-4234-9c49-11fcdae9b0d2 {
  max-width: 100%;
}

.shg-c#s-0f37ac9b-4c8a-4234-9c49-11fcdae9b0d2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0f37ac9b-4c8a-4234-9c49-11fcdae9b0d2 .shg-image-zoom,
.shg-c#s-0f37ac9b-4c8a-4234-9c49-11fcdae9b0d2 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-0f37ac9b-4c8a-4234-9c49-11fcdae9b0d2 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-0f37ac9b-4c8a-4234-9c49-11fcdae9b0d2 {
  max-width: 100%;
}

.shg-c#s-0f37ac9b-4c8a-4234-9c49-11fcdae9b0d2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0f37ac9b-4c8a-4234-9c49-11fcdae9b0d2 .shg-image-zoom,
.shg-c#s-0f37ac9b-4c8a-4234-9c49-11fcdae9b0d2 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-0f37ac9b-4c8a-4234-9c49-11fcdae9b0d2 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
.shg-c#s-0f37ac9b-4c8a-4234-9c49-11fcdae9b0d2 {
  max-width: 100%;
}

.shg-c#s-0f37ac9b-4c8a-4234-9c49-11fcdae9b0d2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0f37ac9b-4c8a-4234-9c49-11fcdae9b0d2 .shg-image-zoom,
.shg-c#s-0f37ac9b-4c8a-4234-9c49-11fcdae9b0d2 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-0f37ac9b-4c8a-4234-9c49-11fcdae9b0d2 .shg-image-zoom {
  
    margin-left: 0px;
  
}


#s-0a7b489d-f16b-4c5c-ab2a-96255e604160 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0a7b489d-f16b-4c5c-ab2a-96255e604160 .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-e4c54cba-9744-4791-b131-737cffcdf1f9 {
  display: none;
}
#s-d4130861-3a58-4cb6-b38c-831495156854 {
  text-align: left;
}


.shg-c#s-d4130861-3a58-4cb6-b38c-831495156854 {
  max-width: 100%;
}

.shg-c#s-d4130861-3a58-4cb6-b38c-831495156854 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d4130861-3a58-4cb6-b38c-831495156854 .shg-image-zoom,
.shg-c#s-d4130861-3a58-4cb6-b38c-831495156854 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d4130861-3a58-4cb6-b38c-831495156854 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-d4130861-3a58-4cb6-b38c-831495156854 {
  max-width: 100%;
}

.shg-c#s-d4130861-3a58-4cb6-b38c-831495156854 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d4130861-3a58-4cb6-b38c-831495156854 .shg-image-zoom,
.shg-c#s-d4130861-3a58-4cb6-b38c-831495156854 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d4130861-3a58-4cb6-b38c-831495156854 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-d4130861-3a58-4cb6-b38c-831495156854 {
  max-width: 100%;
}

.shg-c#s-d4130861-3a58-4cb6-b38c-831495156854 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d4130861-3a58-4cb6-b38c-831495156854 .shg-image-zoom,
.shg-c#s-d4130861-3a58-4cb6-b38c-831495156854 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d4130861-3a58-4cb6-b38c-831495156854 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-d4130861-3a58-4cb6-b38c-831495156854 {
  max-width: 100%;
}

.shg-c#s-d4130861-3a58-4cb6-b38c-831495156854 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d4130861-3a58-4cb6-b38c-831495156854 .shg-image-zoom,
.shg-c#s-d4130861-3a58-4cb6-b38c-831495156854 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d4130861-3a58-4cb6-b38c-831495156854 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-d4130861-3a58-4cb6-b38c-831495156854 {
  max-width: 100%;
}

.shg-c#s-d4130861-3a58-4cb6-b38c-831495156854 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d4130861-3a58-4cb6-b38c-831495156854 .shg-image-zoom,
.shg-c#s-d4130861-3a58-4cb6-b38c-831495156854 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d4130861-3a58-4cb6-b38c-831495156854 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
.shg-c#s-d4130861-3a58-4cb6-b38c-831495156854 {
  max-width: 100%;
}

.shg-c#s-d4130861-3a58-4cb6-b38c-831495156854 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d4130861-3a58-4cb6-b38c-831495156854 .shg-image-zoom,
.shg-c#s-d4130861-3a58-4cb6-b38c-831495156854 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d4130861-3a58-4cb6-b38c-831495156854 .shg-image-zoom {
  
    margin-left: 0px;
  
}


#s-6f71d7b8-7aac-4bd1-aa06-847d7cf28b0f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6f71d7b8-7aac-4bd1-aa06-847d7cf28b0f .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-677ba6b0-79dd-4e5d-a279-5c566d67b37f {
  display: none;
}
#s-fb3332cc-e89f-43a1-9c50-838f301b82ad {
  text-align: left;
}


.shg-c#s-fb3332cc-e89f-43a1-9c50-838f301b82ad {
  max-width: 100%;
}

.shg-c#s-fb3332cc-e89f-43a1-9c50-838f301b82ad img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fb3332cc-e89f-43a1-9c50-838f301b82ad .shg-image-zoom,
.shg-c#s-fb3332cc-e89f-43a1-9c50-838f301b82ad img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-fb3332cc-e89f-43a1-9c50-838f301b82ad .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-fb3332cc-e89f-43a1-9c50-838f301b82ad {
  max-width: 100%;
}

.shg-c#s-fb3332cc-e89f-43a1-9c50-838f301b82ad img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fb3332cc-e89f-43a1-9c50-838f301b82ad .shg-image-zoom,
.shg-c#s-fb3332cc-e89f-43a1-9c50-838f301b82ad img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-fb3332cc-e89f-43a1-9c50-838f301b82ad .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-fb3332cc-e89f-43a1-9c50-838f301b82ad {
  max-width: 100%;
}

.shg-c#s-fb3332cc-e89f-43a1-9c50-838f301b82ad img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fb3332cc-e89f-43a1-9c50-838f301b82ad .shg-image-zoom,
.shg-c#s-fb3332cc-e89f-43a1-9c50-838f301b82ad img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-fb3332cc-e89f-43a1-9c50-838f301b82ad .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-fb3332cc-e89f-43a1-9c50-838f301b82ad {
  max-width: 100%;
}

.shg-c#s-fb3332cc-e89f-43a1-9c50-838f301b82ad img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fb3332cc-e89f-43a1-9c50-838f301b82ad .shg-image-zoom,
.shg-c#s-fb3332cc-e89f-43a1-9c50-838f301b82ad img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-fb3332cc-e89f-43a1-9c50-838f301b82ad .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-fb3332cc-e89f-43a1-9c50-838f301b82ad {
  max-width: 100%;
}

.shg-c#s-fb3332cc-e89f-43a1-9c50-838f301b82ad img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fb3332cc-e89f-43a1-9c50-838f301b82ad .shg-image-zoom,
.shg-c#s-fb3332cc-e89f-43a1-9c50-838f301b82ad img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-fb3332cc-e89f-43a1-9c50-838f301b82ad .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
.shg-c#s-fb3332cc-e89f-43a1-9c50-838f301b82ad {
  max-width: 100%;
}

.shg-c#s-fb3332cc-e89f-43a1-9c50-838f301b82ad img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fb3332cc-e89f-43a1-9c50-838f301b82ad .shg-image-zoom,
.shg-c#s-fb3332cc-e89f-43a1-9c50-838f301b82ad img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-fb3332cc-e89f-43a1-9c50-838f301b82ad .shg-image-zoom {
  
    margin-left: 0px;
  
}


#s-b9bd3fd5-97c4-4497-a909-f79c2fffc47e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b9bd3fd5-97c4-4497-a909-f79c2fffc47e .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-fb76da2c-0581-47fe-8557-0518ff82f4fe {
  display: none;
}
#s-4470f534-363d-4e71-83e5-fa25165a5714 {
  text-align: left;
}


.shg-c#s-4470f534-363d-4e71-83e5-fa25165a5714 {
  max-width: 100%;
}

.shg-c#s-4470f534-363d-4e71-83e5-fa25165a5714 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4470f534-363d-4e71-83e5-fa25165a5714 .shg-image-zoom,
.shg-c#s-4470f534-363d-4e71-83e5-fa25165a5714 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-4470f534-363d-4e71-83e5-fa25165a5714 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-4470f534-363d-4e71-83e5-fa25165a5714 {
  max-width: 100%;
}

.shg-c#s-4470f534-363d-4e71-83e5-fa25165a5714 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4470f534-363d-4e71-83e5-fa25165a5714 .shg-image-zoom,
.shg-c#s-4470f534-363d-4e71-83e5-fa25165a5714 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-4470f534-363d-4e71-83e5-fa25165a5714 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-4470f534-363d-4e71-83e5-fa25165a5714 {
  max-width: 100%;
}

.shg-c#s-4470f534-363d-4e71-83e5-fa25165a5714 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4470f534-363d-4e71-83e5-fa25165a5714 .shg-image-zoom,
.shg-c#s-4470f534-363d-4e71-83e5-fa25165a5714 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-4470f534-363d-4e71-83e5-fa25165a5714 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-4470f534-363d-4e71-83e5-fa25165a5714 {
  max-width: 100%;
}

.shg-c#s-4470f534-363d-4e71-83e5-fa25165a5714 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4470f534-363d-4e71-83e5-fa25165a5714 .shg-image-zoom,
.shg-c#s-4470f534-363d-4e71-83e5-fa25165a5714 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-4470f534-363d-4e71-83e5-fa25165a5714 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-4470f534-363d-4e71-83e5-fa25165a5714 {
  max-width: 100%;
}

.shg-c#s-4470f534-363d-4e71-83e5-fa25165a5714 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4470f534-363d-4e71-83e5-fa25165a5714 .shg-image-zoom,
.shg-c#s-4470f534-363d-4e71-83e5-fa25165a5714 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-4470f534-363d-4e71-83e5-fa25165a5714 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
.shg-c#s-4470f534-363d-4e71-83e5-fa25165a5714 {
  max-width: 100%;
}

.shg-c#s-4470f534-363d-4e71-83e5-fa25165a5714 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4470f534-363d-4e71-83e5-fa25165a5714 .shg-image-zoom,
.shg-c#s-4470f534-363d-4e71-83e5-fa25165a5714 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-4470f534-363d-4e71-83e5-fa25165a5714 .shg-image-zoom {
  
    margin-left: 0px;
  
}


#s-0fcf64dc-9810-483e-b683-3e4f902637d5 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0fcf64dc-9810-483e-b683-3e4f902637d5 .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-2b5de077-b3b3-4f4d-b171-9371ddeb293a {
  display: none;
}
#s-e10a8842-0545-48ae-a4f5-231b63df9abc {
  text-align: left;
}


.shg-c#s-e10a8842-0545-48ae-a4f5-231b63df9abc {
  max-width: 100%;
}

.shg-c#s-e10a8842-0545-48ae-a4f5-231b63df9abc img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e10a8842-0545-48ae-a4f5-231b63df9abc .shg-image-zoom,
.shg-c#s-e10a8842-0545-48ae-a4f5-231b63df9abc img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e10a8842-0545-48ae-a4f5-231b63df9abc .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-e10a8842-0545-48ae-a4f5-231b63df9abc {
  max-width: 100%;
}

.shg-c#s-e10a8842-0545-48ae-a4f5-231b63df9abc img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e10a8842-0545-48ae-a4f5-231b63df9abc .shg-image-zoom,
.shg-c#s-e10a8842-0545-48ae-a4f5-231b63df9abc img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e10a8842-0545-48ae-a4f5-231b63df9abc .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-e10a8842-0545-48ae-a4f5-231b63df9abc {
  max-width: 100%;
}

.shg-c#s-e10a8842-0545-48ae-a4f5-231b63df9abc img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e10a8842-0545-48ae-a4f5-231b63df9abc .shg-image-zoom,
.shg-c#s-e10a8842-0545-48ae-a4f5-231b63df9abc img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e10a8842-0545-48ae-a4f5-231b63df9abc .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-e10a8842-0545-48ae-a4f5-231b63df9abc {
  max-width: 100%;
}

.shg-c#s-e10a8842-0545-48ae-a4f5-231b63df9abc img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e10a8842-0545-48ae-a4f5-231b63df9abc .shg-image-zoom,
.shg-c#s-e10a8842-0545-48ae-a4f5-231b63df9abc img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e10a8842-0545-48ae-a4f5-231b63df9abc .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-e10a8842-0545-48ae-a4f5-231b63df9abc {
  max-width: 100%;
}

.shg-c#s-e10a8842-0545-48ae-a4f5-231b63df9abc img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e10a8842-0545-48ae-a4f5-231b63df9abc .shg-image-zoom,
.shg-c#s-e10a8842-0545-48ae-a4f5-231b63df9abc img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e10a8842-0545-48ae-a4f5-231b63df9abc .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
.shg-c#s-e10a8842-0545-48ae-a4f5-231b63df9abc {
  max-width: 100%;
}

.shg-c#s-e10a8842-0545-48ae-a4f5-231b63df9abc img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e10a8842-0545-48ae-a4f5-231b63df9abc .shg-image-zoom,
.shg-c#s-e10a8842-0545-48ae-a4f5-231b63df9abc img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e10a8842-0545-48ae-a4f5-231b63df9abc .shg-image-zoom {
  
    margin-left: 0px;
  
}


#s-0d2e862e-e4b0-4163-81b8-d141c1ba174b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0d2e862e-e4b0-4163-81b8-d141c1ba174b .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-e31936b5-7514-4766-aa85-7e814ea3b671 {
  display: none;
}
#s-ac37d93d-a512-45d1-b179-d8d5803557a9 {
  text-align: left;
}


.shg-c#s-ac37d93d-a512-45d1-b179-d8d5803557a9 {
  max-width: 100%;
}

.shg-c#s-ac37d93d-a512-45d1-b179-d8d5803557a9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ac37d93d-a512-45d1-b179-d8d5803557a9 .shg-image-zoom,
.shg-c#s-ac37d93d-a512-45d1-b179-d8d5803557a9 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ac37d93d-a512-45d1-b179-d8d5803557a9 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-ac37d93d-a512-45d1-b179-d8d5803557a9 {
  max-width: 100%;
}

.shg-c#s-ac37d93d-a512-45d1-b179-d8d5803557a9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ac37d93d-a512-45d1-b179-d8d5803557a9 .shg-image-zoom,
.shg-c#s-ac37d93d-a512-45d1-b179-d8d5803557a9 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ac37d93d-a512-45d1-b179-d8d5803557a9 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-ac37d93d-a512-45d1-b179-d8d5803557a9 {
  max-width: 100%;
}

.shg-c#s-ac37d93d-a512-45d1-b179-d8d5803557a9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ac37d93d-a512-45d1-b179-d8d5803557a9 .shg-image-zoom,
.shg-c#s-ac37d93d-a512-45d1-b179-d8d5803557a9 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ac37d93d-a512-45d1-b179-d8d5803557a9 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-ac37d93d-a512-45d1-b179-d8d5803557a9 {
  max-width: 100%;
}

.shg-c#s-ac37d93d-a512-45d1-b179-d8d5803557a9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ac37d93d-a512-45d1-b179-d8d5803557a9 .shg-image-zoom,
.shg-c#s-ac37d93d-a512-45d1-b179-d8d5803557a9 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ac37d93d-a512-45d1-b179-d8d5803557a9 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-ac37d93d-a512-45d1-b179-d8d5803557a9 {
  max-width: 100%;
}

.shg-c#s-ac37d93d-a512-45d1-b179-d8d5803557a9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ac37d93d-a512-45d1-b179-d8d5803557a9 .shg-image-zoom,
.shg-c#s-ac37d93d-a512-45d1-b179-d8d5803557a9 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ac37d93d-a512-45d1-b179-d8d5803557a9 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
.shg-c#s-ac37d93d-a512-45d1-b179-d8d5803557a9 {
  max-width: 100%;
}

.shg-c#s-ac37d93d-a512-45d1-b179-d8d5803557a9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ac37d93d-a512-45d1-b179-d8d5803557a9 .shg-image-zoom,
.shg-c#s-ac37d93d-a512-45d1-b179-d8d5803557a9 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ac37d93d-a512-45d1-b179-d8d5803557a9 .shg-image-zoom {
  
    margin-left: 0px;
  
}


#s-73b5453f-d07b-486d-bd5f-9dd55f2e13cd {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-73b5453f-d07b-486d-bd5f-9dd55f2e13cd .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-aec906fc-5bb3-46cb-a7df-b9c96ca17661 {
  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-aec906fc-5bb3-46cb-a7df-b9c96ca17661 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-aec906fc-5bb3-46cb-a7df-b9c96ca17661 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-aec906fc-5bb3-46cb-a7df-b9c96ca17661 {
  padding-top: 60px;
padding-left: 5%;
padding-bottom: 60px;
padding-right: 5%;
}
}@media (max-width: 767px){#s-aec906fc-5bb3-46cb-a7df-b9c96ca17661 {
  padding-top: 60px;
padding-left: 20px;
padding-bottom: 60px;
padding-right: 20px;
}
}







#s-aec906fc-5bb3-46cb-a7df-b9c96ca17661 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-aec906fc-5bb3-46cb-a7df-b9c96ca17661.shg-box.shg-c {
  justify-content: flex-start;
}

#s-36c9ed60-e3b6-4032-a3fb-695c960c42d7 {
  border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 40px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(242, 242, 242, 1);
text-align: center;
}
@media (min-width: 1200px){#s-36c9ed60-e3b6-4032-a3fb-695c960c42d7 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-36c9ed60-e3b6-4032-a3fb-695c960c42d7 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-36c9ed60-e3b6-4032-a3fb-695c960c42d7 {
  
}
}@media (max-width: 767px){#s-36c9ed60-e3b6-4032-a3fb-695c960c42d7 {
  
}
}
#s-36c9ed60-e3b6-4032-a3fb-695c960c42d7 .shogun-heading-component h4 {
  color: #000;
  font-weight:  500 ;
  font-family: "Work Sans";
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: 2px;
  text-align: center;
}


@media (min-width: 768px) and (max-width: 991px){#s-36c9ed60-e3b6-4032-a3fb-695c960c42d7 .shogun-heading-component h4 {
  color: #000;
  font-weight:  500 ;
  font-family: "Work Sans";
  font-style:   ;
  font-size: 22px;
  line-height: ;
  letter-spacing: 2px;
  text-align: center;
}


}@media (max-width: 767px){#s-36c9ed60-e3b6-4032-a3fb-695c960c42d7 .shogun-heading-component h4 {
  color: #000;
  font-weight:  500 ;
  font-family: "Work Sans";
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: 2px;
  text-align: center;
}


}
@media (min-width: 0px) {
[id="s-23d45628-6a06-4aa1-875d-4866accbfb62"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 10.0px);
}

[id="s-23d45628-6a06-4aa1-875d-4866accbfb62"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-23d45628-6a06-4aa1-875d-4866accbfb62"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 16.666666666666668px);
}

[id="s-23d45628-6a06-4aa1-875d-4866accbfb62"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 16.666666666666668px);
}

[id="s-23d45628-6a06-4aa1-875d-4866accbfb62"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 16.666666666666668px);
}

[id="s-23d45628-6a06-4aa1-875d-4866accbfb62"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

[id="s-23d45628-6a06-4aa1-875d-4866accbfb62"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 16.666666666666668px);
}

[id="s-23d45628-6a06-4aa1-875d-4866accbfb62"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 16.666666666666668px);
}

[id="s-23d45628-6a06-4aa1-875d-4866accbfb62"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 16.666666666666668px);
}

[id="s-23d45628-6a06-4aa1-875d-4866accbfb62"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 16.666666666666668px);
}

[id="s-23d45628-6a06-4aa1-875d-4866accbfb62"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 16.666666666666668px);
}

[id="s-23d45628-6a06-4aa1-875d-4866accbfb62"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 16.666666666666668px);
}

[id="s-23d45628-6a06-4aa1-875d-4866accbfb62"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 16.666666666666668px);
}

[id="s-23d45628-6a06-4aa1-875d-4866accbfb62"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 16.666666666666668px);
}

}

@media (min-width: 992px) {
[id="s-23d45628-6a06-4aa1-875d-4866accbfb62"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 16.666666666666668px);
}

[id="s-23d45628-6a06-4aa1-875d-4866accbfb62"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 16.666666666666668px);
}

[id="s-23d45628-6a06-4aa1-875d-4866accbfb62"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 16.666666666666668px);
}

[id="s-23d45628-6a06-4aa1-875d-4866accbfb62"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

[id="s-23d45628-6a06-4aa1-875d-4866accbfb62"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 16.666666666666668px);
}

[id="s-23d45628-6a06-4aa1-875d-4866accbfb62"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 16.666666666666668px);
}

[id="s-23d45628-6a06-4aa1-875d-4866accbfb62"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 16.666666666666668px);
}

[id="s-23d45628-6a06-4aa1-875d-4866accbfb62"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 16.666666666666668px);
}

[id="s-23d45628-6a06-4aa1-875d-4866accbfb62"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 16.666666666666668px);
}

[id="s-23d45628-6a06-4aa1-875d-4866accbfb62"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 16.666666666666668px);
}

[id="s-23d45628-6a06-4aa1-875d-4866accbfb62"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 16.666666666666668px);
}

[id="s-23d45628-6a06-4aa1-875d-4866accbfb62"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 16.666666666666668px);
}

}

@media (min-width: 1200px) {
[id="s-23d45628-6a06-4aa1-875d-4866accbfb62"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 16.666666666666668px);
}

[id="s-23d45628-6a06-4aa1-875d-4866accbfb62"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 16.666666666666668px);
}

[id="s-23d45628-6a06-4aa1-875d-4866accbfb62"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 16.666666666666668px);
}

[id="s-23d45628-6a06-4aa1-875d-4866accbfb62"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

[id="s-23d45628-6a06-4aa1-875d-4866accbfb62"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 16.666666666666668px);
}

[id="s-23d45628-6a06-4aa1-875d-4866accbfb62"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 16.666666666666668px);
}

[id="s-23d45628-6a06-4aa1-875d-4866accbfb62"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 16.666666666666668px);
}

[id="s-23d45628-6a06-4aa1-875d-4866accbfb62"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 16.666666666666668px);
}

[id="s-23d45628-6a06-4aa1-875d-4866accbfb62"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 16.666666666666668px);
}

[id="s-23d45628-6a06-4aa1-875d-4866accbfb62"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 16.666666666666668px);
}

[id="s-23d45628-6a06-4aa1-875d-4866accbfb62"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 16.666666666666668px);
}

[id="s-23d45628-6a06-4aa1-875d-4866accbfb62"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 16.666666666666668px);
}

}

#s-c151810e-8e0a-44ee-86e8-bf117cd0050c {
  display: none;
}
#s-18317380-5446-4970-9680-a55252a36c2d {
  text-align: left;
}


.shg-c#s-18317380-5446-4970-9680-a55252a36c2d {
  max-width: 100%;
}

.shg-c#s-18317380-5446-4970-9680-a55252a36c2d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-18317380-5446-4970-9680-a55252a36c2d .shg-image-zoom,
.shg-c#s-18317380-5446-4970-9680-a55252a36c2d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-18317380-5446-4970-9680-a55252a36c2d .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-18317380-5446-4970-9680-a55252a36c2d {
  max-width: 100%;
}

.shg-c#s-18317380-5446-4970-9680-a55252a36c2d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-18317380-5446-4970-9680-a55252a36c2d .shg-image-zoom,
.shg-c#s-18317380-5446-4970-9680-a55252a36c2d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-18317380-5446-4970-9680-a55252a36c2d .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-18317380-5446-4970-9680-a55252a36c2d {
  max-width: 100%;
}

.shg-c#s-18317380-5446-4970-9680-a55252a36c2d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-18317380-5446-4970-9680-a55252a36c2d .shg-image-zoom,
.shg-c#s-18317380-5446-4970-9680-a55252a36c2d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-18317380-5446-4970-9680-a55252a36c2d .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-18317380-5446-4970-9680-a55252a36c2d {
  max-width: 100%;
}

.shg-c#s-18317380-5446-4970-9680-a55252a36c2d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-18317380-5446-4970-9680-a55252a36c2d .shg-image-zoom,
.shg-c#s-18317380-5446-4970-9680-a55252a36c2d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-18317380-5446-4970-9680-a55252a36c2d .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-18317380-5446-4970-9680-a55252a36c2d {
  max-width: 100%;
}

.shg-c#s-18317380-5446-4970-9680-a55252a36c2d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-18317380-5446-4970-9680-a55252a36c2d .shg-image-zoom,
.shg-c#s-18317380-5446-4970-9680-a55252a36c2d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-18317380-5446-4970-9680-a55252a36c2d .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
.shg-c#s-18317380-5446-4970-9680-a55252a36c2d {
  max-width: 100%;
}

.shg-c#s-18317380-5446-4970-9680-a55252a36c2d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-18317380-5446-4970-9680-a55252a36c2d .shg-image-zoom,
.shg-c#s-18317380-5446-4970-9680-a55252a36c2d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-18317380-5446-4970-9680-a55252a36c2d .shg-image-zoom {
  
    margin-left: 0px;
  
}


#s-8c5d6700-eb1b-4af8-89fa-5a00707bc360 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8c5d6700-eb1b-4af8-89fa-5a00707bc360 .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-bf396a72-0a0b-4b56-9507-3ee2cde82d50 {
  display: none;
}
#s-39d78baa-d1b0-4854-9dbc-ddd2dd61df22 {
  text-align: left;
}


.shg-c#s-39d78baa-d1b0-4854-9dbc-ddd2dd61df22 {
  max-width: 100%;
}

.shg-c#s-39d78baa-d1b0-4854-9dbc-ddd2dd61df22 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-39d78baa-d1b0-4854-9dbc-ddd2dd61df22 .shg-image-zoom,
.shg-c#s-39d78baa-d1b0-4854-9dbc-ddd2dd61df22 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-39d78baa-d1b0-4854-9dbc-ddd2dd61df22 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-39d78baa-d1b0-4854-9dbc-ddd2dd61df22 {
  max-width: 100%;
}

.shg-c#s-39d78baa-d1b0-4854-9dbc-ddd2dd61df22 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-39d78baa-d1b0-4854-9dbc-ddd2dd61df22 .shg-image-zoom,
.shg-c#s-39d78baa-d1b0-4854-9dbc-ddd2dd61df22 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-39d78baa-d1b0-4854-9dbc-ddd2dd61df22 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-39d78baa-d1b0-4854-9dbc-ddd2dd61df22 {
  max-width: 100%;
}

.shg-c#s-39d78baa-d1b0-4854-9dbc-ddd2dd61df22 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-39d78baa-d1b0-4854-9dbc-ddd2dd61df22 .shg-image-zoom,
.shg-c#s-39d78baa-d1b0-4854-9dbc-ddd2dd61df22 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-39d78baa-d1b0-4854-9dbc-ddd2dd61df22 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-39d78baa-d1b0-4854-9dbc-ddd2dd61df22 {
  max-width: 100%;
}

.shg-c#s-39d78baa-d1b0-4854-9dbc-ddd2dd61df22 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-39d78baa-d1b0-4854-9dbc-ddd2dd61df22 .shg-image-zoom,
.shg-c#s-39d78baa-d1b0-4854-9dbc-ddd2dd61df22 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-39d78baa-d1b0-4854-9dbc-ddd2dd61df22 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-39d78baa-d1b0-4854-9dbc-ddd2dd61df22 {
  max-width: 100%;
}

.shg-c#s-39d78baa-d1b0-4854-9dbc-ddd2dd61df22 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-39d78baa-d1b0-4854-9dbc-ddd2dd61df22 .shg-image-zoom,
.shg-c#s-39d78baa-d1b0-4854-9dbc-ddd2dd61df22 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-39d78baa-d1b0-4854-9dbc-ddd2dd61df22 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
.shg-c#s-39d78baa-d1b0-4854-9dbc-ddd2dd61df22 {
  max-width: 100%;
}

.shg-c#s-39d78baa-d1b0-4854-9dbc-ddd2dd61df22 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-39d78baa-d1b0-4854-9dbc-ddd2dd61df22 .shg-image-zoom,
.shg-c#s-39d78baa-d1b0-4854-9dbc-ddd2dd61df22 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-39d78baa-d1b0-4854-9dbc-ddd2dd61df22 .shg-image-zoom {
  
    margin-left: 0px;
  
}


#s-6570511a-ceba-4886-89be-8a7e3c426ff3 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6570511a-ceba-4886-89be-8a7e3c426ff3 .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-307ca930-efe4-4f7a-a20d-827e8f812f9e {
  display: none;
}
#s-e8ad2881-6fdb-4c2e-b99f-0639dbd306cc {
  text-align: left;
}


.shg-c#s-e8ad2881-6fdb-4c2e-b99f-0639dbd306cc {
  max-width: 100%;
}

.shg-c#s-e8ad2881-6fdb-4c2e-b99f-0639dbd306cc img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e8ad2881-6fdb-4c2e-b99f-0639dbd306cc .shg-image-zoom,
.shg-c#s-e8ad2881-6fdb-4c2e-b99f-0639dbd306cc img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e8ad2881-6fdb-4c2e-b99f-0639dbd306cc .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-e8ad2881-6fdb-4c2e-b99f-0639dbd306cc {
  max-width: 100%;
}

.shg-c#s-e8ad2881-6fdb-4c2e-b99f-0639dbd306cc img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e8ad2881-6fdb-4c2e-b99f-0639dbd306cc .shg-image-zoom,
.shg-c#s-e8ad2881-6fdb-4c2e-b99f-0639dbd306cc img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e8ad2881-6fdb-4c2e-b99f-0639dbd306cc .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-e8ad2881-6fdb-4c2e-b99f-0639dbd306cc {
  max-width: 100%;
}

.shg-c#s-e8ad2881-6fdb-4c2e-b99f-0639dbd306cc img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e8ad2881-6fdb-4c2e-b99f-0639dbd306cc .shg-image-zoom,
.shg-c#s-e8ad2881-6fdb-4c2e-b99f-0639dbd306cc img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e8ad2881-6fdb-4c2e-b99f-0639dbd306cc .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-e8ad2881-6fdb-4c2e-b99f-0639dbd306cc {
  max-width: 100%;
}

.shg-c#s-e8ad2881-6fdb-4c2e-b99f-0639dbd306cc img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e8ad2881-6fdb-4c2e-b99f-0639dbd306cc .shg-image-zoom,
.shg-c#s-e8ad2881-6fdb-4c2e-b99f-0639dbd306cc img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e8ad2881-6fdb-4c2e-b99f-0639dbd306cc .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-e8ad2881-6fdb-4c2e-b99f-0639dbd306cc {
  max-width: 100%;
}

.shg-c#s-e8ad2881-6fdb-4c2e-b99f-0639dbd306cc img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e8ad2881-6fdb-4c2e-b99f-0639dbd306cc .shg-image-zoom,
.shg-c#s-e8ad2881-6fdb-4c2e-b99f-0639dbd306cc img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e8ad2881-6fdb-4c2e-b99f-0639dbd306cc .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
.shg-c#s-e8ad2881-6fdb-4c2e-b99f-0639dbd306cc {
  max-width: 100%;
}

.shg-c#s-e8ad2881-6fdb-4c2e-b99f-0639dbd306cc img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e8ad2881-6fdb-4c2e-b99f-0639dbd306cc .shg-image-zoom,
.shg-c#s-e8ad2881-6fdb-4c2e-b99f-0639dbd306cc img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e8ad2881-6fdb-4c2e-b99f-0639dbd306cc .shg-image-zoom {
  
    margin-left: 0px;
  
}


#s-8aeb6fe0-e6fa-461b-bf85-f774276c3cb1 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8aeb6fe0-e6fa-461b-bf85-f774276c3cb1 .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-a55b1dcb-1d4d-4e84-ab47-5f0112856058 {
  display: none;
}
#s-05e60ac9-da64-43a5-9a52-713aa1c133a5 {
  text-align: left;
}


.shg-c#s-05e60ac9-da64-43a5-9a52-713aa1c133a5 {
  max-width: 100%;
}

.shg-c#s-05e60ac9-da64-43a5-9a52-713aa1c133a5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-05e60ac9-da64-43a5-9a52-713aa1c133a5 .shg-image-zoom,
.shg-c#s-05e60ac9-da64-43a5-9a52-713aa1c133a5 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-05e60ac9-da64-43a5-9a52-713aa1c133a5 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-05e60ac9-da64-43a5-9a52-713aa1c133a5 {
  max-width: 100%;
}

.shg-c#s-05e60ac9-da64-43a5-9a52-713aa1c133a5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-05e60ac9-da64-43a5-9a52-713aa1c133a5 .shg-image-zoom,
.shg-c#s-05e60ac9-da64-43a5-9a52-713aa1c133a5 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-05e60ac9-da64-43a5-9a52-713aa1c133a5 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-05e60ac9-da64-43a5-9a52-713aa1c133a5 {
  max-width: 100%;
}

.shg-c#s-05e60ac9-da64-43a5-9a52-713aa1c133a5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-05e60ac9-da64-43a5-9a52-713aa1c133a5 .shg-image-zoom,
.shg-c#s-05e60ac9-da64-43a5-9a52-713aa1c133a5 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-05e60ac9-da64-43a5-9a52-713aa1c133a5 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-05e60ac9-da64-43a5-9a52-713aa1c133a5 {
  max-width: 100%;
}

.shg-c#s-05e60ac9-da64-43a5-9a52-713aa1c133a5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-05e60ac9-da64-43a5-9a52-713aa1c133a5 .shg-image-zoom,
.shg-c#s-05e60ac9-da64-43a5-9a52-713aa1c133a5 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-05e60ac9-da64-43a5-9a52-713aa1c133a5 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-05e60ac9-da64-43a5-9a52-713aa1c133a5 {
  max-width: 100%;
}

.shg-c#s-05e60ac9-da64-43a5-9a52-713aa1c133a5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-05e60ac9-da64-43a5-9a52-713aa1c133a5 .shg-image-zoom,
.shg-c#s-05e60ac9-da64-43a5-9a52-713aa1c133a5 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-05e60ac9-da64-43a5-9a52-713aa1c133a5 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
.shg-c#s-05e60ac9-da64-43a5-9a52-713aa1c133a5 {
  max-width: 100%;
}

.shg-c#s-05e60ac9-da64-43a5-9a52-713aa1c133a5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-05e60ac9-da64-43a5-9a52-713aa1c133a5 .shg-image-zoom,
.shg-c#s-05e60ac9-da64-43a5-9a52-713aa1c133a5 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-05e60ac9-da64-43a5-9a52-713aa1c133a5 .shg-image-zoom {
  
    margin-left: 0px;
  
}


#s-efab2224-57dd-4e7c-bf1a-86a1358e11ca {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-efab2224-57dd-4e7c-bf1a-86a1358e11ca .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-f52c6782-56a1-42ef-9103-887dd6cb554d {
  display: none;
}
#s-836d8a38-ba7c-4372-a8e5-bdb1748c9302 {
  text-align: left;
}


.shg-c#s-836d8a38-ba7c-4372-a8e5-bdb1748c9302 {
  max-width: 100%;
}

.shg-c#s-836d8a38-ba7c-4372-a8e5-bdb1748c9302 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-836d8a38-ba7c-4372-a8e5-bdb1748c9302 .shg-image-zoom,
.shg-c#s-836d8a38-ba7c-4372-a8e5-bdb1748c9302 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-836d8a38-ba7c-4372-a8e5-bdb1748c9302 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-836d8a38-ba7c-4372-a8e5-bdb1748c9302 {
  max-width: 100%;
}

.shg-c#s-836d8a38-ba7c-4372-a8e5-bdb1748c9302 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-836d8a38-ba7c-4372-a8e5-bdb1748c9302 .shg-image-zoom,
.shg-c#s-836d8a38-ba7c-4372-a8e5-bdb1748c9302 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-836d8a38-ba7c-4372-a8e5-bdb1748c9302 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-836d8a38-ba7c-4372-a8e5-bdb1748c9302 {
  max-width: 100%;
}

.shg-c#s-836d8a38-ba7c-4372-a8e5-bdb1748c9302 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-836d8a38-ba7c-4372-a8e5-bdb1748c9302 .shg-image-zoom,
.shg-c#s-836d8a38-ba7c-4372-a8e5-bdb1748c9302 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-836d8a38-ba7c-4372-a8e5-bdb1748c9302 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-836d8a38-ba7c-4372-a8e5-bdb1748c9302 {
  max-width: 100%;
}

.shg-c#s-836d8a38-ba7c-4372-a8e5-bdb1748c9302 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-836d8a38-ba7c-4372-a8e5-bdb1748c9302 .shg-image-zoom,
.shg-c#s-836d8a38-ba7c-4372-a8e5-bdb1748c9302 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-836d8a38-ba7c-4372-a8e5-bdb1748c9302 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-836d8a38-ba7c-4372-a8e5-bdb1748c9302 {
  max-width: 100%;
}

.shg-c#s-836d8a38-ba7c-4372-a8e5-bdb1748c9302 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-836d8a38-ba7c-4372-a8e5-bdb1748c9302 .shg-image-zoom,
.shg-c#s-836d8a38-ba7c-4372-a8e5-bdb1748c9302 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-836d8a38-ba7c-4372-a8e5-bdb1748c9302 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
.shg-c#s-836d8a38-ba7c-4372-a8e5-bdb1748c9302 {
  max-width: 100%;
}

.shg-c#s-836d8a38-ba7c-4372-a8e5-bdb1748c9302 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-836d8a38-ba7c-4372-a8e5-bdb1748c9302 .shg-image-zoom,
.shg-c#s-836d8a38-ba7c-4372-a8e5-bdb1748c9302 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-836d8a38-ba7c-4372-a8e5-bdb1748c9302 .shg-image-zoom {
  
    margin-left: 0px;
  
}


#s-36c21587-b53d-4054-88d6-e937b2385d8e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-36c21587-b53d-4054-88d6-e937b2385d8e .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-ec582fbf-bbda-4a6c-93fe-0972b8d92f4a {
  display: none;
}
#s-bca30c2f-8883-4014-be5e-1ec85173ecda {
  text-align: left;
}


.shg-c#s-bca30c2f-8883-4014-be5e-1ec85173ecda {
  max-width: 100%;
}

.shg-c#s-bca30c2f-8883-4014-be5e-1ec85173ecda img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bca30c2f-8883-4014-be5e-1ec85173ecda .shg-image-zoom,
.shg-c#s-bca30c2f-8883-4014-be5e-1ec85173ecda img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-bca30c2f-8883-4014-be5e-1ec85173ecda .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-bca30c2f-8883-4014-be5e-1ec85173ecda {
  max-width: 100%;
}

.shg-c#s-bca30c2f-8883-4014-be5e-1ec85173ecda img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bca30c2f-8883-4014-be5e-1ec85173ecda .shg-image-zoom,
.shg-c#s-bca30c2f-8883-4014-be5e-1ec85173ecda img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-bca30c2f-8883-4014-be5e-1ec85173ecda .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-bca30c2f-8883-4014-be5e-1ec85173ecda {
  max-width: 100%;
}

.shg-c#s-bca30c2f-8883-4014-be5e-1ec85173ecda img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bca30c2f-8883-4014-be5e-1ec85173ecda .shg-image-zoom,
.shg-c#s-bca30c2f-8883-4014-be5e-1ec85173ecda img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-bca30c2f-8883-4014-be5e-1ec85173ecda .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-bca30c2f-8883-4014-be5e-1ec85173ecda {
  max-width: 100%;
}

.shg-c#s-bca30c2f-8883-4014-be5e-1ec85173ecda img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bca30c2f-8883-4014-be5e-1ec85173ecda .shg-image-zoom,
.shg-c#s-bca30c2f-8883-4014-be5e-1ec85173ecda img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-bca30c2f-8883-4014-be5e-1ec85173ecda .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-bca30c2f-8883-4014-be5e-1ec85173ecda {
  max-width: 100%;
}

.shg-c#s-bca30c2f-8883-4014-be5e-1ec85173ecda img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bca30c2f-8883-4014-be5e-1ec85173ecda .shg-image-zoom,
.shg-c#s-bca30c2f-8883-4014-be5e-1ec85173ecda img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-bca30c2f-8883-4014-be5e-1ec85173ecda .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
.shg-c#s-bca30c2f-8883-4014-be5e-1ec85173ecda {
  max-width: 100%;
}

.shg-c#s-bca30c2f-8883-4014-be5e-1ec85173ecda img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bca30c2f-8883-4014-be5e-1ec85173ecda .shg-image-zoom,
.shg-c#s-bca30c2f-8883-4014-be5e-1ec85173ecda img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-bca30c2f-8883-4014-be5e-1ec85173ecda .shg-image-zoom {
  
    margin-left: 0px;
  
}


#s-c2ddc325-d28b-4316-bb67-ffe526390d68 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c2ddc325-d28b-4316-bb67-ffe526390d68 .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-4a112265-077b-4c2d-994d-5e15e908bc61 {
  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-4a112265-077b-4c2d-994d-5e15e908bc61 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-4a112265-077b-4c2d-994d-5e15e908bc61 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-4a112265-077b-4c2d-994d-5e15e908bc61 {
  padding-top: 60px;
padding-left: 5%;
padding-bottom: 60px;
padding-right: 5%;
}
}@media (max-width: 767px){#s-4a112265-077b-4c2d-994d-5e15e908bc61 {
  padding-top: 60px;
padding-left: 20px;
padding-bottom: 60px;
padding-right: 20px;
}
}







#s-4a112265-077b-4c2d-994d-5e15e908bc61 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4a112265-077b-4c2d-994d-5e15e908bc61.shg-box.shg-c {
  justify-content: flex-start;
}

#s-d6cc7bb4-6a85-4059-bef5-6996214e4f31 {
  border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 40px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(242, 242, 242, 1);
text-align: center;
}
@media (min-width: 1200px){#s-d6cc7bb4-6a85-4059-bef5-6996214e4f31 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-d6cc7bb4-6a85-4059-bef5-6996214e4f31 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-d6cc7bb4-6a85-4059-bef5-6996214e4f31 {
  
}
}@media (max-width: 767px){#s-d6cc7bb4-6a85-4059-bef5-6996214e4f31 {
  
}
}
#s-d6cc7bb4-6a85-4059-bef5-6996214e4f31 .shogun-heading-component h4 {
  color: #000;
  font-weight:  500 ;
  font-family: "Work Sans";
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: 2px;
  text-align: center;
}


@media (min-width: 768px) and (max-width: 991px){#s-d6cc7bb4-6a85-4059-bef5-6996214e4f31 .shogun-heading-component h4 {
  color: #000;
  font-weight:  500 ;
  font-family: "Work Sans";
  font-style:   ;
  font-size: 22px;
  line-height: ;
  letter-spacing: 2px;
  text-align: center;
}


}@media (max-width: 767px){#s-d6cc7bb4-6a85-4059-bef5-6996214e4f31 .shogun-heading-component h4 {
  color: #000;
  font-weight:  500 ;
  font-family: "Work Sans";
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: 2px;
  text-align: center;
}


}
@media (min-width: 0px) {
[id="s-336ebd24-b614-470c-b0ea-8bfaa17fdad1"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 10.0px);
}

[id="s-336ebd24-b614-470c-b0ea-8bfaa17fdad1"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-336ebd24-b614-470c-b0ea-8bfaa17fdad1"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 16.666666666666668px);
}

[id="s-336ebd24-b614-470c-b0ea-8bfaa17fdad1"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 16.666666666666668px);
}

[id="s-336ebd24-b614-470c-b0ea-8bfaa17fdad1"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 16.666666666666668px);
}

[id="s-336ebd24-b614-470c-b0ea-8bfaa17fdad1"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

[id="s-336ebd24-b614-470c-b0ea-8bfaa17fdad1"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 16.666666666666668px);
}

[id="s-336ebd24-b614-470c-b0ea-8bfaa17fdad1"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 16.666666666666668px);
}

[id="s-336ebd24-b614-470c-b0ea-8bfaa17fdad1"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 16.666666666666668px);
}

[id="s-336ebd24-b614-470c-b0ea-8bfaa17fdad1"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 16.666666666666668px);
}

[id="s-336ebd24-b614-470c-b0ea-8bfaa17fdad1"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 16.666666666666668px);
}

[id="s-336ebd24-b614-470c-b0ea-8bfaa17fdad1"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 16.666666666666668px);
}

[id="s-336ebd24-b614-470c-b0ea-8bfaa17fdad1"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 16.666666666666668px);
}

[id="s-336ebd24-b614-470c-b0ea-8bfaa17fdad1"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 16.666666666666668px);
}

}

@media (min-width: 992px) {
[id="s-336ebd24-b614-470c-b0ea-8bfaa17fdad1"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 16.666666666666668px);
}

[id="s-336ebd24-b614-470c-b0ea-8bfaa17fdad1"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 16.666666666666668px);
}

[id="s-336ebd24-b614-470c-b0ea-8bfaa17fdad1"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 16.666666666666668px);
}

[id="s-336ebd24-b614-470c-b0ea-8bfaa17fdad1"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

[id="s-336ebd24-b614-470c-b0ea-8bfaa17fdad1"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 16.666666666666668px);
}

[id="s-336ebd24-b614-470c-b0ea-8bfaa17fdad1"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 16.666666666666668px);
}

[id="s-336ebd24-b614-470c-b0ea-8bfaa17fdad1"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 16.666666666666668px);
}

[id="s-336ebd24-b614-470c-b0ea-8bfaa17fdad1"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 16.666666666666668px);
}

[id="s-336ebd24-b614-470c-b0ea-8bfaa17fdad1"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 16.666666666666668px);
}

[id="s-336ebd24-b614-470c-b0ea-8bfaa17fdad1"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 16.666666666666668px);
}

[id="s-336ebd24-b614-470c-b0ea-8bfaa17fdad1"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 16.666666666666668px);
}

[id="s-336ebd24-b614-470c-b0ea-8bfaa17fdad1"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 16.666666666666668px);
}

}

@media (min-width: 1200px) {
[id="s-336ebd24-b614-470c-b0ea-8bfaa17fdad1"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 16.666666666666668px);
}

[id="s-336ebd24-b614-470c-b0ea-8bfaa17fdad1"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 16.666666666666668px);
}

[id="s-336ebd24-b614-470c-b0ea-8bfaa17fdad1"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 16.666666666666668px);
}

[id="s-336ebd24-b614-470c-b0ea-8bfaa17fdad1"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

[id="s-336ebd24-b614-470c-b0ea-8bfaa17fdad1"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 16.666666666666668px);
}

[id="s-336ebd24-b614-470c-b0ea-8bfaa17fdad1"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 16.666666666666668px);
}

[id="s-336ebd24-b614-470c-b0ea-8bfaa17fdad1"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 16.666666666666668px);
}

[id="s-336ebd24-b614-470c-b0ea-8bfaa17fdad1"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 16.666666666666668px);
}

[id="s-336ebd24-b614-470c-b0ea-8bfaa17fdad1"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 16.666666666666668px);
}

[id="s-336ebd24-b614-470c-b0ea-8bfaa17fdad1"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 16.666666666666668px);
}

[id="s-336ebd24-b614-470c-b0ea-8bfaa17fdad1"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 16.666666666666668px);
}

[id="s-336ebd24-b614-470c-b0ea-8bfaa17fdad1"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 16.666666666666668px);
}

}

#s-8ad6b036-1a68-4171-97d6-7c67494f0be4 {
  display: none;
}
#s-01885d5c-d744-454d-961b-330b2ab0dd8f {
  text-align: left;
}


.shg-c#s-01885d5c-d744-454d-961b-330b2ab0dd8f {
  max-width: 100%;
}

.shg-c#s-01885d5c-d744-454d-961b-330b2ab0dd8f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-01885d5c-d744-454d-961b-330b2ab0dd8f .shg-image-zoom,
.shg-c#s-01885d5c-d744-454d-961b-330b2ab0dd8f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-01885d5c-d744-454d-961b-330b2ab0dd8f .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-01885d5c-d744-454d-961b-330b2ab0dd8f {
  max-width: 100%;
}

.shg-c#s-01885d5c-d744-454d-961b-330b2ab0dd8f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-01885d5c-d744-454d-961b-330b2ab0dd8f .shg-image-zoom,
.shg-c#s-01885d5c-d744-454d-961b-330b2ab0dd8f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-01885d5c-d744-454d-961b-330b2ab0dd8f .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-01885d5c-d744-454d-961b-330b2ab0dd8f {
  max-width: 100%;
}

.shg-c#s-01885d5c-d744-454d-961b-330b2ab0dd8f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-01885d5c-d744-454d-961b-330b2ab0dd8f .shg-image-zoom,
.shg-c#s-01885d5c-d744-454d-961b-330b2ab0dd8f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-01885d5c-d744-454d-961b-330b2ab0dd8f .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-01885d5c-d744-454d-961b-330b2ab0dd8f {
  max-width: 100%;
}

.shg-c#s-01885d5c-d744-454d-961b-330b2ab0dd8f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-01885d5c-d744-454d-961b-330b2ab0dd8f .shg-image-zoom,
.shg-c#s-01885d5c-d744-454d-961b-330b2ab0dd8f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-01885d5c-d744-454d-961b-330b2ab0dd8f .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-01885d5c-d744-454d-961b-330b2ab0dd8f {
  max-width: 100%;
}

.shg-c#s-01885d5c-d744-454d-961b-330b2ab0dd8f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-01885d5c-d744-454d-961b-330b2ab0dd8f .shg-image-zoom,
.shg-c#s-01885d5c-d744-454d-961b-330b2ab0dd8f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-01885d5c-d744-454d-961b-330b2ab0dd8f .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
.shg-c#s-01885d5c-d744-454d-961b-330b2ab0dd8f {
  max-width: 100%;
}

.shg-c#s-01885d5c-d744-454d-961b-330b2ab0dd8f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-01885d5c-d744-454d-961b-330b2ab0dd8f .shg-image-zoom,
.shg-c#s-01885d5c-d744-454d-961b-330b2ab0dd8f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-01885d5c-d744-454d-961b-330b2ab0dd8f .shg-image-zoom {
  
    margin-left: 0px;
  
}


#s-8ab5fe83-5546-42df-beb1-28827943243a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8ab5fe83-5546-42df-beb1-28827943243a .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-930326d3-3ba8-4966-a7c3-6253ed20326a {
  display: none;
}
#s-3be76671-e122-4da6-bebe-a9e8fa0dfeec {
  text-align: left;
}


.shg-c#s-3be76671-e122-4da6-bebe-a9e8fa0dfeec {
  max-width: 100%;
}

.shg-c#s-3be76671-e122-4da6-bebe-a9e8fa0dfeec img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3be76671-e122-4da6-bebe-a9e8fa0dfeec .shg-image-zoom,
.shg-c#s-3be76671-e122-4da6-bebe-a9e8fa0dfeec img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-3be76671-e122-4da6-bebe-a9e8fa0dfeec .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-3be76671-e122-4da6-bebe-a9e8fa0dfeec {
  max-width: 100%;
}

.shg-c#s-3be76671-e122-4da6-bebe-a9e8fa0dfeec img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3be76671-e122-4da6-bebe-a9e8fa0dfeec .shg-image-zoom,
.shg-c#s-3be76671-e122-4da6-bebe-a9e8fa0dfeec img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-3be76671-e122-4da6-bebe-a9e8fa0dfeec .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-3be76671-e122-4da6-bebe-a9e8fa0dfeec {
  max-width: 100%;
}

.shg-c#s-3be76671-e122-4da6-bebe-a9e8fa0dfeec img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3be76671-e122-4da6-bebe-a9e8fa0dfeec .shg-image-zoom,
.shg-c#s-3be76671-e122-4da6-bebe-a9e8fa0dfeec img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-3be76671-e122-4da6-bebe-a9e8fa0dfeec .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-3be76671-e122-4da6-bebe-a9e8fa0dfeec {
  max-width: 100%;
}

.shg-c#s-3be76671-e122-4da6-bebe-a9e8fa0dfeec img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3be76671-e122-4da6-bebe-a9e8fa0dfeec .shg-image-zoom,
.shg-c#s-3be76671-e122-4da6-bebe-a9e8fa0dfeec img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-3be76671-e122-4da6-bebe-a9e8fa0dfeec .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-3be76671-e122-4da6-bebe-a9e8fa0dfeec {
  max-width: 100%;
}

.shg-c#s-3be76671-e122-4da6-bebe-a9e8fa0dfeec img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3be76671-e122-4da6-bebe-a9e8fa0dfeec .shg-image-zoom,
.shg-c#s-3be76671-e122-4da6-bebe-a9e8fa0dfeec img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-3be76671-e122-4da6-bebe-a9e8fa0dfeec .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
.shg-c#s-3be76671-e122-4da6-bebe-a9e8fa0dfeec {
  max-width: 100%;
}

.shg-c#s-3be76671-e122-4da6-bebe-a9e8fa0dfeec img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3be76671-e122-4da6-bebe-a9e8fa0dfeec .shg-image-zoom,
.shg-c#s-3be76671-e122-4da6-bebe-a9e8fa0dfeec img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-3be76671-e122-4da6-bebe-a9e8fa0dfeec .shg-image-zoom {
  
    margin-left: 0px;
  
}


#s-5b5ffc08-267c-49ec-b422-f70d8e36c95b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5b5ffc08-267c-49ec-b422-f70d8e36c95b .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-16a4abfe-dd55-4d1e-ac6a-9f8e21363e38 {
  display: none;
}
#s-66485b5f-53e6-4002-bbf6-588b59828cc0 {
  text-align: left;
}


.shg-c#s-66485b5f-53e6-4002-bbf6-588b59828cc0 {
  max-width: 100%;
}

.shg-c#s-66485b5f-53e6-4002-bbf6-588b59828cc0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-66485b5f-53e6-4002-bbf6-588b59828cc0 .shg-image-zoom,
.shg-c#s-66485b5f-53e6-4002-bbf6-588b59828cc0 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-66485b5f-53e6-4002-bbf6-588b59828cc0 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-66485b5f-53e6-4002-bbf6-588b59828cc0 {
  max-width: 100%;
}

.shg-c#s-66485b5f-53e6-4002-bbf6-588b59828cc0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-66485b5f-53e6-4002-bbf6-588b59828cc0 .shg-image-zoom,
.shg-c#s-66485b5f-53e6-4002-bbf6-588b59828cc0 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-66485b5f-53e6-4002-bbf6-588b59828cc0 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-66485b5f-53e6-4002-bbf6-588b59828cc0 {
  max-width: 100%;
}

.shg-c#s-66485b5f-53e6-4002-bbf6-588b59828cc0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-66485b5f-53e6-4002-bbf6-588b59828cc0 .shg-image-zoom,
.shg-c#s-66485b5f-53e6-4002-bbf6-588b59828cc0 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-66485b5f-53e6-4002-bbf6-588b59828cc0 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-66485b5f-53e6-4002-bbf6-588b59828cc0 {
  max-width: 100%;
}

.shg-c#s-66485b5f-53e6-4002-bbf6-588b59828cc0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-66485b5f-53e6-4002-bbf6-588b59828cc0 .shg-image-zoom,
.shg-c#s-66485b5f-53e6-4002-bbf6-588b59828cc0 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-66485b5f-53e6-4002-bbf6-588b59828cc0 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-66485b5f-53e6-4002-bbf6-588b59828cc0 {
  max-width: 100%;
}

.shg-c#s-66485b5f-53e6-4002-bbf6-588b59828cc0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-66485b5f-53e6-4002-bbf6-588b59828cc0 .shg-image-zoom,
.shg-c#s-66485b5f-53e6-4002-bbf6-588b59828cc0 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-66485b5f-53e6-4002-bbf6-588b59828cc0 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
.shg-c#s-66485b5f-53e6-4002-bbf6-588b59828cc0 {
  max-width: 100%;
}

.shg-c#s-66485b5f-53e6-4002-bbf6-588b59828cc0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-66485b5f-53e6-4002-bbf6-588b59828cc0 .shg-image-zoom,
.shg-c#s-66485b5f-53e6-4002-bbf6-588b59828cc0 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-66485b5f-53e6-4002-bbf6-588b59828cc0 .shg-image-zoom {
  
    margin-left: 0px;
  
}


#s-916aef20-247e-4cda-8bcd-fd0236fe425c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-916aef20-247e-4cda-8bcd-fd0236fe425c .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-9fe9362c-2892-49dc-ae53-c86c0b350dae {
  display: none;
}
#s-a8fde3fb-4521-49e2-955f-de429f82a330 {
  text-align: left;
}


.shg-c#s-a8fde3fb-4521-49e2-955f-de429f82a330 {
  max-width: 100%;
}

.shg-c#s-a8fde3fb-4521-49e2-955f-de429f82a330 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a8fde3fb-4521-49e2-955f-de429f82a330 .shg-image-zoom,
.shg-c#s-a8fde3fb-4521-49e2-955f-de429f82a330 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a8fde3fb-4521-49e2-955f-de429f82a330 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-a8fde3fb-4521-49e2-955f-de429f82a330 {
  max-width: 100%;
}

.shg-c#s-a8fde3fb-4521-49e2-955f-de429f82a330 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a8fde3fb-4521-49e2-955f-de429f82a330 .shg-image-zoom,
.shg-c#s-a8fde3fb-4521-49e2-955f-de429f82a330 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a8fde3fb-4521-49e2-955f-de429f82a330 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-a8fde3fb-4521-49e2-955f-de429f82a330 {
  max-width: 100%;
}

.shg-c#s-a8fde3fb-4521-49e2-955f-de429f82a330 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a8fde3fb-4521-49e2-955f-de429f82a330 .shg-image-zoom,
.shg-c#s-a8fde3fb-4521-49e2-955f-de429f82a330 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a8fde3fb-4521-49e2-955f-de429f82a330 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-a8fde3fb-4521-49e2-955f-de429f82a330 {
  max-width: 100%;
}

.shg-c#s-a8fde3fb-4521-49e2-955f-de429f82a330 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a8fde3fb-4521-49e2-955f-de429f82a330 .shg-image-zoom,
.shg-c#s-a8fde3fb-4521-49e2-955f-de429f82a330 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a8fde3fb-4521-49e2-955f-de429f82a330 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-a8fde3fb-4521-49e2-955f-de429f82a330 {
  max-width: 100%;
}

.shg-c#s-a8fde3fb-4521-49e2-955f-de429f82a330 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a8fde3fb-4521-49e2-955f-de429f82a330 .shg-image-zoom,
.shg-c#s-a8fde3fb-4521-49e2-955f-de429f82a330 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a8fde3fb-4521-49e2-955f-de429f82a330 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
.shg-c#s-a8fde3fb-4521-49e2-955f-de429f82a330 {
  max-width: 100%;
}

.shg-c#s-a8fde3fb-4521-49e2-955f-de429f82a330 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a8fde3fb-4521-49e2-955f-de429f82a330 .shg-image-zoom,
.shg-c#s-a8fde3fb-4521-49e2-955f-de429f82a330 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a8fde3fb-4521-49e2-955f-de429f82a330 .shg-image-zoom {
  
    margin-left: 0px;
  
}


#s-6491a22e-fcde-42fb-88af-db253d6e9b09 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6491a22e-fcde-42fb-88af-db253d6e9b09 .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-f3c7e93e-b88a-4d11-976d-8e7b7156bc19 {
  display: none;
}
#s-83f0cb06-c572-4a37-964a-4c9681a5b5e1 {
  text-align: left;
}


.shg-c#s-83f0cb06-c572-4a37-964a-4c9681a5b5e1 {
  max-width: 100%;
}

.shg-c#s-83f0cb06-c572-4a37-964a-4c9681a5b5e1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-83f0cb06-c572-4a37-964a-4c9681a5b5e1 .shg-image-zoom,
.shg-c#s-83f0cb06-c572-4a37-964a-4c9681a5b5e1 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-83f0cb06-c572-4a37-964a-4c9681a5b5e1 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-83f0cb06-c572-4a37-964a-4c9681a5b5e1 {
  max-width: 100%;
}

.shg-c#s-83f0cb06-c572-4a37-964a-4c9681a5b5e1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-83f0cb06-c572-4a37-964a-4c9681a5b5e1 .shg-image-zoom,
.shg-c#s-83f0cb06-c572-4a37-964a-4c9681a5b5e1 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-83f0cb06-c572-4a37-964a-4c9681a5b5e1 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-83f0cb06-c572-4a37-964a-4c9681a5b5e1 {
  max-width: 100%;
}

.shg-c#s-83f0cb06-c572-4a37-964a-4c9681a5b5e1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-83f0cb06-c572-4a37-964a-4c9681a5b5e1 .shg-image-zoom,
.shg-c#s-83f0cb06-c572-4a37-964a-4c9681a5b5e1 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-83f0cb06-c572-4a37-964a-4c9681a5b5e1 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-83f0cb06-c572-4a37-964a-4c9681a5b5e1 {
  max-width: 100%;
}

.shg-c#s-83f0cb06-c572-4a37-964a-4c9681a5b5e1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-83f0cb06-c572-4a37-964a-4c9681a5b5e1 .shg-image-zoom,
.shg-c#s-83f0cb06-c572-4a37-964a-4c9681a5b5e1 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-83f0cb06-c572-4a37-964a-4c9681a5b5e1 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-83f0cb06-c572-4a37-964a-4c9681a5b5e1 {
  max-width: 100%;
}

.shg-c#s-83f0cb06-c572-4a37-964a-4c9681a5b5e1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-83f0cb06-c572-4a37-964a-4c9681a5b5e1 .shg-image-zoom,
.shg-c#s-83f0cb06-c572-4a37-964a-4c9681a5b5e1 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-83f0cb06-c572-4a37-964a-4c9681a5b5e1 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
.shg-c#s-83f0cb06-c572-4a37-964a-4c9681a5b5e1 {
  max-width: 100%;
}

.shg-c#s-83f0cb06-c572-4a37-964a-4c9681a5b5e1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-83f0cb06-c572-4a37-964a-4c9681a5b5e1 .shg-image-zoom,
.shg-c#s-83f0cb06-c572-4a37-964a-4c9681a5b5e1 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-83f0cb06-c572-4a37-964a-4c9681a5b5e1 .shg-image-zoom {
  
    margin-left: 0px;
  
}


#s-8d0531ae-df10-435b-aafc-2677c4a91796 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8d0531ae-df10-435b-aafc-2677c4a91796 .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-1255448b-5186-4331-8663-e9abe1eee169 {
  display: none;
}
#s-764aa2af-4277-4912-9912-d38b0ec6a790 {
  text-align: left;
}


.shg-c#s-764aa2af-4277-4912-9912-d38b0ec6a790 {
  max-width: 100%;
}

.shg-c#s-764aa2af-4277-4912-9912-d38b0ec6a790 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-764aa2af-4277-4912-9912-d38b0ec6a790 .shg-image-zoom,
.shg-c#s-764aa2af-4277-4912-9912-d38b0ec6a790 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-764aa2af-4277-4912-9912-d38b0ec6a790 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-764aa2af-4277-4912-9912-d38b0ec6a790 {
  max-width: 100%;
}

.shg-c#s-764aa2af-4277-4912-9912-d38b0ec6a790 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-764aa2af-4277-4912-9912-d38b0ec6a790 .shg-image-zoom,
.shg-c#s-764aa2af-4277-4912-9912-d38b0ec6a790 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-764aa2af-4277-4912-9912-d38b0ec6a790 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-764aa2af-4277-4912-9912-d38b0ec6a790 {
  max-width: 100%;
}

.shg-c#s-764aa2af-4277-4912-9912-d38b0ec6a790 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-764aa2af-4277-4912-9912-d38b0ec6a790 .shg-image-zoom,
.shg-c#s-764aa2af-4277-4912-9912-d38b0ec6a790 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-764aa2af-4277-4912-9912-d38b0ec6a790 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-764aa2af-4277-4912-9912-d38b0ec6a790 {
  max-width: 100%;
}

.shg-c#s-764aa2af-4277-4912-9912-d38b0ec6a790 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-764aa2af-4277-4912-9912-d38b0ec6a790 .shg-image-zoom,
.shg-c#s-764aa2af-4277-4912-9912-d38b0ec6a790 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-764aa2af-4277-4912-9912-d38b0ec6a790 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-764aa2af-4277-4912-9912-d38b0ec6a790 {
  max-width: 100%;
}

.shg-c#s-764aa2af-4277-4912-9912-d38b0ec6a790 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-764aa2af-4277-4912-9912-d38b0ec6a790 .shg-image-zoom,
.shg-c#s-764aa2af-4277-4912-9912-d38b0ec6a790 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-764aa2af-4277-4912-9912-d38b0ec6a790 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
.shg-c#s-764aa2af-4277-4912-9912-d38b0ec6a790 {
  max-width: 100%;
}

.shg-c#s-764aa2af-4277-4912-9912-d38b0ec6a790 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-764aa2af-4277-4912-9912-d38b0ec6a790 .shg-image-zoom,
.shg-c#s-764aa2af-4277-4912-9912-d38b0ec6a790 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-764aa2af-4277-4912-9912-d38b0ec6a790 .shg-image-zoom {
  
    margin-left: 0px;
  
}


#s-169f7d99-fb98-4f8c-8304-a82534042ab7 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-169f7d99-fb98-4f8c-8304-a82534042ab7 .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-e0f58c05-f893-49a7-a0cb-cadc970ca1a5 {
  margin-top: 0px;
margin-bottom: 0px;
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-e0f58c05-f893-49a7-a0cb-cadc970ca1a5 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e0f58c05-f893-49a7-a0cb-cadc970ca1a5 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-e0f58c05-f893-49a7-a0cb-cadc970ca1a5 {
  padding-top: 60px;
padding-left: 5%;
padding-bottom: 60px;
padding-right: 5%;
}
}@media (max-width: 767px){#s-e0f58c05-f893-49a7-a0cb-cadc970ca1a5 {
  padding-top: 60px;
padding-left: 20px;
padding-bottom: 60px;
padding-right: 20px;
}
}







#s-e0f58c05-f893-49a7-a0cb-cadc970ca1a5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e0f58c05-f893-49a7-a0cb-cadc970ca1a5.shg-box.shg-c {
  justify-content: flex-start;
}

#s-090243b4-c5fd-49f9-b381-52afe9dcc0a3 {
  border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 40px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(242, 242, 242, 1);
text-align: center;
}
@media (min-width: 1200px){#s-090243b4-c5fd-49f9-b381-52afe9dcc0a3 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-090243b4-c5fd-49f9-b381-52afe9dcc0a3 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-090243b4-c5fd-49f9-b381-52afe9dcc0a3 {
  
}
}@media (max-width: 767px){#s-090243b4-c5fd-49f9-b381-52afe9dcc0a3 {
  
}
}
#s-090243b4-c5fd-49f9-b381-52afe9dcc0a3 .shogun-heading-component h4 {
  color: #000;
  font-weight:  500 ;
  font-family: "Work Sans";
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: 2px;
  text-align: center;
}


@media (min-width: 768px) and (max-width: 991px){#s-090243b4-c5fd-49f9-b381-52afe9dcc0a3 .shogun-heading-component h4 {
  color: #000;
  font-weight:  500 ;
  font-family: "Work Sans";
  font-style:   ;
  font-size: 22px;
  line-height: ;
  letter-spacing: 2px;
  text-align: center;
}


}@media (max-width: 767px){#s-090243b4-c5fd-49f9-b381-52afe9dcc0a3 .shogun-heading-component h4 {
  color: #000;
  font-weight:  500 ;
  font-family: "Work Sans";
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: 2px;
  text-align: center;
}


}
@media (min-width: 0px) {
[id="s-89a51de1-9303-44ac-8576-0a2afcf258aa"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 10.0px);
}

[id="s-89a51de1-9303-44ac-8576-0a2afcf258aa"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-89a51de1-9303-44ac-8576-0a2afcf258aa"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 16.666666666666668px);
}

[id="s-89a51de1-9303-44ac-8576-0a2afcf258aa"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 16.666666666666668px);
}

[id="s-89a51de1-9303-44ac-8576-0a2afcf258aa"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 16.666666666666668px);
}

[id="s-89a51de1-9303-44ac-8576-0a2afcf258aa"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

[id="s-89a51de1-9303-44ac-8576-0a2afcf258aa"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 16.666666666666668px);
}

[id="s-89a51de1-9303-44ac-8576-0a2afcf258aa"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 16.666666666666668px);
}

[id="s-89a51de1-9303-44ac-8576-0a2afcf258aa"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 16.666666666666668px);
}

[id="s-89a51de1-9303-44ac-8576-0a2afcf258aa"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 16.666666666666668px);
}

[id="s-89a51de1-9303-44ac-8576-0a2afcf258aa"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 16.666666666666668px);
}

[id="s-89a51de1-9303-44ac-8576-0a2afcf258aa"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 16.666666666666668px);
}

[id="s-89a51de1-9303-44ac-8576-0a2afcf258aa"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 16.666666666666668px);
}

[id="s-89a51de1-9303-44ac-8576-0a2afcf258aa"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 16.666666666666668px);
}

}

@media (min-width: 992px) {
[id="s-89a51de1-9303-44ac-8576-0a2afcf258aa"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 16.666666666666668px);
}

[id="s-89a51de1-9303-44ac-8576-0a2afcf258aa"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 16.666666666666668px);
}

[id="s-89a51de1-9303-44ac-8576-0a2afcf258aa"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 16.666666666666668px);
}

[id="s-89a51de1-9303-44ac-8576-0a2afcf258aa"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

[id="s-89a51de1-9303-44ac-8576-0a2afcf258aa"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 16.666666666666668px);
}

[id="s-89a51de1-9303-44ac-8576-0a2afcf258aa"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 16.666666666666668px);
}

[id="s-89a51de1-9303-44ac-8576-0a2afcf258aa"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 16.666666666666668px);
}

[id="s-89a51de1-9303-44ac-8576-0a2afcf258aa"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 16.666666666666668px);
}

[id="s-89a51de1-9303-44ac-8576-0a2afcf258aa"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 16.666666666666668px);
}

[id="s-89a51de1-9303-44ac-8576-0a2afcf258aa"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 16.666666666666668px);
}

[id="s-89a51de1-9303-44ac-8576-0a2afcf258aa"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 16.666666666666668px);
}

[id="s-89a51de1-9303-44ac-8576-0a2afcf258aa"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 16.666666666666668px);
}

}

@media (min-width: 1200px) {
[id="s-89a51de1-9303-44ac-8576-0a2afcf258aa"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 16.666666666666668px);
}

[id="s-89a51de1-9303-44ac-8576-0a2afcf258aa"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 16.666666666666668px);
}

[id="s-89a51de1-9303-44ac-8576-0a2afcf258aa"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 16.666666666666668px);
}

[id="s-89a51de1-9303-44ac-8576-0a2afcf258aa"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

[id="s-89a51de1-9303-44ac-8576-0a2afcf258aa"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 16.666666666666668px);
}

[id="s-89a51de1-9303-44ac-8576-0a2afcf258aa"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 16.666666666666668px);
}

[id="s-89a51de1-9303-44ac-8576-0a2afcf258aa"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 16.666666666666668px);
}

[id="s-89a51de1-9303-44ac-8576-0a2afcf258aa"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 16.666666666666668px);
}

[id="s-89a51de1-9303-44ac-8576-0a2afcf258aa"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 16.666666666666668px);
}

[id="s-89a51de1-9303-44ac-8576-0a2afcf258aa"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 16.666666666666668px);
}

[id="s-89a51de1-9303-44ac-8576-0a2afcf258aa"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 16.666666666666668px);
}

[id="s-89a51de1-9303-44ac-8576-0a2afcf258aa"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 16.666666666666668px);
}

}

#s-eaf28941-2f1a-48c2-94ba-adae36349fde {
  text-align: center;
}




  #s-eaf28941-2f1a-48c2-94ba-adae36349fde img.shogun-image {
    
    width: px;
  }


#s-eaf28941-2f1a-48c2-94ba-adae36349fde .shogun-image-content {
  
    align-items: center;
  
}

#s-533b59b7-a003-435f-abde-e985cbd41c03 {
  text-align: center;
}




  #s-533b59b7-a003-435f-abde-e985cbd41c03 img.shogun-image {
    
    width: px;
  }


#s-533b59b7-a003-435f-abde-e985cbd41c03 .shogun-image-content {
  
    align-items: center;
  
}

#s-db803a52-64ea-4b94-923d-29fb613fa413 {
  text-align: center;
}




  #s-db803a52-64ea-4b94-923d-29fb613fa413 img.shogun-image {
    
    width: px;
  }


#s-db803a52-64ea-4b94-923d-29fb613fa413 .shogun-image-content {
  
    align-items: center;
  
}

#s-2fd9fca4-8d35-45d8-b316-5e390876d419 {
  text-align: center;
}




  #s-2fd9fca4-8d35-45d8-b316-5e390876d419 img.shogun-image {
    
    width: px;
  }


#s-2fd9fca4-8d35-45d8-b316-5e390876d419 .shogun-image-content {
  
    align-items: center;
  
}

#s-c2171881-6972-41bd-88a0-b5fa646408f5 {
  text-align: center;
}




  #s-c2171881-6972-41bd-88a0-b5fa646408f5 img.shogun-image {
    
    width: px;
  }


#s-c2171881-6972-41bd-88a0-b5fa646408f5 .shogun-image-content {
  
    align-items: center;
  
}

#s-a2382798-5ee3-448b-861a-6bbf36a515e1 {
  text-align: center;
}




  #s-a2382798-5ee3-448b-861a-6bbf36a515e1 img.shogun-image {
    
    width: px;
  }


#s-a2382798-5ee3-448b-861a-6bbf36a515e1 .shogun-image-content {
  
    align-items: center;
  
}

/*
  $vgutter : 20px
  $hgutter : 10px;
*/

.shg-c:before,
.shg-c:after {
  content: " ";
  display: table;
}

/**
  Ref:
  https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Positioning/Understanding_z_index/The_stacking_context
  https://dnf.slack.com/archives/C0514HB79/p1538741509000100
**/
.shogun-root {
  z-index: 1;
  position: relative;
  isolation: isolate;
}

.shogun-root iframe {
  display: initial;
}

@media (max-width: 1024px) {
  .shg-c,
  .shg-box {
    background-attachment: scroll !important;
  }
}

@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;
}
