.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-5bbf363d-ae03-4d6f-ac90-084b72608903 {
  background-image: ;
background-repeat: no-repeat;
background-size: cover;
padding-left: 9%;
padding-right: 9%;
min-height: 700px;
background-position: center center;
}
@media (min-width: 768px) and (max-width: 991px){#s-5bbf363d-ae03-4d6f-ac90-084b72608903 {
  display: none;
}
#s-5bbf363d-ae03-4d6f-ac90-084b72608903, #wrap-s-5bbf363d-ae03-4d6f-ac90-084b72608903 { display:none !important; }}@media (max-width: 767px){#s-5bbf363d-ae03-4d6f-ac90-084b72608903 {
  display: none;
}
#s-5bbf363d-ae03-4d6f-ac90-084b72608903, #wrap-s-5bbf363d-ae03-4d6f-ac90-084b72608903 { display:none !important; }}







#s-5bbf363d-ae03-4d6f-ac90-084b72608903 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5bbf363d-ae03-4d6f-ac90-084b72608903.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-ee8f6fea-5c3b-46f5-ab8f-ea36b628fade {
  padding-top: 20px;
padding-bottom: 20px;
}

.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-679fd132-c89e-4a96-82ac-de619c06419b {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 10px;
background-color: rgba(55, 191, 255, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-679fd132-c89e-4a96-82ac-de619c06419b:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-679fd132-c89e-4a96-82ac-de619c06419b:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-679fd132-c89e-4a96-82ac-de619c06419b-btn-wrapper {
    text-align: left;
  }


#s-679fd132-c89e-4a96-82ac-de619c06419b.shg-btn {
  color: #ffffff;
  font-size: 22px;
  
  
  
  display:  inline-block ;
}

#s-e63e44b9-bde9-4e51-b6e9-48ea8ec792e0 {
  background-image: ;
background-repeat: no-repeat;
background-size: cover;
padding-left: 9%;
padding-right: 9%;
min-height: 400px;
background-position: center top;
}
@media (min-width: 1200px){#s-e63e44b9-bde9-4e51-b6e9-48ea8ec792e0 {
  display: none;
}
#s-e63e44b9-bde9-4e51-b6e9-48ea8ec792e0, #wrap-s-e63e44b9-bde9-4e51-b6e9-48ea8ec792e0 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e63e44b9-bde9-4e51-b6e9-48ea8ec792e0 {
  display: none;
}
#s-e63e44b9-bde9-4e51-b6e9-48ea8ec792e0, #wrap-s-e63e44b9-bde9-4e51-b6e9-48ea8ec792e0 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-e63e44b9-bde9-4e51-b6e9-48ea8ec792e0 {
  
}
}@media (max-width: 767px){#s-e63e44b9-bde9-4e51-b6e9-48ea8ec792e0 {
  
}
}







#s-e63e44b9-bde9-4e51-b6e9-48ea8ec792e0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e63e44b9-bde9-4e51-b6e9-48ea8ec792e0.shg-box.shg-c {
  justify-content: center;
}

#s-1c4e612d-2e61-4997-95cd-93ede3286176 {
  padding-top: 0%;
padding-bottom: 5%;
min-height: 50px;
background-color: rgba(117, 209, 255, 1);
}
@media (min-width: 1200px){#s-1c4e612d-2e61-4997-95cd-93ede3286176 {
  display: none;
}
#s-1c4e612d-2e61-4997-95cd-93ede3286176, #wrap-s-1c4e612d-2e61-4997-95cd-93ede3286176 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-1c4e612d-2e61-4997-95cd-93ede3286176 {
  display: none;
}
#s-1c4e612d-2e61-4997-95cd-93ede3286176, #wrap-s-1c4e612d-2e61-4997-95cd-93ede3286176 { display:none !important; }}







#s-1c4e612d-2e61-4997-95cd-93ede3286176 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1c4e612d-2e61-4997-95cd-93ede3286176.shg-box.shg-c {
  justify-content: center;
}

#s-19f4f246-0962-4a7e-8e63-9ef80bf37e5c {
  padding-top: 20px;
padding-bottom: 20px;
}

#s-0a962d5f-fdb0-4a81-9052-8989e4d61b90 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 10px;
background-color: rgba(247, 111, 157, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-0a962d5f-fdb0-4a81-9052-8989e4d61b90:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-0a962d5f-fdb0-4a81-9052-8989e4d61b90:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-0a962d5f-fdb0-4a81-9052-8989e4d61b90-btn-wrapper {
    text-align: center;
  }


#s-0a962d5f-fdb0-4a81-9052-8989e4d61b90.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-a344ee8c-5ba4-4dee-a9e6-90ec87a0dc8d {
  padding-top: 1%;
padding-left: 2%;
padding-bottom: 1%;
padding-right: 2%;
min-height: 50px;
background-color: rgba(247, 111, 157, 1);
}
@media (min-width: 1200px){#s-a344ee8c-5ba4-4dee-a9e6-90ec87a0dc8d {
  display: none;
}
#s-a344ee8c-5ba4-4dee-a9e6-90ec87a0dc8d, #wrap-s-a344ee8c-5ba4-4dee-a9e6-90ec87a0dc8d { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a344ee8c-5ba4-4dee-a9e6-90ec87a0dc8d {
  display: none;
}
#s-a344ee8c-5ba4-4dee-a9e6-90ec87a0dc8d, #wrap-s-a344ee8c-5ba4-4dee-a9e6-90ec87a0dc8d { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-a344ee8c-5ba4-4dee-a9e6-90ec87a0dc8d {
  
}
}







#s-a344ee8c-5ba4-4dee-a9e6-90ec87a0dc8d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a344ee8c-5ba4-4dee-a9e6-90ec87a0dc8d.shg-box.shg-c {
  justify-content: center;
}

#s-fabf6e5a-3cb2-46c5-a3c8-fb5bcf8f9223 {
  padding-top: 1%;
padding-left: 2%;
padding-bottom: 1%;
padding-right: 2%;
min-height: 50px;
background-color: rgba(247, 111, 157, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-fabf6e5a-3cb2-46c5-a3c8-fb5bcf8f9223 {
  display: none;
}
#s-fabf6e5a-3cb2-46c5-a3c8-fb5bcf8f9223, #wrap-s-fabf6e5a-3cb2-46c5-a3c8-fb5bcf8f9223 { display:none !important; }}@media (max-width: 767px){#s-fabf6e5a-3cb2-46c5-a3c8-fb5bcf8f9223 {
  display: none;
}
#s-fabf6e5a-3cb2-46c5-a3c8-fb5bcf8f9223, #wrap-s-fabf6e5a-3cb2-46c5-a3c8-fb5bcf8f9223 { display:none !important; }}







#s-fabf6e5a-3cb2-46c5-a3c8-fb5bcf8f9223 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fabf6e5a-3cb2-46c5-a3c8-fb5bcf8f9223.shg-box.shg-c {
  justify-content: center;
}

#s-44ac0abc-bdcf-464d-830e-9490032a025d {
  min-height: 50px;
}
@media (min-width: 1200px){#s-44ac0abc-bdcf-464d-830e-9490032a025d {
  display: none;
}
#s-44ac0abc-bdcf-464d-830e-9490032a025d, #wrap-s-44ac0abc-bdcf-464d-830e-9490032a025d { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-44ac0abc-bdcf-464d-830e-9490032a025d {
  display: none;
}
#s-44ac0abc-bdcf-464d-830e-9490032a025d, #wrap-s-44ac0abc-bdcf-464d-830e-9490032a025d { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-44ac0abc-bdcf-464d-830e-9490032a025d {
  
}
}







#s-44ac0abc-bdcf-464d-830e-9490032a025d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-44ac0abc-bdcf-464d-830e-9490032a025d.shg-box.shg-c {
  justify-content: center;
}

.shg-sld-content {
  width: 100%;
  position: relative;
  z-index: 1;
}

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

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

.shg-sld-nav-button {
  cursor: pointer;
  position: absolute;
  z-index: 10;
  top: 0;
  width: 35px;
  height: 100%;

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

.shg-sld-nav-button > svg {
  height: 100%;
  width: 100%;
}

.shg-sld-nav-button.shg-sld-left {
  left: 0;
}

.shg-sld-nav-button.shg-sld-left-over-content {
  left: 2%;
}

.shg-sld-nav-button.shg-sld-right {
  right: 0;
}

.shg-sld-nav-button.shg-sld-right-over-content {
  right: 2%;
}

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

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

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

.shg-sld-dots {
  margin-top: 10px;
  text-align: center;
  z-index: 1;
  position: relative;
}

.shg-sld-dots-on-top {
  margin-top: -30px !important;
}

.shg-sld-dot {
  cursor: pointer;
  display: inline-block !important;
  height: 14px;
  width: 14px;
  border-radius: 100%;
  margin-left: 5px;
  opacity: 0.5;
}

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

.shg-sld-dot.shg-sld-active {
  opacity: 1;
}

.shg-sld-fade {
  -webkit-animation-name: shg-sld-fade;
          animation-name: shg-sld-fade;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  image-rendering: -webkit-optimize-contrast;
}

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

  to {
    opacity: 1;
  }
}

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

  to {
    opacity: 1;
  }
}

#s-6580f55e-39c1-44d5-baca-f8ef07feeb2d {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-6580f55e-39c1-44d5-baca-f8ef07feeb2d .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-6580f55e-39c1-44d5-baca-f8ef07feeb2d .shg-sld-nav-button.shg-sld-left,
#s-6580f55e-39c1-44d5-baca-f8ef07feeb2d .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

.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-b94f07d2-89fe-4cfd-852c-084a3ce085ac"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 3.3333333333333335px);
}

[id="s-b94f07d2-89fe-4cfd-852c-084a3ce085ac"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 3.3333333333333335px);
}

[id="s-b94f07d2-89fe-4cfd-852c-084a3ce085ac"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 3.3333333333333335px);
}

[id="s-b94f07d2-89fe-4cfd-852c-084a3ce085ac"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

[id="s-b94f07d2-89fe-4cfd-852c-084a3ce085ac"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 3.3333333333333335px);
}

[id="s-b94f07d2-89fe-4cfd-852c-084a3ce085ac"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 3.3333333333333335px);
}

[id="s-b94f07d2-89fe-4cfd-852c-084a3ce085ac"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 3.3333333333333335px);
}

[id="s-b94f07d2-89fe-4cfd-852c-084a3ce085ac"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 3.3333333333333335px);
}

[id="s-b94f07d2-89fe-4cfd-852c-084a3ce085ac"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 3.3333333333333335px);
}

[id="s-b94f07d2-89fe-4cfd-852c-084a3ce085ac"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 3.3333333333333335px);
}

[id="s-b94f07d2-89fe-4cfd-852c-084a3ce085ac"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 3.3333333333333335px);
}

[id="s-b94f07d2-89fe-4cfd-852c-084a3ce085ac"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 3.3333333333333335px);
}

}

@media (min-width: 768px) {
[id="s-b94f07d2-89fe-4cfd-852c-084a3ce085ac"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 3.3333333333333335px);
}

[id="s-b94f07d2-89fe-4cfd-852c-084a3ce085ac"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 3.3333333333333335px);
}

[id="s-b94f07d2-89fe-4cfd-852c-084a3ce085ac"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 3.3333333333333335px);
}

[id="s-b94f07d2-89fe-4cfd-852c-084a3ce085ac"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

[id="s-b94f07d2-89fe-4cfd-852c-084a3ce085ac"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 3.3333333333333335px);
}

[id="s-b94f07d2-89fe-4cfd-852c-084a3ce085ac"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 3.3333333333333335px);
}

[id="s-b94f07d2-89fe-4cfd-852c-084a3ce085ac"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 3.3333333333333335px);
}

[id="s-b94f07d2-89fe-4cfd-852c-084a3ce085ac"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 3.3333333333333335px);
}

[id="s-b94f07d2-89fe-4cfd-852c-084a3ce085ac"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 3.3333333333333335px);
}

[id="s-b94f07d2-89fe-4cfd-852c-084a3ce085ac"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 3.3333333333333335px);
}

[id="s-b94f07d2-89fe-4cfd-852c-084a3ce085ac"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 3.3333333333333335px);
}

[id="s-b94f07d2-89fe-4cfd-852c-084a3ce085ac"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 3.3333333333333335px);
}

}

@media (min-width: 992px) {
[id="s-b94f07d2-89fe-4cfd-852c-084a3ce085ac"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 3.3333333333333335px);
}

[id="s-b94f07d2-89fe-4cfd-852c-084a3ce085ac"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 3.3333333333333335px);
}

[id="s-b94f07d2-89fe-4cfd-852c-084a3ce085ac"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 3.3333333333333335px);
}

[id="s-b94f07d2-89fe-4cfd-852c-084a3ce085ac"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

[id="s-b94f07d2-89fe-4cfd-852c-084a3ce085ac"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 3.3333333333333335px);
}

[id="s-b94f07d2-89fe-4cfd-852c-084a3ce085ac"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 3.3333333333333335px);
}

[id="s-b94f07d2-89fe-4cfd-852c-084a3ce085ac"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 3.3333333333333335px);
}

[id="s-b94f07d2-89fe-4cfd-852c-084a3ce085ac"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 3.3333333333333335px);
}

[id="s-b94f07d2-89fe-4cfd-852c-084a3ce085ac"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 3.3333333333333335px);
}

[id="s-b94f07d2-89fe-4cfd-852c-084a3ce085ac"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 3.3333333333333335px);
}

[id="s-b94f07d2-89fe-4cfd-852c-084a3ce085ac"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 3.3333333333333335px);
}

[id="s-b94f07d2-89fe-4cfd-852c-084a3ce085ac"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 3.3333333333333335px);
}

}

@media (min-width: 1200px) {
[id="s-b94f07d2-89fe-4cfd-852c-084a3ce085ac"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 3.3333333333333335px);
}

[id="s-b94f07d2-89fe-4cfd-852c-084a3ce085ac"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 3.3333333333333335px);
}

[id="s-b94f07d2-89fe-4cfd-852c-084a3ce085ac"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 3.3333333333333335px);
}

[id="s-b94f07d2-89fe-4cfd-852c-084a3ce085ac"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

[id="s-b94f07d2-89fe-4cfd-852c-084a3ce085ac"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 3.3333333333333335px);
}

[id="s-b94f07d2-89fe-4cfd-852c-084a3ce085ac"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 3.3333333333333335px);
}

[id="s-b94f07d2-89fe-4cfd-852c-084a3ce085ac"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 3.3333333333333335px);
}

[id="s-b94f07d2-89fe-4cfd-852c-084a3ce085ac"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 3.3333333333333335px);
}

[id="s-b94f07d2-89fe-4cfd-852c-084a3ce085ac"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 3.3333333333333335px);
}

[id="s-b94f07d2-89fe-4cfd-852c-084a3ce085ac"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 3.3333333333333335px);
}

[id="s-b94f07d2-89fe-4cfd-852c-084a3ce085ac"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 3.3333333333333335px);
}

[id="s-b94f07d2-89fe-4cfd-852c-084a3ce085ac"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 3.3333333333333335px);
}

}

#s-d3e99770-95ea-49f8-9aef-f7b404ee8c17 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 125px;
background-position: center center;
}








#s-d3e99770-95ea-49f8-9aef-f7b404ee8c17 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d3e99770-95ea-49f8-9aef-f7b404ee8c17.shg-box.shg-c {
  justify-content: center;
}

#s-2ea93369-dfa5-42a1-98ba-d3abab392edf {
  background-repeat: no-repeat;
background-size: cover;
background-position: center center;
}








#s-2ea93369-dfa5-42a1-98ba-d3abab392edf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2ea93369-dfa5-42a1-98ba-d3abab392edf.shg-box.shg-c {
  justify-content: center;
}

#s-f885b9b3-23a1-4a93-b02b-5f7ffe919fb8 {
  background-repeat: no-repeat;
background-size: cover;
background-position: center center;
}








#s-f885b9b3-23a1-4a93-b02b-5f7ffe919fb8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f885b9b3-23a1-4a93-b02b-5f7ffe919fb8.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-c82e002f-7b96-4e11-b6ca-76605b7ced26"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 3.3333333333333335px);
}

[id="s-c82e002f-7b96-4e11-b6ca-76605b7ced26"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 3.3333333333333335px);
}

[id="s-c82e002f-7b96-4e11-b6ca-76605b7ced26"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 3.3333333333333335px);
}

[id="s-c82e002f-7b96-4e11-b6ca-76605b7ced26"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

[id="s-c82e002f-7b96-4e11-b6ca-76605b7ced26"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 3.3333333333333335px);
}

[id="s-c82e002f-7b96-4e11-b6ca-76605b7ced26"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 3.3333333333333335px);
}

[id="s-c82e002f-7b96-4e11-b6ca-76605b7ced26"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 3.3333333333333335px);
}

[id="s-c82e002f-7b96-4e11-b6ca-76605b7ced26"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 3.3333333333333335px);
}

[id="s-c82e002f-7b96-4e11-b6ca-76605b7ced26"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 3.3333333333333335px);
}

[id="s-c82e002f-7b96-4e11-b6ca-76605b7ced26"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 3.3333333333333335px);
}

[id="s-c82e002f-7b96-4e11-b6ca-76605b7ced26"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 3.3333333333333335px);
}

[id="s-c82e002f-7b96-4e11-b6ca-76605b7ced26"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 3.3333333333333335px);
}

}

@media (min-width: 768px) {
[id="s-c82e002f-7b96-4e11-b6ca-76605b7ced26"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 3.3333333333333335px);
}

[id="s-c82e002f-7b96-4e11-b6ca-76605b7ced26"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 3.3333333333333335px);
}

[id="s-c82e002f-7b96-4e11-b6ca-76605b7ced26"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 3.3333333333333335px);
}

[id="s-c82e002f-7b96-4e11-b6ca-76605b7ced26"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

[id="s-c82e002f-7b96-4e11-b6ca-76605b7ced26"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 3.3333333333333335px);
}

[id="s-c82e002f-7b96-4e11-b6ca-76605b7ced26"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 3.3333333333333335px);
}

[id="s-c82e002f-7b96-4e11-b6ca-76605b7ced26"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 3.3333333333333335px);
}

[id="s-c82e002f-7b96-4e11-b6ca-76605b7ced26"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 3.3333333333333335px);
}

[id="s-c82e002f-7b96-4e11-b6ca-76605b7ced26"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 3.3333333333333335px);
}

[id="s-c82e002f-7b96-4e11-b6ca-76605b7ced26"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 3.3333333333333335px);
}

[id="s-c82e002f-7b96-4e11-b6ca-76605b7ced26"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 3.3333333333333335px);
}

[id="s-c82e002f-7b96-4e11-b6ca-76605b7ced26"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 3.3333333333333335px);
}

}

@media (min-width: 992px) {
[id="s-c82e002f-7b96-4e11-b6ca-76605b7ced26"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 3.3333333333333335px);
}

[id="s-c82e002f-7b96-4e11-b6ca-76605b7ced26"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 3.3333333333333335px);
}

[id="s-c82e002f-7b96-4e11-b6ca-76605b7ced26"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 3.3333333333333335px);
}

[id="s-c82e002f-7b96-4e11-b6ca-76605b7ced26"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

[id="s-c82e002f-7b96-4e11-b6ca-76605b7ced26"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 3.3333333333333335px);
}

[id="s-c82e002f-7b96-4e11-b6ca-76605b7ced26"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 3.3333333333333335px);
}

[id="s-c82e002f-7b96-4e11-b6ca-76605b7ced26"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 3.3333333333333335px);
}

[id="s-c82e002f-7b96-4e11-b6ca-76605b7ced26"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 3.3333333333333335px);
}

[id="s-c82e002f-7b96-4e11-b6ca-76605b7ced26"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 3.3333333333333335px);
}

[id="s-c82e002f-7b96-4e11-b6ca-76605b7ced26"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 3.3333333333333335px);
}

[id="s-c82e002f-7b96-4e11-b6ca-76605b7ced26"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 3.3333333333333335px);
}

[id="s-c82e002f-7b96-4e11-b6ca-76605b7ced26"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 3.3333333333333335px);
}

}

@media (min-width: 1200px) {
[id="s-c82e002f-7b96-4e11-b6ca-76605b7ced26"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 3.3333333333333335px);
}

[id="s-c82e002f-7b96-4e11-b6ca-76605b7ced26"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 3.3333333333333335px);
}

[id="s-c82e002f-7b96-4e11-b6ca-76605b7ced26"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 3.3333333333333335px);
}

[id="s-c82e002f-7b96-4e11-b6ca-76605b7ced26"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

[id="s-c82e002f-7b96-4e11-b6ca-76605b7ced26"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 3.3333333333333335px);
}

[id="s-c82e002f-7b96-4e11-b6ca-76605b7ced26"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 3.3333333333333335px);
}

[id="s-c82e002f-7b96-4e11-b6ca-76605b7ced26"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 3.3333333333333335px);
}

[id="s-c82e002f-7b96-4e11-b6ca-76605b7ced26"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 3.3333333333333335px);
}

[id="s-c82e002f-7b96-4e11-b6ca-76605b7ced26"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 3.3333333333333335px);
}

[id="s-c82e002f-7b96-4e11-b6ca-76605b7ced26"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 3.3333333333333335px);
}

[id="s-c82e002f-7b96-4e11-b6ca-76605b7ced26"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 3.3333333333333335px);
}

[id="s-c82e002f-7b96-4e11-b6ca-76605b7ced26"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 3.3333333333333335px);
}

}

#s-a422082f-9d38-44d0-920d-1ca4ef09c4f2 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 125px;
background-position: center center;
}








#s-a422082f-9d38-44d0-920d-1ca4ef09c4f2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a422082f-9d38-44d0-920d-1ca4ef09c4f2.shg-box.shg-c {
  justify-content: center;
}

#s-d3996583-9ad4-4ec1-b1ba-9e14611d3811 {
  background-repeat: no-repeat;
background-size: cover;
background-position: center center;
}








#s-d3996583-9ad4-4ec1-b1ba-9e14611d3811 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d3996583-9ad4-4ec1-b1ba-9e14611d3811.shg-box.shg-c {
  justify-content: center;
}

#s-bde0743f-2a01-48dc-b87f-44477098bfbc {
  background-repeat: no-repeat;
background-size: cover;
background-position: center center;
}








#s-bde0743f-2a01-48dc-b87f-44477098bfbc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bde0743f-2a01-48dc-b87f-44477098bfbc.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-10a64309-6e5a-4d5c-8db9-947b969a673b"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 3.3333333333333335px);
}

[id="s-10a64309-6e5a-4d5c-8db9-947b969a673b"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 3.3333333333333335px);
}

[id="s-10a64309-6e5a-4d5c-8db9-947b969a673b"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 3.3333333333333335px);
}

[id="s-10a64309-6e5a-4d5c-8db9-947b969a673b"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

[id="s-10a64309-6e5a-4d5c-8db9-947b969a673b"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 3.3333333333333335px);
}

[id="s-10a64309-6e5a-4d5c-8db9-947b969a673b"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 3.3333333333333335px);
}

[id="s-10a64309-6e5a-4d5c-8db9-947b969a673b"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 3.3333333333333335px);
}

[id="s-10a64309-6e5a-4d5c-8db9-947b969a673b"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 3.3333333333333335px);
}

[id="s-10a64309-6e5a-4d5c-8db9-947b969a673b"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 3.3333333333333335px);
}

[id="s-10a64309-6e5a-4d5c-8db9-947b969a673b"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 3.3333333333333335px);
}

[id="s-10a64309-6e5a-4d5c-8db9-947b969a673b"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 3.3333333333333335px);
}

[id="s-10a64309-6e5a-4d5c-8db9-947b969a673b"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 3.3333333333333335px);
}

}

@media (min-width: 768px) {
[id="s-10a64309-6e5a-4d5c-8db9-947b969a673b"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 3.3333333333333335px);
}

[id="s-10a64309-6e5a-4d5c-8db9-947b969a673b"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 3.3333333333333335px);
}

[id="s-10a64309-6e5a-4d5c-8db9-947b969a673b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 3.3333333333333335px);
}

[id="s-10a64309-6e5a-4d5c-8db9-947b969a673b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

[id="s-10a64309-6e5a-4d5c-8db9-947b969a673b"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 3.3333333333333335px);
}

[id="s-10a64309-6e5a-4d5c-8db9-947b969a673b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 3.3333333333333335px);
}

