.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-7049838d-6999-4b55-a4e1-f4d0d584d712 {
  margin-top: -40px;
min-height: 50px;
background-color: rgba(0, 0, 0, 1);
}








#s-7049838d-6999-4b55-a4e1-f4d0d584d712 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7049838d-6999-4b55-a4e1-f4d0d584d712.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-85aaabfd-500f-42b0-b2d7-b8f2932c2aba {
  padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
}

#s-951246b1-51f1-4277-98e0-9da9e169a1eb {
  background-image: url(https://i.shgcdn.com/7743e103-4b6d-48d6-afcb-b964f9064d1e/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
min-height: 600px;
background-position: center center;
}








#s-951246b1-51f1-4277-98e0-9da9e169a1eb > .shg-box-overlay {
  background-color: rgba(14, 43, 91, 0.96);
  opacity: 0.7;
}#s-951246b1-51f1-4277-98e0-9da9e169a1eb.shg-box.shg-c {
  justify-content: center;
}

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

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

#s-d80d0628-7b80-487e-a5ee-61d0feb51be5 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d80d0628-7b80-487e-a5ee-61d0feb51be5 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 46px;
  line-height: 1em;
  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;
}

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

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

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

@media (min-width: 0px) {
[id="s-178b2bb0-2181-49bb-952e-c495d62b2234"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-178b2bb0-2181-49bb-952e-c495d62b2234"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-178b2bb0-2181-49bb-952e-c495d62b2234"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-178b2bb0-2181-49bb-952e-c495d62b2234"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-178b2bb0-2181-49bb-952e-c495d62b2234"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-178b2bb0-2181-49bb-952e-c495d62b2234"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-178b2bb0-2181-49bb-952e-c495d62b2234"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-178b2bb0-2181-49bb-952e-c495d62b2234"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-178b2bb0-2181-49bb-952e-c495d62b2234"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-178b2bb0-2181-49bb-952e-c495d62b2234"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-178b2bb0-2181-49bb-952e-c495d62b2234"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-178b2bb0-2181-49bb-952e-c495d62b2234"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-178b2bb0-2181-49bb-952e-c495d62b2234"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-178b2bb0-2181-49bb-952e-c495d62b2234"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-178b2bb0-2181-49bb-952e-c495d62b2234"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-178b2bb0-2181-49bb-952e-c495d62b2234"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-178b2bb0-2181-49bb-952e-c495d62b2234"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-178b2bb0-2181-49bb-952e-c495d62b2234"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-178b2bb0-2181-49bb-952e-c495d62b2234"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-178b2bb0-2181-49bb-952e-c495d62b2234"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-178b2bb0-2181-49bb-952e-c495d62b2234"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-178b2bb0-2181-49bb-952e-c495d62b2234"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-178b2bb0-2181-49bb-952e-c495d62b2234"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-178b2bb0-2181-49bb-952e-c495d62b2234"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-178b2bb0-2181-49bb-952e-c495d62b2234"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-178b2bb0-2181-49bb-952e-c495d62b2234"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-178b2bb0-2181-49bb-952e-c495d62b2234"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-178b2bb0-2181-49bb-952e-c495d62b2234"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-178b2bb0-2181-49bb-952e-c495d62b2234"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-178b2bb0-2181-49bb-952e-c495d62b2234"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-178b2bb0-2181-49bb-952e-c495d62b2234"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-178b2bb0-2181-49bb-952e-c495d62b2234"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-178b2bb0-2181-49bb-952e-c495d62b2234"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-178b2bb0-2181-49bb-952e-c495d62b2234"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-178b2bb0-2181-49bb-952e-c495d62b2234"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-178b2bb0-2181-49bb-952e-c495d62b2234"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-178b2bb0-2181-49bb-952e-c495d62b2234"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

.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-38454189-d9d8-4a5f-99b5-2821061a4d20 {
  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(208, 58, 58, 1);
text-align: right;
text-decoration: none;
hover-type: color;
}
#s-38454189-d9d8-4a5f-99b5-2821061a4d20:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-38454189-d9d8-4a5f-99b5-2821061a4d20:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-38454189-d9d8-4a5f-99b5-2821061a4d20.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}

#s-4ea42957-cce3-4d59-af06-fe014f6c784b {
  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-4ea42957-cce3-4d59-af06-fe014f6c784b:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-4ea42957-cce3-4d59-af06-fe014f6c784b:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-4ea42957-cce3-4d59-af06-fe014f6c784b-btn-wrapper {
    text-align: left;
  }


#s-4ea42957-cce3-4d59-af06-fe014f6c784b.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}

#s-14dc68d8-dd0c-48da-b5c0-4ab48426f997 {
  background-image: url(https://i.shgcdn.com/4c9c7e5a-e565-47b4-af0a-37ef81ad301f/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
min-height: 600px;
background-position: center center;
}








#s-14dc68d8-dd0c-48da-b5c0-4ab48426f997 > .shg-box-overlay {
  background-color: rgba(6, 23, 76, 1);
  opacity: 0.8;
}#s-14dc68d8-dd0c-48da-b5c0-4ab48426f997.shg-box.shg-c {
  justify-content: center;
}

#s-53f88a20-c6f2-4796-bc5b-4d84540f6e3c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-53f88a20-c6f2-4796-bc5b-4d84540f6e3c .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 46px;
  line-height: 1em;
  letter-spacing: ;
  text-align: center;
}



@media (min-width: 0px) {
[id="s-bc47894b-4c5d-4f8d-818c-85d46fa44050"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-bc47894b-4c5d-4f8d-818c-85d46fa44050"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-bc47894b-4c5d-4f8d-818c-85d46fa44050"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-bc47894b-4c5d-4f8d-818c-85d46fa44050"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-bc47894b-4c5d-4f8d-818c-85d46fa44050"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-bc47894b-4c5d-4f8d-818c-85d46fa44050"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-bc47894b-4c5d-4f8d-818c-85d46fa44050"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-bc47894b-4c5d-4f8d-818c-85d46fa44050"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-bc47894b-4c5d-4f8d-818c-85d46fa44050"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-bc47894b-4c5d-4f8d-818c-85d46fa44050"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-bc47894b-4c5d-4f8d-818c-85d46fa44050"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-bc47894b-4c5d-4f8d-818c-85d46fa44050"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-bc47894b-4c5d-4f8d-818c-85d46fa44050"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-bc47894b-4c5d-4f8d-818c-85d46fa44050"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-bc47894b-4c5d-4f8d-818c-85d46fa44050"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-bc47894b-4c5d-4f8d-818c-85d46fa44050"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-bc47894b-4c5d-4f8d-818c-85d46fa44050"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-bc47894b-4c5d-4f8d-818c-85d46fa44050"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-bc47894b-4c5d-4f8d-818c-85d46fa44050"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-bc47894b-4c5d-4f8d-818c-85d46fa44050"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-bc47894b-4c5d-4f8d-818c-85d46fa44050"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-bc47894b-4c5d-4f8d-818c-85d46fa44050"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-bc47894b-4c5d-4f8d-818c-85d46fa44050"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-bc47894b-4c5d-4f8d-818c-85d46fa44050"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-bc47894b-4c5d-4f8d-818c-85d46fa44050"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-bc47894b-4c5d-4f8d-818c-85d46fa44050"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-bc47894b-4c5d-4f8d-818c-85d46fa44050"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-bc47894b-4c5d-4f8d-818c-85d46fa44050"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-bc47894b-4c5d-4f8d-818c-85d46fa44050"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-bc47894b-4c5d-4f8d-818c-85d46fa44050"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-bc47894b-4c5d-4f8d-818c-85d46fa44050"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-bc47894b-4c5d-4f8d-818c-85d46fa44050"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-bc47894b-4c5d-4f8d-818c-85d46fa44050"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-bc47894b-4c5d-4f8d-818c-85d46fa44050"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-bc47894b-4c5d-4f8d-818c-85d46fa44050"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-bc47894b-4c5d-4f8d-818c-85d46fa44050"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-bc47894b-4c5d-4f8d-818c-85d46fa44050"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-374d01e2-4df0-40e6-ad54-f8d54884ad35 {
  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(208, 58, 58, 1);
text-align: right;
text-decoration: none;
hover-type: color;
}
#s-374d01e2-4df0-40e6-ad54-f8d54884ad35:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-374d01e2-4df0-40e6-ad54-f8d54884ad35:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-374d01e2-4df0-40e6-ad54-f8d54884ad35.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}

#s-486a67e0-b06e-4256-bb31-46dfb24997fe {
  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-486a67e0-b06e-4256-bb31-46dfb24997fe:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-486a67e0-b06e-4256-bb31-46dfb24997fe:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-486a67e0-b06e-4256-bb31-46dfb24997fe-btn-wrapper {
    text-align: left;
  }


#s-486a67e0-b06e-4256-bb31-46dfb24997fe.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}

#s-98926a0d-7162-4e61-b15d-220305d4e321 {
  background-image: url(https://i.shgcdn.com/d85742be-d050-4897-8443-8507ae3c580e/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
min-height: 600px;
background-position: center center;
}








#s-98926a0d-7162-4e61-b15d-220305d4e321 > .shg-box-overlay {
  background-color: rgba(11, 36, 88, 1);
  opacity: 0.7;
}#s-98926a0d-7162-4e61-b15d-220305d4e321.shg-box.shg-c {
  justify-content: center;
}

#s-70ee5453-6bbd-4671-8309-8adde0da3cc2 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-70ee5453-6bbd-4671-8309-8adde0da3cc2 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 46px;
  line-height: 1em;
  letter-spacing: ;
  text-align: center;
}



