.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-4366b923-ddae-4026-9460-aeb19a623a80 {
  margin-top: -75px;
padding-top: 2px;
padding-bottom: 2px;
}
@media (min-width: 1200px){#s-4366b923-ddae-4026-9460-aeb19a623a80 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-4366b923-ddae-4026-9460-aeb19a623a80 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-4366b923-ddae-4026-9460-aeb19a623a80 {
  
}
}@media (max-width: 767px){#s-4366b923-ddae-4026-9460-aeb19a623a80 {
  
}
}
#s-4366b923-ddae-4026-9460-aeb19a623a80 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-4366b923-ddae-4026-9460-aeb19a623a80 .shg-sld-nav-button.shg-sld-left,
#s-4366b923-ddae-4026-9460-aeb19a623a80 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

.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-7742a0df-dd2f-4df7-961e-b1416b8cff23 {
  background-image: url(https://i.shgcdn.com/c0e064c8-81ce-4be8-95e4-fd5affbeb002/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
margin-top: 0px;
padding-top: 60px;
padding-bottom: 80px;
min-height: 475px;
background-position: center center;
}
@media (min-width: 1200px){#s-7742a0df-dd2f-4df7-961e-b1416b8cff23 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-7742a0df-dd2f-4df7-961e-b1416b8cff23 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-7742a0df-dd2f-4df7-961e-b1416b8cff23 {
  
}
}@media (max-width: 767px){#s-7742a0df-dd2f-4df7-961e-b1416b8cff23 {
  
}
}







#s-7742a0df-dd2f-4df7-961e-b1416b8cff23 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.5;
}#s-7742a0df-dd2f-4df7-961e-b1416b8cff23.shg-box.shg-c {
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-image-content-bottom {
  align-items: flex-end;
}
#s-601f1602-22b9-479a-a2e5-afdf399d18ab {
  text-align: center;
}




  #s-601f1602-22b9-479a-a2e5-afdf399d18ab img.shogun-image {
    
    width: px;
  }


#s-601f1602-22b9-479a-a2e5-afdf399d18ab .shogun-image-content {
  
    align-items: 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-4734e680-c40e-4966-a0f6-cfadb60ba192 {
  border-style: solid;
margin-top: 0px;
margin-left: 20px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-radius: 0px;
text-align: center;
}
@media (min-width: 1200px){#s-4734e680-c40e-4966-a0f6-cfadb60ba192 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-4734e680-c40e-4966-a0f6-cfadb60ba192 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-4734e680-c40e-4966-a0f6-cfadb60ba192 {
  
}
}@media (max-width: 767px){#s-4734e680-c40e-4966-a0f6-cfadb60ba192 {
  
}
}
#s-4734e680-c40e-4966-a0f6-cfadb60ba192 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: "Pangolin";
  font-style:   ;
  font-size: 55px;
  line-height: ;
  letter-spacing: ;
  text-align: 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-500191ee-9aee-44f8-ba35-36a141f93523 {
  border-style: solid;
margin-top: 10px;
margin-left: 20px;
margin-bottom: 10px;
margin-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 0.1);
}
@media (min-width: 1200px){#s-500191ee-9aee-44f8-ba35-36a141f93523 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-500191ee-9aee-44f8-ba35-36a141f93523 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-500191ee-9aee-44f8-ba35-36a141f93523 {
  
}
}@media (max-width: 767px){#s-500191ee-9aee-44f8-ba35-36a141f93523 {
  
}
}
.shg-row {
  display: flex;
  flex-wrap: wrap;
  min-height: inherit;
  max-height: inherit;
justify-content: space-between;
}

.shg-row > * {
  min-height: inherit;
  max-height: inherit;
}

.shg-c-xs-1,
.shg-c-xs-2,
.shg-c-xs-3,
.shg-c-xs-4,
.shg-c-xs-5,
.shg-c-xs-6,
.shg-c-xs-7,
.shg-c-xs-8,
.shg-c-xs-9,
.shg-c-xs-10,
.shg-c-xs-11,
.shg-c-xs-12,
.shg-c-sm-1,
.shg-c-sm-2,
.shg-c-sm-3,
.shg-c-sm-4,
.shg-c-sm-5,
.shg-c-sm-6,
.shg-c-sm-7,
.shg-c-sm-8,
.shg-c-sm-9,
.shg-c-sm-10,
.shg-c-sm-11,
.shg-c-sm-12,
.shg-c-md-1,
.shg-c-md-2,
.shg-c-md-3,
.shg-c-md-4,
.shg-c-md-5,
.shg-c-md-6,
.shg-c-md-7,
.shg-c-md-8,
.shg-c-md-9,
.shg-c-md-10,
.shg-c-md-11,
.shg-c-md-12,
.shg-c-lg-1,
.shg-c-lg-2,
.shg-c-lg-3,
.shg-c-lg-4,
.shg-c-lg-5,
.shg-c-lg-6,
.shg-c-lg-7,
.shg-c-lg-8,
.shg-c-lg-9,
.shg-c-lg-10,
.shg-c-lg-11,
.shg-c-lg-12 {
  position: relative;
}

#s-6220dd9a-83fe-4d1f-8686-8973222b9d66 {
  margin-left: 20px;
margin-right: 20px;
}

@media (min-width: 0px) {
[id="s-6220dd9a-83fe-4d1f-8686-8973222b9d66"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6220dd9a-83fe-4d1f-8686-8973222b9d66"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 13.333333333333334px);
}

[id="s-6220dd9a-83fe-4d1f-8686-8973222b9d66"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 13.333333333333334px);
}

[id="s-6220dd9a-83fe-4d1f-8686-8973222b9d66"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 13.333333333333334px);
}

[id="s-6220dd9a-83fe-4d1f-8686-8973222b9d66"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

[id="s-6220dd9a-83fe-4d1f-8686-8973222b9d66"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 13.333333333333334px);
}

[id="s-6220dd9a-83fe-4d1f-8686-8973222b9d66"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 13.333333333333334px);
}

[id="s-6220dd9a-83fe-4d1f-8686-8973222b9d66"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 13.333333333333334px);
}

[id="s-6220dd9a-83fe-4d1f-8686-8973222b9d66"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 13.333333333333334px);
}

[id="s-6220dd9a-83fe-4d1f-8686-8973222b9d66"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 13.333333333333334px);
}

[id="s-6220dd9a-83fe-4d1f-8686-8973222b9d66"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 13.333333333333334px);
}

[id="s-6220dd9a-83fe-4d1f-8686-8973222b9d66"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 13.333333333333334px);
}

[id="s-6220dd9a-83fe-4d1f-8686-8973222b9d66"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 13.333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-6220dd9a-83fe-4d1f-8686-8973222b9d66"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 13.333333333333334px);
}

[id="s-6220dd9a-83fe-4d1f-8686-8973222b9d66"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 13.333333333333334px);
}

[id="s-6220dd9a-83fe-4d1f-8686-8973222b9d66"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 13.333333333333334px);
}

[id="s-6220dd9a-83fe-4d1f-8686-8973222b9d66"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

[id="s-6220dd9a-83fe-4d1f-8686-8973222b9d66"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 13.333333333333334px);
}

[id="s-6220dd9a-83fe-4d1f-8686-8973222b9d66"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 13.333333333333334px);
}

[id="s-6220dd9a-83fe-4d1f-8686-8973222b9d66"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 13.333333333333334px);
}

[id="s-6220dd9a-83fe-4d1f-8686-8973222b9d66"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 13.333333333333334px);
}

[id="s-6220dd9a-83fe-4d1f-8686-8973222b9d66"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 13.333333333333334px);
}

[id="s-6220dd9a-83fe-4d1f-8686-8973222b9d66"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 13.333333333333334px);
}

[id="s-6220dd9a-83fe-4d1f-8686-8973222b9d66"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 13.333333333333334px);
}

[id="s-6220dd9a-83fe-4d1f-8686-8973222b9d66"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 13.333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-6220dd9a-83fe-4d1f-8686-8973222b9d66"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 13.333333333333334px);
}

[id="s-6220dd9a-83fe-4d1f-8686-8973222b9d66"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 13.333333333333334px);
}

[id="s-6220dd9a-83fe-4d1f-8686-8973222b9d66"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 13.333333333333334px);
}

[id="s-6220dd9a-83fe-4d1f-8686-8973222b9d66"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

[id="s-6220dd9a-83fe-4d1f-8686-8973222b9d66"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 13.333333333333334px);
}

[id="s-6220dd9a-83fe-4d1f-8686-8973222b9d66"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 13.333333333333334px);
}

[id="s-6220dd9a-83fe-4d1f-8686-8973222b9d66"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 13.333333333333334px);
}

[id="s-6220dd9a-83fe-4d1f-8686-8973222b9d66"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 13.333333333333334px);
}

[id="s-6220dd9a-83fe-4d1f-8686-8973222b9d66"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 13.333333333333334px);
}

[id="s-6220dd9a-83fe-4d1f-8686-8973222b9d66"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 13.333333333333334px);
}

[id="s-6220dd9a-83fe-4d1f-8686-8973222b9d66"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 13.333333333333334px);
}

[id="s-6220dd9a-83fe-4d1f-8686-8973222b9d66"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 13.333333333333334px);
}

}

.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-60a4e551-3247-4ee3-b036-e58953587f67 {
  border-style: solid;
margin-top: 30px;
padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0);
border-radius: 25px;
text-align: center;
background-color: rgba(241, 90, 49, 1);
font-size: 16px;
color: rgba(255, 255, 255, 1);
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-60a4e551-3247-4ee3-b036-e58953587f67:hover {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: rgba(255, 255, 255, 1) !important;
border-radius: 30px !important;
opacity: 1 !important;
background-color: rgba(20, 177, 231, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-60a4e551-3247-4ee3-b036-e58953587f67:active {background-color: rgba(20, 177, 231, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-60a4e551-3247-4ee3-b036-e58953587f67 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-60a4e551-3247-4ee3-b036-e58953587f67 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-60a4e551-3247-4ee3-b036-e58953587f67 {
  
}
}@media (max-width: 767px){#s-60a4e551-3247-4ee3-b036-e58953587f67 {
  
}
}


#s-60a4e551-3247-4ee3-b036-e58953587f67.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 35px;
  
  
  font-family: Schoolbell;
  display:  inline-block ;
}

#s-1a2ece6b-f92c-4c2b-a463-137fc12f121c {
  background-image: url(https://i.shgcdn.com/d883ef0b-b153-438b-876f-cdd5eccb082a/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
padding-top: 60px;
padding-bottom: 80px;
min-height: 475px;
background-position: center center;
background-attachment: scroll;
}
@media (min-width: 1200px){#s-1a2ece6b-f92c-4c2b-a463-137fc12f121c {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-1a2ece6b-f92c-4c2b-a463-137fc12f121c {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-1a2ece6b-f92c-4c2b-a463-137fc12f121c {
  
}
}@media (max-width: 767px){#s-1a2ece6b-f92c-4c2b-a463-137fc12f121c {
  
}
}







#s-1a2ece6b-f92c-4c2b-a463-137fc12f121c > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.5;
}#s-1a2ece6b-f92c-4c2b-a463-137fc12f121c.shg-box.shg-c {
  justify-content: center;
}

#s-229dcecb-cdd7-4f89-bece-9771b4075f52 {
  text-align: center;
}




  #s-229dcecb-cdd7-4f89-bece-9771b4075f52 img.shogun-image {
    
    width: px;
  }


#s-229dcecb-cdd7-4f89-bece-9771b4075f52 .shogun-image-content {
  
    align-items: center;
  
}

#s-383d9b12-cc49-400e-bd0f-de276d397ff9 {
  border-style: solid;
margin-top: 0px;
margin-left: 20px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-radius: 0px;
text-align: center;
}
@media (min-width: 1200px){#s-383d9b12-cc49-400e-bd0f-de276d397ff9 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-383d9b12-cc49-400e-bd0f-de276d397ff9 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-383d9b12-cc49-400e-bd0f-de276d397ff9 {
  
}
}@media (max-width: 767px){#s-383d9b12-cc49-400e-bd0f-de276d397ff9 {
  
}
}
#s-383d9b12-cc49-400e-bd0f-de276d397ff9 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: "Pangolin";
  font-style:   ;
  font-size: 55px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-21bc2b27-4035-47f4-a5c7-c631c4d87a3f {
  border-style: solid;
margin-top: 10px;
margin-left: 20px;
margin-bottom: 10px;
margin-right: 20px;
padding-bottom: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 0.1);
}
@media (min-width: 1200px){#s-21bc2b27-4035-47f4-a5c7-c631c4d87a3f {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-21bc2b27-4035-47f4-a5c7-c631c4d87a3f {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-21bc2b27-4035-47f4-a5c7-c631c4d87a3f {
  
}
}@media (max-width: 767px){#s-21bc2b27-4035-47f4-a5c7-c631c4d87a3f {
  
}
}
#s-84fdf6bb-4ad9-432a-be90-7f0b9e3ebbf7 {
  margin-left: 20px;
