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

@media (min-width: 768px) and (max-width: 991px){#s-c66c3d63-1cb5-48de-9d5e-5e20b023ded9 {
  display: none;
}
#s-c66c3d63-1cb5-48de-9d5e-5e20b023ded9, #wrap-s-c66c3d63-1cb5-48de-9d5e-5e20b023ded9 { display:none !important; }}@media (max-width: 767px){#s-c66c3d63-1cb5-48de-9d5e-5e20b023ded9 {
  display: none;
}
#s-c66c3d63-1cb5-48de-9d5e-5e20b023ded9, #wrap-s-c66c3d63-1cb5-48de-9d5e-5e20b023ded9 { display:none !important; }}
.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-77f94af5-7025-40b7-983c-12302f2d537b {
  background-image: url(https://i.shgcdn.com/9e9476ff-b233-49e9-8232-0bed5e20d407/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
min-height: 550px;
background-position: center center;
background-attachment: scroll;
}
@media (min-width: 768px) and (max-width: 991px){#s-77f94af5-7025-40b7-983c-12302f2d537b {
  
}
}@media (max-width: 767px){#s-77f94af5-7025-40b7-983c-12302f2d537b {
  display: none;
}
#s-77f94af5-7025-40b7-983c-12302f2d537b, #wrap-s-77f94af5-7025-40b7-983c-12302f2d537b { display:none !important; }}







#s-77f94af5-7025-40b7-983c-12302f2d537b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-77f94af5-7025-40b7-983c-12302f2d537b {
  cursor: pointer;
}#s-77f94af5-7025-40b7-983c-12302f2d537b.shg-box.shg-c {
  justify-content: center;
}

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

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

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

@media (min-width: 0px) {
[id="s-9e973350-d429-4cf7-a080-37954efeb72d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9e973350-d429-4cf7-a080-37954efeb72d"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0em);
}

[id="s-9e973350-d429-4cf7-a080-37954efeb72d"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0em);
}

[id="s-9e973350-d429-4cf7-a080-37954efeb72d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0em);
}

[id="s-9e973350-d429-4cf7-a080-37954efeb72d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0em);
}

[id="s-9e973350-d429-4cf7-a080-37954efeb72d"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0em);
}

[id="s-9e973350-d429-4cf7-a080-37954efeb72d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0em);
}

[id="s-9e973350-d429-4cf7-a080-37954efeb72d"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0em);
}

[id="s-9e973350-d429-4cf7-a080-37954efeb72d"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0em);
}

[id="s-9e973350-d429-4cf7-a080-37954efeb72d"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0em);
}

[id="s-9e973350-d429-4cf7-a080-37954efeb72d"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0em);
}

[id="s-9e973350-d429-4cf7-a080-37954efeb72d"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0em);
}

[id="s-9e973350-d429-4cf7-a080-37954efeb72d"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 5.0em);
}

}

@media (min-width: 992px) {
[id="s-9e973350-d429-4cf7-a080-37954efeb72d"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0em);
}

[id="s-9e973350-d429-4cf7-a080-37954efeb72d"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0em);
}

[id="s-9e973350-d429-4cf7-a080-37954efeb72d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0em);
}

[id="s-9e973350-d429-4cf7-a080-37954efeb72d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0em);
}

[id="s-9e973350-d429-4cf7-a080-37954efeb72d"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0em);
}

[id="s-9e973350-d429-4cf7-a080-37954efeb72d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0em);
}

[id="s-9e973350-d429-4cf7-a080-37954efeb72d"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0em);
}

[id="s-9e973350-d429-4cf7-a080-37954efeb72d"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0em);
}

[id="s-9e973350-d429-4cf7-a080-37954efeb72d"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0em);
}

[id="s-9e973350-d429-4cf7-a080-37954efeb72d"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0em);
}

[id="s-9e973350-d429-4cf7-a080-37954efeb72d"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0em);
}

[id="s-9e973350-d429-4cf7-a080-37954efeb72d"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 5.0em);
}

}

@media (min-width: 1200px) {
[id="s-9e973350-d429-4cf7-a080-37954efeb72d"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0em);
}

[id="s-9e973350-d429-4cf7-a080-37954efeb72d"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0em);
}

[id="s-9e973350-d429-4cf7-a080-37954efeb72d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0em);
}

[id="s-9e973350-d429-4cf7-a080-37954efeb72d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0em);
}

[id="s-9e973350-d429-4cf7-a080-37954efeb72d"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0em);
}

[id="s-9e973350-d429-4cf7-a080-37954efeb72d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0em);
}

[id="s-9e973350-d429-4cf7-a080-37954efeb72d"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0em);
}

[id="s-9e973350-d429-4cf7-a080-37954efeb72d"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0em);
}

[id="s-9e973350-d429-4cf7-a080-37954efeb72d"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0em);
}

[id="s-9e973350-d429-4cf7-a080-37954efeb72d"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0em);
}

[id="s-9e973350-d429-4cf7-a080-37954efeb72d"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0em);
}

[id="s-9e973350-d429-4cf7-a080-37954efeb72d"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 5.0em);
}

}

@media (max-width: 767px) {
  [id="s-9e973350-d429-4cf7-a080-37954efeb72d"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-34a6d723-cd3d-440a-9df7-5f136bd99d45 {
  border-style: solid;
margin-left: auto;
margin-right: auto;
padding-top: 2em;
padding-left: 2em;
padding-bottom: 2em;
padding-right: 20%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
min-height: 50px;
background-color: rgba(0, 0, 0, 0.35);
}








#s-34a6d723-cd3d-440a-9df7-5f136bd99d45 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-34a6d723-cd3d-440a-9df7-5f136bd99d45.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-d313ae5d-7bdb-4f89-9587-db7f545d216c {
  text-align: left;
}

#s-d313ae5d-7bdb-4f89-9587-db7f545d216c .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: Oswald;
  font-style:  normal ;
  font-size: 86px;
  line-height: 1em;
  letter-spacing: ;
  text-align: left;
}


#s-d313ae5d-7bdb-4f89-9587-db7f545d216c .shogun-heading-component h2 a {
  color: rgba(255, 255, 255, 1);
}


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-13d396d9-5b01-46ef-b57b-b931649373db {
  margin-top: 2em;
margin-bottom: 2em;
}

.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-921de658-0aa2-492a-8bf8-83b87a61ef13 {
  background-image: url(none);
background-repeat: no-repeat;
border-style: solid;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(2, 231, 223, 1);
border-style: solid;
background-color: rgba(82, 82, 82, 1);
text-align: left;
text-decoration: none;
color: rgba(0, 0, 0, 1);
hover-type: color;
}
#s-921de658-0aa2-492a-8bf8-83b87a61ef13:hover {background-color: rgba(82, 82, 82, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;}#s-921de658-0aa2-492a-8bf8-83b87a61ef13:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-921de658-0aa2-492a-8bf8-83b87a61ef13-btn-wrapper {
    text-align: left;
  }


#s-921de658-0aa2-492a-8bf8-83b87a61ef13.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  inline-block ;
}

#s-4a55d015-ea93-4931-ad8f-a454bedb4faf {
  background-image: url(https://i.shgcdn.com/a521f498-bcb7-475c-80e7-3046d26697da/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
min-height: 550px;
background-position: center center;
}
@media (max-width: 767px){#s-4a55d015-ea93-4931-ad8f-a454bedb4faf {
  display: none;
}
#s-4a55d015-ea93-4931-ad8f-a454bedb4faf, #wrap-s-4a55d015-ea93-4931-ad8f-a454bedb4faf { display:none !important; }}







#s-4a55d015-ea93-4931-ad8f-a454bedb4faf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4a55d015-ea93-4931-ad8f-a454bedb4faf {
  cursor: pointer;
}#s-4a55d015-ea93-4931-ad8f-a454bedb4faf.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-ba82be14-c15c-4dfc-8108-bee7589a20ed"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ba82be14-c15c-4dfc-8108-bee7589a20ed"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0em);
}

[id="s-ba82be14-c15c-4dfc-8108-bee7589a20ed"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0em);
}

[id="s-ba82be14-c15c-4dfc-8108-bee7589a20ed"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0em);
}

[id="s-ba82be14-c15c-4dfc-8108-bee7589a20ed"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0em);
}

[id="s-ba82be14-c15c-4dfc-8108-bee7589a20ed"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0em);
}

[id="s-ba82be14-c15c-4dfc-8108-bee7589a20ed"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0em);
}

[id="s-ba82be14-c15c-4dfc-8108-bee7589a20ed"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0em);
}

[id="s-ba82be14-c15c-4dfc-8108-bee7589a20ed"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0em);
}

[id="s-ba82be14-c15c-4dfc-8108-bee7589a20ed"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0em);
}

[id="s-ba82be14-c15c-4dfc-8108-bee7589a20ed"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0em);
}

[id="s-ba82be14-c15c-4dfc-8108-bee7589a20ed"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0em);
}

[id="s-ba82be14-c15c-4dfc-8108-bee7589a20ed"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 5.0em);
}

}

@media (min-width: 992px) {
[id="s-ba82be14-c15c-4dfc-8108-bee7589a20ed"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0em);
}

[id="s-ba82be14-c15c-4dfc-8108-bee7589a20ed"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0em);
}

[id="s-ba82be14-c15c-4dfc-8108-bee7589a20ed"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0em);
}

[id="s-ba82be14-c15c-4dfc-8108-bee7589a20ed"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0em);
}

[id="s-ba82be14-c15c-4dfc-8108-bee7589a20ed"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0em);
}

[id="s-ba82be14-c15c-4dfc-8108-bee7589a20ed"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0em);
}

[id="s-ba82be14-c15c-4dfc-8108-bee7589a20ed"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0em);
}

[id="s-ba82be14-c15c-4dfc-8108-bee7589a20ed"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0em);
}

[id="s-ba82be14-c15c-4dfc-8108-bee7589a20ed"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0em);
}

[id="s-ba82be14-c15c-4dfc-8108-bee7589a20ed"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0em);
}

[id="s-ba82be14-c15c-4dfc-8108-bee7589a20ed"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0em);
}

[id="s-ba82be14-c15c-4dfc-8108-bee7589a20ed"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 5.0em);
}

}

@media (min-width: 1200px) {
[id="s-ba82be14-c15c-4dfc-8108-bee7589a20ed"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0em);
}

[id="s-ba82be14-c15c-4dfc-8108-bee7589a20ed"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0em);
}

[id="s-ba82be14-c15c-4dfc-8108-bee7589a20ed"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0em);
}

[id="s-ba82be14-c15c-4dfc-8108-bee7589a20ed"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0em);
}

[id="s-ba82be14-c15c-4dfc-8108-bee7589a20ed"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0em);
}

[id="s-ba82be14-c15c-4dfc-8108-bee7589a20ed"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0em);
}

[id="s-ba82be14-c15c-4dfc-8108-bee7589a20ed"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0em);
}

[id="s-ba82be14-c15c-4dfc-8108-bee7589a20ed"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0em);
}

[id="s-ba82be14-c15c-4dfc-8108-bee7589a20ed"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0em);
}

[id="s-ba82be14-c15c-4dfc-8108-bee7589a20ed"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0em);
}

[id="s-ba82be14-c15c-4dfc-8108-bee7589a20ed"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0em);
}

[id="s-ba82be14-c15c-4dfc-8108-bee7589a20ed"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 5.0em);
}

}

#s-7d7d5d65-aa25-4b9d-87ef-d3730a914469 {
  border-style: solid;
margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
padding-top: 2em;
padding-left: 20%;
padding-bottom: 2em;
padding-right: 2em;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 241, 241, 1);
border-style: solid;
min-height: 50px;
background-color: rgba(0, 0, 0, 0.35);
}








#s-7d7d5d65-aa25-4b9d-87ef-d3730a914469 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7d7d5d65-aa25-4b9d-87ef-d3730a914469.shg-box.shg-c {
  justify-content: center;
}

#s-8931f043-8a43-4ffe-b296-ae640e3e3621 {
  text-align: left;
}

#s-8931f043-8a43-4ffe-b296-ae640e3e3621 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: Oswald;
  font-style:  normal ;
  font-size: 86px;
  line-height: 1em;
  letter-spacing: ;
  text-align: left;
}


#s-8931f043-8a43-4ffe-b296-ae640e3e3621 .shogun-heading-component h2 a {
  color: rgba(255, 255, 255, 1);
}


#s-f9d2163a-774e-4cd8-b403-c299024749ae {
  margin-top: 2em;
margin-bottom: 2em;
}

#s-66382fc8-283b-432f-9535-55880320d2e5 {
  background-image: url(none);
background-repeat: no-repeat;
border-style: solid;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(2, 231, 223, 1);
border-style: solid;
background-color: rgba(82, 82, 82, 1);
text-align: left;
text-decoration: none;
color: rgba(0, 0, 0, 1);
hover-type: color;
}
#s-66382fc8-283b-432f-9535-55880320d2e5:hover {background-color: rgba(82, 82, 82, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;}#s-66382fc8-283b-432f-9535-55880320d2e5:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-66382fc8-283b-432f-9535-55880320d2e5-btn-wrapper {
    text-align: left;
  }


#s-66382fc8-283b-432f-9535-55880320d2e5.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  inline-block ;
}

#s-d23d5e66-8b35-4d37-ad91-d0c6e41c4d05 {
  background-image: url(https://i.shgcdn.com/70accff0-0157-4207-a010-c89d2ca640f7/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: repeat;
background-size: contain;
min-height: 550px;
background-position: center center;
}








#s-d23d5e66-8b35-4d37-ad91-d0c6e41c4d05 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d23d5e66-8b35-4d37-ad91-d0c6e41c4d05 {
  cursor: pointer;
}#s-d23d5e66-8b35-4d37-ad91-d0c6e41c4d05.shg-box.shg-c {
  justify-content: center;
}

#s-bed1b30d-df49-4a26-a05f-31240c42e241 {
  margin-left: 10%;
margin-right: 10%;
}