@media (min-width: 0px) {
[id="s-8e4a1d5f-98c2-4061-b94e-e66756f552dd"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8e4a1d5f-98c2-4061-b94e-e66756f552dd"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-8e4a1d5f-98c2-4061-b94e-e66756f552dd"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-8e4a1d5f-98c2-4061-b94e-e66756f552dd"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-8e4a1d5f-98c2-4061-b94e-e66756f552dd"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-8e4a1d5f-98c2-4061-b94e-e66756f552dd"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-8e4a1d5f-98c2-4061-b94e-e66756f552dd"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-8e4a1d5f-98c2-4061-b94e-e66756f552dd"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-8e4a1d5f-98c2-4061-b94e-e66756f552dd"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-8e4a1d5f-98c2-4061-b94e-e66756f552dd"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-8e4a1d5f-98c2-4061-b94e-e66756f552dd"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-8e4a1d5f-98c2-4061-b94e-e66756f552dd"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-8e4a1d5f-98c2-4061-b94e-e66756f552dd"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-8e4a1d5f-98c2-4061-b94e-e66756f552dd"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-8e4a1d5f-98c2-4061-b94e-e66756f552dd"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-8e4a1d5f-98c2-4061-b94e-e66756f552dd"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-8e4a1d5f-98c2-4061-b94e-e66756f552dd"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-8e4a1d5f-98c2-4061-b94e-e66756f552dd"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-8e4a1d5f-98c2-4061-b94e-e66756f552dd"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-8e4a1d5f-98c2-4061-b94e-e66756f552dd"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-8e4a1d5f-98c2-4061-b94e-e66756f552dd"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-8e4a1d5f-98c2-4061-b94e-e66756f552dd"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-8e4a1d5f-98c2-4061-b94e-e66756f552dd"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-8e4a1d5f-98c2-4061-b94e-e66756f552dd"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-8e4a1d5f-98c2-4061-b94e-e66756f552dd"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-8e4a1d5f-98c2-4061-b94e-e66756f552dd"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-8e4a1d5f-98c2-4061-b94e-e66756f552dd"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-8e4a1d5f-98c2-4061-b94e-e66756f552dd"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-8e4a1d5f-98c2-4061-b94e-e66756f552dd"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-8e4a1d5f-98c2-4061-b94e-e66756f552dd"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-8e4a1d5f-98c2-4061-b94e-e66756f552dd"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-8e4a1d5f-98c2-4061-b94e-e66756f552dd"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-8e4a1d5f-98c2-4061-b94e-e66756f552dd"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-8e4a1d5f-98c2-4061-b94e-e66756f552dd"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-8e4a1d5f-98c2-4061-b94e-e66756f552dd"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-8e4a1d5f-98c2-4061-b94e-e66756f552dd"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-8e4a1d5f-98c2-4061-b94e-e66756f552dd"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-ed4488ae-a601-4018-95d5-589afc605051 {
  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(208, 58, 58, 1);
text-align: right;
text-decoration: none;
hover-type: color;
}
#s-ed4488ae-a601-4018-95d5-589afc605051:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-ed4488ae-a601-4018-95d5-589afc605051:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-ed4488ae-a601-4018-95d5-589afc605051.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}

#s-bbc745ab-d353-496e-a13d-034031408c9b {
  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-bbc745ab-d353-496e-a13d-034031408c9b:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-bbc745ab-d353-496e-a13d-034031408c9b:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-bbc745ab-d353-496e-a13d-034031408c9b-btn-wrapper {
    text-align: left;
  }


#s-bbc745ab-d353-496e-a13d-034031408c9b.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}

#s-7c28cbcd-32fe-4d2b-818b-60a96e401459 {
  background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
min-height: 50px;
background-position: center center;
}








#s-7c28cbcd-32fe-4d2b-818b-60a96e401459 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0.9;
}#s-7c28cbcd-32fe-4d2b-818b-60a96e401459.shg-box.shg-c {
  justify-content: center;
}

#s-6ebaa20c-0e05-42a5-a3cc-91231c07b825 {
  margin-top: 2%;
margin-left: 10%;
margin-bottom: 2%;
margin-right: 10%;
padding-top: 5%;
padding-bottom: 5%;
min-height: 50px;
background-color: rgba(155, 155, 155, 0);
}








#s-6ebaa20c-0e05-42a5-a3cc-91231c07b825 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6ebaa20c-0e05-42a5-a3cc-91231c07b825.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-2da64bc0-c40f-4120-937e-6a9975e0b6c9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2da64bc0-c40f-4120-937e-6a9975e0b6c9"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-2da64bc0-c40f-4120-937e-6a9975e0b6c9"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-2da64bc0-c40f-4120-937e-6a9975e0b6c9"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-2da64bc0-c40f-4120-937e-6a9975e0b6c9"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-2da64bc0-c40f-4120-937e-6a9975e0b6c9"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-2da64bc0-c40f-4120-937e-6a9975e0b6c9"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-2da64bc0-c40f-4120-937e-6a9975e0b6c9"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-2da64bc0-c40f-4120-937e-6a9975e0b6c9"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-2da64bc0-c40f-4120-937e-6a9975e0b6c9"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-2da64bc0-c40f-4120-937e-6a9975e0b6c9"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-2da64bc0-c40f-4120-937e-6a9975e0b6c9"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-2da64bc0-c40f-4120-937e-6a9975e0b6c9"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-2da64bc0-c40f-4120-937e-6a9975e0b6c9"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-2da64bc0-c40f-4120-937e-6a9975e0b6c9"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-2da64bc0-c40f-4120-937e-6a9975e0b6c9"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-2da64bc0-c40f-4120-937e-6a9975e0b6c9"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-2da64bc0-c40f-4120-937e-6a9975e0b6c9"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-2da64bc0-c40f-4120-937e-6a9975e0b6c9"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-2da64bc0-c40f-4120-937e-6a9975e0b6c9"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-2da64bc0-c40f-4120-937e-6a9975e0b6c9"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-2da64bc0-c40f-4120-937e-6a9975e0b6c9"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-2da64bc0-c40f-4120-937e-6a9975e0b6c9"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-2da64bc0-c40f-4120-937e-6a9975e0b6c9"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-2da64bc0-c40f-4120-937e-6a9975e0b6c9"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-2da64bc0-c40f-4120-937e-6a9975e0b6c9"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-2da64bc0-c40f-4120-937e-6a9975e0b6c9"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-2da64bc0-c40f-4120-937e-6a9975e0b6c9"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-2da64bc0-c40f-4120-937e-6a9975e0b6c9"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-2da64bc0-c40f-4120-937e-6a9975e0b6c9"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-2da64bc0-c40f-4120-937e-6a9975e0b6c9"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-2da64bc0-c40f-4120-937e-6a9975e0b6c9"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-2da64bc0-c40f-4120-937e-6a9975e0b6c9"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-2da64bc0-c40f-4120-937e-6a9975e0b6c9"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-2da64bc0-c40f-4120-937e-6a9975e0b6c9"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-2da64bc0-c40f-4120-937e-6a9975e0b6c9"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-2da64bc0-c40f-4120-937e-6a9975e0b6c9"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-06eafa8a-4a19-4771-b099-af8473c4254e {
  background-repeat: no-repeat;
background-size: cover;
padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
min-height: 450px;
background-position: center center;
}








#s-06eafa8a-4a19-4771-b099-af8473c4254e > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.4;
}#s-06eafa8a-4a19-4771-b099-af8473c4254e.shg-box.shg-c {
  justify-content: center;
}

#s-d0082063-0494-4e2a-82ca-b541607c11e3 {
  background-image: url(none);
background-repeat: no-repeat;
margin-bottom: 20px;
margin-right: auto;
padding-top: 10px;
padding-left: 40px;
padding-bottom: 10px;
padding-right: 40px;
border-radius: 2px;
background-color: rgba(185, 32, 32, 1);
text-align: center;
text-decoration: none;
hover-type: color;
}
#s-d0082063-0494-4e2a-82ca-b541607c11e3:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-d0082063-0494-4e2a-82ca-b541607c11e3:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-d0082063-0494-4e2a-82ca-b541607c11e3-btn-wrapper {
    text-align: left;
  }


#s-d0082063-0494-4e2a-82ca-b541607c11e3.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}

#s-02c6be90-e244-4e91-bd6b-b47948236475 {
  background-repeat: no-repeat;
background-size: cover;
padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
min-height: 450px;
background-position: center center;
}








#s-02c6be90-e244-4e91-bd6b-b47948236475 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.4;
}#s-02c6be90-e244-4e91-bd6b-b47948236475.shg-box.shg-c {
  justify-content: center;
}

#s-06d4fe0d-8399-47b4-b7c0-f5c78a58e623 {
  background-image: url(none);
background-repeat: no-repeat;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 40px;
padding-bottom: 10px;
padding-right: 40px;
border-radius: 2px;
background-color: rgba(185, 32, 32, 1);
text-align: center;
text-decoration: none;
hover-type: color;
}
#s-06d4fe0d-8399-47b4-b7c0-f5c78a58e623:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-06d4fe0d-8399-47b4-b7c0-f5c78a58e623:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-06d4fe0d-8399-47b4-b7c0-f5c78a58e623-btn-wrapper {
    text-align: left;
  }


#s-06d4fe0d-8399-47b4-b7c0-f5c78a58e623.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}

#s-c0d591f9-10f7-4801-b3d7-f8bdd22699b3 {
  background-repeat: no-repeat;
background-size: cover;
padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
min-height: 450px;
background-position: left center;
}








#s-c0d591f9-10f7-4801-b3d7-f8bdd22699b3 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.4;
}#s-c0d591f9-10f7-4801-b3d7-f8bdd22699b3.shg-box.shg-c {
  justify-content: center;
}

#s-4ddf4761-a203-498b-9435-18f40ade1b8c {
  background-image: url(none);
background-repeat: no-repeat;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 40px;
padding-bottom: 10px;
padding-right: 40px;
border-radius: 2px;
background-color: rgba(185, 32, 32, 1);
text-align: center;
text-decoration: none;
hover-type: color;
}
#s-4ddf4761-a203-498b-9435-18f40ade1b8c:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-4ddf4761-a203-498b-9435-18f40ade1b8c:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-4ddf4761-a203-498b-9435-18f40ade1b8c-btn-wrapper {
    text-align: left;
  }


#s-4ddf4761-a203-498b-9435-18f40ade1b8c.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}

#s-81f055df-f882-49dc-bab0-fde4cc9833ae {
  background-size: contain;
min-height: 50px;
background-color: rgba(0, 0, 0, 1);
background-position: left center;
}








#s-81f055df-f882-49dc-bab0-fde4cc9833ae > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-81f055df-f882-49dc-bab0-fde4cc9833ae.shg-box.shg-c {
  justify-content: center;
}

#s-bd98e761-69c7-4c2d-bdc2-43322590ef76 {
  background-repeat: no-repeat;
background-size: contain;
min-height: 50px;
background-position: left center;
}