margin-right: 20px;
}

@media (min-width: 0px) {
[id="s-84fdf6bb-4ad9-432a-be90-7f0b9e3ebbf7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-84fdf6bb-4ad9-432a-be90-7f0b9e3ebbf7"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 13.333333333333334px);
}

[id="s-84fdf6bb-4ad9-432a-be90-7f0b9e3ebbf7"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 13.333333333333334px);
}

[id="s-84fdf6bb-4ad9-432a-be90-7f0b9e3ebbf7"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 13.333333333333334px);
}

[id="s-84fdf6bb-4ad9-432a-be90-7f0b9e3ebbf7"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

[id="s-84fdf6bb-4ad9-432a-be90-7f0b9e3ebbf7"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 13.333333333333334px);
}

[id="s-84fdf6bb-4ad9-432a-be90-7f0b9e3ebbf7"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 13.333333333333334px);
}

[id="s-84fdf6bb-4ad9-432a-be90-7f0b9e3ebbf7"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 13.333333333333334px);
}

[id="s-84fdf6bb-4ad9-432a-be90-7f0b9e3ebbf7"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 13.333333333333334px);
}

[id="s-84fdf6bb-4ad9-432a-be90-7f0b9e3ebbf7"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 13.333333333333334px);
}

[id="s-84fdf6bb-4ad9-432a-be90-7f0b9e3ebbf7"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 13.333333333333334px);
}

[id="s-84fdf6bb-4ad9-432a-be90-7f0b9e3ebbf7"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 13.333333333333334px);
}

[id="s-84fdf6bb-4ad9-432a-be90-7f0b9e3ebbf7"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 13.333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-84fdf6bb-4ad9-432a-be90-7f0b9e3ebbf7"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 13.333333333333334px);
}

[id="s-84fdf6bb-4ad9-432a-be90-7f0b9e3ebbf7"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 13.333333333333334px);
}

[id="s-84fdf6bb-4ad9-432a-be90-7f0b9e3ebbf7"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 13.333333333333334px);
}

[id="s-84fdf6bb-4ad9-432a-be90-7f0b9e3ebbf7"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

[id="s-84fdf6bb-4ad9-432a-be90-7f0b9e3ebbf7"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 13.333333333333334px);
}

[id="s-84fdf6bb-4ad9-432a-be90-7f0b9e3ebbf7"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 13.333333333333334px);
}

[id="s-84fdf6bb-4ad9-432a-be90-7f0b9e3ebbf7"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 13.333333333333334px);
}

[id="s-84fdf6bb-4ad9-432a-be90-7f0b9e3ebbf7"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 13.333333333333334px);
}

[id="s-84fdf6bb-4ad9-432a-be90-7f0b9e3ebbf7"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 13.333333333333334px);
}

[id="s-84fdf6bb-4ad9-432a-be90-7f0b9e3ebbf7"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 13.333333333333334px);
}

[id="s-84fdf6bb-4ad9-432a-be90-7f0b9e3ebbf7"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 13.333333333333334px);
}

[id="s-84fdf6bb-4ad9-432a-be90-7f0b9e3ebbf7"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 13.333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-84fdf6bb-4ad9-432a-be90-7f0b9e3ebbf7"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 13.333333333333334px);
}

[id="s-84fdf6bb-4ad9-432a-be90-7f0b9e3ebbf7"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 13.333333333333334px);
}

[id="s-84fdf6bb-4ad9-432a-be90-7f0b9e3ebbf7"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 13.333333333333334px);
}

[id="s-84fdf6bb-4ad9-432a-be90-7f0b9e3ebbf7"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

[id="s-84fdf6bb-4ad9-432a-be90-7f0b9e3ebbf7"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 13.333333333333334px);
}

[id="s-84fdf6bb-4ad9-432a-be90-7f0b9e3ebbf7"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 13.333333333333334px);
}

[id="s-84fdf6bb-4ad9-432a-be90-7f0b9e3ebbf7"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 13.333333333333334px);
}

[id="s-84fdf6bb-4ad9-432a-be90-7f0b9e3ebbf7"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 13.333333333333334px);
}

[id="s-84fdf6bb-4ad9-432a-be90-7f0b9e3ebbf7"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 13.333333333333334px);
}

[id="s-84fdf6bb-4ad9-432a-be90-7f0b9e3ebbf7"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 13.333333333333334px);
}

[id="s-84fdf6bb-4ad9-432a-be90-7f0b9e3ebbf7"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 13.333333333333334px);
}

[id="s-84fdf6bb-4ad9-432a-be90-7f0b9e3ebbf7"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 13.333333333333334px);
}

}

#s-59f6ea82-c088-4573-9de5-72bb91b076c7 {
  border-style: solid;
margin-top: 30px;
padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0);
border-radius: 25px;
text-align: center;
background-color: rgba(241, 90, 49, 1);
font-size: 16px;
color: rgba(255, 255, 255, 1);
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-59f6ea82-c088-4573-9de5-72bb91b076c7:hover {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: rgba(255, 255, 255, 1) !important;
border-radius: 30px !important;
opacity: 1 !important;
background-color: rgba(20, 177, 231, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-59f6ea82-c088-4573-9de5-72bb91b076c7:active {background-color: rgba(20, 177, 231, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-59f6ea82-c088-4573-9de5-72bb91b076c7 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-59f6ea82-c088-4573-9de5-72bb91b076c7 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-59f6ea82-c088-4573-9de5-72bb91b076c7 {
  
}
}@media (max-width: 767px){#s-59f6ea82-c088-4573-9de5-72bb91b076c7 {
  
}
}


#s-59f6ea82-c088-4573-9de5-72bb91b076c7.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 35px;
  
  
  font-family: Schoolbell;
  display:  inline-block ;
}

#s-3c59a913-e499-43c7-a869-560d9dfe0892 {
  background-color: rgba(235, 235, 235, 1);
}
@media (min-width: 1200px){#s-3c59a913-e499-43c7-a869-560d9dfe0892 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-3c59a913-e499-43c7-a869-560d9dfe0892 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-3c59a913-e499-43c7-a869-560d9dfe0892 {
  
}
}@media (max-width: 767px){#s-3c59a913-e499-43c7-a869-560d9dfe0892 {
  
}
}
@media (min-width: 0px) {
[id="s-3c59a913-e499-43c7-a869-560d9dfe0892"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3c59a913-e499-43c7-a869-560d9dfe0892"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-3c59a913-e499-43c7-a869-560d9dfe0892"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-3c59a913-e499-43c7-a869-560d9dfe0892"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-3c59a913-e499-43c7-a869-560d9dfe0892"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-3c59a913-e499-43c7-a869-560d9dfe0892"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-3c59a913-e499-43c7-a869-560d9dfe0892"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-3c59a913-e499-43c7-a869-560d9dfe0892"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-3c59a913-e499-43c7-a869-560d9dfe0892"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-3c59a913-e499-43c7-a869-560d9dfe0892"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-3c59a913-e499-43c7-a869-560d9dfe0892"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-3c59a913-e499-43c7-a869-560d9dfe0892"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-3c59a913-e499-43c7-a869-560d9dfe0892"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-3c59a913-e499-43c7-a869-560d9dfe0892"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-3c59a913-e499-43c7-a869-560d9dfe0892"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-3c59a913-e499-43c7-a869-560d9dfe0892"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-3c59a913-e499-43c7-a869-560d9dfe0892"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-3c59a913-e499-43c7-a869-560d9dfe0892"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-3c59a913-e499-43c7-a869-560d9dfe0892"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-3c59a913-e499-43c7-a869-560d9dfe0892"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-3c59a913-e499-43c7-a869-560d9dfe0892"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-3c59a913-e499-43c7-a869-560d9dfe0892"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-3c59a913-e499-43c7-a869-560d9dfe0892"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-3c59a913-e499-43c7-a869-560d9dfe0892"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-3c59a913-e499-43c7-a869-560d9dfe0892"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-3c59a913-e499-43c7-a869-560d9dfe0892"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-3c59a913-e499-43c7-a869-560d9dfe0892"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-3c59a913-e499-43c7-a869-560d9dfe0892"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-3c59a913-e499-43c7-a869-560d9dfe0892"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-3c59a913-e499-43c7-a869-560d9dfe0892"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-3c59a913-e499-43c7-a869-560d9dfe0892"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-3c59a913-e499-43c7-a869-560d9dfe0892"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-3c59a913-e499-43c7-a869-560d9dfe0892"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-3c59a913-e499-43c7-a869-560d9dfe0892"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-3c59a913-e499-43c7-a869-560d9dfe0892"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-3c59a913-e499-43c7-a869-560d9dfe0892"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-3c59a913-e499-43c7-a869-560d9dfe0892"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-3c59a913-e499-43c7-a869-560d9dfe0892"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-39c26994-c677-46d9-ae38-e8af48f4bd8e {
  text-align: center;
}




  #s-39c26994-c677-46d9-ae38-e8af48f4bd8e img.shogun-image {
    
    width: px;
  }


#s-39c26994-c677-46d9-ae38-e8af48f4bd8e .shogun-image-content {
  
    align-items: center;
  
}

#s-be5c1801-9984-487d-b39a-646be5e1327c {
  margin-top: 50px;
margin-left: 20px;
margin-bottom: 50px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-be5c1801-9984-487d-b39a-646be5e1327c {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-be5c1801-9984-487d-b39a-646be5e1327c {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-be5c1801-9984-487d-b39a-646be5e1327c {
  
}
}@media (max-width: 767px){#s-be5c1801-9984-487d-b39a-646be5e1327c {
  
}
}
#s-be5c1801-9984-487d-b39a-646be5e1327c .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: "Boogaloo";
  font-style:   ;
  font-size: 60px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-e75dac58-0562-45cb-87bd-5c05526ef820 {
  border-style: solid;
margin-top: 10px;
margin-left: 20px;
margin-bottom: 10px;
margin-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 0.1);
}
@media (min-width: 1200px){#s-e75dac58-0562-45cb-87bd-5c05526ef820 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e75dac58-0562-45cb-87bd-5c05526ef820 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-e75dac58-0562-45cb-87bd-5c05526ef820 {
  
}
}@media (max-width: 767px){#s-e75dac58-0562-45cb-87bd-5c05526ef820 {
  
}
}
#s-f3314fcb-5ac0-40c9-b289-bc0eb0d216f3 {
  margin-left: 20px;
margin-bottom: 10px;
margin-right: 20px;
}

#s-f3314fcb-5ac0-40c9-b289-bc0eb0d216f3 .shogun-icon-wrapper {
  text-align: center;
}


#s-f3314fcb-5ac0-40c9-b289-bc0eb0d216f3 .shogun-icon-wrapper > .shogun-icon {

  font-size: 32px !important;
  color: rgba(0, 0, 0, 1);
}

#s-07509abc-55b8-47c4-8326-3dbcc93cc78e {
  margin-left: 20px;
margin-right: 20px;
}