[id="s-10a64309-6e5a-4d5c-8db9-947b969a673b"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 3.3333333333333335px);
}

[id="s-10a64309-6e5a-4d5c-8db9-947b969a673b"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 3.3333333333333335px);
}

[id="s-10a64309-6e5a-4d5c-8db9-947b969a673b"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 3.3333333333333335px);
}

[id="s-10a64309-6e5a-4d5c-8db9-947b969a673b"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 3.3333333333333335px);
}

[id="s-10a64309-6e5a-4d5c-8db9-947b969a673b"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 3.3333333333333335px);
}

[id="s-10a64309-6e5a-4d5c-8db9-947b969a673b"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 3.3333333333333335px);
}

}

@media (min-width: 992px) {
[id="s-10a64309-6e5a-4d5c-8db9-947b969a673b"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 3.3333333333333335px);
}

[id="s-10a64309-6e5a-4d5c-8db9-947b969a673b"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 3.3333333333333335px);
}

[id="s-10a64309-6e5a-4d5c-8db9-947b969a673b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 3.3333333333333335px);
}

[id="s-10a64309-6e5a-4d5c-8db9-947b969a673b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

[id="s-10a64309-6e5a-4d5c-8db9-947b969a673b"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 3.3333333333333335px);
}

[id="s-10a64309-6e5a-4d5c-8db9-947b969a673b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 3.3333333333333335px);
}

[id="s-10a64309-6e5a-4d5c-8db9-947b969a673b"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 3.3333333333333335px);
}

[id="s-10a64309-6e5a-4d5c-8db9-947b969a673b"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 3.3333333333333335px);
}

[id="s-10a64309-6e5a-4d5c-8db9-947b969a673b"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 3.3333333333333335px);
}

[id="s-10a64309-6e5a-4d5c-8db9-947b969a673b"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 3.3333333333333335px);
}

[id="s-10a64309-6e5a-4d5c-8db9-947b969a673b"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 3.3333333333333335px);
}

[id="s-10a64309-6e5a-4d5c-8db9-947b969a673b"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 3.3333333333333335px);
}

}

@media (min-width: 1200px) {
[id="s-10a64309-6e5a-4d5c-8db9-947b969a673b"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 3.3333333333333335px);
}

[id="s-10a64309-6e5a-4d5c-8db9-947b969a673b"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 3.3333333333333335px);
}

[id="s-10a64309-6e5a-4d5c-8db9-947b969a673b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 3.3333333333333335px);
}

[id="s-10a64309-6e5a-4d5c-8db9-947b969a673b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

[id="s-10a64309-6e5a-4d5c-8db9-947b969a673b"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 3.3333333333333335px);
}

[id="s-10a64309-6e5a-4d5c-8db9-947b969a673b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 3.3333333333333335px);
}

[id="s-10a64309-6e5a-4d5c-8db9-947b969a673b"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 3.3333333333333335px);
}

[id="s-10a64309-6e5a-4d5c-8db9-947b969a673b"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 3.3333333333333335px);
}

[id="s-10a64309-6e5a-4d5c-8db9-947b969a673b"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 3.3333333333333335px);
}

[id="s-10a64309-6e5a-4d5c-8db9-947b969a673b"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 3.3333333333333335px);
}

[id="s-10a64309-6e5a-4d5c-8db9-947b969a673b"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 3.3333333333333335px);
}

[id="s-10a64309-6e5a-4d5c-8db9-947b969a673b"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 3.3333333333333335px);
}

}

#s-7e2babc9-ca6e-474b-a8a1-39f8ff6d27b6 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 125px;
background-position: center center;
}








#s-7e2babc9-ca6e-474b-a8a1-39f8ff6d27b6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7e2babc9-ca6e-474b-a8a1-39f8ff6d27b6.shg-box.shg-c {
  justify-content: center;
}

#s-359c2f5e-b7f6-4c1d-8a3a-0c522a825bb5 {
  background-repeat: no-repeat;
background-size: cover;
background-position: center center;
}








#s-359c2f5e-b7f6-4c1d-8a3a-0c522a825bb5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-359c2f5e-b7f6-4c1d-8a3a-0c522a825bb5.shg-box.shg-c {
  justify-content: center;
}

#s-2b16bf40-ebe9-4285-a1d3-ad480857e23e {
  background-repeat: no-repeat;
background-size: cover;
background-position: center center;
}








#s-2b16bf40-ebe9-4285-a1d3-ad480857e23e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2b16bf40-ebe9-4285-a1d3-ad480857e23e.shg-box.shg-c {
  justify-content: center;
}

#s-a3851504-8c33-47f7-bb7a-5c9f7f177ffc {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-a3851504-8c33-47f7-bb7a-5c9f7f177ffc {
  display: none;
}
#s-a3851504-8c33-47f7-bb7a-5c9f7f177ffc, #wrap-s-a3851504-8c33-47f7-bb7a-5c9f7f177ffc { display:none !important; }}@media (max-width: 767px){#s-a3851504-8c33-47f7-bb7a-5c9f7f177ffc {
  display: none;
}
#s-a3851504-8c33-47f7-bb7a-5c9f7f177ffc, #wrap-s-a3851504-8c33-47f7-bb7a-5c9f7f177ffc { display:none !important; }}







#s-a3851504-8c33-47f7-bb7a-5c9f7f177ffc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a3851504-8c33-47f7-bb7a-5c9f7f177ffc.shg-box.shg-c {
  justify-content: center;
}

#s-9899ed26-c1c0-4451-8f86-b9a3bb08e938 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-9899ed26-c1c0-4451-8f86-b9a3bb08e938 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-9899ed26-c1c0-4451-8f86-b9a3bb08e938 .shg-sld-nav-button.shg-sld-left,
#s-9899ed26-c1c0-4451-8f86-b9a3bb08e938 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

@media (min-width: 0px) {
[id="s-0dfad74d-ac06-4a10-9058-fd597e228f27"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 3.75px);
}

[id="s-0dfad74d-ac06-4a10-9058-fd597e228f27"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 3.75px);
}

[id="s-0dfad74d-ac06-4a10-9058-fd597e228f27"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 3.75px);
}

[id="s-0dfad74d-ac06-4a10-9058-fd597e228f27"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 3.75px);
}

[id="s-0dfad74d-ac06-4a10-9058-fd597e228f27"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 3.75px);
}

[id="s-0dfad74d-ac06-4a10-9058-fd597e228f27"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 3.75px);
}

[id="s-0dfad74d-ac06-4a10-9058-fd597e228f27"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 3.75px);
}

[id="s-0dfad74d-ac06-4a10-9058-fd597e228f27"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 3.75px);
}

[id="s-0dfad74d-ac06-4a10-9058-fd597e228f27"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 3.75px);
}

[id="s-0dfad74d-ac06-4a10-9058-fd597e228f27"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 3.75px);
}

[id="s-0dfad74d-ac06-4a10-9058-fd597e228f27"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 3.75px);
}

[id="s-0dfad74d-ac06-4a10-9058-fd597e228f27"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 3.75px);
}

}

@media (min-width: 768px) {
[id="s-0dfad74d-ac06-4a10-9058-fd597e228f27"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 3.75px);
}

[id="s-0dfad74d-ac06-4a10-9058-fd597e228f27"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 3.75px);
}

[id="s-0dfad74d-ac06-4a10-9058-fd597e228f27"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 3.75px);
}

[id="s-0dfad74d-ac06-4a10-9058-fd597e228f27"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 3.75px);
}

[id="s-0dfad74d-ac06-4a10-9058-fd597e228f27"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 3.75px);
}

[id="s-0dfad74d-ac06-4a10-9058-fd597e228f27"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 3.75px);
}

[id="s-0dfad74d-ac06-4a10-9058-fd597e228f27"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 3.75px);
}

[id="s-0dfad74d-ac06-4a10-9058-fd597e228f27"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 3.75px);
}

[id="s-0dfad74d-ac06-4a10-9058-fd597e228f27"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 3.75px);
}

[id="s-0dfad74d-ac06-4a10-9058-fd597e228f27"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 3.75px);
}

[id="s-0dfad74d-ac06-4a10-9058-fd597e228f27"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 3.75px);
}

[id="s-0dfad74d-ac06-4a10-9058-fd597e228f27"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 3.75px);
}

}

@media (min-width: 992px) {
[id="s-0dfad74d-ac06-4a10-9058-fd597e228f27"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 3.75px);
}

[id="s-0dfad74d-ac06-4a10-9058-fd597e228f27"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 3.75px);
}

[id="s-0dfad74d-ac06-4a10-9058-fd597e228f27"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 3.75px);
}

[id="s-0dfad74d-ac06-4a10-9058-fd597e228f27"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 3.75px);
}

[id="s-0dfad74d-ac06-4a10-9058-fd597e228f27"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 3.75px);
}

[id="s-0dfad74d-ac06-4a10-9058-fd597e228f27"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 3.75px);
}

[id="s-0dfad74d-ac06-4a10-9058-fd597e228f27"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 3.75px);
}

[id="s-0dfad74d-ac06-4a10-9058-fd597e228f27"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 3.75px);
}

[id="s-0dfad74d-ac06-4a10-9058-fd597e228f27"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 3.75px);
}

[id="s-0dfad74d-ac06-4a10-9058-fd597e228f27"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 3.75px);
}

[id="s-0dfad74d-ac06-4a10-9058-fd597e228f27"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 3.75px);
}

[id="s-0dfad74d-ac06-4a10-9058-fd597e228f27"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 3.75px);
}

}

@media (min-width: 1200px) {
[id="s-0dfad74d-ac06-4a10-9058-fd597e228f27"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 3.75px);
}

[id="s-0dfad74d-ac06-4a10-9058-fd597e228f27"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 3.75px);
}

[id="s-0dfad74d-ac06-4a10-9058-fd597e228f27"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 3.75px);
}

[id="s-0dfad74d-ac06-4a10-9058-fd597e228f27"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 3.75px);
}

[id="s-0dfad74d-ac06-4a10-9058-fd597e228f27"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 3.75px);
}

[id="s-0dfad74d-ac06-4a10-9058-fd597e228f27"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 3.75px);
}

[id="s-0dfad74d-ac06-4a10-9058-fd597e228f27"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 3.75px);
}

[id="s-0dfad74d-ac06-4a10-9058-fd597e228f27"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 3.75px);
}

[id="s-0dfad74d-ac06-4a10-9058-fd597e228f27"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 3.75px);
}

[id="s-0dfad74d-ac06-4a10-9058-fd597e228f27"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 3.75px);
}

[id="s-0dfad74d-ac06-4a10-9058-fd597e228f27"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 3.75px);
}

[id="s-0dfad74d-ac06-4a10-9058-fd597e228f27"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 3.75px);
}

}

#s-bf19dba2-8994-4f2e-9f5c-a0de3a153931 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 300px;
background-position: center center;
}








#s-bf19dba2-8994-4f2e-9f5c-a0de3a153931 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bf19dba2-8994-4f2e-9f5c-a0de3a153931.shg-box.shg-c {
  justify-content: center;
}

#s-3e1f7357-43d8-45b6-8130-a5ba40a246cd {
  background-repeat: no-repeat;
background-size: cover;
min-height: 50px;
background-position: center center;
}








#s-3e1f7357-43d8-45b6-8130-a5ba40a246cd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3e1f7357-43d8-45b6-8130-a5ba40a246cd.shg-box.shg-c {
  justify-content: center;
}

#s-156c91f7-a6e1-4cb3-8868-77581443b144 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 50px;
background-position: center center;
}








#s-156c91f7-a6e1-4cb3-8868-77581443b144 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-156c91f7-a6e1-4cb3-8868-77581443b144.shg-box.shg-c {
  justify-content: center;
}

#s-5ab1f760-a729-4015-a05f-42528b836d18 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 50px;
background-position: center center;
}








#s-5ab1f760-a729-4015-a05f-42528b836d18 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5ab1f760-a729-4015-a05f-42528b836d18.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-c2e28bcc-41ae-4d3a-ac06-37da63fe9959"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 3.75px);
}

[id="s-c2e28bcc-41ae-4d3a-ac06-37da63fe9959"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 3.75px);
}

[id="s-c2e28bcc-41ae-4d3a-ac06-37da63fe9959"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 3.75px);
}

[id="s-c2e28bcc-41ae-4d3a-ac06-37da63fe9959"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 3.75px);
}

[id="s-c2e28bcc-41ae-4d3a-ac06-37da63fe9959"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 3.75px);
}

[id="s-c2e28bcc-41ae-4d3a-ac06-37da63fe9959"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 3.75px);
}

[id="s-c2e28bcc-41ae-4d3a-ac06-37da63fe9959"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 3.75px);
}

[id="s-c2e28bcc-41ae-4d3a-ac06-37da63fe9959"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 3.75px);
}

[id="s-c2e28bcc-41ae-4d3a-ac06-37da63fe9959"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 3.75px);
}

[id="s-c2e28bcc-41ae-4d3a-ac06-37da63fe9959"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 3.75px);
}

[id="s-c2e28bcc-41ae-4d3a-ac06-37da63fe9959"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 3.75px);
}

[id="s-c2e28bcc-41ae-4d3a-ac06-37da63fe9959"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 3.75px);
}

}

@media (min-width: 768px) {
[id="s-c2e28bcc-41ae-4d3a-ac06-37da63fe9959"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 3.75px);
}

[id="s-c2e28bcc-41ae-4d3a-ac06-37da63fe9959"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 3.75px);
}

[id="s-c2e28bcc-41ae-4d3a-ac06-37da63fe9959"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 3.75px);
}

[id="s-c2e28bcc-41ae-4d3a-ac06-37da63fe9959"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 3.75px);
}

[id="s-c2e28bcc-41ae-4d3a-ac06-37da63fe9959"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 3.75px);
}

[id="s-c2e28bcc-41ae-4d3a-ac06-37da63fe9959"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 3.75px);
}

[id="s-c2e28bcc-41ae-4d3a-ac06-37da63fe9959"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 3.75px);
}

[id="s-c2e28bcc-41ae-4d3a-ac06-37da63fe9959"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 3.75px);
}

[id="s-c2e28bcc-41ae-4d3a-ac06-37da63fe9959"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 3.75px);
}

[id="s-c2e28bcc-41ae-4d3a-ac06-37da63fe9959"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 3.75px);
}

[id="s-c2e28bcc-41ae-4d3a-ac06-37da63fe9959"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 3.75px);
}

[id="s-c2e28bcc-41ae-4d3a-ac06-37da63fe9959"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 3.75px);
}

}

@media (min-width: 992px) {
[id="s-c2e28bcc-41ae-4d3a-ac06-37da63fe9959"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 3.75px);
}

[id="s-c2e28bcc-41ae-4d3a-ac06-37da63fe9959"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 3.75px);
}

[id="s-c2e28bcc-41ae-4d3a-ac06-37da63fe9959"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 3.75px);
}

[id="s-c2e28bcc-41ae-4d3a-ac06-37da63fe9959"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 3.75px);
}

[id="s-c2e28bcc-41ae-4d3a-ac06-37da63fe9959"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 3.75px);
}

[id="s-c2e28bcc-41ae-4d3a-ac06-37da63fe9959"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 3.75px);
}

[id="s-c2e28bcc-41ae-4d3a-ac06-37da63fe9959"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 3.75px);
}

[id="s-c2e28bcc-41ae-4d3a-ac06-37da63fe9959"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 3.75px);
}

[id="s-c2e28bcc-41ae-4d3a-ac06-37da63fe9959"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 3.75px);
}

[id="s-c2e28bcc-41ae-4d3a-ac06-37da63fe9959"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 3.75px);
}

[id="s-c2e28bcc-41ae-4d3a-ac06-37da63fe9959"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 3.75px);
}

[id="s-c2e28bcc-41ae-4d3a-ac06-37da63fe9959"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 3.75px);
}

}

@media (min-width: 1200px) {
[id="s-c2e28bcc-41ae-4d3a-ac06-37da63fe9959"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 3.75px);
}

[id="s-c2e28bcc-41ae-4d3a-ac06-37da63fe9959"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 3.75px);
}

[id="s-c2e28bcc-41ae-4d3a-ac06-37da63fe9959"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 3.75px);
}

[id="s-c2e28bcc-41ae-4d3a-ac06-37da63fe9959"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 3.75px);
}

[id="s-c2e28bcc-41ae-4d3a-ac06-37da63fe9959"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 3.75px);
}

[id="s-c2e28bcc-41ae-4d3a-ac06-37da63fe9959"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 3.75px);
}

[id="s-c2e28bcc-41ae-4d3a-ac06-37da63fe9959"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 3.75px);
}

[id="s-c2e28bcc-41ae-4d3a-ac06-37da63fe9959"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 3.75px);
}

[id="s-c2e28bcc-41ae-4d3a-ac06-37da63fe9959"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 3.75px);
}

[id="s-c2e28bcc-41ae-4d3a-ac06-37da63fe9959"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 3.75px);
}

[id="s-c2e28bcc-41ae-4d3a-ac06-37da63fe9959"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 3.75px);
}

[id="s-c2e28bcc-41ae-4d3a-ac06-37da63fe9959"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 3.75px);
}

}

#s-4ad7657d-624b-412c-9bef-698ef485a62f {
  background-repeat: no-repeat;
background-size: cover;
min-height: 300px;
background-position: center center;
}








#s-4ad7657d-624b-412c-9bef-698ef485a62f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4ad7657d-624b-412c-9bef-698ef485a62f.shg-box.shg-c {
  justify-content: center;
}

#s-db367efd-4f39-4beb-aab4-964e2165f9c2 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 50px;
background-position: center center;
}








#s-db367efd-4f39-4beb-aab4-964e2165f9c2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-db367efd-4f39-4beb-aab4-964e2165f9c2.shg-box.shg-c {
  justify-content: center;
}

#s-640b0a80-7150-4bbf-a09d-36e21cb633d6 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 50px;
background-position: center center;
}








#s-640b0a80-7150-4bbf-a09d-36e21cb633d6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-640b0a80-7150-4bbf-a09d-36e21cb633d6.shg-box.shg-c {
  justify-content: center;
}

#s-b88b2575-f5e8-4919-ae2a-03a68724c5bf {
  background-repeat: no-repeat;
background-size: cover;
min-height: 50px;
background-position: center center;
}








#s-b88b2575-f5e8-4919-ae2a-03a68724c5bf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b88b2575-f5e8-4919-ae2a-03a68724c5bf.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-94b69a9b-dc63-44b6-a6e1-ae7f4eb7fded"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 3.75px);
}

[id="s-94b69a9b-dc63-44b6-a6e1-ae7f4eb7fded"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 3.75px);
}

[id="s-94b69a9b-dc63-44b6-a6e1-ae7f4eb7fded"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 3.75px);
}

[id="s-94b69a9b-dc63-44b6-a6e1-ae7f4eb7fded"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 3.75px);
}

[id="s-94b69a9b-dc63-44b6-a6e1-ae7f4eb7fded"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 3.75px);
}

[id="s-94b69a9b-dc63-44b6-a6e1-ae7f4eb7fded"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 3.75px);
}

[id="s-94b69a9b-dc63-44b6-a6e1-ae7f4eb7fded"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 3.75px);
}

[id="s-94b69a9b-dc63-44b6-a6e1-ae7f4eb7fded"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 3.75px);
}

[id="s-94b69a9b-dc63-44b6-a6e1-ae7f4eb7fded"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 3.75px);
}

[id="s-94b69a9b-dc63-44b6-a6e1-ae7f4eb7fded"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 3.75px);
}

[id="s-94b69a9b-dc63-44b6-a6e1-ae7f4eb7fded"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 3.75px);
}

[id="s-94b69a9b-dc63-44b6-a6e1-ae7f4eb7fded"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 3.75px);
}

}

@media (min-width: 768px) {
[id="s-94b69a9b-dc63-44b6-a6e1-ae7f4eb7fded"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 3.75px);
}

[id="s-94b69a9b-dc63-44b6-a6e1-ae7f4eb7fded"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 3.75px);
}

[id="s-94b69a9b-dc63-44b6-a6e1-ae7f4eb7fded"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 3.75px);
}

[id="s-94b69a9b-dc63-44b6-a6e1-ae7f4eb7fded"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 3.75px);
}

[id="s-94b69a9b-dc63-44b6-a6e1-ae7f4eb7fded"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 3.75px);
}

[id="s-94b69a9b-dc63-44b6-a6e1-ae7f4eb7fded"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 3.75px);
}

[id="s-94b69a9b-dc63-44b6-a6e1-ae7f4eb7fded"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 3.75px);
}

[id="s-94b69a9b-dc63-44b6-a6e1-ae7f4eb7fded"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 3.75px);
}

[id="s-94b69a9b-dc63-44b6-a6e1-ae7f4eb7fded"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 3.75px);
}

[id="s-94b69a9b-dc63-44b6-a6e1-ae7f4eb7fded"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 3.75px);
}

[id="s-94b69a9b-dc63-44b6-a6e1-ae7f4eb7fded"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 3.75px);
}

[id="s-94b69a9b-dc63-44b6-a6e1-ae7f4eb7fded"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 3.75px);
}

}

@media (min-width: 992px) {
[id="s-94b69a9b-dc63-44b6-a6e1-ae7f4eb7fded"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 3.75px);
}

[id="s-94b69a9b-dc63-44b6-a6e1-ae7f4eb7fded"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 3.75px);
}

[id="s-94b69a9b-dc63-44b6-a6e1-ae7f4eb7fded"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 3.75px);
}

[id="s-94b69a9b-dc63-44b6-a6e1-ae7f4eb7fded"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 3.75px);
}

[id="s-94b69a9b-dc63-44b6-a6e1-ae7f4eb7fded"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 3.75px);
}

[id="s-94b69a9b-dc63-44b6-a6e1-ae7f4eb7fded"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 3.75px);
}

[id="s-94b69a9b-dc63-44b6-a6e1-ae7f4eb7fded"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 3.75px);
}

[id="s-94b69a9b-dc63-44b6-a6e1-ae7f4eb7fded"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 3.75px);
}

[id="s-94b69a9b-dc63-44b6-a6e1-ae7f4eb7fded"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 3.75px);
}

[id="s-94b69a9b-dc63-44b6-a6e1-ae7f4eb7fded"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 3.75px);
}

[id="s-94b69a9b-dc63-44b6-a6e1-ae7f4eb7fded"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 3.75px);
}

[id="s-94b69a9b-dc63-44b6-a6e1-ae7f4eb7fded"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 3.75px);
}

}

@media (min-width: 1200px) {
[id="s-94b69a9b-dc63-44b6-a6e1-ae7f4eb7fded"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 3.75px);
}

[id="s-94b69a9b-dc63-44b6-a6e1-ae7f4eb7fded"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 3.75px);
}

[id="s-94b69a9b-dc63-44b6-a6e1-ae7f4eb7fded"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 3.75px);
}

[id="s-94b69a9b-dc63-44b6-a6e1-ae7f4eb7fded"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 3.75px);
}

[id="s-94b69a9b-dc63-44b6-a6e1-ae7f4eb7fded"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 3.75px);
}

[id="s-94b69a9b-dc63-44b6-a6e1-ae7f4eb7fded"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 3.75px);
}

[id="s-94b69a9b-dc63-44b6-a6e1-ae7f4eb7fded"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 3.75px);
}

[id="s-94b69a9b-dc63-44b6-a6e1-ae7f4eb7fded"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 3.75px);
}

[id="s-94b69a9b-dc63-44b6-a6e1-ae7f4eb7fded"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 3.75px);
}

[id="s-94b69a9b-dc63-44b6-a6e1-ae7f4eb7fded"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 3.75px);
}

[id="s-94b69a9b-dc63-44b6-a6e1-ae7f4eb7fded"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 3.75px);
}

[id="s-94b69a9b-dc63-44b6-a6e1-ae7f4eb7fded"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 3.75px);
}

}

#s-1346b9c2-1675-47bc-9f6a-0b0fc061f685 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 300px;
background-position: center center;
}








#s-1346b9c2-1675-47bc-9f6a-0b0fc061f685 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1346b9c2-1675-47bc-9f6a-0b0fc061f685.shg-box.shg-c {
  justify-content: center;
}

#s-e112a963-a73a-44b4-9325-745af0a2e0e2 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 50px;
background-position: center center;
}








#s-e112a963-a73a-44b4-9325-745af0a2e0e2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e112a963-a73a-44b4-9325-745af0a2e0e2.shg-box.shg-c {
  justify-content: center;
}