#s-bd98e761-69c7-4c2d-bdc2-43322590ef76 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bd98e761-69c7-4c2d-bdc2-43322590ef76.shg-box.shg-c {
  justify-content: center;
}

#s-5b1af361-8d1e-4711-9ce6-8f344aaeae1f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5b1af361-8d1e-4711-9ce6-8f344aaeae1f .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 26px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-86e6ae21-1fc7-4855-b9e1-a1eb2fc4b6ed {
  background-repeat: no-repeat;
background-size: cover;
border-style: solid;
margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(236, 236, 236, 1);
border-radius: 0px;
min-height: 400px;
background-position: center center;
}
@media (min-width: 1200px){#s-86e6ae21-1fc7-4855-b9e1-a1eb2fc4b6ed {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-86e6ae21-1fc7-4855-b9e1-a1eb2fc4b6ed {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-86e6ae21-1fc7-4855-b9e1-a1eb2fc4b6ed {
  
}
}@media (max-width: 767px){#s-86e6ae21-1fc7-4855-b9e1-a1eb2fc4b6ed {
  
}
}







#s-86e6ae21-1fc7-4855-b9e1-a1eb2fc4b6ed > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-86e6ae21-1fc7-4855-b9e1-a1eb2fc4b6ed.shg-box.shg-c {
  justify-content: center;
}

#s-ef99c4d8-9244-4b84-b7a9-dd5776d2d686 {
  margin-top: auto;
margin-bottom: auto;
min-height: 400px;
}

@media (min-width: 0px) {
[id="s-ef99c4d8-9244-4b84-b7a9-dd5776d2d686"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ef99c4d8-9244-4b84-b7a9-dd5776d2d686"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-ef99c4d8-9244-4b84-b7a9-dd5776d2d686"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-ef99c4d8-9244-4b84-b7a9-dd5776d2d686"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-ef99c4d8-9244-4b84-b7a9-dd5776d2d686"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-ef99c4d8-9244-4b84-b7a9-dd5776d2d686"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-ef99c4d8-9244-4b84-b7a9-dd5776d2d686"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-ef99c4d8-9244-4b84-b7a9-dd5776d2d686"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-ef99c4d8-9244-4b84-b7a9-dd5776d2d686"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-ef99c4d8-9244-4b84-b7a9-dd5776d2d686"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-ef99c4d8-9244-4b84-b7a9-dd5776d2d686"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-ef99c4d8-9244-4b84-b7a9-dd5776d2d686"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-ef99c4d8-9244-4b84-b7a9-dd5776d2d686"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-ef99c4d8-9244-4b84-b7a9-dd5776d2d686"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-ef99c4d8-9244-4b84-b7a9-dd5776d2d686"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-ef99c4d8-9244-4b84-b7a9-dd5776d2d686"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-ef99c4d8-9244-4b84-b7a9-dd5776d2d686"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-ef99c4d8-9244-4b84-b7a9-dd5776d2d686"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-ef99c4d8-9244-4b84-b7a9-dd5776d2d686"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-ef99c4d8-9244-4b84-b7a9-dd5776d2d686"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-ef99c4d8-9244-4b84-b7a9-dd5776d2d686"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-ef99c4d8-9244-4b84-b7a9-dd5776d2d686"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-ef99c4d8-9244-4b84-b7a9-dd5776d2d686"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-ef99c4d8-9244-4b84-b7a9-dd5776d2d686"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-ef99c4d8-9244-4b84-b7a9-dd5776d2d686"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-ef99c4d8-9244-4b84-b7a9-dd5776d2d686"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-ef99c4d8-9244-4b84-b7a9-dd5776d2d686"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-ef99c4d8-9244-4b84-b7a9-dd5776d2d686"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-ef99c4d8-9244-4b84-b7a9-dd5776d2d686"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-ef99c4d8-9244-4b84-b7a9-dd5776d2d686"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-ef99c4d8-9244-4b84-b7a9-dd5776d2d686"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-ef99c4d8-9244-4b84-b7a9-dd5776d2d686"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-ef99c4d8-9244-4b84-b7a9-dd5776d2d686"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-ef99c4d8-9244-4b84-b7a9-dd5776d2d686"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-ef99c4d8-9244-4b84-b7a9-dd5776d2d686"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-ef99c4d8-9244-4b84-b7a9-dd5776d2d686"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-ef99c4d8-9244-4b84-b7a9-dd5776d2d686"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-7b6c9b68-5543-4d01-bcd8-b8ab590ea1d3 {
  background-attachment: fixed;
padding-top: 50px;
padding-left: 50px;
padding-bottom: 50px;
padding-right: 90px;
min-height: 50px;
}








#s-7b6c9b68-5543-4d01-bcd8-b8ab590ea1d3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7b6c9b68-5543-4d01-bcd8-b8ab590ea1d3.shg-box.shg-c {
  justify-content: center;
}

#s-4e1de2bb-604d-4372-80f5-cf41bd172150 {
  padding-top: 50px;
padding-left: 90px;
padding-bottom: 50px;
padding-right: 50px;
min-height: 400px;
background-color: rgba(255, 205, 54, 0);
}








#s-4e1de2bb-604d-4372-80f5-cf41bd172150 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4e1de2bb-604d-4372-80f5-cf41bd172150.shg-box.shg-c {
  justify-content: center;
}

#s-4b8dcbc1-2068-4091-a149-66331ba72390 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4b8dcbc1-2068-4091-a149-66331ba72390 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: 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-b995a854-c3da-44ae-ab36-411e5873b8a2 {
  text-align: center;
}




  #s-b995a854-c3da-44ae-ab36-411e5873b8a2 img.shogun-image {
    
    width: px;
  }


#s-b995a854-c3da-44ae-ab36-411e5873b8a2 .shogun-image-content {
  
    align-items: center;
  
}

#s-843e7d7b-780e-41b5-b4a9-a4a176a2d6a8 {
  min-height: 50px;
}








#s-843e7d7b-780e-41b5-b4a9-a4a176a2d6a8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-843e7d7b-780e-41b5-b4a9-a4a176a2d6a8.shg-box.shg-c {
  justify-content: center;
}

#s-06695581-844f-49a6-ba6d-f50b261fe509 {
  background-size: contain;
min-height: 50px;
background-color: rgba(0, 0, 0, 1);
background-position: left center;
}








#s-06695581-844f-49a6-ba6d-f50b261fe509 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-06695581-844f-49a6-ba6d-f50b261fe509.shg-box.shg-c {
  justify-content: center;
}

#s-3259b70b-b359-40c4-9815-d81310198241 {
  background-repeat: no-repeat;
background-size: contain;
min-height: 50px;
background-position: right center;
}








#s-3259b70b-b359-40c4-9815-d81310198241 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3259b70b-b359-40c4-9815-d81310198241.shg-box.shg-c {
  justify-content: center;
}

#s-4d3e15aa-c9ff-48c4-a986-7ee635771d9f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4d3e15aa-c9ff-48c4-a986-7ee635771d9f .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 26px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-5bd7a66c-5ff4-4d09-ae99-f25447d80b55 {
  padding-top: 3%;
padding-bottom: 3%;
min-height: 50px;
}








#s-5bd7a66c-5ff4-4d09-ae99-f25447d80b55 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5bd7a66c-5ff4-4d09-ae99-f25447d80b55.shg-box.shg-c {
  justify-content: center;
}

#s-4f9d1e71-f777-48d1-949c-62b37fb7a4c6 {
  margin-top: 50px;
margin-left: 10%;
margin-bottom: 50px;
margin-right: 10%;
}
@media (min-width: 1200px){#s-4f9d1e71-f777-48d1-949c-62b37fb7a4c6 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-4f9d1e71-f777-48d1-949c-62b37fb7a4c6 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-4f9d1e71-f777-48d1-949c-62b37fb7a4c6 {
  
}
}@media (max-width: 767px){#s-4f9d1e71-f777-48d1-949c-62b37fb7a4c6 {
  
}
}
@media (min-width: 0px) {
[id="s-4f9d1e71-f777-48d1-949c-62b37fb7a4c6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4f9d1e71-f777-48d1-949c-62b37fb7a4c6"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 16.666666666666668px);
}

[id="s-4f9d1e71-f777-48d1-949c-62b37fb7a4c6"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 16.666666666666668px);
}

[id="s-4f9d1e71-f777-48d1-949c-62b37fb7a4c6"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 16.666666666666668px);
}

[id="s-4f9d1e71-f777-48d1-949c-62b37fb7a4c6"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

[id="s-4f9d1e71-f777-48d1-949c-62b37fb7a4c6"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 16.666666666666668px);
}

[id="s-4f9d1e71-f777-48d1-949c-62b37fb7a4c6"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 16.666666666666668px);
}

[id="s-4f9d1e71-f777-48d1-949c-62b37fb7a4c6"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 16.666666666666668px);
}

[id="s-4f9d1e71-f777-48d1-949c-62b37fb7a4c6"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 16.666666666666668px);
}

[id="s-4f9d1e71-f777-48d1-949c-62b37fb7a4c6"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 16.666666666666668px);
}

[id="s-4f9d1e71-f777-48d1-949c-62b37fb7a4c6"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 16.666666666666668px);
}

[id="s-4f9d1e71-f777-48d1-949c-62b37fb7a4c6"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 16.666666666666668px);
}

[id="s-4f9d1e71-f777-48d1-949c-62b37fb7a4c6"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 16.666666666666668px);
}

}

@media (min-width: 992px) {
[id="s-4f9d1e71-f777-48d1-949c-62b37fb7a4c6"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 16.666666666666668px);
}

[id="s-4f9d1e71-f777-48d1-949c-62b37fb7a4c6"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 16.666666666666668px);
}

[id="s-4f9d1e71-f777-48d1-949c-62b37fb7a4c6"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 16.666666666666668px);
}

[id="s-4f9d1e71-f777-48d1-949c-62b37fb7a4c6"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

[id="s-4f9d1e71-f777-48d1-949c-62b37fb7a4c6"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 16.666666666666668px);
}

[id="s-4f9d1e71-f777-48d1-949c-62b37fb7a4c6"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 16.666666666666668px);
}

[id="s-4f9d1e71-f777-48d1-949c-62b37fb7a4c6"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 16.666666666666668px);
}

[id="s-4f9d1e71-f777-48d1-949c-62b37fb7a4c6"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 16.666666666666668px);
}