@media (min-width: 0px) {
[id="s-07509abc-55b8-47c4-8326-3dbcc93cc78e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-07509abc-55b8-47c4-8326-3dbcc93cc78e"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-07509abc-55b8-47c4-8326-3dbcc93cc78e"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-07509abc-55b8-47c4-8326-3dbcc93cc78e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-07509abc-55b8-47c4-8326-3dbcc93cc78e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-07509abc-55b8-47c4-8326-3dbcc93cc78e"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-07509abc-55b8-47c4-8326-3dbcc93cc78e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-07509abc-55b8-47c4-8326-3dbcc93cc78e"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-07509abc-55b8-47c4-8326-3dbcc93cc78e"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-07509abc-55b8-47c4-8326-3dbcc93cc78e"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-07509abc-55b8-47c4-8326-3dbcc93cc78e"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-07509abc-55b8-47c4-8326-3dbcc93cc78e"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-07509abc-55b8-47c4-8326-3dbcc93cc78e"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-07509abc-55b8-47c4-8326-3dbcc93cc78e"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-07509abc-55b8-47c4-8326-3dbcc93cc78e"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-07509abc-55b8-47c4-8326-3dbcc93cc78e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-07509abc-55b8-47c4-8326-3dbcc93cc78e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-07509abc-55b8-47c4-8326-3dbcc93cc78e"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-07509abc-55b8-47c4-8326-3dbcc93cc78e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-07509abc-55b8-47c4-8326-3dbcc93cc78e"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-07509abc-55b8-47c4-8326-3dbcc93cc78e"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-07509abc-55b8-47c4-8326-3dbcc93cc78e"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-07509abc-55b8-47c4-8326-3dbcc93cc78e"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-07509abc-55b8-47c4-8326-3dbcc93cc78e"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-07509abc-55b8-47c4-8326-3dbcc93cc78e"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-07509abc-55b8-47c4-8326-3dbcc93cc78e"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-07509abc-55b8-47c4-8326-3dbcc93cc78e"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-07509abc-55b8-47c4-8326-3dbcc93cc78e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-07509abc-55b8-47c4-8326-3dbcc93cc78e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-07509abc-55b8-47c4-8326-3dbcc93cc78e"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-07509abc-55b8-47c4-8326-3dbcc93cc78e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-07509abc-55b8-47c4-8326-3dbcc93cc78e"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-07509abc-55b8-47c4-8326-3dbcc93cc78e"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-07509abc-55b8-47c4-8326-3dbcc93cc78e"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-07509abc-55b8-47c4-8326-3dbcc93cc78e"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-07509abc-55b8-47c4-8326-3dbcc93cc78e"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-07509abc-55b8-47c4-8326-3dbcc93cc78e"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-824af6ac-9f1c-4395-bbdb-bd3120ce083d {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0);
border-radius: 30px;
text-align: center;
background-color: rgba(0, 0, 0, 1);
font-size: 16px;
color: rgba(255, 255, 255, 1);
text-decoration: none;
}
#s-824af6ac-9f1c-4395-bbdb-bd3120ce083d:hover {border-style: solid !important;
border-color: rgba(0, 0, 0, 1) !important;
border-radius: 30px !important;
opacity: 1 !important;
background-color: rgba(255, 255, 255, 1) !important;
color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;}#s-824af6ac-9f1c-4395-bbdb-bd3120ce083d:active {border-style: solid !important;
border-color: rgba(0, 0, 0, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-824af6ac-9f1c-4395-bbdb-bd3120ce083d {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-824af6ac-9f1c-4395-bbdb-bd3120ce083d {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-824af6ac-9f1c-4395-bbdb-bd3120ce083d {
  
}
}@media (max-width: 767px){#s-824af6ac-9f1c-4395-bbdb-bd3120ce083d {
  
}
}


#s-824af6ac-9f1c-4395-bbdb-bd3120ce083d.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-aca6af4e-7f09-417e-9d9c-571134d83384 {
  background-image: url(https://i.shgcdn.com/ad01508a-a1c5-4898-877c-b836037e2f35/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
background-color: rgba(235, 235, 235, 1);
background-position: center center;
}
@media (min-width: 1200px){#s-aca6af4e-7f09-417e-9d9c-571134d83384 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-aca6af4e-7f09-417e-9d9c-571134d83384 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-aca6af4e-7f09-417e-9d9c-571134d83384 {
  
}
}@media (max-width: 767px){#s-aca6af4e-7f09-417e-9d9c-571134d83384 {
  
}
}
@media (min-width: 0px) {
[id="s-aca6af4e-7f09-417e-9d9c-571134d83384"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-aca6af4e-7f09-417e-9d9c-571134d83384"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-aca6af4e-7f09-417e-9d9c-571134d83384"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-aca6af4e-7f09-417e-9d9c-571134d83384"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-aca6af4e-7f09-417e-9d9c-571134d83384"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-aca6af4e-7f09-417e-9d9c-571134d83384"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-aca6af4e-7f09-417e-9d9c-571134d83384"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-aca6af4e-7f09-417e-9d9c-571134d83384"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-aca6af4e-7f09-417e-9d9c-571134d83384"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-aca6af4e-7f09-417e-9d9c-571134d83384"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-aca6af4e-7f09-417e-9d9c-571134d83384"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-aca6af4e-7f09-417e-9d9c-571134d83384"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-aca6af4e-7f09-417e-9d9c-571134d83384"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-aca6af4e-7f09-417e-9d9c-571134d83384"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-aca6af4e-7f09-417e-9d9c-571134d83384"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-aca6af4e-7f09-417e-9d9c-571134d83384"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-aca6af4e-7f09-417e-9d9c-571134d83384"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-aca6af4e-7f09-417e-9d9c-571134d83384"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-aca6af4e-7f09-417e-9d9c-571134d83384"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-aca6af4e-7f09-417e-9d9c-571134d83384"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-aca6af4e-7f09-417e-9d9c-571134d83384"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-aca6af4e-7f09-417e-9d9c-571134d83384"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-aca6af4e-7f09-417e-9d9c-571134d83384"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-aca6af4e-7f09-417e-9d9c-571134d83384"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-aca6af4e-7f09-417e-9d9c-571134d83384"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-aca6af4e-7f09-417e-9d9c-571134d83384"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-aca6af4e-7f09-417e-9d9c-571134d83384"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-aca6af4e-7f09-417e-9d9c-571134d83384"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-aca6af4e-7f09-417e-9d9c-571134d83384"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-aca6af4e-7f09-417e-9d9c-571134d83384"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-aca6af4e-7f09-417e-9d9c-571134d83384"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-aca6af4e-7f09-417e-9d9c-571134d83384"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-aca6af4e-7f09-417e-9d9c-571134d83384"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-aca6af4e-7f09-417e-9d9c-571134d83384"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-aca6af4e-7f09-417e-9d9c-571134d83384"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-aca6af4e-7f09-417e-9d9c-571134d83384"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-aca6af4e-7f09-417e-9d9c-571134d83384"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-aca6af4e-7f09-417e-9d9c-571134d83384"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-9c723cce-b57e-46f0-9403-02d01a72b92e {
  margin-top: 50px;
margin-left: 20px;
margin-bottom: 50px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-9c723cce-b57e-46f0-9403-02d01a72b92e {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-9c723cce-b57e-46f0-9403-02d01a72b92e {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-9c723cce-b57e-46f0-9403-02d01a72b92e {
  
}
}@media (max-width: 767px){#s-9c723cce-b57e-46f0-9403-02d01a72b92e {
  
}
}
#s-9c723cce-b57e-46f0-9403-02d01a72b92e .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: "Boogaloo";
  font-style:   ;
  font-size: 60px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-d1f30ac0-02a8-4084-8db7-30320dcbe716 {
  border-style: solid;
margin-top: 10px;
margin-left: 20px;
margin-bottom: 10px;
margin-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 0.1);
}
@media (min-width: 1200px){#s-d1f30ac0-02a8-4084-8db7-30320dcbe716 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-d1f30ac0-02a8-4084-8db7-30320dcbe716 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-d1f30ac0-02a8-4084-8db7-30320dcbe716 {
  
}
}@media (max-width: 767px){#s-d1f30ac0-02a8-4084-8db7-30320dcbe716 {
  
}
}
#s-ebc94f5c-71f0-4ad6-b127-e1a183d19203 {
  margin-left: 20px;
margin-bottom: 10px;
margin-right: 20px;
}

#s-ebc94f5c-71f0-4ad6-b127-e1a183d19203 .shogun-icon-wrapper {
  text-align: center;
}


#s-ebc94f5c-71f0-4ad6-b127-e1a183d19203 .shogun-icon-wrapper > .shogun-icon {

  font-size: 32px !important;
  color: rgba(0, 0, 0, 1);
}

#s-704b1832-dd1c-42ac-a07a-ca3b71307830 {
  margin-left: 20px;
margin-right: 20px;
}

@media (min-width: 0px) {
[id="s-704b1832-dd1c-42ac-a07a-ca3b71307830"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-704b1832-dd1c-42ac-a07a-ca3b71307830"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-704b1832-dd1c-42ac-a07a-ca3b71307830"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-704b1832-dd1c-42ac-a07a-ca3b71307830"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-704b1832-dd1c-42ac-a07a-ca3b71307830"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-704b1832-dd1c-42ac-a07a-ca3b71307830"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-704b1832-dd1c-42ac-a07a-ca3b71307830"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-704b1832-dd1c-42ac-a07a-ca3b71307830"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-704b1832-dd1c-42ac-a07a-ca3b71307830"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-704b1832-dd1c-42ac-a07a-ca3b71307830"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-704b1832-dd1c-42ac-a07a-ca3b71307830"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-704b1832-dd1c-42ac-a07a-ca3b71307830"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-704b1832-dd1c-42ac-a07a-ca3b71307830"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-704b1832-dd1c-42ac-a07a-ca3b71307830"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-704b1832-dd1c-42ac-a07a-ca3b71307830"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-704b1832-dd1c-42ac-a07a-ca3b71307830"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-704b1832-dd1c-42ac-a07a-ca3b71307830"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-704b1832-dd1c-42ac-a07a-ca3b71307830"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-704b1832-dd1c-42ac-a07a-ca3b71307830"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-704b1832-dd1c-42ac-a07a-ca3b71307830"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-704b1832-dd1c-42ac-a07a-ca3b71307830"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-704b1832-dd1c-42ac-a07a-ca3b71307830"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-704b1832-dd1c-42ac-a07a-ca3b71307830"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-704b1832-dd1c-42ac-a07a-ca3b71307830"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-704b1832-dd1c-42ac-a07a-ca3b71307830"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-704b1832-dd1c-42ac-a07a-ca3b71307830"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-704b1832-dd1c-42ac-a07a-ca3b71307830"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-704b1832-dd1c-42ac-a07a-ca3b71307830"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-704b1832-dd1c-42ac-a07a-ca3b71307830"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-704b1832-dd1c-42ac-a07a-ca3b71307830"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-704b1832-dd1c-42ac-a07a-ca3b71307830"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-704b1832-dd1c-42ac-a07a-ca3b71307830"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-704b1832-dd1c-42ac-a07a-ca3b71307830"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-704b1832-dd1c-42ac-a07a-ca3b71307830"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-704b1832-dd1c-42ac-a07a-ca3b71307830"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-704b1832-dd1c-42ac-a07a-ca3b71307830"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-704b1832-dd1c-42ac-a07a-ca3b71307830"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-ce338f89-6ec6-47d3-88b0-744114bfe99d {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0);
border-radius: 30px;
text-align: center;
background-color: rgba(0, 0, 0, 1);
font-size: 16px;
color: rgba(255, 255, 255, 1);
text-decoration: none;
}
#s-ce338f89-6ec6-47d3-88b0-744114bfe99d:hover {border-style: solid !important;
border-color: rgba(0, 0, 0, 1) !important;
border-radius: 30px !important;
opacity: 1 !important;
background-color: rgba(255, 255, 255, 1) !important;
color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;}#s-ce338f89-6ec6-47d3-88b0-744114bfe99d:active {border-style: solid !important;
border-color: rgba(0, 0, 0, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-ce338f89-6ec6-47d3-88b0-744114bfe99d {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-ce338f89-6ec6-47d3-88b0-744114bfe99d {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-ce338f89-6ec6-47d3-88b0-744114bfe99d {
  
}
}@media (max-width: 767px){#s-ce338f89-6ec6-47d3-88b0-744114bfe99d {
  
}
}


#s-ce338f89-6ec6-47d3-88b0-744114bfe99d.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-4710ed46-54d2-41ea-b6e2-1d3397077afa {
  background-image: url(https://i.shgcdn.com/7f0d13a6-0ce8-4d0d-9bc2-6dfb701ec417/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
padding-top: 60px;
padding-bottom: 80px;
min-height: 475px;
background-position: center center;
background-attachment: scroll;
}
@media (min-width: 1200px){#s-4710ed46-54d2-41ea-b6e2-1d3397077afa {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-4710ed46-54d2-41ea-b6e2-1d3397077afa {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-4710ed46-54d2-41ea-b6e2-1d3397077afa {
  
}
}@media (max-width: 767px){#s-4710ed46-54d2-41ea-b6e2-1d3397077afa {
  
}
}







#s-4710ed46-54d2-41ea-b6e2-1d3397077afa > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.5;
}#s-4710ed46-54d2-41ea-b6e2-1d3397077afa.shg-box.shg-c {
  justify-content: center;
}

#s-6173d319-e8d3-4a13-9a0d-366a6b22fc6c {
  min-height: 50px;
}








#s-6173d319-e8d3-4a13-9a0d-366a6b22fc6c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6173d319-e8d3-4a13-9a0d-366a6b22fc6c.shg-box.shg-c {
  justify-content: center;
}

#s-a9380c8b-03bb-4cee-83a8-bc49d7feacf2 {
  min-height: 50px;
}








#s-a9380c8b-03bb-4cee-83a8-bc49d7feacf2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a9380c8b-03bb-4cee-83a8-bc49d7feacf2.shg-box.shg-c {
  justify-content: center;
}

#s-12d744aa-d5ac-4fb1-89aa-c5bd5bcdd5b9 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 25px;
padding-bottom: 10px;
padding-right: 25px;
text-align: center;
}

#s-12d744aa-d5ac-4fb1-89aa-c5bd5bcdd5b9 .shogun-heading-component h1 {
  color: rgba(255, 212, 0, 1);
  font-weight:   ;
  font-family: "Schoolbell";
  font-style:   ;
  font-size: 41px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-73a5287b-d8b3-4658-9433-60a5fee7cfd7 {
  text-align: center;
}




  #s-73a5287b-d8b3-4658-9433-60a5fee7cfd7 img.shogun-image {
    
    width: px;
  }


#s-73a5287b-d8b3-4658-9433-60a5fee7cfd7 .shogun-image-content {
  
    align-items: center;
  
}

#s-5d50643c-6ddf-4276-93d0-1dd8a47923c7 {
  border-style: solid;