#s-71a915dc-266c-4205-959d-36995af960d1 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 50px;
background-position: center center;
}








#s-71a915dc-266c-4205-959d-36995af960d1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-71a915dc-266c-4205-959d-36995af960d1.shg-box.shg-c {
  justify-content: center;
}

#s-428c8fbc-315a-44b2-9ba3-e9360a077f8f {
  background-repeat: no-repeat;
background-size: cover;
min-height: 50px;
background-position: center center;
}








#s-428c8fbc-315a-44b2-9ba3-e9360a077f8f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-428c8fbc-315a-44b2-9ba3-e9360a077f8f.shg-box.shg-c {
  justify-content: center;
}

#s-7c3905fb-dd8a-441e-84bd-2b544e57266a {
  padding-left: 5%;
padding-right: 5%;
min-height: 125px;
background-color: rgba(247, 111, 157, 1);
}
@media (min-width: 1200px){#s-7c3905fb-dd8a-441e-84bd-2b544e57266a {
  display: none;
}
#s-7c3905fb-dd8a-441e-84bd-2b544e57266a, #wrap-s-7c3905fb-dd8a-441e-84bd-2b544e57266a { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-7c3905fb-dd8a-441e-84bd-2b544e57266a {
  display: none;
}
#s-7c3905fb-dd8a-441e-84bd-2b544e57266a, #wrap-s-7c3905fb-dd8a-441e-84bd-2b544e57266a { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-7c3905fb-dd8a-441e-84bd-2b544e57266a {
  
}
}







#s-7c3905fb-dd8a-441e-84bd-2b544e57266a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7c3905fb-dd8a-441e-84bd-2b544e57266a.shg-box.shg-c {
  justify-content: flex-end;
}

.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-fa4be70b-c3a0-450f-b58d-893c41fec864 {
  padding-bottom: 2%;
text-align: center;
}




  #s-fa4be70b-c3a0-450f-b58d-893c41fec864 img.shogun-image {
    
    width: px;
  }


#s-fa4be70b-c3a0-450f-b58d-893c41fec864 .shogun-image-content {
  
    align-items: center;
  
}

#s-6a25d5d4-a0eb-4755-b374-a3236989c23d {
  padding-top: 3%;
padding-left: 0px;
padding-bottom: 18px;
padding-right: 0px;
background-color: rgba(247, 111, 157, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-6a25d5d4-a0eb-4755-b374-a3236989c23d {
  display: none;
}
#s-6a25d5d4-a0eb-4755-b374-a3236989c23d, #wrap-s-6a25d5d4-a0eb-4755-b374-a3236989c23d { display:none !important; }}@media (max-width: 767px){#s-6a25d5d4-a0eb-4755-b374-a3236989c23d {
  display: none;
}
#s-6a25d5d4-a0eb-4755-b374-a3236989c23d, #wrap-s-6a25d5d4-a0eb-4755-b374-a3236989c23d { display:none !important; }}







#s-6a25d5d4-a0eb-4755-b374-a3236989c23d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6a25d5d4-a0eb-4755-b374-a3236989c23d.shg-box.shg-c {
  justify-content: center;
}

#s-6b1c49f6-c959-4738-b90b-c6de1e0ed781 {
  padding-left: 12%;
padding-right: 12%;
min-height: 200px;
background-color: rgba(247, 111, 157, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-6b1c49f6-c959-4738-b90b-c6de1e0ed781 {
  display: none;
}
#s-6b1c49f6-c959-4738-b90b-c6de1e0ed781, #wrap-s-6b1c49f6-c959-4738-b90b-c6de1e0ed781 { display:none !important; }}@media (max-width: 767px){#s-6b1c49f6-c959-4738-b90b-c6de1e0ed781 {
  display: none;
}
#s-6b1c49f6-c959-4738-b90b-c6de1e0ed781, #wrap-s-6b1c49f6-c959-4738-b90b-c6de1e0ed781 { display:none !important; }}







#s-6b1c49f6-c959-4738-b90b-c6de1e0ed781 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6b1c49f6-c959-4738-b90b-c6de1e0ed781.shg-box.shg-c {
  justify-content: center;
}

#s-1a025a91-9344-4e67-a1a3-45211f59030e {
  padding-top: 0%;
}

#s-ca54d6d7-862d-4f77-a5dd-ce256d70173b {
  text-align: center;
}




  #s-ca54d6d7-862d-4f77-a5dd-ce256d70173b img.shogun-image {
    
    width: px;
  }


#s-ca54d6d7-862d-4f77-a5dd-ce256d70173b .shogun-image-content {
  
    align-items: center;
  
}

#s-746e0f7b-e41b-4f64-9728-f214c305c5a5 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 550px;
background-position: center top;
}
@media (min-width: 1200px){#s-746e0f7b-e41b-4f64-9728-f214c305c5a5 {
  display: none;
}
#s-746e0f7b-e41b-4f64-9728-f214c305c5a5, #wrap-s-746e0f7b-e41b-4f64-9728-f214c305c5a5 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-746e0f7b-e41b-4f64-9728-f214c305c5a5 {
  display: none;
}
#s-746e0f7b-e41b-4f64-9728-f214c305c5a5, #wrap-s-746e0f7b-e41b-4f64-9728-f214c305c5a5 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-746e0f7b-e41b-4f64-9728-f214c305c5a5 {
  
}
}







#s-746e0f7b-e41b-4f64-9728-f214c305c5a5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-746e0f7b-e41b-4f64-9728-f214c305c5a5.shg-box.shg-c {
  justify-content: flex-end;
}

#s-2a6d6cf8-3695-45d7-83de-cf0be9aa52eb {
  margin-top: 29%;
margin-bottom: 1px;
text-align: center;
}




  #s-2a6d6cf8-3695-45d7-83de-cf0be9aa52eb img.shogun-image {
    
    width: px;
  }


#s-2a6d6cf8-3695-45d7-83de-cf0be9aa52eb .shogun-image-content {
  
    align-items: center;
  
}

#s-82922b8b-10e6-42c0-bacb-7594afc5504a {
  padding-left: 8%;
padding-right: 8%;
}

#s-e0da3325-81bc-49d3-9474-0619921f61d2 {
  padding-top: 2%;
padding-left: 10%;
padding-bottom: 2%;
padding-right: 10%;
}

@media (min-width: 0px) {
[id="s-e0da3325-81bc-49d3-9474-0619921f61d2"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 45.0px);
}

[id="s-e0da3325-81bc-49d3-9474-0619921f61d2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e0da3325-81bc-49d3-9474-0619921f61d2"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 72.0px);
}

[id="s-e0da3325-81bc-49d3-9474-0619921f61d2"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 72.0px);
}

[id="s-e0da3325-81bc-49d3-9474-0619921f61d2"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 72.0px);
}

[id="s-e0da3325-81bc-49d3-9474-0619921f61d2"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 72.0px);
}

[id="s-e0da3325-81bc-49d3-9474-0619921f61d2"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 72.0px);
}

[id="s-e0da3325-81bc-49d3-9474-0619921f61d2"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 72.0px);
}

[id="s-e0da3325-81bc-49d3-9474-0619921f61d2"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 72.0px);
}

[id="s-e0da3325-81bc-49d3-9474-0619921f61d2"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 72.0px);
}

[id="s-e0da3325-81bc-49d3-9474-0619921f61d2"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 72.0px);
}

[id="s-e0da3325-81bc-49d3-9474-0619921f61d2"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 72.0px);
}

[id="s-e0da3325-81bc-49d3-9474-0619921f61d2"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 72.0px);
}

[id="s-e0da3325-81bc-49d3-9474-0619921f61d2"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 72.0px);
}

}

@media (min-width: 992px) {
[id="s-e0da3325-81bc-49d3-9474-0619921f61d2"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 72.0px);
}

[id="s-e0da3325-81bc-49d3-9474-0619921f61d2"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 72.0px);
}

[id="s-e0da3325-81bc-49d3-9474-0619921f61d2"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 72.0px);
}

[id="s-e0da3325-81bc-49d3-9474-0619921f61d2"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 72.0px);
}

[id="s-e0da3325-81bc-49d3-9474-0619921f61d2"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 72.0px);
}

[id="s-e0da3325-81bc-49d3-9474-0619921f61d2"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 72.0px);
}

[id="s-e0da3325-81bc-49d3-9474-0619921f61d2"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 72.0px);
}

[id="s-e0da3325-81bc-49d3-9474-0619921f61d2"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 72.0px);
}

[id="s-e0da3325-81bc-49d3-9474-0619921f61d2"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 72.0px);
}

[id="s-e0da3325-81bc-49d3-9474-0619921f61d2"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 72.0px);
}

[id="s-e0da3325-81bc-49d3-9474-0619921f61d2"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 72.0px);
}

[id="s-e0da3325-81bc-49d3-9474-0619921f61d2"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 72.0px);
}

}

@media (min-width: 1200px) {
[id="s-e0da3325-81bc-49d3-9474-0619921f61d2"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 72.0px);
}

[id="s-e0da3325-81bc-49d3-9474-0619921f61d2"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 72.0px);
}

[id="s-e0da3325-81bc-49d3-9474-0619921f61d2"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 72.0px);
}

[id="s-e0da3325-81bc-49d3-9474-0619921f61d2"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 72.0px);
}

[id="s-e0da3325-81bc-49d3-9474-0619921f61d2"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 72.0px);
}

[id="s-e0da3325-81bc-49d3-9474-0619921f61d2"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 72.0px);
}

[id="s-e0da3325-81bc-49d3-9474-0619921f61d2"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 72.0px);
}

[id="s-e0da3325-81bc-49d3-9474-0619921f61d2"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 72.0px);
}

[id="s-e0da3325-81bc-49d3-9474-0619921f61d2"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 72.0px);
}

[id="s-e0da3325-81bc-49d3-9474-0619921f61d2"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 72.0px);
}

[id="s-e0da3325-81bc-49d3-9474-0619921f61d2"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 72.0px);
}

[id="s-e0da3325-81bc-49d3-9474-0619921f61d2"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 72.0px);
}

}

#s-10d2d2e6-f2c1-4635-908c-4eb7d138ee38 {
  min-height: 50px;
}








#s-10d2d2e6-f2c1-4635-908c-4eb7d138ee38 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-10d2d2e6-f2c1-4635-908c-4eb7d138ee38.shg-box.shg-c {
  justify-content: center;
}

#s-e3528d83-9b6a-48e4-a6b7-9eb1dd656ec2 {
  text-align: center;
}




  #s-e3528d83-9b6a-48e4-a6b7-9eb1dd656ec2 img.shogun-image {
    
    width: px;
  }


#s-e3528d83-9b6a-48e4-a6b7-9eb1dd656ec2 .shogun-image-content {
  
    align-items: center;
  
}

#s-24bd876e-aad9-4332-9500-49c52fcf7efb {
  min-height: 50px;
}








#s-24bd876e-aad9-4332-9500-49c52fcf7efb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-24bd876e-aad9-4332-9500-49c52fcf7efb.shg-box.shg-c {
  justify-content: center;
}

#s-e0d5248b-d0cc-48fc-a66a-bf97525ef643 {
  text-align: center;
}




  #s-e0d5248b-d0cc-48fc-a66a-bf97525ef643 img.shogun-image {
    
    width: px;
  }


#s-e0d5248b-d0cc-48fc-a66a-bf97525ef643 .shogun-image-content {
  
    align-items: center;
  
}

#s-1da11814-82fc-4585-8af6-f75f765d2d02 {
  min-height: 50px;
}








#s-1da11814-82fc-4585-8af6-f75f765d2d02 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1da11814-82fc-4585-8af6-f75f765d2d02.shg-box.shg-c {
  justify-content: center;
}

#s-59c1010c-f1e6-4186-910e-708800e72275 {
  text-align: center;
}




  #s-59c1010c-f1e6-4186-910e-708800e72275 img.shogun-image {
    
    width: px;
  }


#s-59c1010c-f1e6-4186-910e-708800e72275 .shogun-image-content {
  
    align-items: center;
  
}

#s-5a96910e-e708-4eb9-9f3c-e56a924f1ca2 {
  min-height: 50px;
}








#s-5a96910e-e708-4eb9-9f3c-e56a924f1ca2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5a96910e-e708-4eb9-9f3c-e56a924f1ca2.shg-box.shg-c {
  justify-content: center;
}

#s-7ef034bb-f3c4-4a7d-97b8-5b8b2deb3ee5 {
  text-align: center;
}




  #s-7ef034bb-f3c4-4a7d-97b8-5b8b2deb3ee5 img.shogun-image {
    
    width: px;
  }


#s-7ef034bb-f3c4-4a7d-97b8-5b8b2deb3ee5 .shogun-image-content {
  
    align-items: center;
  
}

#s-17d7425f-64d5-447f-b184-a7a4fb3a6289 {
  min-height: 50px;
}








#s-17d7425f-64d5-447f-b184-a7a4fb3a6289 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-17d7425f-64d5-447f-b184-a7a4fb3a6289.shg-box.shg-c {
  justify-content: center;
}

#s-1bac9b89-257c-4967-89bc-35db934b2cb0 {
  text-align: center;
}




  #s-1bac9b89-257c-4967-89bc-35db934b2cb0 img.shogun-image {
    
    width: px;
  }


#s-1bac9b89-257c-4967-89bc-35db934b2cb0 .shogun-image-content {
  
    align-items: center;
  
}

#s-7b0e32fd-dd67-4a91-abd1-aea3fbeef05a {
  background-repeat: no-repeat;
background-size: cover;
min-height: 550px;
background-position: center top;
}
@media (min-width: 768px) and (max-width: 991px){#s-7b0e32fd-dd67-4a91-abd1-aea3fbeef05a {
  display: none;
}
#s-7b0e32fd-dd67-4a91-abd1-aea3fbeef05a, #wrap-s-7b0e32fd-dd67-4a91-abd1-aea3fbeef05a { display:none !important; }}@media (max-width: 767px){#s-7b0e32fd-dd67-4a91-abd1-aea3fbeef05a {
  display: none;
}
#s-7b0e32fd-dd67-4a91-abd1-aea3fbeef05a, #wrap-s-7b0e32fd-dd67-4a91-abd1-aea3fbeef05a { display:none !important; }}







#s-7b0e32fd-dd67-4a91-abd1-aea3fbeef05a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7b0e32fd-dd67-4a91-abd1-aea3fbeef05a.shg-box.shg-c {
  justify-content: flex-end;
}

#s-00b0ed55-f010-440f-934f-9883c7a5f703 {
  margin-top: 14%;
padding-left: 33%;
padding-right: 33%;
text-align: center;
}




  #s-00b0ed55-f010-440f-934f-9883c7a5f703 img.shogun-image {
    
    width: px;
  }


#s-00b0ed55-f010-440f-934f-9883c7a5f703 .shogun-image-content {
  
    align-items: center;
  
}

#s-bbd81f1e-ba1e-4179-8dfe-53ceacdc9bfe {
  margin-left: 6%;
margin-right: 6%;
}

#s-5f177c10-5cd1-447a-a1d2-92aad42d5646 {
  margin-top: 3%;
margin-bottom: 10px;
padding-top: 0%;
padding-left: 11%;
padding-bottom: 0%;
padding-right: 11%;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-5f177c10-5cd1-447a-a1d2-92aad42d5646 {
  display: none;
}
#s-5f177c10-5cd1-447a-a1d2-92aad42d5646, #wrap-s-5f177c10-5cd1-447a-a1d2-92aad42d5646 { display:none !important; }}@media (max-width: 767px){#s-5f177c10-5cd1-447a-a1d2-92aad42d5646 {
  display: none;
}
#s-5f177c10-5cd1-447a-a1d2-92aad42d5646, #wrap-s-5f177c10-5cd1-447a-a1d2-92aad42d5646 { display:none !important; }}







#s-5f177c10-5cd1-447a-a1d2-92aad42d5646 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5f177c10-5cd1-447a-a1d2-92aad42d5646.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-78115ad7-528e-499e-9a9d-17d995514053"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-78115ad7-528e-499e-9a9d-17d995514053"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-78115ad7-528e-499e-9a9d-17d995514053"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-78115ad7-528e-499e-9a9d-17d995514053"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-78115ad7-528e-499e-9a9d-17d995514053"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-78115ad7-528e-499e-9a9d-17d995514053"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-78115ad7-528e-499e-9a9d-17d995514053"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-78115ad7-528e-499e-9a9d-17d995514053"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-78115ad7-528e-499e-9a9d-17d995514053"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-78115ad7-528e-499e-9a9d-17d995514053"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-78115ad7-528e-499e-9a9d-17d995514053"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-78115ad7-528e-499e-9a9d-17d995514053"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-78115ad7-528e-499e-9a9d-17d995514053"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-78115ad7-528e-499e-9a9d-17d995514053"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-78115ad7-528e-499e-9a9d-17d995514053"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-78115ad7-528e-499e-9a9d-17d995514053"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-78115ad7-528e-499e-9a9d-17d995514053"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-78115ad7-528e-499e-9a9d-17d995514053"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-78115ad7-528e-499e-9a9d-17d995514053"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-78115ad7-528e-499e-9a9d-17d995514053"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-78115ad7-528e-499e-9a9d-17d995514053"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-78115ad7-528e-499e-9a9d-17d995514053"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-78115ad7-528e-499e-9a9d-17d995514053"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-78115ad7-528e-499e-9a9d-17d995514053"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-78115ad7-528e-499e-9a9d-17d995514053"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-78115ad7-528e-499e-9a9d-17d995514053"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-78115ad7-528e-499e-9a9d-17d995514053"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-78115ad7-528e-499e-9a9d-17d995514053"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-78115ad7-528e-499e-9a9d-17d995514053"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-78115ad7-528e-499e-9a9d-17d995514053"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-78115ad7-528e-499e-9a9d-17d995514053"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-78115ad7-528e-499e-9a9d-17d995514053"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-78115ad7-528e-499e-9a9d-17d995514053"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-78115ad7-528e-499e-9a9d-17d995514053"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-78115ad7-528e-499e-9a9d-17d995514053"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-78115ad7-528e-499e-9a9d-17d995514053"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-78115ad7-528e-499e-9a9d-17d995514053"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-78115ad7-528e-499e-9a9d-17d995514053"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-88e468fc-aff4-49b1-a1fd-e523456f8d8e {
  min-height: 50px;
}








#s-88e468fc-aff4-49b1-a1fd-e523456f8d8e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-88e468fc-aff4-49b1-a1fd-e523456f8d8e.shg-box.shg-c {
  justify-content: center;
}

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

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

#s-798975b8-4ec2-45bf-b27a-0cb2d427203f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-798975b8-4ec2-45bf-b27a-0cb2d427203f .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 24px;
  line-height: 1em;
  letter-spacing: ;
  text-align: center;
}


#s-798975b8-4ec2-45bf-b27a-0cb2d427203f .shogun-heading-component h2 a {
  color: #000;
}


#s-8ff861fc-feed-4b4f-a74a-3f0870929185 {
  display: none;
}
#s-b5aaa5b8-8789-47d5-8bb9-d0703c38641f {
  text-align: center;
}

#s-b5aaa5b8-8789-47d5-8bb9-d0703c38641f .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 44px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-b5aaa5b8-8789-47d5-8bb9-d0703c38641f .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 44px;
}

#s-b5aaa5b8-8789-47d5-8bb9-d0703c38641f .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-839294c6-41d6-47ad-81a9-902964cab8c3 {
  margin-top: 2%;
margin-bottom: 2%;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
border-radius: 10px;
background-color: rgba(247, 111, 157, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-839294c6-41d6-47ad-81a9-902964cab8c3:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-839294c6-41d6-47ad-81a9-902964cab8c3:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-839294c6-41d6-47ad-81a9-902964cab8c3-atc-btn-wrapper {
    text-align: center;
  }


#s-839294c6-41d6-47ad-81a9-902964cab8c3 {
  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-839294c6-41d6-47ad-81a9-902964cab8c3.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-839294c6-41d6-47ad-81a9-902964cab8c3.shg-btn {
  color: #ffffff;
  font-size: 24px;
  font-weight: 600;
  
  font-family: asap;
  display:  inline-block ;
}

#s-839294c6-41d6-47ad-81a9-902964cab8c3.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-2dab94aa-dd14-4a59-ab10-a72e0dbe294d {
  min-height: 50px;
}








#s-2dab94aa-dd14-4a59-ab10-a72e0dbe294d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2dab94aa-dd14-4a59-ab10-a72e0dbe294d.shg-box.shg-c {
  justify-content: center;
}

#s-f1793d3c-8c59-4a9c-812c-ac64c65c6982 {
  border-style: solid;
border-top-width: 8px;
border-left-width: 8px;
border-bottom-width: 8px;
border-right-width: 8px;
border-color: rgba(255, 255, 255, 1);
border-radius: 40px;
text-align: center;
}




  #s-f1793d3c-8c59-4a9c-812c-ac64c65c6982 img.shogun-image {
    
    width: px;
  }


#s-f1793d3c-8c59-4a9c-812c-ac64c65c6982 .shogun-image-content {
  
    align-items: center;
  
}

#s-fd39794b-0077-4866-a60d-b469f15c0573 {
  padding-top: 1%;
padding-bottom: 1%;
}

#s-fd39794b-0077-4866-a60d-b469f15c0573 hr {
  border: 0;
  width: 100%;
  border-top: 1px solid rgba(221, 221, 221, 0);
}

#s-c6ae64c7-baaf-4145-82f8-9db537732548 {
  padding-top: 2%;
padding-left: 6%;
padding-bottom: 2%;
padding-right: 6%;
}

@media (min-width: 0px) {
[id="s-c6ae64c7-baaf-4145-82f8-9db537732548"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 72.0px);
}

[id="s-c6ae64c7-baaf-4145-82f8-9db537732548"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 72.0px);
}

[id="s-c6ae64c7-baaf-4145-82f8-9db537732548"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 72.0px);
}

[id="s-c6ae64c7-baaf-4145-82f8-9db537732548"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 72.0px);
}

[id="s-c6ae64c7-baaf-4145-82f8-9db537732548"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 72.0px);
}

[id="s-c6ae64c7-baaf-4145-82f8-9db537732548"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 72.0px);
}

[id="s-c6ae64c7-baaf-4145-82f8-9db537732548"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 72.0px);
}

[id="s-c6ae64c7-baaf-4145-82f8-9db537732548"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 72.0px);
}

[id="s-c6ae64c7-baaf-4145-82f8-9db537732548"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 72.0px);
}

[id="s-c6ae64c7-baaf-4145-82f8-9db537732548"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 72.0px);
}

[id="s-c6ae64c7-baaf-4145-82f8-9db537732548"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 72.0px);
}

[id="s-c6ae64c7-baaf-4145-82f8-9db537732548"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 72.0px);
}

}

@media (min-width: 768px) {
[id="s-c6ae64c7-baaf-4145-82f8-9db537732548"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 72.0px);
}

[id="s-c6ae64c7-baaf-4145-82f8-9db537732548"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 72.0px);
}

[id="s-c6ae64c7-baaf-4145-82f8-9db537732548"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 72.0px);
}

[id="s-c6ae64c7-baaf-4145-82f8-9db537732548"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 72.0px);
}

[id="s-c6ae64c7-baaf-4145-82f8-9db537732548"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 72.0px);
}

[id="s-c6ae64c7-baaf-4145-82f8-9db537732548"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 72.0px);
}

[id="s-c6ae64c7-baaf-4145-82f8-9db537732548"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 72.0px);
}

[id="s-c6ae64c7-baaf-4145-82f8-9db537732548"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 72.0px);
}

[id="s-c6ae64c7-baaf-4145-82f8-9db537732548"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 72.0px);
}

[id="s-c6ae64c7-baaf-4145-82f8-9db537732548"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 72.0px);
}

[id="s-c6ae64c7-baaf-4145-82f8-9db537732548"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 72.0px);
}

[id="s-c6ae64c7-baaf-4145-82f8-9db537732548"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 72.0px);
}

}

@media (min-width: 992px) {
[id="s-c6ae64c7-baaf-4145-82f8-9db537732548"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 72.0px);
}

[id="s-c6ae64c7-baaf-4145-82f8-9db537732548"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 72.0px);
}

[id="s-c6ae64c7-baaf-4145-82f8-9db537732548"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 72.0px);
}

[id="s-c6ae64c7-baaf-4145-82f8-9db537732548"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 72.0px);
}