@media (min-width: 0px) {
[id="s-bed1b30d-df49-4a26-a05f-31240c42e241"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-bed1b30d-df49-4a26-a05f-31240c42e241"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-bed1b30d-df49-4a26-a05f-31240c42e241"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-bed1b30d-df49-4a26-a05f-31240c42e241"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-bed1b30d-df49-4a26-a05f-31240c42e241"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-bed1b30d-df49-4a26-a05f-31240c42e241"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-bed1b30d-df49-4a26-a05f-31240c42e241"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-bed1b30d-df49-4a26-a05f-31240c42e241"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-bed1b30d-df49-4a26-a05f-31240c42e241"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-bed1b30d-df49-4a26-a05f-31240c42e241"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-bed1b30d-df49-4a26-a05f-31240c42e241"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-bed1b30d-df49-4a26-a05f-31240c42e241"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-bed1b30d-df49-4a26-a05f-31240c42e241"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-bed1b30d-df49-4a26-a05f-31240c42e241"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-bed1b30d-df49-4a26-a05f-31240c42e241"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-bed1b30d-df49-4a26-a05f-31240c42e241"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-bed1b30d-df49-4a26-a05f-31240c42e241"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-bed1b30d-df49-4a26-a05f-31240c42e241"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-bed1b30d-df49-4a26-a05f-31240c42e241"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-bed1b30d-df49-4a26-a05f-31240c42e241"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-bed1b30d-df49-4a26-a05f-31240c42e241"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-bed1b30d-df49-4a26-a05f-31240c42e241"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-bed1b30d-df49-4a26-a05f-31240c42e241"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-bed1b30d-df49-4a26-a05f-31240c42e241"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-bed1b30d-df49-4a26-a05f-31240c42e241"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-bed1b30d-df49-4a26-a05f-31240c42e241"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-bed1b30d-df49-4a26-a05f-31240c42e241"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-bed1b30d-df49-4a26-a05f-31240c42e241"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-bed1b30d-df49-4a26-a05f-31240c42e241"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-bed1b30d-df49-4a26-a05f-31240c42e241"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-bed1b30d-df49-4a26-a05f-31240c42e241"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-bed1b30d-df49-4a26-a05f-31240c42e241"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-bed1b30d-df49-4a26-a05f-31240c42e241"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-bed1b30d-df49-4a26-a05f-31240c42e241"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-bed1b30d-df49-4a26-a05f-31240c42e241"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-bed1b30d-df49-4a26-a05f-31240c42e241"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-bed1b30d-df49-4a26-a05f-31240c42e241"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

.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-4a032238-b61d-43ce-95bf-f39e0f75afd6 {
  text-align: center;
}




  #s-4a032238-b61d-43ce-95bf-f39e0f75afd6 img.shogun-image {
    
    width: px;
  }


#s-4a032238-b61d-43ce-95bf-f39e0f75afd6 .shogun-image-content {
  
    align-items: center;
  
}

#s-f024c90d-6521-47e6-8d8b-adac0c5c602f {
  background-image: url(https://i.shgcdn.com/f624542d-b033-4159-b444-2444d94988ce/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: repeat;
background-size: cover;
border-style: solid;
padding-left: 10%;
padding-right: 10%;
border-top-width: 9px;
border-left-width: 9px;
border-bottom-width: 9px;
border-right-width: 9px;
border-color: rgba(255, 222, 0, 1);
border-style: solid;
min-height: 400px;
background-position: center center;
}
@media (min-width: 1200px){#s-f024c90d-6521-47e6-8d8b-adac0c5c602f {
  display: none;
}
#s-f024c90d-6521-47e6-8d8b-adac0c5c602f, #wrap-s-f024c90d-6521-47e6-8d8b-adac0c5c602f { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f024c90d-6521-47e6-8d8b-adac0c5c602f {
  display: none;
}
#s-f024c90d-6521-47e6-8d8b-adac0c5c602f, #wrap-s-f024c90d-6521-47e6-8d8b-adac0c5c602f { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-f024c90d-6521-47e6-8d8b-adac0c5c602f {
  
}
}







#s-f024c90d-6521-47e6-8d8b-adac0c5c602f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f024c90d-6521-47e6-8d8b-adac0c5c602f {
  cursor: pointer;
}#s-f024c90d-6521-47e6-8d8b-adac0c5c602f.shg-box.shg-c {
  justify-content: center;
}

#s-c841de09-bcbc-4e64-9fa9-ee866f520052 {
  text-align: center;
}




  #s-c841de09-bcbc-4e64-9fa9-ee866f520052 img.shogun-image {
    
    width: px;
  }


#s-c841de09-bcbc-4e64-9fa9-ee866f520052 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 1200px){#s-3fae0cad-6bda-49cf-9aaa-3d3b6628b66b {
  display: none;
}
#s-3fae0cad-6bda-49cf-9aaa-3d3b6628b66b, #wrap-s-3fae0cad-6bda-49cf-9aaa-3d3b6628b66b { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3fae0cad-6bda-49cf-9aaa-3d3b6628b66b {
  display: none;
}
#s-3fae0cad-6bda-49cf-9aaa-3d3b6628b66b, #wrap-s-3fae0cad-6bda-49cf-9aaa-3d3b6628b66b { display:none !important; }}
@media (min-width: 0px) {
[id="s-3fae0cad-6bda-49cf-9aaa-3d3b6628b66b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3fae0cad-6bda-49cf-9aaa-3d3b6628b66b"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-3fae0cad-6bda-49cf-9aaa-3d3b6628b66b"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-3fae0cad-6bda-49cf-9aaa-3d3b6628b66b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-3fae0cad-6bda-49cf-9aaa-3d3b6628b66b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-3fae0cad-6bda-49cf-9aaa-3d3b6628b66b"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-3fae0cad-6bda-49cf-9aaa-3d3b6628b66b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-3fae0cad-6bda-49cf-9aaa-3d3b6628b66b"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-3fae0cad-6bda-49cf-9aaa-3d3b6628b66b"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-3fae0cad-6bda-49cf-9aaa-3d3b6628b66b"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-3fae0cad-6bda-49cf-9aaa-3d3b6628b66b"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-3fae0cad-6bda-49cf-9aaa-3d3b6628b66b"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-3fae0cad-6bda-49cf-9aaa-3d3b6628b66b"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-3fae0cad-6bda-49cf-9aaa-3d3b6628b66b"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-3fae0cad-6bda-49cf-9aaa-3d3b6628b66b"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-3fae0cad-6bda-49cf-9aaa-3d3b6628b66b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-3fae0cad-6bda-49cf-9aaa-3d3b6628b66b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-3fae0cad-6bda-49cf-9aaa-3d3b6628b66b"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-3fae0cad-6bda-49cf-9aaa-3d3b6628b66b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-3fae0cad-6bda-49cf-9aaa-3d3b6628b66b"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-3fae0cad-6bda-49cf-9aaa-3d3b6628b66b"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-3fae0cad-6bda-49cf-9aaa-3d3b6628b66b"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-3fae0cad-6bda-49cf-9aaa-3d3b6628b66b"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-3fae0cad-6bda-49cf-9aaa-3d3b6628b66b"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-3fae0cad-6bda-49cf-9aaa-3d3b6628b66b"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-3fae0cad-6bda-49cf-9aaa-3d3b6628b66b"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-3fae0cad-6bda-49cf-9aaa-3d3b6628b66b"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-3fae0cad-6bda-49cf-9aaa-3d3b6628b66b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-3fae0cad-6bda-49cf-9aaa-3d3b6628b66b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-3fae0cad-6bda-49cf-9aaa-3d3b6628b66b"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-3fae0cad-6bda-49cf-9aaa-3d3b6628b66b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-3fae0cad-6bda-49cf-9aaa-3d3b6628b66b"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-3fae0cad-6bda-49cf-9aaa-3d3b6628b66b"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-3fae0cad-6bda-49cf-9aaa-3d3b6628b66b"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-3fae0cad-6bda-49cf-9aaa-3d3b6628b66b"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-3fae0cad-6bda-49cf-9aaa-3d3b6628b66b"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-3fae0cad-6bda-49cf-9aaa-3d3b6628b66b"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-c189fab8-5b71-4137-a5ff-5be66b05bd43 {
  border-style: solid;
padding-top: 1em;
padding-left: 1em;
padding-bottom: 1em;
padding-right: 1em;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(40, 231, 222, 1);
border-style: solid;
min-height: 50px;
background-color: rgba(106, 106, 106, 1);
}








#s-c189fab8-5b71-4137-a5ff-5be66b05bd43 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c189fab8-5b71-4137-a5ff-5be66b05bd43 {
  cursor: pointer;
}#s-c189fab8-5b71-4137-a5ff-5be66b05bd43.shg-box.shg-c {
  justify-content: center;
}

#s-4859979d-0cfa-479c-bd6e-41ab79041e87 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4859979d-0cfa-479c-bd6e-41ab79041e87 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: Oswald;
  font-style:   ;
  font-size: 1.5em;
  line-height: 1em;
  letter-spacing: 0px;
  text-align: center;
}


#s-4859979d-0cfa-479c-bd6e-41ab79041e87 .shogun-heading-component h1 a {
  color: rgba(255, 255, 255, 1);
}


#s-a0480f97-8650-45ed-a09a-8bd4e71ee370 {
  border-style: solid;
padding-top: 1em;
padding-left: 1em;
padding-bottom: 1em;
padding-right: 1em;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
min-height: 50px;
background-color: rgba(40, 231, 222, 1);
}








#s-a0480f97-8650-45ed-a09a-8bd4e71ee370 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a0480f97-8650-45ed-a09a-8bd4e71ee370 {
  cursor: pointer;
}#s-a0480f97-8650-45ed-a09a-8bd4e71ee370.shg-box.shg-c {
  justify-content: center;
}

#s-3858aac5-1901-4933-9d7e-404ca3e8bf57 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3858aac5-1901-4933-9d7e-404ca3e8bf57 .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: Oswald;
  font-style:   ;
  font-size: 1.5em;
  line-height: 1em;
  letter-spacing: ;
  text-align: center;
}


#s-3858aac5-1901-4933-9d7e-404ca3e8bf57 .shogun-heading-component h1 a {
  color: #000;
}


#s-50b73326-6c50-4102-bc17-578d91505288 {
  border-style: solid;
padding-top: 1em;
padding-left: 1em;
padding-bottom: 1em;
padding-right: 1em;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
min-height: 50px;
background-color: rgba(0, 0, 0, 1);
}








#s-50b73326-6c50-4102-bc17-578d91505288 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-50b73326-6c50-4102-bc17-578d91505288.shg-box.shg-c {
  justify-content: center;
}

#s-20e959d1-a49d-4739-a083-b910046f951f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-20e959d1-a49d-4739-a083-b910046f951f .shogun-heading-component h1 {
  color: rgba(40, 231, 222, 1);
  font-weight:  700 ;
  font-family: Oswald;
  font-style:   ;
  font-size: 1.5em;
  line-height: 1em;
  letter-spacing: ;
  text-align: center;
}



#s-828f812a-4ffa-4689-84cc-bd9119df4c87 {
  background-repeat: no-repeat;
background-size: cover;
background-position: center center;
}
@media (min-width: 1200px){#s-828f812a-4ffa-4689-84cc-bd9119df4c87 {
  display: none;
}
#s-828f812a-4ffa-4689-84cc-bd9119df4c87, #wrap-s-828f812a-4ffa-4689-84cc-bd9119df4c87 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-828f812a-4ffa-4689-84cc-bd9119df4c87 {
  display: none;
}
#s-828f812a-4ffa-4689-84cc-bd9119df4c87, #wrap-s-828f812a-4ffa-4689-84cc-bd9119df4c87 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-828f812a-4ffa-4689-84cc-bd9119df4c87 {
  
}
}







#s-828f812a-4ffa-4689-84cc-bd9119df4c87 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-828f812a-4ffa-4689-84cc-bd9119df4c87.shg-box.shg-c {
  justify-content: center;
}

#s-d728662c-04e9-452e-9599-4b03c4492dd7 {
  border-style: solid;
margin-top: 10%;
margin-left: 10%;
margin-bottom: 10%;
margin-right: 10%;
padding-top: 1em;
padding-left: 1em;
padding-bottom: 1em;
padding-right: 1em;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
min-height: 50px;
background-color: rgba(0, 0, 0, 0.3);
}








#s-d728662c-04e9-452e-9599-4b03c4492dd7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d728662c-04e9-452e-9599-4b03c4492dd7 {
  cursor: pointer;
}#s-d728662c-04e9-452e-9599-4b03c4492dd7.shg-box.shg-c {
  justify-content: center;
}

#s-416e409f-24ee-4b29-943c-9aa177a70143 {
  text-align: center;
}

#s-416e409f-24ee-4b29-943c-9aa177a70143 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  500 ;
  font-family: Oswald;
  font-style:   ;
  font-size: 2.5em;
  line-height: 1em;
  letter-spacing: ;
  text-align: center;
}


#s-416e409f-24ee-4b29-943c-9aa177a70143 .shogun-heading-component h2 a {
  color: rgba(255, 255, 255, 1);
}


#s-b94b7dd5-ffb7-4703-88db-1ba9005eb661 {
  margin-top: 1em;
margin-bottom: 1em;
}

#s-12c3297e-7d6d-4ad5-b374-bb7c2d21aea4 {
  background-image: url(none);
background-repeat: no-repeat;
border-style: solid;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(2, 231, 223, 1);
border-style: solid;
background-color: rgba(82, 82, 82, 1);
text-align: center;
text-decoration: none;
color: rgba(0, 0, 0, 1);
hover-type: color;
}
#s-12c3297e-7d6d-4ad5-b374-bb7c2d21aea4:hover {background-color: rgba(82, 82, 82, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;}#s-12c3297e-7d6d-4ad5-b374-bb7c2d21aea4:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-12c3297e-7d6d-4ad5-b374-bb7c2d21aea4.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  inline-block ;
}

#s-46c9da41-0baf-4231-887d-76a79d3b0464 {
  margin-top: 1em;
margin-left: 1em;
margin-bottom: 1em;
margin-right: 1em;
min-height: 50px;
}
@media (min-width: 1200px){#s-46c9da41-0baf-4231-887d-76a79d3b0464 {
  display: none;
}
#s-46c9da41-0baf-4231-887d-76a79d3b0464, #wrap-s-46c9da41-0baf-4231-887d-76a79d3b0464 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-46c9da41-0baf-4231-887d-76a79d3b0464 {
  display: none;
}
#s-46c9da41-0baf-4231-887d-76a79d3b0464, #wrap-s-46c9da41-0baf-4231-887d-76a79d3b0464 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-46c9da41-0baf-4231-887d-76a79d3b0464 {
  
}
}







#s-46c9da41-0baf-4231-887d-76a79d3b0464 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-46c9da41-0baf-4231-887d-76a79d3b0464.shg-box.shg-c {
  justify-content: center;
}

#s-b263f4f1-6232-448e-a783-0d33639f697b {
  margin-top: 1.5em;
margin-bottom: 1.5em;
text-align: center;
}
@media (min-width: 1200px){#s-b263f4f1-6232-448e-a783-0d33639f697b {
  display: none;
}
#s-b263f4f1-6232-448e-a783-0d33639f697b, #wrap-s-b263f4f1-6232-448e-a783-0d33639f697b { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b263f4f1-6232-448e-a783-0d33639f697b {
  display: none;
}
#s-b263f4f1-6232-448e-a783-0d33639f697b, #wrap-s-b263f4f1-6232-448e-a783-0d33639f697b { display:none !important; }}
#s-b263f4f1-6232-448e-a783-0d33639f697b .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: Oswald;
  font-style:  normal ;
  font-size: 1.5em;
  line-height: 1em;
  letter-spacing: ;
  text-align: center;
}