margin-top: 0px;
margin-left: 20px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-radius: 0px;
text-align: center;
}
@media (min-width: 1200px){#s-5d50643c-6ddf-4276-93d0-1dd8a47923c7 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-5d50643c-6ddf-4276-93d0-1dd8a47923c7 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-5d50643c-6ddf-4276-93d0-1dd8a47923c7 {
  
}
}@media (max-width: 767px){#s-5d50643c-6ddf-4276-93d0-1dd8a47923c7 {
  
}
}
#s-5d50643c-6ddf-4276-93d0-1dd8a47923c7 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: "Pangolin";
  font-style:   ;
  font-size: 55px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-185efa51-b6e1-4a61-b10d-65e8e9d9a26a {
  border-style: solid;
margin-top: 10px;
margin-left: 20px;
margin-bottom: 10px;
margin-right: 20px;
padding-top: 0px;
padding-bottom: 25px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 0.1);
}
@media (min-width: 1200px){#s-185efa51-b6e1-4a61-b10d-65e8e9d9a26a {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-185efa51-b6e1-4a61-b10d-65e8e9d9a26a {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-185efa51-b6e1-4a61-b10d-65e8e9d9a26a {
  
}
}@media (max-width: 767px){#s-185efa51-b6e1-4a61-b10d-65e8e9d9a26a {
  
}
}
#s-bd62afa9-c485-4aad-9dd0-6ffd4e1d61cc {
  margin-left: 20px;
margin-right: 20px;
}

@media (min-width: 0px) {
[id="s-bd62afa9-c485-4aad-9dd0-6ffd4e1d61cc"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-bd62afa9-c485-4aad-9dd0-6ffd4e1d61cc"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 13.333333333333334px);
}

[id="s-bd62afa9-c485-4aad-9dd0-6ffd4e1d61cc"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 13.333333333333334px);
}

[id="s-bd62afa9-c485-4aad-9dd0-6ffd4e1d61cc"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 13.333333333333334px);
}

[id="s-bd62afa9-c485-4aad-9dd0-6ffd4e1d61cc"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

[id="s-bd62afa9-c485-4aad-9dd0-6ffd4e1d61cc"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 13.333333333333334px);
}

[id="s-bd62afa9-c485-4aad-9dd0-6ffd4e1d61cc"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 13.333333333333334px);
}

[id="s-bd62afa9-c485-4aad-9dd0-6ffd4e1d61cc"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 13.333333333333334px);
}

[id="s-bd62afa9-c485-4aad-9dd0-6ffd4e1d61cc"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 13.333333333333334px);
}

[id="s-bd62afa9-c485-4aad-9dd0-6ffd4e1d61cc"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 13.333333333333334px);
}

[id="s-bd62afa9-c485-4aad-9dd0-6ffd4e1d61cc"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 13.333333333333334px);
}

[id="s-bd62afa9-c485-4aad-9dd0-6ffd4e1d61cc"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 13.333333333333334px);
}

[id="s-bd62afa9-c485-4aad-9dd0-6ffd4e1d61cc"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 13.333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-bd62afa9-c485-4aad-9dd0-6ffd4e1d61cc"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 13.333333333333334px);
}

[id="s-bd62afa9-c485-4aad-9dd0-6ffd4e1d61cc"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 13.333333333333334px);
}

[id="s-bd62afa9-c485-4aad-9dd0-6ffd4e1d61cc"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 13.333333333333334px);
}

[id="s-bd62afa9-c485-4aad-9dd0-6ffd4e1d61cc"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

[id="s-bd62afa9-c485-4aad-9dd0-6ffd4e1d61cc"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 13.333333333333334px);
}

[id="s-bd62afa9-c485-4aad-9dd0-6ffd4e1d61cc"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 13.333333333333334px);
}

[id="s-bd62afa9-c485-4aad-9dd0-6ffd4e1d61cc"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 13.333333333333334px);
}

[id="s-bd62afa9-c485-4aad-9dd0-6ffd4e1d61cc"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 13.333333333333334px);
}

[id="s-bd62afa9-c485-4aad-9dd0-6ffd4e1d61cc"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 13.333333333333334px);
}

[id="s-bd62afa9-c485-4aad-9dd0-6ffd4e1d61cc"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 13.333333333333334px);
}

[id="s-bd62afa9-c485-4aad-9dd0-6ffd4e1d61cc"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 13.333333333333334px);
}

[id="s-bd62afa9-c485-4aad-9dd0-6ffd4e1d61cc"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 13.333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-bd62afa9-c485-4aad-9dd0-6ffd4e1d61cc"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 13.333333333333334px);
}

[id="s-bd62afa9-c485-4aad-9dd0-6ffd4e1d61cc"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 13.333333333333334px);
}

[id="s-bd62afa9-c485-4aad-9dd0-6ffd4e1d61cc"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 13.333333333333334px);
}

[id="s-bd62afa9-c485-4aad-9dd0-6ffd4e1d61cc"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

[id="s-bd62afa9-c485-4aad-9dd0-6ffd4e1d61cc"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 13.333333333333334px);
}

[id="s-bd62afa9-c485-4aad-9dd0-6ffd4e1d61cc"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 13.333333333333334px);
}

[id="s-bd62afa9-c485-4aad-9dd0-6ffd4e1d61cc"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 13.333333333333334px);
}

[id="s-bd62afa9-c485-4aad-9dd0-6ffd4e1d61cc"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 13.333333333333334px);
}

[id="s-bd62afa9-c485-4aad-9dd0-6ffd4e1d61cc"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 13.333333333333334px);
}

[id="s-bd62afa9-c485-4aad-9dd0-6ffd4e1d61cc"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 13.333333333333334px);
}

[id="s-bd62afa9-c485-4aad-9dd0-6ffd4e1d61cc"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 13.333333333333334px);
}

[id="s-bd62afa9-c485-4aad-9dd0-6ffd4e1d61cc"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 13.333333333333334px);
}

}

#s-68559b25-b648-4d67-87c3-3c3ba84ad4b2 {
  background-size: undefined 0px;
border-style: solid;
margin-top: 10px;
padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0);
border-radius: 25px;
text-align: center;
background-color: rgba(241, 90, 49, 1);
font-size: 16px;
color: rgba(255, 255, 255, 1);
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-68559b25-b648-4d67-87c3-3c3ba84ad4b2:hover {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: rgba(255, 255, 255, 1) !important;
border-radius: 30px !important;
opacity: 1 !important;
background-color: rgba(20, 177, 231, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-68559b25-b648-4d67-87c3-3c3ba84ad4b2:active {background-color: rgba(20, 177, 231, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-68559b25-b648-4d67-87c3-3c3ba84ad4b2 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-68559b25-b648-4d67-87c3-3c3ba84ad4b2 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-68559b25-b648-4d67-87c3-3c3ba84ad4b2 {
  
}
}@media (max-width: 767px){#s-68559b25-b648-4d67-87c3-3c3ba84ad4b2 {
  
}
}


#s-68559b25-b648-4d67-87c3-3c3ba84ad4b2.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 35px;
  
  
  font-family: Schoolbell;
  display:  inline-block ;
}

#s-a87a82f8-a6ec-4a32-8f7a-98c63f9ead4b {
  border-style: solid;
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;
min-height: 0px;
opacity: 1;
}
@media (min-width: 1200px){#s-a87a82f8-a6ec-4a32-8f7a-98c63f9ead4b {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a87a82f8-a6ec-4a32-8f7a-98c63f9ead4b {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-a87a82f8-a6ec-4a32-8f7a-98c63f9ead4b {
  
}
}@media (max-width: 767px){#s-a87a82f8-a6ec-4a32-8f7a-98c63f9ead4b {
  
}
}







#s-a87a82f8-a6ec-4a32-8f7a-98c63f9ead4b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a87a82f8-a6ec-4a32-8f7a-98c63f9ead4b.shg-box.shg-c {
  justify-content: flex-start;
}

#s-dc67d415-3f93-47f0-bde0-361aa51c055d {
  border-style: solid;
margin-top: 60px;
margin-bottom: 50px;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-dc67d415-3f93-47f0-bde0-361aa51c055d {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-dc67d415-3f93-47f0-bde0-361aa51c055d {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-dc67d415-3f93-47f0-bde0-361aa51c055d {
  
}
}@media (max-width: 767px){#s-dc67d415-3f93-47f0-bde0-361aa51c055d {
  
}
}
#s-dc67d415-3f93-47f0-bde0-361aa51c055d .shogun-heading-component h2 {
  color: rgba(120, 170, 66, 1);
  font-weight:   ;
  font-family: "Pangolin";
  font-style:   ;
  font-size: 45px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


#s-dc67d415-3f93-47f0-bde0-361aa51c055d .shogun-heading-component h2 a {
  color: rgba(120, 170, 66, 1);
}


#s-1405df4e-e2a7-40a8-85a0-f8a377b0bd1f {
  min-height: 50px;
}








#s-1405df4e-e2a7-40a8-85a0-f8a377b0bd1f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1405df4e-e2a7-40a8-85a0-f8a377b0bd1f.shg-box.shg-c {
  justify-content: center;
}

#s-d7128334-c072-4b60-afb3-20126a1cd70d {
  margin-top: 0px;
margin-left: 50px;
margin-bottom: 0px;
margin-right: 50px;
padding-bottom: 25px;
}

@media (min-width: 0px) {
[id="s-d7128334-c072-4b60-afb3-20126a1cd70d"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-d7128334-c072-4b60-afb3-20126a1cd70d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d7128334-c072-4b60-afb3-20126a1cd70d"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-d7128334-c072-4b60-afb3-20126a1cd70d"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-d7128334-c072-4b60-afb3-20126a1cd70d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-d7128334-c072-4b60-afb3-20126a1cd70d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-d7128334-c072-4b60-afb3-20126a1cd70d"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-d7128334-c072-4b60-afb3-20126a1cd70d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-d7128334-c072-4b60-afb3-20126a1cd70d"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-d7128334-c072-4b60-afb3-20126a1cd70d"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-d7128334-c072-4b60-afb3-20126a1cd70d"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-d7128334-c072-4b60-afb3-20126a1cd70d"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-d7128334-c072-4b60-afb3-20126a1cd70d"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-d7128334-c072-4b60-afb3-20126a1cd70d"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-d7128334-c072-4b60-afb3-20126a1cd70d"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-d7128334-c072-4b60-afb3-20126a1cd70d"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-d7128334-c072-4b60-afb3-20126a1cd70d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-d7128334-c072-4b60-afb3-20126a1cd70d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-d7128334-c072-4b60-afb3-20126a1cd70d"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-d7128334-c072-4b60-afb3-20126a1cd70d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-d7128334-c072-4b60-afb3-20126a1cd70d"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-d7128334-c072-4b60-afb3-20126a1cd70d"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-d7128334-c072-4b60-afb3-20126a1cd70d"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-d7128334-c072-4b60-afb3-20126a1cd70d"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-d7128334-c072-4b60-afb3-20126a1cd70d"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-d7128334-c072-4b60-afb3-20126a1cd70d"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-d7128334-c072-4b60-afb3-20126a1cd70d"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-d7128334-c072-4b60-afb3-20126a1cd70d"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-d7128334-c072-4b60-afb3-20126a1cd70d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-d7128334-c072-4b60-afb3-20126a1cd70d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-d7128334-c072-4b60-afb3-20126a1cd70d"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-d7128334-c072-4b60-afb3-20126a1cd70d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-d7128334-c072-4b60-afb3-20126a1cd70d"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-d7128334-c072-4b60-afb3-20126a1cd70d"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-d7128334-c072-4b60-afb3-20126a1cd70d"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-d7128334-c072-4b60-afb3-20126a1cd70d"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-d7128334-c072-4b60-afb3-20126a1cd70d"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-d7128334-c072-4b60-afb3-20126a1cd70d"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-c63076b5-b36c-4276-990c-fc9c3780c9b2 {
  display: none;
}
.shg-product-image-wrapper img.shogun-image,
.shogun-component img.shogun-image {
  display: inline-block;
  vertical-align: middle;
}

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

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

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

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

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

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

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

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

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

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

#s-2259adba-ed06-4df3-b0d5-9a1e174ef15f {
  text-align: center;
}


.shg-c#s-2259adba-ed06-4df3-b0d5-9a1e174ef15f {
  max-width: 100%;
}

.shg-c#s-2259adba-ed06-4df3-b0d5-9a1e174ef15f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2259adba-ed06-4df3-b0d5-9a1e174ef15f .shg-image-zoom,
.shg-c#s-2259adba-ed06-4df3-b0d5-9a1e174ef15f img.shogun-image {
  max-width: 400px !important;
  min-height:  !important;
}

.shg-c#s-2259adba-ed06-4df3-b0d5-9a1e174ef15f .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-2259adba-ed06-4df3-b0d5-9a1e174ef15f {
  max-width: 100%;
}

.shg-c#s-2259adba-ed06-4df3-b0d5-9a1e174ef15f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2259adba-ed06-4df3-b0d5-9a1e174ef15f .shg-image-zoom,
.shg-c#s-2259adba-ed06-4df3-b0d5-9a1e174ef15f img.shogun-image {
  max-width: 400px !important;
  min-height:  !important;
}