[id="s-c6ae64c7-baaf-4145-82f8-9db537732548"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 72.0px);
}

[id="s-c6ae64c7-baaf-4145-82f8-9db537732548"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 72.0px);
}

[id="s-c6ae64c7-baaf-4145-82f8-9db537732548"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 72.0px);
}

[id="s-c6ae64c7-baaf-4145-82f8-9db537732548"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 72.0px);
}

[id="s-c6ae64c7-baaf-4145-82f8-9db537732548"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 72.0px);
}

[id="s-c6ae64c7-baaf-4145-82f8-9db537732548"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 72.0px);
}

[id="s-c6ae64c7-baaf-4145-82f8-9db537732548"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 72.0px);
}

[id="s-c6ae64c7-baaf-4145-82f8-9db537732548"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 72.0px);
}

}

@media (min-width: 1200px) {
[id="s-c6ae64c7-baaf-4145-82f8-9db537732548"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 72.0px);
}

[id="s-c6ae64c7-baaf-4145-82f8-9db537732548"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 72.0px);
}

[id="s-c6ae64c7-baaf-4145-82f8-9db537732548"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 72.0px);
}

[id="s-c6ae64c7-baaf-4145-82f8-9db537732548"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 72.0px);
}

[id="s-c6ae64c7-baaf-4145-82f8-9db537732548"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 72.0px);
}

[id="s-c6ae64c7-baaf-4145-82f8-9db537732548"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 72.0px);
}

[id="s-c6ae64c7-baaf-4145-82f8-9db537732548"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 72.0px);
}

[id="s-c6ae64c7-baaf-4145-82f8-9db537732548"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 72.0px);
}

[id="s-c6ae64c7-baaf-4145-82f8-9db537732548"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 72.0px);
}

[id="s-c6ae64c7-baaf-4145-82f8-9db537732548"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 72.0px);
}

[id="s-c6ae64c7-baaf-4145-82f8-9db537732548"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 72.0px);
}

[id="s-c6ae64c7-baaf-4145-82f8-9db537732548"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 72.0px);
}

}

#s-7f6440ef-ec63-46cf-94e4-1ff90c104bbb {
  min-height: 50px;
}








#s-7f6440ef-ec63-46cf-94e4-1ff90c104bbb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7f6440ef-ec63-46cf-94e4-1ff90c104bbb.shg-box.shg-c {
  justify-content: center;
}

#s-137e6fa0-1d00-4436-93df-0eef74dd5517 {
  text-align: center;
}




  #s-137e6fa0-1d00-4436-93df-0eef74dd5517 img.shogun-image {
    
    width: px;
  }


#s-137e6fa0-1d00-4436-93df-0eef74dd5517 .shogun-image-content {
  
    align-items: center;
  
}

#s-30634246-1d2d-4cee-bb8b-49f2c63da623 {
  min-height: 50px;
}








#s-30634246-1d2d-4cee-bb8b-49f2c63da623 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-30634246-1d2d-4cee-bb8b-49f2c63da623.shg-box.shg-c {
  justify-content: center;
}

#s-d3f70b34-54d1-42b0-be09-f6bab2624db8 {
  text-align: center;
}




  #s-d3f70b34-54d1-42b0-be09-f6bab2624db8 img.shogun-image {
    
    width: px;
  }


#s-d3f70b34-54d1-42b0-be09-f6bab2624db8 .shogun-image-content {
  
    align-items: center;
  
}

#s-e831f891-8cc9-48b0-b369-7e260fd2237d {
  min-height: 50px;
}








#s-e831f891-8cc9-48b0-b369-7e260fd2237d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e831f891-8cc9-48b0-b369-7e260fd2237d.shg-box.shg-c {
  justify-content: center;
}

#s-ced57a4b-f554-4dd1-b3de-ffe8752e6060 {
  text-align: center;
}




  #s-ced57a4b-f554-4dd1-b3de-ffe8752e6060 img.shogun-image {
    
    width: px;
  }


#s-ced57a4b-f554-4dd1-b3de-ffe8752e6060 .shogun-image-content {
  
    align-items: center;
  
}

#s-c96bdc97-469f-4a9e-ae5a-e5dd0f08fc10 {
  min-height: 50px;
}








#s-c96bdc97-469f-4a9e-ae5a-e5dd0f08fc10 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c96bdc97-469f-4a9e-ae5a-e5dd0f08fc10.shg-box.shg-c {
  justify-content: center;
}

#s-ff94c2a8-56eb-449c-b841-ef1eb89fb069 {
  text-align: center;
}




  #s-ff94c2a8-56eb-449c-b841-ef1eb89fb069 img.shogun-image {
    
    width: px;
  }


#s-ff94c2a8-56eb-449c-b841-ef1eb89fb069 .shogun-image-content {
  
    align-items: center;
  
}

#s-286d7b63-bae6-4a10-a7ae-1cf74bf5ffe9 {
  min-height: 50px;
}








#s-286d7b63-bae6-4a10-a7ae-1cf74bf5ffe9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-286d7b63-bae6-4a10-a7ae-1cf74bf5ffe9.shg-box.shg-c {
  justify-content: center;
}

#s-60c3b48b-6e02-4c40-8fbb-8dcf6ec5e659 {
  text-align: center;
}




  #s-60c3b48b-6e02-4c40-8fbb-8dcf6ec5e659 img.shogun-image {
    
    width: px;
  }


#s-60c3b48b-6e02-4c40-8fbb-8dcf6ec5e659 .shogun-image-content {
  
    align-items: center;
  
}

#s-d4838261-57d4-4176-ac0f-b39a999ce3b4 {
  padding-top: 1%;
padding-bottom: 1%;
}

#s-d4838261-57d4-4176-ac0f-b39a999ce3b4 hr {
  border: 0;
  width: 100%;
  border-top: 1px solid rgba(221, 221, 221, 0);
}

#s-e132b606-61e2-40ef-8051-abc269d7fecf {
  padding-top: 5%;
padding-left: 11%;
padding-bottom: 5%;
padding-right: 11%;
min-height: 50px;
}
@media (min-width: 1200px){#s-e132b606-61e2-40ef-8051-abc269d7fecf {
  display: none;
}
#s-e132b606-61e2-40ef-8051-abc269d7fecf, #wrap-s-e132b606-61e2-40ef-8051-abc269d7fecf { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e132b606-61e2-40ef-8051-abc269d7fecf {
  display: none;
}
#s-e132b606-61e2-40ef-8051-abc269d7fecf, #wrap-s-e132b606-61e2-40ef-8051-abc269d7fecf { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-e132b606-61e2-40ef-8051-abc269d7fecf {
  
}
}







#s-e132b606-61e2-40ef-8051-abc269d7fecf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e132b606-61e2-40ef-8051-abc269d7fecf.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-705ab823-a7f8-4726-9650-08f8624a01d7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-705ab823-a7f8-4726-9650-08f8624a01d7"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-705ab823-a7f8-4726-9650-08f8624a01d7"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-705ab823-a7f8-4726-9650-08f8624a01d7"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-705ab823-a7f8-4726-9650-08f8624a01d7"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-705ab823-a7f8-4726-9650-08f8624a01d7"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-705ab823-a7f8-4726-9650-08f8624a01d7"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-705ab823-a7f8-4726-9650-08f8624a01d7"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-705ab823-a7f8-4726-9650-08f8624a01d7"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-705ab823-a7f8-4726-9650-08f8624a01d7"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-705ab823-a7f8-4726-9650-08f8624a01d7"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-705ab823-a7f8-4726-9650-08f8624a01d7"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-705ab823-a7f8-4726-9650-08f8624a01d7"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-705ab823-a7f8-4726-9650-08f8624a01d7"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-705ab823-a7f8-4726-9650-08f8624a01d7"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-705ab823-a7f8-4726-9650-08f8624a01d7"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-705ab823-a7f8-4726-9650-08f8624a01d7"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-705ab823-a7f8-4726-9650-08f8624a01d7"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-705ab823-a7f8-4726-9650-08f8624a01d7"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-705ab823-a7f8-4726-9650-08f8624a01d7"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-705ab823-a7f8-4726-9650-08f8624a01d7"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-705ab823-a7f8-4726-9650-08f8624a01d7"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-705ab823-a7f8-4726-9650-08f8624a01d7"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-705ab823-a7f8-4726-9650-08f8624a01d7"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-705ab823-a7f8-4726-9650-08f8624a01d7"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-705ab823-a7f8-4726-9650-08f8624a01d7"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-705ab823-a7f8-4726-9650-08f8624a01d7"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-705ab823-a7f8-4726-9650-08f8624a01d7"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-705ab823-a7f8-4726-9650-08f8624a01d7"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-705ab823-a7f8-4726-9650-08f8624a01d7"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-705ab823-a7f8-4726-9650-08f8624a01d7"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-705ab823-a7f8-4726-9650-08f8624a01d7"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-705ab823-a7f8-4726-9650-08f8624a01d7"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-705ab823-a7f8-4726-9650-08f8624a01d7"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-705ab823-a7f8-4726-9650-08f8624a01d7"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-705ab823-a7f8-4726-9650-08f8624a01d7"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-705ab823-a7f8-4726-9650-08f8624a01d7"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-705ab823-a7f8-4726-9650-08f8624a01d7"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-f2000abc-784b-46c4-9613-ae047e61a393 {
  min-height: 50px;
}








#s-f2000abc-784b-46c4-9613-ae047e61a393 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f2000abc-784b-46c4-9613-ae047e61a393.shg-box.shg-c {
  justify-content: center;
}

#s-120a5e08-9b92-4ad0-9a19-cd126248ea1f {
  display: none;
}
#s-83b7d3c0-0ee9-4fd3-a228-8fa1163312d3 {
  padding-top: 3%;
padding-bottom: 3%;
}

#s-b832d354-a00a-450b-a4fd-83ae3c4ffef7 {
  text-align: center;
}

#s-b832d354-a00a-450b-a4fd-83ae3c4ffef7 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 44px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-b832d354-a00a-450b-a4fd-83ae3c4ffef7 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 44px;
}

#s-b832d354-a00a-450b-a4fd-83ae3c4ffef7 .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-7d6da940-4239-4b28-bb30-b17829fc52f2 {
  margin-top: 2%;
margin-bottom: 2%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 10px;
background-color: rgba(247, 111, 157, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-7d6da940-4239-4b28-bb30-b17829fc52f2:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-7d6da940-4239-4b28-bb30-b17829fc52f2:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-7d6da940-4239-4b28-bb30-b17829fc52f2 {
  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-7d6da940-4239-4b28-bb30-b17829fc52f2.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-7d6da940-4239-4b28-bb30-b17829fc52f2.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}

#s-7d6da940-4239-4b28-bb30-b17829fc52f2.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-2228877c-38be-4913-b269-cd0cc9dce157 {
  border-style: solid;
border-top-width: 8px;
border-left-width: 8px;
border-bottom-width: 8px;
border-right-width: 8px;
border-color: rgba(255, 255, 255, 1);
border-radius: 40px;
text-align: center;
}




  #s-2228877c-38be-4913-b269-cd0cc9dce157 img.shogun-image {
    
    width: px;
  }


#s-2228877c-38be-4913-b269-cd0cc9dce157 .shogun-image-content {
  
    align-items: center;
  
}

#s-54c539ae-a764-4260-954a-b0bd5c494725 {
  padding-top: 10px;
padding-left: 11%;
padding-bottom: 5%;
padding-right: 11%;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-54c539ae-a764-4260-954a-b0bd5c494725 {
  display: none;
}
#s-54c539ae-a764-4260-954a-b0bd5c494725, #wrap-s-54c539ae-a764-4260-954a-b0bd5c494725 { display:none !important; }}@media (max-width: 767px){#s-54c539ae-a764-4260-954a-b0bd5c494725 {
  display: none;
}
#s-54c539ae-a764-4260-954a-b0bd5c494725, #wrap-s-54c539ae-a764-4260-954a-b0bd5c494725 { display:none !important; }}







#s-54c539ae-a764-4260-954a-b0bd5c494725 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-54c539ae-a764-4260-954a-b0bd5c494725.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-e0f6daa9-7443-48be-8655-04df75799e35"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e0f6daa9-7443-48be-8655-04df75799e35"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-e0f6daa9-7443-48be-8655-04df75799e35"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-e0f6daa9-7443-48be-8655-04df75799e35"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-e0f6daa9-7443-48be-8655-04df75799e35"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-e0f6daa9-7443-48be-8655-04df75799e35"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-e0f6daa9-7443-48be-8655-04df75799e35"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-e0f6daa9-7443-48be-8655-04df75799e35"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-e0f6daa9-7443-48be-8655-04df75799e35"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-e0f6daa9-7443-48be-8655-04df75799e35"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-e0f6daa9-7443-48be-8655-04df75799e35"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-e0f6daa9-7443-48be-8655-04df75799e35"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-e0f6daa9-7443-48be-8655-04df75799e35"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-e0f6daa9-7443-48be-8655-04df75799e35"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-e0f6daa9-7443-48be-8655-04df75799e35"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-e0f6daa9-7443-48be-8655-04df75799e35"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-e0f6daa9-7443-48be-8655-04df75799e35"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-e0f6daa9-7443-48be-8655-04df75799e35"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-e0f6daa9-7443-48be-8655-04df75799e35"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-e0f6daa9-7443-48be-8655-04df75799e35"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-e0f6daa9-7443-48be-8655-04df75799e35"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-e0f6daa9-7443-48be-8655-04df75799e35"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-e0f6daa9-7443-48be-8655-04df75799e35"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-e0f6daa9-7443-48be-8655-04df75799e35"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-e0f6daa9-7443-48be-8655-04df75799e35"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-e0f6daa9-7443-48be-8655-04df75799e35"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-e0f6daa9-7443-48be-8655-04df75799e35"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-e0f6daa9-7443-48be-8655-04df75799e35"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-e0f6daa9-7443-48be-8655-04df75799e35"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-e0f6daa9-7443-48be-8655-04df75799e35"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-e0f6daa9-7443-48be-8655-04df75799e35"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-e0f6daa9-7443-48be-8655-04df75799e35"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-e0f6daa9-7443-48be-8655-04df75799e35"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-e0f6daa9-7443-48be-8655-04df75799e35"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-e0f6daa9-7443-48be-8655-04df75799e35"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-e0f6daa9-7443-48be-8655-04df75799e35"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-e0f6daa9-7443-48be-8655-04df75799e35"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-e0f6daa9-7443-48be-8655-04df75799e35"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-50b66a4a-054e-4c6c-81e8-704ac10b24e1 {
  min-height: 50px;
}








#s-50b66a4a-054e-4c6c-81e8-704ac10b24e1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-50b66a4a-054e-4c6c-81e8-704ac10b24e1.shg-box.shg-c {
  justify-content: center;
}

#s-89ca6834-41b5-49fc-a443-d4787d2a2b6b {
  display: none;
}
#s-537e489c-45c1-497f-91c6-0131ed495d70 {
  padding-top: 3%;
padding-bottom: 3%;
}

#s-5525eeff-95b8-4ffa-b0d8-07b8fc843a6a {
  text-align: center;
}

#s-5525eeff-95b8-4ffa-b0d8-07b8fc843a6a .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 44px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-5525eeff-95b8-4ffa-b0d8-07b8fc843a6a .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 44px;
}

#s-5525eeff-95b8-4ffa-b0d8-07b8fc843a6a .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-7d81afa5-ffbc-4f58-8589-e8c63eaa0f3b {
  margin-top: 2%;
margin-bottom: 2%;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
border-radius: 10px;
background-color: rgba(247, 111, 157, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-7d81afa5-ffbc-4f58-8589-e8c63eaa0f3b:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-7d81afa5-ffbc-4f58-8589-e8c63eaa0f3b:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-7d81afa5-ffbc-4f58-8589-e8c63eaa0f3b-atc-btn-wrapper {
    text-align: center;
  }


#s-7d81afa5-ffbc-4f58-8589-e8c63eaa0f3b {
  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-7d81afa5-ffbc-4f58-8589-e8c63eaa0f3b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-7d81afa5-ffbc-4f58-8589-e8c63eaa0f3b.shg-btn {
  color: #ffffff;
  font-size: 24px;
  font-weight: 600;
  
  font-family: asap;
  display:  inline-block ;
}

#s-7d81afa5-ffbc-4f58-8589-e8c63eaa0f3b.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-b42387a5-bc7e-458b-86d5-036b6b22cc7c {
  min-height: 50px;
}








#s-b42387a5-bc7e-458b-86d5-036b6b22cc7c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b42387a5-bc7e-458b-86d5-036b6b22cc7c.shg-box.shg-c {
  justify-content: center;
}

#s-26389749-49f9-409c-ba80-6bdcfa38f5db {
  border-style: solid;
border-top-width: 8px;
border-left-width: 8px;
border-bottom-width: 8px;
border-right-width: 8px;
border-color: rgba(255, 255, 255, 1);
border-radius: 40px;
text-align: center;
}




  #s-26389749-49f9-409c-ba80-6bdcfa38f5db img.shogun-image {
    
    width: px;
  }


#s-26389749-49f9-409c-ba80-6bdcfa38f5db .shogun-image-content {
  
    align-items: center;
  
}

#s-d78d9752-623e-40f6-92fd-f65b4165447b {
  padding-top: 3%;
padding-bottom: 3%;
min-height: 200px;
background-color: rgba(247, 111, 157, 1);
}
@media (min-width: 1200px){#s-d78d9752-623e-40f6-92fd-f65b4165447b {
  display: none;
}
#s-d78d9752-623e-40f6-92fd-f65b4165447b, #wrap-s-d78d9752-623e-40f6-92fd-f65b4165447b { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d78d9752-623e-40f6-92fd-f65b4165447b {
  display: none;
}
#s-d78d9752-623e-40f6-92fd-f65b4165447b, #wrap-s-d78d9752-623e-40f6-92fd-f65b4165447b { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-d78d9752-623e-40f6-92fd-f65b4165447b {
  display: none;
}
#s-d78d9752-623e-40f6-92fd-f65b4165447b, #wrap-s-d78d9752-623e-40f6-92fd-f65b4165447b { display:none !important; }}@media (max-width: 767px){#s-d78d9752-623e-40f6-92fd-f65b4165447b {
  display: none;
}
#s-d78d9752-623e-40f6-92fd-f65b4165447b, #wrap-s-d78d9752-623e-40f6-92fd-f65b4165447b { display:none !important; }}







#s-d78d9752-623e-40f6-92fd-f65b4165447b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d78d9752-623e-40f6-92fd-f65b4165447b.shg-box.shg-c {
  justify-content: center;
}

#s-addbb303-84cc-4c96-b51b-c8d98bdb3730 {
  text-align: center;
}




  #s-addbb303-84cc-4c96-b51b-c8d98bdb3730 img.shogun-image {
    
    width: px;
  }


#s-addbb303-84cc-4c96-b51b-c8d98bdb3730 .shogun-image-content {
  
    align-items: center;
  
}

#s-34206b87-0882-4850-9ca0-8a0bd52deb2a {
  padding-left: 10%;
padding-right: 10%;
}

#s-ef40faef-6910-4eff-978d-db117ec10b6a {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 10px;
min-height: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(247, 111, 157, 1);
}
#s-ef40faef-6910-4eff-978d-db117ec10b6a:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-ef40faef-6910-4eff-978d-db117ec10b6a:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-ef40faef-6910-4eff-978d-db117ec10b6a.shg-btn {
  color: rgba(247, 111, 157, 1);
  font-size: 22px;
  font-weight: 600;
  
  font-family: asap;
  display:  inline-block ;
}

#s-08c26056-f9dd-4820-979a-353a68de172c {
  padding-top: 2%;
padding-bottom: 2%;
}

#s-08c26056-f9dd-4820-979a-353a68de172c hr {
  border: 0;
  width: 100%;
  border-top: 1px solid rgba(221, 221, 221, 0);
}

#s-beeb3a5a-eaff-44d5-a283-2ce3f9f3fa5d {
  margin-top: 3%;
margin-left: 10%;
margin-bottom: 3%;
margin-right: 10%;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-beeb3a5a-eaff-44d5-a283-2ce3f9f3fa5d {
  margin-left: 4%;
margin-right: 4%;
}
}@media (max-width: 767px){#s-beeb3a5a-eaff-44d5-a283-2ce3f9f3fa5d {
  margin-left: 5%;
margin-right: 5%;
}
}







#s-beeb3a5a-eaff-44d5-a283-2ce3f9f3fa5d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-beeb3a5a-eaff-44d5-a283-2ce3f9f3fa5d.shg-box.shg-c {
  justify-content: center;
}

#s-8145405b-90bb-40e4-afcc-f522251ab27a {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-8145405b-90bb-40e4-afcc-f522251ab27a .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-8145405b-90bb-40e4-afcc-f522251ab27a .shg-sld-nav-button.shg-sld-left,
#s-8145405b-90bb-40e4-afcc-f522251ab27a .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

@media (min-width: 0px) {
[id="s-def4bd5a-8638-4f8f-a3c2-d0be183a9ec4"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-def4bd5a-8638-4f8f-a3c2-d0be183a9ec4"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-def4bd5a-8638-4f8f-a3c2-d0be183a9ec4"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-def4bd5a-8638-4f8f-a3c2-d0be183a9ec4"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-def4bd5a-8638-4f8f-a3c2-d0be183a9ec4"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-def4bd5a-8638-4f8f-a3c2-d0be183a9ec4"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-def4bd5a-8638-4f8f-a3c2-d0be183a9ec4"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-def4bd5a-8638-4f8f-a3c2-d0be183a9ec4"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-def4bd5a-8638-4f8f-a3c2-d0be183a9ec4"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-def4bd5a-8638-4f8f-a3c2-d0be183a9ec4"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-def4bd5a-8638-4f8f-a3c2-d0be183a9ec4"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-def4bd5a-8638-4f8f-a3c2-d0be183a9ec4"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-def4bd5a-8638-4f8f-a3c2-d0be183a9ec4"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-def4bd5a-8638-4f8f-a3c2-d0be183a9ec4"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-def4bd5a-8638-4f8f-a3c2-d0be183a9ec4"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-def4bd5a-8638-4f8f-a3c2-d0be183a9ec4"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-def4bd5a-8638-4f8f-a3c2-d0be183a9ec4"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-def4bd5a-8638-4f8f-a3c2-d0be183a9ec4"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-def4bd5a-8638-4f8f-a3c2-d0be183a9ec4"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-def4bd5a-8638-4f8f-a3c2-d0be183a9ec4"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-def4bd5a-8638-4f8f-a3c2-d0be183a9ec4"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-def4bd5a-8638-4f8f-a3c2-d0be183a9ec4"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-def4bd5a-8638-4f8f-a3c2-d0be183a9ec4"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-def4bd5a-8638-4f8f-a3c2-d0be183a9ec4"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-def4bd5a-8638-4f8f-a3c2-d0be183a9ec4"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-def4bd5a-8638-4f8f-a3c2-d0be183a9ec4"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-def4bd5a-8638-4f8f-a3c2-d0be183a9ec4"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-def4bd5a-8638-4f8f-a3c2-d0be183a9ec4"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-def4bd5a-8638-4f8f-a3c2-d0be183a9ec4"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-def4bd5a-8638-4f8f-a3c2-d0be183a9ec4"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-def4bd5a-8638-4f8f-a3c2-d0be183a9ec4"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-def4bd5a-8638-4f8f-a3c2-d0be183a9ec4"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-def4bd5a-8638-4f8f-a3c2-d0be183a9ec4"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-def4bd5a-8638-4f8f-a3c2-d0be183a9ec4"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-def4bd5a-8638-4f8f-a3c2-d0be183a9ec4"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-def4bd5a-8638-4f8f-a3c2-d0be183a9ec4"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-def4bd5a-8638-4f8f-a3c2-d0be183a9ec4"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-674c1d3a-5512-403a-9b9b-dd75302a84d1 {
  min-height: 50px;
}








#s-674c1d3a-5512-403a-9b9b-dd75302a84d1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-674c1d3a-5512-403a-9b9b-dd75302a84d1.shg-box.shg-c {
  justify-content: center;
}

#s-63afd468-1098-45ac-bd70-c2a9b41e7431 {
  text-align: center;
}




  #s-63afd468-1098-45ac-bd70-c2a9b41e7431 img.shogun-image {
    
    width: px;
  }


#s-63afd468-1098-45ac-bd70-c2a9b41e7431 .shogun-image-content {
  
    align-items: center;
  
}

