.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-38e536a4-7864-4baf-9df1-dcb96b5ef8c9 {
  min-height: 50px;
background-color: rgba(147, 149, 152, 1);
}
@media (min-width: 1200px){#s-38e536a4-7864-4baf-9df1-dcb96b5ef8c9 {
  display: none;
}
#s-38e536a4-7864-4baf-9df1-dcb96b5ef8c9, #wrap-s-38e536a4-7864-4baf-9df1-dcb96b5ef8c9 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-38e536a4-7864-4baf-9df1-dcb96b5ef8c9 {
  display: none;
}
#s-38e536a4-7864-4baf-9df1-dcb96b5ef8c9, #wrap-s-38e536a4-7864-4baf-9df1-dcb96b5ef8c9 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-38e536a4-7864-4baf-9df1-dcb96b5ef8c9 {
  display: none;
}
#s-38e536a4-7864-4baf-9df1-dcb96b5ef8c9, #wrap-s-38e536a4-7864-4baf-9df1-dcb96b5ef8c9 { display:none !important; }}







#s-38e536a4-7864-4baf-9df1-dcb96b5ef8c9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-38e536a4-7864-4baf-9df1-dcb96b5ef8c9.shg-box.shg-c {
  justify-content: center;
}

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

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

.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.shg-sld-left {
  left: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEyMDMgNTQ0cTAgMTMtMTAgMjNsLTM5MyAzOTMgMzkzIDM5M3ExMCAxMCAxMCAyM3QtMTAgMjNsLTUwIDUwcS0xMCAxMC0yMyAxMHQtMjMtMTBsLTQ2Ni00NjZxLTEwLTEwLTEwLTIzdDEwLTIzbDQ2Ni00NjZxMTAtMTAgMjMtMTB0MjMgMTBsNTAgNTBxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+);
}

.shg-sld-nav-button.shg-sld-right {
  right: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTExNzEgOTYwcTAgMTMtMTAgMjNsLTQ2NiA0NjZxLTEwIDEwLTIzIDEwdC0yMy0xMGwtNTAtNTBxLTEwLTEwLTEwLTIzdDEwLTIzbDM5My0zOTMtMzkzLTM5M3EtMTAtMTAtMTAtMjN0MTAtMjNsNTAtNTBxMTAtMTAgMjMtMTB0MjMgMTBsNDY2IDQ2NnExMCAxMCAxMCAyM3oiLz48L3N2Zz4=);
}

.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;
}

.shg-sld-dot {
  cursor: pointer;
  display: inline-block;
  height: 14px;
  width: 14px;
  border-radius: 100%;
  margin-left: 5px;
  background-color: #bbbbbb;
}

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

.shg-sld-dot.shg-sld-active {
  background-color: #717171;
}

.shg-sld-fade {
  -webkit-animation-name: shg-sld-fade;
          animation-name: shg-sld-fade;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
}

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

  to {
    opacity: 1;
  }
}

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

  to {
    opacity: 1;
  }
}

#s-2574c9fb-3b35-4bbe-bb9b-a9cb4d67334d {
  box-shadow:1px 1px 1px 1px rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-2574c9fb-3b35-4bbe-bb9b-a9cb4d67334d {
  display: none;
}
#s-2574c9fb-3b35-4bbe-bb9b-a9cb4d67334d, #wrap-s-2574c9fb-3b35-4bbe-bb9b-a9cb4d67334d { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-2574c9fb-3b35-4bbe-bb9b-a9cb4d67334d {
  display: none;
}
#s-2574c9fb-3b35-4bbe-bb9b-a9cb4d67334d, #wrap-s-2574c9fb-3b35-4bbe-bb9b-a9cb4d67334d { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-2574c9fb-3b35-4bbe-bb9b-a9cb4d67334d {
  display: none;
}
#s-2574c9fb-3b35-4bbe-bb9b-a9cb4d67334d, #wrap-s-2574c9fb-3b35-4bbe-bb9b-a9cb4d67334d { display:none !important; }}
#s-9e959186-4f04-4cff-a849-d1bd6ba202e6 {
  min-height: 50px;
}








#s-9e959186-4f04-4cff-a849-d1bd6ba202e6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9e959186-4f04-4cff-a849-d1bd6ba202e6.shg-box.shg-c {
  justify-content: center;
}

#s-57c2fc8a-645b-46fb-93d5-c8b73cb97151 {
  padding-bottom: 50px;
min-height: 50px;
background-color: rgba(0, 0, 0, 1);
}








#s-57c2fc8a-645b-46fb-93d5-c8b73cb97151 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-57c2fc8a-645b-46fb-93d5-c8b73cb97151.shg-box.shg-c {
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

/* https://stackoverflow.com/a/16094931/3696652 */
.shg-default-text-content ::-moz-selection, .shg-default-text-content *::-moz-selection {
  background: #accef7;
}
.shg-default-text-content ::selection,
.shg-default-text-content *::selection {
  background: #accef7;
}

.shg-default-text-content p {
  font-size: 1em;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 0.6em;
}

.shg-default-text-content h1 {
  font-size: 1.714em;
  font-weight: 500;
  letter-spacing: -0.01em;
  line-height: 1.166;
  margin-top: 0.67em;
}

.shg-default-text-content h2 {
  font-size: 1.43em;
  font-weight: 500;
  letter-spacing: -0.01em;
  line-height: 1.2;
  margin-top: 0.83em;
}

.shg-default-text-content h3 {
  font-size: 1.142em;
  font-weight: 500;
  letter-spacing: -0.008em;
  line-height: 1.5;
  margin-top: 1em;
}

.shg-default-text-content h4 {
  font-size: 1em;
  font-weight: 600;
  letter-spacing: -0.006em;
  line-height: 1.428;
  margin-top: 1.33em;
}

.shg-default-text-content h5 {
  font-size: 0.857em;
  font-weight: 600;
  letter-spacing: -0.003em;
  line-height: 1.333;
  margin-top: 1.43em;
}

.shg-default-text-content h6 {
  font-size: 0.785em;
  font-weight: 600;
  letter-spacing: -0.003em;
  line-height: 1.454;
  margin-top: 1.42em;
  text-transform: uppercase;
}

.shg-default-text-content ul {
  list-style: disc;
}

.shg-default-text-content ol {
  list-style: decimal;
}

.shg-default-text-content ul,
.shg-default-text-content ol {
  -webkit-margin-after: 1em;
          margin-block-end: 1em;
  -webkit-margin-before: 1em;
          margin-block-start: 1em;
  margin-bottom: 0;
  -webkit-margin-end: 0;
          margin-inline-end: 0;
  -webkit-margin-start: 0;
          margin-inline-start: 0;
  margin-top: 0;
  -webkit-padding-start: 40px;
          padding-inline-start: 40px;
}

.shg-default-text-content li {
  font-size: 1em;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1;
  list-style: inherit;
  margin-top: 0.67em;
}

.shg-default-text-content pre {
  font-family: monospace;
  font-size: 1em;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 1em;
  white-space: pre-wrap;
  word-break: normal;
}

.shg-default-text-content address {
  font-size: 1em;
  font-style: italic;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 0;
}

.shg-default-text-content div {
  font-size: 1em;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-bottom: 0;
  margin-top: 0.67em;
}

#s-879c4977-6745-4d55-897b-b8a6c20e9a0a {
  margin-top: 20px;
padding-left: 30px;
padding-bottom: 20px;
padding-right: 30px;
}

.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-3bd7dc7f-bce6-41ca-82f8-45cb0d15b61a {
  background-image: url(none);
background-repeat: no-repeat;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
background-color: rgba(240, 78, 35, 1);
text-align: center;
text-decoration: none;
hover-type: color;
}
#s-3bd7dc7f-bce6-41ca-82f8-45cb0d15b61a:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(147, 149, 152, 1) !important;
text-decoration: none !important;
hover-type: color !important;}#s-3bd7dc7f-bce6-41ca-82f8-45cb0d15b61a:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-3bd7dc7f-bce6-41ca-82f8-45cb0d15b61a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: HKGP700;
  display:  inline-block ;
}

