.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-ffb06da4-6f92-4fbe-b580-171715b97b99 {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-ffb06da4-6f92-4fbe-b580-171715b97b99 {
  display: none;
}
#s-ffb06da4-6f92-4fbe-b580-171715b97b99, #wrap-s-ffb06da4-6f92-4fbe-b580-171715b97b99 { display:none !important; }}@media (max-width: 767px){#s-ffb06da4-6f92-4fbe-b580-171715b97b99 {
  display: none;
}
#s-ffb06da4-6f92-4fbe-b580-171715b97b99, #wrap-s-ffb06da4-6f92-4fbe-b580-171715b97b99 { display:none !important; }}







#s-ffb06da4-6f92-4fbe-b580-171715b97b99 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ffb06da4-6f92-4fbe-b580-171715b97b99.shg-box.shg-c {
  justify-content: center;
}

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

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

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

.shg-sld-nav-button {
  cursor: pointer;

  position: absolute;
  z-index: 10;
  top: 0;
  width: 35px;
  height: 100%;

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

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

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

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

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

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

.shg-sld-dots {
  margin-top: 10px;
  text-align: center;
}

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

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

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

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

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

  to {
    opacity: 1;
  }
}

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

  to {
    opacity: 1;
  }
}

#s-9a01ab1c-594a-4379-94c3-b3ba7273c7ea {
  padding-top: 0px;
padding-bottom: 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-45377dd0-d82c-4f8c-ba9d-e7dfa1e3f8c4 {
  text-align: center;
}




  #s-45377dd0-d82c-4f8c-ba9d-e7dfa1e3f8c4 img.shogun-image {
    
    width: px;
  }


#s-45377dd0-d82c-4f8c-ba9d-e7dfa1e3f8c4 .shogun-image-content {
  
    align-items: 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-39a862b5-07e2-4a17-a7c9-eca08b737dad"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-39a862b5-07e2-4a17-a7c9-eca08b737dad"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-39a862b5-07e2-4a17-a7c9-eca08b737dad"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-39a862b5-07e2-4a17-a7c9-eca08b737dad"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-39a862b5-07e2-4a17-a7c9-eca08b737dad"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-39a862b5-07e2-4a17-a7c9-eca08b737dad"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-39a862b5-07e2-4a17-a7c9-eca08b737dad"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-39a862b5-07e2-4a17-a7c9-eca08b737dad"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-39a862b5-07e2-4a17-a7c9-eca08b737dad"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-39a862b5-07e2-4a17-a7c9-eca08b737dad"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-39a862b5-07e2-4a17-a7c9-eca08b737dad"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-39a862b5-07e2-4a17-a7c9-eca08b737dad"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-39a862b5-07e2-4a17-a7c9-eca08b737dad"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-39a862b5-07e2-4a17-a7c9-eca08b737dad"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-39a862b5-07e2-4a17-a7c9-eca08b737dad"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-39a862b5-07e2-4a17-a7c9-eca08b737dad"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-39a862b5-07e2-4a17-a7c9-eca08b737dad"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-39a862b5-07e2-4a17-a7c9-eca08b737dad"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-39a862b5-07e2-4a17-a7c9-eca08b737dad"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-39a862b5-07e2-4a17-a7c9-eca08b737dad"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-39a862b5-07e2-4a17-a7c9-eca08b737dad"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-39a862b5-07e2-4a17-a7c9-eca08b737dad"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-39a862b5-07e2-4a17-a7c9-eca08b737dad"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-39a862b5-07e2-4a17-a7c9-eca08b737dad"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-39a862b5-07e2-4a17-a7c9-eca08b737dad"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-39a862b5-07e2-4a17-a7c9-eca08b737dad"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-39a862b5-07e2-4a17-a7c9-eca08b737dad"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-39a862b5-07e2-4a17-a7c9-eca08b737dad"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-39a862b5-07e2-4a17-a7c9-eca08b737dad"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-39a862b5-07e2-4a17-a7c9-eca08b737dad"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-39a862b5-07e2-4a17-a7c9-eca08b737dad"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-39a862b5-07e2-4a17-a7c9-eca08b737dad"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-39a862b5-07e2-4a17-a7c9-eca08b737dad"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-39a862b5-07e2-4a17-a7c9-eca08b737dad"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-39a862b5-07e2-4a17-a7c9-eca08b737dad"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-39a862b5-07e2-4a17-a7c9-eca08b737dad"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-39a862b5-07e2-4a17-a7c9-eca08b737dad"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

.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-454527b9-f0ff-42ed-9c7f-85bc3c18c402 {
  padding-top: 175px;
padding-left: 195px;
}
@media (min-width: 1200px){#s-454527b9-f0ff-42ed-9c7f-85bc3c18c402 {
  display: none;
}
#s-454527b9-f0ff-42ed-9c7f-85bc3c18c402, #wrap-s-454527b9-f0ff-42ed-9c7f-85bc3c18c402 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-454527b9-f0ff-42ed-9c7f-85bc3c18c402 {
  display: none;
}
#s-454527b9-f0ff-42ed-9c7f-85bc3c18c402, #wrap-s-454527b9-f0ff-42ed-9c7f-85bc3c18c402 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-454527b9-f0ff-42ed-9c7f-85bc3c18c402 {
  display: none;
}
#s-454527b9-f0ff-42ed-9c7f-85bc3c18c402, #wrap-s-454527b9-f0ff-42ed-9c7f-85bc3c18c402 { display:none !important; }}@media (max-width: 767px){#s-454527b9-f0ff-42ed-9c7f-85bc3c18c402 {
  display: none;
}
#s-454527b9-f0ff-42ed-9c7f-85bc3c18c402, #wrap-s-454527b9-f0ff-42ed-9c7f-85bc3c18c402 { display:none !important; }}
#s-a6ea39c9-f408-4166-99d3-7643277aadc5 {
  padding-top: 175px;
padding-left: 180px;
}
@media (min-width: 1200px){#s-a6ea39c9-f408-4166-99d3-7643277aadc5 {
  display: none;
}
#s-a6ea39c9-f408-4166-99d3-7643277aadc5, #wrap-s-a6ea39c9-f408-4166-99d3-7643277aadc5 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a6ea39c9-f408-4166-99d3-7643277aadc5 {
  display: none;
}
#s-a6ea39c9-f408-4166-99d3-7643277aadc5, #wrap-s-a6ea39c9-f408-4166-99d3-7643277aadc5 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-a6ea39c9-f408-4166-99d3-7643277aadc5 {
  display: none;
}
#s-a6ea39c9-f408-4166-99d3-7643277aadc5, #wrap-s-a6ea39c9-f408-4166-99d3-7643277aadc5 { display:none !important; }}@media (max-width: 767px){#s-a6ea39c9-f408-4166-99d3-7643277aadc5 {
  display: none;
}
#s-a6ea39c9-f408-4166-99d3-7643277aadc5, #wrap-s-a6ea39c9-f408-4166-99d3-7643277aadc5 { display:none !important; }}
.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-82ca7e93-6713-4f21-a854-b28398e40168 {
  background-image: url(none);
background-repeat: no-repeat;
border-style: solid;
margin-top: 10px;
margin-left: 195px;
padding-top: 10px;
padding-left: 35px;
padding-bottom: 10px;
padding-right: 35px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(48, 48, 48, 1);
border-radius: 0px;
background-color: rgba(255, 255, 255, 0);
text-align: left;
text-decoration: none;
hover-type: color;
color: rgba(48, 48, 48, 1);
}
#s-82ca7e93-6713-4f21-a854-b28398e40168:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(48, 48, 48, 1) !important;
background-color: rgba(48, 48, 48, 1) !important;
text-decoration: none !important;
hover-type: color !important;
color: rgba(227, 244, 254, 1) !important;}#s-82ca7e93-6713-4f21-a854-b28398e40168:active {background-image: url(none) !important;
background-repeat: no-repeat !important;
border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(255, 255, 255, 1) !important;
background-color: rgba(0, 0, 0, 0.5) !important;
text-decoration: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-82ca7e93-6713-4f21-a854-b28398e40168 {
  display: none;
}
#s-82ca7e93-6713-4f21-a854-b28398e40168, #wrap-s-82ca7e93-6713-4f21-a854-b28398e40168 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-82ca7e93-6713-4f21-a854-b28398e40168 {
  display: none;
}
#s-82ca7e93-6713-4f21-a854-b28398e40168, #wrap-s-82ca7e93-6713-4f21-a854-b28398e40168 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-82ca7e93-6713-4f21-a854-b28398e40168 {
  display: none;
}
#s-82ca7e93-6713-4f21-a854-b28398e40168, #wrap-s-82ca7e93-6713-4f21-a854-b28398e40168 { display:none !important; }}@media (max-width: 767px){#s-82ca7e93-6713-4f21-a854-b28398e40168 {
  display: none;
}
#s-82ca7e93-6713-4f21-a854-b28398e40168, #wrap-s-82ca7e93-6713-4f21-a854-b28398e40168 { display:none !important; }}

  #s-82ca7e93-6713-4f21-a854-b28398e40168-btn-wrapper {
    text-align: left;
  }


#s-82ca7e93-6713-4f21-a854-b28398e40168.shg-btn {
  color: rgba(48, 48, 48, 1);
  font-size: 20px;
  font-weight: 300;
  
  font-family: Roboto;
  display:  inline-block ;
}

#s-f8c4d6ba-1b4b-43e3-8ebf-3b8d021d42e7 {
  background-image: url(none);
background-repeat: no-repeat;
border-style: solid;
margin-top: 10px;
margin-left: 180px;
padding-top: 10px;
padding-left: 35px;
padding-bottom: 10px;
padding-right: 35px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(48, 48, 48, 1);
border-radius: 0px;
background-color: rgba(255, 255, 255, 0);
text-align: left;
text-decoration: none;
hover-type: color;
color: rgba(48, 48, 48, 1);
}
#s-f8c4d6ba-1b4b-43e3-8ebf-3b8d021d42e7:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(48, 48, 48, 1) !important;
background-color: rgba(48, 48, 48, 1) !important;
text-decoration: none !important;
hover-type: color !important;
color: rgba(227, 244, 254, 1) !important;}#s-f8c4d6ba-1b4b-43e3-8ebf-3b8d021d42e7:active {background-image: url(none) !important;
background-repeat: no-repeat !important;
border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(255, 255, 255, 1) !important;
background-color: rgba(0, 0, 0, 0.5) !important;
text-decoration: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-f8c4d6ba-1b4b-43e3-8ebf-3b8d021d42e7 {
  display: none;
}
#s-f8c4d6ba-1b4b-43e3-8ebf-3b8d021d42e7, #wrap-s-f8c4d6ba-1b4b-43e3-8ebf-3b8d021d42e7 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f8c4d6ba-1b4b-43e3-8ebf-3b8d021d42e7 {
  display: none;
}
#s-f8c4d6ba-1b4b-43e3-8ebf-3b8d021d42e7, #wrap-s-f8c4d6ba-1b4b-43e3-8ebf-3b8d021d42e7 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-f8c4d6ba-1b4b-43e3-8ebf-3b8d021d42e7 {
  display: none;
}
#s-f8c4d6ba-1b4b-43e3-8ebf-3b8d021d42e7, #wrap-s-f8c4d6ba-1b4b-43e3-8ebf-3b8d021d42e7 { display:none !important; }}@media (max-width: 767px){#s-f8c4d6ba-1b4b-43e3-8ebf-3b8d021d42e7 {
  display: none;
}
#s-f8c4d6ba-1b4b-43e3-8ebf-3b8d021d42e7, #wrap-s-f8c4d6ba-1b4b-43e3-8ebf-3b8d021d42e7 { display:none !important; }}

  #s-f8c4d6ba-1b4b-43e3-8ebf-3b8d021d42e7-btn-wrapper {
    text-align: left;
  }


#s-f8c4d6ba-1b4b-43e3-8ebf-3b8d021d42e7.shg-btn {
  color: rgba(48, 48, 48, 1);
  font-size: 20px;
  font-weight: 300;
  
  font-family: Roboto;
  display:  inline-block ;
}

#s-00d65940-57da-420f-99a3-0b160aa7b6bc {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMjAwMzc3NjYtNWU4ZC00NjA5LThkY2QtZDEyYjU1YmQ5YTgxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojMzAzMDMwO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojMzAzMDMwO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMyMDAzNzc2Ni01ZThkLTQ2MDktOGRjZC1kMTJiNTViZDlhODEpIi8+PC9zdmc+);
background-repeat: no-repeat;
margin-left: 140px;
padding-top: 10px;
padding-left: 35px;
padding-bottom: 10px;
padding-right: 35px;
border-radius: 2px;
text-align: left;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#303030"}, {"id"=>2, "pos"=>1, "color"=>"#303030"}];
}
#s-00d65940-57da-420f-99a3-0b160aa7b6bc:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-00d65940-57da-420f-99a3-0b160aa7b6bc:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-00d65940-57da-420f-99a3-0b160aa7b6bc {
  display: none;
}
#s-00d65940-57da-420f-99a3-0b160aa7b6bc, #wrap-s-00d65940-57da-420f-99a3-0b160aa7b6bc { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-00d65940-57da-420f-99a3-0b160aa7b6bc {
  display: none;
}
#s-00d65940-57da-420f-99a3-0b160aa7b6bc, #wrap-s-00d65940-57da-420f-99a3-0b160aa7b6bc { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-00d65940-57da-420f-99a3-0b160aa7b6bc {
  display: none;
}
#s-00d65940-57da-420f-99a3-0b160aa7b6bc, #wrap-s-00d65940-57da-420f-99a3-0b160aa7b6bc { display:none !important; }}@media (max-width: 767px){#s-00d65940-57da-420f-99a3-0b160aa7b6bc {
  display: none;
}
#s-00d65940-57da-420f-99a3-0b160aa7b6bc, #wrap-s-00d65940-57da-420f-99a3-0b160aa7b6bc { display:none !important; }}