@media (min-width: 0px) {
[id="s-2b25fd16-ed71-4ab5-b930-08986a1d121e"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 0.5em);
}

[id="s-2b25fd16-ed71-4ab5-b930-08986a1d121e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2b25fd16-ed71-4ab5-b930-08986a1d121e"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.75em);
}

[id="s-2b25fd16-ed71-4ab5-b930-08986a1d121e"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.75em);
}

[id="s-2b25fd16-ed71-4ab5-b930-08986a1d121e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.75em);
}

[id="s-2b25fd16-ed71-4ab5-b930-08986a1d121e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.75em);
}

[id="s-2b25fd16-ed71-4ab5-b930-08986a1d121e"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.75em);
}

[id="s-2b25fd16-ed71-4ab5-b930-08986a1d121e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.75em);
}

[id="s-2b25fd16-ed71-4ab5-b930-08986a1d121e"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.75em);
}

[id="s-2b25fd16-ed71-4ab5-b930-08986a1d121e"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.75em);
}

[id="s-2b25fd16-ed71-4ab5-b930-08986a1d121e"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.75em);
}

[id="s-2b25fd16-ed71-4ab5-b930-08986a1d121e"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.75em);
}

[id="s-2b25fd16-ed71-4ab5-b930-08986a1d121e"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.75em);
}

[id="s-2b25fd16-ed71-4ab5-b930-08986a1d121e"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.75em);
}

}

@media (min-width: 992px) {
[id="s-2b25fd16-ed71-4ab5-b930-08986a1d121e"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.75em);
}

[id="s-2b25fd16-ed71-4ab5-b930-08986a1d121e"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.75em);
}

[id="s-2b25fd16-ed71-4ab5-b930-08986a1d121e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.75em);
}

[id="s-2b25fd16-ed71-4ab5-b930-08986a1d121e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.75em);
}

[id="s-2b25fd16-ed71-4ab5-b930-08986a1d121e"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.75em);
}

[id="s-2b25fd16-ed71-4ab5-b930-08986a1d121e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.75em);
}

[id="s-2b25fd16-ed71-4ab5-b930-08986a1d121e"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.75em);
}

[id="s-2b25fd16-ed71-4ab5-b930-08986a1d121e"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.75em);
}

[id="s-2b25fd16-ed71-4ab5-b930-08986a1d121e"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.75em);
}

[id="s-2b25fd16-ed71-4ab5-b930-08986a1d121e"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.75em);
}

[id="s-2b25fd16-ed71-4ab5-b930-08986a1d121e"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.75em);
}

[id="s-2b25fd16-ed71-4ab5-b930-08986a1d121e"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.75em);
}

}

@media (min-width: 1200px) {
[id="s-2b25fd16-ed71-4ab5-b930-08986a1d121e"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.75em);
}

[id="s-2b25fd16-ed71-4ab5-b930-08986a1d121e"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.75em);
}

[id="s-2b25fd16-ed71-4ab5-b930-08986a1d121e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.75em);
}

[id="s-2b25fd16-ed71-4ab5-b930-08986a1d121e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.75em);
}

[id="s-2b25fd16-ed71-4ab5-b930-08986a1d121e"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.75em);
}

[id="s-2b25fd16-ed71-4ab5-b930-08986a1d121e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.75em);
}

[id="s-2b25fd16-ed71-4ab5-b930-08986a1d121e"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.75em);
}

[id="s-2b25fd16-ed71-4ab5-b930-08986a1d121e"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.75em);
}

[id="s-2b25fd16-ed71-4ab5-b930-08986a1d121e"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.75em);
}

[id="s-2b25fd16-ed71-4ab5-b930-08986a1d121e"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.75em);
}

[id="s-2b25fd16-ed71-4ab5-b930-08986a1d121e"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.75em);
}

[id="s-2b25fd16-ed71-4ab5-b930-08986a1d121e"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.75em);
}

}

#s-406438ce-73a7-41c3-8b5d-202979b58935 {
  border-style: solid;
margin-bottom: 1em;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
text-align: center;
}




  #s-406438ce-73a7-41c3-8b5d-202979b58935 img.shogun-image {
    
    width: px;
  }


#s-406438ce-73a7-41c3-8b5d-202979b58935 .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-375918df-ca3e-4fa6-ab53-c45cfcfc8a10 {
  padding-top: 1em;
padding-left: 1em;
padding-bottom: 1em;
padding-right: 1em;
border-radius: 0px;
background-color: rgba(0, 0, 0, 1);
text-align: left;
text-decoration: none;
}
#s-375918df-ca3e-4fa6-ab53-c45cfcfc8a10:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(40, 230, 222, 1) !important;
text-decoration: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-375918df-ca3e-4fa6-ab53-c45cfcfc8a10:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-375918df-ca3e-4fa6-ab53-c45cfcfc8a10.shg-btn {
  color: #ffffff;
  font-size: 1em;
  font-weight: 600;
  
  font-family: Oswald;
  display:  inline-block ;
}

#s-c01556f3-6174-4653-a956-0dd18e93157d {
  border-style: solid;
margin-bottom: 1em;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
text-align: center;
}




  #s-c01556f3-6174-4653-a956-0dd18e93157d img.shogun-image {
    
    width: px;
  }


#s-c01556f3-6174-4653-a956-0dd18e93157d .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-66fb5c72-4f3d-48ce-93d7-ed85a0f4905f {
  padding-top: 1em;
padding-left: 1em;
padding-bottom: 1em;
padding-right: 1em;
border-radius: 0px;
background-color: rgba(0, 0, 0, 1);
text-align: left;
text-decoration: none;
}
#s-66fb5c72-4f3d-48ce-93d7-ed85a0f4905f:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(40, 230, 222, 1) !important;
text-decoration: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-66fb5c72-4f3d-48ce-93d7-ed85a0f4905f:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-66fb5c72-4f3d-48ce-93d7-ed85a0f4905f.shg-btn {
  color: #ffffff;
  font-size: 1em;
  font-weight: 600;
  
  font-family: Oswald;
  display:  inline-block ;
}

#s-c191fa12-d008-459e-8a0f-2b7b09ae16f7 {
  border-style: solid;
margin-bottom: 1em;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
text-align: center;
}




  #s-c191fa12-d008-459e-8a0f-2b7b09ae16f7 img.shogun-image {
    
    width: px;
  }


#s-c191fa12-d008-459e-8a0f-2b7b09ae16f7 .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-638fdbf2-9518-44d9-9d31-51f91ce1294c {
  padding-top: 1em;
padding-left: 1em;
padding-bottom: 1em;
padding-right: 1em;
border-radius: 0px;
background-color: rgba(0, 0, 0, 1);
text-align: left;
text-decoration: none;
}
#s-638fdbf2-9518-44d9-9d31-51f91ce1294c:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(40, 230, 222, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
hover-type: color !important;}#s-638fdbf2-9518-44d9-9d31-51f91ce1294c:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-638fdbf2-9518-44d9-9d31-51f91ce1294c.shg-btn {
  color: #ffffff;
  font-size: 1em;
  font-weight: 600;
  
  font-family: Oswald;
  display:  inline-block ;
}

#s-370c0474-5a63-4d72-8c39-81f47704d705 {
  border-style: solid;
margin-bottom: 1em;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
text-align: center;
}





#s-370c0474-5a63-4d72-8c39-81f47704d705 .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-f02edbd3-7e08-443e-9a5b-479197ca0a67 {
  padding-top: 1em;
padding-left: 1em;
padding-bottom: 1em;
padding-right: 1em;
border-radius: 0px;
background-color: rgba(0, 0, 0, 1);
text-align: left;
text-decoration: none;
}
#s-f02edbd3-7e08-443e-9a5b-479197ca0a67:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(40, 230, 222, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
hover-type: color !important;}#s-f02edbd3-7e08-443e-9a5b-479197ca0a67:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-f02edbd3-7e08-443e-9a5b-479197ca0a67.shg-btn {
  color: #ffffff;
  font-size: 1em;
  font-weight: 600;
  
  font-family: Oswald;
  display:  inline-block ;
}

@media (min-width: 0px) {
[id="s-18cee819-9838-4779-a8fa-814d15b028c9"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 0.5em);
}

[id="s-18cee819-9838-4779-a8fa-814d15b028c9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-18cee819-9838-4779-a8fa-814d15b028c9"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.75em);
}

[id="s-18cee819-9838-4779-a8fa-814d15b028c9"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.75em);
}

[id="s-18cee819-9838-4779-a8fa-814d15b028c9"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.75em);
}

[id="s-18cee819-9838-4779-a8fa-814d15b028c9"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.75em);
}

[id="s-18cee819-9838-4779-a8fa-814d15b028c9"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.75em);
}

[id="s-18cee819-9838-4779-a8fa-814d15b028c9"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.75em);
}

[id="s-18cee819-9838-4779-a8fa-814d15b028c9"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.75em);
}

[id="s-18cee819-9838-4779-a8fa-814d15b028c9"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.75em);
}

[id="s-18cee819-9838-4779-a8fa-814d15b028c9"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.75em);
}

[id="s-18cee819-9838-4779-a8fa-814d15b028c9"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.75em);
}

[id="s-18cee819-9838-4779-a8fa-814d15b028c9"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.75em);
}

[id="s-18cee819-9838-4779-a8fa-814d15b028c9"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.75em);
}

}

@media (min-width: 992px) {
[id="s-18cee819-9838-4779-a8fa-814d15b028c9"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.75em);
}

[id="s-18cee819-9838-4779-a8fa-814d15b028c9"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.75em);
}

[id="s-18cee819-9838-4779-a8fa-814d15b028c9"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.75em);
}

[id="s-18cee819-9838-4779-a8fa-814d15b028c9"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.75em);
}

[id="s-18cee819-9838-4779-a8fa-814d15b028c9"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.75em);
}

[id="s-18cee819-9838-4779-a8fa-814d15b028c9"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.75em);
}

[id="s-18cee819-9838-4779-a8fa-814d15b028c9"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.75em);
}

[id="s-18cee819-9838-4779-a8fa-814d15b028c9"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.75em);
}

[id="s-18cee819-9838-4779-a8fa-814d15b028c9"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.75em);
}

[id="s-18cee819-9838-4779-a8fa-814d15b028c9"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.75em);
}

[id="s-18cee819-9838-4779-a8fa-814d15b028c9"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.75em);
}

[id="s-18cee819-9838-4779-a8fa-814d15b028c9"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.75em);
}

}

@media (min-width: 1200px) {
[id="s-18cee819-9838-4779-a8fa-814d15b028c9"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.75em);
}

[id="s-18cee819-9838-4779-a8fa-814d15b028c9"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.75em);
}

[id="s-18cee819-9838-4779-a8fa-814d15b028c9"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.75em);
}

[id="s-18cee819-9838-4779-a8fa-814d15b028c9"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.75em);
}

[id="s-18cee819-9838-4779-a8fa-814d15b028c9"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.75em);
}

[id="s-18cee819-9838-4779-a8fa-814d15b028c9"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.75em);
}

[id="s-18cee819-9838-4779-a8fa-814d15b028c9"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.75em);
}

[id="s-18cee819-9838-4779-a8fa-814d15b028c9"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.75em);
}

[id="s-18cee819-9838-4779-a8fa-814d15b028c9"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.75em);
}

[id="s-18cee819-9838-4779-a8fa-814d15b028c9"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.75em);
}

[id="s-18cee819-9838-4779-a8fa-814d15b028c9"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.75em);
}

[id="s-18cee819-9838-4779-a8fa-814d15b028c9"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.75em);
}

}

#s-126dc155-106e-4c18-9371-2a2fc39ad4da {
  border-style: solid;
margin-bottom: 1em;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
text-align: center;
}




  #s-126dc155-106e-4c18-9371-2a2fc39ad4da img.shogun-image {
    
    width: px;
  }


#s-126dc155-106e-4c18-9371-2a2fc39ad4da .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-d8c65981-ea3b-4bce-8ccf-63c0aa085939 {
  padding-top: 1em;
padding-left: 1em;
padding-bottom: 1em;
padding-right: 1em;
border-radius: 0px;
background-color: rgba(0, 0, 0, 1);
text-align: left;
text-decoration: none;
}
#s-d8c65981-ea3b-4bce-8ccf-63c0aa085939:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(40, 230, 222, 1) !important;
text-decoration: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-d8c65981-ea3b-4bce-8ccf-63c0aa085939:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-d8c65981-ea3b-4bce-8ccf-63c0aa085939.shg-btn {
  color: #ffffff;
  font-size: 1em;
  font-weight: 600;
  
  font-family: Oswald;
  display:  inline-block ;
}

#s-f0d537c2-0978-4da5-b7d4-7ea611159a9a {
  border-style: solid;
margin-bottom: 1em;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
text-align: center;
}





#s-f0d537c2-0978-4da5-b7d4-7ea611159a9a .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-5fd13b5e-8cea-4fa5-b8fb-bbea174dbbe2 {
  padding-top: 1em;
padding-left: 1em;
padding-bottom: 1em;
padding-right: 1em;
border-radius: 0px;
background-color: rgba(0, 0, 0, 1);
text-align: left;
text-decoration: none;
}
#s-5fd13b5e-8cea-4fa5-b8fb-bbea174dbbe2:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(40, 230, 222, 1) !important;
text-decoration: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-5fd13b5e-8cea-4fa5-b8fb-bbea174dbbe2:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-5fd13b5e-8cea-4fa5-b8fb-bbea174dbbe2.shg-btn {
  color: #ffffff;
  font-size: 1em;
  font-weight: 600;
  
  font-family: Oswald;
  display:  inline-block ;
}

#s-9a1041ed-6cfa-4437-b953-3d8ce7d864a7 {
  border-style: solid;
margin-bottom: 1em;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
text-align: center;
}




  #s-9a1041ed-6cfa-4437-b953-3d8ce7d864a7 img.shogun-image {
    
    width: px;
  }


#s-9a1041ed-6cfa-4437-b953-3d8ce7d864a7 .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-9bb91387-db85-4c02-a495-e12d05b85d02 {
  padding-top: 1em;
padding-left: 1em;
padding-bottom: 1em;
padding-right: 1em;
border-radius: 0px;
background-color: rgba(0, 0, 0, 1);
text-align: left;
text-decoration: none;
}
#s-9bb91387-db85-4c02-a495-e12d05b85d02:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(40, 230, 222, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
hover-type: color !important;}#s-9bb91387-db85-4c02-a495-e12d05b85d02:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-9bb91387-db85-4c02-a495-e12d05b85d02.shg-btn {
  color: #ffffff;
  font-size: 1em;
  font-weight: 600;
  
  font-family: Oswald;
  display:  inline-block ;
}