#s-cc82ae29-c915-4e24-8326-6c87d7681b25 {
  min-height: 50px;
}








#s-cc82ae29-c915-4e24-8326-6c87d7681b25 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cc82ae29-c915-4e24-8326-6c87d7681b25.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-9da54399-2258-4203-8623-df2f978326b8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9da54399-2258-4203-8623-df2f978326b8"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-9da54399-2258-4203-8623-df2f978326b8"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-9da54399-2258-4203-8623-df2f978326b8"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-9da54399-2258-4203-8623-df2f978326b8"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-9da54399-2258-4203-8623-df2f978326b8"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-9da54399-2258-4203-8623-df2f978326b8"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-9da54399-2258-4203-8623-df2f978326b8"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-9da54399-2258-4203-8623-df2f978326b8"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-9da54399-2258-4203-8623-df2f978326b8"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-9da54399-2258-4203-8623-df2f978326b8"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-9da54399-2258-4203-8623-df2f978326b8"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-9da54399-2258-4203-8623-df2f978326b8"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-9da54399-2258-4203-8623-df2f978326b8"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-9da54399-2258-4203-8623-df2f978326b8"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-9da54399-2258-4203-8623-df2f978326b8"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-9da54399-2258-4203-8623-df2f978326b8"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-9da54399-2258-4203-8623-df2f978326b8"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-9da54399-2258-4203-8623-df2f978326b8"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-9da54399-2258-4203-8623-df2f978326b8"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-9da54399-2258-4203-8623-df2f978326b8"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-9da54399-2258-4203-8623-df2f978326b8"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-9da54399-2258-4203-8623-df2f978326b8"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-9da54399-2258-4203-8623-df2f978326b8"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-9da54399-2258-4203-8623-df2f978326b8"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-9da54399-2258-4203-8623-df2f978326b8"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-9da54399-2258-4203-8623-df2f978326b8"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-9da54399-2258-4203-8623-df2f978326b8"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-9da54399-2258-4203-8623-df2f978326b8"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-9da54399-2258-4203-8623-df2f978326b8"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-9da54399-2258-4203-8623-df2f978326b8"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-9da54399-2258-4203-8623-df2f978326b8"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-9da54399-2258-4203-8623-df2f978326b8"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-9da54399-2258-4203-8623-df2f978326b8"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-9da54399-2258-4203-8623-df2f978326b8"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-9da54399-2258-4203-8623-df2f978326b8"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-9da54399-2258-4203-8623-df2f978326b8"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-d2bf6a39-ff7d-45be-adf3-c825c2506e7c {
  min-height: 50px;
}








#s-d2bf6a39-ff7d-45be-adf3-c825c2506e7c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d2bf6a39-ff7d-45be-adf3-c825c2506e7c.shg-box.shg-c {
  justify-content: center;
}

#s-f439c56f-c2fe-4b93-88b3-b03df777b40e {
  text-align: center;
}




  #s-f439c56f-c2fe-4b93-88b3-b03df777b40e img.shogun-image {
    
    width: px;
  }


#s-f439c56f-c2fe-4b93-88b3-b03df777b40e .shogun-image-content {
  
    align-items: center;
  
}

#s-e9b16fb8-8401-4f7d-93c1-34af83dc3acc {
  min-height: 50px;
}








#s-e9b16fb8-8401-4f7d-93c1-34af83dc3acc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e9b16fb8-8401-4f7d-93c1-34af83dc3acc.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-df059762-cf63-4582-87b5-6e268ece0547"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-df059762-cf63-4582-87b5-6e268ece0547"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-df059762-cf63-4582-87b5-6e268ece0547"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-df059762-cf63-4582-87b5-6e268ece0547"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-df059762-cf63-4582-87b5-6e268ece0547"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-df059762-cf63-4582-87b5-6e268ece0547"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-df059762-cf63-4582-87b5-6e268ece0547"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-df059762-cf63-4582-87b5-6e268ece0547"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-df059762-cf63-4582-87b5-6e268ece0547"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-df059762-cf63-4582-87b5-6e268ece0547"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-df059762-cf63-4582-87b5-6e268ece0547"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-df059762-cf63-4582-87b5-6e268ece0547"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-df059762-cf63-4582-87b5-6e268ece0547"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-df059762-cf63-4582-87b5-6e268ece0547"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-df059762-cf63-4582-87b5-6e268ece0547"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-df059762-cf63-4582-87b5-6e268ece0547"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-df059762-cf63-4582-87b5-6e268ece0547"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-df059762-cf63-4582-87b5-6e268ece0547"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-df059762-cf63-4582-87b5-6e268ece0547"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-df059762-cf63-4582-87b5-6e268ece0547"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-df059762-cf63-4582-87b5-6e268ece0547"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-df059762-cf63-4582-87b5-6e268ece0547"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-df059762-cf63-4582-87b5-6e268ece0547"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-df059762-cf63-4582-87b5-6e268ece0547"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-df059762-cf63-4582-87b5-6e268ece0547"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-df059762-cf63-4582-87b5-6e268ece0547"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-df059762-cf63-4582-87b5-6e268ece0547"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-df059762-cf63-4582-87b5-6e268ece0547"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-df059762-cf63-4582-87b5-6e268ece0547"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-df059762-cf63-4582-87b5-6e268ece0547"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-df059762-cf63-4582-87b5-6e268ece0547"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-df059762-cf63-4582-87b5-6e268ece0547"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-df059762-cf63-4582-87b5-6e268ece0547"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-df059762-cf63-4582-87b5-6e268ece0547"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-df059762-cf63-4582-87b5-6e268ece0547"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-df059762-cf63-4582-87b5-6e268ece0547"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-df059762-cf63-4582-87b5-6e268ece0547"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-789bce9e-747f-4c5c-9fa6-766e512d3d1a {
  min-height: 50px;
}








#s-789bce9e-747f-4c5c-9fa6-766e512d3d1a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-789bce9e-747f-4c5c-9fa6-766e512d3d1a.shg-box.shg-c {
  justify-content: center;
}

#s-8c230b96-9995-4390-8797-882271c21531 {
  text-align: center;
}




  #s-8c230b96-9995-4390-8797-882271c21531 img.shogun-image {
    
    width: px;
  }


#s-8c230b96-9995-4390-8797-882271c21531 .shogun-image-content {
  
    align-items: center;
  
}

#s-3efa6a2f-6143-4646-8a38-0f33c0da36fc {
  min-height: 50px;
}








#s-3efa6a2f-6143-4646-8a38-0f33c0da36fc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3efa6a2f-6143-4646-8a38-0f33c0da36fc.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-eb9e6156-e78b-4dc8-98c3-54fdccb335c2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-eb9e6156-e78b-4dc8-98c3-54fdccb335c2"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-eb9e6156-e78b-4dc8-98c3-54fdccb335c2"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-eb9e6156-e78b-4dc8-98c3-54fdccb335c2"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-eb9e6156-e78b-4dc8-98c3-54fdccb335c2"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-eb9e6156-e78b-4dc8-98c3-54fdccb335c2"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-eb9e6156-e78b-4dc8-98c3-54fdccb335c2"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-eb9e6156-e78b-4dc8-98c3-54fdccb335c2"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-eb9e6156-e78b-4dc8-98c3-54fdccb335c2"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-eb9e6156-e78b-4dc8-98c3-54fdccb335c2"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-eb9e6156-e78b-4dc8-98c3-54fdccb335c2"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-eb9e6156-e78b-4dc8-98c3-54fdccb335c2"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-eb9e6156-e78b-4dc8-98c3-54fdccb335c2"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-eb9e6156-e78b-4dc8-98c3-54fdccb335c2"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-eb9e6156-e78b-4dc8-98c3-54fdccb335c2"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-eb9e6156-e78b-4dc8-98c3-54fdccb335c2"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-eb9e6156-e78b-4dc8-98c3-54fdccb335c2"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-eb9e6156-e78b-4dc8-98c3-54fdccb335c2"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-eb9e6156-e78b-4dc8-98c3-54fdccb335c2"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-eb9e6156-e78b-4dc8-98c3-54fdccb335c2"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-eb9e6156-e78b-4dc8-98c3-54fdccb335c2"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-eb9e6156-e78b-4dc8-98c3-54fdccb335c2"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-eb9e6156-e78b-4dc8-98c3-54fdccb335c2"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-eb9e6156-e78b-4dc8-98c3-54fdccb335c2"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-eb9e6156-e78b-4dc8-98c3-54fdccb335c2"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-eb9e6156-e78b-4dc8-98c3-54fdccb335c2"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-eb9e6156-e78b-4dc8-98c3-54fdccb335c2"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-eb9e6156-e78b-4dc8-98c3-54fdccb335c2"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-eb9e6156-e78b-4dc8-98c3-54fdccb335c2"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-eb9e6156-e78b-4dc8-98c3-54fdccb335c2"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-eb9e6156-e78b-4dc8-98c3-54fdccb335c2"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-eb9e6156-e78b-4dc8-98c3-54fdccb335c2"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-eb9e6156-e78b-4dc8-98c3-54fdccb335c2"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-eb9e6156-e78b-4dc8-98c3-54fdccb335c2"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-eb9e6156-e78b-4dc8-98c3-54fdccb335c2"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-eb9e6156-e78b-4dc8-98c3-54fdccb335c2"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-eb9e6156-e78b-4dc8-98c3-54fdccb335c2"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-e655ffc1-ac76-4c3b-870b-f39d4c50c21f {
  min-height: 50px;
}








#s-e655ffc1-ac76-4c3b-870b-f39d4c50c21f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e655ffc1-ac76-4c3b-870b-f39d4c50c21f.shg-box.shg-c {
  justify-content: center;
}

#s-a26759d0-c2c1-44d7-a7db-0f55fb5eee83 {
  text-align: center;
}




  #s-a26759d0-c2c1-44d7-a7db-0f55fb5eee83 img.shogun-image {
    
    width: px;
  }


#s-a26759d0-c2c1-44d7-a7db-0f55fb5eee83 .shogun-image-content {
  
    align-items: center;
  
}

#s-6ec89aa9-998f-4e9e-8ffd-6d00cdeea899 {
  min-height: 50px;
}








#s-6ec89aa9-998f-4e9e-8ffd-6d00cdeea899 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6ec89aa9-998f-4e9e-8ffd-6d00cdeea899.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-3ec9f356-d55b-418f-a499-d7a30fba2bd2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3ec9f356-d55b-418f-a499-d7a30fba2bd2"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-3ec9f356-d55b-418f-a499-d7a30fba2bd2"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-3ec9f356-d55b-418f-a499-d7a30fba2bd2"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-3ec9f356-d55b-418f-a499-d7a30fba2bd2"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-3ec9f356-d55b-418f-a499-d7a30fba2bd2"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-3ec9f356-d55b-418f-a499-d7a30fba2bd2"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-3ec9f356-d55b-418f-a499-d7a30fba2bd2"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-3ec9f356-d55b-418f-a499-d7a30fba2bd2"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-3ec9f356-d55b-418f-a499-d7a30fba2bd2"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-3ec9f356-d55b-418f-a499-d7a30fba2bd2"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-3ec9f356-d55b-418f-a499-d7a30fba2bd2"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-3ec9f356-d55b-418f-a499-d7a30fba2bd2"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-3ec9f356-d55b-418f-a499-d7a30fba2bd2"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-3ec9f356-d55b-418f-a499-d7a30fba2bd2"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-3ec9f356-d55b-418f-a499-d7a30fba2bd2"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-3ec9f356-d55b-418f-a499-d7a30fba2bd2"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-3ec9f356-d55b-418f-a499-d7a30fba2bd2"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-3ec9f356-d55b-418f-a499-d7a30fba2bd2"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-3ec9f356-d55b-418f-a499-d7a30fba2bd2"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-3ec9f356-d55b-418f-a499-d7a30fba2bd2"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-3ec9f356-d55b-418f-a499-d7a30fba2bd2"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-3ec9f356-d55b-418f-a499-d7a30fba2bd2"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-3ec9f356-d55b-418f-a499-d7a30fba2bd2"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-3ec9f356-d55b-418f-a499-d7a30fba2bd2"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-3ec9f356-d55b-418f-a499-d7a30fba2bd2"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-3ec9f356-d55b-418f-a499-d7a30fba2bd2"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-3ec9f356-d55b-418f-a499-d7a30fba2bd2"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-3ec9f356-d55b-418f-a499-d7a30fba2bd2"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-3ec9f356-d55b-418f-a499-d7a30fba2bd2"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-3ec9f356-d55b-418f-a499-d7a30fba2bd2"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-3ec9f356-d55b-418f-a499-d7a30fba2bd2"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-3ec9f356-d55b-418f-a499-d7a30fba2bd2"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-3ec9f356-d55b-418f-a499-d7a30fba2bd2"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-3ec9f356-d55b-418f-a499-d7a30fba2bd2"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-3ec9f356-d55b-418f-a499-d7a30fba2bd2"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-3ec9f356-d55b-418f-a499-d7a30fba2bd2"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-f40ae9e9-8809-4448-88cc-0a6c840a0252 {
  min-height: 50px;
}








#s-f40ae9e9-8809-4448-88cc-0a6c840a0252 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f40ae9e9-8809-4448-88cc-0a6c840a0252.shg-box.shg-c {
  justify-content: center;
}

#s-3f6a6c28-8a98-4540-9e32-132ad530c8c2 {
  text-align: center;
}




  #s-3f6a6c28-8a98-4540-9e32-132ad530c8c2 img.shogun-image {
    
    width: px;
  }


#s-3f6a6c28-8a98-4540-9e32-132ad530c8c2 .shogun-image-content {
  
    align-items: center;
  
}

#s-564b6a2b-f8c5-43c4-9fdc-fa725e62071a {
  min-height: 50px;
}








#s-564b6a2b-f8c5-43c4-9fdc-fa725e62071a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-564b6a2b-f8c5-43c4-9fdc-fa725e62071a.shg-box.shg-c {
  justify-content: center;
}

#s-fb5fca0f-3d8e-46a8-9439-3084c2a3f2df {
  padding-left: 10%;
padding-right: 10%;
min-height: 50px;
}
@media (min-width: 1200px){#s-fb5fca0f-3d8e-46a8-9439-3084c2a3f2df {
  display: none;
}
#s-fb5fca0f-3d8e-46a8-9439-3084c2a3f2df, #wrap-s-fb5fca0f-3d8e-46a8-9439-3084c2a3f2df { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-fb5fca0f-3d8e-46a8-9439-3084c2a3f2df {
  display: none;
}
#s-fb5fca0f-3d8e-46a8-9439-3084c2a3f2df, #wrap-s-fb5fca0f-3d8e-46a8-9439-3084c2a3f2df { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-fb5fca0f-3d8e-46a8-9439-3084c2a3f2df {
  
}
}







#s-fb5fca0f-3d8e-46a8-9439-3084c2a3f2df > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fb5fca0f-3d8e-46a8-9439-3084c2a3f2df.shg-box.shg-c {
  justify-content: center;
}

#s-d095916f-c4db-4c5b-883e-c5789cd8e35f {
  padding-top: 4%;
padding-bottom: 4%;
}

@media (min-width: 0px) {
[id="s-a015b421-2314-47e5-8a40-02e2872e09d0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a015b421-2314-47e5-8a40-02e2872e09d0"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-a015b421-2314-47e5-8a40-02e2872e09d0"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-a015b421-2314-47e5-8a40-02e2872e09d0"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-a015b421-2314-47e5-8a40-02e2872e09d0"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-a015b421-2314-47e5-8a40-02e2872e09d0"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-a015b421-2314-47e5-8a40-02e2872e09d0"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-a015b421-2314-47e5-8a40-02e2872e09d0"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-a015b421-2314-47e5-8a40-02e2872e09d0"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-a015b421-2314-47e5-8a40-02e2872e09d0"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-a015b421-2314-47e5-8a40-02e2872e09d0"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-a015b421-2314-47e5-8a40-02e2872e09d0"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-a015b421-2314-47e5-8a40-02e2872e09d0"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-a015b421-2314-47e5-8a40-02e2872e09d0"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-a015b421-2314-47e5-8a40-02e2872e09d0"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-a015b421-2314-47e5-8a40-02e2872e09d0"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-a015b421-2314-47e5-8a40-02e2872e09d0"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-a015b421-2314-47e5-8a40-02e2872e09d0"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-a015b421-2314-47e5-8a40-02e2872e09d0"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-a015b421-2314-47e5-8a40-02e2872e09d0"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-a015b421-2314-47e5-8a40-02e2872e09d0"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-a015b421-2314-47e5-8a40-02e2872e09d0"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-a015b421-2314-47e5-8a40-02e2872e09d0"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-a015b421-2314-47e5-8a40-02e2872e09d0"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-a015b421-2314-47e5-8a40-02e2872e09d0"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-a015b421-2314-47e5-8a40-02e2872e09d0"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-a015b421-2314-47e5-8a40-02e2872e09d0"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-a015b421-2314-47e5-8a40-02e2872e09d0"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-a015b421-2314-47e5-8a40-02e2872e09d0"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-a015b421-2314-47e5-8a40-02e2872e09d0"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-a015b421-2314-47e5-8a40-02e2872e09d0"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-a015b421-2314-47e5-8a40-02e2872e09d0"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-a015b421-2314-47e5-8a40-02e2872e09d0"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-a015b421-2314-47e5-8a40-02e2872e09d0"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-a015b421-2314-47e5-8a40-02e2872e09d0"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-a015b421-2314-47e5-8a40-02e2872e09d0"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-a015b421-2314-47e5-8a40-02e2872e09d0"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-a015b421-2314-47e5-8a40-02e2872e09d0"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-9d6fb775-a75e-4656-8ca0-e42f2b13a7f8 {
  min-height: 50px;
}








#s-9d6fb775-a75e-4656-8ca0-e42f2b13a7f8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9d6fb775-a75e-4656-8ca0-e42f2b13a7f8.shg-box.shg-c {
  justify-content: center;
}

#s-5ded4f12-c354-4421-a2de-106cf587fe53 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 10px;
background-color: rgba(247, 111, 157, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-5ded4f12-c354-4421-a2de-106cf587fe53:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-5ded4f12-c354-4421-a2de-106cf587fe53:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-5ded4f12-c354-4421-a2de-106cf587fe53.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-0b889bac-a16a-407f-af05-a2f86736a9a4 {
  border-style: solid;
border-top-width: 5px;
border-left-width: 5px;
border-bottom-width: 5px;
border-right-width: 5px;
border-color: rgba(44, 42, 52, 0);
border-radius: 54px;
text-align: center;
}




  #s-0b889bac-a16a-407f-af05-a2f86736a9a4 img.shogun-image {
    
    width: px;
  }


#s-0b889bac-a16a-407f-af05-a2f86736a9a4 .shogun-image-content {
  
    align-items: center;
  
}

#s-11e46b1e-7ee0-4720-bea0-abeefb55dd6f {
  padding-top: 0%;
padding-bottom: 0%;
}

#s-11e46b1e-7ee0-4720-bea0-abeefb55dd6f hr {
  border: 0;
  width: 100%;
  border-top: 2px solid rgba(221, 221, 221, 0);
}

@media (min-width: 0px) {
[id="s-494c522e-bfd4-4fa3-b742-d359dab9f577"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-494c522e-bfd4-4fa3-b742-d359dab9f577"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-494c522e-bfd4-4fa3-b742-d359dab9f577"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-494c522e-bfd4-4fa3-b742-d359dab9f577"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-494c522e-bfd4-4fa3-b742-d359dab9f577"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-494c522e-bfd4-4fa3-b742-d359dab9f577"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-494c522e-bfd4-4fa3-b742-d359dab9f577"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-494c522e-bfd4-4fa3-b742-d359dab9f577"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-494c522e-bfd4-4fa3-b742-d359dab9f577"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-494c522e-bfd4-4fa3-b742-d359dab9f577"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-494c522e-bfd4-4fa3-b742-d359dab9f577"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-494c522e-bfd4-4fa3-b742-d359dab9f577"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-494c522e-bfd4-4fa3-b742-d359dab9f577"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-494c522e-bfd4-4fa3-b742-d359dab9f577"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-494c522e-bfd4-4fa3-b742-d359dab9f577"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-494c522e-bfd4-4fa3-b742-d359dab9f577"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-494c522e-bfd4-4fa3-b742-d359dab9f577"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-494c522e-bfd4-4fa3-b742-d359dab9f577"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-494c522e-bfd4-4fa3-b742-d359dab9f577"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-494c522e-bfd4-4fa3-b742-d359dab9f577"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-494c522e-bfd4-4fa3-b742-d359dab9f577"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-494c522e-bfd4-4fa3-b742-d359dab9f577"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-494c522e-bfd4-4fa3-b742-d359dab9f577"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-494c522e-bfd4-4fa3-b742-d359dab9f577"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-494c522e-bfd4-4fa3-b742-d359dab9f577"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-494c522e-bfd4-4fa3-b742-d359dab9f577"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-494c522e-bfd4-4fa3-b742-d359dab9f577"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-494c522e-bfd4-4fa3-b742-d359dab9f577"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-494c522e-bfd4-4fa3-b742-d359dab9f577"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-494c522e-bfd4-4fa3-b742-d359dab9f577"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-494c522e-bfd4-4fa3-b742-d359dab9f577"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-494c522e-bfd4-4fa3-b742-d359dab9f577"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-494c522e-bfd4-4fa3-b742-d359dab9f577"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-494c522e-bfd4-4fa3-b742-d359dab9f577"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-494c522e-bfd4-4fa3-b742-d359dab9f577"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-494c522e-bfd4-4fa3-b742-d359dab9f577"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-494c522e-bfd4-4fa3-b742-d359dab9f577"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-33d3459b-bf29-4f44-bc74-e3c9505c6863 {
  border-style: solid;
margin-top: 8%;
border-top-width: 5px;
border-left-width: 5px;
border-bottom-width: 5px;
border-right-width: 5px;
border-color: rgba(44, 42, 52, 0);
border-radius: 54px;
text-align: center;
}




  #s-33d3459b-bf29-4f44-bc74-e3c9505c6863 img.shogun-image {
    
    width: px;
  }


#s-33d3459b-bf29-4f44-bc74-e3c9505c6863 .shogun-image-content {
  
    align-items: center;
  
}

#s-9a91bfa8-e0af-4db0-b1fa-be7e4ec0461d {
  min-height: 50px;
}








#s-9a91bfa8-e0af-4db0-b1fa-be7e4ec0461d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9a91bfa8-e0af-4db0-b1fa-be7e4ec0461d.shg-box.shg-c {
  justify-content: center;
}

#s-0bcb980f-8717-489e-b0c8-b0682424dfc1 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 10px;
background-color: rgba(247, 111, 157, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-0bcb980f-8717-489e-b0c8-b0682424dfc1:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-0bcb980f-8717-489e-b0c8-b0682424dfc1:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-0bcb980f-8717-489e-b0c8-b0682424dfc1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-2b8527af-1b31-4c58-b1ab-07a0ec58d8b8 {
  padding-top: 2%;
padding-bottom: 2%;
}

#s-2b8527af-1b31-4c58-b1ab-07a0ec58d8b8 hr {
  border: 0;
  width: 100%;
  border-top: 1px solid rgba(221, 221, 221, 0);
}

#s-bc098dc4-87ff-4c3f-83e5-f9accefc9137 {
  padding-left: 15%;
padding-right: 15%;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-bc098dc4-87ff-4c3f-83e5-f9accefc9137 {
  display: none;
}
#s-bc098dc4-87ff-4c3f-83e5-f9accefc9137, #wrap-s-bc098dc4-87ff-4c3f-83e5-f9accefc9137 { display:none !important; }}@media (max-width: 767px){#s-bc098dc4-87ff-4c3f-83e5-f9accefc9137 {
  display: none;
}
#s-bc098dc4-87ff-4c3f-83e5-f9accefc9137, #wrap-s-bc098dc4-87ff-4c3f-83e5-f9accefc9137 { display:none !important; }}







#s-bc098dc4-87ff-4c3f-83e5-f9accefc9137 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bc098dc4-87ff-4c3f-83e5-f9accefc9137.shg-box.shg-c {
  justify-content: center;
}

#s-3214e240-bbe5-4645-a800-624daa69ed5b {
  padding-top: 4%;
padding-bottom: 4%;
}