#s-00d65940-57da-420f-99a3-0b160aa7b6bc.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}

#s-c8431887-679b-4ad5-95d9-0874def1ada7 {
  text-align: center;
}




  #s-c8431887-679b-4ad5-95d9-0874def1ada7 img.shogun-image {
    
    width: px;
  }


#s-c8431887-679b-4ad5-95d9-0874def1ada7 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-4133a8c7-dc3c-4f7d-bb9f-5ed44e8f2c09"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4133a8c7-dc3c-4f7d-bb9f-5ed44e8f2c09"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-4133a8c7-dc3c-4f7d-bb9f-5ed44e8f2c09"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-4133a8c7-dc3c-4f7d-bb9f-5ed44e8f2c09"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-4133a8c7-dc3c-4f7d-bb9f-5ed44e8f2c09"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-4133a8c7-dc3c-4f7d-bb9f-5ed44e8f2c09"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-4133a8c7-dc3c-4f7d-bb9f-5ed44e8f2c09"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-4133a8c7-dc3c-4f7d-bb9f-5ed44e8f2c09"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-4133a8c7-dc3c-4f7d-bb9f-5ed44e8f2c09"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-4133a8c7-dc3c-4f7d-bb9f-5ed44e8f2c09"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-4133a8c7-dc3c-4f7d-bb9f-5ed44e8f2c09"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-4133a8c7-dc3c-4f7d-bb9f-5ed44e8f2c09"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-4133a8c7-dc3c-4f7d-bb9f-5ed44e8f2c09"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-4133a8c7-dc3c-4f7d-bb9f-5ed44e8f2c09"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-4133a8c7-dc3c-4f7d-bb9f-5ed44e8f2c09"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-4133a8c7-dc3c-4f7d-bb9f-5ed44e8f2c09"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-4133a8c7-dc3c-4f7d-bb9f-5ed44e8f2c09"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-4133a8c7-dc3c-4f7d-bb9f-5ed44e8f2c09"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-4133a8c7-dc3c-4f7d-bb9f-5ed44e8f2c09"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-4133a8c7-dc3c-4f7d-bb9f-5ed44e8f2c09"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-4133a8c7-dc3c-4f7d-bb9f-5ed44e8f2c09"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-4133a8c7-dc3c-4f7d-bb9f-5ed44e8f2c09"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-4133a8c7-dc3c-4f7d-bb9f-5ed44e8f2c09"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-4133a8c7-dc3c-4f7d-bb9f-5ed44e8f2c09"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-4133a8c7-dc3c-4f7d-bb9f-5ed44e8f2c09"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-4133a8c7-dc3c-4f7d-bb9f-5ed44e8f2c09"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-4133a8c7-dc3c-4f7d-bb9f-5ed44e8f2c09"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-4133a8c7-dc3c-4f7d-bb9f-5ed44e8f2c09"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-4133a8c7-dc3c-4f7d-bb9f-5ed44e8f2c09"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-4133a8c7-dc3c-4f7d-bb9f-5ed44e8f2c09"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-4133a8c7-dc3c-4f7d-bb9f-5ed44e8f2c09"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-4133a8c7-dc3c-4f7d-bb9f-5ed44e8f2c09"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-4133a8c7-dc3c-4f7d-bb9f-5ed44e8f2c09"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-4133a8c7-dc3c-4f7d-bb9f-5ed44e8f2c09"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-4133a8c7-dc3c-4f7d-bb9f-5ed44e8f2c09"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-4133a8c7-dc3c-4f7d-bb9f-5ed44e8f2c09"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-4133a8c7-dc3c-4f7d-bb9f-5ed44e8f2c09"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-bc9c5446-b25a-484c-8afd-81a37c4061ad {
  padding-left: 200px;
}

#s-560d648d-2ea1-4b94-b5f0-b60476cc73ea {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzA1NjYwYTktZjgxOC00YmNmLTg0NTctZTI3NGE0NjA4MDVjIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojMDBjMWZmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojNTc5MGYyO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNjMDU2NjBhOS1mODE4LTRiY2YtODQ1Ny1lMjc0YTQ2MDgwNWMpIi8+PC9zdmc+);
background-repeat: no-repeat;
margin-left: 200px;
padding-top: 10px;
padding-left: 35px;
padding-bottom: 10px;
padding-right: 35px;
border-radius: 2px;
text-align: left;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#00c1ff"}, {"id"=>2, "pos"=>1, "color"=>"#5790f2"}];
}
#s-560d648d-2ea1-4b94-b5f0-b60476cc73ea:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-560d648d-2ea1-4b94-b5f0-b60476cc73ea:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-560d648d-2ea1-4b94-b5f0-b60476cc73ea.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}

#s-0b23d0cb-5d48-4042-93e5-e592f44d8163 {
  text-align: center;
}




  #s-0b23d0cb-5d48-4042-93e5-e592f44d8163 img.shogun-image {
    
    width: px;
  }


#s-0b23d0cb-5d48-4042-93e5-e592f44d8163 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-67456092-aec2-43d0-84a2-378d59efa04f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-67456092-aec2-43d0-84a2-378d59efa04f"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-67456092-aec2-43d0-84a2-378d59efa04f"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-67456092-aec2-43d0-84a2-378d59efa04f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-67456092-aec2-43d0-84a2-378d59efa04f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-67456092-aec2-43d0-84a2-378d59efa04f"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-67456092-aec2-43d0-84a2-378d59efa04f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-67456092-aec2-43d0-84a2-378d59efa04f"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-67456092-aec2-43d0-84a2-378d59efa04f"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-67456092-aec2-43d0-84a2-378d59efa04f"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-67456092-aec2-43d0-84a2-378d59efa04f"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-67456092-aec2-43d0-84a2-378d59efa04f"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-67456092-aec2-43d0-84a2-378d59efa04f"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-67456092-aec2-43d0-84a2-378d59efa04f"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-67456092-aec2-43d0-84a2-378d59efa04f"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-67456092-aec2-43d0-84a2-378d59efa04f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-67456092-aec2-43d0-84a2-378d59efa04f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-67456092-aec2-43d0-84a2-378d59efa04f"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-67456092-aec2-43d0-84a2-378d59efa04f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-67456092-aec2-43d0-84a2-378d59efa04f"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-67456092-aec2-43d0-84a2-378d59efa04f"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-67456092-aec2-43d0-84a2-378d59efa04f"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-67456092-aec2-43d0-84a2-378d59efa04f"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-67456092-aec2-43d0-84a2-378d59efa04f"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-67456092-aec2-43d0-84a2-378d59efa04f"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-67456092-aec2-43d0-84a2-378d59efa04f"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-67456092-aec2-43d0-84a2-378d59efa04f"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-67456092-aec2-43d0-84a2-378d59efa04f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-67456092-aec2-43d0-84a2-378d59efa04f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-67456092-aec2-43d0-84a2-378d59efa04f"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-67456092-aec2-43d0-84a2-378d59efa04f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-67456092-aec2-43d0-84a2-378d59efa04f"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-67456092-aec2-43d0-84a2-378d59efa04f"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-67456092-aec2-43d0-84a2-378d59efa04f"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-67456092-aec2-43d0-84a2-378d59efa04f"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-67456092-aec2-43d0-84a2-378d59efa04f"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-67456092-aec2-43d0-84a2-378d59efa04f"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-9a82d81e-48c4-4427-92fc-dc4605a120f3 {
  padding-left: 200px;
}

#s-37b369e9-21b2-4ef8-8bad-9dbdd8067f9e {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzA1NjYwYTktZjgxOC00YmNmLTg0NTctZTI3NGE0NjA4MDVjIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojMDBjMWZmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojNTc5MGYyO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNjMDU2NjBhOS1mODE4LTRiY2YtODQ1Ny1lMjc0YTQ2MDgwNWMpIi8+PC9zdmc+);
background-repeat: no-repeat;
margin-left: 200px;
padding-top: 10px;
padding-left: 35px;
padding-bottom: 10px;
padding-right: 35px;
border-radius: 2px;
text-align: left;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#00c1ff"}, {"id"=>2, "pos"=>1, "color"=>"#5790f2"}];
}
#s-37b369e9-21b2-4ef8-8bad-9dbdd8067f9e:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-37b369e9-21b2-4ef8-8bad-9dbdd8067f9e:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-37b369e9-21b2-4ef8-8bad-9dbdd8067f9e.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}

#s-cb60cb67-a5b8-4801-89ab-92e2257544ba {
  background-image: url(https://i.shgcdn.com/1a334df3-dede-47db-b67d-3093bb1b48c6/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
padding-top: 50px;
min-height: 50px;
background-position: center center;
}
@media (min-width: 768px) and (max-width: 991px){#s-cb60cb67-a5b8-4801-89ab-92e2257544ba {
  display: none;
}
#s-cb60cb67-a5b8-4801-89ab-92e2257544ba, #wrap-s-cb60cb67-a5b8-4801-89ab-92e2257544ba { display:none !important; }}@media (max-width: 767px){#s-cb60cb67-a5b8-4801-89ab-92e2257544ba {
  display: none;
}
#s-cb60cb67-a5b8-4801-89ab-92e2257544ba, #wrap-s-cb60cb67-a5b8-4801-89ab-92e2257544ba { display:none !important; }}