#s-cf23feb5-b000-4d4f-ba5b-509d5a497d03 {
  border-style: solid;
margin-bottom: 1em;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(255, 0, 0, 1);
border-style: solid;
text-align: center;
}




  #s-cf23feb5-b000-4d4f-ba5b-509d5a497d03 img.shogun-image {
    
    width: px;
  }


#s-cf23feb5-b000-4d4f-ba5b-509d5a497d03 .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-8bbd2f8e-d726-4e49-a499-a050b9417bae {
  background-image: url(none);
background-repeat: no-repeat;
padding-top: 1em;
padding-left: 1em;
padding-bottom: 1em;
padding-right: 1em;
border-radius: 0px;
background-color: rgba(255, 0, 0, 1);
text-align: left;
text-decoration: none;
hover-type: color;
}
#s-8bbd2f8e-d726-4e49-a499-a050b9417bae:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(40, 230, 222, 1) !important;
text-decoration: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-8bbd2f8e-d726-4e49-a499-a050b9417bae:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-8bbd2f8e-d726-4e49-a499-a050b9417bae.shg-btn {
  color: #ffffff;
  font-size: 1em;
  font-weight: 600;
  
  font-family: Oswald;
  display:  inline-block ;
}

#s-141a683b-8851-4182-b898-ae51ba8bd2b5 {
  margin-left: auto;
margin-right: auto;
padding-top: 1em;
padding-left: 1em;
padding-bottom: 1em;
padding-right: 1em;
border-radius: 0px;
background-color: rgba(0, 0, 0, 1);
text-align: center;
text-decoration: none;
}
#s-141a683b-8851-4182-b898-ae51ba8bd2b5:hover {background-color: rgba(40, 230, 222, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;}#s-141a683b-8851-4182-b898-ae51ba8bd2b5:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-141a683b-8851-4182-b898-ae51ba8bd2b5.shg-btn {
  color: #ffffff;
  font-size: 1em;
  font-weight: 600;
  
  font-family: Oswald;
  display:  block ;
}

#s-3a5a1842-f637-4fc2-9c34-cd1ad1d906e4 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 50px;
background-position: center center;
background-attachment: scroll;
}
@media (min-width: 1200px){#s-3a5a1842-f637-4fc2-9c34-cd1ad1d906e4 {
  display: none;
}
#s-3a5a1842-f637-4fc2-9c34-cd1ad1d906e4, #wrap-s-3a5a1842-f637-4fc2-9c34-cd1ad1d906e4 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3a5a1842-f637-4fc2-9c34-cd1ad1d906e4 {
  display: none;
}
#s-3a5a1842-f637-4fc2-9c34-cd1ad1d906e4, #wrap-s-3a5a1842-f637-4fc2-9c34-cd1ad1d906e4 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-3a5a1842-f637-4fc2-9c34-cd1ad1d906e4 {
  display: none;
}
#s-3a5a1842-f637-4fc2-9c34-cd1ad1d906e4, #wrap-s-3a5a1842-f637-4fc2-9c34-cd1ad1d906e4 { display:none !important; }}@media (max-width: 767px){#s-3a5a1842-f637-4fc2-9c34-cd1ad1d906e4 {
  
}
}







#s-3a5a1842-f637-4fc2-9c34-cd1ad1d906e4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3a5a1842-f637-4fc2-9c34-cd1ad1d906e4.shg-box.shg-c {
  justify-content: center;
}

#s-f2dc3208-2173-44f3-86b5-66bdae31eba5 {
  border-style: solid;
margin-top: 30%;
margin-left: 10%;
margin-bottom: 10%;
margin-right: 10%;
padding-top: 1em;
padding-left: 1em;
padding-bottom: 1em;
padding-right: 1em;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
min-height: 50px;
background-color: rgba(0, 0, 0, 0.3);
}








#s-f2dc3208-2173-44f3-86b5-66bdae31eba5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f2dc3208-2173-44f3-86b5-66bdae31eba5 {
  cursor: pointer;
}#s-f2dc3208-2173-44f3-86b5-66bdae31eba5.shg-box.shg-c {
  justify-content: center;
}

#s-92b6ff90-c0b2-4f38-9912-b78d787b5641 {
  text-align: center;
}

#s-92b6ff90-c0b2-4f38-9912-b78d787b5641 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: Oswald;
  font-style:  normal ;
  font-size: 2.5em;
  line-height: 1em;
  letter-spacing: ;
  text-align: center;
}


#s-92b6ff90-c0b2-4f38-9912-b78d787b5641 .shogun-heading-component h2 a {
  color: rgba(255, 255, 255, 1);
}


#s-fbfc2b19-2c42-42a5-a1c4-1bd95594a1e6 {
  margin-top: 1em;
margin-bottom: 1em;
}

#s-e4148387-c9e4-41b4-89fe-e9fd9ccf4748 {
  background-image: url(none);
background-repeat: no-repeat;
border-style: solid;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(2, 231, 223, 1);
border-style: solid;
background-color: rgba(82, 82, 82, 1);
text-align: center;
text-decoration: none;
color: rgba(0, 0, 0, 1);
hover-type: color;
}
#s-e4148387-c9e4-41b4-89fe-e9fd9ccf4748:hover {background-color: rgba(82, 82, 82, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;}#s-e4148387-c9e4-41b4-89fe-e9fd9ccf4748:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-e4148387-c9e4-41b4-89fe-e9fd9ccf4748.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  inline-block ;
}

#s-91d0b91c-f322-4507-a2ca-45ed08daccfa {
  margin-left: 3em;
margin-bottom: 2em;
margin-right: 3em;
}
@media (min-width: 768px) and (max-width: 991px){#s-91d0b91c-f322-4507-a2ca-45ed08daccfa {
  display: none;
}
#s-91d0b91c-f322-4507-a2ca-45ed08daccfa, #wrap-s-91d0b91c-f322-4507-a2ca-45ed08daccfa { display:none !important; }}@media (max-width: 767px){#s-91d0b91c-f322-4507-a2ca-45ed08daccfa {
  display: none;
}
#s-91d0b91c-f322-4507-a2ca-45ed08daccfa, #wrap-s-91d0b91c-f322-4507-a2ca-45ed08daccfa { display:none !important; }}
@media (min-width: 0px) {
[id="s-91d0b91c-f322-4507-a2ca-45ed08daccfa"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-91d0b91c-f322-4507-a2ca-45ed08daccfa"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 1.0em);
}

[id="s-91d0b91c-f322-4507-a2ca-45ed08daccfa"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 1.0em);
}

[id="s-91d0b91c-f322-4507-a2ca-45ed08daccfa"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 1.0em);
}

[id="s-91d0b91c-f322-4507-a2ca-45ed08daccfa"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 1.0em);
}

[id="s-91d0b91c-f322-4507-a2ca-45ed08daccfa"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 1.0em);
}

[id="s-91d0b91c-f322-4507-a2ca-45ed08daccfa"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 1.0em);
}

[id="s-91d0b91c-f322-4507-a2ca-45ed08daccfa"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 1.0em);
}

[id="s-91d0b91c-f322-4507-a2ca-45ed08daccfa"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 1.0em);
}

[id="s-91d0b91c-f322-4507-a2ca-45ed08daccfa"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 1.0em);
}

[id="s-91d0b91c-f322-4507-a2ca-45ed08daccfa"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 1.0em);
}

[id="s-91d0b91c-f322-4507-a2ca-45ed08daccfa"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 1.0em);
}

[id="s-91d0b91c-f322-4507-a2ca-45ed08daccfa"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 1.0em);
}

}

@media (min-width: 992px) {
[id="s-91d0b91c-f322-4507-a2ca-45ed08daccfa"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 1.0em);
}

[id="s-91d0b91c-f322-4507-a2ca-45ed08daccfa"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 1.0em);
}

[id="s-91d0b91c-f322-4507-a2ca-45ed08daccfa"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 1.0em);
}

[id="s-91d0b91c-f322-4507-a2ca-45ed08daccfa"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 1.0em);
}

[id="s-91d0b91c-f322-4507-a2ca-45ed08daccfa"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 1.0em);
}

[id="s-91d0b91c-f322-4507-a2ca-45ed08daccfa"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 1.0em);
}

[id="s-91d0b91c-f322-4507-a2ca-45ed08daccfa"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 1.0em);
}

[id="s-91d0b91c-f322-4507-a2ca-45ed08daccfa"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 1.0em);
}

[id="s-91d0b91c-f322-4507-a2ca-45ed08daccfa"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 1.0em);
}

[id="s-91d0b91c-f322-4507-a2ca-45ed08daccfa"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 1.0em);
}

[id="s-91d0b91c-f322-4507-a2ca-45ed08daccfa"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 1.0em);
}

[id="s-91d0b91c-f322-4507-a2ca-45ed08daccfa"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 1.0em);
}

}

@media (min-width: 1200px) {
[id="s-91d0b91c-f322-4507-a2ca-45ed08daccfa"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 1.0em);
}

[id="s-91d0b91c-f322-4507-a2ca-45ed08daccfa"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 1.0em);
}

[id="s-91d0b91c-f322-4507-a2ca-45ed08daccfa"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 1.0em);
}

[id="s-91d0b91c-f322-4507-a2ca-45ed08daccfa"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 1.0em);
}

[id="s-91d0b91c-f322-4507-a2ca-45ed08daccfa"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 1.0em);
}

[id="s-91d0b91c-f322-4507-a2ca-45ed08daccfa"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 1.0em);
}

[id="s-91d0b91c-f322-4507-a2ca-45ed08daccfa"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 1.0em);
}

[id="s-91d0b91c-f322-4507-a2ca-45ed08daccfa"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 1.0em);
}

[id="s-91d0b91c-f322-4507-a2ca-45ed08daccfa"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 1.0em);
}

[id="s-91d0b91c-f322-4507-a2ca-45ed08daccfa"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 1.0em);
}

[id="s-91d0b91c-f322-4507-a2ca-45ed08daccfa"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 1.0em);
}

[id="s-91d0b91c-f322-4507-a2ca-45ed08daccfa"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 1.0em);
}

}

#s-66f8153b-5db0-45f4-aa82-2f79bd7cbd67 {
  border-style: solid;
margin-bottom: 1em;
padding-top: 1em;
padding-left: 1em;
padding-bottom: 1em;
padding-right: 1em;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(40, 231, 222, 1);
border-style: solid;
min-height: 50px;
background-color: rgba(106, 106, 106, 1);
}








#s-66f8153b-5db0-45f4-aa82-2f79bd7cbd67 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-66f8153b-5db0-45f4-aa82-2f79bd7cbd67 {
  cursor: pointer;
}#s-66f8153b-5db0-45f4-aa82-2f79bd7cbd67.shg-box.shg-c {
  justify-content: center;
}

#s-6800f4fb-9e78-4194-98ff-388a664ede03 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6800f4fb-9e78-4194-98ff-388a664ede03 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: Oswald;
  font-style:   ;
  font-size: 40px;
  line-height: 1em;
  letter-spacing: 0px;
  text-align: center;
}


#s-6800f4fb-9e78-4194-98ff-388a664ede03 .shogun-heading-component h1 a {
  color: rgba(255, 255, 255, 1);
}


#s-d87b5767-5512-450c-9491-3b7234184295 {
  border-style: solid;
margin-bottom: 1em;
padding-top: 1em;
padding-left: 1em;
padding-bottom: 1em;
padding-right: 1em;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
min-height: 50px;
background-color: rgba(40, 231, 222, 1);
}








#s-d87b5767-5512-450c-9491-3b7234184295 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d87b5767-5512-450c-9491-3b7234184295 {
  cursor: pointer;
}#s-d87b5767-5512-450c-9491-3b7234184295.shg-box.shg-c {
  justify-content: center;
}

#s-68a37439-56c6-4f2a-b778-ef67d7b2f9fa {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-68a37439-56c6-4f2a-b778-ef67d7b2f9fa .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: Oswald;
  font-style:   ;
  font-size: 40px;
  line-height: 1em;
  letter-spacing: ;
  text-align: center;
}


#s-68a37439-56c6-4f2a-b778-ef67d7b2f9fa .shogun-heading-component h1 a {
  color: #000;
}


#s-d290944a-a091-470d-b9d5-767283119788 {
  border-style: solid;
margin-bottom: 1em;
padding-top: 1em;
padding-left: 1px;
padding-bottom: 1em;
padding-right: 1px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
min-height: 50px;
background-color: rgba(0, 0, 0, 1);
}








#s-d290944a-a091-470d-b9d5-767283119788 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-d290944a-a091-470d-b9d5-767283119788.shg-box.shg-c {
  justify-content: center;
}

#s-cd19c371-8e15-444a-994e-a6851b640ddd {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-cd19c371-8e15-444a-994e-a6851b640ddd .shogun-heading-component h1 {
  color: rgba(40, 231, 222, 1);
  font-weight:  700 ;
  font-family: Oswald;
  font-style:   ;
  font-size: 40px;
  line-height: 1em;
  letter-spacing: ;
  text-align: center;
}



#s-d54c8246-75cf-446f-8603-c8550a5ccf67 {
  margin-left: 3em;
margin-bottom: 1em;
margin-right: 3em;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-d54c8246-75cf-446f-8603-c8550a5ccf67 {
  display: none;
}
#s-d54c8246-75cf-446f-8603-c8550a5ccf67, #wrap-s-d54c8246-75cf-446f-8603-c8550a5ccf67 { display:none !important; }}@media (max-width: 767px){#s-d54c8246-75cf-446f-8603-c8550a5ccf67 {
  display: none;
}
#s-d54c8246-75cf-446f-8603-c8550a5ccf67, #wrap-s-d54c8246-75cf-446f-8603-c8550a5ccf67 { display:none !important; }}







#s-d54c8246-75cf-446f-8603-c8550a5ccf67 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d54c8246-75cf-446f-8603-c8550a5ccf67.shg-box.shg-c {
  justify-content: center;
}

#s-23ed2adc-1c4b-4622-9fcd-12a7f2f67342 {
  margin-bottom: 1em;
text-align: center;
}

#s-23ed2adc-1c4b-4622-9fcd-12a7f2f67342 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: Oswald;
  font-style:  normal ;
  font-size: 48px;
  line-height: 1em;
  letter-spacing: ;
  text-align: center;
}



@media (min-width: 0px) {
[id="s-889edb0e-1290-4ea2-ad7b-52af0ca6ef81"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 0.5em);
}