[id="s-4f9d1e71-f777-48d1-949c-62b37fb7a4c6"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 16.666666666666668px);
}

[id="s-4f9d1e71-f777-48d1-949c-62b37fb7a4c6"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 16.666666666666668px);
}

[id="s-4f9d1e71-f777-48d1-949c-62b37fb7a4c6"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 16.666666666666668px);
}

[id="s-4f9d1e71-f777-48d1-949c-62b37fb7a4c6"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 16.666666666666668px);
}

}

@media (min-width: 1200px) {
[id="s-4f9d1e71-f777-48d1-949c-62b37fb7a4c6"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 16.666666666666668px);
}

[id="s-4f9d1e71-f777-48d1-949c-62b37fb7a4c6"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 16.666666666666668px);
}

[id="s-4f9d1e71-f777-48d1-949c-62b37fb7a4c6"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 16.666666666666668px);
}

[id="s-4f9d1e71-f777-48d1-949c-62b37fb7a4c6"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

[id="s-4f9d1e71-f777-48d1-949c-62b37fb7a4c6"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 16.666666666666668px);
}

[id="s-4f9d1e71-f777-48d1-949c-62b37fb7a4c6"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 16.666666666666668px);
}

[id="s-4f9d1e71-f777-48d1-949c-62b37fb7a4c6"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 16.666666666666668px);
}

[id="s-4f9d1e71-f777-48d1-949c-62b37fb7a4c6"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 16.666666666666668px);
}

[id="s-4f9d1e71-f777-48d1-949c-62b37fb7a4c6"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 16.666666666666668px);
}

[id="s-4f9d1e71-f777-48d1-949c-62b37fb7a4c6"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 16.666666666666668px);
}

[id="s-4f9d1e71-f777-48d1-949c-62b37fb7a4c6"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 16.666666666666668px);
}

[id="s-4f9d1e71-f777-48d1-949c-62b37fb7a4c6"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 16.666666666666668px);
}

}

#s-91b1c008-1e33-4de0-9eab-a369ec8d3143 {
  box-shadow:1px 1px 16px 1px rgba(0, 0, 0, 0);
border-style: solid;
margin-bottom: 25px;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(235, 235, 235, 1);
border-style: solid;
border-radius: 3px;
min-height: 300px;
background-color: rgba(255, 255, 255, 1);
}








#s-91b1c008-1e33-4de0-9eab-a369ec8d3143 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-91b1c008-1e33-4de0-9eab-a369ec8d3143.shg-box.shg-c {
  justify-content: center;
}

#s-cb09b634-c46e-4ded-b0c7-16ad1e5e22cb {
  margin-top: 40px;
margin-left: 20px;
margin-right: 20px;
}

#s-cb09b634-c46e-4ded-b0c7-16ad1e5e22cb .shogun-icon-wrapper {
  text-align: center;
}


#s-cb09b634-c46e-4ded-b0c7-16ad1e5e22cb .shogun-icon-wrapper > .shogun-icon {

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

#s-2b488645-9e72-4758-8855-74a229d6e955 {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 40px;
margin-right: 20px;
opacity: 1;
}
@media (min-width: 1200px){#s-2b488645-9e72-4758-8855-74a229d6e955 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-2b488645-9e72-4758-8855-74a229d6e955 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-2b488645-9e72-4758-8855-74a229d6e955 {
  
}
}@media (max-width: 767px){#s-2b488645-9e72-4758-8855-74a229d6e955 {
  
}
}
#s-6b39f7a0-29e8-49d1-b8af-f79e0fb98a41 {
  box-shadow:1px 1px 16px 1px rgba(0, 0, 0, 0);
border-style: solid;
margin-bottom: 25px;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(235, 235, 235, 1);
border-style: solid;
border-radius: 3px;
min-height: 300px;
background-color: rgba(255, 255, 255, 1);
}








#s-6b39f7a0-29e8-49d1-b8af-f79e0fb98a41 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6b39f7a0-29e8-49d1-b8af-f79e0fb98a41.shg-box.shg-c {
  justify-content: center;
}

#s-36ba6380-3072-45e6-9cbb-dc4ccac2bcdb {
  margin-top: 40px;
margin-left: 20px;
margin-right: 20px;
}

#s-36ba6380-3072-45e6-9cbb-dc4ccac2bcdb .shogun-icon-wrapper {
  text-align: center;
}


#s-36ba6380-3072-45e6-9cbb-dc4ccac2bcdb .shogun-icon-wrapper > .shogun-icon {

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

#s-b67aec5a-344f-4691-a2a9-6f3742d00f29 {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 40px;
margin-right: 20px;
opacity: 1;
}
@media (min-width: 1200px){#s-b67aec5a-344f-4691-a2a9-6f3742d00f29 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-b67aec5a-344f-4691-a2a9-6f3742d00f29 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-b67aec5a-344f-4691-a2a9-6f3742d00f29 {
  
}
}@media (max-width: 767px){#s-b67aec5a-344f-4691-a2a9-6f3742d00f29 {
  
}
}
#s-4e22e268-f9e7-483a-a848-05f1246778d2 {
  box-shadow:1px 1px 16px 1px rgba(0, 0, 0, 0);
border-style: solid;
margin-bottom: 25px;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(235, 235, 235, 1);
border-style: solid;
border-radius: 3px;
min-height: 300px;
background-color: rgba(255, 255, 255, 1);
}








#s-4e22e268-f9e7-483a-a848-05f1246778d2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4e22e268-f9e7-483a-a848-05f1246778d2.shg-box.shg-c {
  justify-content: center;
}

#s-746892c5-fb85-4720-9bc7-6ab055975ff6 {
  margin-top: 40px;
margin-left: 20px;
margin-right: 20px;
}

#s-746892c5-fb85-4720-9bc7-6ab055975ff6 .shogun-icon-wrapper {
  text-align: center;
}


#s-746892c5-fb85-4720-9bc7-6ab055975ff6 .shogun-icon-wrapper > .shogun-icon {

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

#s-47afab6e-3225-4631-a2f5-3bcb76b07a9c {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 40px;
margin-right: 20px;
opacity: 1;
}
@media (min-width: 1200px){#s-47afab6e-3225-4631-a2f5-3bcb76b07a9c {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-47afab6e-3225-4631-a2f5-3bcb76b07a9c {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-47afab6e-3225-4631-a2f5-3bcb76b07a9c {
  
}
}@media (max-width: 767px){#s-47afab6e-3225-4631-a2f5-3bcb76b07a9c {
  
}
}
#s-c63a75cf-704c-4a53-b25d-450e9188b762 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 200px;
}








#s-c63a75cf-704c-4a53-b25d-450e9188b762 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c63a75cf-704c-4a53-b25d-450e9188b762.shg-box.shg-c {
  justify-content: center;
}

#s-583d5653-a714-4d03-becc-08de40e465c0 {
  text-align: center;
}




  #s-583d5653-a714-4d03-becc-08de40e465c0 img.shogun-image {
    
    width: px;
  }


#s-583d5653-a714-4d03-becc-08de40e465c0 .shogun-image-content {
  
    align-items: center;
  
}

#s-ed283018-a5b1-4ba4-9685-57cbd46936b9 {
  min-height: 50px;
}








#s-ed283018-a5b1-4ba4-9685-57cbd46936b9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ed283018-a5b1-4ba4-9685-57cbd46936b9.shg-box.shg-c {
  justify-content: center;
}

#s-c9038a24-e7b8-45a4-9f5d-65a6f94561d5 {
  min-height: 50px;
background-color: rgba(0, 0, 0, 1);
}
@media (min-width: 1200px){#s-c9038a24-e7b8-45a4-9f5d-65a6f94561d5 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-c9038a24-e7b8-45a4-9f5d-65a6f94561d5 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-c9038a24-e7b8-45a4-9f5d-65a6f94561d5 {
  
}
}@media (max-width: 767px){#s-c9038a24-e7b8-45a4-9f5d-65a6f94561d5 {
  
}
}







#s-c9038a24-e7b8-45a4-9f5d-65a6f94561d5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c9038a24-e7b8-45a4-9f5d-65a6f94561d5.shg-box.shg-c {
  justify-content: flex-start;
}

#s-499b87f9-9961-4ad2-a73b-954e71f1cfc5 {
  background-size: contain;
min-height: 50px;
background-color: rgba(0, 0, 0, 1);
background-position: left center;
}








#s-499b87f9-9961-4ad2-a73b-954e71f1cfc5 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-499b87f9-9961-4ad2-a73b-954e71f1cfc5.shg-box.shg-c {
  justify-content: center;
}

#s-eaa7e740-68e6-42e6-9186-7418c406efcd {
  background-repeat: no-repeat;
background-size: contain;
min-height: 50px;
background-position: left center;
background-attachment: scroll;
}








#s-eaa7e740-68e6-42e6-9186-7418c406efcd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-eaa7e740-68e6-42e6-9186-7418c406efcd.shg-box.shg-c {
  justify-content: center;
}

#s-0172d7a5-0578-479a-8c80-37e573004569 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0172d7a5-0578-479a-8c80-37e573004569 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 26px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-8317aa1f-c64a-46f6-a14b-ffb54aebd0c2 {
  min-height: 50px;
}








#s-8317aa1f-c64a-46f6-a14b-ffb54aebd0c2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8317aa1f-c64a-46f6-a14b-ffb54aebd0c2.shg-box.shg-c {
  justify-content: center;
}

#s-5a051782-ab86-4b02-9e0e-d5ab6b062df6 {
  
}