#s-cb60cb67-a5b8-4801-89ab-92e2257544ba > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cb60cb67-a5b8-4801-89ab-92e2257544ba.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-8af0d158-65b6-483d-8066-34f1dfc3059e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8af0d158-65b6-483d-8066-34f1dfc3059e"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-8af0d158-65b6-483d-8066-34f1dfc3059e"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-8af0d158-65b6-483d-8066-34f1dfc3059e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-8af0d158-65b6-483d-8066-34f1dfc3059e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-8af0d158-65b6-483d-8066-34f1dfc3059e"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-8af0d158-65b6-483d-8066-34f1dfc3059e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-8af0d158-65b6-483d-8066-34f1dfc3059e"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-8af0d158-65b6-483d-8066-34f1dfc3059e"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-8af0d158-65b6-483d-8066-34f1dfc3059e"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-8af0d158-65b6-483d-8066-34f1dfc3059e"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-8af0d158-65b6-483d-8066-34f1dfc3059e"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-8af0d158-65b6-483d-8066-34f1dfc3059e"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-8af0d158-65b6-483d-8066-34f1dfc3059e"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-8af0d158-65b6-483d-8066-34f1dfc3059e"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-8af0d158-65b6-483d-8066-34f1dfc3059e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-8af0d158-65b6-483d-8066-34f1dfc3059e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-8af0d158-65b6-483d-8066-34f1dfc3059e"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-8af0d158-65b6-483d-8066-34f1dfc3059e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-8af0d158-65b6-483d-8066-34f1dfc3059e"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-8af0d158-65b6-483d-8066-34f1dfc3059e"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-8af0d158-65b6-483d-8066-34f1dfc3059e"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-8af0d158-65b6-483d-8066-34f1dfc3059e"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-8af0d158-65b6-483d-8066-34f1dfc3059e"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-8af0d158-65b6-483d-8066-34f1dfc3059e"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-8af0d158-65b6-483d-8066-34f1dfc3059e"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-8af0d158-65b6-483d-8066-34f1dfc3059e"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-8af0d158-65b6-483d-8066-34f1dfc3059e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-8af0d158-65b6-483d-8066-34f1dfc3059e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-8af0d158-65b6-483d-8066-34f1dfc3059e"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-8af0d158-65b6-483d-8066-34f1dfc3059e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-8af0d158-65b6-483d-8066-34f1dfc3059e"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-8af0d158-65b6-483d-8066-34f1dfc3059e"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-8af0d158-65b6-483d-8066-34f1dfc3059e"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-8af0d158-65b6-483d-8066-34f1dfc3059e"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-8af0d158-65b6-483d-8066-34f1dfc3059e"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-8af0d158-65b6-483d-8066-34f1dfc3059e"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 768px) and (max-width: 991px){#s-bc3d51dd-3db3-41cc-898a-a2f7074d1c11 {
  display: none;
}
#s-bc3d51dd-3db3-41cc-898a-a2f7074d1c11, #wrap-s-bc3d51dd-3db3-41cc-898a-a2f7074d1c11 { display:none !important; }}@media (max-width: 767px){#s-bc3d51dd-3db3-41cc-898a-a2f7074d1c11 {
  display: none;
}
#s-bc3d51dd-3db3-41cc-898a-a2f7074d1c11, #wrap-s-bc3d51dd-3db3-41cc-898a-a2f7074d1c11 { display:none !important; }}
@media (min-width: 0px) {
[id="s-bc3d51dd-3db3-41cc-898a-a2f7074d1c11"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-bc3d51dd-3db3-41cc-898a-a2f7074d1c11"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-bc3d51dd-3db3-41cc-898a-a2f7074d1c11"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-bc3d51dd-3db3-41cc-898a-a2f7074d1c11"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-bc3d51dd-3db3-41cc-898a-a2f7074d1c11"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-bc3d51dd-3db3-41cc-898a-a2f7074d1c11"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-bc3d51dd-3db3-41cc-898a-a2f7074d1c11"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-bc3d51dd-3db3-41cc-898a-a2f7074d1c11"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-bc3d51dd-3db3-41cc-898a-a2f7074d1c11"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-bc3d51dd-3db3-41cc-898a-a2f7074d1c11"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-bc3d51dd-3db3-41cc-898a-a2f7074d1c11"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-bc3d51dd-3db3-41cc-898a-a2f7074d1c11"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-bc3d51dd-3db3-41cc-898a-a2f7074d1c11"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-bc3d51dd-3db3-41cc-898a-a2f7074d1c11"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-bc3d51dd-3db3-41cc-898a-a2f7074d1c11"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-bc3d51dd-3db3-41cc-898a-a2f7074d1c11"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-bc3d51dd-3db3-41cc-898a-a2f7074d1c11"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-bc3d51dd-3db3-41cc-898a-a2f7074d1c11"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-bc3d51dd-3db3-41cc-898a-a2f7074d1c11"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-bc3d51dd-3db3-41cc-898a-a2f7074d1c11"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-bc3d51dd-3db3-41cc-898a-a2f7074d1c11"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-bc3d51dd-3db3-41cc-898a-a2f7074d1c11"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-bc3d51dd-3db3-41cc-898a-a2f7074d1c11"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-bc3d51dd-3db3-41cc-898a-a2f7074d1c11"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-bc3d51dd-3db3-41cc-898a-a2f7074d1c11"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-bc3d51dd-3db3-41cc-898a-a2f7074d1c11"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-bc3d51dd-3db3-41cc-898a-a2f7074d1c11"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-bc3d51dd-3db3-41cc-898a-a2f7074d1c11"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-bc3d51dd-3db3-41cc-898a-a2f7074d1c11"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-bc3d51dd-3db3-41cc-898a-a2f7074d1c11"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-bc3d51dd-3db3-41cc-898a-a2f7074d1c11"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-bc3d51dd-3db3-41cc-898a-a2f7074d1c11"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-bc3d51dd-3db3-41cc-898a-a2f7074d1c11"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-bc3d51dd-3db3-41cc-898a-a2f7074d1c11"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-bc3d51dd-3db3-41cc-898a-a2f7074d1c11"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-bc3d51dd-3db3-41cc-898a-a2f7074d1c11"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-bc3d51dd-3db3-41cc-898a-a2f7074d1c11"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-bc3d51dd-3db3-41cc-898a-a2f7074d1c11"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-bc3d51dd-3db3-41cc-898a-a2f7074d1c11"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-bc3d51dd-3db3-41cc-898a-a2f7074d1c11"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-bc3d51dd-3db3-41cc-898a-a2f7074d1c11"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-bc3d51dd-3db3-41cc-898a-a2f7074d1c11"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-bc3d51dd-3db3-41cc-898a-a2f7074d1c11"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-bc3d51dd-3db3-41cc-898a-a2f7074d1c11"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-bc3d51dd-3db3-41cc-898a-a2f7074d1c11"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-bc3d51dd-3db3-41cc-898a-a2f7074d1c11"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-bc3d51dd-3db3-41cc-898a-a2f7074d1c11"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-bc3d51dd-3db3-41cc-898a-a2f7074d1c11"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 0px) {
[id="s-969963a1-14b4-4abd-9e7f-d610e71e8cd9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-969963a1-14b4-4abd-9e7f-d610e71e8cd9"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-969963a1-14b4-4abd-9e7f-d610e71e8cd9"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-969963a1-14b4-4abd-9e7f-d610e71e8cd9"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-969963a1-14b4-4abd-9e7f-d610e71e8cd9"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-969963a1-14b4-4abd-9e7f-d610e71e8cd9"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-969963a1-14b4-4abd-9e7f-d610e71e8cd9"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-969963a1-14b4-4abd-9e7f-d610e71e8cd9"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-969963a1-14b4-4abd-9e7f-d610e71e8cd9"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-969963a1-14b4-4abd-9e7f-d610e71e8cd9"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-969963a1-14b4-4abd-9e7f-d610e71e8cd9"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-969963a1-14b4-4abd-9e7f-d610e71e8cd9"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-969963a1-14b4-4abd-9e7f-d610e71e8cd9"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-969963a1-14b4-4abd-9e7f-d610e71e8cd9"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-969963a1-14b4-4abd-9e7f-d610e71e8cd9"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-969963a1-14b4-4abd-9e7f-d610e71e8cd9"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-969963a1-14b4-4abd-9e7f-d610e71e8cd9"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-969963a1-14b4-4abd-9e7f-d610e71e8cd9"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-969963a1-14b4-4abd-9e7f-d610e71e8cd9"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-969963a1-14b4-4abd-9e7f-d610e71e8cd9"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-969963a1-14b4-4abd-9e7f-d610e71e8cd9"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-969963a1-14b4-4abd-9e7f-d610e71e8cd9"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-969963a1-14b4-4abd-9e7f-d610e71e8cd9"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-969963a1-14b4-4abd-9e7f-d610e71e8cd9"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-969963a1-14b4-4abd-9e7f-d610e71e8cd9"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-969963a1-14b4-4abd-9e7f-d610e71e8cd9"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-969963a1-14b4-4abd-9e7f-d610e71e8cd9"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-969963a1-14b4-4abd-9e7f-d610e71e8cd9"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-969963a1-14b4-4abd-9e7f-d610e71e8cd9"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-969963a1-14b4-4abd-9e7f-d610e71e8cd9"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-969963a1-14b4-4abd-9e7f-d610e71e8cd9"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-969963a1-14b4-4abd-9e7f-d610e71e8cd9"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-969963a1-14b4-4abd-9e7f-d610e71e8cd9"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-969963a1-14b4-4abd-9e7f-d610e71e8cd9"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-969963a1-14b4-4abd-9e7f-d610e71e8cd9"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-969963a1-14b4-4abd-9e7f-d610e71e8cd9"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-969963a1-14b4-4abd-9e7f-d610e71e8cd9"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-5acc125c-2445-4d67-8c82-c3dfe40defa8 {
  padding-top: 40px;
padding-bottom: 10px;
text-align: center;
}




  #s-5acc125c-2445-4d67-8c82-c3dfe40defa8 img.shogun-image {
    
    width: px;
  }


#s-5acc125c-2445-4d67-8c82-c3dfe40defa8 .shogun-image-content {
  
    align-items: center;
  
}

#s-edee4db3-e4c7-49d5-aadc-f2e3b0581179 {
  padding-bottom: 40px;
}

@media (min-width: 0px) {
[id="s-4fd76b11-f84c-4e52-b7c2-1ff8720eecc5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4fd76b11-f84c-4e52-b7c2-1ff8720eecc5"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-4fd76b11-f84c-4e52-b7c2-1ff8720eecc5"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-4fd76b11-f84c-4e52-b7c2-1ff8720eecc5"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-4fd76b11-f84c-4e52-b7c2-1ff8720eecc5"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-4fd76b11-f84c-4e52-b7c2-1ff8720eecc5"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-4fd76b11-f84c-4e52-b7c2-1ff8720eecc5"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-4fd76b11-f84c-4e52-b7c2-1ff8720eecc5"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-4fd76b11-f84c-4e52-b7c2-1ff8720eecc5"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-4fd76b11-f84c-4e52-b7c2-1ff8720eecc5"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-4fd76b11-f84c-4e52-b7c2-1ff8720eecc5"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-4fd76b11-f84c-4e52-b7c2-1ff8720eecc5"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-4fd76b11-f84c-4e52-b7c2-1ff8720eecc5"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-4fd76b11-f84c-4e52-b7c2-1ff8720eecc5"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-4fd76b11-f84c-4e52-b7c2-1ff8720eecc5"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-4fd76b11-f84c-4e52-b7c2-1ff8720eecc5"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-4fd76b11-f84c-4e52-b7c2-1ff8720eecc5"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-4fd76b11-f84c-4e52-b7c2-1ff8720eecc5"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-4fd76b11-f84c-4e52-b7c2-1ff8720eecc5"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-4fd76b11-f84c-4e52-b7c2-1ff8720eecc5"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-4fd76b11-f84c-4e52-b7c2-1ff8720eecc5"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-4fd76b11-f84c-4e52-b7c2-1ff8720eecc5"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-4fd76b11-f84c-4e52-b7c2-1ff8720eecc5"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-4fd76b11-f84c-4e52-b7c2-1ff8720eecc5"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-4fd76b11-f84c-4e52-b7c2-1ff8720eecc5"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-4fd76b11-f84c-4e52-b7c2-1ff8720eecc5"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-4fd76b11-f84c-4e52-b7c2-1ff8720eecc5"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-4fd76b11-f84c-4e52-b7c2-1ff8720eecc5"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-4fd76b11-f84c-4e52-b7c2-1ff8720eecc5"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-4fd76b11-f84c-4e52-b7c2-1ff8720eecc5"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-4fd76b11-f84c-4e52-b7c2-1ff8720eecc5"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-4fd76b11-f84c-4e52-b7c2-1ff8720eecc5"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-4fd76b11-f84c-4e52-b7c2-1ff8720eecc5"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-4fd76b11-f84c-4e52-b7c2-1ff8720eecc5"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-4fd76b11-f84c-4e52-b7c2-1ff8720eecc5"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-4fd76b11-f84c-4e52-b7c2-1ff8720eecc5"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-4fd76b11-f84c-4e52-b7c2-1ff8720eecc5"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-b0a248de-512b-439c-9c70-faaf2fbfe4df {
  padding-top: 40px;
padding-bottom: 10px;
text-align: center;
}




  #s-b0a248de-512b-439c-9c70-faaf2fbfe4df img.shogun-image {
    
    width: px;
  }


#s-b0a248de-512b-439c-9c70-faaf2fbfe4df .shogun-image-content {
  
    align-items: center;
  
}

#s-246f36de-a3e1-498c-805c-d3d68e683028 {
  padding-bottom: 40px;
}

@media (min-width: 0px) {
[id="s-f5025406-ee05-45ad-98bc-5656c2ebb634"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f5025406-ee05-45ad-98bc-5656c2ebb634"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-f5025406-ee05-45ad-98bc-5656c2ebb634"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-f5025406-ee05-45ad-98bc-5656c2ebb634"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-f5025406-ee05-45ad-98bc-5656c2ebb634"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-f5025406-ee05-45ad-98bc-5656c2ebb634"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-f5025406-ee05-45ad-98bc-5656c2ebb634"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-f5025406-ee05-45ad-98bc-5656c2ebb634"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-f5025406-ee05-45ad-98bc-5656c2ebb634"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-f5025406-ee05-45ad-98bc-5656c2ebb634"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-f5025406-ee05-45ad-98bc-5656c2ebb634"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-f5025406-ee05-45ad-98bc-5656c2ebb634"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-f5025406-ee05-45ad-98bc-5656c2ebb634"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-f5025406-ee05-45ad-98bc-5656c2ebb634"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-f5025406-ee05-45ad-98bc-5656c2ebb634"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-f5025406-ee05-45ad-98bc-5656c2ebb634"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-f5025406-ee05-45ad-98bc-5656c2ebb634"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-f5025406-ee05-45ad-98bc-5656c2ebb634"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-f5025406-ee05-45ad-98bc-5656c2ebb634"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-f5025406-ee05-45ad-98bc-5656c2ebb634"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-f5025406-ee05-45ad-98bc-5656c2ebb634"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-f5025406-ee05-45ad-98bc-5656c2ebb634"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-f5025406-ee05-45ad-98bc-5656c2ebb634"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-f5025406-ee05-45ad-98bc-5656c2ebb634"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-f5025406-ee05-45ad-98bc-5656c2ebb634"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-f5025406-ee05-45ad-98bc-5656c2ebb634"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-f5025406-ee05-45ad-98bc-5656c2ebb634"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-f5025406-ee05-45ad-98bc-5656c2ebb634"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-f5025406-ee05-45ad-98bc-5656c2ebb634"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-f5025406-ee05-45ad-98bc-5656c2ebb634"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-f5025406-ee05-45ad-98bc-5656c2ebb634"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-f5025406-ee05-45ad-98bc-5656c2ebb634"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-f5025406-ee05-45ad-98bc-5656c2ebb634"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-f5025406-ee05-45ad-98bc-5656c2ebb634"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-f5025406-ee05-45ad-98bc-5656c2ebb634"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-f5025406-ee05-45ad-98bc-5656c2ebb634"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-f5025406-ee05-45ad-98bc-5656c2ebb634"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-d25d6244-415d-43cd-b03a-034b1d7c541a {
  padding-top: 40px;
padding-bottom: 10px;
text-align: center;
}




  #s-d25d6244-415d-43cd-b03a-034b1d7c541a img.shogun-image {
    
    width: px;
  }


#s-d25d6244-415d-43cd-b03a-034b1d7c541a .shogun-image-content {
  
    align-items: center;
  
}

#s-6e28c61e-ff6b-4684-8872-eb4589e370bd {
  padding-bottom: 40px;
}