[id="s-889edb0e-1290-4ea2-ad7b-52af0ca6ef81"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-889edb0e-1290-4ea2-ad7b-52af0ca6ef81"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.75em);
}

[id="s-889edb0e-1290-4ea2-ad7b-52af0ca6ef81"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.75em);
}

[id="s-889edb0e-1290-4ea2-ad7b-52af0ca6ef81"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.75em);
}

[id="s-889edb0e-1290-4ea2-ad7b-52af0ca6ef81"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.75em);
}

[id="s-889edb0e-1290-4ea2-ad7b-52af0ca6ef81"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.75em);
}

[id="s-889edb0e-1290-4ea2-ad7b-52af0ca6ef81"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.75em);
}

[id="s-889edb0e-1290-4ea2-ad7b-52af0ca6ef81"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.75em);
}

[id="s-889edb0e-1290-4ea2-ad7b-52af0ca6ef81"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.75em);
}

[id="s-889edb0e-1290-4ea2-ad7b-52af0ca6ef81"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.75em);
}

[id="s-889edb0e-1290-4ea2-ad7b-52af0ca6ef81"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.75em);
}

[id="s-889edb0e-1290-4ea2-ad7b-52af0ca6ef81"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.75em);
}

[id="s-889edb0e-1290-4ea2-ad7b-52af0ca6ef81"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.75em);
}

}

@media (min-width: 992px) {
[id="s-889edb0e-1290-4ea2-ad7b-52af0ca6ef81"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.75em);
}

[id="s-889edb0e-1290-4ea2-ad7b-52af0ca6ef81"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.75em);
}

[id="s-889edb0e-1290-4ea2-ad7b-52af0ca6ef81"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.75em);
}

[id="s-889edb0e-1290-4ea2-ad7b-52af0ca6ef81"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.75em);
}

[id="s-889edb0e-1290-4ea2-ad7b-52af0ca6ef81"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.75em);
}

[id="s-889edb0e-1290-4ea2-ad7b-52af0ca6ef81"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.75em);
}

[id="s-889edb0e-1290-4ea2-ad7b-52af0ca6ef81"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.75em);
}

[id="s-889edb0e-1290-4ea2-ad7b-52af0ca6ef81"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.75em);
}

[id="s-889edb0e-1290-4ea2-ad7b-52af0ca6ef81"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.75em);
}

[id="s-889edb0e-1290-4ea2-ad7b-52af0ca6ef81"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.75em);
}

[id="s-889edb0e-1290-4ea2-ad7b-52af0ca6ef81"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.75em);
}

[id="s-889edb0e-1290-4ea2-ad7b-52af0ca6ef81"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.75em);
}

}

@media (min-width: 1200px) {
[id="s-889edb0e-1290-4ea2-ad7b-52af0ca6ef81"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.75em);
}

[id="s-889edb0e-1290-4ea2-ad7b-52af0ca6ef81"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.75em);
}

[id="s-889edb0e-1290-4ea2-ad7b-52af0ca6ef81"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.75em);
}

[id="s-889edb0e-1290-4ea2-ad7b-52af0ca6ef81"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.75em);
}

[id="s-889edb0e-1290-4ea2-ad7b-52af0ca6ef81"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.75em);
}

[id="s-889edb0e-1290-4ea2-ad7b-52af0ca6ef81"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.75em);
}

[id="s-889edb0e-1290-4ea2-ad7b-52af0ca6ef81"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.75em);
}

[id="s-889edb0e-1290-4ea2-ad7b-52af0ca6ef81"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.75em);
}

[id="s-889edb0e-1290-4ea2-ad7b-52af0ca6ef81"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.75em);
}

[id="s-889edb0e-1290-4ea2-ad7b-52af0ca6ef81"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.75em);
}

[id="s-889edb0e-1290-4ea2-ad7b-52af0ca6ef81"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.75em);
}

[id="s-889edb0e-1290-4ea2-ad7b-52af0ca6ef81"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.75em);
}

}

#s-22029d58-68f2-4bce-9d99-4a3230d1031d {
  border-style: solid;
margin-bottom: 1em;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
text-align: center;
}




  #s-22029d58-68f2-4bce-9d99-4a3230d1031d img.shogun-image {
    
    width: px;
  }


#s-22029d58-68f2-4bce-9d99-4a3230d1031d .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-9ed80ccd-d52f-4ec5-8ac3-00349c4bfb8b {
  margin-top: 1em;
margin-left: 1em;
margin-bottom: 1em;
margin-right: 1em;
padding-top: 1em;
padding-left: 1em;
padding-bottom: 1em;
padding-right: 1em;
border-radius: 0px;
background-color: rgba(0, 0, 0, 1);
text-align: left;
text-decoration: none;
}
#s-9ed80ccd-d52f-4ec5-8ac3-00349c4bfb8b:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(40, 230, 222, 1) !important;
text-decoration: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-9ed80ccd-d52f-4ec5-8ac3-00349c4bfb8b:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-9ed80ccd-d52f-4ec5-8ac3-00349c4bfb8b.shg-btn {
  color: #ffffff;
  font-size: 1.5em;
  font-weight: 600;
  
  font-family: Oswald;
  display:  inline-block ;
}

#s-2e69faa2-cfd6-4850-8805-0bdf7142e59b {
  border-style: solid;
margin-bottom: 1em;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
text-align: center;
}




  #s-2e69faa2-cfd6-4850-8805-0bdf7142e59b img.shogun-image {
    
    width: px;
  }


#s-2e69faa2-cfd6-4850-8805-0bdf7142e59b .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-59f06d0d-c995-4a9b-9c68-7fec367ca243 {
  margin-top: 1em;
margin-left: 1em;
margin-bottom: 1em;
margin-right: 1em;
padding-top: 1em;
padding-left: 1em;
padding-bottom: 1em;
padding-right: 1em;
border-radius: 0px;
background-color: rgba(0, 0, 0, 1);
text-align: left;
text-decoration: none;
}
#s-59f06d0d-c995-4a9b-9c68-7fec367ca243:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(40, 230, 222, 1) !important;
text-decoration: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-59f06d0d-c995-4a9b-9c68-7fec367ca243:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-59f06d0d-c995-4a9b-9c68-7fec367ca243.shg-btn {
  color: #ffffff;
  font-size: 1.5em;
  font-weight: 600;
  
  font-family: Oswald;
  display:  inline-block ;
}

#s-b5778ffd-ac81-4666-82d1-19c22961e82c {
  border-style: solid;
margin-bottom: 1em;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
text-align: center;
}




  #s-b5778ffd-ac81-4666-82d1-19c22961e82c img.shogun-image {
    
    width: px;
  }


#s-b5778ffd-ac81-4666-82d1-19c22961e82c .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-72765b68-b3fe-454c-aa45-a5e3b6cea047 {
  margin-top: 1em;
margin-left: 1em;
margin-bottom: 1em;
margin-right: 1em;
padding-top: 1em;
padding-left: 1em;
padding-bottom: 1em;
padding-right: 1em;
border-radius: 0px;
background-color: rgba(0, 0, 0, 1);
text-align: left;
text-decoration: none;
}
#s-72765b68-b3fe-454c-aa45-a5e3b6cea047:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(40, 230, 222, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
hover-type: color !important;}#s-72765b68-b3fe-454c-aa45-a5e3b6cea047:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-72765b68-b3fe-454c-aa45-a5e3b6cea047.shg-btn {
  color: #ffffff;
  font-size: 1.5em;
  font-weight: 600;
  
  font-family: Oswald;
  display:  inline-block ;
}

#s-35aa465e-e63f-4c27-bf0d-602269171a84 {
  border-style: solid;
margin-bottom: 1em;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
text-align: center;
}





#s-35aa465e-e63f-4c27-bf0d-602269171a84 .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-248b31ff-5be9-4d9d-a7c1-694e8d011692 {
  margin-top: 1em;
margin-left: 1em;
margin-bottom: 1em;
margin-right: 1em;
padding-top: 1em;
padding-left: 1em;
padding-bottom: 1em;
padding-right: 1em;
border-radius: 0px;
background-color: rgba(0, 0, 0, 1);
text-align: left;
text-decoration: none;
}
#s-248b31ff-5be9-4d9d-a7c1-694e8d011692:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(40, 230, 222, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
hover-type: color !important;}#s-248b31ff-5be9-4d9d-a7c1-694e8d011692:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-248b31ff-5be9-4d9d-a7c1-694e8d011692.shg-btn {
  color: #ffffff;
  font-size: 1.5em;
  font-weight: 600;
  
  font-family: Oswald;
  display:  inline-block ;
}

@media (min-width: 0px) {
[id="s-961d099e-1958-410e-a109-c042e80c659d"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 0.5em);
}

[id="s-961d099e-1958-410e-a109-c042e80c659d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-961d099e-1958-410e-a109-c042e80c659d"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.75em);
}

[id="s-961d099e-1958-410e-a109-c042e80c659d"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.75em);
}

[id="s-961d099e-1958-410e-a109-c042e80c659d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.75em);
}

[id="s-961d099e-1958-410e-a109-c042e80c659d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.75em);
}

[id="s-961d099e-1958-410e-a109-c042e80c659d"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.75em);
}

[id="s-961d099e-1958-410e-a109-c042e80c659d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.75em);
}

[id="s-961d099e-1958-410e-a109-c042e80c659d"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.75em);
}

[id="s-961d099e-1958-410e-a109-c042e80c659d"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.75em);
}

[id="s-961d099e-1958-410e-a109-c042e80c659d"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.75em);
}

[id="s-961d099e-1958-410e-a109-c042e80c659d"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.75em);
}

[id="s-961d099e-1958-410e-a109-c042e80c659d"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.75em);
}

[id="s-961d099e-1958-410e-a109-c042e80c659d"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.75em);
}

}

@media (min-width: 992px) {
[id="s-961d099e-1958-410e-a109-c042e80c659d"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.75em);
}

[id="s-961d099e-1958-410e-a109-c042e80c659d"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.75em);
}

[id="s-961d099e-1958-410e-a109-c042e80c659d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.75em);
}

[id="s-961d099e-1958-410e-a109-c042e80c659d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.75em);
}

[id="s-961d099e-1958-410e-a109-c042e80c659d"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.75em);
}

[id="s-961d099e-1958-410e-a109-c042e80c659d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.75em);
}

[id="s-961d099e-1958-410e-a109-c042e80c659d"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.75em);
}

[id="s-961d099e-1958-410e-a109-c042e80c659d"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.75em);
}

[id="s-961d099e-1958-410e-a109-c042e80c659d"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.75em);
}

[id="s-961d099e-1958-410e-a109-c042e80c659d"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.75em);
}

[id="s-961d099e-1958-410e-a109-c042e80c659d"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.75em);
}

[id="s-961d099e-1958-410e-a109-c042e80c659d"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.75em);
}

}

@media (min-width: 1200px) {
[id="s-961d099e-1958-410e-a109-c042e80c659d"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.75em);
}

[id="s-961d099e-1958-410e-a109-c042e80c659d"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.75em);
}

[id="s-961d099e-1958-410e-a109-c042e80c659d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.75em);
}

[id="s-961d099e-1958-410e-a109-c042e80c659d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.75em);
}

[id="s-961d099e-1958-410e-a109-c042e80c659d"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.75em);
}

[id="s-961d099e-1958-410e-a109-c042e80c659d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.75em);
}

[id="s-961d099e-1958-410e-a109-c042e80c659d"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.75em);
}

[id="s-961d099e-1958-410e-a109-c042e80c659d"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.75em);
}

[id="s-961d099e-1958-410e-a109-c042e80c659d"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.75em);
}

[id="s-961d099e-1958-410e-a109-c042e80c659d"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.75em);
}

[id="s-961d099e-1958-410e-a109-c042e80c659d"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.75em);
}

[id="s-961d099e-1958-410e-a109-c042e80c659d"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.75em);
}

}

#s-6597ee8b-75d3-4e58-8ec5-5947e43a003e {
  border-style: solid;
margin-bottom: 1em;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
text-align: center;
}




  #s-6597ee8b-75d3-4e58-8ec5-5947e43a003e img.shogun-image {
    
    width: px;
  }


#s-6597ee8b-75d3-4e58-8ec5-5947e43a003e .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-679ecdd1-20aa-4b18-ab02-0fb162e6ef53 {
  margin-top: 1em;
margin-left: 1em;
margin-bottom: 1em;
margin-right: 1em;
padding-top: 1em;
padding-left: 1em;
padding-bottom: 1em;
padding-right: 1em;
border-radius: 0px;
background-color: rgba(0, 0, 0, 1);
text-align: left;
text-decoration: none;
}
#s-679ecdd1-20aa-4b18-ab02-0fb162e6ef53:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(40, 230, 222, 1) !important;
text-decoration: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-679ecdd1-20aa-4b18-ab02-0fb162e6ef53:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-679ecdd1-20aa-4b18-ab02-0fb162e6ef53.shg-btn {
  color: #ffffff;
  font-size: 1.5em;
  font-weight: 600;
  
  font-family: Oswald;
  display:  inline-block ;
}

#s-53801fd2-3659-4236-a96b-f23507200bf8 {
  border-style: solid;
margin-bottom: 1em;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
text-align: center;
}





#s-53801fd2-3659-4236-a96b-f23507200bf8 .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-3c490278-88db-413f-a99a-2e68241d5a1f {
  margin-top: 1em;
margin-left: 1em;
margin-bottom: 1em;
margin-right: 1em;
padding-top: 1em;
padding-left: 1em;
padding-bottom: 1em;
padding-right: 1em;
border-radius: 0px;
background-color: rgba(0, 0, 0, 1);
text-align: left;
text-decoration: none;
}
#s-3c490278-88db-413f-a99a-2e68241d5a1f:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(40, 230, 222, 1) !important;
text-decoration: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-3c490278-88db-413f-a99a-2e68241d5a1f:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-3c490278-88db-413f-a99a-2e68241d5a1f.shg-btn {
  color: #ffffff;
  font-size: 1.5em;
  font-weight: 600;
  
  font-family: Oswald;
  display:  inline-block ;
}

#s-5ea50141-0bb1-46eb-84b3-b9039783b577 {
  border-style: solid;
margin-bottom: 1em;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
text-align: center;
}




  #s-5ea50141-0bb1-46eb-84b3-b9039783b577 img.shogun-image {
    
    width: px;
  }


#s-5ea50141-0bb1-46eb-84b3-b9039783b577 .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-04f357b8-0d34-46d7-ba95-07c90da1b438 {
  margin-top: 1em;