.shg-c#s-2259adba-ed06-4df3-b0d5-9a1e174ef15f .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-2259adba-ed06-4df3-b0d5-9a1e174ef15f {
  max-width: 100%;
}

.shg-c#s-2259adba-ed06-4df3-b0d5-9a1e174ef15f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2259adba-ed06-4df3-b0d5-9a1e174ef15f .shg-image-zoom,
.shg-c#s-2259adba-ed06-4df3-b0d5-9a1e174ef15f img.shogun-image {
  max-width: 400px !important;
  min-height:  !important;
}

.shg-c#s-2259adba-ed06-4df3-b0d5-9a1e174ef15f .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-2259adba-ed06-4df3-b0d5-9a1e174ef15f {
  max-width: 100%;
}

.shg-c#s-2259adba-ed06-4df3-b0d5-9a1e174ef15f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2259adba-ed06-4df3-b0d5-9a1e174ef15f .shg-image-zoom,
.shg-c#s-2259adba-ed06-4df3-b0d5-9a1e174ef15f img.shogun-image {
  max-width: 400px !important;
  min-height:  !important;
}

.shg-c#s-2259adba-ed06-4df3-b0d5-9a1e174ef15f .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-2259adba-ed06-4df3-b0d5-9a1e174ef15f {
  max-width: 100%;
}

.shg-c#s-2259adba-ed06-4df3-b0d5-9a1e174ef15f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2259adba-ed06-4df3-b0d5-9a1e174ef15f .shg-image-zoom,
.shg-c#s-2259adba-ed06-4df3-b0d5-9a1e174ef15f img.shogun-image {
  max-width: 400px !important;
  min-height:  !important;
}

.shg-c#s-2259adba-ed06-4df3-b0d5-9a1e174ef15f .shg-image-zoom {
  
    margin: 0 auto;
  
}

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

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

#s-6bb6d385-ce7d-4f03-be86-2230df944068 {
  margin-top: 15px;
margin-left: 15px;
margin-bottom: 15px;
margin-right: 15px;
padding-top: 0px;
padding-left: 10px;
padding-bottom: 0px;
padding-right: 10px;
text-align: center;
}

#s-6bb6d385-ce7d-4f03-be86-2230df944068 .shg-product-title-component h2 {
  color: rgba(0, 0, 0, 0.75);
  font-weight:   ;
  font-family: Arvo;
  font-style:   ;
  font-size: 30px;
  line-height: ;
  letter-spacing: ;
}

#s-ff82a3e0-3d26-473e-b7a1-87a7b7f46cbd {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ff82a3e0-3d26-473e-b7a1-87a7b7f46cbd .shg-product-sold-out {
  display: none;
  color: rgba(241, 90, 49, 1);
  font-size: 25px;
  font-weight:   ;
  font-family: Pangolin;
  font-style:  normal ;
}

#s-ff82a3e0-3d26-473e-b7a1-87a7b7f46cbd .shg-product-price {
  color: rgba(241, 90, 49, 1);
  font-weight:   ;
  font-family: Pangolin;
  font-style:  normal ;
  font-size: 25px;
}

#s-ff82a3e0-3d26-473e-b7a1-87a7b7f46cbd .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-85bff38d-a466-412f-82ca-6e6265adea2d {
  border-style: solid;
margin-top: 20px;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 15px;
background-color: rgba(20, 177, 231, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-85bff38d-a466-412f-82ca-6e6265adea2d:hover {background-color: rgba(20, 177, 231, 0.5) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-85bff38d-a466-412f-82ca-6e6265adea2d:active {background-color: rgba(20, 177, 231, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-85bff38d-a466-412f-82ca-6e6265adea2d.shg-btn {
  color: #ffffff;
  font-size: 25px;
  
  
  font-family: Pangolin;
  display:  inline-block ;
}

#s-8d3cadab-8d42-41af-874e-5d4c13b1b1e0 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-d7245cfb-ac82-4ee9-a64a-21a725b38453 {
  display: none;
}
#s-c7299b84-775b-418b-96c4-8d1712306b9d {
  text-align: center;
}


.shg-c#s-c7299b84-775b-418b-96c4-8d1712306b9d {
  max-width: 100%;
}

.shg-c#s-c7299b84-775b-418b-96c4-8d1712306b9d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c7299b84-775b-418b-96c4-8d1712306b9d .shg-image-zoom,
.shg-c#s-c7299b84-775b-418b-96c4-8d1712306b9d img.shogun-image {
  max-width: 400px !important;
  min-height:  !important;
}

.shg-c#s-c7299b84-775b-418b-96c4-8d1712306b9d .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-c7299b84-775b-418b-96c4-8d1712306b9d {
  max-width: 100%;
}

.shg-c#s-c7299b84-775b-418b-96c4-8d1712306b9d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c7299b84-775b-418b-96c4-8d1712306b9d .shg-image-zoom,
.shg-c#s-c7299b84-775b-418b-96c4-8d1712306b9d img.shogun-image {
  max-width: 400px !important;
  min-height:  !important;
}

.shg-c#s-c7299b84-775b-418b-96c4-8d1712306b9d .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-c7299b84-775b-418b-96c4-8d1712306b9d {
  max-width: 100%;
}

.shg-c#s-c7299b84-775b-418b-96c4-8d1712306b9d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c7299b84-775b-418b-96c4-8d1712306b9d .shg-image-zoom,
.shg-c#s-c7299b84-775b-418b-96c4-8d1712306b9d img.shogun-image {
  max-width: 400px !important;
  min-height:  !important;
}

.shg-c#s-c7299b84-775b-418b-96c4-8d1712306b9d .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-c7299b84-775b-418b-96c4-8d1712306b9d {
  max-width: 100%;
}

.shg-c#s-c7299b84-775b-418b-96c4-8d1712306b9d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c7299b84-775b-418b-96c4-8d1712306b9d .shg-image-zoom,
.shg-c#s-c7299b84-775b-418b-96c4-8d1712306b9d img.shogun-image {
  max-width: 400px !important;
  min-height:  !important;
}

.shg-c#s-c7299b84-775b-418b-96c4-8d1712306b9d .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-c7299b84-775b-418b-96c4-8d1712306b9d {
  max-width: 100%;
}

.shg-c#s-c7299b84-775b-418b-96c4-8d1712306b9d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c7299b84-775b-418b-96c4-8d1712306b9d .shg-image-zoom,
.shg-c#s-c7299b84-775b-418b-96c4-8d1712306b9d img.shogun-image {
  max-width: 400px !important;
  min-height:  !important;
}

.shg-c#s-c7299b84-775b-418b-96c4-8d1712306b9d .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-864061fc-eae7-46d2-8510-339027127dfe {
  margin-top: 15px;
margin-left: 15px;
margin-bottom: 15px;
margin-right: 15px;
padding-top: 0px;
padding-left: 10px;
padding-bottom: 0px;
padding-right: 10px;
text-align: center;
}

#s-864061fc-eae7-46d2-8510-339027127dfe .shg-product-title-component h2 {
  color: rgba(0, 0, 0, 0.75);
  font-weight:   ;
  font-family: Arvo;
  font-style:   ;
  font-size: 30px;
  line-height: ;
  letter-spacing: ;
}

#s-74e6ec43-989c-4b1b-bc49-c3d39df52a65 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-74e6ec43-989c-4b1b-bc49-c3d39df52a65 .shg-product-sold-out {
  display: none;
  color: rgba(241, 90, 49, 1);
  font-size: 25px;
  font-weight:   ;
  font-family: Pangolin;
  font-style:  normal ;
}

#s-74e6ec43-989c-4b1b-bc49-c3d39df52a65 .shg-product-price {
  color: rgba(241, 90, 49, 1);
  font-weight:   ;
  font-family: Pangolin;
  font-style:  normal ;
  font-size: 25px;
}

#s-74e6ec43-989c-4b1b-bc49-c3d39df52a65 .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-282d9dc8-16ad-483f-a0cb-c8f71550b428 {
  border-style: solid;
margin-top: 20px;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 15px;
background-color: rgba(20, 177, 231, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-282d9dc8-16ad-483f-a0cb-c8f71550b428:hover {background-color: rgba(20, 177, 231, 0.5) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-282d9dc8-16ad-483f-a0cb-c8f71550b428:active {background-color: rgba(20, 177, 231, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-282d9dc8-16ad-483f-a0cb-c8f71550b428.shg-btn {
  color: #ffffff;
  font-size: 25px;
  
  
  font-family: Pangolin;
  display:  inline-block ;
}

#s-57af4293-e6b1-4c51-ae91-1ea794ac61fd {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-d6abba54-24cc-4d06-b4ed-0585cec44398 {
  display: none;
}
#s-6ba05943-e808-42c1-90ca-2a1f048c4fef {
  text-align: center;
}


.shg-c#s-6ba05943-e808-42c1-90ca-2a1f048c4fef {
  max-width: 100%;
}

.shg-c#s-6ba05943-e808-42c1-90ca-2a1f048c4fef img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6ba05943-e808-42c1-90ca-2a1f048c4fef .shg-image-zoom,
.shg-c#s-6ba05943-e808-42c1-90ca-2a1f048c4fef img.shogun-image {
  max-width: 400px !important;
  min-height:  !important;
}

.shg-c#s-6ba05943-e808-42c1-90ca-2a1f048c4fef .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-6ba05943-e808-42c1-90ca-2a1f048c4fef {
  max-width: 100%;
}

.shg-c#s-6ba05943-e808-42c1-90ca-2a1f048c4fef img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6ba05943-e808-42c1-90ca-2a1f048c4fef .shg-image-zoom,
.shg-c#s-6ba05943-e808-42c1-90ca-2a1f048c4fef img.shogun-image {
  max-width: 400px !important;
  min-height:  !important;
}

.shg-c#s-6ba05943-e808-42c1-90ca-2a1f048c4fef .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-6ba05943-e808-42c1-90ca-2a1f048c4fef {
  max-width: 100%;
}

.shg-c#s-6ba05943-e808-42c1-90ca-2a1f048c4fef img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6ba05943-e808-42c1-90ca-2a1f048c4fef .shg-image-zoom,
.shg-c#s-6ba05943-e808-42c1-90ca-2a1f048c4fef img.shogun-image {
  max-width: 400px !important;
  min-height:  !important;
}

.shg-c#s-6ba05943-e808-42c1-90ca-2a1f048c4fef .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-6ba05943-e808-42c1-90ca-2a1f048c4fef {
  max-width: 100%;
}

.shg-c#s-6ba05943-e808-42c1-90ca-2a1f048c4fef img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6ba05943-e808-42c1-90ca-2a1f048c4fef .shg-image-zoom,
.shg-c#s-6ba05943-e808-42c1-90ca-2a1f048c4fef img.shogun-image {
  max-width: 400px !important;
  min-height:  !important;
}

.shg-c#s-6ba05943-e808-42c1-90ca-2a1f048c4fef .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-6ba05943-e808-42c1-90ca-2a1f048c4fef {
  max-width: 100%;
}

.shg-c#s-6ba05943-e808-42c1-90ca-2a1f048c4fef img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6ba05943-e808-42c1-90ca-2a1f048c4fef .shg-image-zoom,
.shg-c#s-6ba05943-e808-42c1-90ca-2a1f048c4fef img.shogun-image {
  max-width: 400px !important;
  min-height:  !important;
}

.shg-c#s-6ba05943-e808-42c1-90ca-2a1f048c4fef .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-5f413280-c86a-4d15-9643-22d8ac1145e7 {
  margin-top: 15px;
margin-left: 15px;
margin-bottom: 15px;
margin-right: 15px;
padding-top: 0px;
padding-left: 10px;
padding-bottom: 0px;
padding-right: 10px;
text-align: center;
}

#s-5f413280-c86a-4d15-9643-22d8ac1145e7 .shg-product-title-component h2 {
  color: rgba(0, 0, 0, 0.75);
  font-weight:   ;
  font-family: Arvo;
  font-style:   ;
  font-size: 30px;
  line-height: ;
  letter-spacing: ;
}

#s-bc06f669-e1f5-44d8-a769-e2a1bfaeb669 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-bc06f669-e1f5-44d8-a769-e2a1bfaeb669 .shg-product-sold-out {
  display: none;
  color: rgba(241, 90, 49, 1);
  font-size: 25px;
  font-weight:   ;
  font-family: Pangolin;
  font-style:  normal ;
}

#s-bc06f669-e1f5-44d8-a769-e2a1bfaeb669 .shg-product-price {
  color: rgba(241, 90, 49, 1);
  font-weight:   ;
  font-family: Pangolin;
  font-style:  normal ;
  font-size: 25px;
}

#s-bc06f669-e1f5-44d8-a769-e2a1bfaeb669 .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-23dd112f-1769-437c-8e86-40f60ad78f8f {
  border-style: solid;