@media (min-width: 0px) {
[id="s-daedb0c2-7d22-4f74-b0a4-42d877364468"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-daedb0c2-7d22-4f74-b0a4-42d877364468"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-daedb0c2-7d22-4f74-b0a4-42d877364468"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-daedb0c2-7d22-4f74-b0a4-42d877364468"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-daedb0c2-7d22-4f74-b0a4-42d877364468"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-daedb0c2-7d22-4f74-b0a4-42d877364468"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-daedb0c2-7d22-4f74-b0a4-42d877364468"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-daedb0c2-7d22-4f74-b0a4-42d877364468"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-daedb0c2-7d22-4f74-b0a4-42d877364468"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-daedb0c2-7d22-4f74-b0a4-42d877364468"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-daedb0c2-7d22-4f74-b0a4-42d877364468"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-daedb0c2-7d22-4f74-b0a4-42d877364468"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-daedb0c2-7d22-4f74-b0a4-42d877364468"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-daedb0c2-7d22-4f74-b0a4-42d877364468"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-daedb0c2-7d22-4f74-b0a4-42d877364468"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-daedb0c2-7d22-4f74-b0a4-42d877364468"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-daedb0c2-7d22-4f74-b0a4-42d877364468"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-daedb0c2-7d22-4f74-b0a4-42d877364468"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-daedb0c2-7d22-4f74-b0a4-42d877364468"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-daedb0c2-7d22-4f74-b0a4-42d877364468"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-daedb0c2-7d22-4f74-b0a4-42d877364468"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-daedb0c2-7d22-4f74-b0a4-42d877364468"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-daedb0c2-7d22-4f74-b0a4-42d877364468"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-daedb0c2-7d22-4f74-b0a4-42d877364468"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-daedb0c2-7d22-4f74-b0a4-42d877364468"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-daedb0c2-7d22-4f74-b0a4-42d877364468"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-daedb0c2-7d22-4f74-b0a4-42d877364468"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-daedb0c2-7d22-4f74-b0a4-42d877364468"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-daedb0c2-7d22-4f74-b0a4-42d877364468"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-daedb0c2-7d22-4f74-b0a4-42d877364468"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-daedb0c2-7d22-4f74-b0a4-42d877364468"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-daedb0c2-7d22-4f74-b0a4-42d877364468"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-daedb0c2-7d22-4f74-b0a4-42d877364468"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-daedb0c2-7d22-4f74-b0a4-42d877364468"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-daedb0c2-7d22-4f74-b0a4-42d877364468"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-daedb0c2-7d22-4f74-b0a4-42d877364468"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-daedb0c2-7d22-4f74-b0a4-42d877364468"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-93c70dc3-4606-4f28-8eb3-be84d8731f60 {
  padding-top: 40px;
padding-bottom: 10px;
text-align: center;
}




  #s-93c70dc3-4606-4f28-8eb3-be84d8731f60 img.shogun-image {
    
    width: px;
  }


#s-93c70dc3-4606-4f28-8eb3-be84d8731f60 .shogun-image-content {
  
    align-items: center;
  
}

#s-cf6cfd5b-43e0-49eb-bfb1-6e1face53d04 {
  padding-bottom: 40px;
}

#s-987d6b0d-da1c-4ebf-9c28-9f8c021566d6 {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-987d6b0d-da1c-4ebf-9c28-9f8c021566d6 {
  display: none;
}
#s-987d6b0d-da1c-4ebf-9c28-9f8c021566d6, #wrap-s-987d6b0d-da1c-4ebf-9c28-9f8c021566d6 { display:none !important; }}@media (max-width: 767px){#s-987d6b0d-da1c-4ebf-9c28-9f8c021566d6 {
  display: none;
}
#s-987d6b0d-da1c-4ebf-9c28-9f8c021566d6, #wrap-s-987d6b0d-da1c-4ebf-9c28-9f8c021566d6 { display:none !important; }}







#s-987d6b0d-da1c-4ebf-9c28-9f8c021566d6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-987d6b0d-da1c-4ebf-9c28-9f8c021566d6.shg-box.shg-c {
  justify-content: center;
}

#s-6f7ae669-028c-463e-8a01-e74a4408116a {
  padding-top: 40px;
padding-bottom: 20px;
}

#s-4d6222a5-fc66-41b7-a892-30b7db620d63 {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-4d6222a5-fc66-41b7-a892-30b7db620d63 {
  display: none;
}
#s-4d6222a5-fc66-41b7-a892-30b7db620d63, #wrap-s-4d6222a5-fc66-41b7-a892-30b7db620d63 { display:none !important; }}@media (max-width: 767px){#s-4d6222a5-fc66-41b7-a892-30b7db620d63 {
  display: none;
}
#s-4d6222a5-fc66-41b7-a892-30b7db620d63, #wrap-s-4d6222a5-fc66-41b7-a892-30b7db620d63 { display:none !important; }}







#s-4d6222a5-fc66-41b7-a892-30b7db620d63 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4d6222a5-fc66-41b7-a892-30b7db620d63.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-1822d007-1a62-4742-957d-f6f7da7d0d92"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1822d007-1a62-4742-957d-f6f7da7d0d92"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-1822d007-1a62-4742-957d-f6f7da7d0d92"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-1822d007-1a62-4742-957d-f6f7da7d0d92"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-1822d007-1a62-4742-957d-f6f7da7d0d92"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-1822d007-1a62-4742-957d-f6f7da7d0d92"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-1822d007-1a62-4742-957d-f6f7da7d0d92"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-1822d007-1a62-4742-957d-f6f7da7d0d92"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-1822d007-1a62-4742-957d-f6f7da7d0d92"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-1822d007-1a62-4742-957d-f6f7da7d0d92"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-1822d007-1a62-4742-957d-f6f7da7d0d92"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-1822d007-1a62-4742-957d-f6f7da7d0d92"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-1822d007-1a62-4742-957d-f6f7da7d0d92"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-1822d007-1a62-4742-957d-f6f7da7d0d92"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-1822d007-1a62-4742-957d-f6f7da7d0d92"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-1822d007-1a62-4742-957d-f6f7da7d0d92"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-1822d007-1a62-4742-957d-f6f7da7d0d92"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-1822d007-1a62-4742-957d-f6f7da7d0d92"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-1822d007-1a62-4742-957d-f6f7da7d0d92"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-1822d007-1a62-4742-957d-f6f7da7d0d92"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-1822d007-1a62-4742-957d-f6f7da7d0d92"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-1822d007-1a62-4742-957d-f6f7da7d0d92"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-1822d007-1a62-4742-957d-f6f7da7d0d92"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-1822d007-1a62-4742-957d-f6f7da7d0d92"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-1822d007-1a62-4742-957d-f6f7da7d0d92"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-1822d007-1a62-4742-957d-f6f7da7d0d92"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-1822d007-1a62-4742-957d-f6f7da7d0d92"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-1822d007-1a62-4742-957d-f6f7da7d0d92"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-1822d007-1a62-4742-957d-f6f7da7d0d92"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-1822d007-1a62-4742-957d-f6f7da7d0d92"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-1822d007-1a62-4742-957d-f6f7da7d0d92"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-1822d007-1a62-4742-957d-f6f7da7d0d92"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-1822d007-1a62-4742-957d-f6f7da7d0d92"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-1822d007-1a62-4742-957d-f6f7da7d0d92"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-1822d007-1a62-4742-957d-f6f7da7d0d92"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-1822d007-1a62-4742-957d-f6f7da7d0d92"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-1822d007-1a62-4742-957d-f6f7da7d0d92"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-7a305a9d-f23e-4f52-8d7b-6b80e09d259e {
  text-align: center;
}




  #s-7a305a9d-f23e-4f52-8d7b-6b80e09d259e img.shogun-image {
    
    width: px;
  }


#s-7a305a9d-f23e-4f52-8d7b-6b80e09d259e .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-2731cde2-1904-4339-8ab9-a01e159aca4b {
  padding-left: 20px;
padding-right: 20px;
text-align: center;
}




  #s-2731cde2-1904-4339-8ab9-a01e159aca4b img.shogun-image {
    
    width: px;
  }


#s-2731cde2-1904-4339-8ab9-a01e159aca4b .shogun-image-content {
  
    align-items: center;
  
}

#s-7805028d-128c-47d1-b920-dd7462a7c468 {
  padding-top: 40px;
padding-left: 20px;
}

#s-e67770fe-48ca-4102-a670-d8c901aed3ae {
  text-align: center;
}




  #s-e67770fe-48ca-4102-a670-d8c901aed3ae img.shogun-image {
    
    width: px;
  }


#s-e67770fe-48ca-4102-a670-d8c901aed3ae .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-d81eed4f-f9bb-4306-b8c2-94f097bd5309 {
  padding-left: 20px;
padding-right: 20px;
text-align: center;
}




  #s-d81eed4f-f9bb-4306-b8c2-94f097bd5309 img.shogun-image {
    
    width: px;
  }


#s-d81eed4f-f9bb-4306-b8c2-94f097bd5309 .shogun-image-content {
  
    align-items: center;
  
}

#s-a93601c2-1b35-47f8-9632-d24faeac50ce {
  padding-top: 40px;
padding-left: 20px;
}

#s-d41eb03d-264e-4ad7-ad3e-78e7084aa728 {
  text-align: center;
}




  #s-d41eb03d-264e-4ad7-ad3e-78e7084aa728 img.shogun-image {
    
    width: px;
  }


#s-d41eb03d-264e-4ad7-ad3e-78e7084aa728 .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-f7feab34-7f2e-4383-ab7f-8429398f338b {
  padding-left: 20px;
padding-right: 20px;
text-align: center;
}




  #s-f7feab34-7f2e-4383-ab7f-8429398f338b img.shogun-image {
    
    width: px;
  }


#s-f7feab34-7f2e-4383-ab7f-8429398f338b .shogun-image-content {
  
    align-items: center;
  
}

#s-a0177fcc-e1b7-4094-8dac-7eb8fa59cd62 {
  padding-top: 40px;
padding-left: 20px;
}

#s-a8ae0e1c-16ee-4fc3-91fd-fff12b302856 {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-a8ae0e1c-16ee-4fc3-91fd-fff12b302856 {
  display: none;
}
#s-a8ae0e1c-16ee-4fc3-91fd-fff12b302856, #wrap-s-a8ae0e1c-16ee-4fc3-91fd-fff12b302856 { display:none !important; }}@media (max-width: 767px){#s-a8ae0e1c-16ee-4fc3-91fd-fff12b302856 {
  display: none;
}
#s-a8ae0e1c-16ee-4fc3-91fd-fff12b302856, #wrap-s-a8ae0e1c-16ee-4fc3-91fd-fff12b302856 { display:none !important; }}







#s-a8ae0e1c-16ee-4fc3-91fd-fff12b302856 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a8ae0e1c-16ee-4fc3-91fd-fff12b302856.shg-box.shg-c {
  justify-content: center;
}

#s-e29bb774-3e8a-47b0-bc31-95faa7a1490f {
  background-image: url(none);
background-repeat: no-repeat;
border-style: solid;
margin-top: 40px;
padding-top: 10px;
padding-left: 35px;
padding-bottom: 10px;
padding-right: 35px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(48, 48, 48, 1);
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
color: rgba(48, 48, 48, 1);
hover-type: color;
}
#s-e29bb774-3e8a-47b0-bc31-95faa7a1490f:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: #2C2A34 !important;
background-color: rgba(48, 48, 48, 1) !important;
text-decoration: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-e29bb774-3e8a-47b0-bc31-95faa7a1490f:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-e29bb774-3e8a-47b0-bc31-95faa7a1490f.shg-btn {
  color: rgba(48, 48, 48, 1);
  font-size: 20px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}

#s-3e725a88-8de5-4ccc-b635-4073d6017996 {
  margin-top: 40px;
padding-top: 60px;
min-height: 50px;
background-color: rgba(48, 48, 48, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-3e725a88-8de5-4ccc-b635-4073d6017996 {
  display: none;
}
#s-3e725a88-8de5-4ccc-b635-4073d6017996, #wrap-s-3e725a88-8de5-4ccc-b635-4073d6017996 { display:none !important; }}@media (max-width: 767px){#s-3e725a88-8de5-4ccc-b635-4073d6017996 {
  display: none;
}
#s-3e725a88-8de5-4ccc-b635-4073d6017996, #wrap-s-3e725a88-8de5-4ccc-b635-4073d6017996 { display:none !important; }}







#s-3e725a88-8de5-4ccc-b635-4073d6017996 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3e725a88-8de5-4ccc-b635-4073d6017996.shg-box.shg-c {
  justify-content: center;
}

#s-9d99dad3-95df-4470-a8c3-c378a900b6c1 {
  padding-top: 20px;
padding-bottom: 15px;
}

#s-d6224967-f6ab-4eaa-9874-7748941da400 {
  margin-top: 50px;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-d6224967-f6ab-4eaa-9874-7748941da400 {
  display: none;
}
#s-d6224967-f6ab-4eaa-9874-7748941da400, #wrap-s-d6224967-f6ab-4eaa-9874-7748941da400 { display:none !important; }}@media (max-width: 767px){#s-d6224967-f6ab-4eaa-9874-7748941da400 {
  display: none;
}
#s-d6224967-f6ab-4eaa-9874-7748941da400, #wrap-s-d6224967-f6ab-4eaa-9874-7748941da400 { display:none !important; }}







#s-d6224967-f6ab-4eaa-9874-7748941da400 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d6224967-f6ab-4eaa-9874-7748941da400.shg-box.shg-c {
  justify-content: center;
}

#s-7d1ae295-792f-4e63-baea-29416a508e5a {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-7d1ae295-792f-4e63-baea-29416a508e5a {
  display: none;
}
#s-7d1ae295-792f-4e63-baea-29416a508e5a, #wrap-s-7d1ae295-792f-4e63-baea-29416a508e5a { display:none !important; }}@media (max-width: 767px){#s-7d1ae295-792f-4e63-baea-29416a508e5a {
  display: none;
}
#s-7d1ae295-792f-4e63-baea-29416a508e5a, #wrap-s-7d1ae295-792f-4e63-baea-29416a508e5a { display:none !important; }}