margin-left: 1em;
margin-bottom: 1em;
margin-right: 1em;
padding-top: 1em;
padding-left: 1em;
padding-bottom: 1em;
padding-right: 1em;
border-radius: 0px;
background-color: rgba(0, 0, 0, 1);
text-align: left;
text-decoration: none;
}
#s-04f357b8-0d34-46d7-ba95-07c90da1b438:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(40, 230, 222, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
hover-type: color !important;}#s-04f357b8-0d34-46d7-ba95-07c90da1b438:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-04f357b8-0d34-46d7-ba95-07c90da1b438.shg-btn {
  color: #ffffff;
  font-size: 1.5em;
  font-weight: 600;
  
  font-family: Oswald;
  display:  inline-block ;
}

#s-e275ffcb-815a-49b5-9ab1-b68c649af686 {
  border-style: solid;
margin-bottom: 1em;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(255, 0, 0, 1);
border-style: solid;
text-align: center;
}




  #s-e275ffcb-815a-49b5-9ab1-b68c649af686 img.shogun-image {
    
    width: px;
  }


#s-e275ffcb-815a-49b5-9ab1-b68c649af686 .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-376956df-fcff-4b18-a1e6-cedcd0172935 {
  background-image: url(none);
background-repeat: no-repeat;
margin-top: 1em;
margin-left: 1em;
margin-bottom: 1em;
margin-right: 1em;
padding-top: 1em;
padding-left: 1em;
padding-bottom: 1em;
padding-right: 1em;
border-radius: 0px;
background-color: rgba(255, 0, 0, 1);
text-align: left;
text-decoration: none;
hover-type: color;
}
#s-376956df-fcff-4b18-a1e6-cedcd0172935:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(40, 230, 222, 1) !important;
text-decoration: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-376956df-fcff-4b18-a1e6-cedcd0172935:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-376956df-fcff-4b18-a1e6-cedcd0172935.shg-btn {
  color: #ffffff;
  font-size: 1.5em;
  font-weight: 600;
  
  font-family: Oswald;
  display:  inline-block ;
}

#s-983bb9e9-9880-4d8e-bc6f-01de67a098ff {
  margin-left: auto;
margin-right: auto;
padding-top: 0.5em;
padding-left: 1em;
padding-bottom: 0.5em;
padding-right: 1em;
border-radius: 0px;
background-color: rgba(0, 0, 0, 1);
text-align: center;
text-decoration: none;
}
#s-983bb9e9-9880-4d8e-bc6f-01de67a098ff:hover {background-color: rgba(40, 230, 222, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;}#s-983bb9e9-9880-4d8e-bc6f-01de67a098ff:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-983bb9e9-9880-4d8e-bc6f-01de67a098ff.shg-btn {
  color: #ffffff;
  font-size: 1.5em;
  font-weight: 600;
  
  font-family: Oswald;
  display:  block ;
}

#s-9b68ab9e-a240-450b-953c-b7b4ac0d5598 {
  margin-top: 1.5em;
margin-bottom: 1.5em;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-9b68ab9e-a240-450b-953c-b7b4ac0d5598 {
  display: none;
}
#s-9b68ab9e-a240-450b-953c-b7b4ac0d5598, #wrap-s-9b68ab9e-a240-450b-953c-b7b4ac0d5598 { display:none !important; }}@media (max-width: 767px){#s-9b68ab9e-a240-450b-953c-b7b4ac0d5598 {
  display: none;
}
#s-9b68ab9e-a240-450b-953c-b7b4ac0d5598, #wrap-s-9b68ab9e-a240-450b-953c-b7b4ac0d5598 { display:none !important; }}







#s-9b68ab9e-a240-450b-953c-b7b4ac0d5598 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9b68ab9e-a240-450b-953c-b7b4ac0d5598.shg-box.shg-c {
  justify-content: center;
}

#s-e107e0f4-0224-4a56-ae58-26c93076f157 {
  margin-bottom: 1em;
text-align: center;
}

#s-e107e0f4-0224-4a56-ae58-26c93076f157 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: Oswald;
  font-style:  normal ;
  font-size: 48px;
  line-height: 1em;
  letter-spacing: ;
  text-align: center;
}



#s-ff1f5acd-9c3e-4262-93ea-20a21718f83d {
  margin-left: 2em;
margin-right: 2em;
}

@media (min-width: 0px) {
[id="s-4cbec70b-954b-4384-ade3-461cfbc2b97f"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 0.5em);
}

[id="s-4cbec70b-954b-4384-ade3-461cfbc2b97f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4cbec70b-954b-4384-ade3-461cfbc2b97f"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.75em);
}

[id="s-4cbec70b-954b-4384-ade3-461cfbc2b97f"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.75em);
}

[id="s-4cbec70b-954b-4384-ade3-461cfbc2b97f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.75em);
}

[id="s-4cbec70b-954b-4384-ade3-461cfbc2b97f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.75em);
}

[id="s-4cbec70b-954b-4384-ade3-461cfbc2b97f"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.75em);
}

[id="s-4cbec70b-954b-4384-ade3-461cfbc2b97f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.75em);
}

[id="s-4cbec70b-954b-4384-ade3-461cfbc2b97f"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.75em);
}

[id="s-4cbec70b-954b-4384-ade3-461cfbc2b97f"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.75em);
}

[id="s-4cbec70b-954b-4384-ade3-461cfbc2b97f"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.75em);
}

[id="s-4cbec70b-954b-4384-ade3-461cfbc2b97f"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.75em);
}

[id="s-4cbec70b-954b-4384-ade3-461cfbc2b97f"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.75em);
}

[id="s-4cbec70b-954b-4384-ade3-461cfbc2b97f"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.75em);
}

}

@media (min-width: 992px) {
[id="s-4cbec70b-954b-4384-ade3-461cfbc2b97f"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.75em);
}

[id="s-4cbec70b-954b-4384-ade3-461cfbc2b97f"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.75em);
}

[id="s-4cbec70b-954b-4384-ade3-461cfbc2b97f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.75em);
}

[id="s-4cbec70b-954b-4384-ade3-461cfbc2b97f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.75em);
}

[id="s-4cbec70b-954b-4384-ade3-461cfbc2b97f"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.75em);
}

[id="s-4cbec70b-954b-4384-ade3-461cfbc2b97f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.75em);
}

[id="s-4cbec70b-954b-4384-ade3-461cfbc2b97f"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.75em);
}

[id="s-4cbec70b-954b-4384-ade3-461cfbc2b97f"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.75em);
}

[id="s-4cbec70b-954b-4384-ade3-461cfbc2b97f"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.75em);
}

[id="s-4cbec70b-954b-4384-ade3-461cfbc2b97f"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.75em);
}

[id="s-4cbec70b-954b-4384-ade3-461cfbc2b97f"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.75em);
}

[id="s-4cbec70b-954b-4384-ade3-461cfbc2b97f"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.75em);
}

}

@media (min-width: 1200px) {
[id="s-4cbec70b-954b-4384-ade3-461cfbc2b97f"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.75em);
}

[id="s-4cbec70b-954b-4384-ade3-461cfbc2b97f"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.75em);
}

[id="s-4cbec70b-954b-4384-ade3-461cfbc2b97f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.75em);
}

[id="s-4cbec70b-954b-4384-ade3-461cfbc2b97f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.75em);
}

[id="s-4cbec70b-954b-4384-ade3-461cfbc2b97f"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.75em);
}

[id="s-4cbec70b-954b-4384-ade3-461cfbc2b97f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.75em);
}

[id="s-4cbec70b-954b-4384-ade3-461cfbc2b97f"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.75em);
}

[id="s-4cbec70b-954b-4384-ade3-461cfbc2b97f"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.75em);
}

[id="s-4cbec70b-954b-4384-ade3-461cfbc2b97f"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.75em);
}

[id="s-4cbec70b-954b-4384-ade3-461cfbc2b97f"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.75em);
}

[id="s-4cbec70b-954b-4384-ade3-461cfbc2b97f"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.75em);
}

[id="s-4cbec70b-954b-4384-ade3-461cfbc2b97f"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.75em);
}

}

#s-955bead6-5751-4c77-966c-a5202b195c2d {
  min-height: 50px;
}








#s-955bead6-5751-4c77-966c-a5202b195c2d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-955bead6-5751-4c77-966c-a5202b195c2d.shg-box.shg-c {
  justify-content: center;
}

#s-1d8d9751-a17b-47ea-9c2c-355ae0ddb126 {
  border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
text-align: center;
}




  #s-1d8d9751-a17b-47ea-9c2c-355ae0ddb126 img.shogun-image {
    
    width: px;
  }


#s-1d8d9751-a17b-47ea-9c2c-355ae0ddb126 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-4b2c378c-432b-4a7e-8bd1-92bd910c1d07 {
  margin-top: 10px;
margin-left: 1em;
margin-bottom: 10px;
margin-right: 1em;
}

#s-54dfbdea-1e97-4442-9f06-f463160b91d9 {
  margin-top: 10px;
margin-left: 1em;
margin-bottom: 10px;
margin-right: 1em;
}

#s-f3208fe4-6d36-4576-9781-c5277912bc42 {
  min-height: 50px;
}








#s-f3208fe4-6d36-4576-9781-c5277912bc42 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f3208fe4-6d36-4576-9781-c5277912bc42.shg-box.shg-c {
  justify-content: center;
}

#s-a79386ba-7243-431e-916c-3cdf69aba512 {
  border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
text-align: center;
}





#s-a79386ba-7243-431e-916c-3cdf69aba512 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-33020d5d-d949-4552-837d-4e2f4bca9dd4 {
  margin-top: 10px;
margin-left: 1em;
margin-bottom: 10px;
margin-right: 1em;
}

#s-a42b7fab-e391-49fd-bdab-40ea4d239dab {
  margin-top: 10px;
margin-left: 1em;
margin-bottom: 10px;
margin-right: 1em;
}

#s-483f9c74-3a3c-4e89-95b2-cfcef693bc8b {
  min-height: 50px;
}








#s-483f9c74-3a3c-4e89-95b2-cfcef693bc8b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-483f9c74-3a3c-4e89-95b2-cfcef693bc8b.shg-box.shg-c {
  justify-content: center;
}

#s-5a075fcc-56a8-44bb-b96f-4f3ac8b494ae {
  border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
text-align: center;
}





#s-5a075fcc-56a8-44bb-b96f-4f3ac8b494ae .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-edda0910-e4da-4384-9365-5a942dce9065 {
  margin-top: 10px;
margin-left: 1em;
margin-bottom: 10px;
margin-right: 1em;
}

#s-9bf62045-56d2-4320-a18a-119d2d7b5ce5 {
  margin-top: 10px;
margin-left: 1em;
margin-bottom: 10px;
margin-right: 1em;
}

#s-4c443a40-7b60-4f94-b16d-1cafa1975141 {
  min-height: 50px;
}








#s-4c443a40-7b60-4f94-b16d-1cafa1975141 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4c443a40-7b60-4f94-b16d-1cafa1975141.shg-box.shg-c {
  justify-content: center;
}

#s-bce721e8-6a9d-410c-8408-13d8cf9bb9c8 {
  border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
text-align: center;
}





#s-bce721e8-6a9d-410c-8408-13d8cf9bb9c8 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-e0cafde3-67ff-41fd-8d28-db3e4d7da888 {
  margin-top: 10px;
margin-left: 1em;
margin-bottom: 10px;
margin-right: 1em;
}

#s-73fe358d-cce5-4006-a0c8-f7de331fa4d3 {
  margin-top: 10px;
margin-left: 1em;
margin-bottom: 10px;
margin-right: 1em;
}

@media (min-width: 0px) {
[id="s-c9655b4f-b9c4-4438-af4b-c56c175b7a29"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 0.5em);
}

[id="s-c9655b4f-b9c4-4438-af4b-c56c175b7a29"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c9655b4f-b9c4-4438-af4b-c56c175b7a29"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.75em);
}

[id="s-c9655b4f-b9c4-4438-af4b-c56c175b7a29"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.75em);
}

[id="s-c9655b4f-b9c4-4438-af4b-c56c175b7a29"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.75em);
}

[id="s-c9655b4f-b9c4-4438-af4b-c56c175b7a29"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.75em);
}

[id="s-c9655b4f-b9c4-4438-af4b-c56c175b7a29"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.75em);
}

[id="s-c9655b4f-b9c4-4438-af4b-c56c175b7a29"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.75em);
}

[id="s-c9655b4f-b9c4-4438-af4b-c56c175b7a29"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.75em);
}

[id="s-c9655b4f-b9c4-4438-af4b-c56c175b7a29"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.75em);
}

[id="s-c9655b4f-b9c4-4438-af4b-c56c175b7a29"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.75em);
}

[id="s-c9655b4f-b9c4-4438-af4b-c56c175b7a29"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.75em);
}

[id="s-c9655b4f-b9c4-4438-af4b-c56c175b7a29"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.75em);
}

[id="s-c9655b4f-b9c4-4438-af4b-c56c175b7a29"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.75em);
}

}

@media (min-width: 992px) {
[id="s-c9655b4f-b9c4-4438-af4b-c56c175b7a29"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.75em);
}

[id="s-c9655b4f-b9c4-4438-af4b-c56c175b7a29"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.75em);
}

[id="s-c9655b4f-b9c4-4438-af4b-c56c175b7a29"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.75em);
}

[id="s-c9655b4f-b9c4-4438-af4b-c56c175b7a29"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.75em);
}

[id="s-c9655b4f-b9c4-4438-af4b-c56c175b7a29"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.75em);
}

[id="s-c9655b4f-b9c4-4438-af4b-c56c175b7a29"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.75em);
}

[id="s-c9655b4f-b9c4-4438-af4b-c56c175b7a29"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.75em);
}

[id="s-c9655b4f-b9c4-4438-af4b-c56c175b7a29"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.75em);
}

[id="s-c9655b4f-b9c4-4438-af4b-c56c175b7a29"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.75em);
}

[id="s-c9655b4f-b9c4-4438-af4b-c56c175b7a29"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.75em);
}

[id="s-c9655b4f-b9c4-4438-af4b-c56c175b7a29"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.75em);
}

[id="s-c9655b4f-b9c4-4438-af4b-c56c175b7a29"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.75em);
}

}

@media (min-width: 1200px) {
[id="s-c9655b4f-b9c4-4438-af4b-c56c175b7a29"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.75em);
}

[id="s-c9655b4f-b9c4-4438-af4b-c56c175b7a29"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.75em);
}

[id="s-c9655b4f-b9c4-4438-af4b-c56c175b7a29"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.75em);
}

[id="s-c9655b4f-b9c4-4438-af4b-c56c175b7a29"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.75em);
}

[id="s-c9655b4f-b9c4-4438-af4b-c56c175b7a29"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.75em);
}

[id="s-c9655b4f-b9c4-4438-af4b-c56c175b7a29"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.75em);
}

[id="s-c9655b4f-b9c4-4438-af4b-c56c175b7a29"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.75em);
}