@media (min-width: 0px) {
[id="s-9bf071ab-83b2-41ba-9747-4e57f913336e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9bf071ab-83b2-41ba-9747-4e57f913336e"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-9bf071ab-83b2-41ba-9747-4e57f913336e"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-9bf071ab-83b2-41ba-9747-4e57f913336e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-9bf071ab-83b2-41ba-9747-4e57f913336e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-9bf071ab-83b2-41ba-9747-4e57f913336e"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-9bf071ab-83b2-41ba-9747-4e57f913336e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-9bf071ab-83b2-41ba-9747-4e57f913336e"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-9bf071ab-83b2-41ba-9747-4e57f913336e"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-9bf071ab-83b2-41ba-9747-4e57f913336e"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-9bf071ab-83b2-41ba-9747-4e57f913336e"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-9bf071ab-83b2-41ba-9747-4e57f913336e"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-9bf071ab-83b2-41ba-9747-4e57f913336e"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-9bf071ab-83b2-41ba-9747-4e57f913336e"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-9bf071ab-83b2-41ba-9747-4e57f913336e"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-9bf071ab-83b2-41ba-9747-4e57f913336e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-9bf071ab-83b2-41ba-9747-4e57f913336e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-9bf071ab-83b2-41ba-9747-4e57f913336e"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-9bf071ab-83b2-41ba-9747-4e57f913336e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-9bf071ab-83b2-41ba-9747-4e57f913336e"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-9bf071ab-83b2-41ba-9747-4e57f913336e"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-9bf071ab-83b2-41ba-9747-4e57f913336e"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-9bf071ab-83b2-41ba-9747-4e57f913336e"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-9bf071ab-83b2-41ba-9747-4e57f913336e"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-9bf071ab-83b2-41ba-9747-4e57f913336e"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-9bf071ab-83b2-41ba-9747-4e57f913336e"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-9bf071ab-83b2-41ba-9747-4e57f913336e"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-9bf071ab-83b2-41ba-9747-4e57f913336e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-9bf071ab-83b2-41ba-9747-4e57f913336e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-9bf071ab-83b2-41ba-9747-4e57f913336e"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-9bf071ab-83b2-41ba-9747-4e57f913336e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-9bf071ab-83b2-41ba-9747-4e57f913336e"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-9bf071ab-83b2-41ba-9747-4e57f913336e"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-9bf071ab-83b2-41ba-9747-4e57f913336e"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-9bf071ab-83b2-41ba-9747-4e57f913336e"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-9bf071ab-83b2-41ba-9747-4e57f913336e"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-9bf071ab-83b2-41ba-9747-4e57f913336e"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-1b653e23-99fe-4d40-a051-fc7676983cd6 {
  min-height: 50px;
}








#s-1b653e23-99fe-4d40-a051-fc7676983cd6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1b653e23-99fe-4d40-a051-fc7676983cd6.shg-box.shg-c {
  justify-content: center;
}

#s-186998bf-5820-4387-b40b-f0d8cfc02ce9 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-186998bf-5820-4387-b40b-f0d8cfc02ce9 .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 24px;
  line-height: 1em;
  letter-spacing: ;
  text-align: center;
}


#s-186998bf-5820-4387-b40b-f0d8cfc02ce9 .shogun-heading-component h2 a {
  color: #000;
}


#s-1d66be61-bed8-4ba0-bb19-4be2601ab9e0 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 10px;
background-color: rgba(247, 111, 157, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-1d66be61-bed8-4ba0-bb19-4be2601ab9e0:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-1d66be61-bed8-4ba0-bb19-4be2601ab9e0:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-1d66be61-bed8-4ba0-bb19-4be2601ab9e0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-4206f31d-f37d-47f4-8eb7-abdbfdac443a {
  min-height: 50px;
}








#s-4206f31d-f37d-47f4-8eb7-abdbfdac443a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4206f31d-f37d-47f4-8eb7-abdbfdac443a.shg-box.shg-c {
  justify-content: center;
}

#s-3e998066-455f-4f8c-a1db-9a27dab2a360 {
  border-style: solid;
border-top-width: 5px;
border-left-width: 5px;
border-bottom-width: 5px;
border-right-width: 5px;
border-color: rgba(44, 42, 52, 0);
border-radius: 54px;
text-align: center;
}




  #s-3e998066-455f-4f8c-a1db-9a27dab2a360 img.shogun-image {
    
    width: px;
  }


#s-3e998066-455f-4f8c-a1db-9a27dab2a360 .shogun-image-content {
  
    align-items: center;
  
}

#s-d0350bbd-fc4e-4881-b8e4-d9c85a75756a {
  padding-top: 0%;
padding-bottom: 0%;
}

#s-d0350bbd-fc4e-4881-b8e4-d9c85a75756a hr {
  border: 0;
  width: 100%;
  border-top: 2px solid rgba(221, 221, 221, 0);
}

@media (min-width: 0px) {
[id="s-10b1703d-1b84-4f07-9856-f65ffc7acb57"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-10b1703d-1b84-4f07-9856-f65ffc7acb57"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-10b1703d-1b84-4f07-9856-f65ffc7acb57"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-10b1703d-1b84-4f07-9856-f65ffc7acb57"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-10b1703d-1b84-4f07-9856-f65ffc7acb57"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-10b1703d-1b84-4f07-9856-f65ffc7acb57"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-10b1703d-1b84-4f07-9856-f65ffc7acb57"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-10b1703d-1b84-4f07-9856-f65ffc7acb57"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-10b1703d-1b84-4f07-9856-f65ffc7acb57"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-10b1703d-1b84-4f07-9856-f65ffc7acb57"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-10b1703d-1b84-4f07-9856-f65ffc7acb57"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-10b1703d-1b84-4f07-9856-f65ffc7acb57"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-10b1703d-1b84-4f07-9856-f65ffc7acb57"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-10b1703d-1b84-4f07-9856-f65ffc7acb57"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-10b1703d-1b84-4f07-9856-f65ffc7acb57"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-10b1703d-1b84-4f07-9856-f65ffc7acb57"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-10b1703d-1b84-4f07-9856-f65ffc7acb57"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-10b1703d-1b84-4f07-9856-f65ffc7acb57"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-10b1703d-1b84-4f07-9856-f65ffc7acb57"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-10b1703d-1b84-4f07-9856-f65ffc7acb57"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-10b1703d-1b84-4f07-9856-f65ffc7acb57"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-10b1703d-1b84-4f07-9856-f65ffc7acb57"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-10b1703d-1b84-4f07-9856-f65ffc7acb57"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-10b1703d-1b84-4f07-9856-f65ffc7acb57"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-10b1703d-1b84-4f07-9856-f65ffc7acb57"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-10b1703d-1b84-4f07-9856-f65ffc7acb57"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-10b1703d-1b84-4f07-9856-f65ffc7acb57"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-10b1703d-1b84-4f07-9856-f65ffc7acb57"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-10b1703d-1b84-4f07-9856-f65ffc7acb57"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-10b1703d-1b84-4f07-9856-f65ffc7acb57"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-10b1703d-1b84-4f07-9856-f65ffc7acb57"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-10b1703d-1b84-4f07-9856-f65ffc7acb57"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-10b1703d-1b84-4f07-9856-f65ffc7acb57"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-10b1703d-1b84-4f07-9856-f65ffc7acb57"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-10b1703d-1b84-4f07-9856-f65ffc7acb57"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-10b1703d-1b84-4f07-9856-f65ffc7acb57"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-10b1703d-1b84-4f07-9856-f65ffc7acb57"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-10b1703d-1b84-4f07-9856-f65ffc7acb57"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-fe28ac42-0b48-49e7-b1bb-4b0ff9ecc396 {
  min-height: 50px;
}








#s-fe28ac42-0b48-49e7-b1bb-4b0ff9ecc396 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fe28ac42-0b48-49e7-b1bb-4b0ff9ecc396.shg-box.shg-c {
  justify-content: center;
}

#s-19f29143-cfb2-4f18-8dd2-352024930503 {
  border-style: solid;
border-top-width: 5px;
border-left-width: 5px;
border-bottom-width: 5px;
border-right-width: 5px;
border-color: rgba(44, 42, 52, 0);
border-radius: 54px;
text-align: center;
}




  #s-19f29143-cfb2-4f18-8dd2-352024930503 img.shogun-image {
    
    width: px;
  }


#s-19f29143-cfb2-4f18-8dd2-352024930503 .shogun-image-content {
  
    align-items: center;
  
}

#s-4dffe785-8b8c-4c2e-a172-f4218ae19f38 {
  min-height: 50px;
}








#s-4dffe785-8b8c-4c2e-a172-f4218ae19f38 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4dffe785-8b8c-4c2e-a172-f4218ae19f38.shg-box.shg-c {
  justify-content: center;
}

#s-b068d421-57f0-4cc6-b01d-25a10a9b5370 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b068d421-57f0-4cc6-b01d-25a10a9b5370 .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 24px;
  line-height: 1em;
  letter-spacing: ;
  text-align: center;
}


#s-b068d421-57f0-4cc6-b01d-25a10a9b5370 .shogun-heading-component h2 a {
  color: #000;
}


#s-d89cc22b-6f68-459e-b7a9-64c78f5b6765 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 10px;
background-color: rgba(247, 111, 157, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-d89cc22b-6f68-459e-b7a9-64c78f5b6765:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-d89cc22b-6f68-459e-b7a9-64c78f5b6765:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-d89cc22b-6f68-459e-b7a9-64c78f5b6765.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: asap;
  display:  inline-block ;
}

#s-cba1aeb8-ed46-4e90-9b27-0273aae0afe1 {
  padding-top: 0%;
padding-bottom: 0%;
}

#s-cba1aeb8-ed46-4e90-9b27-0273aae0afe1 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid rgba(221, 221, 221, 0);
}

@media (min-width: 0px) {
[id="s-bf16392b-cc0e-48ee-86a0-4934df7a91af"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-bf16392b-cc0e-48ee-86a0-4934df7a91af"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-bf16392b-cc0e-48ee-86a0-4934df7a91af"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-bf16392b-cc0e-48ee-86a0-4934df7a91af"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-bf16392b-cc0e-48ee-86a0-4934df7a91af"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-bf16392b-cc0e-48ee-86a0-4934df7a91af"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-bf16392b-cc0e-48ee-86a0-4934df7a91af"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-bf16392b-cc0e-48ee-86a0-4934df7a91af"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-bf16392b-cc0e-48ee-86a0-4934df7a91af"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-bf16392b-cc0e-48ee-86a0-4934df7a91af"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-bf16392b-cc0e-48ee-86a0-4934df7a91af"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-bf16392b-cc0e-48ee-86a0-4934df7a91af"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-bf16392b-cc0e-48ee-86a0-4934df7a91af"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-bf16392b-cc0e-48ee-86a0-4934df7a91af"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-bf16392b-cc0e-48ee-86a0-4934df7a91af"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-bf16392b-cc0e-48ee-86a0-4934df7a91af"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-bf16392b-cc0e-48ee-86a0-4934df7a91af"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-bf16392b-cc0e-48ee-86a0-4934df7a91af"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-bf16392b-cc0e-48ee-86a0-4934df7a91af"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-bf16392b-cc0e-48ee-86a0-4934df7a91af"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-bf16392b-cc0e-48ee-86a0-4934df7a91af"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-bf16392b-cc0e-48ee-86a0-4934df7a91af"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-bf16392b-cc0e-48ee-86a0-4934df7a91af"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-bf16392b-cc0e-48ee-86a0-4934df7a91af"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-bf16392b-cc0e-48ee-86a0-4934df7a91af"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-bf16392b-cc0e-48ee-86a0-4934df7a91af"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-bf16392b-cc0e-48ee-86a0-4934df7a91af"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-bf16392b-cc0e-48ee-86a0-4934df7a91af"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-bf16392b-cc0e-48ee-86a0-4934df7a91af"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-bf16392b-cc0e-48ee-86a0-4934df7a91af"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-bf16392b-cc0e-48ee-86a0-4934df7a91af"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-bf16392b-cc0e-48ee-86a0-4934df7a91af"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-bf16392b-cc0e-48ee-86a0-4934df7a91af"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-bf16392b-cc0e-48ee-86a0-4934df7a91af"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-bf16392b-cc0e-48ee-86a0-4934df7a91af"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-bf16392b-cc0e-48ee-86a0-4934df7a91af"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-bf16392b-cc0e-48ee-86a0-4934df7a91af"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-bf16392b-cc0e-48ee-86a0-4934df7a91af"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-cc0d70bb-7257-4957-b3ca-78e37823981a {
  min-height: 50px;
}








#s-cc0d70bb-7257-4957-b3ca-78e37823981a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cc0d70bb-7257-4957-b3ca-78e37823981a.shg-box.shg-c {
  justify-content: center;
}

#s-ee0de365-0b00-4325-8f5b-86eb0f55d8c7 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 10px;
background-color: rgba(247, 111, 157, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-ee0de365-0b00-4325-8f5b-86eb0f55d8c7:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-ee0de365-0b00-4325-8f5b-86eb0f55d8c7:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-ee0de365-0b00-4325-8f5b-86eb0f55d8c7.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-3a8480f9-8c36-4a49-b440-ddb2134f5307 {
  min-height: 50px;
}








#s-3a8480f9-8c36-4a49-b440-ddb2134f5307 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3a8480f9-8c36-4a49-b440-ddb2134f5307.shg-box.shg-c {
  justify-content: center;
}

#s-e5611027-9e4f-41d4-a78f-ab053bb26323 {
  border-style: solid;
border-top-width: 5px;
border-left-width: 5px;
border-bottom-width: 5px;
border-right-width: 5px;
border-color: rgba(44, 42, 52, 0);
border-radius: 54px;
text-align: center;
}




  #s-e5611027-9e4f-41d4-a78f-ab053bb26323 img.shogun-image {
    
    width: px;
  }


#s-e5611027-9e4f-41d4-a78f-ab053bb26323 .shogun-image-content {
  
    align-items: center;
  
}

#s-15a91303-a9fc-4f12-9c1b-c8e159b0694a {
  padding-top: 0%;
padding-bottom: 0%;
}

#s-15a91303-a9fc-4f12-9c1b-c8e159b0694a hr {
  border: 0;
  width: 100%;
  border-top: 1px solid rgba(221, 221, 221, 0);
}

#s-8c2428ea-08bf-4528-b5ed-6d3abbf3d69a {
  background-repeat: no-repeat;
background-size: cover;
padding-top: 5%;
padding-bottom: 9%;
min-height: 200px;
background-position: center center;
}
@media (min-width: 1200px){#s-8c2428ea-08bf-4528-b5ed-6d3abbf3d69a {
  display: none;
}
#s-8c2428ea-08bf-4528-b5ed-6d3abbf3d69a, #wrap-s-8c2428ea-08bf-4528-b5ed-6d3abbf3d69a { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8c2428ea-08bf-4528-b5ed-6d3abbf3d69a {
  display: none;
}
#s-8c2428ea-08bf-4528-b5ed-6d3abbf3d69a, #wrap-s-8c2428ea-08bf-4528-b5ed-6d3abbf3d69a { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-8c2428ea-08bf-4528-b5ed-6d3abbf3d69a {
  
}
}







#s-8c2428ea-08bf-4528-b5ed-6d3abbf3d69a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8c2428ea-08bf-4528-b5ed-6d3abbf3d69a.shg-box.shg-c {
  justify-content: center;
}

#s-458c10c5-a77c-45ce-8eb8-0bce03c81c0f {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 10px;
background-color: rgba(247, 111, 157, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-458c10c5-a77c-45ce-8eb8-0bce03c81c0f:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-458c10c5-a77c-45ce-8eb8-0bce03c81c0f:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-458c10c5-a77c-45ce-8eb8-0bce03c81c0f.shg-btn {
  color: #ffffff;
  font-size: 19px;
  
  
  
  display:  inline-block ;
}

#s-7548d4a0-ac03-40e9-a1aa-93bcce97b3d4 {
  background-repeat: no-repeat;
background-size: cover;
padding-top: 5%;
padding-bottom: 5%;
min-height: 200px;
background-position: center center;
}
@media (min-width: 768px) and (max-width: 991px){#s-7548d4a0-ac03-40e9-a1aa-93bcce97b3d4 {
  display: none;
}
#s-7548d4a0-ac03-40e9-a1aa-93bcce97b3d4, #wrap-s-7548d4a0-ac03-40e9-a1aa-93bcce97b3d4 { display:none !important; }}@media (max-width: 767px){#s-7548d4a0-ac03-40e9-a1aa-93bcce97b3d4 {
  display: none;
}
#s-7548d4a0-ac03-40e9-a1aa-93bcce97b3d4, #wrap-s-7548d4a0-ac03-40e9-a1aa-93bcce97b3d4 { display:none !important; }}







#s-7548d4a0-ac03-40e9-a1aa-93bcce97b3d4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7548d4a0-ac03-40e9-a1aa-93bcce97b3d4.shg-box.shg-c {
  justify-content: center;
}

#s-d2b6c861-e812-40a0-8a11-2abac297a979 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 10px;
background-color: rgba(247, 111, 157, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-d2b6c861-e812-40a0-8a11-2abac297a979:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-d2b6c861-e812-40a0-8a11-2abac297a979:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-d2b6c861-e812-40a0-8a11-2abac297a979.shg-btn {
  color: #ffffff;
  font-size: 19px;
  
  
  
  display:  inline-block ;
}

#s-4f021b16-5807-4172-8f6c-ee417bcca096 {
  padding-top: 15%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
min-height: 50px;
background-color: rgba(247, 111, 157, 1);
}
@media (min-width: 1200px){#s-4f021b16-5807-4172-8f6c-ee417bcca096 {
  display: none;
}
#s-4f021b16-5807-4172-8f6c-ee417bcca096, #wrap-s-4f021b16-5807-4172-8f6c-ee417bcca096 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-4f021b16-5807-4172-8f6c-ee417bcca096 {
  display: none;
}
#s-4f021b16-5807-4172-8f6c-ee417bcca096, #wrap-s-4f021b16-5807-4172-8f6c-ee417bcca096 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-4f021b16-5807-4172-8f6c-ee417bcca096 {
  
}
}







#s-4f021b16-5807-4172-8f6c-ee417bcca096 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4f021b16-5807-4172-8f6c-ee417bcca096.shg-box.shg-c {
  justify-content: center;
}

#s-63a566f4-d2a4-4388-b842-5519d646f7ef {
  padding-bottom: 3%;
}

#s-b5a3aff8-f199-4e85-a008-0b0837cd4aaf {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-b5a3aff8-f199-4e85-a008-0b0837cd4aaf .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-b5a3aff8-f199-4e85-a008-0b0837cd4aaf .shg-sld-nav-button.shg-sld-left,
#s-b5a3aff8-f199-4e85-a008-0b0837cd4aaf .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

@media (min-width: 0px) {
[id="s-3a0deef0-aed0-4dd1-82b5-ebb6ec1c66d8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3a0deef0-aed0-4dd1-82b5-ebb6ec1c66d8"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-3a0deef0-aed0-4dd1-82b5-ebb6ec1c66d8"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-3a0deef0-aed0-4dd1-82b5-ebb6ec1c66d8"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-3a0deef0-aed0-4dd1-82b5-ebb6ec1c66d8"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-3a0deef0-aed0-4dd1-82b5-ebb6ec1c66d8"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-3a0deef0-aed0-4dd1-82b5-ebb6ec1c66d8"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-3a0deef0-aed0-4dd1-82b5-ebb6ec1c66d8"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-3a0deef0-aed0-4dd1-82b5-ebb6ec1c66d8"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-3a0deef0-aed0-4dd1-82b5-ebb6ec1c66d8"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-3a0deef0-aed0-4dd1-82b5-ebb6ec1c66d8"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-3a0deef0-aed0-4dd1-82b5-ebb6ec1c66d8"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-3a0deef0-aed0-4dd1-82b5-ebb6ec1c66d8"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-3a0deef0-aed0-4dd1-82b5-ebb6ec1c66d8"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-3a0deef0-aed0-4dd1-82b5-ebb6ec1c66d8"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-3a0deef0-aed0-4dd1-82b5-ebb6ec1c66d8"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-3a0deef0-aed0-4dd1-82b5-ebb6ec1c66d8"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-3a0deef0-aed0-4dd1-82b5-ebb6ec1c66d8"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-3a0deef0-aed0-4dd1-82b5-ebb6ec1c66d8"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-3a0deef0-aed0-4dd1-82b5-ebb6ec1c66d8"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-3a0deef0-aed0-4dd1-82b5-ebb6ec1c66d8"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-3a0deef0-aed0-4dd1-82b5-ebb6ec1c66d8"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-3a0deef0-aed0-4dd1-82b5-ebb6ec1c66d8"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-3a0deef0-aed0-4dd1-82b5-ebb6ec1c66d8"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-3a0deef0-aed0-4dd1-82b5-ebb6ec1c66d8"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-3a0deef0-aed0-4dd1-82b5-ebb6ec1c66d8"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-3a0deef0-aed0-4dd1-82b5-ebb6ec1c66d8"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-3a0deef0-aed0-4dd1-82b5-ebb6ec1c66d8"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-3a0deef0-aed0-4dd1-82b5-ebb6ec1c66d8"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-3a0deef0-aed0-4dd1-82b5-ebb6ec1c66d8"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-3a0deef0-aed0-4dd1-82b5-ebb6ec1c66d8"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-3a0deef0-aed0-4dd1-82b5-ebb6ec1c66d8"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-3a0deef0-aed0-4dd1-82b5-ebb6ec1c66d8"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-3a0deef0-aed0-4dd1-82b5-ebb6ec1c66d8"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-3a0deef0-aed0-4dd1-82b5-ebb6ec1c66d8"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-3a0deef0-aed0-4dd1-82b5-ebb6ec1c66d8"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-3a0deef0-aed0-4dd1-82b5-ebb6ec1c66d8"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-dad9141d-4ea3-48a3-b3e8-e29736f496eb {
  border-style: solid;
margin-bottom: 25px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(235, 235, 235, 1);
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-dad9141d-4ea3-48a3-b3e8-e29736f496eb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-dad9141d-4ea3-48a3-b3e8-e29736f496eb.shg-box.shg-c {
  justify-content: flex-start;
}

#s-ebaebce1-0f83-4b89-8743-7f244b8e5d76 {
  margin-top: 40px;
margin-left: 20px;
margin-right: 20px;
}

#s-ebaebce1-0f83-4b89-8743-7f244b8e5d76 .shogun-icon-wrapper {
  text-align: center;
}


#s-ebaebce1-0f83-4b89-8743-7f244b8e5d76 .shogun-icon-wrapper > .shogun-icon {

  font-size: 32px !important;
  color: rgba(0, 0, 0, 1);
}

#s-441ab379-92dd-491d-a96b-ac816b596dff {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 40px;
margin-right: 20px;
opacity: 1;
}
@media (min-width: 1200px){#s-441ab379-92dd-491d-a96b-ac816b596dff {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-441ab379-92dd-491d-a96b-ac816b596dff {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-441ab379-92dd-491d-a96b-ac816b596dff {
  
}
}@media (max-width: 767px){#s-441ab379-92dd-491d-a96b-ac816b596dff {
  
}
}
#s-3679a08c-bac2-4f47-bd06-f96ef6276406 {
  border-style: solid;
margin-bottom: 25px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(235, 235, 235, 1);
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-3679a08c-bac2-4f47-bd06-f96ef6276406 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3679a08c-bac2-4f47-bd06-f96ef6276406.shg-box.shg-c {
  justify-content: flex-start;
}

#s-8d0f7c0c-b77a-4880-b1ff-992ff327d599 {
  margin-top: 40px;
margin-left: 20px;
margin-right: 20px;
}

#s-8d0f7c0c-b77a-4880-b1ff-992ff327d599 .shogun-icon-wrapper {
  text-align: center;
}


#s-8d0f7c0c-b77a-4880-b1ff-992ff327d599 .shogun-icon-wrapper > .shogun-icon {

  font-size: 32px !important;
  color: rgba(0, 0, 0, 1);
}

#s-e9531da8-d253-4928-b666-4010169766e4 {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 40px;
margin-right: 20px;
opacity: 1;
}
@media (min-width: 1200px){#s-e9531da8-d253-4928-b666-4010169766e4 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e9531da8-d253-4928-b666-4010169766e4 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-e9531da8-d253-4928-b666-4010169766e4 {
  
}
}@media (max-width: 767px){#s-e9531da8-d253-4928-b666-4010169766e4 {
  
}
}
#s-13175de7-c364-4173-aaac-616175b0b7f6 {
  border-style: solid;