#s-7d1ae295-792f-4e63-baea-29416a508e5a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7d1ae295-792f-4e63-baea-29416a508e5a.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 768px) and (max-width: 991px){#s-0c97240a-679c-4fd3-9ad0-e4ad23d4d157 {
  display: none;
}
#s-0c97240a-679c-4fd3-9ad0-e4ad23d4d157, #wrap-s-0c97240a-679c-4fd3-9ad0-e4ad23d4d157 { display:none !important; }}@media (max-width: 767px){#s-0c97240a-679c-4fd3-9ad0-e4ad23d4d157 {
  display: none;
}
#s-0c97240a-679c-4fd3-9ad0-e4ad23d4d157, #wrap-s-0c97240a-679c-4fd3-9ad0-e4ad23d4d157 { display:none !important; }}
#s-7d126f1c-86d7-4148-bdbd-0fdd77ee4627 {
  padding-top: 40px;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-7d126f1c-86d7-4148-bdbd-0fdd77ee4627 {
  display: none;
}
#s-7d126f1c-86d7-4148-bdbd-0fdd77ee4627, #wrap-s-7d126f1c-86d7-4148-bdbd-0fdd77ee4627 { display:none !important; }}@media (max-width: 767px){#s-7d126f1c-86d7-4148-bdbd-0fdd77ee4627 {
  display: none;
}
#s-7d126f1c-86d7-4148-bdbd-0fdd77ee4627, #wrap-s-7d126f1c-86d7-4148-bdbd-0fdd77ee4627 { display:none !important; }}







#s-7d126f1c-86d7-4148-bdbd-0fdd77ee4627 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7d126f1c-86d7-4148-bdbd-0fdd77ee4627.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-68b67794-7ffb-4287-9ef2-67b1e8c9725e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-68b67794-7ffb-4287-9ef2-67b1e8c9725e"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-68b67794-7ffb-4287-9ef2-67b1e8c9725e"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-68b67794-7ffb-4287-9ef2-67b1e8c9725e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-68b67794-7ffb-4287-9ef2-67b1e8c9725e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-68b67794-7ffb-4287-9ef2-67b1e8c9725e"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-68b67794-7ffb-4287-9ef2-67b1e8c9725e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-68b67794-7ffb-4287-9ef2-67b1e8c9725e"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-68b67794-7ffb-4287-9ef2-67b1e8c9725e"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-68b67794-7ffb-4287-9ef2-67b1e8c9725e"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-68b67794-7ffb-4287-9ef2-67b1e8c9725e"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-68b67794-7ffb-4287-9ef2-67b1e8c9725e"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-68b67794-7ffb-4287-9ef2-67b1e8c9725e"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-68b67794-7ffb-4287-9ef2-67b1e8c9725e"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-68b67794-7ffb-4287-9ef2-67b1e8c9725e"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-68b67794-7ffb-4287-9ef2-67b1e8c9725e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-68b67794-7ffb-4287-9ef2-67b1e8c9725e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-68b67794-7ffb-4287-9ef2-67b1e8c9725e"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-68b67794-7ffb-4287-9ef2-67b1e8c9725e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-68b67794-7ffb-4287-9ef2-67b1e8c9725e"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-68b67794-7ffb-4287-9ef2-67b1e8c9725e"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-68b67794-7ffb-4287-9ef2-67b1e8c9725e"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-68b67794-7ffb-4287-9ef2-67b1e8c9725e"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-68b67794-7ffb-4287-9ef2-67b1e8c9725e"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-68b67794-7ffb-4287-9ef2-67b1e8c9725e"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-68b67794-7ffb-4287-9ef2-67b1e8c9725e"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-68b67794-7ffb-4287-9ef2-67b1e8c9725e"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-68b67794-7ffb-4287-9ef2-67b1e8c9725e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-68b67794-7ffb-4287-9ef2-67b1e8c9725e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-68b67794-7ffb-4287-9ef2-67b1e8c9725e"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-68b67794-7ffb-4287-9ef2-67b1e8c9725e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-68b67794-7ffb-4287-9ef2-67b1e8c9725e"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-68b67794-7ffb-4287-9ef2-67b1e8c9725e"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-68b67794-7ffb-4287-9ef2-67b1e8c9725e"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-68b67794-7ffb-4287-9ef2-67b1e8c9725e"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-68b67794-7ffb-4287-9ef2-67b1e8c9725e"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-68b67794-7ffb-4287-9ef2-67b1e8c9725e"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-0c8598a4-c89b-4c9d-9f1a-3268d333f5df {
  padding-top: 40px;
padding-bottom: 20px;
}

#s-506833e2-7937-4f4f-b593-39faa69fe207 {
  background-image: url(none);
background-repeat: no-repeat;
border-style: solid;
margin-top: 20px;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 35px;
padding-bottom: 10px;
padding-right: 35px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(48, 48, 48, 1);
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
color: rgba(48, 48, 48, 1);
hover-type: color;
}
#s-506833e2-7937-4f4f-b593-39faa69fe207:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: #2C2A34 !important;
background-color: rgba(48, 48, 48, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
hover-type: color !important;}#s-506833e2-7937-4f4f-b593-39faa69fe207:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-506833e2-7937-4f4f-b593-39faa69fe207.shg-btn {
  color: rgba(48, 48, 48, 1);
  font-size: 20px;
  font-weight: 300;
  
  font-family: Roboto;
  display:  inline-block ;
}

#s-b1e37571-2878-461f-8257-149a78038d86 {
  text-align: center;
}




  #s-b1e37571-2878-461f-8257-149a78038d86 img.shogun-image {
    
    width: px;
  }


#s-b1e37571-2878-461f-8257-149a78038d86 .shogun-image-content {
  
    align-items: center;
  
}

#s-0cf45611-86d8-4f0f-9a9f-012a4f82a1c3 {
  margin-top: 40px;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-0cf45611-86d8-4f0f-9a9f-012a4f82a1c3 {
  display: none;
}
#s-0cf45611-86d8-4f0f-9a9f-012a4f82a1c3, #wrap-s-0cf45611-86d8-4f0f-9a9f-012a4f82a1c3 { display:none !important; }}@media (max-width: 767px){#s-0cf45611-86d8-4f0f-9a9f-012a4f82a1c3 {
  display: none;
}
#s-0cf45611-86d8-4f0f-9a9f-012a4f82a1c3, #wrap-s-0cf45611-86d8-4f0f-9a9f-012a4f82a1c3 { display:none !important; }}







#s-0cf45611-86d8-4f0f-9a9f-012a4f82a1c3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0cf45611-86d8-4f0f-9a9f-012a4f82a1c3.shg-box.shg-c {
  justify-content: center;
}

#s-f86acb29-150f-4c84-842f-13f0c4c64f1a {
  padding-top: 0px;
padding-bottom: 0px;
}

#s-1c4c5122-e92d-4f8d-8597-55b8da824a4e {
  margin-top: 20px;
text-align: center;
}




  #s-1c4c5122-e92d-4f8d-8597-55b8da824a4e img.shogun-image {
    
    width: px;
  }


#s-1c4c5122-e92d-4f8d-8597-55b8da824a4e .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-fc279950-3c3e-4d77-8228-284532ef0f92"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-fc279950-3c3e-4d77-8228-284532ef0f92"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-fc279950-3c3e-4d77-8228-284532ef0f92"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-fc279950-3c3e-4d77-8228-284532ef0f92"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-fc279950-3c3e-4d77-8228-284532ef0f92"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-fc279950-3c3e-4d77-8228-284532ef0f92"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-fc279950-3c3e-4d77-8228-284532ef0f92"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-fc279950-3c3e-4d77-8228-284532ef0f92"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-fc279950-3c3e-4d77-8228-284532ef0f92"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-fc279950-3c3e-4d77-8228-284532ef0f92"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-fc279950-3c3e-4d77-8228-284532ef0f92"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-fc279950-3c3e-4d77-8228-284532ef0f92"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-fc279950-3c3e-4d77-8228-284532ef0f92"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-fc279950-3c3e-4d77-8228-284532ef0f92"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-fc279950-3c3e-4d77-8228-284532ef0f92"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-fc279950-3c3e-4d77-8228-284532ef0f92"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-fc279950-3c3e-4d77-8228-284532ef0f92"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-fc279950-3c3e-4d77-8228-284532ef0f92"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-fc279950-3c3e-4d77-8228-284532ef0f92"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-fc279950-3c3e-4d77-8228-284532ef0f92"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-fc279950-3c3e-4d77-8228-284532ef0f92"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-fc279950-3c3e-4d77-8228-284532ef0f92"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-fc279950-3c3e-4d77-8228-284532ef0f92"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-fc279950-3c3e-4d77-8228-284532ef0f92"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-fc279950-3c3e-4d77-8228-284532ef0f92"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-fc279950-3c3e-4d77-8228-284532ef0f92"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-fc279950-3c3e-4d77-8228-284532ef0f92"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-fc279950-3c3e-4d77-8228-284532ef0f92"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-fc279950-3c3e-4d77-8228-284532ef0f92"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-fc279950-3c3e-4d77-8228-284532ef0f92"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-fc279950-3c3e-4d77-8228-284532ef0f92"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-fc279950-3c3e-4d77-8228-284532ef0f92"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-fc279950-3c3e-4d77-8228-284532ef0f92"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-fc279950-3c3e-4d77-8228-284532ef0f92"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-fc279950-3c3e-4d77-8228-284532ef0f92"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-fc279950-3c3e-4d77-8228-284532ef0f92"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-fc279950-3c3e-4d77-8228-284532ef0f92"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-e8286731-bed1-4044-84eb-fdf7293f8ec9 {
  padding-left: 200px;
text-align: left;
}




  #s-e8286731-bed1-4044-84eb-fdf7293f8ec9 img.shogun-image {
    
    width: px;
  }


#s-e8286731-bed1-4044-84eb-fdf7293f8ec9 .shogun-image-content {
  
    align-items: center;
  
}

#s-4f4b0d04-0f11-4615-82eb-3579725f4d99 {
  padding-top: 20px;
padding-left: 200px;
padding-right: 100px;
}

#s-dbabd6b6-6b78-4cea-b81c-2f95f9ba64e1 {
  background-image: url(none);
background-repeat: no-repeat;
border-style: solid;
margin-top: 10px;
margin-left: 200px;
padding-top: 10px;
padding-left: 35px;
padding-bottom: 10px;
padding-right: 35px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-radius: 0px;
background-color: rgba(255, 255, 255, 0);
text-align: left;
text-decoration: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-dbabd6b6-6b78-4cea-b81c-2f95f9ba64e1:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(48, 48, 48, 1) !important;
background-color: rgba(48, 48, 48, 1) !important;
text-decoration: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-dbabd6b6-6b78-4cea-b81c-2f95f9ba64e1:active {background-image: url(none) !important;
background-repeat: no-repeat !important;
border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(255, 255, 255, 1) !important;
background-color: rgba(0, 0, 0, 0.5) !important;
text-decoration: none !important;
hover-type: color !important;}

  #s-dbabd6b6-6b78-4cea-b81c-2f95f9ba64e1-btn-wrapper {
    text-align: left;
  }


#s-dbabd6b6-6b78-4cea-b81c-2f95f9ba64e1.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  font-weight: 300;
  
  font-family: Roboto;
  display:  inline-block ;
}

#s-08b30da3-63b3-4dc7-a5a6-6e019306bd7f {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMjAwMzc3NjYtNWU4ZC00NjA5LThkY2QtZDEyYjU1YmQ5YTgxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojMzAzMDMwO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojMzAzMDMwO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMyMDAzNzc2Ni01ZThkLTQ2MDktOGRjZC1kMTJiNTViZDlhODEpIi8+PC9zdmc+);
background-repeat: no-repeat;
margin-left: 140px;
padding-top: 10px;
padding-left: 35px;
padding-bottom: 10px;
padding-right: 35px;
border-radius: 2px;
text-align: left;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#303030"}, {"id"=>2, "pos"=>1, "color"=>"#303030"}];
}
#s-08b30da3-63b3-4dc7-a5a6-6e019306bd7f:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-08b30da3-63b3-4dc7-a5a6-6e019306bd7f:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-08b30da3-63b3-4dc7-a5a6-6e019306bd7f {
  display: none;
}
#s-08b30da3-63b3-4dc7-a5a6-6e019306bd7f, #wrap-s-08b30da3-63b3-4dc7-a5a6-6e019306bd7f { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-08b30da3-63b3-4dc7-a5a6-6e019306bd7f {
  display: none;
}
#s-08b30da3-63b3-4dc7-a5a6-6e019306bd7f, #wrap-s-08b30da3-63b3-4dc7-a5a6-6e019306bd7f { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-08b30da3-63b3-4dc7-a5a6-6e019306bd7f {
  display: none;
}
#s-08b30da3-63b3-4dc7-a5a6-6e019306bd7f, #wrap-s-08b30da3-63b3-4dc7-a5a6-6e019306bd7f { display:none !important; }}@media (max-width: 767px){#s-08b30da3-63b3-4dc7-a5a6-6e019306bd7f {
  display: none;
}
#s-08b30da3-63b3-4dc7-a5a6-6e019306bd7f, #wrap-s-08b30da3-63b3-4dc7-a5a6-6e019306bd7f { display:none !important; }}


#s-08b30da3-63b3-4dc7-a5a6-6e019306bd7f.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}