#s-23590356-73dc-43c4-bebb-7bca24a3863c {
  min-height: 50px;
background-color: rgba(0, 0, 0, 1);
}








#s-23590356-73dc-43c4-bebb-7bca24a3863c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-23590356-73dc-43c4-bebb-7bca24a3863c.shg-box.shg-c {
  justify-content: center;
}

#s-475d2823-05f5-41e3-9f2d-b83143a83ec1 {
  margin-top: 20px;
padding-left: 30px;
padding-right: 30px;
}

#s-139fcc0f-7649-438d-a027-fe8ca099d1ca {
  background-image: url(none);
background-repeat: no-repeat;
margin-top: 8px;
margin-bottom: 40px;
padding-top: 5px;
padding-left: 20px;
padding-bottom: 5px;
padding-right: 20px;
border-radius: 0px;
background-color: rgba(225, 171, 77, 1);
text-align: center;
text-decoration: none;
hover-type: color;
}
#s-139fcc0f-7649-438d-a027-fe8ca099d1ca:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(66, 66, 66, 1) !important;
text-decoration: none !important;
hover-type: color !important;}#s-139fcc0f-7649-438d-a027-fe8ca099d1ca:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-139fcc0f-7649-438d-a027-fe8ca099d1ca.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: HKGP700;
  display:  inline-block ;
}

#s-de483fc6-86ef-437c-ad74-4fd5ebb1b721 {
  min-height: 50px;
}








#s-de483fc6-86ef-437c-ad74-4fd5ebb1b721 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-de483fc6-86ef-437c-ad74-4fd5ebb1b721.shg-box.shg-c {
  justify-content: center;
}

#s-cc7ee2e8-f9bb-48bd-b1e9-ddadebaf18ea {
  padding-bottom: 50px;
min-height: 50px;
background-color: rgba(0, 0, 0, 1);
}








#s-cc7ee2e8-f9bb-48bd-b1e9-ddadebaf18ea > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cc7ee2e8-f9bb-48bd-b1e9-ddadebaf18ea.shg-box.shg-c {
  justify-content: center;
}

#s-3f68797b-03ca-44f6-854d-3afac9900ef0 {
  margin-top: 20px;
padding-left: 30px;
padding-bottom: 20px;
padding-right: 30px;
}

#s-d900b121-eaec-4170-871f-9ca944891e8a {
  background-image: url(none);
background-repeat: no-repeat;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
background-color: rgba(240, 78, 35, 1);
text-align: center;
text-decoration: none;
hover-type: color;
}
#s-d900b121-eaec-4170-871f-9ca944891e8a:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(147, 149, 152, 1) !important;
text-decoration: none !important;
hover-type: color !important;}#s-d900b121-eaec-4170-871f-9ca944891e8a:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-d900b121-eaec-4170-871f-9ca944891e8a.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}

#s-0aa503f2-774d-4b52-ad53-66ee4e785692 {
  min-height: 50px;
}








#s-0aa503f2-774d-4b52-ad53-66ee4e785692 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0aa503f2-774d-4b52-ad53-66ee4e785692.shg-box.shg-c {
  justify-content: center;
}

#s-fe8573bb-640c-411d-8969-33567e0ef825 {
  margin-top: 20px;
padding-left: 30px;
padding-right: 30px;
}

#s-98b3f2b6-16d4-4444-84d1-513631a55743 {
  background-image: url(none);
background-repeat: no-repeat;
margin-top: 8px;
margin-bottom: 40px;
padding-top: 5px;
padding-left: 20px;
padding-bottom: 5px;
padding-right: 20px;
border-radius: 0px;
background-color: rgba(225, 171, 77, 1);
text-align: center;
text-decoration: none;
hover-type: color;
}
#s-98b3f2b6-16d4-4444-84d1-513631a55743:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-98b3f2b6-16d4-4444-84d1-513631a55743:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-98b3f2b6-16d4-4444-84d1-513631a55743.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: HKGP700;
  display:  inline-block ;
}

#s-8faa0eb5-5fc2-4c8a-a2ab-5e81d1eae135 {
  min-height: 50px;
}








#s-8faa0eb5-5fc2-4c8a-a2ab-5e81d1eae135 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8faa0eb5-5fc2-4c8a-a2ab-5e81d1eae135.shg-box.shg-c {
  justify-content: center;
}

#s-9073d4d6-3a22-4828-be24-1294da23d15f {
  min-height: 0px;
background-color: rgba(58, 58, 58, 1);
}








#s-9073d4d6-3a22-4828-be24-1294da23d15f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9073d4d6-3a22-4828-be24-1294da23d15f.shg-box.shg-c {
  justify-content: center;
}

#s-920855cc-9b51-462e-873a-ca3456b84ca5 {
  margin-top: 20px;
margin-bottom: 0px;
padding-left: 30px;
padding-right: 30px;
}

#s-4bb94961-fde3-4035-8c2d-72c29335073e {
  background-image: url(none);
background-repeat: no-repeat;
border-style: solid;
margin-top: 0px;
margin-bottom: 40px;
padding-top: 5px;
padding-left: 20px;
padding-bottom: 5px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 0px;
background-color: rgba(240, 78, 35, 1);
text-align: center;
text-decoration: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-4bb94961-fde3-4035-8c2d-72c29335073e:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(147, 149, 152, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
hover-type: color !important;}#s-4bb94961-fde3-4035-8c2d-72c29335073e:active {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(244, 121, 32, 1) !important;
text-decoration: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}


#s-4bb94961-fde3-4035-8c2d-72c29335073e.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  font-family: HKGP700;
  display:  inline-block ;
}

#s-b0de88ed-1658-4b36-9e18-49ea02f15feb {
  min-height: 50px;
}








#s-b0de88ed-1658-4b36-9e18-49ea02f15feb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b0de88ed-1658-4b36-9e18-49ea02f15feb.shg-box.shg-c {
  justify-content: center;
}

#s-8306dffd-c2de-43fd-ac11-b772511303d3 {
  min-height: 0px;
background-color: rgba(58, 58, 58, 1);
}








#s-8306dffd-c2de-43fd-ac11-b772511303d3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8306dffd-c2de-43fd-ac11-b772511303d3.shg-box.shg-c {
  justify-content: center;
}

#s-043cbc09-8ebb-4655-8084-0e7ae88f8f1d {
  margin-top: 20px;
margin-bottom: 0px;
padding-left: 30px;
padding-right: 30px;
}

#s-aecbf31f-5667-4082-a107-c0a1c48ae1a4 {
  background-image: url(none);
background-repeat: no-repeat;
border-style: solid;
margin-top: 0px;
margin-bottom: 40px;
padding-top: 5px;
padding-left: 20px;
padding-bottom: 5px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-aecbf31f-5667-4082-a107-c0a1c48ae1a4:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(250, 224, 174, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
hover-type: color !important;}#s-aecbf31f-5667-4082-a107-c0a1c48ae1a4:active {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(244, 121, 32, 1) !important;
text-decoration: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}


#s-aecbf31f-5667-4082-a107-c0a1c48ae1a4.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  font-family: HKGP700;
  display:  inline-block ;
}

#s-2b811bba-b377-4bdf-8478-495ff90652a3 {
  min-height: 50px;
}








#s-2b811bba-b377-4bdf-8478-495ff90652a3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2b811bba-b377-4bdf-8478-495ff90652a3.shg-box.shg-c {
  justify-content: center;
}

#s-4af92ed1-c54d-4ab5-bc7e-dd3be62b65a5 {
  min-height: 50px;
}








#s-4af92ed1-c54d-4ab5-bc7e-dd3be62b65a5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4af92ed1-c54d-4ab5-bc7e-dd3be62b65a5.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-e56ceb6c-834c-456c-beb4-a3cbe30344a2 {
  margin-left: auto;
margin-right: auto;
max-width: 40px;
text-align: center;
}




  #s-e56ceb6c-834c-456c-beb4-a3cbe30344a2 img.shogun-image {
    
    width: px;
  }