@media (min-width: 0px) {
[id="s-5a051782-ab86-4b02-9e0e-d5ab6b062df6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5a051782-ab86-4b02-9e0e-d5ab6b062df6"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-5a051782-ab86-4b02-9e0e-d5ab6b062df6"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-5a051782-ab86-4b02-9e0e-d5ab6b062df6"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-5a051782-ab86-4b02-9e0e-d5ab6b062df6"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-5a051782-ab86-4b02-9e0e-d5ab6b062df6"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-5a051782-ab86-4b02-9e0e-d5ab6b062df6"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-5a051782-ab86-4b02-9e0e-d5ab6b062df6"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-5a051782-ab86-4b02-9e0e-d5ab6b062df6"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-5a051782-ab86-4b02-9e0e-d5ab6b062df6"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-5a051782-ab86-4b02-9e0e-d5ab6b062df6"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-5a051782-ab86-4b02-9e0e-d5ab6b062df6"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-5a051782-ab86-4b02-9e0e-d5ab6b062df6"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-5a051782-ab86-4b02-9e0e-d5ab6b062df6"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-5a051782-ab86-4b02-9e0e-d5ab6b062df6"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-5a051782-ab86-4b02-9e0e-d5ab6b062df6"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-5a051782-ab86-4b02-9e0e-d5ab6b062df6"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-5a051782-ab86-4b02-9e0e-d5ab6b062df6"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-5a051782-ab86-4b02-9e0e-d5ab6b062df6"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-5a051782-ab86-4b02-9e0e-d5ab6b062df6"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-5a051782-ab86-4b02-9e0e-d5ab6b062df6"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-5a051782-ab86-4b02-9e0e-d5ab6b062df6"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-5a051782-ab86-4b02-9e0e-d5ab6b062df6"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-5a051782-ab86-4b02-9e0e-d5ab6b062df6"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-5a051782-ab86-4b02-9e0e-d5ab6b062df6"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-5a051782-ab86-4b02-9e0e-d5ab6b062df6"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-5a051782-ab86-4b02-9e0e-d5ab6b062df6"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-5a051782-ab86-4b02-9e0e-d5ab6b062df6"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-5a051782-ab86-4b02-9e0e-d5ab6b062df6"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-5a051782-ab86-4b02-9e0e-d5ab6b062df6"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-5a051782-ab86-4b02-9e0e-d5ab6b062df6"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-5a051782-ab86-4b02-9e0e-d5ab6b062df6"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-5a051782-ab86-4b02-9e0e-d5ab6b062df6"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-5a051782-ab86-4b02-9e0e-d5ab6b062df6"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-5a051782-ab86-4b02-9e0e-d5ab6b062df6"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-5a051782-ab86-4b02-9e0e-d5ab6b062df6"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-5a051782-ab86-4b02-9e0e-d5ab6b062df6"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-b4ed9164-7597-4af5-8d45-6927a947819f {
  background-repeat: no-repeat;
background-size: cover;
min-height: 550px;
background-position: center center;
}








#s-b4ed9164-7597-4af5-8d45-6927a947819f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b4ed9164-7597-4af5-8d45-6927a947819f.shg-box.shg-c {
  justify-content: center;
}

#s-41f092ea-54a6-4a71-89ad-7178d2751637 {
  padding-left: 5%;
padding-right: 5%;
min-height: 500px;
}








#s-41f092ea-54a6-4a71-89ad-7178d2751637 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-41f092ea-54a6-4a71-89ad-7178d2751637.shg-box.shg-c {
  justify-content: center;
}

#s-f2678b9b-2ea0-4b5f-9de4-c36f3d1802ae {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 15px;
padding-bottom: 10px;
padding-right: 15px;
}

#s-79d63941-0924-4f39-a840-dfaa451c9bfb {
  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(209, 29, 29, 1);
text-align: center;
text-decoration: none;
hover-type: color;
}
#s-79d63941-0924-4f39-a840-dfaa451c9bfb:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-79d63941-0924-4f39-a840-dfaa451c9bfb:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-79d63941-0924-4f39-a840-dfaa451c9bfb.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  
  display:  inline-block ;
}

#s-be82df86-b675-4162-9c5c-6ce798d2f4d4 {
  min-height: 50px;
background-color: rgba(33, 69, 131, 1);
}








#s-be82df86-b675-4162-9c5c-6ce798d2f4d4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-be82df86-b675-4162-9c5c-6ce798d2f4d4.shg-box.shg-c {
  justify-content: center;
}

#s-81cd234d-3281-4ae0-95ab-00447d4f3a19 {
  background-repeat: no-repeat;
background-size: contain;
min-height: 50px;
background-position: right center;
}








#s-81cd234d-3281-4ae0-95ab-00447d4f3a19 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-81cd234d-3281-4ae0-95ab-00447d4f3a19.shg-box.shg-c {
  justify-content: center;
}

#s-0cc68c30-4913-40cd-b00b-3817ac5a67e0 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(0, 0, 0, 0);
}

#s-0cc68c30-4913-40cd-b00b-3817ac5a67e0 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-2ef02a32-8de3-4978-974d-fc97730dd98c {
  background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
padding-top: 5%;
padding-left: 5px;
padding-bottom: 5%;
padding-right: 5px;
min-height: 50px;
background-position: center center;
}








#s-2ef02a32-8de3-4978-974d-fc97730dd98c > .shg-box-overlay {
  background-color: rgba(212, 212, 212, 1);
  opacity: 0.8;
}#s-2ef02a32-8de3-4978-974d-fc97730dd98c.shg-box.shg-c {
  justify-content: center;
}

#s-b501f5d8-3cc3-4f96-99cd-004ea2d2d5d7 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 1200px;
}








#s-b501f5d8-3cc3-4f96-99cd-004ea2d2d5d7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b501f5d8-3cc3-4f96-99cd-004ea2d2d5d7.shg-box.shg-c {
  justify-content: center;
}

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

.shg-category-grid {
  margin: -20px 0;
}

.shg-category-row,
.shg-category-row-hor {
  display: flex;
  margin: 20px 0;
}

.shg-category-col,
.shg-category-col-1 {
  flex: 1;
  padding: 0 10px;
}

.shg-category-col:last-child {
  padding-right: 0;
}

.shg-category-col:first-child {
  padding-left: 0;
}

.shg-category-col-2 {
  flex: 2;
  padding: 0 20px;
}

.shg-category-col-3 {
  flex: 3;
  padding: 0 30px;
}

.shg-category-col-4 {
  flex: 4;
  padding: 0 40px;
}

.shg-category-col-5 {
  flex: 5;
  padding: 0 50px;
}

@media (max-width: 768px) {
  .shg-category-row.stacked {
    display: block;
  }

  .shg-category-row .shg-category-col {
    padding: 20px 0;
  }

  .shg-category-row .shg-category-col:first-child {
    padding-top: 0;
  }

  .shg-category-row .shg-category-col:last-child {
    padding-bottom: 0;
  }
}

@media (max-width: 480px) {
  .shg-category-row-hor {
    display: flex;
    flex-wrap: wrap;
  }

  .shg-category-row-hor .shg-category-col,
  .shg-category-row-hor .shg-category-col:first-child,
  .shg-category-row-hor .shg-category-col:last-child {
    min-width: 50%;
    max-width: 50%;
    padding-top: 0;
    padding-left: 3px;
    padding-right: 3px;
    padding-bottom: 3px;
  }
}

#s-fdbf2413-6bab-488d-9f96-0726d2aa3a04 {
  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-855d828e-cd5a-499f-bfae-3a678e16df4a {
  padding-top: 23%;
padding-left: 10%;
padding-bottom: 23%;
padding-right: 10%;
text-align: left;
background-color: rgba(255, 255, 255, 1);
}


.shg-c#s-855d828e-cd5a-499f-bfae-3a678e16df4a {
  max-width: 100%;
}

.shg-c#s-855d828e-cd5a-499f-bfae-3a678e16df4a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-855d828e-cd5a-499f-bfae-3a678e16df4a .shg-image-zoom,
.shg-c#s-855d828e-cd5a-499f-bfae-3a678e16df4a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-855d828e-cd5a-499f-bfae-3a678e16df4a .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-855d828e-cd5a-499f-bfae-3a678e16df4a {
  max-width: 100%;
}

.shg-c#s-855d828e-cd5a-499f-bfae-3a678e16df4a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-855d828e-cd5a-499f-bfae-3a678e16df4a .shg-image-zoom,
.shg-c#s-855d828e-cd5a-499f-bfae-3a678e16df4a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-855d828e-cd5a-499f-bfae-3a678e16df4a .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-855d828e-cd5a-499f-bfae-3a678e16df4a {
  max-width: 100%;
}

.shg-c#s-855d828e-cd5a-499f-bfae-3a678e16df4a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-855d828e-cd5a-499f-bfae-3a678e16df4a .shg-image-zoom,
.shg-c#s-855d828e-cd5a-499f-bfae-3a678e16df4a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-855d828e-cd5a-499f-bfae-3a678e16df4a .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-855d828e-cd5a-499f-bfae-3a678e16df4a {
  max-width: 100%;
}

.shg-c#s-855d828e-cd5a-499f-bfae-3a678e16df4a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-855d828e-cd5a-499f-bfae-3a678e16df4a .shg-image-zoom,
.shg-c#s-855d828e-cd5a-499f-bfae-3a678e16df4a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-855d828e-cd5a-499f-bfae-3a678e16df4a .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-855d828e-cd5a-499f-bfae-3a678e16df4a {
  max-width: 100%;
}

.shg-c#s-855d828e-cd5a-499f-bfae-3a678e16df4a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-855d828e-cd5a-499f-bfae-3a678e16df4a .shg-image-zoom,
.shg-c#s-855d828e-cd5a-499f-bfae-3a678e16df4a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-855d828e-cd5a-499f-bfae-3a678e16df4a .shg-image-zoom {
  
    margin-left: 0px;
  
}

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

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

#s-00623087-eeae-4175-bf41-358c9b300f62 {
  margin-top: 20px;
margin-left: 8px;
margin-right: 8px;
padding-top: 10px;
padding-bottom: 10px;
min-height: 100px;
text-align: center;
}

#s-00623087-eeae-4175-bf41-358c9b300f62 .shg-product-title-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
}

.shg-btn.shg-cse, .shg-btn.shg-cse:hover, .shg-btn.shg-cse:focus {
  color: #FFF;
}

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

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

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

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

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

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

#s-d81e9328-76b2-40a7-b192-84aa0fbd1e4f {
  margin-bottom: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(208, 58, 58, 1);
text-align: center;
cursor: pointer;
}
#s-d81e9328-76b2-40a7-b192-84aa0fbd1e4f:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-d81e9328-76b2-40a7-b192-84aa0fbd1e4f:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-d81e9328-76b2-40a7-b192-84aa0fbd1e4f {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-d81e9328-76b2-40a7-b192-84aa0fbd1e4f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d81e9328-76b2-40a7-b192-84aa0fbd1e4f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-d81e9328-76b2-40a7-b192-84aa0fbd1e4f.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-e61a674c-13db-403b-ad9d-5699349cb4f6 {
  display: none;
}
#s-0f9b8dde-1218-4cf1-8032-2bc78512f7e4 {
  text-align: left;
}