#s-201ad073-b664-4094-9109-c82d905f07d8 {
  text-align: center;
}




  #s-201ad073-b664-4094-9109-c82d905f07d8 img.shogun-image {
    
    width: px;
  }


#s-201ad073-b664-4094-9109-c82d905f07d8 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-1be3921d-cf26-47a7-bdb5-d0a86fb608fe"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1be3921d-cf26-47a7-bdb5-d0a86fb608fe"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-1be3921d-cf26-47a7-bdb5-d0a86fb608fe"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-1be3921d-cf26-47a7-bdb5-d0a86fb608fe"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-1be3921d-cf26-47a7-bdb5-d0a86fb608fe"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-1be3921d-cf26-47a7-bdb5-d0a86fb608fe"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-1be3921d-cf26-47a7-bdb5-d0a86fb608fe"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-1be3921d-cf26-47a7-bdb5-d0a86fb608fe"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-1be3921d-cf26-47a7-bdb5-d0a86fb608fe"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-1be3921d-cf26-47a7-bdb5-d0a86fb608fe"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-1be3921d-cf26-47a7-bdb5-d0a86fb608fe"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-1be3921d-cf26-47a7-bdb5-d0a86fb608fe"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-1be3921d-cf26-47a7-bdb5-d0a86fb608fe"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-1be3921d-cf26-47a7-bdb5-d0a86fb608fe"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-1be3921d-cf26-47a7-bdb5-d0a86fb608fe"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-1be3921d-cf26-47a7-bdb5-d0a86fb608fe"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-1be3921d-cf26-47a7-bdb5-d0a86fb608fe"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-1be3921d-cf26-47a7-bdb5-d0a86fb608fe"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-1be3921d-cf26-47a7-bdb5-d0a86fb608fe"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-1be3921d-cf26-47a7-bdb5-d0a86fb608fe"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-1be3921d-cf26-47a7-bdb5-d0a86fb608fe"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-1be3921d-cf26-47a7-bdb5-d0a86fb608fe"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-1be3921d-cf26-47a7-bdb5-d0a86fb608fe"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-1be3921d-cf26-47a7-bdb5-d0a86fb608fe"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-1be3921d-cf26-47a7-bdb5-d0a86fb608fe"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-1be3921d-cf26-47a7-bdb5-d0a86fb608fe"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-1be3921d-cf26-47a7-bdb5-d0a86fb608fe"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-1be3921d-cf26-47a7-bdb5-d0a86fb608fe"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-1be3921d-cf26-47a7-bdb5-d0a86fb608fe"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-1be3921d-cf26-47a7-bdb5-d0a86fb608fe"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-1be3921d-cf26-47a7-bdb5-d0a86fb608fe"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-1be3921d-cf26-47a7-bdb5-d0a86fb608fe"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-1be3921d-cf26-47a7-bdb5-d0a86fb608fe"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-1be3921d-cf26-47a7-bdb5-d0a86fb608fe"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-1be3921d-cf26-47a7-bdb5-d0a86fb608fe"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-1be3921d-cf26-47a7-bdb5-d0a86fb608fe"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-1be3921d-cf26-47a7-bdb5-d0a86fb608fe"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-767a1b1f-0b8b-4cfa-8e75-b5113d5aa570 {
  padding-left: 200px;
}

#s-eafe65ea-6c94-48fc-84cc-a974365af7f2 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzA1NjYwYTktZjgxOC00YmNmLTg0NTctZTI3NGE0NjA4MDVjIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojMDBjMWZmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojNTc5MGYyO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNjMDU2NjBhOS1mODE4LTRiY2YtODQ1Ny1lMjc0YTQ2MDgwNWMpIi8+PC9zdmc+);
background-repeat: no-repeat;
margin-left: 200px;
padding-top: 10px;
padding-left: 35px;
padding-bottom: 10px;
padding-right: 35px;
border-radius: 2px;
text-align: left;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#00c1ff"}, {"id"=>2, "pos"=>1, "color"=>"#5790f2"}];
}
#s-eafe65ea-6c94-48fc-84cc-a974365af7f2:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-eafe65ea-6c94-48fc-84cc-a974365af7f2:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-eafe65ea-6c94-48fc-84cc-a974365af7f2.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}

#s-01a51676-4476-4248-a5a5-95308ff70ef6 {
  text-align: center;
}




  #s-01a51676-4476-4248-a5a5-95308ff70ef6 img.shogun-image {
    
    width: px;
  }


#s-01a51676-4476-4248-a5a5-95308ff70ef6 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-6ac752c0-64c3-4d7b-8c87-d08ac98d3615"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6ac752c0-64c3-4d7b-8c87-d08ac98d3615"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-6ac752c0-64c3-4d7b-8c87-d08ac98d3615"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-6ac752c0-64c3-4d7b-8c87-d08ac98d3615"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-6ac752c0-64c3-4d7b-8c87-d08ac98d3615"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-6ac752c0-64c3-4d7b-8c87-d08ac98d3615"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-6ac752c0-64c3-4d7b-8c87-d08ac98d3615"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-6ac752c0-64c3-4d7b-8c87-d08ac98d3615"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-6ac752c0-64c3-4d7b-8c87-d08ac98d3615"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-6ac752c0-64c3-4d7b-8c87-d08ac98d3615"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-6ac752c0-64c3-4d7b-8c87-d08ac98d3615"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-6ac752c0-64c3-4d7b-8c87-d08ac98d3615"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-6ac752c0-64c3-4d7b-8c87-d08ac98d3615"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-6ac752c0-64c3-4d7b-8c87-d08ac98d3615"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-6ac752c0-64c3-4d7b-8c87-d08ac98d3615"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-6ac752c0-64c3-4d7b-8c87-d08ac98d3615"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-6ac752c0-64c3-4d7b-8c87-d08ac98d3615"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-6ac752c0-64c3-4d7b-8c87-d08ac98d3615"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-6ac752c0-64c3-4d7b-8c87-d08ac98d3615"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-6ac752c0-64c3-4d7b-8c87-d08ac98d3615"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-6ac752c0-64c3-4d7b-8c87-d08ac98d3615"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-6ac752c0-64c3-4d7b-8c87-d08ac98d3615"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-6ac752c0-64c3-4d7b-8c87-d08ac98d3615"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-6ac752c0-64c3-4d7b-8c87-d08ac98d3615"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-6ac752c0-64c3-4d7b-8c87-d08ac98d3615"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-6ac752c0-64c3-4d7b-8c87-d08ac98d3615"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-6ac752c0-64c3-4d7b-8c87-d08ac98d3615"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-6ac752c0-64c3-4d7b-8c87-d08ac98d3615"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-6ac752c0-64c3-4d7b-8c87-d08ac98d3615"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-6ac752c0-64c3-4d7b-8c87-d08ac98d3615"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-6ac752c0-64c3-4d7b-8c87-d08ac98d3615"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-6ac752c0-64c3-4d7b-8c87-d08ac98d3615"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-6ac752c0-64c3-4d7b-8c87-d08ac98d3615"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-6ac752c0-64c3-4d7b-8c87-d08ac98d3615"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-6ac752c0-64c3-4d7b-8c87-d08ac98d3615"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-6ac752c0-64c3-4d7b-8c87-d08ac98d3615"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-6ac752c0-64c3-4d7b-8c87-d08ac98d3615"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-b73737a5-ae9b-4132-b3b0-5500e88caa4e {
  padding-left: 200px;
}

#s-a48b30a3-02e7-4043-aa03-6691878bd121 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzA1NjYwYTktZjgxOC00YmNmLTg0NTctZTI3NGE0NjA4MDVjIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojMDBjMWZmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojNTc5MGYyO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNjMDU2NjBhOS1mODE4LTRiY2YtODQ1Ny1lMjc0YTQ2MDgwNWMpIi8+PC9zdmc+);
background-repeat: no-repeat;
margin-left: 200px;
padding-top: 10px;
padding-left: 35px;
padding-bottom: 10px;
padding-right: 35px;
border-radius: 2px;
text-align: left;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#00c1ff"}, {"id"=>2, "pos"=>1, "color"=>"#5790f2"}];
}
#s-a48b30a3-02e7-4043-aa03-6691878bd121:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-a48b30a3-02e7-4043-aa03-6691878bd121:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-a48b30a3-02e7-4043-aa03-6691878bd121.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}

#s-4cfd0d8a-3298-4990-8de9-9b9f1ecb4a92 {
  padding-top: 70px;
padding-bottom: 20px;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-4cfd0d8a-3298-4990-8de9-9b9f1ecb4a92 {
  display: none;
}
#s-4cfd0d8a-3298-4990-8de9-9b9f1ecb4a92, #wrap-s-4cfd0d8a-3298-4990-8de9-9b9f1ecb4a92 { display:none !important; }}@media (max-width: 767px){#s-4cfd0d8a-3298-4990-8de9-9b9f1ecb4a92 {
  display: none;
}
#s-4cfd0d8a-3298-4990-8de9-9b9f1ecb4a92, #wrap-s-4cfd0d8a-3298-4990-8de9-9b9f1ecb4a92 { display:none !important; }}







#s-4cfd0d8a-3298-4990-8de9-9b9f1ecb4a92 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4cfd0d8a-3298-4990-8de9-9b9f1ecb4a92.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-0adb703b-1c33-4a66-a987-a184f0c32194"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0adb703b-1c33-4a66-a987-a184f0c32194"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-0adb703b-1c33-4a66-a987-a184f0c32194"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-0adb703b-1c33-4a66-a987-a184f0c32194"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-0adb703b-1c33-4a66-a987-a184f0c32194"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-0adb703b-1c33-4a66-a987-a184f0c32194"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-0adb703b-1c33-4a66-a987-a184f0c32194"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-0adb703b-1c33-4a66-a987-a184f0c32194"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-0adb703b-1c33-4a66-a987-a184f0c32194"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-0adb703b-1c33-4a66-a987-a184f0c32194"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-0adb703b-1c33-4a66-a987-a184f0c32194"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-0adb703b-1c33-4a66-a987-a184f0c32194"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-0adb703b-1c33-4a66-a987-a184f0c32194"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-0adb703b-1c33-4a66-a987-a184f0c32194"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-0adb703b-1c33-4a66-a987-a184f0c32194"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-0adb703b-1c33-4a66-a987-a184f0c32194"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-0adb703b-1c33-4a66-a987-a184f0c32194"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-0adb703b-1c33-4a66-a987-a184f0c32194"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-0adb703b-1c33-4a66-a987-a184f0c32194"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-0adb703b-1c33-4a66-a987-a184f0c32194"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-0adb703b-1c33-4a66-a987-a184f0c32194"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-0adb703b-1c33-4a66-a987-a184f0c32194"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-0adb703b-1c33-4a66-a987-a184f0c32194"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-0adb703b-1c33-4a66-a987-a184f0c32194"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-0adb703b-1c33-4a66-a987-a184f0c32194"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-0adb703b-1c33-4a66-a987-a184f0c32194"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-0adb703b-1c33-4a66-a987-a184f0c32194"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-0adb703b-1c33-4a66-a987-a184f0c32194"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-0adb703b-1c33-4a66-a987-a184f0c32194"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-0adb703b-1c33-4a66-a987-a184f0c32194"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-0adb703b-1c33-4a66-a987-a184f0c32194"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-0adb703b-1c33-4a66-a987-a184f0c32194"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-0adb703b-1c33-4a66-a987-a184f0c32194"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-0adb703b-1c33-4a66-a987-a184f0c32194"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-0adb703b-1c33-4a66-a987-a184f0c32194"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-0adb703b-1c33-4a66-a987-a184f0c32194"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-0adb703b-1c33-4a66-a987-a184f0c32194"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

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

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

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

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

#s-8ddb7ba7-e7e3-4ee4-a20a-fc07a2b4a619 {
  text-align: center;
}




  #s-8ddb7ba7-e7e3-4ee4-a20a-fc07a2b4a619 img.shogun-image {
    
    width: px;
  }


#s-8ddb7ba7-e7e3-4ee4-a20a-fc07a2b4a619 .shogun-image-content {
  
    align-items: center;
  
}

#s-d3a66621-c6ec-409a-acfb-950b00c6b76e {
  padding-top: 20px;
padding-bottom: 20px;
}

#s-5798fbb2-c2f0-4df1-a9bb-7d4dfde0a324 {
  background-image: url(none);
background-repeat: no-repeat;
border-style: solid;
margin-top: 20px;
padding-top: 10px;
padding-left: 35px;
padding-bottom: 10px;
padding-right: 35px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #2C2A34;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
color: rgba(48, 48, 48, 1);
hover-type: color;
}
#s-5798fbb2-c2f0-4df1-a9bb-7d4dfde0a324:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: #2C2A34 !important;
background-color: rgba(48, 48, 48, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
hover-type: color !important;}#s-5798fbb2-c2f0-4df1-a9bb-7d4dfde0a324:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-5798fbb2-c2f0-4df1-a9bb-7d4dfde0a324-btn-wrapper {
    text-align: left;
  }


#s-5798fbb2-c2f0-4df1-a9bb-7d4dfde0a324.shg-btn {
  color: rgba(48, 48, 48, 1);
  font-size: 20px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}

#s-0ce44b7a-d35e-425b-9cf7-4ae976ec501a {
  margin-top: -20px;