#s-e56ceb6c-834c-456c-beb4-a3cbe30344a2 .shogun-image-content {
  
    align-items: center;
  
}

#s-c55e6e5a-52df-423a-b56b-a2cf4cc12f97 {
  min-height: 0px;
background-color: rgba(58, 58, 58, 1);
}








#s-c55e6e5a-52df-423a-b56b-a2cf4cc12f97 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c55e6e5a-52df-423a-b56b-a2cf4cc12f97.shg-box.shg-c {
  justify-content: center;
}

#s-f72d77d4-08c6-4a9c-bc87-47da12c00192 {
  margin-top: 20px;
margin-bottom: 0px;
padding-left: 30px;
padding-right: 30px;
}

#s-1b5a4bc7-43d6-4cae-85b1-a33f84388694 {
  background-image: url(none);
background-repeat: no-repeat;
border-style: solid;
margin-top: 0px;
margin-bottom: 40px;
padding-top: 5px;
padding-left: 20px;
padding-bottom: 5px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-1b5a4bc7-43d6-4cae-85b1-a33f84388694:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(250, 224, 174, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
hover-type: color !important;}#s-1b5a4bc7-43d6-4cae-85b1-a33f84388694:active {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(244, 121, 32, 1) !important;
text-decoration: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}


#s-1b5a4bc7-43d6-4cae-85b1-a33f84388694.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  font-family: HKGP700;
  display:  inline-block ;
}

#s-1e4eb490-8882-4af4-8b4c-f679cdee6064 {
  min-height: 50px;
}








#s-1e4eb490-8882-4af4-8b4c-f679cdee6064 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1e4eb490-8882-4af4-8b4c-f679cdee6064.shg-box.shg-c {
  justify-content: center;
}

#s-68f2d174-76d4-4b73-a7cd-a179a174cb18 {
  min-height: 0px;
background-color: rgba(58, 58, 58, 1);
}








#s-68f2d174-76d4-4b73-a7cd-a179a174cb18 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-68f2d174-76d4-4b73-a7cd-a179a174cb18.shg-box.shg-c {
  justify-content: center;
}

#s-d1bf42b3-5a92-4ca0-a05b-369218115ea0 {
  margin-top: 20px;
margin-bottom: 0px;
padding-left: 30px;
padding-right: 30px;
}

#s-2e4d167d-f720-4d2c-935c-12ee8b8cc61f {
  background-image: url(none);
background-repeat: no-repeat;
border-style: solid;
margin-top: 0px;
margin-bottom: 40px;
padding-top: 5px;
padding-left: 20px;
padding-bottom: 5px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-2e4d167d-f720-4d2c-935c-12ee8b8cc61f:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(250, 224, 174, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
hover-type: color !important;}#s-2e4d167d-f720-4d2c-935c-12ee8b8cc61f:active {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(244, 121, 32, 1) !important;
text-decoration: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}


#s-2e4d167d-f720-4d2c-935c-12ee8b8cc61f.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  font-family: HKGP700;
  display:  inline-block ;
}

#s-761b2d8c-f9c4-4057-abfb-41159406f94e {
  min-height: 50px;
}








#s-761b2d8c-f9c4-4057-abfb-41159406f94e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-761b2d8c-f9c4-4057-abfb-41159406f94e.shg-box.shg-c {
  justify-content: center;
}

#s-4c7c4525-7efd-458c-9c4d-7eefe2f8553b {
  min-height: 0px;
background-color: rgba(147, 149, 152, 1);
}








#s-4c7c4525-7efd-458c-9c4d-7eefe2f8553b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4c7c4525-7efd-458c-9c4d-7eefe2f8553b.shg-box.shg-c {
  justify-content: center;
}

#s-35b97ade-0e88-4ebe-80dd-88433ecc46c6 {
  min-height: 50px;
}








#s-35b97ade-0e88-4ebe-80dd-88433ecc46c6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-35b97ade-0e88-4ebe-80dd-88433ecc46c6.shg-box.shg-c {
  justify-content: center;
}

#s-903e75d3-e003-4c62-b262-864a0445feaa {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
max-width: 350px;
}

#s-b670411e-c406-4625-9dbe-ac760f53ce88 {
  background-image: url(none);
background-repeat: no-repeat;
border-style: solid;
margin-top: 0px;
margin-bottom: 40px;
padding-top: 5px;
padding-left: 20px;
padding-bottom: 5px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-b670411e-c406-4625-9dbe-ac760f53ce88:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(250, 224, 174, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
hover-type: color !important;}#s-b670411e-c406-4625-9dbe-ac760f53ce88:active {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(244, 121, 32, 1) !important;
text-decoration: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}


#s-b670411e-c406-4625-9dbe-ac760f53ce88.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  font-family: HKGP700;
  display:  inline-block ;
}

#s-a52cce20-9898-4823-8a75-1171e4b910fd {
  min-height: 50px;
}








#s-a52cce20-9898-4823-8a75-1171e4b910fd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a52cce20-9898-4823-8a75-1171e4b910fd.shg-box.shg-c {
  justify-content: center;
}

#s-c3595db8-1683-4a27-a600-2c113c85ec9a {
  min-height: 0px;
background-color: rgba(147, 149, 152, 1);
}








#s-c3595db8-1683-4a27-a600-2c113c85ec9a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c3595db8-1683-4a27-a600-2c113c85ec9a.shg-box.shg-c {
  justify-content: center;
}

#s-f2926492-88ed-4885-93e9-ad03ba736fc6 {
  margin-top: 20px;
margin-bottom: 10px;
}

#s-39e41318-0149-40e2-9e7f-a976f695ef7a {
  background-image: url(none);
background-repeat: no-repeat;
border-style: solid;
margin-top: 0px;
margin-bottom: 18px;
padding-top: 5px;
padding-left: 20px;
padding-bottom: 5px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-39e41318-0149-40e2-9e7f-a976f695ef7a:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(250, 224, 174, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
hover-type: color !important;}#s-39e41318-0149-40e2-9e7f-a976f695ef7a:active {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(244, 121, 32, 1) !important;
text-decoration: none !important;
hover-type: color !important;}


#s-39e41318-0149-40e2-9e7f-a976f695ef7a.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  font-family: HKGP700;
  display:  inline-block ;
}

#s-90a6755a-5f87-4496-8835-b3766d65c381 {
  min-height: 50px;
}








#s-90a6755a-5f87-4496-8835-b3766d65c381 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-90a6755a-5f87-4496-8835-b3766d65c381.shg-box.shg-c {
  justify-content: center;
}

#s-ca1cca60-f376-4016-bd2b-6dfa2e122dbf {
  min-height: 0px;
background-color: rgba(147, 149, 152, 1);
}








#s-ca1cca60-f376-4016-bd2b-6dfa2e122dbf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ca1cca60-f376-4016-bd2b-6dfa2e122dbf.shg-box.shg-c {
  justify-content: center;
}

#s-061df969-9ef1-46c0-83ae-09e3fecb7059 {
  margin-top: 20px;
margin-bottom: 10px;
}

#s-34df4d3d-55b7-4f75-93bc-17b738a7ff7e {
  background-image: url(none);
background-repeat: no-repeat;
border-style: solid;
margin-top: 0px;
margin-bottom: 18px;
padding-top: 5px;
padding-left: 20px;
padding-bottom: 5px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-34df4d3d-55b7-4f75-93bc-17b738a7ff7e:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(250, 224, 174, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
hover-type: color !important;}#s-34df4d3d-55b7-4f75-93bc-17b738a7ff7e:active {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(244, 121, 32, 1) !important;
text-decoration: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}


#s-34df4d3d-55b7-4f75-93bc-17b738a7ff7e.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  font-family: HKGP700;
  display:  inline-block ;
}

#s-2793e3e6-b0ad-4b61-8d31-3e27e09abdd0 {
  min-height: 50px;