[id="s-c9655b4f-b9c4-4438-af4b-c56c175b7a29"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.75em);
}

[id="s-c9655b4f-b9c4-4438-af4b-c56c175b7a29"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.75em);
}

[id="s-c9655b4f-b9c4-4438-af4b-c56c175b7a29"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.75em);
}

[id="s-c9655b4f-b9c4-4438-af4b-c56c175b7a29"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.75em);
}

[id="s-c9655b4f-b9c4-4438-af4b-c56c175b7a29"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.75em);
}

}

#s-1e079688-9b93-44c7-a8b7-f473e765fe7a {
  min-height: 50px;
}








#s-1e079688-9b93-44c7-a8b7-f473e765fe7a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1e079688-9b93-44c7-a8b7-f473e765fe7a.shg-box.shg-c {
  justify-content: center;
}

#s-1f499700-9839-499a-88af-201c17c996be {
  border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
text-align: center;
}





#s-1f499700-9839-499a-88af-201c17c996be .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-2b2a5264-bd78-4116-b7b9-0bd7b9746777 {
  margin-top: 10px;
margin-left: 1em;
margin-bottom: 10px;
margin-right: 1em;
}

#s-232fd9bc-12eb-4ad7-ae5b-d820821a8fbb {
  margin-top: 10px;
margin-left: 1em;
margin-bottom: 10px;
margin-right: 1em;
}

#s-a6361d6e-6046-4aed-8af7-7f61f3951a5e {
  min-height: 50px;
}








#s-a6361d6e-6046-4aed-8af7-7f61f3951a5e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a6361d6e-6046-4aed-8af7-7f61f3951a5e.shg-box.shg-c {
  justify-content: center;
}

#s-62c0f877-c95b-47b8-8b69-a2dc1db2538f {
  border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
text-align: center;
}





#s-62c0f877-c95b-47b8-8b69-a2dc1db2538f .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-21cc2d33-2b00-4b85-8785-7567c02fbe1e {
  margin-top: 10px;
margin-left: 1em;
margin-bottom: 10px;
margin-right: 1em;
}

#s-0ffb121a-b34e-43ad-8e76-c49fdb50c44f {
  margin-top: 10px;
margin-left: 1em;
margin-bottom: 10px;
margin-right: 1em;
}

#s-b398dc79-8676-429a-96af-bd80783792bd {
  min-height: 50px;
}








#s-b398dc79-8676-429a-96af-bd80783792bd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b398dc79-8676-429a-96af-bd80783792bd.shg-box.shg-c {
  justify-content: center;
}

#s-ad9ed137-9cb2-4c92-8662-f226dc9299e8 {
  border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
text-align: center;
}




  #s-ad9ed137-9cb2-4c92-8662-f226dc9299e8 img.shogun-image {
    
    width: px;
  }


#s-ad9ed137-9cb2-4c92-8662-f226dc9299e8 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-c561f52e-c5e6-4f57-a48d-9ef08f37df3f {
  margin-top: 10px;
margin-left: 1em;
margin-bottom: 10px;
margin-right: 1em;
}

#s-4c1750de-b849-4b09-83ca-2d28f1cf19ba {
  margin-top: 10px;
margin-left: 1em;
margin-bottom: 10px;
margin-right: 1em;
}

#s-ea83ea0c-d5f3-498a-88b9-9706c90d9737 {
  min-height: 50px;
}








#s-ea83ea0c-d5f3-498a-88b9-9706c90d9737 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ea83ea0c-d5f3-498a-88b9-9706c90d9737.shg-box.shg-c {
  justify-content: center;
}

#s-d03fec8d-b911-4e6d-b25c-b1dbfe1a2b43 {
  border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
text-align: center;
}





#s-d03fec8d-b911-4e6d-b25c-b1dbfe1a2b43 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-23c2c434-fdf8-49d3-a15b-0f6ac3efe0e8 {
  margin-top: 10px;
margin-left: 1em;
margin-bottom: 10px;
margin-right: 1em;
}

#s-288ceb7d-9a48-43d9-8f92-c19b26562b9d {
  margin-top: 10px;
margin-left: 1em;
margin-bottom: 10px;
margin-right: 1em;
}

#s-74c82ec8-5238-44be-92d0-45aafb7e5b0f {
  margin-top: 0.75px;
margin-bottom: 0.75px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-74c82ec8-5238-44be-92d0-45aafb7e5b0f {
  display: none;
}
#s-74c82ec8-5238-44be-92d0-45aafb7e5b0f, #wrap-s-74c82ec8-5238-44be-92d0-45aafb7e5b0f { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-74c82ec8-5238-44be-92d0-45aafb7e5b0f {
  display: none;
}
#s-74c82ec8-5238-44be-92d0-45aafb7e5b0f, #wrap-s-74c82ec8-5238-44be-92d0-45aafb7e5b0f { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-74c82ec8-5238-44be-92d0-45aafb7e5b0f {
  
}
}







#s-74c82ec8-5238-44be-92d0-45aafb7e5b0f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-74c82ec8-5238-44be-92d0-45aafb7e5b0f.shg-box.shg-c {
  justify-content: center;
}

#s-5e32ecab-b98f-4dff-a8d7-3dc3a2c1f54d {
  margin-top: 1.5em;
margin-bottom: 1.5em;
text-align: center;
}

#s-5e32ecab-b98f-4dff-a8d7-3dc3a2c1f54d .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: Oswald;
  font-style:  normal ;
  font-size: 1.5em;
  line-height: 1em;
  letter-spacing: ;
  text-align: center;
}



#s-efc5566b-2018-4e6d-b129-bbdca3164f28 {
  margin-left: 1em;
margin-right: 1em;
min-height: 50px;
}








#s-efc5566b-2018-4e6d-b129-bbdca3164f28 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-efc5566b-2018-4e6d-b129-bbdca3164f28.shg-box.shg-c {
  justify-content: center;
}

#s-a3d8cf86-d97e-4b25-a760-2b22fec34389 {
  margin-bottom: 1em;
}

@media (min-width: 0px) {
[id="s-a3d8cf86-d97e-4b25-a760-2b22fec34389"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 0.5em);
}

[id="s-a3d8cf86-d97e-4b25-a760-2b22fec34389"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a3d8cf86-d97e-4b25-a760-2b22fec34389"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.75em);
}

[id="s-a3d8cf86-d97e-4b25-a760-2b22fec34389"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.75em);
}

[id="s-a3d8cf86-d97e-4b25-a760-2b22fec34389"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.75em);
}

[id="s-a3d8cf86-d97e-4b25-a760-2b22fec34389"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.75em);
}

[id="s-a3d8cf86-d97e-4b25-a760-2b22fec34389"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.75em);
}

[id="s-a3d8cf86-d97e-4b25-a760-2b22fec34389"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.75em);
}

[id="s-a3d8cf86-d97e-4b25-a760-2b22fec34389"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.75em);
}

[id="s-a3d8cf86-d97e-4b25-a760-2b22fec34389"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.75em);
}

[id="s-a3d8cf86-d97e-4b25-a760-2b22fec34389"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.75em);
}

[id="s-a3d8cf86-d97e-4b25-a760-2b22fec34389"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.75em);
}

[id="s-a3d8cf86-d97e-4b25-a760-2b22fec34389"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.75em);
}

[id="s-a3d8cf86-d97e-4b25-a760-2b22fec34389"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.75em);
}

}

@media (min-width: 992px) {
[id="s-a3d8cf86-d97e-4b25-a760-2b22fec34389"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.75em);
}

[id="s-a3d8cf86-d97e-4b25-a760-2b22fec34389"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.75em);
}

[id="s-a3d8cf86-d97e-4b25-a760-2b22fec34389"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.75em);
}

[id="s-a3d8cf86-d97e-4b25-a760-2b22fec34389"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.75em);
}

[id="s-a3d8cf86-d97e-4b25-a760-2b22fec34389"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.75em);
}

[id="s-a3d8cf86-d97e-4b25-a760-2b22fec34389"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.75em);
}

[id="s-a3d8cf86-d97e-4b25-a760-2b22fec34389"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.75em);
}

[id="s-a3d8cf86-d97e-4b25-a760-2b22fec34389"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.75em);
}

[id="s-a3d8cf86-d97e-4b25-a760-2b22fec34389"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.75em);
}

[id="s-a3d8cf86-d97e-4b25-a760-2b22fec34389"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.75em);
}

[id="s-a3d8cf86-d97e-4b25-a760-2b22fec34389"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.75em);
}

[id="s-a3d8cf86-d97e-4b25-a760-2b22fec34389"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.75em);
}

}

@media (min-width: 1200px) {
[id="s-a3d8cf86-d97e-4b25-a760-2b22fec34389"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.75em);
}

[id="s-a3d8cf86-d97e-4b25-a760-2b22fec34389"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.75em);
}

[id="s-a3d8cf86-d97e-4b25-a760-2b22fec34389"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.75em);
}

[id="s-a3d8cf86-d97e-4b25-a760-2b22fec34389"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.75em);
}

[id="s-a3d8cf86-d97e-4b25-a760-2b22fec34389"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.75em);
}

[id="s-a3d8cf86-d97e-4b25-a760-2b22fec34389"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.75em);
}

[id="s-a3d8cf86-d97e-4b25-a760-2b22fec34389"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.75em);
}

[id="s-a3d8cf86-d97e-4b25-a760-2b22fec34389"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.75em);
}

[id="s-a3d8cf86-d97e-4b25-a760-2b22fec34389"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.75em);
}

[id="s-a3d8cf86-d97e-4b25-a760-2b22fec34389"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.75em);
}

[id="s-a3d8cf86-d97e-4b25-a760-2b22fec34389"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.75em);
}

[id="s-a3d8cf86-d97e-4b25-a760-2b22fec34389"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.75em);
}

}

#s-d82addf0-b4dd-4ef1-95d4-19cdc9cf9933 {
  min-height: 50px;
}








#s-d82addf0-b4dd-4ef1-95d4-19cdc9cf9933 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d82addf0-b4dd-4ef1-95d4-19cdc9cf9933.shg-box.shg-c {
  justify-content: center;
}

#s-3585733f-24fc-4d61-9851-da3a9d1000c9 {
  border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
text-align: center;
}





#s-3585733f-24fc-4d61-9851-da3a9d1000c9 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-dd65af11-b30f-48ba-a259-e0e7c1e1a3c3 {
  margin-top: 10px;
margin-left: 1em;
margin-bottom: 10px;
margin-right: 1em;
}

#s-cec2fee4-1725-4e43-a7b8-dfe1e21a34ce {
  margin-top: 10px;
margin-left: 1em;
margin-bottom: 10px;
margin-right: 1em;
}

#s-32f87a86-055d-4ae3-80cd-20cd5fef5c07 {
  min-height: 50px;
}








#s-32f87a86-055d-4ae3-80cd-20cd5fef5c07 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-32f87a86-055d-4ae3-80cd-20cd5fef5c07.shg-box.shg-c {
  justify-content: center;
}

#s-5a8edc5a-e39e-4cff-b035-a06b998dfe0f {
  border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
text-align: center;
}





#s-5a8edc5a-e39e-4cff-b035-a06b998dfe0f .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-a22a6b07-2853-45f9-9d41-b2e079893c9f {
  margin-top: 10px;
margin-left: 1em;
margin-bottom: 10px;
margin-right: 1em;
}

#s-4ba39a84-e52e-4b9a-a198-bf074a1595d1 {
  margin-top: 10px;
margin-left: 1em;
margin-bottom: 10px;
margin-right: 1em;
}

#s-738d2ea1-4450-4b8a-acf3-cd778d76da67 {
  min-height: 50px;
}








#s-738d2ea1-4450-4b8a-acf3-cd778d76da67 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-738d2ea1-4450-4b8a-acf3-cd778d76da67.shg-box.shg-c {
  justify-content: center;
}

#s-cff27f30-f527-4b38-bd95-1e74a14f1291 {
  border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
text-align: center;
}




  #s-cff27f30-f527-4b38-bd95-1e74a14f1291 img.shogun-image {
    
    width: px;
  }


#s-cff27f30-f527-4b38-bd95-1e74a14f1291 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-50e063f3-326b-41a6-8dfb-19670a77ec77 {
  margin-top: 10px;
margin-left: 1em;
margin-bottom: 10px;
margin-right: 1em;
}

#s-2994ea82-5c50-48a8-9380-2ba83fa4e65e {
  margin-top: 10px;
margin-left: 1em;
margin-bottom: 10px;
margin-right: 1em;
}

#s-c03a9bb9-cb3d-49c7-bb35-8e080d255347 {
  min-height: 50px;
}








#s-c03a9bb9-cb3d-49c7-bb35-8e080d255347 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c03a9bb9-cb3d-49c7-bb35-8e080d255347.shg-box.shg-c {
  justify-content: center;
}

#s-97ffeedd-24be-4390-aaad-885b649df76a {
  border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
text-align: center;
}





#s-97ffeedd-24be-4390-aaad-885b649df76a .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-133d6512-9d45-4269-ba8f-637b81a43e83 {
  margin-top: 10px;
margin-left: 1em;
margin-bottom: 10px;
margin-right: 1em;
}

#s-10347f76-44fa-4b7e-af90-16b13fc526d5 {
  margin-top: 10px;
margin-left: 1em;
margin-bottom: 10px;
margin-right: 1em;
}

#s-165fc75d-7682-4209-9162-3fd159858276 {
  margin-top: 1em;
margin-bottom: 1em;
}

@media (min-width: 0px) {
[id="s-165fc75d-7682-4209-9162-3fd159858276"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 0.5em);
}

[id="s-165fc75d-7682-4209-9162-3fd159858276"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-165fc75d-7682-4209-9162-3fd159858276"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.75em);
}

[id="s-165fc75d-7682-4209-9162-3fd159858276"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.75em);
}

[id="s-165fc75d-7682-4209-9162-3fd159858276"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.75em);
}

[id="s-165fc75d-7682-4209-9162-3fd159858276"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.75em);
}

[id="s-165fc75d-7682-4209-9162-3fd159858276"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.75em);
}

[id="s-165fc75d-7682-4209-9162-3fd159858276"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.75em);
}

[id="s-165fc75d-7682-4209-9162-3fd159858276"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.75em);
}

[id="s-165fc75d-7682-4209-9162-3fd159858276"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.75em);
}

[id="s-165fc75d-7682-4209-9162-3fd159858276"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.75em);
}

[id="s-165fc75d-7682-4209-9162-3fd159858276"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.75em);
}

[id="s-165fc75d-7682-4209-9162-3fd159858276"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.75em);
}

[id="s-165fc75d-7682-4209-9162-3fd159858276"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.75em);
}

}