min-height: 50px;
}
@media (min-width: 1200px){#s-0ce44b7a-d35e-425b-9cf7-4ae976ec501a {
  display: none;
}
#s-0ce44b7a-d35e-425b-9cf7-4ae976ec501a, #wrap-s-0ce44b7a-d35e-425b-9cf7-4ae976ec501a { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0ce44b7a-d35e-425b-9cf7-4ae976ec501a {
  display: none;
}
#s-0ce44b7a-d35e-425b-9cf7-4ae976ec501a, #wrap-s-0ce44b7a-d35e-425b-9cf7-4ae976ec501a { display:none !important; }}







#s-0ce44b7a-d35e-425b-9cf7-4ae976ec501a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0ce44b7a-d35e-425b-9cf7-4ae976ec501a.shg-box.shg-c {
  justify-content: center;
}

#s-dd770e39-c3c9-4b38-a2e4-130de8c8fdd3 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-9e65b586-3325-4511-ae69-a04cfec12b76 {
  text-align: center;
}




  #s-9e65b586-3325-4511-ae69-a04cfec12b76 img.shogun-image {
    
    width: px;
  }


#s-9e65b586-3325-4511-ae69-a04cfec12b76 .shogun-image-content {
  
    align-items: center;
  
}

#s-8b918436-3f61-4a7e-b67e-2451a6c114d2 {
  text-align: center;
}




  #s-8b918436-3f61-4a7e-b67e-2451a6c114d2 img.shogun-image {
    
    width: px;
  }


#s-8b918436-3f61-4a7e-b67e-2451a6c114d2 .shogun-image-content {
  
    align-items: center;
  
}

#s-a2b6481e-9133-4ede-bf5d-a18a63313828 {
  text-align: center;
}




  #s-a2b6481e-9133-4ede-bf5d-a18a63313828 img.shogun-image {
    
    width: px;
  }


#s-a2b6481e-9133-4ede-bf5d-a18a63313828 .shogun-image-content {
  
    align-items: center;
  
}

#s-cab0e8b2-0d0d-44e0-81c5-cbffb4155395 {
  text-align: center;
}




  #s-cab0e8b2-0d0d-44e0-81c5-cbffb4155395 img.shogun-image {
    
    width: px;
  }


#s-cab0e8b2-0d0d-44e0-81c5-cbffb4155395 .shogun-image-content {
  
    align-items: center;
  
}

#s-64b81c34-1b67-4ae3-8f3b-e8c23eb60fd3 {
  text-align: center;
}




  #s-64b81c34-1b67-4ae3-8f3b-e8c23eb60fd3 img.shogun-image {
    
    width: px;
  }


#s-64b81c34-1b67-4ae3-8f3b-e8c23eb60fd3 .shogun-image-content {
  
    align-items: center;
  
}

#s-8f0fe50f-169f-48c6-803d-8f81f175ac1b {
  padding-top: 10px;
padding-left: 30px;
padding-right: 30px;
}

#s-c11dea1f-0d17-4975-bd9c-8fa9253d667d {
  background-image: url(none);
background-repeat: no-repeat;
border-style: solid;
margin-bottom: 20px;
padding-top: 5px;
padding-left: 30px;
padding-bottom: 5px;
padding-right: 30px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(48, 48, 48, 1);
border-radius: 0px;
background-color: rgba(48, 48, 48, 1);
text-align: center;
text-decoration: none;
color: rgba(255, 255, 255, 1);
hover-type: color;
}
#s-c11dea1f-0d17-4975-bd9c-8fa9253d667d:hover {background-color: #424242 !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;}#s-c11dea1f-0d17-4975-bd9c-8fa9253d667d:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-c11dea1f-0d17-4975-bd9c-8fa9253d667d.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 300;
  
  font-family: Roboto;
  display:  inline-block ;
}

#s-781e3cae-cebb-43a1-8dfb-ce7a62073941 {
  padding-top: 20px;
}

#s-beb8c5b8-9d07-4290-8eca-66cc48becb10 {
  padding-left: 5px;
padding-right: 5px;
min-height: 50px;
}
@media (min-width: 1200px){#s-beb8c5b8-9d07-4290-8eca-66cc48becb10 {
  display: none;
}
#s-beb8c5b8-9d07-4290-8eca-66cc48becb10, #wrap-s-beb8c5b8-9d07-4290-8eca-66cc48becb10 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-beb8c5b8-9d07-4290-8eca-66cc48becb10 {
  display: none;
}
#s-beb8c5b8-9d07-4290-8eca-66cc48becb10, #wrap-s-beb8c5b8-9d07-4290-8eca-66cc48becb10 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-beb8c5b8-9d07-4290-8eca-66cc48becb10 {
  
}
}







#s-beb8c5b8-9d07-4290-8eca-66cc48becb10 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-beb8c5b8-9d07-4290-8eca-66cc48becb10.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-cc92a8b1-46e2-45f9-b357-b60db47f7b8b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-cc92a8b1-46e2-45f9-b357-b60db47f7b8b"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-cc92a8b1-46e2-45f9-b357-b60db47f7b8b"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-cc92a8b1-46e2-45f9-b357-b60db47f7b8b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-cc92a8b1-46e2-45f9-b357-b60db47f7b8b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-cc92a8b1-46e2-45f9-b357-b60db47f7b8b"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-cc92a8b1-46e2-45f9-b357-b60db47f7b8b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-cc92a8b1-46e2-45f9-b357-b60db47f7b8b"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-cc92a8b1-46e2-45f9-b357-b60db47f7b8b"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-cc92a8b1-46e2-45f9-b357-b60db47f7b8b"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-cc92a8b1-46e2-45f9-b357-b60db47f7b8b"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-cc92a8b1-46e2-45f9-b357-b60db47f7b8b"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-cc92a8b1-46e2-45f9-b357-b60db47f7b8b"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-cc92a8b1-46e2-45f9-b357-b60db47f7b8b"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-cc92a8b1-46e2-45f9-b357-b60db47f7b8b"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-cc92a8b1-46e2-45f9-b357-b60db47f7b8b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-cc92a8b1-46e2-45f9-b357-b60db47f7b8b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-cc92a8b1-46e2-45f9-b357-b60db47f7b8b"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-cc92a8b1-46e2-45f9-b357-b60db47f7b8b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-cc92a8b1-46e2-45f9-b357-b60db47f7b8b"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-cc92a8b1-46e2-45f9-b357-b60db47f7b8b"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-cc92a8b1-46e2-45f9-b357-b60db47f7b8b"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-cc92a8b1-46e2-45f9-b357-b60db47f7b8b"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-cc92a8b1-46e2-45f9-b357-b60db47f7b8b"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-cc92a8b1-46e2-45f9-b357-b60db47f7b8b"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-cc92a8b1-46e2-45f9-b357-b60db47f7b8b"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-cc92a8b1-46e2-45f9-b357-b60db47f7b8b"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-cc92a8b1-46e2-45f9-b357-b60db47f7b8b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-cc92a8b1-46e2-45f9-b357-b60db47f7b8b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-cc92a8b1-46e2-45f9-b357-b60db47f7b8b"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-cc92a8b1-46e2-45f9-b357-b60db47f7b8b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-cc92a8b1-46e2-45f9-b357-b60db47f7b8b"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-cc92a8b1-46e2-45f9-b357-b60db47f7b8b"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-cc92a8b1-46e2-45f9-b357-b60db47f7b8b"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-cc92a8b1-46e2-45f9-b357-b60db47f7b8b"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-cc92a8b1-46e2-45f9-b357-b60db47f7b8b"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-cc92a8b1-46e2-45f9-b357-b60db47f7b8b"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 2.5px);
}

}

#s-d98177a8-a6a9-4249-a52b-806ef54b86dd {
  padding-left: 60px;
padding-right: 60px;
text-align: center;
}




  #s-d98177a8-a6a9-4249-a52b-806ef54b86dd img.shogun-image {
    
    width: px;
  }


#s-d98177a8-a6a9-4249-a52b-806ef54b86dd .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-7e5512ea-fb0f-4dd5-a69c-455ce3c6d835 {
  padding-top: 20px;
padding-left: 60px;
padding-right: 60px;
text-align: center;
}




  #s-7e5512ea-fb0f-4dd5-a69c-455ce3c6d835 img.shogun-image {
    
    width: px;
  }


#s-7e5512ea-fb0f-4dd5-a69c-455ce3c6d835 .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-00e4592b-2a78-408e-9a3e-e81fd869c003 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-00e4592b-2a78-408e-9a3e-e81fd869c003 {
  display: none;
}
#s-00e4592b-2a78-408e-9a3e-e81fd869c003, #wrap-s-00e4592b-2a78-408e-9a3e-e81fd869c003 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-00e4592b-2a78-408e-9a3e-e81fd869c003 {
  display: none;
}
#s-00e4592b-2a78-408e-9a3e-e81fd869c003, #wrap-s-00e4592b-2a78-408e-9a3e-e81fd869c003 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-00e4592b-2a78-408e-9a3e-e81fd869c003 {
  
}
}







#s-00e4592b-2a78-408e-9a3e-e81fd869c003 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-00e4592b-2a78-408e-9a3e-e81fd869c003.shg-box.shg-c {
  justify-content: center;
}

#s-2548a005-1af6-4bc3-8591-90d7ba3341cd {
  background-image: url(none);
background-repeat: no-repeat;
border-style: solid;
margin-top: 20px;
margin-bottom: 45px;
padding-top: 5px;
padding-left: 30px;
padding-bottom: 5px;
padding-right: 30px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(48, 48, 48, 1);
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
color: rgba(48, 48, 48, 1);
hover-type: color;
}
#s-2548a005-1af6-4bc3-8591-90d7ba3341cd:hover {background-color: #424242 !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;}#s-2548a005-1af6-4bc3-8591-90d7ba3341cd:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-2548a005-1af6-4bc3-8591-90d7ba3341cd.shg-btn {
  color: rgba(48, 48, 48, 1);
  font-size: 14px;
  font-weight: 300;
  
  font-family: Roboto;
  display:  inline-block ;
}

#s-b2e41f4e-f632-4921-8226-d545032e41ac {
  background-repeat: no-repeat;
background-size: cover;
min-height: 50px;
background-position: center center;
}
@media (min-width: 1200px){#s-b2e41f4e-f632-4921-8226-d545032e41ac {
  display: none;
}
#s-b2e41f4e-f632-4921-8226-d545032e41ac, #wrap-s-b2e41f4e-f632-4921-8226-d545032e41ac { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b2e41f4e-f632-4921-8226-d545032e41ac {
  display: none;
}
#s-b2e41f4e-f632-4921-8226-d545032e41ac, #wrap-s-b2e41f4e-f632-4921-8226-d545032e41ac { display:none !important; }}







#s-b2e41f4e-f632-4921-8226-d545032e41ac > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b2e41f4e-f632-4921-8226-d545032e41ac.shg-box.shg-c {
  justify-content: center;
}

#s-cf61a1c8-80e0-496f-b6f3-d2165fa06302 {
  padding-top: 40px;
}

#s-969f50d2-e023-4cd6-b7b6-e8db92434c0c {
  margin-left: 10px;
margin-right: 10px;
}

@media (min-width: 0px) {
[id="s-969f50d2-e023-4cd6-b7b6-e8db92434c0c"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-969f50d2-e023-4cd6-b7b6-e8db92434c0c"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-969f50d2-e023-4cd6-b7b6-e8db92434c0c"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-969f50d2-e023-4cd6-b7b6-e8db92434c0c"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-969f50d2-e023-4cd6-b7b6-e8db92434c0c"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-969f50d2-e023-4cd6-b7b6-e8db92434c0c"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-969f50d2-e023-4cd6-b7b6-e8db92434c0c"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-969f50d2-e023-4cd6-b7b6-e8db92434c0c"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-969f50d2-e023-4cd6-b7b6-e8db92434c0c"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-969f50d2-e023-4cd6-b7b6-e8db92434c0c"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-969f50d2-e023-4cd6-b7b6-e8db92434c0c"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-969f50d2-e023-4cd6-b7b6-e8db92434c0c"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-969f50d2-e023-4cd6-b7b6-e8db92434c0c"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-969f50d2-e023-4cd6-b7b6-e8db92434c0c"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-969f50d2-e023-4cd6-b7b6-e8db92434c0c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-969f50d2-e023-4cd6-b7b6-e8db92434c0c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-969f50d2-e023-4cd6-b7b6-e8db92434c0c"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-969f50d2-e023-4cd6-b7b6-e8db92434c0c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-969f50d2-e023-4cd6-b7b6-e8db92434c0c"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-969f50d2-e023-4cd6-b7b6-e8db92434c0c"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-969f50d2-e023-4cd6-b7b6-e8db92434c0c"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-969f50d2-e023-4cd6-b7b6-e8db92434c0c"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-969f50d2-e023-4cd6-b7b6-e8db92434c0c"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-969f50d2-e023-4cd6-b7b6-e8db92434c0c"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-969f50d2-e023-4cd6-b7b6-e8db92434c0c"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-969f50d2-e023-4cd6-b7b6-e8db92434c0c"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-969f50d2-e023-4cd6-b7b6-e8db92434c0c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-969f50d2-e023-4cd6-b7b6-e8db92434c0c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-969f50d2-e023-4cd6-b7b6-e8db92434c0c"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-969f50d2-e023-4cd6-b7b6-e8db92434c0c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-969f50d2-e023-4cd6-b7b6-e8db92434c0c"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-969f50d2-e023-4cd6-b7b6-e8db92434c0c"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-969f50d2-e023-4cd6-b7b6-e8db92434c0c"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-969f50d2-e023-4cd6-b7b6-e8db92434c0c"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-969f50d2-e023-4cd6-b7b6-e8db92434c0c"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-969f50d2-e023-4cd6-b7b6-e8db92434c0c"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-969f50d2-e023-4cd6-b7b6-e8db92434c0c"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-969f50d2-e023-4cd6-b7b6-e8db92434c0c"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-969f50d2-e023-4cd6-b7b6-e8db92434c0c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-969f50d2-e023-4cd6-b7b6-e8db92434c0c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-969f50d2-e023-4cd6-b7b6-e8db92434c0c"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-969f50d2-e023-4cd6-b7b6-e8db92434c0c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-969f50d2-e023-4cd6-b7b6-e8db92434c0c"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-969f50d2-e023-4cd6-b7b6-e8db92434c0c"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-969f50d2-e023-4cd6-b7b6-e8db92434c0c"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-969f50d2-e023-4cd6-b7b6-e8db92434c0c"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-969f50d2-e023-4cd6-b7b6-e8db92434c0c"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-969f50d2-e023-4cd6-b7b6-e8db92434c0c"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 5.0px);
}

}