background-color: rgba(242, 241, 234, 1);
}
@media (min-width: 992px) and (max-width: 1199px){#s-2793e3e6-b0ad-4b61-8d31-3e27e09abdd0 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-2793e3e6-b0ad-4b61-8d31-3e27e09abdd0 {
  display: none;
}
#s-2793e3e6-b0ad-4b61-8d31-3e27e09abdd0, #wrap-s-2793e3e6-b0ad-4b61-8d31-3e27e09abdd0 { display:none !important; }}@media (max-width: 767px){#s-2793e3e6-b0ad-4b61-8d31-3e27e09abdd0 {
  display: none;
}
#s-2793e3e6-b0ad-4b61-8d31-3e27e09abdd0, #wrap-s-2793e3e6-b0ad-4b61-8d31-3e27e09abdd0 { display:none !important; }}







#s-2793e3e6-b0ad-4b61-8d31-3e27e09abdd0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2793e3e6-b0ad-4b61-8d31-3e27e09abdd0.shg-box.shg-c {
  justify-content: center;
}

#s-3da420f0-2e9e-4c69-9f2a-746facad5d00 {
  padding-top: 0px;
padding-bottom: 0px;
}

#s-bbc9c079-3f18-49d4-bcaf-cba5a1a64e06 {
  margin-left: 7%;
margin-right: auto;
min-height: 50px;
max-width: 800px;
}








#s-bbc9c079-3f18-49d4-bcaf-cba5a1a64e06 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bbc9c079-3f18-49d4-bcaf-cba5a1a64e06.shg-box.shg-c {
  justify-content: center;
}

#s-abd79789-ceb0-4cb4-afda-fe97f6bafed2 {
  padding-top: 17px;
padding-left: 42px;
padding-bottom: 18px;
padding-right: 43px;
border-radius: 8px;
background-color: rgba(240, 78, 35, 1);
text-align: left;
text-decoration: none;
hover-type: color;
}
#s-abd79789-ceb0-4cb4-afda-fe97f6bafed2:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(147, 149, 152, 1) !important;
text-decoration: none !important;
hover-type: color !important;}#s-abd79789-ceb0-4cb4-afda-fe97f6bafed2:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-abd79789-ceb0-4cb4-afda-fe97f6bafed2-btn-wrapper {
    text-align: left;
  }


#s-abd79789-ceb0-4cb4-afda-fe97f6bafed2.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: HKGP700;
  display:  inline-block ;
}

#s-16b4c4a5-d758-42cd-9689-d3654ada0059 {
  margin-left: 7%;
margin-right: auto;
padding-right: 15px;
min-height: 50px;
max-width: 800px;
}








#s-16b4c4a5-d758-42cd-9689-d3654ada0059 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-16b4c4a5-d758-42cd-9689-d3654ada0059.shg-box.shg-c {
  justify-content: flex-start;
}

#s-b9e847e5-8a99-4d99-a20f-067612ddde54 {
  margin-top: 0px;
margin-bottom: 0px;
max-width: 558px;
}

#s-8c20b2a5-12e0-42e5-85d9-a626a04bffd3 {
  background-image: url(none);
background-repeat: no-repeat;
margin-top: 17px;
margin-left: 8px;
padding-top: 17px;
padding-left: 42px;
padding-bottom: 18px;
padding-right: 43px;
border-radius: 8px;
background-color: rgba(225, 171, 77, 1);
text-align: left;
text-decoration: none;
hover-type: color;
line-height: 1.5em;
}
#s-8c20b2a5-12e0-42e5-85d9-a626a04bffd3:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-8c20b2a5-12e0-42e5-85d9-a626a04bffd3:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-8c20b2a5-12e0-42e5-85d9-a626a04bffd3-btn-wrapper {
    text-align: left;
  }


#s-8c20b2a5-12e0-42e5-85d9-a626a04bffd3.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: HKGP700;
  display:  inline-block ;
}

#s-2b5f3093-54bc-482e-a96f-7b82034c5ae0 {
  margin-left: 7%;
margin-right: auto;
min-height: 50px;
max-width: 800px;
}








#s-2b5f3093-54bc-482e-a96f-7b82034c5ae0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2b5f3093-54bc-482e-a96f-7b82034c5ae0.shg-box.shg-c {
  justify-content: center;
}

#s-d799e8ef-8c22-45d9-aa5a-2dc72e9d6520 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
background-color: rgba(240, 78, 35, 1);
text-align: left;
text-decoration: none;
hover-type: color;
}
#s-d799e8ef-8c22-45d9-aa5a-2dc72e9d6520:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(147, 149, 152, 1) !important;
text-decoration: none !important;
hover-type: color !important;}#s-d799e8ef-8c22-45d9-aa5a-2dc72e9d6520:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-d799e8ef-8c22-45d9-aa5a-2dc72e9d6520-btn-wrapper {
    text-align: left;
  }


#s-d799e8ef-8c22-45d9-aa5a-2dc72e9d6520.shg-btn {
  color: #ffffff;
  font-size: ;
  
  
  font-family: HKGP700;
  display:  inline-block ;
}

#s-433185ee-c564-4476-bd70-d397ceca736b {
  margin-left: 7%;
margin-right: auto;
padding-right: 15px;
min-height: 50px;
max-width: 800px;
}








#s-433185ee-c564-4476-bd70-d397ceca736b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-433185ee-c564-4476-bd70-d397ceca736b.shg-box.shg-c {
  justify-content: center;
}

#s-6bca9f16-6a83-40ab-b396-541d47dfd827 {
  max-width: 600px;
}

#s-ffd6b5e1-4aef-47d7-9f45-4c3a52efec11 {
  background-image: url(none);
background-repeat: no-repeat;
margin-top: 20px;
padding-top: 17px;
padding-left: 42px;
padding-bottom: 17px;
padding-right: 42px;
border-radius: 8px;
background-color: rgba(225, 171, 77, 1);
text-align: left;
text-decoration: none;
hover-type: color;
}
#s-ffd6b5e1-4aef-47d7-9f45-4c3a52efec11:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-ffd6b5e1-4aef-47d7-9f45-4c3a52efec11:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-ffd6b5e1-4aef-47d7-9f45-4c3a52efec11-btn-wrapper {
    text-align: left;
  }


#s-ffd6b5e1-4aef-47d7-9f45-4c3a52efec11.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}

#s-02af64de-7205-4b4b-959f-2626879905c1 {
  margin-left: 7%;
margin-right: auto;
padding-right: 15%;
min-height: 50px;
max-width: 800px;
}








#s-02af64de-7205-4b4b-959f-2626879905c1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-02af64de-7205-4b4b-959f-2626879905c1.shg-box.shg-c {
  justify-content: center;
}

#s-018ba2f1-168c-4482-80b6-96b1a49b7a19 {
  margin-bottom: -20px;
max-width: 500px;
}

#s-8386488d-92ff-4a38-959a-0aa7c494a40e {
  background-image: url(none);
background-repeat: no-repeat;
margin-top: 50px;
padding-top: 17px;
padding-left: 38px;
padding-bottom: 17px;
padding-right: 38px;
border-radius: 8px;
background-color: rgba(240, 78, 35, 1);
text-align: left;
text-decoration: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-8386488d-92ff-4a38-959a-0aa7c494a40e:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(147, 149, 152, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
hover-type: color !important;}#s-8386488d-92ff-4a38-959a-0aa7c494a40e:active {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(244, 121, 32, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
hover-type: color !important;}

  #s-8386488d-92ff-4a38-959a-0aa7c494a40e-btn-wrapper {
    text-align: left;
  }


#s-8386488d-92ff-4a38-959a-0aa7c494a40e.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}

#s-15e4d07f-31a5-40b1-9a0c-de9122ed15c2 {
  margin-left: 7%;
margin-right: auto;
padding-right: 15%;
min-height: 50px;
max-width: 800px;
}








#s-15e4d07f-31a5-40b1-9a0c-de9122ed15c2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-15e4d07f-31a5-40b1-9a0c-de9122ed15c2.shg-box.shg-c {
  justify-content: center;
}