.shg-c#s-0f9b8dde-1218-4cf1-8032-2bc78512f7e4 {
  max-width: 100%;
}

.shg-c#s-0f9b8dde-1218-4cf1-8032-2bc78512f7e4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0f9b8dde-1218-4cf1-8032-2bc78512f7e4 .shg-image-zoom,
.shg-c#s-0f9b8dde-1218-4cf1-8032-2bc78512f7e4 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-0f9b8dde-1218-4cf1-8032-2bc78512f7e4 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-0f9b8dde-1218-4cf1-8032-2bc78512f7e4 {
  max-width: 100%;
}

.shg-c#s-0f9b8dde-1218-4cf1-8032-2bc78512f7e4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0f9b8dde-1218-4cf1-8032-2bc78512f7e4 .shg-image-zoom,
.shg-c#s-0f9b8dde-1218-4cf1-8032-2bc78512f7e4 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-0f9b8dde-1218-4cf1-8032-2bc78512f7e4 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-0f9b8dde-1218-4cf1-8032-2bc78512f7e4 {
  max-width: 100%;
}

.shg-c#s-0f9b8dde-1218-4cf1-8032-2bc78512f7e4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0f9b8dde-1218-4cf1-8032-2bc78512f7e4 .shg-image-zoom,
.shg-c#s-0f9b8dde-1218-4cf1-8032-2bc78512f7e4 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-0f9b8dde-1218-4cf1-8032-2bc78512f7e4 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-0f9b8dde-1218-4cf1-8032-2bc78512f7e4 {
  max-width: 100%;
}

.shg-c#s-0f9b8dde-1218-4cf1-8032-2bc78512f7e4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0f9b8dde-1218-4cf1-8032-2bc78512f7e4 .shg-image-zoom,
.shg-c#s-0f9b8dde-1218-4cf1-8032-2bc78512f7e4 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-0f9b8dde-1218-4cf1-8032-2bc78512f7e4 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-0f9b8dde-1218-4cf1-8032-2bc78512f7e4 {
  max-width: 100%;
}

.shg-c#s-0f9b8dde-1218-4cf1-8032-2bc78512f7e4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0f9b8dde-1218-4cf1-8032-2bc78512f7e4 .shg-image-zoom,
.shg-c#s-0f9b8dde-1218-4cf1-8032-2bc78512f7e4 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-0f9b8dde-1218-4cf1-8032-2bc78512f7e4 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-4ecb7036-756f-4b0c-9591-85a6090e0cbf {
  margin-top: 20px;
margin-left: 8px;
margin-right: 8px;
padding-top: 10px;
padding-bottom: 10px;
min-height: 100px;
text-align: center;
}

#s-4ecb7036-756f-4b0c-9591-85a6090e0cbf .shg-product-title-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
}

#s-45347cea-0e43-4f8a-991b-cf8f262c13a9 {
  margin-bottom: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(208, 58, 58, 1);
text-align: center;
cursor: pointer;
}
#s-45347cea-0e43-4f8a-991b-cf8f262c13a9:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-45347cea-0e43-4f8a-991b-cf8f262c13a9:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-45347cea-0e43-4f8a-991b-cf8f262c13a9 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-45347cea-0e43-4f8a-991b-cf8f262c13a9.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-45347cea-0e43-4f8a-991b-cf8f262c13a9.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-45347cea-0e43-4f8a-991b-cf8f262c13a9.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-c2905a1a-ca31-408f-8789-513ba1070351 {
  display: none;
}
#s-960e93ba-5bae-472d-a2c9-c8307c6a2e1d {
  text-align: left;
}


.shg-c#s-960e93ba-5bae-472d-a2c9-c8307c6a2e1d {
  max-width: 100%;
}

.shg-c#s-960e93ba-5bae-472d-a2c9-c8307c6a2e1d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-960e93ba-5bae-472d-a2c9-c8307c6a2e1d .shg-image-zoom,
.shg-c#s-960e93ba-5bae-472d-a2c9-c8307c6a2e1d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-960e93ba-5bae-472d-a2c9-c8307c6a2e1d .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-960e93ba-5bae-472d-a2c9-c8307c6a2e1d {
  max-width: 100%;
}

.shg-c#s-960e93ba-5bae-472d-a2c9-c8307c6a2e1d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-960e93ba-5bae-472d-a2c9-c8307c6a2e1d .shg-image-zoom,
.shg-c#s-960e93ba-5bae-472d-a2c9-c8307c6a2e1d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-960e93ba-5bae-472d-a2c9-c8307c6a2e1d .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-960e93ba-5bae-472d-a2c9-c8307c6a2e1d {
  max-width: 100%;
}

.shg-c#s-960e93ba-5bae-472d-a2c9-c8307c6a2e1d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-960e93ba-5bae-472d-a2c9-c8307c6a2e1d .shg-image-zoom,
.shg-c#s-960e93ba-5bae-472d-a2c9-c8307c6a2e1d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-960e93ba-5bae-472d-a2c9-c8307c6a2e1d .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-960e93ba-5bae-472d-a2c9-c8307c6a2e1d {
  max-width: 100%;
}

.shg-c#s-960e93ba-5bae-472d-a2c9-c8307c6a2e1d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-960e93ba-5bae-472d-a2c9-c8307c6a2e1d .shg-image-zoom,
.shg-c#s-960e93ba-5bae-472d-a2c9-c8307c6a2e1d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-960e93ba-5bae-472d-a2c9-c8307c6a2e1d .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-960e93ba-5bae-472d-a2c9-c8307c6a2e1d {
  max-width: 100%;
}

.shg-c#s-960e93ba-5bae-472d-a2c9-c8307c6a2e1d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-960e93ba-5bae-472d-a2c9-c8307c6a2e1d .shg-image-zoom,
.shg-c#s-960e93ba-5bae-472d-a2c9-c8307c6a2e1d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-960e93ba-5bae-472d-a2c9-c8307c6a2e1d .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-09d147f6-77a7-4a62-aa87-4b65a34c7549 {
  margin-top: 20px;
margin-left: 8px;
margin-right: 8px;
padding-top: 10px;
padding-bottom: 10px;
min-height: 100px;
text-align: center;
}

#s-09d147f6-77a7-4a62-aa87-4b65a34c7549 .shg-product-title-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
}

#s-0c64bdd0-bfbb-4da0-8b1e-bef1383ab51f {
  margin-bottom: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(208, 58, 58, 1);
text-align: center;
cursor: pointer;
}
#s-0c64bdd0-bfbb-4da0-8b1e-bef1383ab51f:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-0c64bdd0-bfbb-4da0-8b1e-bef1383ab51f:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-0c64bdd0-bfbb-4da0-8b1e-bef1383ab51f {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-0c64bdd0-bfbb-4da0-8b1e-bef1383ab51f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-0c64bdd0-bfbb-4da0-8b1e-bef1383ab51f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-0c64bdd0-bfbb-4da0-8b1e-bef1383ab51f.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-94f85c5b-88a9-4d33-8a59-b459be4b2298 {
  display: none;
}
#s-68923155-56ad-4a3f-819e-5af3702b9d1a {
  text-align: left;
}


.shg-c#s-68923155-56ad-4a3f-819e-5af3702b9d1a {
  max-width: 100%;
}

.shg-c#s-68923155-56ad-4a3f-819e-5af3702b9d1a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-68923155-56ad-4a3f-819e-5af3702b9d1a .shg-image-zoom,
.shg-c#s-68923155-56ad-4a3f-819e-5af3702b9d1a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-68923155-56ad-4a3f-819e-5af3702b9d1a .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-68923155-56ad-4a3f-819e-5af3702b9d1a {
  max-width: 100%;
}

.shg-c#s-68923155-56ad-4a3f-819e-5af3702b9d1a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-68923155-56ad-4a3f-819e-5af3702b9d1a .shg-image-zoom,
.shg-c#s-68923155-56ad-4a3f-819e-5af3702b9d1a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-68923155-56ad-4a3f-819e-5af3702b9d1a .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-68923155-56ad-4a3f-819e-5af3702b9d1a {
  max-width: 100%;
}

.shg-c#s-68923155-56ad-4a3f-819e-5af3702b9d1a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-68923155-56ad-4a3f-819e-5af3702b9d1a .shg-image-zoom,
.shg-c#s-68923155-56ad-4a3f-819e-5af3702b9d1a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-68923155-56ad-4a3f-819e-5af3702b9d1a .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-68923155-56ad-4a3f-819e-5af3702b9d1a {
  max-width: 100%;
}

.shg-c#s-68923155-56ad-4a3f-819e-5af3702b9d1a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-68923155-56ad-4a3f-819e-5af3702b9d1a .shg-image-zoom,
.shg-c#s-68923155-56ad-4a3f-819e-5af3702b9d1a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-68923155-56ad-4a3f-819e-5af3702b9d1a .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-68923155-56ad-4a3f-819e-5af3702b9d1a {
  max-width: 100%;
}

.shg-c#s-68923155-56ad-4a3f-819e-5af3702b9d1a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-68923155-56ad-4a3f-819e-5af3702b9d1a .shg-image-zoom,
.shg-c#s-68923155-56ad-4a3f-819e-5af3702b9d1a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-68923155-56ad-4a3f-819e-5af3702b9d1a .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-c66fe480-3f3b-42bf-9ae6-4adbec676b8c {
  margin-top: 20px;
margin-left: 8px;
margin-right: 8px;
padding-top: 10px;
padding-bottom: 10px;
min-height: 100px;
text-align: center;
}

#s-c66fe480-3f3b-42bf-9ae6-4adbec676b8c .shg-product-title-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
}

#s-c90957b7-78b3-42fc-869c-d0a2bce706b5 {
  margin-bottom: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(208, 58, 58, 1);
text-align: center;
cursor: pointer;
}
#s-c90957b7-78b3-42fc-869c-d0a2bce706b5:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-c90957b7-78b3-42fc-869c-d0a2bce706b5:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-c90957b7-78b3-42fc-869c-d0a2bce706b5 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-c90957b7-78b3-42fc-869c-d0a2bce706b5.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c90957b7-78b3-42fc-869c-d0a2bce706b5.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-c90957b7-78b3-42fc-869c-d0a2bce706b5.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-b2fee81c-0430-490c-af64-f1687ff133dc {
  min-height: 50px;
}