#s-e6013d05-6521-42ea-8e95-3a6fba75d925 {
  text-align: center;
}




  #s-e6013d05-6521-42ea-8e95-3a6fba75d925 img.shogun-image {
    
    width: px;
  }


#s-e6013d05-6521-42ea-8e95-3a6fba75d925 .shogun-image-content {
  
    align-items: center;
  
}

#s-70aff590-aa45-488e-96fe-834692a24e72 {
  margin-top: -15px;
padding-left: 10px;
padding-right: 10px;
}

#s-2abf3e30-73f0-45f6-878c-5811444c6b71 {
  text-align: center;
}




  #s-2abf3e30-73f0-45f6-878c-5811444c6b71 img.shogun-image {
    
    width: px;
  }


#s-2abf3e30-73f0-45f6-878c-5811444c6b71 .shogun-image-content {
  
    align-items: center;
  
}

#s-96a5187f-5940-44a5-807b-9a206a9571dd {
  margin-top: -15px;
padding-left: 10px;
padding-right: 10px;
}

#s-f336eef2-1eb4-443d-932e-2f931510354a {
  margin-left: 10px;
margin-right: 10px;
}

@media (min-width: 0px) {
[id="s-f336eef2-1eb4-443d-932e-2f931510354a"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-f336eef2-1eb4-443d-932e-2f931510354a"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-f336eef2-1eb4-443d-932e-2f931510354a"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-f336eef2-1eb4-443d-932e-2f931510354a"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-f336eef2-1eb4-443d-932e-2f931510354a"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-f336eef2-1eb4-443d-932e-2f931510354a"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-f336eef2-1eb4-443d-932e-2f931510354a"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-f336eef2-1eb4-443d-932e-2f931510354a"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-f336eef2-1eb4-443d-932e-2f931510354a"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-f336eef2-1eb4-443d-932e-2f931510354a"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-f336eef2-1eb4-443d-932e-2f931510354a"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-f336eef2-1eb4-443d-932e-2f931510354a"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-f336eef2-1eb4-443d-932e-2f931510354a"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-f336eef2-1eb4-443d-932e-2f931510354a"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-f336eef2-1eb4-443d-932e-2f931510354a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-f336eef2-1eb4-443d-932e-2f931510354a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-f336eef2-1eb4-443d-932e-2f931510354a"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-f336eef2-1eb4-443d-932e-2f931510354a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-f336eef2-1eb4-443d-932e-2f931510354a"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-f336eef2-1eb4-443d-932e-2f931510354a"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-f336eef2-1eb4-443d-932e-2f931510354a"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-f336eef2-1eb4-443d-932e-2f931510354a"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-f336eef2-1eb4-443d-932e-2f931510354a"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-f336eef2-1eb4-443d-932e-2f931510354a"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-f336eef2-1eb4-443d-932e-2f931510354a"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-f336eef2-1eb4-443d-932e-2f931510354a"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-f336eef2-1eb4-443d-932e-2f931510354a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-f336eef2-1eb4-443d-932e-2f931510354a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-f336eef2-1eb4-443d-932e-2f931510354a"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-f336eef2-1eb4-443d-932e-2f931510354a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-f336eef2-1eb4-443d-932e-2f931510354a"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-f336eef2-1eb4-443d-932e-2f931510354a"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-f336eef2-1eb4-443d-932e-2f931510354a"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-f336eef2-1eb4-443d-932e-2f931510354a"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-f336eef2-1eb4-443d-932e-2f931510354a"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-f336eef2-1eb4-443d-932e-2f931510354a"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-f336eef2-1eb4-443d-932e-2f931510354a"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-f336eef2-1eb4-443d-932e-2f931510354a"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-f336eef2-1eb4-443d-932e-2f931510354a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-f336eef2-1eb4-443d-932e-2f931510354a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-f336eef2-1eb4-443d-932e-2f931510354a"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-f336eef2-1eb4-443d-932e-2f931510354a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-f336eef2-1eb4-443d-932e-2f931510354a"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-f336eef2-1eb4-443d-932e-2f931510354a"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-f336eef2-1eb4-443d-932e-2f931510354a"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-f336eef2-1eb4-443d-932e-2f931510354a"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-f336eef2-1eb4-443d-932e-2f931510354a"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-f336eef2-1eb4-443d-932e-2f931510354a"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 5.0px);
}

}

#s-f3ace195-799c-423f-8880-0dd3ecf4ee88 {
  text-align: center;
}




  #s-f3ace195-799c-423f-8880-0dd3ecf4ee88 img.shogun-image {
    
    width: px;
  }


#s-f3ace195-799c-423f-8880-0dd3ecf4ee88 .shogun-image-content {
  
    align-items: center;
  
}

#s-2c1cfcc4-5ef5-4aa9-80bf-affd82602fae {
  margin-top: -15px;
padding-left: 10px;
padding-right: 10px;
}

#s-59f20d8a-7984-4a21-8a3f-aadda9ebd0f8 {
  text-align: center;
}




  #s-59f20d8a-7984-4a21-8a3f-aadda9ebd0f8 img.shogun-image {
    
    width: px;
  }


#s-59f20d8a-7984-4a21-8a3f-aadda9ebd0f8 .shogun-image-content {
  
    align-items: center;
  
}

#s-df3aa95a-f709-48d8-84ed-aec252cc7c0f {
  margin-top: -15px;
padding-left: 10px;
padding-bottom: 40px;
padding-right: 10px;
}

#s-92861a20-608c-4996-adfc-cb49b8b7f8c8 {
  margin-bottom: -10px;
padding-top: 40px;
}

@media (min-width: 1200px){#s-f9f43aca-d6df-4d5d-bccc-cebba09b6fb4 {
  display: none;
}
#s-f9f43aca-d6df-4d5d-bccc-cebba09b6fb4, #wrap-s-f9f43aca-d6df-4d5d-bccc-cebba09b6fb4 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f9f43aca-d6df-4d5d-bccc-cebba09b6fb4 {
  display: none;
}
#s-f9f43aca-d6df-4d5d-bccc-cebba09b6fb4, #wrap-s-f9f43aca-d6df-4d5d-bccc-cebba09b6fb4 { display:none !important; }}
#s-be83b3be-11ed-4fc7-8ddb-5502d349340a {
  min-height: 50px;
}
@media (min-width: 1200px){#s-be83b3be-11ed-4fc7-8ddb-5502d349340a {
  display: none;
}
#s-be83b3be-11ed-4fc7-8ddb-5502d349340a, #wrap-s-be83b3be-11ed-4fc7-8ddb-5502d349340a { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-be83b3be-11ed-4fc7-8ddb-5502d349340a {
  display: none;
}
#s-be83b3be-11ed-4fc7-8ddb-5502d349340a, #wrap-s-be83b3be-11ed-4fc7-8ddb-5502d349340a { display:none !important; }}







#s-be83b3be-11ed-4fc7-8ddb-5502d349340a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-be83b3be-11ed-4fc7-8ddb-5502d349340a.shg-box.shg-c {
  justify-content: center;
}

#s-34078a20-e4b2-4094-a4ed-125dbce87788 {
  min-height: 50px;
background-color: rgba(48, 48, 48, 1);
}








#s-34078a20-e4b2-4094-a4ed-125dbce87788 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-34078a20-e4b2-4094-a4ed-125dbce87788.shg-box.shg-c {
  justify-content: center;
}

#s-d525f64f-d9e0-4ce2-b3a9-cef4d2089e8f {
  border-style: solid;
padding-top: 20px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(48, 48, 48, 1);
border-style: solid;
}

#s-a00ae948-3832-4b66-a7d1-d380441fd771 {
  text-align: center;
}




  #s-a00ae948-3832-4b66-a7d1-d380441fd771 img.shogun-image {
    
    width: px;
  }


#s-a00ae948-3832-4b66-a7d1-d380441fd771 .shogun-image-content {
  
    align-items: center;
  
}

#s-d8a88ed3-23bb-460c-a3f6-bc1c6b24ceb5 {
  text-align: center;
}




  #s-d8a88ed3-23bb-460c-a3f6-bc1c6b24ceb5 img.shogun-image {
    
    width: px;
  }


#s-d8a88ed3-23bb-460c-a3f6-bc1c6b24ceb5 .shogun-image-content {
  
    align-items: center;
  
}

#s-cd80edc2-4b4a-4e87-978f-9468e34bbed8 {
  text-align: center;
}




  #s-cd80edc2-4b4a-4e87-978f-9468e34bbed8 img.shogun-image {
    
    width: px;
  }


#s-cd80edc2-4b4a-4e87-978f-9468e34bbed8 .shogun-image-content {
  
    align-items: center;
  
}

#s-0b21e856-1637-4ccb-8c29-80e8aae9c4ce {
  text-align: center;
}




  #s-0b21e856-1637-4ccb-8c29-80e8aae9c4ce img.shogun-image {
    
    width: px;
  }


#s-0b21e856-1637-4ccb-8c29-80e8aae9c4ce .shogun-image-content {
  
    align-items: center;
  
}

#s-b6ef6fea-a471-4882-bf66-e3920a17a04d {
  min-height: 50px;
}
@media (min-width: 1200px){#s-b6ef6fea-a471-4882-bf66-e3920a17a04d {
  display: none;
}
#s-b6ef6fea-a471-4882-bf66-e3920a17a04d, #wrap-s-b6ef6fea-a471-4882-bf66-e3920a17a04d { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b6ef6fea-a471-4882-bf66-e3920a17a04d {
  display: none;
}
#s-b6ef6fea-a471-4882-bf66-e3920a17a04d, #wrap-s-b6ef6fea-a471-4882-bf66-e3920a17a04d { display:none !important; }}







#s-b6ef6fea-a471-4882-bf66-e3920a17a04d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b6ef6fea-a471-4882-bf66-e3920a17a04d.shg-box.shg-c {
  justify-content: center;
}

#s-6bd57990-3813-44c7-b9c7-1928368bffe2 {
  padding-top: 40px;
}

#s-a2a6e184-78df-4176-addc-ba9023ce227b {
  padding-left: 10px;
padding-right: 10px;
}

#s-60f0f454-442d-4f89-bf7f-47c9208bc529 {
  background-image: url(none);
background-repeat: no-repeat;
border-style: solid;
padding-top: 5px;
padding-left: 30px;
padding-bottom: 5px;
padding-right: 30px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(48, 48, 48, 1);
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
color: rgba(48, 48, 48, 1);
hover-type: color;
}
#s-60f0f454-442d-4f89-bf7f-47c9208bc529:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(48, 48, 48, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
hover-type: color !important;}#s-60f0f454-442d-4f89-bf7f-47c9208bc529:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-60f0f454-442d-4f89-bf7f-47c9208bc529.shg-btn {
  color: rgba(48, 48, 48, 1);
  font-size: 14px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}

#s-4f62fe16-3375-44ff-b20f-54d4d3990e69 {
  padding-top: 10px;
}

#s-542b7d03-2c6a-4df3-a1cb-c3cad3757818 {
  padding-top: 40px;
text-align: center;
}




  #s-542b7d03-2c6a-4df3-a1cb-c3cad3757818 img.shogun-image {
    
    width: px;
  }


#s-542b7d03-2c6a-4df3-a1cb-c3cad3757818 .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-5d7ae176-73d6-4ee8-b95d-cb80f2d17040 {
  background-image: url(none);
background-repeat: no-repeat;
border-style: solid;
margin-left: 20px;
margin-bottom: 20px;
padding-top: 5px;
padding-left: 30px;
padding-bottom: 5px;
padding-right: 30px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-radius: 0px;
background-color: rgba(255, 255, 255, 0.01);
text-align: left;
text-decoration: none;
color: rgba(255, 255, 255, 1);
hover-type: color;
}
#s-5d7ae176-73d6-4ee8-b95d-cb80f2d17040:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
border-style: solid !important;
border-color: rgba(48, 48, 48, 1) !important;
background-color: rgba(48, 48, 48, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
hover-type: color !important;}#s-5d7ae176-73d6-4ee8-b95d-cb80f2d17040:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-5d7ae176-73d6-4ee8-b95d-cb80f2d17040-btn-wrapper {
    text-align: left;
  }


#s-5d7ae176-73d6-4ee8-b95d-cb80f2d17040.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}

#s-706c41ab-6f45-4129-8fb3-c82f845bb502 {
  padding-top: 20px;
text-align: center;
}




  #s-706c41ab-6f45-4129-8fb3-c82f845bb502 img.shogun-image {
    
    width: px;
  }


#s-706c41ab-6f45-4129-8fb3-c82f845bb502 .shogun-image-content {
  
    align-items: center;
  
}

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