#s-e261f45a-90ff-4b5b-aea3-4e254c437cf1 {
  margin-bottom: -20px;
max-width: 500px;
}

#s-7dc2e843-305e-4339-b78e-0d6305b67b13 {
  background-image: url(none);
background-repeat: no-repeat;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-7dc2e843-305e-4339-b78e-0d6305b67b13:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(250, 224, 174, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
hover-type: color !important;}#s-7dc2e843-305e-4339-b78e-0d6305b67b13:active {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(244, 121, 32, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
hover-type: color !important;}

  #s-7dc2e843-305e-4339-b78e-0d6305b67b13-btn-wrapper {
    text-align: left;
  }


#s-7dc2e843-305e-4339-b78e-0d6305b67b13.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 19px;
  
  
  
  display:  inline-block ;
}

#s-20f4a4f2-c326-4b80-87df-e6100d2d7402 {
  min-height: 50px;
}








#s-20f4a4f2-c326-4b80-87df-e6100d2d7402 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-20f4a4f2-c326-4b80-87df-e6100d2d7402.shg-box.shg-c {
  justify-content: center;
}

#s-54a76fe8-6db8-4ad4-9da8-b8071835bff7 {
  background-color: rgba(242, 241, 234, 1);
}

#s-d6d792c3-7f41-4f7d-8653-d74fb8e81c80 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 50px;
}








#s-d6d792c3-7f41-4f7d-8653-d74fb8e81c80 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d6d792c3-7f41-4f7d-8653-d74fb8e81c80.shg-box.shg-c {
  justify-content: center;
}

#s-ddae7900-ee9f-44b4-b001-5aea07302998 {
  text-align: center;
}




  #s-ddae7900-ee9f-44b4-b001-5aea07302998 img.shogun-image {
    
    width: px;
  }


#s-ddae7900-ee9f-44b4-b001-5aea07302998 .shogun-image-content {
  
    align-items: center;
  
}

#s-77673513-d30b-4d4f-8de1-1a6d5f92c311 {
  margin-top: 20px;
margin-bottom: 5px;
}

#s-c5c7865d-5e47-47e0-8e05-50112f8d6dc2 {
  background-image: url(none);
background-repeat: no-repeat;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-c5c7865d-5e47-47e0-8e05-50112f8d6dc2:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(250, 224, 174, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
hover-type: color !important;}#s-c5c7865d-5e47-47e0-8e05-50112f8d6dc2:active {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(244, 121, 32, 1) !important;
text-decoration: none !important;
hover-type: color !important;}


#s-c5c7865d-5e47-47e0-8e05-50112f8d6dc2.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-b1239cd3-243d-4110-9988-cb9043094c83 {
  margin-top: 190px;
margin-left: auto;
margin-right: auto;
max-width: 1100px;
}








#s-b1239cd3-243d-4110-9988-cb9043094c83 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b1239cd3-243d-4110-9988-cb9043094c83.shg-box.shg-c {
  justify-content: center;
}

#s-9151716f-9d61-4902-8e54-9b98c7a13c71 {
  margin-bottom: -20px;
}

#s-a7a475c1-d9fd-4a54-89e8-7e462770de13 {
  background-image: url(none);
background-repeat: no-repeat;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-a7a475c1-d9fd-4a54-89e8-7e462770de13:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(250, 224, 174, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
hover-type: color !important;}#s-a7a475c1-d9fd-4a54-89e8-7e462770de13:active {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(244, 121, 32, 1) !important;
text-decoration: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}


#s-a7a475c1-d9fd-4a54-89e8-7e462770de13.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-ad8f09d8-bc37-46f6-9d2a-897d211a32c2 {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
}








#s-ad8f09d8-bc37-46f6-9d2a-897d211a32c2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ad8f09d8-bc37-46f6-9d2a-897d211a32c2.shg-box.shg-c {
  justify-content: center;
}

#s-cdcbb8d5-1ef6-405a-8996-b365f5d8ec07 {
  margin-left: 11.5%;
margin-right: auto;
padding-right: 15%;
min-height: 50px;
max-width: 900px;
}








#s-cdcbb8d5-1ef6-405a-8996-b365f5d8ec07 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cdcbb8d5-1ef6-405a-8996-b365f5d8ec07.shg-box.shg-c {
  justify-content: center;
}

#s-f56c6709-bd4c-4f61-8096-ba59b4bf7a8c {
  margin-bottom: -20px;
}

#s-50a62f55-6676-46de-84ca-56f4086d81ea {
  background-image: url(none);
background-repeat: no-repeat;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-50a62f55-6676-46de-84ca-56f4086d81ea:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(250, 224, 174, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
hover-type: color !important;}#s-50a62f55-6676-46de-84ca-56f4086d81ea:active {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(244, 121, 32, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
hover-type: color !important;}

  #s-50a62f55-6676-46de-84ca-56f4086d81ea-btn-wrapper {
    text-align: left;
  }


#s-50a62f55-6676-46de-84ca-56f4086d81ea.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 19px;
  
  
  
  display:  inline-block ;
}

#s-bcefe5eb-2873-4ded-a162-ca3dcc45b389 {
  margin-left: 7%;
margin-right: auto;
padding-right: 8%;
min-height: 50px;
max-width: 600px;
}








#s-bcefe5eb-2873-4ded-a162-ca3dcc45b389 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bcefe5eb-2873-4ded-a162-ca3dcc45b389.shg-box.shg-c {
  justify-content: center;
}

#s-9a3e3615-412b-419b-9eb4-cb70b2d1bf1e {
  margin-bottom: -20px;
}

#s-c57f1013-cd4d-4db2-a021-466993270d2e {
  background-image: url(none);
background-repeat: no-repeat;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-c57f1013-cd4d-4db2-a021-466993270d2e:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(250, 224, 174, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
hover-type: color !important;}#s-c57f1013-cd4d-4db2-a021-466993270d2e:active {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(244, 121, 32, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
hover-type: color !important;}


#s-c57f1013-cd4d-4db2-a021-466993270d2e.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-2a90f2e9-e443-48de-9a02-8fba7f8dd743 {
  margin-left: auto;
margin-right: 4%;
min-height: 50px;
max-width: 600px;
}








#s-2a90f2e9-e443-48de-9a02-8fba7f8dd743 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2a90f2e9-e443-48de-9a02-8fba7f8dd743.shg-box.shg-c {
  justify-content: center;
}

#s-58f74618-b0c0-4e9a-b5d2-ed8a43724520 {
  margin-bottom: -20px;
}

#s-686de74d-efdd-4e54-9995-a8b0ba915585 {
  background-image: url(none);
background-repeat: no-repeat;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
color: rgba(0, 0, 0, 1);
hover-type: color;
}
#s-686de74d-efdd-4e54-9995-a8b0ba915585:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(250, 224, 174, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
hover-type: color !important;}#s-686de74d-efdd-4e54-9995-a8b0ba915585:active {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(244, 121, 32, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
hover-type: color !important;}


#s-686de74d-efdd-4e54-9995-a8b0ba915585.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-9582fd54-0a2e-4cb9-b4ff-58cb58f9ed3f {
  min-height: 50px;
background-color: rgba(242, 241, 234, 1);
}
@media (min-width: 1200px){#s-9582fd54-0a2e-4cb9-b4ff-58cb58f9ed3f {
  display: none;
}
#s-9582fd54-0a2e-4cb9-b4ff-58cb58f9ed3f, #wrap-s-9582fd54-0a2e-4cb9-b4ff-58cb58f9ed3f { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9582fd54-0a2e-4cb9-b4ff-58cb58f9ed3f {
  display: none;
}
#s-9582fd54-0a2e-4cb9-b4ff-58cb58f9ed3f, #wrap-s-9582fd54-0a2e-4cb9-b4ff-58cb58f9ed3f { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-9582fd54-0a2e-4cb9-b4ff-58cb58f9ed3f {
  
}
}@media (max-width: 767px){#s-9582fd54-0a2e-4cb9-b4ff-58cb58f9ed3f {
  display: none;
}
#s-9582fd54-0a2e-4cb9-b4ff-58cb58f9ed3f, #wrap-s-9582fd54-0a2e-4cb9-b4ff-58cb58f9ed3f { display:none !important; }}