margin-bottom: 25px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(235, 235, 235, 1);
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-13175de7-c364-4173-aaac-616175b0b7f6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-13175de7-c364-4173-aaac-616175b0b7f6.shg-box.shg-c {
  justify-content: flex-start;
}

#s-7b7377f0-34d2-4f6f-b221-e30bb7acea65 {
  margin-top: 40px;
margin-left: 20px;
margin-right: 20px;
}

#s-7b7377f0-34d2-4f6f-b221-e30bb7acea65 .shogun-icon-wrapper {
  text-align: center;
}


#s-7b7377f0-34d2-4f6f-b221-e30bb7acea65 .shogun-icon-wrapper > .shogun-icon {

  font-size: 32px !important;
  color: rgba(0, 0, 0, 1);
}

#s-fe723ad0-d0f0-44ad-949e-83b53a04208e {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 40px;
margin-right: 20px;
opacity: 1;
}
@media (min-width: 1200px){#s-fe723ad0-d0f0-44ad-949e-83b53a04208e {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-fe723ad0-d0f0-44ad-949e-83b53a04208e {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-fe723ad0-d0f0-44ad-949e-83b53a04208e {
  
}
}@media (max-width: 767px){#s-fe723ad0-d0f0-44ad-949e-83b53a04208e {
  
}
}
@media (min-width: 0px) {
[id="s-8eef43f4-bb22-4692-bdb9-fca56b8b91b3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8eef43f4-bb22-4692-bdb9-fca56b8b91b3"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-8eef43f4-bb22-4692-bdb9-fca56b8b91b3"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-8eef43f4-bb22-4692-bdb9-fca56b8b91b3"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-8eef43f4-bb22-4692-bdb9-fca56b8b91b3"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-8eef43f4-bb22-4692-bdb9-fca56b8b91b3"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-8eef43f4-bb22-4692-bdb9-fca56b8b91b3"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-8eef43f4-bb22-4692-bdb9-fca56b8b91b3"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-8eef43f4-bb22-4692-bdb9-fca56b8b91b3"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-8eef43f4-bb22-4692-bdb9-fca56b8b91b3"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-8eef43f4-bb22-4692-bdb9-fca56b8b91b3"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-8eef43f4-bb22-4692-bdb9-fca56b8b91b3"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-8eef43f4-bb22-4692-bdb9-fca56b8b91b3"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-8eef43f4-bb22-4692-bdb9-fca56b8b91b3"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-8eef43f4-bb22-4692-bdb9-fca56b8b91b3"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-8eef43f4-bb22-4692-bdb9-fca56b8b91b3"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-8eef43f4-bb22-4692-bdb9-fca56b8b91b3"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-8eef43f4-bb22-4692-bdb9-fca56b8b91b3"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-8eef43f4-bb22-4692-bdb9-fca56b8b91b3"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-8eef43f4-bb22-4692-bdb9-fca56b8b91b3"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-8eef43f4-bb22-4692-bdb9-fca56b8b91b3"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-8eef43f4-bb22-4692-bdb9-fca56b8b91b3"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-8eef43f4-bb22-4692-bdb9-fca56b8b91b3"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-8eef43f4-bb22-4692-bdb9-fca56b8b91b3"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-8eef43f4-bb22-4692-bdb9-fca56b8b91b3"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-8eef43f4-bb22-4692-bdb9-fca56b8b91b3"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-8eef43f4-bb22-4692-bdb9-fca56b8b91b3"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-8eef43f4-bb22-4692-bdb9-fca56b8b91b3"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-8eef43f4-bb22-4692-bdb9-fca56b8b91b3"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-8eef43f4-bb22-4692-bdb9-fca56b8b91b3"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-8eef43f4-bb22-4692-bdb9-fca56b8b91b3"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-8eef43f4-bb22-4692-bdb9-fca56b8b91b3"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-8eef43f4-bb22-4692-bdb9-fca56b8b91b3"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-8eef43f4-bb22-4692-bdb9-fca56b8b91b3"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-8eef43f4-bb22-4692-bdb9-fca56b8b91b3"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-8eef43f4-bb22-4692-bdb9-fca56b8b91b3"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-8eef43f4-bb22-4692-bdb9-fca56b8b91b3"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-cd09b2f6-8eff-4d3f-b07d-af7813a3c529 {
  border-style: solid;
margin-bottom: 25px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(235, 235, 235, 1);
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-cd09b2f6-8eff-4d3f-b07d-af7813a3c529 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cd09b2f6-8eff-4d3f-b07d-af7813a3c529.shg-box.shg-c {
  justify-content: flex-start;
}

#s-f5f8e67c-e96e-4cd2-b10a-2c6015c2faf3 {
  margin-top: 40px;
margin-left: 20px;
margin-right: 20px;
}

#s-f5f8e67c-e96e-4cd2-b10a-2c6015c2faf3 .shogun-icon-wrapper {
  text-align: center;
}


#s-f5f8e67c-e96e-4cd2-b10a-2c6015c2faf3 .shogun-icon-wrapper > .shogun-icon {

  font-size: 32px !important;
  color: rgba(0, 0, 0, 1);
}

#s-685a0dda-99ca-4af4-bcef-639fc58afb7c {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 40px;
margin-right: 20px;
opacity: 1;
}
@media (min-width: 1200px){#s-685a0dda-99ca-4af4-bcef-639fc58afb7c {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-685a0dda-99ca-4af4-bcef-639fc58afb7c {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-685a0dda-99ca-4af4-bcef-639fc58afb7c {
  
}
}@media (max-width: 767px){#s-685a0dda-99ca-4af4-bcef-639fc58afb7c {
  
}
}
#s-71b1c544-7ff4-4ddc-8f23-a4565de56dff {
  border-style: solid;
margin-bottom: 25px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(235, 235, 235, 1);
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-71b1c544-7ff4-4ddc-8f23-a4565de56dff > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-71b1c544-7ff4-4ddc-8f23-a4565de56dff.shg-box.shg-c {
  justify-content: flex-start;
}

#s-204da3e6-42fa-4c3a-935a-817d4978d78a {
  margin-top: 40px;
margin-left: 20px;
margin-right: 20px;
}

#s-204da3e6-42fa-4c3a-935a-817d4978d78a .shogun-icon-wrapper {
  text-align: center;
}


#s-204da3e6-42fa-4c3a-935a-817d4978d78a .shogun-icon-wrapper > .shogun-icon {

  font-size: 32px !important;
  color: rgba(0, 0, 0, 1);
}

#s-7e0bcebe-58df-4d4c-ab69-45825a559c7d {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 40px;
margin-right: 20px;
opacity: 1;
}
@media (min-width: 1200px){#s-7e0bcebe-58df-4d4c-ab69-45825a559c7d {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-7e0bcebe-58df-4d4c-ab69-45825a559c7d {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-7e0bcebe-58df-4d4c-ab69-45825a559c7d {
  
}
}@media (max-width: 767px){#s-7e0bcebe-58df-4d4c-ab69-45825a559c7d {
  
}
}
#s-b0e6bda8-cc6b-4883-b8e8-fd2460090e4e {
  border-style: solid;
margin-bottom: 25px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(235, 235, 235, 1);
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-b0e6bda8-cc6b-4883-b8e8-fd2460090e4e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b0e6bda8-cc6b-4883-b8e8-fd2460090e4e.shg-box.shg-c {
  justify-content: flex-start;
}

#s-64f8014b-ecb0-48d2-b73d-eb49309d0931 {
  margin-top: 40px;
margin-left: 20px;
margin-right: 20px;
}

#s-64f8014b-ecb0-48d2-b73d-eb49309d0931 .shogun-icon-wrapper {
  text-align: center;
}


#s-64f8014b-ecb0-48d2-b73d-eb49309d0931 .shogun-icon-wrapper > .shogun-icon {

  font-size: 32px !important;
  color: rgba(0, 0, 0, 1);
}

#s-1a80478c-6568-439b-9eec-22747db22201 {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 40px;
margin-right: 20px;
opacity: 1;
}
@media (min-width: 1200px){#s-1a80478c-6568-439b-9eec-22747db22201 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-1a80478c-6568-439b-9eec-22747db22201 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-1a80478c-6568-439b-9eec-22747db22201 {
  
}
}@media (max-width: 767px){#s-1a80478c-6568-439b-9eec-22747db22201 {
  
}
}
#s-6a96b24c-c98d-4481-95e2-36444ab228b8 {
  padding-left: 15%;
padding-right: 15%;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-6a96b24c-c98d-4481-95e2-36444ab228b8 {
  display: none;
}
#s-6a96b24c-c98d-4481-95e2-36444ab228b8, #wrap-s-6a96b24c-c98d-4481-95e2-36444ab228b8 { display:none !important; }}@media (max-width: 767px){#s-6a96b24c-c98d-4481-95e2-36444ab228b8 {
  display: none;
}
#s-6a96b24c-c98d-4481-95e2-36444ab228b8, #wrap-s-6a96b24c-c98d-4481-95e2-36444ab228b8 { display:none !important; }}







#s-6a96b24c-c98d-4481-95e2-36444ab228b8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6a96b24c-c98d-4481-95e2-36444ab228b8.shg-box.shg-c {
  justify-content: center;
}

#s-0387af04-bbd0-4022-a4dc-87bcb7a11cd4 {
  padding-top: 0%;
padding-bottom: 0%;
}

#s-0387af04-bbd0-4022-a4dc-87bcb7a11cd4 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid rgba(221, 221, 221, 0);
}

@media (min-width: 0px) {
[id="s-c5aa73e0-2ed5-4ef3-8b4a-e4e69ac0cc9a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c5aa73e0-2ed5-4ef3-8b4a-e4e69ac0cc9a"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-c5aa73e0-2ed5-4ef3-8b4a-e4e69ac0cc9a"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-c5aa73e0-2ed5-4ef3-8b4a-e4e69ac0cc9a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-c5aa73e0-2ed5-4ef3-8b4a-e4e69ac0cc9a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-c5aa73e0-2ed5-4ef3-8b4a-e4e69ac0cc9a"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-c5aa73e0-2ed5-4ef3-8b4a-e4e69ac0cc9a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-c5aa73e0-2ed5-4ef3-8b4a-e4e69ac0cc9a"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-c5aa73e0-2ed5-4ef3-8b4a-e4e69ac0cc9a"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-c5aa73e0-2ed5-4ef3-8b4a-e4e69ac0cc9a"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-c5aa73e0-2ed5-4ef3-8b4a-e4e69ac0cc9a"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-c5aa73e0-2ed5-4ef3-8b4a-e4e69ac0cc9a"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-c5aa73e0-2ed5-4ef3-8b4a-e4e69ac0cc9a"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-c5aa73e0-2ed5-4ef3-8b4a-e4e69ac0cc9a"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-c5aa73e0-2ed5-4ef3-8b4a-e4e69ac0cc9a"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-c5aa73e0-2ed5-4ef3-8b4a-e4e69ac0cc9a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-c5aa73e0-2ed5-4ef3-8b4a-e4e69ac0cc9a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-c5aa73e0-2ed5-4ef3-8b4a-e4e69ac0cc9a"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-c5aa73e0-2ed5-4ef3-8b4a-e4e69ac0cc9a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-c5aa73e0-2ed5-4ef3-8b4a-e4e69ac0cc9a"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-c5aa73e0-2ed5-4ef3-8b4a-e4e69ac0cc9a"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-c5aa73e0-2ed5-4ef3-8b4a-e4e69ac0cc9a"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-c5aa73e0-2ed5-4ef3-8b4a-e4e69ac0cc9a"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-c5aa73e0-2ed5-4ef3-8b4a-e4e69ac0cc9a"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-c5aa73e0-2ed5-4ef3-8b4a-e4e69ac0cc9a"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-c5aa73e0-2ed5-4ef3-8b4a-e4e69ac0cc9a"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-c5aa73e0-2ed5-4ef3-8b4a-e4e69ac0cc9a"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-c5aa73e0-2ed5-4ef3-8b4a-e4e69ac0cc9a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-c5aa73e0-2ed5-4ef3-8b4a-e4e69ac0cc9a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-c5aa73e0-2ed5-4ef3-8b4a-e4e69ac0cc9a"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-c5aa73e0-2ed5-4ef3-8b4a-e4e69ac0cc9a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-c5aa73e0-2ed5-4ef3-8b4a-e4e69ac0cc9a"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-c5aa73e0-2ed5-4ef3-8b4a-e4e69ac0cc9a"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-c5aa73e0-2ed5-4ef3-8b4a-e4e69ac0cc9a"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-c5aa73e0-2ed5-4ef3-8b4a-e4e69ac0cc9a"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-c5aa73e0-2ed5-4ef3-8b4a-e4e69ac0cc9a"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-c5aa73e0-2ed5-4ef3-8b4a-e4e69ac0cc9a"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-c5aa73e0-2ed5-4ef3-8b4a-e4e69ac0cc9a"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-d06dace3-3b3f-42eb-86fa-eab6a1fb1ccb {
  min-height: 50px;
}








#s-d06dace3-3b3f-42eb-86fa-eab6a1fb1ccb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d06dace3-3b3f-42eb-86fa-eab6a1fb1ccb.shg-box.shg-c {
  justify-content: center;
}

#s-1e367c25-f311-48ee-bc22-65f8260679f1 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 10px;
background-color: rgba(247, 111, 157, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-1e367c25-f311-48ee-bc22-65f8260679f1:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-1e367c25-f311-48ee-bc22-65f8260679f1:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-1e367c25-f311-48ee-bc22-65f8260679f1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-14830fd5-b056-4d78-8d9e-470576c696ed {
  min-height: 50px;
}








#s-14830fd5-b056-4d78-8d9e-470576c696ed > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-14830fd5-b056-4d78-8d9e-470576c696ed.shg-box.shg-c {
  justify-content: center;
}

#s-234fae52-dea2-4e8c-8d33-336840cafd57 {
  border-style: solid;
border-top-width: 5px;
border-left-width: 5px;
border-bottom-width: 5px;
border-right-width: 5px;
border-color: rgba(44, 42, 52, 0);
border-radius: 54px;
text-align: center;
}




  #s-234fae52-dea2-4e8c-8d33-336840cafd57 img.shogun-image {
    
    width: px;
  }


#s-234fae52-dea2-4e8c-8d33-336840cafd57 .shogun-image-content {
  
    align-items: center;
  
}

#s-a18f7e8f-e393-4e01-a139-e8c2be75ebe2 {
  padding-top: 0%;
padding-bottom: 0%;
}

#s-a18f7e8f-e393-4e01-a139-e8c2be75ebe2 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid rgba(221, 221, 221, 0);
}

@media (min-width: 0px) {
[id="s-8ee6fe23-8444-493c-8290-1bcbd6bfd524"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8ee6fe23-8444-493c-8290-1bcbd6bfd524"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-8ee6fe23-8444-493c-8290-1bcbd6bfd524"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-8ee6fe23-8444-493c-8290-1bcbd6bfd524"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-8ee6fe23-8444-493c-8290-1bcbd6bfd524"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-8ee6fe23-8444-493c-8290-1bcbd6bfd524"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-8ee6fe23-8444-493c-8290-1bcbd6bfd524"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-8ee6fe23-8444-493c-8290-1bcbd6bfd524"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-8ee6fe23-8444-493c-8290-1bcbd6bfd524"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-8ee6fe23-8444-493c-8290-1bcbd6bfd524"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-8ee6fe23-8444-493c-8290-1bcbd6bfd524"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-8ee6fe23-8444-493c-8290-1bcbd6bfd524"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-8ee6fe23-8444-493c-8290-1bcbd6bfd524"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-8ee6fe23-8444-493c-8290-1bcbd6bfd524"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-8ee6fe23-8444-493c-8290-1bcbd6bfd524"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-8ee6fe23-8444-493c-8290-1bcbd6bfd524"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-8ee6fe23-8444-493c-8290-1bcbd6bfd524"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-8ee6fe23-8444-493c-8290-1bcbd6bfd524"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-8ee6fe23-8444-493c-8290-1bcbd6bfd524"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-8ee6fe23-8444-493c-8290-1bcbd6bfd524"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-8ee6fe23-8444-493c-8290-1bcbd6bfd524"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-8ee6fe23-8444-493c-8290-1bcbd6bfd524"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-8ee6fe23-8444-493c-8290-1bcbd6bfd524"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-8ee6fe23-8444-493c-8290-1bcbd6bfd524"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-8ee6fe23-8444-493c-8290-1bcbd6bfd524"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-8ee6fe23-8444-493c-8290-1bcbd6bfd524"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-8ee6fe23-8444-493c-8290-1bcbd6bfd524"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-8ee6fe23-8444-493c-8290-1bcbd6bfd524"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-8ee6fe23-8444-493c-8290-1bcbd6bfd524"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-8ee6fe23-8444-493c-8290-1bcbd6bfd524"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-8ee6fe23-8444-493c-8290-1bcbd6bfd524"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-8ee6fe23-8444-493c-8290-1bcbd6bfd524"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-8ee6fe23-8444-493c-8290-1bcbd6bfd524"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-8ee6fe23-8444-493c-8290-1bcbd6bfd524"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-8ee6fe23-8444-493c-8290-1bcbd6bfd524"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-8ee6fe23-8444-493c-8290-1bcbd6bfd524"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-8ee6fe23-8444-493c-8290-1bcbd6bfd524"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-8ee6fe23-8444-493c-8290-1bcbd6bfd524"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-b21f67c7-bfc3-4011-b6ef-93c7f3135269 {
  min-height: 50px;
}








#s-b21f67c7-bfc3-4011-b6ef-93c7f3135269 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b21f67c7-bfc3-4011-b6ef-93c7f3135269.shg-box.shg-c {
  justify-content: center;
}

#s-f72be7d0-c92a-447d-8381-0fb2672e081e {
  border-style: solid;
border-top-width: 5px;
border-left-width: 5px;
border-bottom-width: 5px;
border-right-width: 5px;
border-color: rgba(44, 42, 52, 0);
border-radius: 54px;
text-align: center;
}




  #s-f72be7d0-c92a-447d-8381-0fb2672e081e img.shogun-image {
    
    width: px;
  }


#s-f72be7d0-c92a-447d-8381-0fb2672e081e .shogun-image-content {
  
    align-items: center;
  
}

#s-6cb63d72-6948-4781-ad13-256bc9a21bbb {
  min-height: 50px;
}








#s-6cb63d72-6948-4781-ad13-256bc9a21bbb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6cb63d72-6948-4781-ad13-256bc9a21bbb.shg-box.shg-c {
  justify-content: center;
}

#s-56086474-0cfd-40fe-a80e-3a3a1839d4ba {
  padding-top: 0%;
padding-bottom: 0%;
}

#s-56086474-0cfd-40fe-a80e-3a3a1839d4ba hr {
  border: 0;
  width: 100%;
  border-top: 2px solid rgba(221, 221, 221, 0);
}

#s-8c5eb51c-5f72-429d-b1df-b03d06c6a940 {
  padding-top: 5%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
min-height: 50px;
background-color: rgba(247, 111, 157, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-8c5eb51c-5f72-429d-b1df-b03d06c6a940 {
  display: none;
}
#s-8c5eb51c-5f72-429d-b1df-b03d06c6a940, #wrap-s-8c5eb51c-5f72-429d-b1df-b03d06c6a940 { display:none !important; }}@media (max-width: 767px){#s-8c5eb51c-5f72-429d-b1df-b03d06c6a940 {
  display: none;
}
#s-8c5eb51c-5f72-429d-b1df-b03d06c6a940, #wrap-s-8c5eb51c-5f72-429d-b1df-b03d06c6a940 { display:none !important; }}







#s-8c5eb51c-5f72-429d-b1df-b03d06c6a940 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8c5eb51c-5f72-429d-b1df-b03d06c6a940.shg-box.shg-c {
  justify-content: center;
}

#s-56e3cc61-9bab-4b77-9b74-aa9f1f33d70d {
  padding-bottom: 3%;
}

#s-fd75912f-07fa-4135-92f6-7c7dbf195635 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-fd75912f-07fa-4135-92f6-7c7dbf195635 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-fd75912f-07fa-4135-92f6-7c7dbf195635 .shg-sld-nav-button.shg-sld-left,
#s-fd75912f-07fa-4135-92f6-7c7dbf195635 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

@media (min-width: 0px) {
[id="s-9cc0f03c-7f6e-4e70-bfce-516bd87dc943"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-9cc0f03c-7f6e-4e70-bfce-516bd87dc943"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-9cc0f03c-7f6e-4e70-bfce-516bd87dc943"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-9cc0f03c-7f6e-4e70-bfce-516bd87dc943"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-9cc0f03c-7f6e-4e70-bfce-516bd87dc943"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-9cc0f03c-7f6e-4e70-bfce-516bd87dc943"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-9cc0f03c-7f6e-4e70-bfce-516bd87dc943"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-9cc0f03c-7f6e-4e70-bfce-516bd87dc943"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-9cc0f03c-7f6e-4e70-bfce-516bd87dc943"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-9cc0f03c-7f6e-4e70-bfce-516bd87dc943"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-9cc0f03c-7f6e-4e70-bfce-516bd87dc943"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-9cc0f03c-7f6e-4e70-bfce-516bd87dc943"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-9cc0f03c-7f6e-4e70-bfce-516bd87dc943"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-9cc0f03c-7f6e-4e70-bfce-516bd87dc943"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-9cc0f03c-7f6e-4e70-bfce-516bd87dc943"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-9cc0f03c-7f6e-4e70-bfce-516bd87dc943"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-9cc0f03c-7f6e-4e70-bfce-516bd87dc943"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-9cc0f03c-7f6e-4e70-bfce-516bd87dc943"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-9cc0f03c-7f6e-4e70-bfce-516bd87dc943"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-9cc0f03c-7f6e-4e70-bfce-516bd87dc943"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-9cc0f03c-7f6e-4e70-bfce-516bd87dc943"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-9cc0f03c-7f6e-4e70-bfce-516bd87dc943"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-9cc0f03c-7f6e-4e70-bfce-516bd87dc943"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-9cc0f03c-7f6e-4e70-bfce-516bd87dc943"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-9cc0f03c-7f6e-4e70-bfce-516bd87dc943"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-9cc0f03c-7f6e-4e70-bfce-516bd87dc943"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-9cc0f03c-7f6e-4e70-bfce-516bd87dc943"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-9cc0f03c-7f6e-4e70-bfce-516bd87dc943"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-9cc0f03c-7f6e-4e70-bfce-516bd87dc943"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-9cc0f03c-7f6e-4e70-bfce-516bd87dc943"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-9cc0f03c-7f6e-4e70-bfce-516bd87dc943"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-9cc0f03c-7f6e-4e70-bfce-516bd87dc943"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-9cc0f03c-7f6e-4e70-bfce-516bd87dc943"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-9cc0f03c-7f6e-4e70-bfce-516bd87dc943"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-9cc0f03c-7f6e-4e70-bfce-516bd87dc943"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-9cc0f03c-7f6e-4e70-bfce-516bd87dc943"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-9cc0f03c-7f6e-4e70-bfce-516bd87dc943"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-9cc0f03c-7f6e-4e70-bfce-516bd87dc943"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-9cc0f03c-7f6e-4e70-bfce-516bd87dc943"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-9cc0f03c-7f6e-4e70-bfce-516bd87dc943"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-9cc0f03c-7f6e-4e70-bfce-516bd87dc943"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-9cc0f03c-7f6e-4e70-bfce-516bd87dc943"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-9cc0f03c-7f6e-4e70-bfce-516bd87dc943"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-9cc0f03c-7f6e-4e70-bfce-516bd87dc943"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-9cc0f03c-7f6e-4e70-bfce-516bd87dc943"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-9cc0f03c-7f6e-4e70-bfce-516bd87dc943"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-9cc0f03c-7f6e-4e70-bfce-516bd87dc943"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-9cc0f03c-7f6e-4e70-bfce-516bd87dc943"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-b5d77910-bdac-4309-b752-de31a24e3a82 {
  border-style: solid;
margin-bottom: 25px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(235, 235, 235, 1);
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-b5d77910-bdac-4309-b752-de31a24e3a82 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b5d77910-bdac-4309-b752-de31a24e3a82.shg-box.shg-c {
  justify-content: flex-start;
}

#s-b59901ea-8258-4fd5-8316-7780e149b50a {
  margin-top: 40px;
margin-left: 20px;
margin-right: 20px;
}

#s-b59901ea-8258-4fd5-8316-7780e149b50a .shogun-icon-wrapper {
  text-align: center;
}