@media (min-width: 992px) {
[id="s-165fc75d-7682-4209-9162-3fd159858276"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.75em);
}

[id="s-165fc75d-7682-4209-9162-3fd159858276"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.75em);
}

[id="s-165fc75d-7682-4209-9162-3fd159858276"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.75em);
}

[id="s-165fc75d-7682-4209-9162-3fd159858276"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.75em);
}

[id="s-165fc75d-7682-4209-9162-3fd159858276"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.75em);
}

[id="s-165fc75d-7682-4209-9162-3fd159858276"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.75em);
}

[id="s-165fc75d-7682-4209-9162-3fd159858276"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.75em);
}

[id="s-165fc75d-7682-4209-9162-3fd159858276"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.75em);
}

[id="s-165fc75d-7682-4209-9162-3fd159858276"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.75em);
}

[id="s-165fc75d-7682-4209-9162-3fd159858276"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.75em);
}

[id="s-165fc75d-7682-4209-9162-3fd159858276"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.75em);
}

[id="s-165fc75d-7682-4209-9162-3fd159858276"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.75em);
}

}

@media (min-width: 1200px) {
[id="s-165fc75d-7682-4209-9162-3fd159858276"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.75em);
}

[id="s-165fc75d-7682-4209-9162-3fd159858276"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.75em);
}

[id="s-165fc75d-7682-4209-9162-3fd159858276"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.75em);
}

[id="s-165fc75d-7682-4209-9162-3fd159858276"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.75em);
}

[id="s-165fc75d-7682-4209-9162-3fd159858276"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.75em);
}

[id="s-165fc75d-7682-4209-9162-3fd159858276"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.75em);
}

[id="s-165fc75d-7682-4209-9162-3fd159858276"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.75em);
}

[id="s-165fc75d-7682-4209-9162-3fd159858276"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.75em);
}

[id="s-165fc75d-7682-4209-9162-3fd159858276"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.75em);
}

[id="s-165fc75d-7682-4209-9162-3fd159858276"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.75em);
}

[id="s-165fc75d-7682-4209-9162-3fd159858276"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.75em);
}

[id="s-165fc75d-7682-4209-9162-3fd159858276"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.75em);
}

}

#s-e74b703e-a8c9-43f3-ad24-4bcd0727c21f {
  min-height: 50px;
}








#s-e74b703e-a8c9-43f3-ad24-4bcd0727c21f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e74b703e-a8c9-43f3-ad24-4bcd0727c21f.shg-box.shg-c {
  justify-content: center;
}

#s-b0029e93-cfe4-4810-b1d4-d6c194ff2c52 {
  border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
text-align: center;
}




  #s-b0029e93-cfe4-4810-b1d4-d6c194ff2c52 img.shogun-image {
    
    width: px;
  }


#s-b0029e93-cfe4-4810-b1d4-d6c194ff2c52 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-9cbb4ea9-0b2b-4bf9-b0cb-a36307e6440a {
  margin-top: 10px;
margin-left: 1em;
margin-bottom: 10px;
margin-right: 1em;
}

#s-3f7ba770-69d2-4b8f-b238-41c1383ee64e {
  margin-top: 10px;
margin-left: 1em;
margin-bottom: 10px;
margin-right: 1em;
}

#s-c57407e6-95ef-42d2-9216-7a191ed8a2e7 {
  min-height: 50px;
}








#s-c57407e6-95ef-42d2-9216-7a191ed8a2e7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c57407e6-95ef-42d2-9216-7a191ed8a2e7.shg-box.shg-c {
  justify-content: center;
}

#s-f6ddadc7-28d1-428e-94d6-180a97347912 {
  border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
text-align: center;
}





#s-f6ddadc7-28d1-428e-94d6-180a97347912 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-cbcdfb75-34d7-4f7e-ad66-4543b4c5da53 {
  margin-top: 10px;
margin-left: 1em;
margin-bottom: 10px;
margin-right: 1em;
}

#s-783387f2-6f4c-44c4-8856-5dedd0713d29 {
  margin-top: 10px;
margin-left: 1em;
margin-bottom: 10px;
margin-right: 1em;
}

#s-f6317a2e-fdc8-43b2-857f-d15663adc725 {
  min-height: 50px;
}








#s-f6317a2e-fdc8-43b2-857f-d15663adc725 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f6317a2e-fdc8-43b2-857f-d15663adc725.shg-box.shg-c {
  justify-content: center;
}

#s-d5ff74aa-6075-4ba7-84c2-fee5231e2938 {
  border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
text-align: center;
}





#s-d5ff74aa-6075-4ba7-84c2-fee5231e2938 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-6b7c3e41-c865-4b86-91d0-56f050fff7ce {
  margin-top: 10px;
margin-left: 1em;
margin-bottom: 10px;
margin-right: 1em;
}

#s-229d6b52-cb58-417b-9062-fd5ae62fe75a {
  margin-top: 10px;
margin-left: 1em;
margin-bottom: 10px;
margin-right: 1em;
}

#s-10fb7ea6-2374-4aa3-9c90-21af31446383 {
  min-height: 50px;
}








#s-10fb7ea6-2374-4aa3-9c90-21af31446383 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-10fb7ea6-2374-4aa3-9c90-21af31446383.shg-box.shg-c {
  justify-content: center;
}

#s-e91bcd05-6cd2-44f0-a1a8-ea5020b9e878 {
  border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
text-align: center;
}





#s-e91bcd05-6cd2-44f0-a1a8-ea5020b9e878 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-56680b61-f637-4ed1-ad3c-dfd6523c1f6e {
  margin-top: 10px;
margin-left: 1em;
margin-bottom: 10px;
margin-right: 1em;
}

#s-c9509408-5c9a-425e-968c-78bcd2a779a8 {
  margin-top: 10px;
margin-left: 1em;
margin-bottom: 10px;
margin-right: 1em;
}

#s-44bb0bef-7b69-45d8-a5cc-a2126c889335 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 350px;
background-position: center center;
}
@media (min-width: 1200px){#s-44bb0bef-7b69-45d8-a5cc-a2126c889335 {
  display: none;
}
#s-44bb0bef-7b69-45d8-a5cc-a2126c889335, #wrap-s-44bb0bef-7b69-45d8-a5cc-a2126c889335 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-44bb0bef-7b69-45d8-a5cc-a2126c889335 {
  display: none;
}
#s-44bb0bef-7b69-45d8-a5cc-a2126c889335, #wrap-s-44bb0bef-7b69-45d8-a5cc-a2126c889335 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-44bb0bef-7b69-45d8-a5cc-a2126c889335 {
  
}
}







#s-44bb0bef-7b69-45d8-a5cc-a2126c889335 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.5;
}#s-44bb0bef-7b69-45d8-a5cc-a2126c889335.shg-box.shg-c {
  justify-content: center;
}

#s-3286bad4-fcb0-4c0d-9d36-4fc7ab971b7f {
  padding-top: 2em;
padding-left: 2em;
padding-bottom: 2em;
padding-right: 2em;
min-height: 50px;
}
@media (min-width: 1200px){#s-3286bad4-fcb0-4c0d-9d36-4fc7ab971b7f {
  display: none;
}
#s-3286bad4-fcb0-4c0d-9d36-4fc7ab971b7f, #wrap-s-3286bad4-fcb0-4c0d-9d36-4fc7ab971b7f { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3286bad4-fcb0-4c0d-9d36-4fc7ab971b7f {
  display: none;
}
#s-3286bad4-fcb0-4c0d-9d36-4fc7ab971b7f, #wrap-s-3286bad4-fcb0-4c0d-9d36-4fc7ab971b7f { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-3286bad4-fcb0-4c0d-9d36-4fc7ab971b7f {
  
}
}







#s-3286bad4-fcb0-4c0d-9d36-4fc7ab971b7f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3286bad4-fcb0-4c0d-9d36-4fc7ab971b7f.shg-box.shg-c {
  justify-content: center;
}

#s-8d142d4f-dce9-4107-b932-a02578166a44 {
  text-align: center;
}




  #s-8d142d4f-dce9-4107-b932-a02578166a44 img.shogun-image {
    
    width: px;
  }


#s-8d142d4f-dce9-4107-b932-a02578166a44 .shogun-image-content {
  
    align-items: center;
  
}

#s-73fb211b-3724-4130-8966-745c7504be0d {
  padding-top: 1em;
padding-bottom: 1em;
}

#s-6b5c8978-1ba1-44f0-a4d4-ab953ae4d27c {
  background-image: url(none);
background-repeat: no-repeat;
border-style: solid;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(2, 231, 223, 1);
border-style: solid;
background-color: rgba(82, 82, 82, 1);
text-align: center;
text-decoration: none;
color: rgba(0, 0, 0, 1);
hover-type: color;
}
#s-6b5c8978-1ba1-44f0-a4d4-ab953ae4d27c:hover {background-color: rgba(82, 82, 82, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;}#s-6b5c8978-1ba1-44f0-a4d4-ab953ae4d27c:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-6b5c8978-1ba1-44f0-a4d4-ab953ae4d27c.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  inline-block ;
}

#s-9f36f5f4-cd76-4219-9521-622a082af178 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 400px;
background-position: center center;
}
@media (min-width: 768px) and (max-width: 991px){#s-9f36f5f4-cd76-4219-9521-622a082af178 {
  display: none;
}
#s-9f36f5f4-cd76-4219-9521-622a082af178, #wrap-s-9f36f5f4-cd76-4219-9521-622a082af178 { display:none !important; }}@media (max-width: 767px){#s-9f36f5f4-cd76-4219-9521-622a082af178 {
  display: none;
}
#s-9f36f5f4-cd76-4219-9521-622a082af178, #wrap-s-9f36f5f4-cd76-4219-9521-622a082af178 { display:none !important; }}







#s-9f36f5f4-cd76-4219-9521-622a082af178 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.5;
}#s-9f36f5f4-cd76-4219-9521-622a082af178.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-fa6d48e1-d657-4bd5-b01e-ad1f6dd5ef58"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-fa6d48e1-d657-4bd5-b01e-ad1f6dd5ef58"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-fa6d48e1-d657-4bd5-b01e-ad1f6dd5ef58"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-fa6d48e1-d657-4bd5-b01e-ad1f6dd5ef58"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-fa6d48e1-d657-4bd5-b01e-ad1f6dd5ef58"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-fa6d48e1-d657-4bd5-b01e-ad1f6dd5ef58"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-fa6d48e1-d657-4bd5-b01e-ad1f6dd5ef58"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-fa6d48e1-d657-4bd5-b01e-ad1f6dd5ef58"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-fa6d48e1-d657-4bd5-b01e-ad1f6dd5ef58"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-fa6d48e1-d657-4bd5-b01e-ad1f6dd5ef58"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-fa6d48e1-d657-4bd5-b01e-ad1f6dd5ef58"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-fa6d48e1-d657-4bd5-b01e-ad1f6dd5ef58"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-fa6d48e1-d657-4bd5-b01e-ad1f6dd5ef58"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-fa6d48e1-d657-4bd5-b01e-ad1f6dd5ef58"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-fa6d48e1-d657-4bd5-b01e-ad1f6dd5ef58"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-fa6d48e1-d657-4bd5-b01e-ad1f6dd5ef58"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-fa6d48e1-d657-4bd5-b01e-ad1f6dd5ef58"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-fa6d48e1-d657-4bd5-b01e-ad1f6dd5ef58"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-fa6d48e1-d657-4bd5-b01e-ad1f6dd5ef58"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-fa6d48e1-d657-4bd5-b01e-ad1f6dd5ef58"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-fa6d48e1-d657-4bd5-b01e-ad1f6dd5ef58"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-fa6d48e1-d657-4bd5-b01e-ad1f6dd5ef58"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-fa6d48e1-d657-4bd5-b01e-ad1f6dd5ef58"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-fa6d48e1-d657-4bd5-b01e-ad1f6dd5ef58"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-fa6d48e1-d657-4bd5-b01e-ad1f6dd5ef58"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-fa6d48e1-d657-4bd5-b01e-ad1f6dd5ef58"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-fa6d48e1-d657-4bd5-b01e-ad1f6dd5ef58"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-fa6d48e1-d657-4bd5-b01e-ad1f6dd5ef58"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-fa6d48e1-d657-4bd5-b01e-ad1f6dd5ef58"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-fa6d48e1-d657-4bd5-b01e-ad1f6dd5ef58"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-fa6d48e1-d657-4bd5-b01e-ad1f6dd5ef58"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-fa6d48e1-d657-4bd5-b01e-ad1f6dd5ef58"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-fa6d48e1-d657-4bd5-b01e-ad1f6dd5ef58"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-fa6d48e1-d657-4bd5-b01e-ad1f6dd5ef58"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-fa6d48e1-d657-4bd5-b01e-ad1f6dd5ef58"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-fa6d48e1-d657-4bd5-b01e-ad1f6dd5ef58"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-fa6d48e1-d657-4bd5-b01e-ad1f6dd5ef58"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-ff72dd56-ccfd-4734-b300-908bd9fc27a9 {
  min-height: 50px;
}








#s-ff72dd56-ccfd-4734-b300-908bd9fc27a9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ff72dd56-ccfd-4734-b300-908bd9fc27a9.shg-box.shg-c {
  justify-content: center;
}

#s-fff9b0a6-33a4-4bc1-b80d-38fde682f9e9 {
  margin-left: 10%;
margin-right: 10%;
padding-top: 1.5em;
padding-left: 5%;
padding-bottom: 1.5em;
padding-right: 5%;
text-align: center;
}




  #s-fff9b0a6-33a4-4bc1-b80d-38fde682f9e9 img.shogun-image {
    
    width: px;
  }


#s-fff9b0a6-33a4-4bc1-b80d-38fde682f9e9 .shogun-image-content {
  
    align-items: center;
  
}

#s-1d225fd3-ff4a-4d7c-ba76-b3c12af7c591 {
  margin-left: 20%;
margin-right: 20%;
padding-left: 0px;
padding-right: 0px;
}

#s-900c74e4-3424-4517-86a7-ebc6dc073c5a {
  background-image: url(none);
background-repeat: no-repeat;
border-style: solid;
margin-top: 15px;
margin-bottom: 15px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(2, 231, 223, 1);
border-style: solid;
background-color: rgba(82, 82, 82, 1);
text-align: center;
text-decoration: none;
color: rgba(0, 0, 0, 1);
hover-type: color;
}
#s-900c74e4-3424-4517-86a7-ebc6dc073c5a:hover {background-color: rgba(82, 82, 82, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;}#s-900c74e4-3424-4517-86a7-ebc6dc073c5a:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-900c74e4-3424-4517-86a7-ebc6dc073c5a.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  inline-block ;
}

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

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

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

.shogun-root iframe {
  display: initial;
}

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

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