#s-9582fd54-0a2e-4cb9-b4ff-58cb58f9ed3f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9582fd54-0a2e-4cb9-b4ff-58cb58f9ed3f.shg-box.shg-c {
  justify-content: center;
}

#s-e6c0eb86-a4ba-46ab-8829-253179e46a85 {
  padding-top: 0px;
padding-bottom: 0px;
}

#s-26dafa20-b4f8-4885-93df-73cf66a70306 {
  margin-left: 7%;
margin-right: auto;
padding-right: 15px;
min-height: 50px;
max-width: 800px;
}








#s-26dafa20-b4f8-4885-93df-73cf66a70306 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-26dafa20-b4f8-4885-93df-73cf66a70306.shg-box.shg-c {
  justify-content: center;
}

#s-8582597e-6027-489e-bcee-e3dc86884e08 {
  max-width: 380px;
}

#s-9b0505a7-cd93-4e45-a0b9-d4b1523fcc3e {
  background-image: url(none);
background-repeat: no-repeat;
margin-top: 17px;
margin-bottom: 17px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
background-color: rgba(240, 78, 35, 1);
text-align: left;
text-decoration: none;
hover-type: color;
}
#s-9b0505a7-cd93-4e45-a0b9-d4b1523fcc3e:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(147, 149, 152, 1) !important;
text-decoration: none !important;
hover-type: color !important;}#s-9b0505a7-cd93-4e45-a0b9-d4b1523fcc3e:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-9b0505a7-cd93-4e45-a0b9-d4b1523fcc3e-btn-wrapper {
    text-align: left;
  }


#s-9b0505a7-cd93-4e45-a0b9-d4b1523fcc3e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: HKGP700;
  display:  inline-block ;
}

#s-336ea929-d31b-4004-b62b-7855635ac181 {
  margin-left: 7%;
margin-right: auto;
padding-right: 15px;
min-height: 50px;
max-width: 800px;
}








#s-336ea929-d31b-4004-b62b-7855635ac181 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-336ea929-d31b-4004-b62b-7855635ac181.shg-box.shg-c {
  justify-content: center;
}

#s-b184d41b-e2b7-46d7-9155-fccf3abef353 {
  max-width: 380px;
}

#s-587ec2fa-bea5-4b23-8c08-00bc7deddaa9 {
  background-image: url(none);
background-repeat: no-repeat;
margin-top: 17px;
margin-left: 4px;
margin-bottom: 0px;
padding-top: 18px;
padding-left: 43px;
padding-bottom: 18px;
padding-right: 43px;
border-radius: 8px;
background-color: rgba(225, 171, 77, 1);
text-align: left;
text-decoration: none;
hover-type: color;
}
#s-587ec2fa-bea5-4b23-8c08-00bc7deddaa9:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-587ec2fa-bea5-4b23-8c08-00bc7deddaa9:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-587ec2fa-bea5-4b23-8c08-00bc7deddaa9-btn-wrapper {
    text-align: left;
  }


#s-587ec2fa-bea5-4b23-8c08-00bc7deddaa9.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: HKGP700;
  display:  inline-block ;
}

#s-0ad99228-32e9-460d-9a5e-288c9cb9dce4 {
  margin-left: 7%;
margin-right: auto;
padding-right: 15%;
min-height: 50px;
max-width: 800px;
}








#s-0ad99228-32e9-460d-9a5e-288c9cb9dce4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0ad99228-32e9-460d-9a5e-288c9cb9dce4.shg-box.shg-c {
  justify-content: center;
}

#s-f4687b26-af4b-458a-8c9c-5aea4521af7b {
  margin-bottom: -20px;
max-width: 500px;
}

#s-8d7cfa49-cef0-41a6-8935-eb591e648463 {
  background-image: url(none);
background-repeat: no-repeat;
margin-top: 50px;
padding-top: 17px;
padding-left: 38px;
padding-bottom: 17px;
padding-right: 38px;
border-radius: 8px;
background-color: rgba(240, 78, 35, 1);
text-align: left;
text-decoration: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-8d7cfa49-cef0-41a6-8935-eb591e648463:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(147, 149, 152, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
hover-type: color !important;}#s-8d7cfa49-cef0-41a6-8935-eb591e648463:active {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(244, 121, 32, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
hover-type: color !important;}

  #s-8d7cfa49-cef0-41a6-8935-eb591e648463-btn-wrapper {
    text-align: left;
  }


#s-8d7cfa49-cef0-41a6-8935-eb591e648463.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}

#s-f4794d5a-feba-4eeb-879f-39470f2cf6e0 {
  margin-left: 7%;
margin-right: auto;
padding-right: 15px;
min-height: 50px;
max-width: 800px;
}








#s-f4794d5a-feba-4eeb-879f-39470f2cf6e0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f4794d5a-feba-4eeb-879f-39470f2cf6e0.shg-box.shg-c {
  justify-content: center;
}

#s-316d3128-32c2-42d8-b2a2-295f13aa1363 {
  max-width: 380px;
}

#s-135e9c2c-7e27-4e8a-86ee-6878c7c7acfa {
  background-image: url(none);
background-repeat: no-repeat;
margin-top: 17px;
margin-bottom: 17px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
background-color: rgba(240, 78, 35, 1);
text-align: left;
text-decoration: none;
hover-type: color;
}
#s-135e9c2c-7e27-4e8a-86ee-6878c7c7acfa:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(147, 149, 152, 1) !important;
text-decoration: none !important;
hover-type: color !important;}#s-135e9c2c-7e27-4e8a-86ee-6878c7c7acfa:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-135e9c2c-7e27-4e8a-86ee-6878c7c7acfa-btn-wrapper {
    text-align: left;
  }


#s-135e9c2c-7e27-4e8a-86ee-6878c7c7acfa.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: HKGP700;
  display:  inline-block ;
}

#s-bc18662d-04f8-4ece-bd22-ab1d0407c5c8 {
  margin-left: 7%;
margin-right: auto;
padding-right: 15px;
min-height: 50px;
max-width: 800px;
}








#s-bc18662d-04f8-4ece-bd22-ab1d0407c5c8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bc18662d-04f8-4ece-bd22-ab1d0407c5c8.shg-box.shg-c {
  justify-content: center;
}

#s-cb8d7663-a442-46c1-a0c7-f37a55555b22 {
  max-width: 380px;
}

#s-cd6026c5-51e8-4e71-818a-5bcd6ba462c2 {
  background-image: url(none);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(225, 171, 77, 1);
text-align: left;
text-decoration: none;
hover-type: color;
}
#s-cd6026c5-51e8-4e71-818a-5bcd6ba462c2:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-cd6026c5-51e8-4e71-818a-5bcd6ba462c2:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-cd6026c5-51e8-4e71-818a-5bcd6ba462c2-btn-wrapper {
    text-align: left;
  }


#s-cd6026c5-51e8-4e71-818a-5bcd6ba462c2.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: HKGP700;
  display:  inline-block ;
}

#s-450434b2-9746-440a-8001-2284ed4cd3f2 {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
}








#s-450434b2-9746-440a-8001-2284ed4cd3f2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-450434b2-9746-440a-8001-2284ed4cd3f2.shg-box.shg-c {
  justify-content: center;
}

#s-b752b3f4-683e-45b3-b27e-f6b61c392d2d {
  background-color: rgba(242, 241, 234, 1);
}

#s-53190eb5-d24a-4394-87cc-63b6f2edb0ff {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 50px;
}








#s-53190eb5-d24a-4394-87cc-63b6f2edb0ff > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-53190eb5-d24a-4394-87cc-63b6f2edb0ff.shg-box.shg-c {
  justify-content: center;
}

#s-cd12a192-1310-486b-8e48-e5d8ffac7499 {
  text-align: center;
}




  #s-cd12a192-1310-486b-8e48-e5d8ffac7499 img.shogun-image {
    
    width: px;
  }