#s-b59901ea-8258-4fd5-8316-7780e149b50a .shogun-icon-wrapper > .shogun-icon {

  font-size: 32px !important;
  color: rgba(0, 0, 0, 1);
}

#s-5f20733d-c7a2-4e22-8403-faad7fede278 {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 40px;
margin-right: 20px;
opacity: 1;
}
@media (min-width: 1200px){#s-5f20733d-c7a2-4e22-8403-faad7fede278 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-5f20733d-c7a2-4e22-8403-faad7fede278 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-5f20733d-c7a2-4e22-8403-faad7fede278 {
  
}
}@media (max-width: 767px){#s-5f20733d-c7a2-4e22-8403-faad7fede278 {
  
}
}
#s-fcaa3c0b-0fb0-46e0-ae16-a5b0d8481865 {
  border-style: solid;
margin-bottom: 25px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(235, 235, 235, 1);
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-fcaa3c0b-0fb0-46e0-ae16-a5b0d8481865 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fcaa3c0b-0fb0-46e0-ae16-a5b0d8481865.shg-box.shg-c {
  justify-content: flex-start;
}

#s-7c4969ea-bbe7-490d-898a-fdd99c6f5550 {
  margin-top: 40px;
margin-left: 20px;
margin-right: 20px;
}

#s-7c4969ea-bbe7-490d-898a-fdd99c6f5550 .shogun-icon-wrapper {
  text-align: center;
}


#s-7c4969ea-bbe7-490d-898a-fdd99c6f5550 .shogun-icon-wrapper > .shogun-icon {

  font-size: 32px !important;
  color: rgba(0, 0, 0, 1);
}

#s-de10e66a-da11-47ca-a23f-53af4881279e {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 40px;
margin-right: 20px;
opacity: 1;
}
@media (min-width: 1200px){#s-de10e66a-da11-47ca-a23f-53af4881279e {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-de10e66a-da11-47ca-a23f-53af4881279e {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-de10e66a-da11-47ca-a23f-53af4881279e {
  
}
}@media (max-width: 767px){#s-de10e66a-da11-47ca-a23f-53af4881279e {
  
}
}
#s-74b77d22-5766-4067-8051-17478778fbc6 {
  border-style: solid;
margin-bottom: 25px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(235, 235, 235, 1);
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-74b77d22-5766-4067-8051-17478778fbc6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-74b77d22-5766-4067-8051-17478778fbc6.shg-box.shg-c {
  justify-content: flex-start;
}

#s-b86dd1b2-e0df-4497-a955-8a0219a40acb {
  margin-top: 40px;
margin-left: 20px;
margin-right: 20px;
}

#s-b86dd1b2-e0df-4497-a955-8a0219a40acb .shogun-icon-wrapper {
  text-align: center;
}


#s-b86dd1b2-e0df-4497-a955-8a0219a40acb .shogun-icon-wrapper > .shogun-icon {

  font-size: 32px !important;
  color: rgba(0, 0, 0, 1);
}

#s-b1ee4195-105d-44c9-8021-2a128c9d32a8 {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 40px;
margin-right: 20px;
opacity: 1;
}
@media (min-width: 1200px){#s-b1ee4195-105d-44c9-8021-2a128c9d32a8 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-b1ee4195-105d-44c9-8021-2a128c9d32a8 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-b1ee4195-105d-44c9-8021-2a128c9d32a8 {
  
}
}@media (max-width: 767px){#s-b1ee4195-105d-44c9-8021-2a128c9d32a8 {
  
}
}
@media (min-width: 0px) {
[id="s-d183166a-fa37-4669-9831-4f33d8424d68"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-d183166a-fa37-4669-9831-4f33d8424d68"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-d183166a-fa37-4669-9831-4f33d8424d68"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-d183166a-fa37-4669-9831-4f33d8424d68"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-d183166a-fa37-4669-9831-4f33d8424d68"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-d183166a-fa37-4669-9831-4f33d8424d68"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-d183166a-fa37-4669-9831-4f33d8424d68"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-d183166a-fa37-4669-9831-4f33d8424d68"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-d183166a-fa37-4669-9831-4f33d8424d68"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-d183166a-fa37-4669-9831-4f33d8424d68"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-d183166a-fa37-4669-9831-4f33d8424d68"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-d183166a-fa37-4669-9831-4f33d8424d68"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-d183166a-fa37-4669-9831-4f33d8424d68"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-d183166a-fa37-4669-9831-4f33d8424d68"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-d183166a-fa37-4669-9831-4f33d8424d68"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-d183166a-fa37-4669-9831-4f33d8424d68"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-d183166a-fa37-4669-9831-4f33d8424d68"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-d183166a-fa37-4669-9831-4f33d8424d68"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-d183166a-fa37-4669-9831-4f33d8424d68"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-d183166a-fa37-4669-9831-4f33d8424d68"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-d183166a-fa37-4669-9831-4f33d8424d68"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-d183166a-fa37-4669-9831-4f33d8424d68"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-d183166a-fa37-4669-9831-4f33d8424d68"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-d183166a-fa37-4669-9831-4f33d8424d68"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-d183166a-fa37-4669-9831-4f33d8424d68"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-d183166a-fa37-4669-9831-4f33d8424d68"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-d183166a-fa37-4669-9831-4f33d8424d68"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-d183166a-fa37-4669-9831-4f33d8424d68"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-d183166a-fa37-4669-9831-4f33d8424d68"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-d183166a-fa37-4669-9831-4f33d8424d68"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-d183166a-fa37-4669-9831-4f33d8424d68"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-d183166a-fa37-4669-9831-4f33d8424d68"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-d183166a-fa37-4669-9831-4f33d8424d68"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-d183166a-fa37-4669-9831-4f33d8424d68"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-d183166a-fa37-4669-9831-4f33d8424d68"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-d183166a-fa37-4669-9831-4f33d8424d68"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-d183166a-fa37-4669-9831-4f33d8424d68"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-d183166a-fa37-4669-9831-4f33d8424d68"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-d183166a-fa37-4669-9831-4f33d8424d68"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-d183166a-fa37-4669-9831-4f33d8424d68"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-d183166a-fa37-4669-9831-4f33d8424d68"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-d183166a-fa37-4669-9831-4f33d8424d68"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-d183166a-fa37-4669-9831-4f33d8424d68"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-d183166a-fa37-4669-9831-4f33d8424d68"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-d183166a-fa37-4669-9831-4f33d8424d68"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-d183166a-fa37-4669-9831-4f33d8424d68"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-d183166a-fa37-4669-9831-4f33d8424d68"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-d183166a-fa37-4669-9831-4f33d8424d68"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-91a7e45b-b71f-43c4-8012-248ae0682b1e {
  border-style: solid;
margin-bottom: 25px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(235, 235, 235, 1);
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-91a7e45b-b71f-43c4-8012-248ae0682b1e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-91a7e45b-b71f-43c4-8012-248ae0682b1e.shg-box.shg-c {
  justify-content: flex-start;
}

#s-2669a987-aac0-443e-8034-4064a20043cf {
  margin-top: 40px;
margin-left: 20px;
margin-right: 20px;
}

#s-2669a987-aac0-443e-8034-4064a20043cf .shogun-icon-wrapper {
  text-align: center;
}


#s-2669a987-aac0-443e-8034-4064a20043cf .shogun-icon-wrapper > .shogun-icon {

  font-size: 32px !important;
  color: rgba(0, 0, 0, 1);
}

#s-cb927a0c-c9ca-4093-a026-458eaeec00e2 {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 40px;
margin-right: 20px;
opacity: 1;
}
@media (min-width: 1200px){#s-cb927a0c-c9ca-4093-a026-458eaeec00e2 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-cb927a0c-c9ca-4093-a026-458eaeec00e2 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-cb927a0c-c9ca-4093-a026-458eaeec00e2 {
  
}
}@media (max-width: 767px){#s-cb927a0c-c9ca-4093-a026-458eaeec00e2 {
  
}
}
#s-30190c7f-fb40-4da2-bebf-8c3119b052c1 {
  border-style: solid;
margin-bottom: 25px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(235, 235, 235, 1);
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-30190c7f-fb40-4da2-bebf-8c3119b052c1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-30190c7f-fb40-4da2-bebf-8c3119b052c1.shg-box.shg-c {
  justify-content: flex-start;
}

#s-9d9c4e93-0876-4b8a-8ae5-8591094cdf70 {
  margin-top: 40px;
margin-left: 20px;
margin-right: 20px;
}

#s-9d9c4e93-0876-4b8a-8ae5-8591094cdf70 .shogun-icon-wrapper {
  text-align: center;
}


#s-9d9c4e93-0876-4b8a-8ae5-8591094cdf70 .shogun-icon-wrapper > .shogun-icon {

  font-size: 32px !important;
  color: rgba(0, 0, 0, 1);
}

#s-a938b498-1fcc-4a46-9768-a03ad28772ef {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 40px;
margin-right: 20px;
opacity: 1;
}
@media (min-width: 1200px){#s-a938b498-1fcc-4a46-9768-a03ad28772ef {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a938b498-1fcc-4a46-9768-a03ad28772ef {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-a938b498-1fcc-4a46-9768-a03ad28772ef {
  
}
}@media (max-width: 767px){#s-a938b498-1fcc-4a46-9768-a03ad28772ef {
  
}
}
#s-961b792d-b64f-41d2-bd7e-33efcab91a1c {
  border-style: solid;
margin-bottom: 25px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(235, 235, 235, 1);
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-961b792d-b64f-41d2-bd7e-33efcab91a1c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-961b792d-b64f-41d2-bd7e-33efcab91a1c.shg-box.shg-c {
  justify-content: flex-start;
}

#s-f5926a2c-c445-49cc-bf3e-385d0ad6567e {
  margin-top: 40px;
margin-left: 20px;
margin-right: 20px;
}

#s-f5926a2c-c445-49cc-bf3e-385d0ad6567e .shogun-icon-wrapper {
  text-align: center;
}


#s-f5926a2c-c445-49cc-bf3e-385d0ad6567e .shogun-icon-wrapper > .shogun-icon {

  font-size: 32px !important;
  color: rgba(0, 0, 0, 1);
}

#s-95423a7f-0e36-418c-9270-6db8b956d4a7 {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 40px;
margin-right: 20px;
opacity: 1;
}
@media (min-width: 1200px){#s-95423a7f-0e36-418c-9270-6db8b956d4a7 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-95423a7f-0e36-418c-9270-6db8b956d4a7 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-95423a7f-0e36-418c-9270-6db8b956d4a7 {
  
}
}@media (max-width: 767px){#s-95423a7f-0e36-418c-9270-6db8b956d4a7 {
  
}
}
#s-7d3b9b16-8af4-450e-9b80-fbd529da56c8 {
  min-height: 50px;
}








#s-7d3b9b16-8af4-450e-9b80-fbd529da56c8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7d3b9b16-8af4-450e-9b80-fbd529da56c8.shg-box.shg-c {
  justify-content: center;
}

#s-8348b925-7b9d-45a6-a023-bc1ab2aaa482 {
  text-align: center;
}





#s-8348b925-7b9d-45a6-a023-bc1ab2aaa482 .shogun-image-content {
  
    align-items: center;
  
}

#s-f2cad706-e038-49fd-bf06-c5093ba99dac {
  margin-bottom: -7%;
padding-top: 5%;
padding-left: 12%;
padding-bottom: 11%;
padding-right: 12%;
min-height: 50px;
background-color: rgba(247, 111, 157, 1);
}
@media (min-width: 1200px){#s-f2cad706-e038-49fd-bf06-c5093ba99dac {
  margin-bottom: -2%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-f2cad706-e038-49fd-bf06-c5093ba99dac {
  margin-bottom: -2%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-f2cad706-e038-49fd-bf06-c5093ba99dac {
  margin-bottom: -4%;
}
}







#s-f2cad706-e038-49fd-bf06-c5093ba99dac > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f2cad706-e038-49fd-bf06-c5093ba99dac.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-f1846ecb-8a1b-4407-b962-c00eda1e00f9 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 0);
}

#s-f1846ecb-8a1b-4407-b962-c00eda1e00f9 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(245, 245, 245, 0);
  padding: 10px;
}

#s-f1846ecb-8a1b-4407-b962-c00eda1e00f9 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(255, 255, 255, 1);
}

#s-f1846ecb-8a1b-4407-b962-c00eda1e00f9 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(255, 255, 255, 0);
  border-top: 1px solid rgba(255, 255, 255, 0);
}

#s-f1846ecb-8a1b-4407-b962-c00eda1e00f9 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(255, 255, 255, 1);
  text-align: left;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 33px;
}

#s-f1846ecb-8a1b-4407-b962-c00eda1e00f9 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 33px;
}
#s-945c893d-9341-46d4-952d-a3803f31bd7f {
  min-height: 500px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-945c893d-9341-46d4-952d-a3803f31bd7f {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-945c893d-9341-46d4-952d-a3803f31bd7f {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-945c893d-9341-46d4-952d-a3803f31bd7f {
  
}
}@media (max-width: 767px){#s-945c893d-9341-46d4-952d-a3803f31bd7f {
  
}
}







#s-945c893d-9341-46d4-952d-a3803f31bd7f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-945c893d-9341-46d4-952d-a3803f31bd7f.shg-box.shg-c {
  justify-content: center;
}

#s-d54678c7-07f5-4f93-9fa4-00eeeb60835a {
  box-shadow:11px 10px 23px 7px rgba(205, 205, 205, 1);
margin-top: 50px;
margin-left: 50px;
margin-bottom: 50px;
margin-right: 50px;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-d54678c7-07f5-4f93-9fa4-00eeeb60835a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d54678c7-07f5-4f93-9fa4-00eeeb60835a"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-d54678c7-07f5-4f93-9fa4-00eeeb60835a"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-d54678c7-07f5-4f93-9fa4-00eeeb60835a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-d54678c7-07f5-4f93-9fa4-00eeeb60835a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-d54678c7-07f5-4f93-9fa4-00eeeb60835a"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-d54678c7-07f5-4f93-9fa4-00eeeb60835a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-d54678c7-07f5-4f93-9fa4-00eeeb60835a"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-d54678c7-07f5-4f93-9fa4-00eeeb60835a"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-d54678c7-07f5-4f93-9fa4-00eeeb60835a"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-d54678c7-07f5-4f93-9fa4-00eeeb60835a"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-d54678c7-07f5-4f93-9fa4-00eeeb60835a"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-d54678c7-07f5-4f93-9fa4-00eeeb60835a"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-d54678c7-07f5-4f93-9fa4-00eeeb60835a"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-d54678c7-07f5-4f93-9fa4-00eeeb60835a"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-d54678c7-07f5-4f93-9fa4-00eeeb60835a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-d54678c7-07f5-4f93-9fa4-00eeeb60835a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-d54678c7-07f5-4f93-9fa4-00eeeb60835a"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-d54678c7-07f5-4f93-9fa4-00eeeb60835a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-d54678c7-07f5-4f93-9fa4-00eeeb60835a"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-d54678c7-07f5-4f93-9fa4-00eeeb60835a"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-d54678c7-07f5-4f93-9fa4-00eeeb60835a"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-d54678c7-07f5-4f93-9fa4-00eeeb60835a"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-d54678c7-07f5-4f93-9fa4-00eeeb60835a"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-d54678c7-07f5-4f93-9fa4-00eeeb60835a"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-d54678c7-07f5-4f93-9fa4-00eeeb60835a"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-d54678c7-07f5-4f93-9fa4-00eeeb60835a"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-d54678c7-07f5-4f93-9fa4-00eeeb60835a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-d54678c7-07f5-4f93-9fa4-00eeeb60835a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-d54678c7-07f5-4f93-9fa4-00eeeb60835a"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-d54678c7-07f5-4f93-9fa4-00eeeb60835a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-d54678c7-07f5-4f93-9fa4-00eeeb60835a"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-d54678c7-07f5-4f93-9fa4-00eeeb60835a"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-d54678c7-07f5-4f93-9fa4-00eeeb60835a"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-d54678c7-07f5-4f93-9fa4-00eeeb60835a"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-d54678c7-07f5-4f93-9fa4-00eeeb60835a"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-d54678c7-07f5-4f93-9fa4-00eeeb60835a"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-d54678c7-07f5-4f93-9fa4-00eeeb60835a"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-41f5b660-9a4f-48dd-a603-8603e9c17451 {
  box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);
border-style: solid;
margin-top: 0%;
margin-left: 0px;
margin-bottom: 20px;
margin-right: 0px;
padding-top: 10px;
padding-left: 5%;
padding-bottom: 10px;
padding-right: 5%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 0px;
min-height: 400px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-41f5b660-9a4f-48dd-a603-8603e9c17451 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-41f5b660-9a4f-48dd-a603-8603e9c17451 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-41f5b660-9a4f-48dd-a603-8603e9c17451 {
  
}
}@media (max-width: 767px){#s-41f5b660-9a4f-48dd-a603-8603e9c17451 {
  
}
}







#s-41f5b660-9a4f-48dd-a603-8603e9c17451 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-41f5b660-9a4f-48dd-a603-8603e9c17451.shg-box.shg-c {
  justify-content: center;
}

#s-b0c3ebc7-e489-48da-9cde-6bd78723599a {
  margin-top: 20px;
margin-left: 25px;
margin-bottom: 0px;
margin-right: 25px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(0, 0, 0, 0);
}

#s-b0c3ebc7-e489-48da-9cde-6bd78723599a .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:  600 ;
  font-family: "asap";
  font-style:   ;
  font-size: 26px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-1f3c3f64-a73b-4592-af88-6e658d09ed76 {
  margin-top: -10px;
margin-left: 25px;
margin-bottom: 0px;
margin-right: 25px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(0, 0, 0, 0);
}

#s-1f3c3f64-a73b-4592-af88-6e658d09ed76 .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "asap";
  font-style:  normal ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-7d4f7fdf-9fc8-4e42-89e8-1ac9197d2d42 {
  margin-top: 0px;
margin-left: 25px;
margin-bottom: 18px;
margin-right: 25px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
background-color: rgba(0, 0, 0, 0);
}

#s-2b0456aa-0224-4c6d-b2cf-32830d81b7b6 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 10px;
background-color: rgba(247, 111, 157, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-2b0456aa-0224-4c6d-b2cf-32830d81b7b6:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-2b0456aa-0224-4c6d-b2cf-32830d81b7b6:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-2b0456aa-0224-4c6d-b2cf-32830d81b7b6.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-2dcc6283-69cb-4c93-af9b-53d6b03637da {
  box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);
background-repeat: no-repeat;
background-size: cover;
border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(23, 143, 238, 1);
border-radius: 0px;
min-height: 400px;
background-position: center center;
}
@media (min-width: 1200px){#s-2dcc6283-69cb-4c93-af9b-53d6b03637da {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-2dcc6283-69cb-4c93-af9b-53d6b03637da {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-2dcc6283-69cb-4c93-af9b-53d6b03637da {
  
}
}@media (max-width: 767px){#s-2dcc6283-69cb-4c93-af9b-53d6b03637da {
  
}
}







#s-2dcc6283-69cb-4c93-af9b-53d6b03637da > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-2dcc6283-69cb-4c93-af9b-53d6b03637da.shg-box.shg-c {
  justify-content: center;
}

#s-2538a8fb-3033-4457-8e90-87884a188533 {
  margin-bottom: -7%;
padding-top: 3%;
padding-left: 10%;
padding-bottom: 3%;
padding-right: 10%;
min-height: 50px;
background-color: rgba(247, 111, 157, 1);
}
@media (min-width: 1200px){#s-2538a8fb-3033-4457-8e90-87884a188533 {
  margin-bottom: -2%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-2538a8fb-3033-4457-8e90-87884a188533 {
  margin-bottom: -2%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-2538a8fb-3033-4457-8e90-87884a188533 {
  margin-bottom: -4%;
}
}@media (max-width: 767px){#s-2538a8fb-3033-4457-8e90-87884a188533 {
  padding-top: 10%;
padding-bottom: 10%;
}
}







#s-2538a8fb-3033-4457-8e90-87884a188533 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2538a8fb-3033-4457-8e90-87884a188533.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-a3e6ff48-cfb4-44b1-92d5-19a908976ebd"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a3e6ff48-cfb4-44b1-92d5-19a908976ebd"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-a3e6ff48-cfb4-44b1-92d5-19a908976ebd"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-a3e6ff48-cfb4-44b1-92d5-19a908976ebd"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-a3e6ff48-cfb4-44b1-92d5-19a908976ebd"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-a3e6ff48-cfb4-44b1-92d5-19a908976ebd"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-a3e6ff48-cfb4-44b1-92d5-19a908976ebd"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-a3e6ff48-cfb4-44b1-92d5-19a908976ebd"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-a3e6ff48-cfb4-44b1-92d5-19a908976ebd"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-a3e6ff48-cfb4-44b1-92d5-19a908976ebd"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-a3e6ff48-cfb4-44b1-92d5-19a908976ebd"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-a3e6ff48-cfb4-44b1-92d5-19a908976ebd"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-a3e6ff48-cfb4-44b1-92d5-19a908976ebd"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-a3e6ff48-cfb4-44b1-92d5-19a908976ebd"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-a3e6ff48-cfb4-44b1-92d5-19a908976ebd"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-a3e6ff48-cfb4-44b1-92d5-19a908976ebd"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-a3e6ff48-cfb4-44b1-92d5-19a908976ebd"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-a3e6ff48-cfb4-44b1-92d5-19a908976ebd"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-a3e6ff48-cfb4-44b1-92d5-19a908976ebd"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-a3e6ff48-cfb4-44b1-92d5-19a908976ebd"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-a3e6ff48-cfb4-44b1-92d5-19a908976ebd"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-a3e6ff48-cfb4-44b1-92d5-19a908976ebd"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-a3e6ff48-cfb4-44b1-92d5-19a908976ebd"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-a3e6ff48-cfb4-44b1-92d5-19a908976ebd"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-a3e6ff48-cfb4-44b1-92d5-19a908976ebd"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-a3e6ff48-cfb4-44b1-92d5-19a908976ebd"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-a3e6ff48-cfb4-44b1-92d5-19a908976ebd"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-a3e6ff48-cfb4-44b1-92d5-19a908976ebd"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-a3e6ff48-cfb4-44b1-92d5-19a908976ebd"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-a3e6ff48-cfb4-44b1-92d5-19a908976ebd"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-a3e6ff48-cfb4-44b1-92d5-19a908976ebd"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-a3e6ff48-cfb4-44b1-92d5-19a908976ebd"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-a3e6ff48-cfb4-44b1-92d5-19a908976ebd"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-a3e6ff48-cfb4-44b1-92d5-19a908976ebd"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-a3e6ff48-cfb4-44b1-92d5-19a908976ebd"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-a3e6ff48-cfb4-44b1-92d5-19a908976ebd"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-a3e6ff48-cfb4-44b1-92d5-19a908976ebd"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-49a5cdc9-c005-433d-9417-c78c7fadbb07 {
  text-align: center;
}
@media (max-width: 767px){#s-49a5cdc9-c005-433d-9417-c78c7fadbb07 {
  padding-top: 50px;
}
}



  #s-49a5cdc9-c005-433d-9417-c78c7fadbb07 img.shogun-image {
    
    width: px;
  }


#s-49a5cdc9-c005-433d-9417-c78c7fadbb07 .shogun-image-content {
  
    align-items: center;
  
}

#s-0a03e87d-2e34-43b1-9579-2f98914512f6 {
  margin-left: 20px;
padding-top: 80px;
}

#s-75ec3660-5b70-46e6-b9ec-9a5403e48667 {
  margin-top: 0px;
margin-left: 25px;
margin-bottom: 18px;
margin-right: 25px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
background-color: rgba(0, 0, 0, 0);
}

#s-640d2af5-d17b-4c6a-9639-c9c689ddb652 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 10px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(247, 111, 157, 1);
}
#s-640d2af5-d17b-4c6a-9639-c9c689ddb652:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-640d2af5-d17b-4c6a-9639-c9c689ddb652:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-640d2af5-d17b-4c6a-9639-c9c689ddb652.shg-btn {
  color: rgba(247, 111, 157, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

/*
  $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: ;
}

.shg-lightbox .shg-lightbox-nav.shg-nav-right {
  right: 0;
  background-image: ;
}

@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;
}