#s-b2fee81c-0430-490c-af64-f1687ff133dc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b2fee81c-0430-490c-af64-f1687ff133dc.shg-box.shg-c {
  justify-content: center;
}

#s-e8e489b5-7220-4dd7-9b51-395fc7644f6d {
  background-repeat: no-repeat;
background-size: cover;
padding-top: 5%;
padding-bottom: 5%;
min-height: 50px;
background-position: center center;
}








#s-e8e489b5-7220-4dd7-9b51-395fc7644f6d > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.8;
}#s-e8e489b5-7220-4dd7-9b51-395fc7644f6d.shg-box.shg-c {
  justify-content: center;
}

#s-888d2ae8-1b3c-4ef7-8c76-b6b039681c41 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 1200px;
}








#s-888d2ae8-1b3c-4ef7-8c76-b6b039681c41 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-888d2ae8-1b3c-4ef7-8c76-b6b039681c41.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-47779c6a-ed30-4a33-bc90-f187b2d2796e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-47779c6a-ed30-4a33-bc90-f187b2d2796e"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-47779c6a-ed30-4a33-bc90-f187b2d2796e"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-47779c6a-ed30-4a33-bc90-f187b2d2796e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-47779c6a-ed30-4a33-bc90-f187b2d2796e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-47779c6a-ed30-4a33-bc90-f187b2d2796e"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-47779c6a-ed30-4a33-bc90-f187b2d2796e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-47779c6a-ed30-4a33-bc90-f187b2d2796e"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-47779c6a-ed30-4a33-bc90-f187b2d2796e"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-47779c6a-ed30-4a33-bc90-f187b2d2796e"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-47779c6a-ed30-4a33-bc90-f187b2d2796e"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-47779c6a-ed30-4a33-bc90-f187b2d2796e"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-47779c6a-ed30-4a33-bc90-f187b2d2796e"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-47779c6a-ed30-4a33-bc90-f187b2d2796e"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-47779c6a-ed30-4a33-bc90-f187b2d2796e"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-47779c6a-ed30-4a33-bc90-f187b2d2796e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-47779c6a-ed30-4a33-bc90-f187b2d2796e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-47779c6a-ed30-4a33-bc90-f187b2d2796e"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-47779c6a-ed30-4a33-bc90-f187b2d2796e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-47779c6a-ed30-4a33-bc90-f187b2d2796e"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-47779c6a-ed30-4a33-bc90-f187b2d2796e"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-47779c6a-ed30-4a33-bc90-f187b2d2796e"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-47779c6a-ed30-4a33-bc90-f187b2d2796e"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-47779c6a-ed30-4a33-bc90-f187b2d2796e"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-47779c6a-ed30-4a33-bc90-f187b2d2796e"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-47779c6a-ed30-4a33-bc90-f187b2d2796e"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-47779c6a-ed30-4a33-bc90-f187b2d2796e"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-47779c6a-ed30-4a33-bc90-f187b2d2796e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-47779c6a-ed30-4a33-bc90-f187b2d2796e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-47779c6a-ed30-4a33-bc90-f187b2d2796e"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-47779c6a-ed30-4a33-bc90-f187b2d2796e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-47779c6a-ed30-4a33-bc90-f187b2d2796e"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-47779c6a-ed30-4a33-bc90-f187b2d2796e"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-47779c6a-ed30-4a33-bc90-f187b2d2796e"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-47779c6a-ed30-4a33-bc90-f187b2d2796e"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-47779c6a-ed30-4a33-bc90-f187b2d2796e"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-47779c6a-ed30-4a33-bc90-f187b2d2796e"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-6a3637d4-f3b7-4adb-9adb-776727c1d7c1 {
  border-style: solid;
margin-bottom: 20px;
padding-top: 5px;
padding-left: 0px;
padding-bottom: 5px;
padding-right: 15px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 50px;
text-align: left;
background-color: rgba(255, 255, 255, 0);
}




  #s-6a3637d4-f3b7-4adb-9adb-776727c1d7c1 img.shogun-image {
    
    width: px;
  }


#s-6a3637d4-f3b7-4adb-9adb-776727c1d7c1 .shogun-image-content {
  
    align-items: center;
  
}

#s-3bf0b765-1e11-4bf2-93ab-51259eefef39 {
  margin-left: 0px;
margin-bottom: 40px;
margin-right: 0px;
}

#s-4d352ced-996a-4d0d-9047-6d8274cfc9ef {
  margin-top: -20px;
margin-bottom: -20px;
padding-top: 0px;
padding-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-4d352ced-996a-4d0d-9047-6d8274cfc9ef"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4d352ced-996a-4d0d-9047-6d8274cfc9ef"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-4d352ced-996a-4d0d-9047-6d8274cfc9ef"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-4d352ced-996a-4d0d-9047-6d8274cfc9ef"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-4d352ced-996a-4d0d-9047-6d8274cfc9ef"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-4d352ced-996a-4d0d-9047-6d8274cfc9ef"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-4d352ced-996a-4d0d-9047-6d8274cfc9ef"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-4d352ced-996a-4d0d-9047-6d8274cfc9ef"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-4d352ced-996a-4d0d-9047-6d8274cfc9ef"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-4d352ced-996a-4d0d-9047-6d8274cfc9ef"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-4d352ced-996a-4d0d-9047-6d8274cfc9ef"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-4d352ced-996a-4d0d-9047-6d8274cfc9ef"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-4d352ced-996a-4d0d-9047-6d8274cfc9ef"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-4d352ced-996a-4d0d-9047-6d8274cfc9ef"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-4d352ced-996a-4d0d-9047-6d8274cfc9ef"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-4d352ced-996a-4d0d-9047-6d8274cfc9ef"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-4d352ced-996a-4d0d-9047-6d8274cfc9ef"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-4d352ced-996a-4d0d-9047-6d8274cfc9ef"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-4d352ced-996a-4d0d-9047-6d8274cfc9ef"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-4d352ced-996a-4d0d-9047-6d8274cfc9ef"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-4d352ced-996a-4d0d-9047-6d8274cfc9ef"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-4d352ced-996a-4d0d-9047-6d8274cfc9ef"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-4d352ced-996a-4d0d-9047-6d8274cfc9ef"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-4d352ced-996a-4d0d-9047-6d8274cfc9ef"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-4d352ced-996a-4d0d-9047-6d8274cfc9ef"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-4d352ced-996a-4d0d-9047-6d8274cfc9ef"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-4d352ced-996a-4d0d-9047-6d8274cfc9ef"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-4d352ced-996a-4d0d-9047-6d8274cfc9ef"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-4d352ced-996a-4d0d-9047-6d8274cfc9ef"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-4d352ced-996a-4d0d-9047-6d8274cfc9ef"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-4d352ced-996a-4d0d-9047-6d8274cfc9ef"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-4d352ced-996a-4d0d-9047-6d8274cfc9ef"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-4d352ced-996a-4d0d-9047-6d8274cfc9ef"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-4d352ced-996a-4d0d-9047-6d8274cfc9ef"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-4d352ced-996a-4d0d-9047-6d8274cfc9ef"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-4d352ced-996a-4d0d-9047-6d8274cfc9ef"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-4d352ced-996a-4d0d-9047-6d8274cfc9ef"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-0133f8dc-dd5d-470e-9471-b1f43c228f17 .shogun-icon-wrapper {
  text-align: center;
}


#s-0133f8dc-dd5d-470e-9471-b1f43c228f17 .shogun-icon-wrapper > a > .shogun-icon {

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

#s-542e4138-6505-4a5d-9667-cf18225fdf72 {
  margin-top: -20px;
margin-bottom: -20px;
padding-top: 0px;
padding-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-542e4138-6505-4a5d-9667-cf18225fdf72"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-542e4138-6505-4a5d-9667-cf18225fdf72"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-542e4138-6505-4a5d-9667-cf18225fdf72"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-542e4138-6505-4a5d-9667-cf18225fdf72"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-542e4138-6505-4a5d-9667-cf18225fdf72"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-542e4138-6505-4a5d-9667-cf18225fdf72"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-542e4138-6505-4a5d-9667-cf18225fdf72"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-542e4138-6505-4a5d-9667-cf18225fdf72"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-542e4138-6505-4a5d-9667-cf18225fdf72"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-542e4138-6505-4a5d-9667-cf18225fdf72"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-542e4138-6505-4a5d-9667-cf18225fdf72"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-542e4138-6505-4a5d-9667-cf18225fdf72"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-542e4138-6505-4a5d-9667-cf18225fdf72"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-542e4138-6505-4a5d-9667-cf18225fdf72"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-542e4138-6505-4a5d-9667-cf18225fdf72"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-542e4138-6505-4a5d-9667-cf18225fdf72"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-542e4138-6505-4a5d-9667-cf18225fdf72"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-542e4138-6505-4a5d-9667-cf18225fdf72"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-542e4138-6505-4a5d-9667-cf18225fdf72"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-542e4138-6505-4a5d-9667-cf18225fdf72"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-542e4138-6505-4a5d-9667-cf18225fdf72"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-542e4138-6505-4a5d-9667-cf18225fdf72"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-542e4138-6505-4a5d-9667-cf18225fdf72"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-542e4138-6505-4a5d-9667-cf18225fdf72"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-542e4138-6505-4a5d-9667-cf18225fdf72"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-542e4138-6505-4a5d-9667-cf18225fdf72"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-542e4138-6505-4a5d-9667-cf18225fdf72"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-542e4138-6505-4a5d-9667-cf18225fdf72"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-542e4138-6505-4a5d-9667-cf18225fdf72"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-542e4138-6505-4a5d-9667-cf18225fdf72"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-542e4138-6505-4a5d-9667-cf18225fdf72"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-542e4138-6505-4a5d-9667-cf18225fdf72"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-542e4138-6505-4a5d-9667-cf18225fdf72"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-542e4138-6505-4a5d-9667-cf18225fdf72"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-542e4138-6505-4a5d-9667-cf18225fdf72"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-542e4138-6505-4a5d-9667-cf18225fdf72"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-542e4138-6505-4a5d-9667-cf18225fdf72"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-249e46db-ba45-429c-aceb-e471afe9907c .shogun-icon-wrapper {
  text-align: center;
}