#s-cd12a192-1310-486b-8e48-e5d8ffac7499 .shogun-image-content {
  
    align-items: center;
  
}

#s-6c825b62-6e06-4a12-b7bb-504e539b0e1b {
  margin-bottom: 5px;
}

#s-236dc045-f812-47d5-aefa-cabe90b8c8fe {
  background-image: url(none);
background-repeat: no-repeat;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-236dc045-f812-47d5-aefa-cabe90b8c8fe:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(250, 224, 174, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
hover-type: color !important;}#s-236dc045-f812-47d5-aefa-cabe90b8c8fe:active {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(244, 121, 32, 1) !important;
text-decoration: none !important;
hover-type: color !important;}


#s-236dc045-f812-47d5-aefa-cabe90b8c8fe.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-c08d7a1e-80bc-4271-a1ce-b46f20d7fb18 {
  margin-left: 7%;
margin-right: auto;
padding-right: 15%;
min-height: 50px;
max-width: 800px;
}








#s-c08d7a1e-80bc-4271-a1ce-b46f20d7fb18 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c08d7a1e-80bc-4271-a1ce-b46f20d7fb18.shg-box.shg-c {
  justify-content: center;
}

#s-671ec261-80c2-44ca-a560-78cad21d0e2a {
  margin-bottom: -20px;
max-width: 500px;
}

#s-4c33f6fa-1bf9-451b-997a-00d9c731ba84 {
  background-image: url(none);
background-repeat: no-repeat;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-4c33f6fa-1bf9-451b-997a-00d9c731ba84:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(250, 224, 174, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
hover-type: color !important;}#s-4c33f6fa-1bf9-451b-997a-00d9c731ba84:active {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(244, 121, 32, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
hover-type: color !important;}

  #s-4c33f6fa-1bf9-451b-997a-00d9c731ba84-btn-wrapper {
    text-align: left;
  }


#s-4c33f6fa-1bf9-451b-997a-00d9c731ba84.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 19px;
  
  
  
  display:  inline-block ;
}

#s-e13abc6e-0ada-4ab4-a283-6f95b0e850e4 {
  margin-top: 190px;
margin-left: auto;
margin-right: auto;
max-width: 1100px;
}








#s-e13abc6e-0ada-4ab4-a283-6f95b0e850e4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e13abc6e-0ada-4ab4-a283-6f95b0e850e4.shg-box.shg-c {
  justify-content: center;
}

#s-655b4ed3-224d-4de3-93fb-663e07d7d75a {
  margin-bottom: -20px;
}

#s-b39fd425-6c1a-440f-bf2d-e247c9968b4d {
  background-image: url(none);
background-repeat: no-repeat;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-b39fd425-6c1a-440f-bf2d-e247c9968b4d:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(250, 224, 174, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
hover-type: color !important;}#s-b39fd425-6c1a-440f-bf2d-e247c9968b4d:active {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(244, 121, 32, 1) !important;
text-decoration: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}


#s-b39fd425-6c1a-440f-bf2d-e247c9968b4d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-5dee064a-b8b1-4f8d-8a00-7c81c05d3d8f {
  margin-left: 7%;
margin-right: auto;
padding-right: 15%;
min-height: 50px;
max-width: 800px;
}








#s-5dee064a-b8b1-4f8d-8a00-7c81c05d3d8f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5dee064a-b8b1-4f8d-8a00-7c81c05d3d8f.shg-box.shg-c {
  justify-content: center;
}

#s-42bb94df-18ec-419e-9624-80af2902a372 {
  margin-bottom: -20px;
max-width: 400px;
}

#s-89a95138-a62b-4d9a-b1dd-d9dd13c537aa {
  background-image: url(none);
background-repeat: no-repeat;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-89a95138-a62b-4d9a-b1dd-d9dd13c537aa:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(250, 224, 174, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
hover-type: color !important;}#s-89a95138-a62b-4d9a-b1dd-d9dd13c537aa:active {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(244, 121, 32, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
hover-type: color !important;}

  #s-89a95138-a62b-4d9a-b1dd-d9dd13c537aa-btn-wrapper {
    text-align: left;
  }


#s-89a95138-a62b-4d9a-b1dd-d9dd13c537aa.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 19px;
  
  
  
  display:  inline-block ;
}

#s-8993f641-f536-4be7-a529-9ba0a7cb7a17 {
  margin-left: auto;
margin-right: 6%;
min-height: 50px;
max-width: 350px;
}








#s-8993f641-f536-4be7-a529-9ba0a7cb7a17 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8993f641-f536-4be7-a529-9ba0a7cb7a17.shg-box.shg-c {
  justify-content: center;
}

#s-3a185de5-dd5e-4777-a54d-fe49090b1680 {
  margin-bottom: -20px;
}

#s-cd49631f-4db5-4cd1-bc95-c691731f9a27 {
  background-image: url(none);
background-repeat: no-repeat;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
color: rgba(0, 0, 0, 1);
hover-type: color;
}
#s-cd49631f-4db5-4cd1-bc95-c691731f9a27:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(250, 224, 174, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
hover-type: color !important;}#s-cd49631f-4db5-4cd1-bc95-c691731f9a27:active {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(244, 121, 32, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
hover-type: color !important;}


#s-cd49631f-4db5-4cd1-bc95-c691731f9a27.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-850ff972-c07d-40cd-aed7-d610c2cc4796 {
  margin-left: 8%;
margin-right: auto;
min-height: 50px;
max-width: 300px;
}








#s-850ff972-c07d-40cd-aed7-d610c2cc4796 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-850ff972-c07d-40cd-aed7-d610c2cc4796.shg-box.shg-c {
  justify-content: center;
}

#s-dd9f6e6b-f5ae-4150-87e6-6986a4b8e882 {
  margin-bottom: -20px;
}

#s-b5ea18b9-6474-4e39-b0ad-4636dbc7a1d5 {
  background-image: url(none);
background-repeat: no-repeat;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-b5ea18b9-6474-4e39-b0ad-4636dbc7a1d5:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(250, 224, 174, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
hover-type: color !important;}#s-b5ea18b9-6474-4e39-b0ad-4636dbc7a1d5:active {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(244, 121, 32, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
hover-type: color !important;}


#s-b5ea18b9-6474-4e39-b0ad-4636dbc7a1d5.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-8cac016d-078c-4c07-b8ed-7d21493a7552 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
background-color: rgba(242, 241, 234, 1);
}








#s-8cac016d-078c-4c07-b8ed-7d21493a7552 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8cac016d-078c-4c07-b8ed-7d21493a7552.shg-box.shg-c {
  justify-content: center;
}

.featured-products-container {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 15px;
    font-family: 'HK Grotesk Pro', sans-serif;
    background-color: #F2F1EA;
    padding: 15px;
}
@media (min-width: 1200px) {
    .featured-products-container {
        background-color: #FFF;
        grid-gap: 0px;
        padding: 0;
    }
    .featured-products--product--border {
        border-left: 1px solid black;
    }
}
.featured-products-container p {
    margin: 0;
}
.featured-products--product-row {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 15px;
}

.featured-products--product {
    display: flex;
    /*grid-template-columns: 2fr 3fr;*/
    /*margin: 15px;*/
    background-color: white;
    min-height: 100px;
    margin: 0;
    cursor: pointer;
    text-decoration: none !important;
}
.featured-products--product:hover {
    text-decoration: none !important;
}
@media (min-width: 1200px) {
    .featured-products--product-row {
        grid-gap: 0px;
    }
    .featured-products--product {
        margin: 15px 0;
    }
}
.featured-products--product--left {
    height: auto;
    margin: auto 15px auto auto;
    padding-left: 10px;
    /*max-width: 85px;*/
}
@media (min-width: 1200px) {
    .featured-products--product--left {
        margin: auto 0px auto auto;
    }
}
.featured-products--product--left img {
    margin: 5px 0;
}
.featured-products--product--right {
    margin: auto 10px;
    flex: 1;
    max-width: 50%;
}
.featured-products--product--title {
    font-weight: bold;
    font-size: 24px;
    color: black;
}
.featured-products--product--tagline {
    font-size: 12px;
    color: black;
}
@media (min-width: 768px) {
    .featured-products--product-row {
        grid-template-columns: 1fr 1fr;
    }
}
@media (min-width: 1200px) {
    .featured-products-container {
        grid-template-columns: 1fr 1fr;
    }
}
#s-e47c05a1-313a-468c-b532-aeb305fb79bc {
  margin-left: auto;