margin-top: 20px;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 15px;
background-color: rgba(20, 177, 231, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-23dd112f-1769-437c-8e86-40f60ad78f8f:hover {background-color: rgba(20, 177, 231, 0.5) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-23dd112f-1769-437c-8e86-40f60ad78f8f:active {background-color: rgba(20, 177, 231, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-23dd112f-1769-437c-8e86-40f60ad78f8f.shg-btn {
  color: #ffffff;
  font-size: 25px;
  
  
  font-family: Pangolin;
  display:  inline-block ;
}

#s-f9f302de-e1d1-47be-98a0-97921a624b99 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-4bb3382c-dfe1-43b9-820a-a1fac0fbb518 {
  display: none;
}
#s-bf5a906c-28e9-43f1-a0a4-65ec849182e2 {
  text-align: center;
}


.shg-c#s-bf5a906c-28e9-43f1-a0a4-65ec849182e2 {
  max-width: 100%;
}

.shg-c#s-bf5a906c-28e9-43f1-a0a4-65ec849182e2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bf5a906c-28e9-43f1-a0a4-65ec849182e2 .shg-image-zoom,
.shg-c#s-bf5a906c-28e9-43f1-a0a4-65ec849182e2 img.shogun-image {
  max-width: 400px !important;
  min-height:  !important;
}

.shg-c#s-bf5a906c-28e9-43f1-a0a4-65ec849182e2 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-bf5a906c-28e9-43f1-a0a4-65ec849182e2 {
  max-width: 100%;
}

.shg-c#s-bf5a906c-28e9-43f1-a0a4-65ec849182e2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bf5a906c-28e9-43f1-a0a4-65ec849182e2 .shg-image-zoom,
.shg-c#s-bf5a906c-28e9-43f1-a0a4-65ec849182e2 img.shogun-image {
  max-width: 400px !important;
  min-height:  !important;
}

.shg-c#s-bf5a906c-28e9-43f1-a0a4-65ec849182e2 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-bf5a906c-28e9-43f1-a0a4-65ec849182e2 {
  max-width: 100%;
}

.shg-c#s-bf5a906c-28e9-43f1-a0a4-65ec849182e2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bf5a906c-28e9-43f1-a0a4-65ec849182e2 .shg-image-zoom,
.shg-c#s-bf5a906c-28e9-43f1-a0a4-65ec849182e2 img.shogun-image {
  max-width: 400px !important;
  min-height:  !important;
}

.shg-c#s-bf5a906c-28e9-43f1-a0a4-65ec849182e2 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-bf5a906c-28e9-43f1-a0a4-65ec849182e2 {
  max-width: 100%;
}

.shg-c#s-bf5a906c-28e9-43f1-a0a4-65ec849182e2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bf5a906c-28e9-43f1-a0a4-65ec849182e2 .shg-image-zoom,
.shg-c#s-bf5a906c-28e9-43f1-a0a4-65ec849182e2 img.shogun-image {
  max-width: 400px !important;
  min-height:  !important;
}

.shg-c#s-bf5a906c-28e9-43f1-a0a4-65ec849182e2 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-bf5a906c-28e9-43f1-a0a4-65ec849182e2 {
  max-width: 100%;
}

.shg-c#s-bf5a906c-28e9-43f1-a0a4-65ec849182e2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bf5a906c-28e9-43f1-a0a4-65ec849182e2 .shg-image-zoom,
.shg-c#s-bf5a906c-28e9-43f1-a0a4-65ec849182e2 img.shogun-image {
  max-width: 400px !important;
  min-height:  !important;
}

.shg-c#s-bf5a906c-28e9-43f1-a0a4-65ec849182e2 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-8b25eae4-f1f0-4309-adb7-3b036c3627f3 {
  margin-top: 15px;
margin-left: 15px;
margin-bottom: 15px;
margin-right: 15px;
padding-top: 0px;
padding-left: 10px;
padding-bottom: 0px;
padding-right: 10px;
text-align: center;
}

#s-8b25eae4-f1f0-4309-adb7-3b036c3627f3 .shg-product-title-component h2 {
  color: rgba(0, 0, 0, 0.75);
  font-weight:   ;
  font-family: Arvo;
  font-style:   ;
  font-size: 30px;
  line-height: ;
  letter-spacing: ;
}

#s-7d77c5c0-b701-4988-978c-cad0ad113658 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7d77c5c0-b701-4988-978c-cad0ad113658 .shg-product-sold-out {
  display: none;
  color: rgba(241, 90, 49, 1);
  font-size: 25px;
  font-weight:   ;
  font-family: Pangolin;
  font-style:  normal ;
}

#s-7d77c5c0-b701-4988-978c-cad0ad113658 .shg-product-price {
  color: rgba(241, 90, 49, 1);
  font-weight:   ;
  font-family: Pangolin;
  font-style:  normal ;
  font-size: 25px;
}

#s-7d77c5c0-b701-4988-978c-cad0ad113658 .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-c7ae5a3c-af6f-431e-8dcd-8cba984e0dd9 {
  border-style: solid;
margin-top: 20px;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 15px;
background-color: rgba(20, 177, 231, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-c7ae5a3c-af6f-431e-8dcd-8cba984e0dd9:hover {background-color: rgba(20, 177, 231, 0.5) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-c7ae5a3c-af6f-431e-8dcd-8cba984e0dd9:active {background-color: rgba(20, 177, 231, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-c7ae5a3c-af6f-431e-8dcd-8cba984e0dd9.shg-btn {
  color: #ffffff;
  font-size: 25px;
  
  
  font-family: Pangolin;
  display:  inline-block ;
}

#s-e0fddbb2-9bd3-4fcf-9fdc-cc0c8eb0ddde {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-37c417f3-4b66-42c7-a641-6b8d5949b313 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-d7820bad-71d8-42a7-ba6a-86cff8a24d2e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d7820bad-71d8-42a7-ba6a-86cff8a24d2e"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-d7820bad-71d8-42a7-ba6a-86cff8a24d2e"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-d7820bad-71d8-42a7-ba6a-86cff8a24d2e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-d7820bad-71d8-42a7-ba6a-86cff8a24d2e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-d7820bad-71d8-42a7-ba6a-86cff8a24d2e"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-d7820bad-71d8-42a7-ba6a-86cff8a24d2e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-d7820bad-71d8-42a7-ba6a-86cff8a24d2e"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-d7820bad-71d8-42a7-ba6a-86cff8a24d2e"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-d7820bad-71d8-42a7-ba6a-86cff8a24d2e"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-d7820bad-71d8-42a7-ba6a-86cff8a24d2e"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-d7820bad-71d8-42a7-ba6a-86cff8a24d2e"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-d7820bad-71d8-42a7-ba6a-86cff8a24d2e"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-d7820bad-71d8-42a7-ba6a-86cff8a24d2e"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-d7820bad-71d8-42a7-ba6a-86cff8a24d2e"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-d7820bad-71d8-42a7-ba6a-86cff8a24d2e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-d7820bad-71d8-42a7-ba6a-86cff8a24d2e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-d7820bad-71d8-42a7-ba6a-86cff8a24d2e"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-d7820bad-71d8-42a7-ba6a-86cff8a24d2e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-d7820bad-71d8-42a7-ba6a-86cff8a24d2e"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-d7820bad-71d8-42a7-ba6a-86cff8a24d2e"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-d7820bad-71d8-42a7-ba6a-86cff8a24d2e"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-d7820bad-71d8-42a7-ba6a-86cff8a24d2e"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-d7820bad-71d8-42a7-ba6a-86cff8a24d2e"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-d7820bad-71d8-42a7-ba6a-86cff8a24d2e"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-d7820bad-71d8-42a7-ba6a-86cff8a24d2e"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-d7820bad-71d8-42a7-ba6a-86cff8a24d2e"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-d7820bad-71d8-42a7-ba6a-86cff8a24d2e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-d7820bad-71d8-42a7-ba6a-86cff8a24d2e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-d7820bad-71d8-42a7-ba6a-86cff8a24d2e"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-d7820bad-71d8-42a7-ba6a-86cff8a24d2e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-d7820bad-71d8-42a7-ba6a-86cff8a24d2e"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-d7820bad-71d8-42a7-ba6a-86cff8a24d2e"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-d7820bad-71d8-42a7-ba6a-86cff8a24d2e"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-d7820bad-71d8-42a7-ba6a-86cff8a24d2e"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-d7820bad-71d8-42a7-ba6a-86cff8a24d2e"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-d7820bad-71d8-42a7-ba6a-86cff8a24d2e"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

.shogun-video {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

.shogun-video-16x9 {
  padding-bottom: 56.25%;
}

.shogun-video-4x3 {
  padding-bottom: 75%;
}

.shogun-video-embed {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

#s-f3073f4a-81ac-40ba-bd62-c02a8c16b28e {
  border-style: solid;
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;
}

#s-b4ad39f9-88d4-4308-b2e1-0b33239135b6 {
  margin-top: 0px;
margin-left: 20px;
margin-bottom: 20px;
margin-right: 20px;
padding-top: 20px;
padding-left: 25px;
padding-bottom: 20px;
padding-right: 25px;
}

#s-91e48667-37cc-4c52-b2ed-1c22fe4e26b8 {
  min-height: 50px;
}








#s-91e48667-37cc-4c52-b2ed-1c22fe4e26b8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-91e48667-37cc-4c52-b2ed-1c22fe4e26b8.shg-box.shg-c {
  justify-content: center;
}

#s-46f6d60c-2e39-4c77-aa8c-9ecd4daadb3a {
  min-height: 50px;
}
@media (min-width: 1200px){#s-46f6d60c-2e39-4c77-aa8c-9ecd4daadb3a {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-46f6d60c-2e39-4c77-aa8c-9ecd4daadb3a {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-46f6d60c-2e39-4c77-aa8c-9ecd4daadb3a {
  
}
}@media (max-width: 767px){#s-46f6d60c-2e39-4c77-aa8c-9ecd4daadb3a {
  
}
}







#s-46f6d60c-2e39-4c77-aa8c-9ecd4daadb3a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-46f6d60c-2e39-4c77-aa8c-9ecd4daadb3a.shg-box.shg-c {
  justify-content: flex-start;
}

#s-42980936-f623-41a2-92a8-710813b89273 {
  border-style: solid;
margin-top: 80px;
margin-bottom: 25px;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
text-align: center;
background-color: rgba(255, 212, 0, 1);
}
@media (min-width: 1200px){#s-42980936-f623-41a2-92a8-710813b89273 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-42980936-f623-41a2-92a8-710813b89273 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-42980936-f623-41a2-92a8-710813b89273 {
  
}
}@media (max-width: 767px){#s-42980936-f623-41a2-92a8-710813b89273 {
  
}
}
#s-42980936-f623-41a2-92a8-710813b89273 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: "Pangolin";
  font-style:   ;
  font-size: 45px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-1136ad9c-f134-4f20-9351-1d50cde14538 {
  margin-top: 0px;
margin-bottom: 0px;
min-height: 50px;
}
@media (min-width: 1200px){#s-1136ad9c-f134-4f20-9351-1d50cde14538 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-1136ad9c-f134-4f20-9351-1d50cde14538 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-1136ad9c-f134-4f20-9351-1d50cde14538 {
  
}
}@media (max-width: 767px){#s-1136ad9c-f134-4f20-9351-1d50cde14538 {
  
}
}







#s-1136ad9c-f134-4f20-9351-1d50cde14538 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1136ad9c-f134-4f20-9351-1d50cde14538.shg-box.shg-c {
  justify-content: flex-start;
}

#s-86e7b707-d995-416d-b27d-80a1091c2adc {
  margin-top: 30px;
margin-bottom: 30px;
}