#s-249e46db-ba45-429c-aceb-e471afe9907c .shogun-icon-wrapper > a > .shogun-icon {

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

#s-ec383fd8-e8e8-43a0-aff6-e2378f538bc8 {
  margin-top: 40px;
text-align: center;
}




  #s-ec383fd8-e8e8-43a0-aff6-e2378f538bc8 img.shogun-image {
    
    width: px;
  }


#s-ec383fd8-e8e8-43a0-aff6-e2378f538bc8 .shogun-image-content {
  
    align-items: center;
  
}

#s-c7805271-a6ee-4a36-8559-0be718026ae3 {
  border-style: solid;
margin-left: auto;
margin-right: auto;
padding-top: 3%;
padding-left: 3%;
padding-bottom: 3%;
padding-right: 3%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(255, 204, 0, 1);
border-style: solid;
border-radius: 20px;
min-height: 400px;
max-width: 700px;
}








#s-c7805271-a6ee-4a36-8559-0be718026ae3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c7805271-a6ee-4a36-8559-0be718026ae3.shg-box.shg-c {
  justify-content: center;
}

#s-7b257875-34ed-40b1-b208-f4779e14df6d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7b257875-34ed-40b1-b208-f4779e14df6d .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 31px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-77d0cf4b-4353-4224-a111-e179d3a3a2e7 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-77d0cf4b-4353-4224-a111-e179d3a3a2e7 .shogun-form-box {
  padding: 10px;
}

#s-77d0cf4b-4353-4224-a111-e179d3a3a2e7 .shogun-form-box label.shogun-form-label {
  display: flex;
  font-weight:  normal;
  color: rgba(255, 255, 255, 1);
  
  
  
  
  
  
  padding-top: 5px;
  padding-bottom: 5px;
  
  
}

#s-77d0cf4b-4353-4224-a111-e179d3a3a2e7 .shogun-form-success-msg {
  visibility: hidden;
  display: flex;
  align-items: center;
  
  
  color: rgba(0, 128, 30, 1);
  
  
  
  
  
}

#s-77d0cf4b-4353-4224-a111-e179d3a3a2e7 .shogun-form-field-error-msg > svg {
  margin-right: 4px;
  stroke: #ff0000;
}

#s-77d0cf4b-4353-4224-a111-e179d3a3a2e7 .shogun-form-success-msg > svg {
  margin-right: 4px;
  stroke: rgba(0, 128, 30, 1);
}

#s-77d0cf4b-4353-4224-a111-e179d3a3a2e7 .shogun-form-field-error-msg {
  visibility: hidden;
  display: flex;
  align-items: center;
  
  
  color: #ff0000;
  
  
  
  
  
}

#s-77d0cf4b-4353-4224-a111-e179d3a3a2e7 .shogun-form-field-error-msg > span {
  display: flex;
  align-items: center;
}
.shogun-form-text-input-field {
  width: 100%;
}

.shogun-form-text-input-field:focus {
  outline: none;
}

textarea.shogun-form-text-input-field {
  resize: none;
  overflow: hidden;
  min-height: 70px !important;
}

#s-68de4e18-23ed-45a1-8cab-c044fc78327e  .shogun-form-text-input-field {
  border-width: 1px;
  border-color: #000;
  
  
  
  
  
  color: rgba(0, 0, 0, 1);
  
  
  
  
}

#s-68de4e18-23ed-45a1-8cab-c044fc78327e  .shogun-form-text-input-field::-moz-placeholder {
  
  
  color: rgba(0, 0, 0, 1);
  
  
  
  
}

#s-68de4e18-23ed-45a1-8cab-c044fc78327e  .shogun-form-text-input-field:-ms-input-placeholder {
  
  
  color: rgba(0, 0, 0, 1);
  
  
  
  
}

#s-68de4e18-23ed-45a1-8cab-c044fc78327e  .shogun-form-text-input-field::placeholder {
  
  
  color: rgba(0, 0, 0, 1);
  
  
  
  
}


#s-68de4e18-23ed-45a1-8cab-c044fc78327e .shogun-form-text-input-field:hover {
  border-width: 1px;
  border-color: #000;
  
  
  color: rgba(0, 0, 0, 1);
}



#s-68de4e18-23ed-45a1-8cab-c044fc78327e .shogun-form-text-input-field:focus {
  border-width: 1px;
  border-color: #000;
  
  
  color: rgba(0, 0, 0, 1);
}


#s-4ea22286-6f0d-4566-a413-91e9e6774954  .shogun-form-text-input-field {
  border-width: 1px;
  border-color: #000;
  
  
  
  
  
  color: #000;
  
  
  
  
}

#s-4ea22286-6f0d-4566-a413-91e9e6774954  .shogun-form-text-input-field::-moz-placeholder {
  
  
  color: #000;
  
  
  
  
}

#s-4ea22286-6f0d-4566-a413-91e9e6774954  .shogun-form-text-input-field:-ms-input-placeholder {
  
  
  color: #000;
  
  
  
  
}

#s-4ea22286-6f0d-4566-a413-91e9e6774954  .shogun-form-text-input-field::placeholder {
  
  
  color: #000;
  
  
  
  
}


#s-4ea22286-6f0d-4566-a413-91e9e6774954 .shogun-form-text-input-field:hover {
  border-width: 1px;
  border-color: #000;
  
  
  color: #000;
}



#s-4ea22286-6f0d-4566-a413-91e9e6774954 .shogun-form-text-input-field:focus {
  border-width: 1px;
  border-color: #000;
  
  
  color: #000;
}


#s-90e660af-6921-4a3d-94ca-cb1d03d81666 {
  margin-bottom: 20px;
}

#s-90e660af-6921-4a3d-94ca-cb1d03d81666  .shogun-form-text-input-field {
  border-width: 1px;
  border-color: #000;
  
  
  
  
  
  color: #000;
  
  
  
  
}

#s-90e660af-6921-4a3d-94ca-cb1d03d81666  .shogun-form-text-input-field::-moz-placeholder {
  
  
  color: #000;
  
  
  
  
}

#s-90e660af-6921-4a3d-94ca-cb1d03d81666  .shogun-form-text-input-field:-ms-input-placeholder {
  
  
  color: #000;
  
  
  
  
}

#s-90e660af-6921-4a3d-94ca-cb1d03d81666  .shogun-form-text-input-field::placeholder {
  
  
  color: #000;
  
  
  
  
}


#s-90e660af-6921-4a3d-94ca-cb1d03d81666 .shogun-form-text-input-field:hover {
  border-width: 1px;
  border-color: #000;
  
  
  color: #000;
}



#s-90e660af-6921-4a3d-94ca-cb1d03d81666 .shogun-form-text-input-field:focus {
  border-width: 1px;
  border-color: #000;
  
  
  color: #000;
}


.shogun-form-box-submit:focus {
  outline: none;
}

.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-3860c2ca-5c47-4924-8cc5-59f88a4bace3 {
  background-image: url(none);
background-repeat: no-repeat;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
color: #FFFFFF;
background-color: rgba(208, 58, 58, 1);
text-align: left;
cursor: pointer;
hover-type: color;
}
#s-3860c2ca-5c47-4924-8cc5-59f88a4bace3:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-3860c2ca-5c47-4924-8cc5-59f88a4bace3:active {background-color: #000000 !important;
text-decoration: none !important;}
#s-3860c2ca-5c47-4924-8cc5-59f88a4bace3[disabled],
#s-3860c2ca-5c47-4924-8cc5-59f88a4bace3[disabled]:hover,
#s-3860c2ca-5c47-4924-8cc5-59f88a4bace3[disabled]:focus {
  background-color: #D7D5E2 !important;
}

#s-3860c2ca-5c47-4924-8cc5-59f88a4bace3 {
  display:  inline-block ;
  width:  auto ;
}


#s-29db2989-5521-46ad-aee6-06021479cf8c {
  min-height: 50px;
}








#s-29db2989-5521-46ad-aee6-06021479cf8c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-29db2989-5521-46ad-aee6-06021479cf8c.shg-box.shg-c {
  justify-content: center;
}

.shogun-accordion-wrapper .shogun-accordion {
  margin-bottom: 0;
  border-radius: 4px;
}

.shogun-accordion {
  margin-bottom: 20px;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}

.shogun-accordion-wrapper .shogun-accordion + .shogun-accordion {
  margin-top: 5px;
}

.shogun-accordion-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.shogun-accordion-heading {
  color: #333;
  border-bottom: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  cursor: pointer;
}

.shogun-accordion-title {
  margin: 0 !important;
  padding: 0 !important;
  cursor: pointer;
  text-decoration: none;
  flex: 1;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.shogun-accordion-body {
  display: none;
  opacity: 0;
  transition: opacity 0.5s linear;
}

.shogun-accordion-body.shogun-accordion-active {
  display: block;
  opacity: 1;
  visibility: visible;
}

.shogun-accordion-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 1.2em;
}

.shogun-accordion-icon > span {
  transition: 0.3s transform;
  position: absolute;
  right: 0;
  font-size: 1.2em;
}

.shogun-accordion-icon.shogun-icon-chevron > span::after {
  content: "▸";
}

.shogun-accordion.shogun-accordion-active
  > .shogun-accordion-heading
  .shogun-accordion-icon.shogun-icon-chevron
  > span {
  transform: rotate(90deg);
}

.shogun-accordion-icon.shogun-icon-plus > span::after {
  content: "＋";
}

.shogun-accordion.shogun-accordion-active
  > .shogun-accordion-heading
  .shogun-accordion-icon.shogun-icon-plus
  > span {
  transform: rotate(-225deg);
}

#s-ee96b723-80d2-4e30-b945-6f6e7a4dcc53 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 1);
}

#s-ee96b723-80d2-4e30-b945-6f6e7a4dcc53 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 1);
  padding: 10px;
}

#s-ee96b723-80d2-4e30-b945-6f6e7a4dcc53 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(205, 205, 205, 0.82);
}

#s-ee96b723-80d2-4e30-b945-6f6e7a4dcc53 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-ee96b723-80d2-4e30-b945-6f6e7a4dcc53 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(205, 205, 205, 0.82);
  text-align: center;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 16px;
}

#s-ee96b723-80d2-4e30-b945-6f6e7a4dcc53 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
/*
  $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;
}