margin-right: auto;
max-width: 1400px;
background-color: rgba(255, 255, 255, 1);
}

#s-0fbc6764-6dc1-4c4d-bff3-5116efef4cbd {
  padding-bottom: 5px;
min-height: 50px;
background-color: rgba(242, 241, 234, 1);
}








#s-0fbc6764-6dc1-4c4d-bff3-5116efef4cbd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0fbc6764-6dc1-4c4d-bff3-5116efef4cbd.shg-box.shg-c {
  justify-content: center;
}

.shg-row {
  display: flex;
  flex-wrap: wrap;
  min-height: inherit;
  max-height: inherit;
justify-content: space-between;
}

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

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

#s-d4850c11-6838-4150-8bcc-046b9d7ab164 {
  margin-left: auto;
margin-right: auto;
max-width: 1400px;
background-color: rgba(242, 241, 234, 1);
}

@media (min-width: 0px) {
[id="s-d4850c11-6838-4150-8bcc-046b9d7ab164"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d4850c11-6838-4150-8bcc-046b9d7ab164"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 3.3333333333333335px);
}

[id="s-d4850c11-6838-4150-8bcc-046b9d7ab164"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 3.3333333333333335px);
}

[id="s-d4850c11-6838-4150-8bcc-046b9d7ab164"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 3.3333333333333335px);
}

[id="s-d4850c11-6838-4150-8bcc-046b9d7ab164"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

[id="s-d4850c11-6838-4150-8bcc-046b9d7ab164"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 3.3333333333333335px);
}

[id="s-d4850c11-6838-4150-8bcc-046b9d7ab164"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 3.3333333333333335px);
}

[id="s-d4850c11-6838-4150-8bcc-046b9d7ab164"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 3.3333333333333335px);
}

[id="s-d4850c11-6838-4150-8bcc-046b9d7ab164"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 3.3333333333333335px);
}

[id="s-d4850c11-6838-4150-8bcc-046b9d7ab164"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 3.3333333333333335px);
}

[id="s-d4850c11-6838-4150-8bcc-046b9d7ab164"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 3.3333333333333335px);
}

[id="s-d4850c11-6838-4150-8bcc-046b9d7ab164"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 3.3333333333333335px);
}

[id="s-d4850c11-6838-4150-8bcc-046b9d7ab164"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 3.3333333333333335px);
}

}

@media (min-width: 992px) {
[id="s-d4850c11-6838-4150-8bcc-046b9d7ab164"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 3.3333333333333335px);
}

[id="s-d4850c11-6838-4150-8bcc-046b9d7ab164"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 3.3333333333333335px);
}

[id="s-d4850c11-6838-4150-8bcc-046b9d7ab164"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 3.3333333333333335px);
}

[id="s-d4850c11-6838-4150-8bcc-046b9d7ab164"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

[id="s-d4850c11-6838-4150-8bcc-046b9d7ab164"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 3.3333333333333335px);
}

[id="s-d4850c11-6838-4150-8bcc-046b9d7ab164"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 3.3333333333333335px);
}

[id="s-d4850c11-6838-4150-8bcc-046b9d7ab164"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 3.3333333333333335px);
}

[id="s-d4850c11-6838-4150-8bcc-046b9d7ab164"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 3.3333333333333335px);
}

[id="s-d4850c11-6838-4150-8bcc-046b9d7ab164"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 3.3333333333333335px);
}

[id="s-d4850c11-6838-4150-8bcc-046b9d7ab164"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 3.3333333333333335px);
}

[id="s-d4850c11-6838-4150-8bcc-046b9d7ab164"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 3.3333333333333335px);
}

[id="s-d4850c11-6838-4150-8bcc-046b9d7ab164"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 3.3333333333333335px);
}

}

@media (min-width: 1200px) {
[id="s-d4850c11-6838-4150-8bcc-046b9d7ab164"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 3.3333333333333335px);
}

[id="s-d4850c11-6838-4150-8bcc-046b9d7ab164"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 3.3333333333333335px);
}

[id="s-d4850c11-6838-4150-8bcc-046b9d7ab164"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 3.3333333333333335px);
}

[id="s-d4850c11-6838-4150-8bcc-046b9d7ab164"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

[id="s-d4850c11-6838-4150-8bcc-046b9d7ab164"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 3.3333333333333335px);
}

[id="s-d4850c11-6838-4150-8bcc-046b9d7ab164"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 3.3333333333333335px);
}

[id="s-d4850c11-6838-4150-8bcc-046b9d7ab164"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 3.3333333333333335px);
}

[id="s-d4850c11-6838-4150-8bcc-046b9d7ab164"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 3.3333333333333335px);
}

[id="s-d4850c11-6838-4150-8bcc-046b9d7ab164"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 3.3333333333333335px);
}

[id="s-d4850c11-6838-4150-8bcc-046b9d7ab164"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 3.3333333333333335px);
}

[id="s-d4850c11-6838-4150-8bcc-046b9d7ab164"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 3.3333333333333335px);
}

[id="s-d4850c11-6838-4150-8bcc-046b9d7ab164"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 3.3333333333333335px);
}

}

#s-b945ce7d-41ab-41ff-a5da-83906fb7b54c {
  background-repeat: no-repeat;
background-size: cover;
min-height: 50px;
background-position: center center;
background-attachment: scroll;
}








#s-b945ce7d-41ab-41ff-a5da-83906fb7b54c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b945ce7d-41ab-41ff-a5da-83906fb7b54c {
  cursor: pointer;
}#s-b945ce7d-41ab-41ff-a5da-83906fb7b54c.shg-box.shg-c {
  justify-content: center;
}








#s-a65d0598-998d-4d59-b1ed-6068b3a59c61 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a65d0598-998d-4d59-b1ed-6068b3a59c61.shg-box.shg-c {
  justify-content: center;
}

#s-81cab05a-2f79-4e0c-99c0-f95cebb26f42 {
  margin-top: 30px;
}

#s-05e754fe-3e93-4d17-b532-6a8c453542b7 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 50px;
background-position: center center;
}








#s-05e754fe-3e93-4d17-b532-6a8c453542b7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-05e754fe-3e93-4d17-b532-6a8c453542b7 {
  cursor: pointer;
}#s-05e754fe-3e93-4d17-b532-6a8c453542b7.shg-box.shg-c {
  justify-content: center;
}








#s-02109e3f-2f7f-4986-84c2-7335d42d0951 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-02109e3f-2f7f-4986-84c2-7335d42d0951.shg-box.shg-c {
  justify-content: center;
}

#s-f6ea2822-c85c-4a72-b417-d1001fbc23cb {
  margin-top: 30px;
}

#s-1e98f237-d2d6-40ff-9a37-d34ada6a19a2 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 50px;
background-position: center center;
}








#s-1e98f237-d2d6-40ff-9a37-d34ada6a19a2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1e98f237-d2d6-40ff-9a37-d34ada6a19a2 {
  cursor: pointer;
}#s-1e98f237-d2d6-40ff-9a37-d34ada6a19a2.shg-box.shg-c {
  justify-content: center;
}








#s-2ef351ac-1dd0-4794-afbf-a44d42b0b553 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2ef351ac-1dd0-4794-afbf-a44d42b0b553.shg-box.shg-c {
  justify-content: center;
}

#s-5706571a-1498-4679-8523-975323d24764 {
  margin-top: 30px;
}

/*
  $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;
  }
}

#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;
}