@media (min-width: 0px) {
[id="s-86e7b707-d995-416d-b27d-80a1091c2adc"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-86e7b707-d995-416d-b27d-80a1091c2adc"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-86e7b707-d995-416d-b27d-80a1091c2adc"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-86e7b707-d995-416d-b27d-80a1091c2adc"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-86e7b707-d995-416d-b27d-80a1091c2adc"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-86e7b707-d995-416d-b27d-80a1091c2adc"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-86e7b707-d995-416d-b27d-80a1091c2adc"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-86e7b707-d995-416d-b27d-80a1091c2adc"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-86e7b707-d995-416d-b27d-80a1091c2adc"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-86e7b707-d995-416d-b27d-80a1091c2adc"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-86e7b707-d995-416d-b27d-80a1091c2adc"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-86e7b707-d995-416d-b27d-80a1091c2adc"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-86e7b707-d995-416d-b27d-80a1091c2adc"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-86e7b707-d995-416d-b27d-80a1091c2adc"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-86e7b707-d995-416d-b27d-80a1091c2adc"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-86e7b707-d995-416d-b27d-80a1091c2adc"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-86e7b707-d995-416d-b27d-80a1091c2adc"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-86e7b707-d995-416d-b27d-80a1091c2adc"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-86e7b707-d995-416d-b27d-80a1091c2adc"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-86e7b707-d995-416d-b27d-80a1091c2adc"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-86e7b707-d995-416d-b27d-80a1091c2adc"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-86e7b707-d995-416d-b27d-80a1091c2adc"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-86e7b707-d995-416d-b27d-80a1091c2adc"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-86e7b707-d995-416d-b27d-80a1091c2adc"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-86e7b707-d995-416d-b27d-80a1091c2adc"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-86e7b707-d995-416d-b27d-80a1091c2adc"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-86e7b707-d995-416d-b27d-80a1091c2adc"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-86e7b707-d995-416d-b27d-80a1091c2adc"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-86e7b707-d995-416d-b27d-80a1091c2adc"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-86e7b707-d995-416d-b27d-80a1091c2adc"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-86e7b707-d995-416d-b27d-80a1091c2adc"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-86e7b707-d995-416d-b27d-80a1091c2adc"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-86e7b707-d995-416d-b27d-80a1091c2adc"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-86e7b707-d995-416d-b27d-80a1091c2adc"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-86e7b707-d995-416d-b27d-80a1091c2adc"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-86e7b707-d995-416d-b27d-80a1091c2adc"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-86e7b707-d995-416d-b27d-80a1091c2adc"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-a6841f2c-d4b1-408b-afac-7bfb0beade3c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}




  #s-a6841f2c-d4b1-408b-afac-7bfb0beade3c img.shogun-image {
    
    width: px;
  }


#s-a6841f2c-d4b1-408b-afac-7bfb0beade3c .shogun-image-content {
  
    align-items: center;
  
}

#s-8a6251fe-db7b-4d17-8fa4-fd18076ce571 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}




  #s-8a6251fe-db7b-4d17-8fa4-fd18076ce571 img.shogun-image {
    
    width: px;
  }


#s-8a6251fe-db7b-4d17-8fa4-fd18076ce571 .shogun-image-content {
  
    align-items: center;
  
}

#s-ffee0968-dcdb-4b18-af41-c785dea28dfe {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}




  #s-ffee0968-dcdb-4b18-af41-c785dea28dfe img.shogun-image {
    
    width: px;
  }


#s-ffee0968-dcdb-4b18-af41-c785dea28dfe .shogun-image-content {
  
    align-items: center;
  
}

#s-da9292d0-bb41-45ee-bed2-400dc6d239c2 {
  min-height: 0px;
}
@media (min-width: 1200px){#s-da9292d0-bb41-45ee-bed2-400dc6d239c2 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-da9292d0-bb41-45ee-bed2-400dc6d239c2 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-da9292d0-bb41-45ee-bed2-400dc6d239c2 {
  
}
}@media (max-width: 767px){#s-da9292d0-bb41-45ee-bed2-400dc6d239c2 {
  
}
}







#s-da9292d0-bb41-45ee-bed2-400dc6d239c2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-da9292d0-bb41-45ee-bed2-400dc6d239c2.shg-box.shg-c {
  justify-content: flex-start;
}

#s-c89a7f11-3a73-408b-a3d0-13c8cf6e2143 {
  margin-top: 20px;
margin-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-c89a7f11-3a73-408b-a3d0-13c8cf6e2143"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c89a7f11-3a73-408b-a3d0-13c8cf6e2143"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-c89a7f11-3a73-408b-a3d0-13c8cf6e2143"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-c89a7f11-3a73-408b-a3d0-13c8cf6e2143"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-c89a7f11-3a73-408b-a3d0-13c8cf6e2143"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-c89a7f11-3a73-408b-a3d0-13c8cf6e2143"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-c89a7f11-3a73-408b-a3d0-13c8cf6e2143"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-c89a7f11-3a73-408b-a3d0-13c8cf6e2143"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-c89a7f11-3a73-408b-a3d0-13c8cf6e2143"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-c89a7f11-3a73-408b-a3d0-13c8cf6e2143"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-c89a7f11-3a73-408b-a3d0-13c8cf6e2143"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-c89a7f11-3a73-408b-a3d0-13c8cf6e2143"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-c89a7f11-3a73-408b-a3d0-13c8cf6e2143"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-c89a7f11-3a73-408b-a3d0-13c8cf6e2143"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-c89a7f11-3a73-408b-a3d0-13c8cf6e2143"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-c89a7f11-3a73-408b-a3d0-13c8cf6e2143"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-c89a7f11-3a73-408b-a3d0-13c8cf6e2143"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-c89a7f11-3a73-408b-a3d0-13c8cf6e2143"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-c89a7f11-3a73-408b-a3d0-13c8cf6e2143"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-c89a7f11-3a73-408b-a3d0-13c8cf6e2143"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-c89a7f11-3a73-408b-a3d0-13c8cf6e2143"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-c89a7f11-3a73-408b-a3d0-13c8cf6e2143"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-c89a7f11-3a73-408b-a3d0-13c8cf6e2143"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-c89a7f11-3a73-408b-a3d0-13c8cf6e2143"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-c89a7f11-3a73-408b-a3d0-13c8cf6e2143"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-c89a7f11-3a73-408b-a3d0-13c8cf6e2143"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-c89a7f11-3a73-408b-a3d0-13c8cf6e2143"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-c89a7f11-3a73-408b-a3d0-13c8cf6e2143"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-c89a7f11-3a73-408b-a3d0-13c8cf6e2143"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-c89a7f11-3a73-408b-a3d0-13c8cf6e2143"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-c89a7f11-3a73-408b-a3d0-13c8cf6e2143"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-c89a7f11-3a73-408b-a3d0-13c8cf6e2143"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-c89a7f11-3a73-408b-a3d0-13c8cf6e2143"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-c89a7f11-3a73-408b-a3d0-13c8cf6e2143"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-c89a7f11-3a73-408b-a3d0-13c8cf6e2143"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-c89a7f11-3a73-408b-a3d0-13c8cf6e2143"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-c89a7f11-3a73-408b-a3d0-13c8cf6e2143"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-fa2207da-3eb8-4cf6-bb79-610c77f8c4f7 {
  margin-top: 0px;
margin-bottom: 0px;
min-height: 50px;
background-color: rgba(241, 90, 49, 1);
}
@media (min-width: 1200px){#s-fa2207da-3eb8-4cf6-bb79-610c77f8c4f7 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-fa2207da-3eb8-4cf6-bb79-610c77f8c4f7 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-fa2207da-3eb8-4cf6-bb79-610c77f8c4f7 {
  
}
}@media (max-width: 767px){#s-fa2207da-3eb8-4cf6-bb79-610c77f8c4f7 {
  
}
}







#s-fa2207da-3eb8-4cf6-bb79-610c77f8c4f7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fa2207da-3eb8-4cf6-bb79-610c77f8c4f7.shg-box.shg-c {
  justify-content: flex-start;
}

#s-3059c553-a0c5-4201-b5a1-029b96f3e68b {
  margin-top: 40px;
margin-left: 20px;
margin-bottom: 40px;
margin-right: 20px;
}
@media (min-width: 1200px){#s-3059c553-a0c5-4201-b5a1-029b96f3e68b {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-3059c553-a0c5-4201-b5a1-029b96f3e68b {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-3059c553-a0c5-4201-b5a1-029b96f3e68b {
  
}
}@media (max-width: 767px){#s-3059c553-a0c5-4201-b5a1-029b96f3e68b {
  
}
}
@media (min-width: 0px) {
[id="s-3059c553-a0c5-4201-b5a1-029b96f3e68b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3059c553-a0c5-4201-b5a1-029b96f3e68b"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 13.333333333333334px);
}

[id="s-3059c553-a0c5-4201-b5a1-029b96f3e68b"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 13.333333333333334px);
}

[id="s-3059c553-a0c5-4201-b5a1-029b96f3e68b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 13.333333333333334px);
}

[id="s-3059c553-a0c5-4201-b5a1-029b96f3e68b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

[id="s-3059c553-a0c5-4201-b5a1-029b96f3e68b"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 13.333333333333334px);
}

[id="s-3059c553-a0c5-4201-b5a1-029b96f3e68b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 13.333333333333334px);
}

[id="s-3059c553-a0c5-4201-b5a1-029b96f3e68b"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 13.333333333333334px);
}

[id="s-3059c553-a0c5-4201-b5a1-029b96f3e68b"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 13.333333333333334px);
}

[id="s-3059c553-a0c5-4201-b5a1-029b96f3e68b"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 13.333333333333334px);
}

[id="s-3059c553-a0c5-4201-b5a1-029b96f3e68b"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 13.333333333333334px);
}

[id="s-3059c553-a0c5-4201-b5a1-029b96f3e68b"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 13.333333333333334px);
}

[id="s-3059c553-a0c5-4201-b5a1-029b96f3e68b"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 13.333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-3059c553-a0c5-4201-b5a1-029b96f3e68b"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 13.333333333333334px);
}

[id="s-3059c553-a0c5-4201-b5a1-029b96f3e68b"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 13.333333333333334px);
}

[id="s-3059c553-a0c5-4201-b5a1-029b96f3e68b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 13.333333333333334px);
}

[id="s-3059c553-a0c5-4201-b5a1-029b96f3e68b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

[id="s-3059c553-a0c5-4201-b5a1-029b96f3e68b"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 13.333333333333334px);
}

[id="s-3059c553-a0c5-4201-b5a1-029b96f3e68b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 13.333333333333334px);
}

[id="s-3059c553-a0c5-4201-b5a1-029b96f3e68b"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 13.333333333333334px);
}

[id="s-3059c553-a0c5-4201-b5a1-029b96f3e68b"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 13.333333333333334px);
}

[id="s-3059c553-a0c5-4201-b5a1-029b96f3e68b"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 13.333333333333334px);
}

[id="s-3059c553-a0c5-4201-b5a1-029b96f3e68b"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 13.333333333333334px);
}

[id="s-3059c553-a0c5-4201-b5a1-029b96f3e68b"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 13.333333333333334px);
}

[id="s-3059c553-a0c5-4201-b5a1-029b96f3e68b"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 13.333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-3059c553-a0c5-4201-b5a1-029b96f3e68b"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 13.333333333333334px);
}

[id="s-3059c553-a0c5-4201-b5a1-029b96f3e68b"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 13.333333333333334px);
}

[id="s-3059c553-a0c5-4201-b5a1-029b96f3e68b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 13.333333333333334px);
}

[id="s-3059c553-a0c5-4201-b5a1-029b96f3e68b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

[id="s-3059c553-a0c5-4201-b5a1-029b96f3e68b"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 13.333333333333334px);
}

[id="s-3059c553-a0c5-4201-b5a1-029b96f3e68b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 13.333333333333334px);
}

[id="s-3059c553-a0c5-4201-b5a1-029b96f3e68b"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 13.333333333333334px);
}

[id="s-3059c553-a0c5-4201-b5a1-029b96f3e68b"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 13.333333333333334px);
}

[id="s-3059c553-a0c5-4201-b5a1-029b96f3e68b"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 13.333333333333334px);
}

[id="s-3059c553-a0c5-4201-b5a1-029b96f3e68b"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 13.333333333333334px);
}

[id="s-3059c553-a0c5-4201-b5a1-029b96f3e68b"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 13.333333333333334px);
}

[id="s-3059c553-a0c5-4201-b5a1-029b96f3e68b"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 13.333333333333334px);
}

}

#s-bf16ab37-df0c-45a7-8f35-24d55919deb5 .shogun-icon-wrapper {
  text-align: center;
}


#s-bf16ab37-df0c-45a7-8f35-24d55919deb5 .shogun-icon-wrapper > .shogun-icon {

  font-size: 60px !important;
  color: rgba(255, 212, 0, 1);
}

#s-3742b80a-a912-421d-b8e2-8a4b220eb89f {
  border-style: solid;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(242, 242, 242, 1);
text-align: center;
}
@media (min-width: 1200px){#s-3742b80a-a912-421d-b8e2-8a4b220eb89f {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-3742b80a-a912-421d-b8e2-8a4b220eb89f {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-3742b80a-a912-421d-b8e2-8a4b220eb89f {
  
}
}@media (max-width: 767px){#s-3742b80a-a912-421d-b8e2-8a4b220eb89f {
  
}
}
#s-3742b80a-a912-421d-b8e2-8a4b220eb89f .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: "Pangolin";
  font-style:   ;
  font-size: 45px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-e0523ab0-e328-4487-a543-9949af2f4599 {
  background-color: rgba(0, 0, 0, 0);
}
@media (min-width: 1200px){#s-e0523ab0-e328-4487-a543-9949af2f4599 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e0523ab0-e328-4487-a543-9949af2f4599 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-e0523ab0-e328-4487-a543-9949af2f4599 {
  
}
}@media (max-width: 767px){#s-e0523ab0-e328-4487-a543-9949af2f4599 {
  
}
}
.shogun-form > div {
  padding: 0 0 1em;
}

.shogun-form small {
  color: red;
  display: none;
}

.shogun-form input,
textarea {
  margin: 0;
}

.required-field::after {
  color: red;
  content: "*";
  margin-right: 4px;
}

.shogun-success-alert {
  background-color: #dff0d8;
  color: #3c763d;
  border-color: #d6e9c6;
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
  font-size: 16px;
  line-height: 1.5;
  min-height: 55px;
  display: none;
}

.shogun-form input,
.shogun-form textarea {
  width: 100%;
}

#s-12cd908c-71b2-45a5-ab6e-3dc0e336cd90 {
  padding-top: 25px;
background-color: rgba(205, 205, 205, 0);
}
@media (min-width: 1200px){#s-12cd908c-71b2-45a5-ab6e-3dc0e336cd90 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-12cd908c-71b2-45a5-ab6e-3dc0e336cd90 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-12cd908c-71b2-45a5-ab6e-3dc0e336cd90 {
  
}
}@media (max-width: 767px){#s-12cd908c-71b2-45a5-ab6e-3dc0e336cd90 {
  
}
}
#s-12cd908c-71b2-45a5-ab6e-3dc0e336cd90 .shogun-success-alert {
  background-color: rgba(255, 255, 255, 1);
  color: rgba(0, 0, 0, 1);
}

#s-12cd908c-71b2-45a5-ab6e-3dc0e336cd90 .shogun-form .shogun-form-label {
  color: rgba(85, 85, 85, 0);
  font-family: ;
  font-size: 17px;
  font-weight: ;
  font-style: ;
}

#s-12cd908c-71b2-45a5-ab6e-3dc0e336cd90 .shogun-form .shogun-form-field {
  color: rgba(0, 0, 0, 1);
  font-family: ;
  font-size: 18px;
  font-weight: ;
  font-style: ;
}

#s-12cd908c-71b2-45a5-ab6e-3dc0e336cd90 .shogun-form .shogun-form-submit {
  background-color: rgba(255, 212, 0, 1) !important;
}

#s-12cd908c-71b2-45a5-ab6e-3dc0e336cd90 .shogun-form .shogun-form-submit-container {
  text-align: center;
}

#s-12cd908c-71b2-45a5-ab6e-3dc0e336cd90 .shogun-form .shogun-form-submit-label {
  color: rgba(241, 90, 49, 1) !important;
}

#s-89b6e00d-00c0-428c-9413-cc5e9e0edf06 {
  border-style: solid;
padding-top: 10px;
padding-left: 25px;
padding-bottom: 10px;
padding-right: 25px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
text-align: center;
background-color: rgba(20, 177, 231, 1);
}
@media (min-width: 1200px){#s-89b6e00d-00c0-428c-9413-cc5e9e0edf06 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-89b6e00d-00c0-428c-9413-cc5e9e0edf06 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-89b6e00d-00c0-428c-9413-cc5e9e0edf06 {
  
}
}@media (max-width: 767px){#s-89b6e00d-00c0-428c-9413-cc5e9e0edf06 {
  
}
}
#s-89b6e00d-00c0-428c-9413-cc5e9e0edf06 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: "Pangolin";
  font-style:   ;
  font-size: 45px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-e8f4fb1e-aee3-41c6-b1c0-5cc706f62298 {
  margin-top: 50px;
margin-left: 50px;
margin-bottom: 0px;
margin-right: 50px;
background-color: rgba(0, 2, 1, 0);
}

@media (min-width: 0px) {
[id="s-e8f4fb1e-aee3-41c6-b1c0-5cc706f62298"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e8f4fb1e-aee3-41c6-b1c0-5cc706f62298"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-e8f4fb1e-aee3-41c6-b1c0-5cc706f62298"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-e8f4fb1e-aee3-41c6-b1c0-5cc706f62298"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-e8f4fb1e-aee3-41c6-b1c0-5cc706f62298"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-e8f4fb1e-aee3-41c6-b1c0-5cc706f62298"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-e8f4fb1e-aee3-41c6-b1c0-5cc706f62298"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-e8f4fb1e-aee3-41c6-b1c0-5cc706f62298"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-e8f4fb1e-aee3-41c6-b1c0-5cc706f62298"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-e8f4fb1e-aee3-41c6-b1c0-5cc706f62298"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-e8f4fb1e-aee3-41c6-b1c0-5cc706f62298"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-e8f4fb1e-aee3-41c6-b1c0-5cc706f62298"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-e8f4fb1e-aee3-41c6-b1c0-5cc706f62298"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-e8f4fb1e-aee3-41c6-b1c0-5cc706f62298"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-e8f4fb1e-aee3-41c6-b1c0-5cc706f62298"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-e8f4fb1e-aee3-41c6-b1c0-5cc706f62298"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-e8f4fb1e-aee3-41c6-b1c0-5cc706f62298"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-e8f4fb1e-aee3-41c6-b1c0-5cc706f62298"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-e8f4fb1e-aee3-41c6-b1c0-5cc706f62298"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-e8f4fb1e-aee3-41c6-b1c0-5cc706f62298"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-e8f4fb1e-aee3-41c6-b1c0-5cc706f62298"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-e8f4fb1e-aee3-41c6-b1c0-5cc706f62298"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-e8f4fb1e-aee3-41c6-b1c0-5cc706f62298"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-e8f4fb1e-aee3-41c6-b1c0-5cc706f62298"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-e8f4fb1e-aee3-41c6-b1c0-5cc706f62298"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-e8f4fb1e-aee3-41c6-b1c0-5cc706f62298"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-e8f4fb1e-aee3-41c6-b1c0-5cc706f62298"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-e8f4fb1e-aee3-41c6-b1c0-5cc706f62298"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-e8f4fb1e-aee3-41c6-b1c0-5cc706f62298"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-e8f4fb1e-aee3-41c6-b1c0-5cc706f62298"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-e8f4fb1e-aee3-41c6-b1c0-5cc706f62298"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-e8f4fb1e-aee3-41c6-b1c0-5cc706f62298"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-e8f4fb1e-aee3-41c6-b1c0-5cc706f62298"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-e8f4fb1e-aee3-41c6-b1c0-5cc706f62298"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-e8f4fb1e-aee3-41c6-b1c0-5cc706f62298"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-e8f4fb1e-aee3-41c6-b1c0-5cc706f62298"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-e8f4fb1e-aee3-41c6-b1c0-5cc706f62298"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 25.0px);
}

}

.shg-social-alignable {
  display: inline-block;
}

.shg-social-container {
  display: flex;
}

.shg-social-element {
  display: inline-block;
  border: none !important;
  padding: 0px !important;
}

#s-97ade8c6-d1a6-4cb1-8fcf-176c92d49276 {
  box-shadow:0px 20px 40px  rgba(59, 89, 152, 0.15);
border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 50px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(59, 89, 152, 1);
border-style: solid;
border-radius: 50px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-331408ef-d239-4d1c-9501-1872155dbfeb {
  box-shadow:0px 20px 40px  rgba(0, 0, 0, 0.15);
border-style: solid;
margin-top: 0px;
margin-bottom: 50px;
padding-top: 0px;
padding-bottom: 0px;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(228, 36, 241, 1);
border-style: solid;
border-radius: 50px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-68086ee3-50a2-4ad1-a0da-1604e1610b43 {
  text-align: center;
}




  #s-68086ee3-50a2-4ad1-a0da-1604e1610b43 img.shogun-image {
    
    width: px;
  }


#s-68086ee3-50a2-4ad1-a0da-1604e1610b43 .shogun-image-content {
  
    align-items: center;
  
}

.shg-ig-x {
  overflow-x: hidden;
}

.shg-ig-posts-container {
  display: flex;
  flex-wrap: wrap;
}

.shg-ig-posts {
  box-sizing: border-box;
  height: 100%;
}

.shg-ig-posts-link {
  text-decoration: none;
}

.shg-ig-posts-image {
  max-height: 100%;
  width: 100%;
  display: block;
  aspect-ratio: inherit;
}

.shg-ig-posts-image-square {
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  max-height: 100%;
  width: 100%;
}

.shg-ig-square-wrapper {
  display: flex;
  align-items: center;
  overflow: hidden;
  justify-content: center;
}

.shg-ig-posts-caption {
  width: 100%;
  font-size: 12px;
  word-wrap: break-word;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
  text-align: left;
}

.shg-ig-details-container {
  padding-top: 9px;
  border-top: 1px solid #ddd;
}

.shg-ig-user-details {
  display: flex;
  flex-direction: row;
}

.shg-ig-user-image {
  max-width: 30px;
  max-height: 30px;
  margin-right: 10px;
}

.shg-ig-username-container {
  display: flex;
  flex-direction: column;
}

.shg-ig-user-full-name {
  margin-bottom: 3px !important;
  font-family: Arial, serif;
  color: #b3b3b3;
  font-size: 12px;
}

.shg-ig-user-createdat {
  margin-bottom: 0 !important;
  font-family: Arial, serif;
  color: #b3b3b3;
  font-size: 12px;
}

@supports not (aspect-ratio: 1/1) {
  .shg-ig-square-wrapper {
    padding: calc((1 / (1 / 1)) * 100%) 0 0;
    position: relative;
  }

  .shg-ig-square-wrapper > .shg-ig-posts-image-square {
    display: block;
    position: absolute;
    top: 0.5em;
    left: 0.5em;
    height: 100%;
  }
}

#s-e4c38d53-44c1-4330-8057-f486bd3d5c77 {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 20px;
margin-right: 20px;
}

[id="s-e4c38d53-44c1-4330-8057-f486bd3d5c77"] .shg-ig-posts-container > .shg-ig-posts {
  width: 50%;
  padding-right: 30px;
}

.shg-ig-posts-container {
  width: calc(100% + 30px) !important;
}

@media (min-width: 768px) {
  [id="s-e4c38d53-44c1-4330-8057-f486bd3d5c77"] .shg-ig-posts-container > .shg-ig-posts {
    width: 16.666666666666668%;
    padding-right: 30px;
  }

  .shg-ig-posts-container {
    width: calc(100% + 30px) !important;
  }
}

/*
  $vgutter : 20px
  $hgutter : 10px;
*/

.shg-c:before,
.shg-c:after {
  content: " ";
  display: table;
}

/**
  Ref:
  https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Positioning/Understanding_z_index/The_stacking_context
  https://dnf.slack.com/archives/C0514HB79/p1538741509000100
**/
.shogun-root {
  z-index: 1;
  position: relative;
  isolation: isolate;
}

.shogun-root iframe {
  display: initial;
}

@media (max-width: 1024px) {
  .shg-c,
  .shg-box {
    background-attachment: scroll !important;
  }
}

@media only screen
  and (min-width: 1024px) and (max-height: 1366px)
  and (-webkit-min-device-pixel-ratio: 1.5) and (hover: none)
  and (orientation: landscape) {
  .shg-box {
    background-attachment: scroll !important;
  }
}

#mc_embed_signup .clear {
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
}

.shg-clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.shogun-image {
  max-width: 100%;
  min-height: inherit;
  max-height: inherit;
  display: inline !important;
  border: 0;
  vertical-align: middle;
}

.shg-fw {
  margin-left: calc(50% - 50vw);
  width: 100vw;
}

.shg-fw .shg-fw {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

div[data-shg-lightbox-switch] {
  cursor: pointer;
}

.shg-lightbox {
  position: fixed;
  z-index: 999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.85);
}

.shg-lightbox.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 100%;
  text-align: center;
}

.shg-lightbox .shg-lightbox-close {
  position: absolute;
  right: 0;
  padding: 5px 0;
  color: #fff;
  font-size: 45px;
  margin-right: 10px;
  line-height: 30px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
  z-index: 1;
}

.shg-lightbox .shg-lightbox-image-container {
  padding: 25px;
}

.shg-lightbox .shg-lightbox-image {
  margin: auto;
  max-height: 90vh;
  max-width: 100%;
}

.shg-lightbox .shg-lightbox-close:hover,
.shg-lightbox .shg-lightbox-close:focus {
  color: #a2a2a2;
  text-decoration: none;
  cursor: pointer;
}

.shg-lightbox .shg-lightbox-nav {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: 35px;
  height: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translate(0%, -50%);
  z-index: 1;
}

.shg-lightbox .shg-lightbox-nav.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-nav.shg-nav-left {
  left: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==);
}

.shg-lightbox .shg-lightbox-nav.shg-nav-right {
  right: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+);
}

@media screen and (min-width: 769px) {
  .shg-lightbox .shg-lightbox-image-container {
    padding: 50px;
  }
}

.shogun-lazyload:not([src]),
.shogun-lazyloading:not([src]) {
	opacity: 0;
}
.shogun-lazyloaded {
	opacity: 1;
	transition: opacity 300ms;
}

.shogun-root a:empty,
.shogun-root article:empty,
.shogun-root dl:empty,
.shogun-root h1:empty,
.shogun-root h2:empty,
.shogun-root h3:empty,
.shogun-root h4:empty,
.shogun-root h5:empty,
.shogun-root h6:empty,
.shogun-root p:empty,
.shogun-root section:empty,
.shogun-root ul:empty {
  display: unset;
}

.shogun-root div:empty {
  display: inline-block;
}
