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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  to {
    opacity: 1;
  }
}

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

  to {
    opacity: 1;
  }
}

@media (min-width: 768px) and (max-width: 991px){#s-e8636955-aacd-4c48-bd7a-15f5bd658f5a {
  display: none;
}
#s-e8636955-aacd-4c48-bd7a-15f5bd658f5a, #wrap-s-e8636955-aacd-4c48-bd7a-15f5bd658f5a { display:none !important; }}@media (max-width: 767px){#s-e8636955-aacd-4c48-bd7a-15f5bd658f5a {
  display: none;
}
#s-e8636955-aacd-4c48-bd7a-15f5bd658f5a, #wrap-s-e8636955-aacd-4c48-bd7a-15f5bd658f5a { display:none !important; }}
.shg-box {
  position: relative;
  display: flex;
  width: 100%;
  flex-direction: column;
  /**
   * While `flex: 1` is enough here, we need to supply the rest
   * of the parameters (`1 auto`) to keep compatibility with IE11.
   * Otherwise, IE11 flex would break.
   */
  flex: 1 1 auto;
}

.shg-box > .shg-box-content {
  z-index: 4;
  position: relative;
  /**
   * This is part of an IE11 fallback to avoid flex introducing
   * huge amount of weird space on the bottom on the section element.
   */
  min-height: 1px;
}

.shg-box-vertical-align-wrapper, .shg-box-vertical-center-wrapper {
  display: flex;
  width: 100%;
}

.shg-box-vertical-align-top {
  justify-content: flex-start;
}

.shg-box-vertical-align-center, .shg-box-vertical-center {
  justify-content: center;
}

.shg-box-vertical-align-bottom {
  justify-content: flex-end;
}

.shg-box-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  pointer-events: none;
}

.shg-box-video-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  z-index: -1;
}

#s-9abb36c7-15f0-4a15-8d47-4f7d1f9a9850 {
  background-image: url(https://i.shgcdn.com/188aa0fa-ac30-421a-a6f2-e69b275b8f6e/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
padding-top: 1.5em;
padding-bottom: 0.5em;
background-position: center center;
background-attachment: scroll;
}
@media (min-width: 768px) and (max-width: 991px){#s-9abb36c7-15f0-4a15-8d47-4f7d1f9a9850 {
  
}
}@media (max-width: 767px){#s-9abb36c7-15f0-4a15-8d47-4f7d1f9a9850 {
  display: none;
}
#s-9abb36c7-15f0-4a15-8d47-4f7d1f9a9850, #wrap-s-9abb36c7-15f0-4a15-8d47-4f7d1f9a9850 { display:none !important; }}







#s-9abb36c7-15f0-4a15-8d47-4f7d1f9a9850 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9abb36c7-15f0-4a15-8d47-4f7d1f9a9850 {
  cursor: pointer;
}#s-9abb36c7-15f0-4a15-8d47-4f7d1f9a9850.shg-box.shg-c {
  justify-content: center;
}

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

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

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

#s-24c9bac5-1458-4609-9749-016bf4cf863a {
  margin-left: 1.5em;
margin-right: 1.5em;
}

@media (min-width: 0px) {
[id="s-24c9bac5-1458-4609-9749-016bf4cf863a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-24c9bac5-1458-4609-9749-016bf4cf863a"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-24c9bac5-1458-4609-9749-016bf4cf863a"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-24c9bac5-1458-4609-9749-016bf4cf863a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-24c9bac5-1458-4609-9749-016bf4cf863a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-24c9bac5-1458-4609-9749-016bf4cf863a"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-24c9bac5-1458-4609-9749-016bf4cf863a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-24c9bac5-1458-4609-9749-016bf4cf863a"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-24c9bac5-1458-4609-9749-016bf4cf863a"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-24c9bac5-1458-4609-9749-016bf4cf863a"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-24c9bac5-1458-4609-9749-016bf4cf863a"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-24c9bac5-1458-4609-9749-016bf4cf863a"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-24c9bac5-1458-4609-9749-016bf4cf863a"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-24c9bac5-1458-4609-9749-016bf4cf863a"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-24c9bac5-1458-4609-9749-016bf4cf863a"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-24c9bac5-1458-4609-9749-016bf4cf863a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-24c9bac5-1458-4609-9749-016bf4cf863a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-24c9bac5-1458-4609-9749-016bf4cf863a"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-24c9bac5-1458-4609-9749-016bf4cf863a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-24c9bac5-1458-4609-9749-016bf4cf863a"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-24c9bac5-1458-4609-9749-016bf4cf863a"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-24c9bac5-1458-4609-9749-016bf4cf863a"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-24c9bac5-1458-4609-9749-016bf4cf863a"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-24c9bac5-1458-4609-9749-016bf4cf863a"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-24c9bac5-1458-4609-9749-016bf4cf863a"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-24c9bac5-1458-4609-9749-016bf4cf863a"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-24c9bac5-1458-4609-9749-016bf4cf863a"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-24c9bac5-1458-4609-9749-016bf4cf863a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-24c9bac5-1458-4609-9749-016bf4cf863a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-24c9bac5-1458-4609-9749-016bf4cf863a"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-24c9bac5-1458-4609-9749-016bf4cf863a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-24c9bac5-1458-4609-9749-016bf4cf863a"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-24c9bac5-1458-4609-9749-016bf4cf863a"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-24c9bac5-1458-4609-9749-016bf4cf863a"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-24c9bac5-1458-4609-9749-016bf4cf863a"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-24c9bac5-1458-4609-9749-016bf4cf863a"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-24c9bac5-1458-4609-9749-016bf4cf863a"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-24c9bac5-1458-4609-9749-016bf4cf863a"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-1b995a39-3288-4960-9698-c50a7e023a2e {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
background-color: rgba(250, 240, 2, 0.01);
}








#s-1b995a39-3288-4960-9698-c50a7e023a2e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1b995a39-3288-4960-9698-c50a7e023a2e.shg-box.shg-c {
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-image-content-bottom {
  align-items: flex-end;
}
#s-61ca8cf3-ee0c-44fc-ad45-44b4c9ee5685 {
  padding-bottom: 1em;
text-align: right;
}




  #s-61ca8cf3-ee0c-44fc-ad45-44b4c9ee5685 img.shogun-image {
    
    width: px;
  }


#s-61ca8cf3-ee0c-44fc-ad45-44b4c9ee5685 .shogun-image-content {
  
    align-items: center;
  
}

#s-f9871d72-1379-4fa6-ba6c-866cb9e7f4ca {
  margin-top: 2em;
margin-right: 2em;
text-align: center;
}




  #s-f9871d72-1379-4fa6-ba6c-866cb9e7f4ca img.shogun-image {
    
    width: px;
  }


#s-f9871d72-1379-4fa6-ba6c-866cb9e7f4ca .shogun-image-content {
  
    align-items: center;
  
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-f1c0b1df-63ae-4740-8d22-c9e8b5907fbb {
  margin-top: 1.5em;
margin-bottom: 1.5em;
margin-right: 2em;
}

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

.shg-btn {
  cursor: pointer;
  box-sizing: border-box;
}

.shg-btn.shg-btn-stretch {
  display: block;
}

.shg-btn:not(.shg-btn-stretch) {
  display: inline-block;
}

.shg-btn-wrapper.shg-align-left {
  text-align: left;
}

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

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

#s-b73a4392-a24d-413b-aac0-9a76ec1c7df5 {
  background-image: url(none);
background-repeat: no-repeat;
margin-right: 2em;
padding-top: 1em;
padding-left: 1em;
padding-bottom: 1em;
padding-right: 1em;
border-radius: 2px;
background-color: rgba(201, 29, 28, 1);
text-align: center;
text-decoration: none;
line-height: 1em;
hover-type: color;
}
#s-b73a4392-a24d-413b-aac0-9a76ec1c7df5:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(201, 29, 28, 1) !important;
text-decoration: none !important;
hover-type: color !important;}#s-b73a4392-a24d-413b-aac0-9a76ec1c7df5:active {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(201, 29, 28, 1) !important;
text-decoration: none !important;
hover-type: color !important;}

  #s-b73a4392-a24d-413b-aac0-9a76ec1c7df5-btn-wrapper {
    text-align: center;
  }


#s-b73a4392-a24d-413b-aac0-9a76ec1c7df5.shg-btn {
  color: #ffffff;
  font-size: 1.5em;
  font-weight: 700;
  
  font-family: Oswald;
  display:  inline-block ;
}

#s-8b96d2ba-7c30-476c-9710-4398f898bc71 {
  padding-top: 1em;
padding-bottom: 1em;
text-align: right;
}




  #s-8b96d2ba-7c30-476c-9710-4398f898bc71 img.shogun-image {
    
    width: px;
  }


#s-8b96d2ba-7c30-476c-9710-4398f898bc71 .shogun-image-content {
  
    align-items: center;
  
}

#s-63c9dd92-792b-436c-bc03-9d30d121657c {
  background-image: url(https://i.shgcdn.com/c628f217-c6cd-43da-bf14-bd08dc4c9ac1/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
padding-top: 1.5em;
padding-bottom: 0.5em;
background-position: center center;
background-attachment: scroll;
}
@media (min-width: 768px) and (max-width: 991px){#s-63c9dd92-792b-436c-bc03-9d30d121657c {
  
}
}@media (max-width: 767px){#s-63c9dd92-792b-436c-bc03-9d30d121657c {
  display: none;
}
#s-63c9dd92-792b-436c-bc03-9d30d121657c, #wrap-s-63c9dd92-792b-436c-bc03-9d30d121657c { display:none !important; }}







#s-63c9dd92-792b-436c-bc03-9d30d121657c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-63c9dd92-792b-436c-bc03-9d30d121657c {
  cursor: pointer;
}#s-63c9dd92-792b-436c-bc03-9d30d121657c.shg-box.shg-c {
  justify-content: center;
}

#s-2edd0129-6328-443f-acd8-1056ea815cb1 {
  margin-left: 1.5em;
margin-right: 1.5em;
}

@media (min-width: 0px) {
[id="s-2edd0129-6328-443f-acd8-1056ea815cb1"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2edd0129-6328-443f-acd8-1056ea815cb1"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-2edd0129-6328-443f-acd8-1056ea815cb1"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-2edd0129-6328-443f-acd8-1056ea815cb1"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-2edd0129-6328-443f-acd8-1056ea815cb1"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-2edd0129-6328-443f-acd8-1056ea815cb1"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-2edd0129-6328-443f-acd8-1056ea815cb1"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-2edd0129-6328-443f-acd8-1056ea815cb1"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-2edd0129-6328-443f-acd8-1056ea815cb1"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-2edd0129-6328-443f-acd8-1056ea815cb1"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-2edd0129-6328-443f-acd8-1056ea815cb1"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-2edd0129-6328-443f-acd8-1056ea815cb1"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-2edd0129-6328-443f-acd8-1056ea815cb1"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-2edd0129-6328-443f-acd8-1056ea815cb1"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-2edd0129-6328-443f-acd8-1056ea815cb1"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-2edd0129-6328-443f-acd8-1056ea815cb1"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-2edd0129-6328-443f-acd8-1056ea815cb1"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-2edd0129-6328-443f-acd8-1056ea815cb1"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-2edd0129-6328-443f-acd8-1056ea815cb1"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-2edd0129-6328-443f-acd8-1056ea815cb1"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-2edd0129-6328-443f-acd8-1056ea815cb1"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-2edd0129-6328-443f-acd8-1056ea815cb1"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-2edd0129-6328-443f-acd8-1056ea815cb1"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-2edd0129-6328-443f-acd8-1056ea815cb1"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-2edd0129-6328-443f-acd8-1056ea815cb1"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-2edd0129-6328-443f-acd8-1056ea815cb1"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-2edd0129-6328-443f-acd8-1056ea815cb1"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-2edd0129-6328-443f-acd8-1056ea815cb1"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-2edd0129-6328-443f-acd8-1056ea815cb1"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-2edd0129-6328-443f-acd8-1056ea815cb1"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-2edd0129-6328-443f-acd8-1056ea815cb1"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-2edd0129-6328-443f-acd8-1056ea815cb1"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-2edd0129-6328-443f-acd8-1056ea815cb1"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-2edd0129-6328-443f-acd8-1056ea815cb1"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-2edd0129-6328-443f-acd8-1056ea815cb1"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-2edd0129-6328-443f-acd8-1056ea815cb1"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-2edd0129-6328-443f-acd8-1056ea815cb1"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-2edd0129-6328-443f-acd8-1056ea815cb1"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-b24be680-f317-48e8-a6f1-925225063256 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
background-color: rgba(250, 240, 2, 0.01);
}








#s-b24be680-f317-48e8-a6f1-925225063256 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b24be680-f317-48e8-a6f1-925225063256.shg-box.shg-c {
  justify-content: center;
}

#s-900c98d0-cb78-49bc-8420-ee476a2d4ca0 {
  padding-bottom: 1em;
text-align: right;
}




  #s-900c98d0-cb78-49bc-8420-ee476a2d4ca0 img.shogun-image {
    
    width: px;
  }


#s-900c98d0-cb78-49bc-8420-ee476a2d4ca0 .shogun-image-content {
  
    align-items: center;
  
}

#s-d57168f6-fbee-4ba4-bcb1-0870b8e319f6 {
  margin-top: 2em;
margin-right: 2em;
text-align: center;
}




  #s-d57168f6-fbee-4ba4-bcb1-0870b8e319f6 img.shogun-image {
    
    width: px;
  }


#s-d57168f6-fbee-4ba4-bcb1-0870b8e319f6 .shogun-image-content {
  
    align-items: center;
  
}

#s-6ee11d85-7860-425c-83c2-a10cd438965c {
  margin-top: 1.5em;
margin-bottom: 1.5em;
margin-right: 2em;
}

#s-d4ad9f5e-5640-4977-80a0-cad1cb3ac7e6 {
  background-image: url(none);
background-repeat: no-repeat;
margin-right: 2em;
padding-top: 1em;
padding-left: 1em;
padding-bottom: 1em;
padding-right: 1em;
border-radius: 2px;
background-color: rgba(201, 29, 28, 1);
text-align: center;
text-decoration: none;
line-height: 1em;
hover-type: color;
}
#s-d4ad9f5e-5640-4977-80a0-cad1cb3ac7e6:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(201, 29, 28, 1) !important;
text-decoration: none !important;
hover-type: color !important;}#s-d4ad9f5e-5640-4977-80a0-cad1cb3ac7e6:active {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(201, 29, 28, 1) !important;
text-decoration: none !important;
hover-type: color !important;}

  #s-d4ad9f5e-5640-4977-80a0-cad1cb3ac7e6-btn-wrapper {
    text-align: center;
  }


#s-d4ad9f5e-5640-4977-80a0-cad1cb3ac7e6.shg-btn {
  color: #ffffff;
  font-size: 1.5em;
  font-weight: 700;
  
  font-family: Oswald;
  display:  inline-block ;
}

#s-b0f37a31-73ff-420f-b9c8-eaec0d1a53ed {
  padding-top: 1em;
padding-bottom: 1em;
text-align: right;
}




  #s-b0f37a31-73ff-420f-b9c8-eaec0d1a53ed img.shogun-image {
    
    width: px;
  }


#s-b0f37a31-73ff-420f-b9c8-eaec0d1a53ed .shogun-image-content {
  
    align-items: center;
  
}

#s-7f244857-4104-4946-9185-3f93de15d56c {
  margin-left: 3em;
margin-bottom: 2em;
margin-right: 3em;
}
@media (min-width: 768px) and (max-width: 991px){#s-7f244857-4104-4946-9185-3f93de15d56c {
  display: none;
}
#s-7f244857-4104-4946-9185-3f93de15d56c, #wrap-s-7f244857-4104-4946-9185-3f93de15d56c { display:none !important; }}@media (max-width: 767px){#s-7f244857-4104-4946-9185-3f93de15d56c {
  display: none;
}
#s-7f244857-4104-4946-9185-3f93de15d56c, #wrap-s-7f244857-4104-4946-9185-3f93de15d56c { display:none !important; }}
@media (min-width: 0px) {
[id="s-7f244857-4104-4946-9185-3f93de15d56c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7f244857-4104-4946-9185-3f93de15d56c"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 1.0em);
}

[id="s-7f244857-4104-4946-9185-3f93de15d56c"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 1.0em);
}

[id="s-7f244857-4104-4946-9185-3f93de15d56c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 1.0em);
}

[id="s-7f244857-4104-4946-9185-3f93de15d56c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 1.0em);
}

[id="s-7f244857-4104-4946-9185-3f93de15d56c"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 1.0em);
}

[id="s-7f244857-4104-4946-9185-3f93de15d56c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 1.0em);
}

[id="s-7f244857-4104-4946-9185-3f93de15d56c"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 1.0em);
}

[id="s-7f244857-4104-4946-9185-3f93de15d56c"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 1.0em);
}

[id="s-7f244857-4104-4946-9185-3f93de15d56c"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 1.0em);
}

[id="s-7f244857-4104-4946-9185-3f93de15d56c"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 1.0em);
}

[id="s-7f244857-4104-4946-9185-3f93de15d56c"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 1.0em);
}

[id="s-7f244857-4104-4946-9185-3f93de15d56c"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 1.0em);
}

}

@media (min-width: 992px) {
[id="s-7f244857-4104-4946-9185-3f93de15d56c"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 1.0em);
}

[id="s-7f244857-4104-4946-9185-3f93de15d56c"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 1.0em);
}

[id="s-7f244857-4104-4946-9185-3f93de15d56c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 1.0em);
}

[id="s-7f244857-4104-4946-9185-3f93de15d56c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 1.0em);
}

[id="s-7f244857-4104-4946-9185-3f93de15d56c"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 1.0em);
}

[id="s-7f244857-4104-4946-9185-3f93de15d56c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 1.0em);
}

[id="s-7f244857-4104-4946-9185-3f93de15d56c"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 1.0em);
}

[id="s-7f244857-4104-4946-9185-3f93de15d56c"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 1.0em);
}

[id="s-7f244857-4104-4946-9185-3f93de15d56c"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 1.0em);
}

[id="s-7f244857-4104-4946-9185-3f93de15d56c"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 1.0em);
}

[id="s-7f244857-4104-4946-9185-3f93de15d56c"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 1.0em);
}

[id="s-7f244857-4104-4946-9185-3f93de15d56c"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 1.0em);
}

}

@media (min-width: 1200px) {
[id="s-7f244857-4104-4946-9185-3f93de15d56c"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 1.0em);
}

[id="s-7f244857-4104-4946-9185-3f93de15d56c"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 1.0em);
}

[id="s-7f244857-4104-4946-9185-3f93de15d56c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 1.0em);
}

[id="s-7f244857-4104-4946-9185-3f93de15d56c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 1.0em);
}

[id="s-7f244857-4104-4946-9185-3f93de15d56c"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 1.0em);
}

[id="s-7f244857-4104-4946-9185-3f93de15d56c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 1.0em);
}

[id="s-7f244857-4104-4946-9185-3f93de15d56c"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 1.0em);
}

[id="s-7f244857-4104-4946-9185-3f93de15d56c"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 1.0em);
}

[id="s-7f244857-4104-4946-9185-3f93de15d56c"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 1.0em);
}

[id="s-7f244857-4104-4946-9185-3f93de15d56c"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 1.0em);
}

[id="s-7f244857-4104-4946-9185-3f93de15d56c"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 1.0em);
}

[id="s-7f244857-4104-4946-9185-3f93de15d56c"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 1.0em);
}

}

#s-2ff63b98-f211-4d83-96a8-36e980160bd2 {
  border-style: solid;
margin-bottom: 1em;
padding-top: 1em;
padding-left: 1em;
padding-bottom: 1em;
padding-right: 1em;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(40, 231, 222, 1);
border-style: solid;
min-height: 50px;
background-color: rgba(106, 106, 106, 1);
}








#s-2ff63b98-f211-4d83-96a8-36e980160bd2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2ff63b98-f211-4d83-96a8-36e980160bd2.shg-box.shg-c {
  justify-content: center;
}

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

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

#s-7ce12944-83a9-4160-9089-2477bfcead2a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7ce12944-83a9-4160-9089-2477bfcead2a .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: Oswald;
  font-style:   ;
  font-size: 40px;
  line-height: 1em;
  letter-spacing: 0px;
  text-align: center;
}


#s-7ce12944-83a9-4160-9089-2477bfcead2a .shogun-heading-component h1 a {
  color: rgba(255, 255, 255, 1);
}


#s-3fccd106-bbea-43ce-88fb-086ec9a1f109 {
  border-style: solid;
margin-bottom: 1em;
padding-top: 1em;
padding-left: 1em;
padding-bottom: 1em;
padding-right: 1em;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
min-height: 50px;
background-color: rgba(40, 231, 222, 1);
}








#s-3fccd106-bbea-43ce-88fb-086ec9a1f109 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3fccd106-bbea-43ce-88fb-086ec9a1f109.shg-box.shg-c {
  justify-content: center;
}

#s-3c62d3e5-88ba-46d9-8b02-0279c9ffc679 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3c62d3e5-88ba-46d9-8b02-0279c9ffc679 .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: Oswald;
  font-style:   ;
  font-size: 40px;
  line-height: 1em;
  letter-spacing: ;
  text-align: center;
}


#s-3c62d3e5-88ba-46d9-8b02-0279c9ffc679 .shogun-heading-component h1 a {
  color: #000;
}


#s-cbfb1acf-856c-4f9e-9614-1a590a725870 {
  border-style: solid;
margin-bottom: 1em;
padding-top: 1em;
padding-left: 1px;
padding-bottom: 1em;
padding-right: 1px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
min-height: 50px;
background-color: rgba(0, 0, 0, 1);
}








#s-cbfb1acf-856c-4f9e-9614-1a590a725870 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-cbfb1acf-856c-4f9e-9614-1a590a725870.shg-box.shg-c {
  justify-content: center;
}

#s-58710bb5-47ae-42a3-a6a6-973b0fd31e62 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-58710bb5-47ae-42a3-a6a6-973b0fd31e62 .shogun-heading-component h1 {
  color: rgba(40, 231, 222, 1);
  font-weight:  700 ;
  font-family: Oswald;
  font-style:   ;
  font-size: 40px;
  line-height: 1em;
  letter-spacing: ;
  text-align: center;
}



#s-51b6e99f-a8a0-4bbe-82e4-eab3fae32044 {
  background-image: url(https://i.shgcdn.com/777eb4c6-71ea-49bb-8a7c-d9df61ca7c33/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
background-attachment: scroll;
}
@media (min-width: 1200px){#s-51b6e99f-a8a0-4bbe-82e4-eab3fae32044 {
  display: none;
}
#s-51b6e99f-a8a0-4bbe-82e4-eab3fae32044, #wrap-s-51b6e99f-a8a0-4bbe-82e4-eab3fae32044 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-51b6e99f-a8a0-4bbe-82e4-eab3fae32044 {
  display: none;
}
#s-51b6e99f-a8a0-4bbe-82e4-eab3fae32044, #wrap-s-51b6e99f-a8a0-4bbe-82e4-eab3fae32044 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-51b6e99f-a8a0-4bbe-82e4-eab3fae32044 {
  
}
}@media (max-width: 767px){#s-51b6e99f-a8a0-4bbe-82e4-eab3fae32044 {
  
}
}







#s-51b6e99f-a8a0-4bbe-82e4-eab3fae32044 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-51b6e99f-a8a0-4bbe-82e4-eab3fae32044 {
  cursor: pointer;
}#s-51b6e99f-a8a0-4bbe-82e4-eab3fae32044.shg-box.shg-c {
  justify-content: center;
}

#s-cba1626f-ad90-444c-a856-b33c26c9632e {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-b17cad0b-0399-4a27-8c77-5a599ed95b3e {
  text-align: center;
}




  #s-b17cad0b-0399-4a27-8c77-5a599ed95b3e img.shogun-image {
    
    width: px;
  }


#s-b17cad0b-0399-4a27-8c77-5a599ed95b3e .shogun-image-content {
  
    align-items: center;
  
}

#s-4b396415-170c-4ac0-a598-5e672b3cabc6 {
  text-align: center;
}




  #s-4b396415-170c-4ac0-a598-5e672b3cabc6 img.shogun-image {
    
    width: px;
  }


#s-4b396415-170c-4ac0-a598-5e672b3cabc6 .shogun-image-content {
  
    align-items: center;
  
}

#s-325576e4-2c4a-4119-a801-60c64f2382e4 {
  margin-top: 1em;
padding-left: 5%;
padding-right: 5%;
text-align: center;
}




  #s-325576e4-2c4a-4119-a801-60c64f2382e4 img.shogun-image {
    
    width: px;
  }


#s-325576e4-2c4a-4119-a801-60c64f2382e4 .shogun-image-content {
  
    align-items: center;
  
}

#s-49a5728d-6174-4033-8639-7b44d7dca96d {
  margin-top: 1.5em;
margin-left: 5%;
margin-bottom: 1.5em;
margin-right: 5%;
}

#s-c6a4387c-213a-4341-a8c8-fd5c04ac1e3b {
  background-image: url(none);
background-repeat: no-repeat;
margin-left: 2em;
margin-right: 2em;
padding-top: 1em;
padding-left: 1em;
padding-bottom: 1em;
padding-right: 1em;
border-radius: 2px;
background-color: rgba(201, 29, 28, 1);
text-align: center;
text-decoration: none;
line-height: 1em;
hover-type: color;
}
#s-c6a4387c-213a-4341-a8c8-fd5c04ac1e3b:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(201, 29, 28, 1) !important;
text-decoration: none !important;
hover-type: color !important;}#s-c6a4387c-213a-4341-a8c8-fd5c04ac1e3b:active {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(201, 29, 28, 1) !important;
text-decoration: none !important;
hover-type: color !important;}

  #s-c6a4387c-213a-4341-a8c8-fd5c04ac1e3b-btn-wrapper {
    text-align: center;
  }


#s-c6a4387c-213a-4341-a8c8-fd5c04ac1e3b.shg-btn {
  color: #ffffff;
  font-size: 1.2em;
  font-weight: 700;
  
  font-family: Oswald;
  display:  inline-block ;
}

#s-42928f1f-319e-411c-9512-2cc8cb311f49 {
  margin-top: 1em;
margin-left: 2em;
margin-bottom: 1em;
margin-right: 2em;
text-align: right;
}




  #s-42928f1f-319e-411c-9512-2cc8cb311f49 img.shogun-image {
    
    width: px;
  }


#s-42928f1f-319e-411c-9512-2cc8cb311f49 .shogun-image-content {
  
    align-items: center;
  
}

#s-1d438c75-2e11-440b-b0bb-7dd3c2ad43fd {
  margin-top: 0.5em;
margin-left: 2em;
margin-bottom: 0.5em;
margin-right: 2em;
}

@media (min-width: 1200px){#s-b03174e7-a43e-4b69-ba97-8248594e8e47 {
  display: none;
}
#s-b03174e7-a43e-4b69-ba97-8248594e8e47, #wrap-s-b03174e7-a43e-4b69-ba97-8248594e8e47 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b03174e7-a43e-4b69-ba97-8248594e8e47 {
  display: none;
}
#s-b03174e7-a43e-4b69-ba97-8248594e8e47, #wrap-s-b03174e7-a43e-4b69-ba97-8248594e8e47 { display:none !important; }}
@media (min-width: 0px) {
[id="s-b03174e7-a43e-4b69-ba97-8248594e8e47"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b03174e7-a43e-4b69-ba97-8248594e8e47"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-b03174e7-a43e-4b69-ba97-8248594e8e47"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-b03174e7-a43e-4b69-ba97-8248594e8e47"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-b03174e7-a43e-4b69-ba97-8248594e8e47"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-b03174e7-a43e-4b69-ba97-8248594e8e47"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-b03174e7-a43e-4b69-ba97-8248594e8e47"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-b03174e7-a43e-4b69-ba97-8248594e8e47"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-b03174e7-a43e-4b69-ba97-8248594e8e47"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-b03174e7-a43e-4b69-ba97-8248594e8e47"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-b03174e7-a43e-4b69-ba97-8248594e8e47"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-b03174e7-a43e-4b69-ba97-8248594e8e47"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-b03174e7-a43e-4b69-ba97-8248594e8e47"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-b03174e7-a43e-4b69-ba97-8248594e8e47"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-b03174e7-a43e-4b69-ba97-8248594e8e47"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-b03174e7-a43e-4b69-ba97-8248594e8e47"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-b03174e7-a43e-4b69-ba97-8248594e8e47"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-b03174e7-a43e-4b69-ba97-8248594e8e47"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-b03174e7-a43e-4b69-ba97-8248594e8e47"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-b03174e7-a43e-4b69-ba97-8248594e8e47"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-b03174e7-a43e-4b69-ba97-8248594e8e47"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-b03174e7-a43e-4b69-ba97-8248594e8e47"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-b03174e7-a43e-4b69-ba97-8248594e8e47"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-b03174e7-a43e-4b69-ba97-8248594e8e47"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-b03174e7-a43e-4b69-ba97-8248594e8e47"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-b03174e7-a43e-4b69-ba97-8248594e8e47"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-b03174e7-a43e-4b69-ba97-8248594e8e47"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-b03174e7-a43e-4b69-ba97-8248594e8e47"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-b03174e7-a43e-4b69-ba97-8248594e8e47"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-b03174e7-a43e-4b69-ba97-8248594e8e47"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-b03174e7-a43e-4b69-ba97-8248594e8e47"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-b03174e7-a43e-4b69-ba97-8248594e8e47"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-b03174e7-a43e-4b69-ba97-8248594e8e47"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-b03174e7-a43e-4b69-ba97-8248594e8e47"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-b03174e7-a43e-4b69-ba97-8248594e8e47"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-b03174e7-a43e-4b69-ba97-8248594e8e47"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-b03174e7-a43e-4b69-ba97-8248594e8e47"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-b7a4ef2f-e945-4116-a9bd-8d13942e20a2 {
  border-style: solid;
padding-top: 1em;
padding-left: 1em;
padding-bottom: 1em;
padding-right: 1em;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(40, 231, 222, 1);
border-style: solid;
min-height: 50px;
background-color: rgba(106, 106, 106, 1);
}








#s-b7a4ef2f-e945-4116-a9bd-8d13942e20a2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b7a4ef2f-e945-4116-a9bd-8d13942e20a2.shg-box.shg-c {
  justify-content: center;
}

#s-86d467cf-d34a-4f8b-a26a-18219aed57b7 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-86d467cf-d34a-4f8b-a26a-18219aed57b7 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: Oswald;
  font-style:   ;
  font-size: 1.5em;
  line-height: 1em;
  letter-spacing: 0px;
  text-align: center;
}


#s-86d467cf-d34a-4f8b-a26a-18219aed57b7 .shogun-heading-component h1 a {
  color: rgba(255, 255, 255, 1);
}


#s-8dad7cad-7433-41d9-8ab5-3e8fcacf3406 {
  border-style: solid;
padding-top: 1em;
padding-left: 1em;
padding-bottom: 1em;
padding-right: 1em;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
min-height: 50px;
background-color: rgba(40, 231, 222, 1);
}








#s-8dad7cad-7433-41d9-8ab5-3e8fcacf3406 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8dad7cad-7433-41d9-8ab5-3e8fcacf3406.shg-box.shg-c {
  justify-content: center;
}

#s-10c5d3c8-20d6-4907-8e66-85e6caadb190 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-10c5d3c8-20d6-4907-8e66-85e6caadb190 .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: Oswald;
  font-style:   ;
  font-size: 1.5em;
  line-height: 1em;
  letter-spacing: ;
  text-align: center;
}


#s-10c5d3c8-20d6-4907-8e66-85e6caadb190 .shogun-heading-component h1 a {
  color: #000;
}


#s-cb9ebfd8-e43a-4fdb-80bb-215e169c7930 {
  border-style: solid;
padding-top: 1em;
padding-left: 1em;
padding-bottom: 1em;
padding-right: 1em;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
min-height: 50px;
background-color: rgba(0, 0, 0, 1);
}








#s-cb9ebfd8-e43a-4fdb-80bb-215e169c7930 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-cb9ebfd8-e43a-4fdb-80bb-215e169c7930.shg-box.shg-c {
  justify-content: center;
}

#s-34c2f076-4441-459e-94ea-386d53fb2255 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-34c2f076-4441-459e-94ea-386d53fb2255 .shogun-heading-component h1 {
  color: rgba(40, 231, 222, 1);
  font-weight:  700 ;
  font-family: Oswald;
  font-style:   ;
  font-size: 1.5em;
  line-height: 1em;
  letter-spacing: ;
  text-align: center;
}



#s-7074cd38-6e22-44ee-84c1-ab827aff7219 {
  margin-top: 1em;
margin-bottom: 1em;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-7074cd38-6e22-44ee-84c1-ab827aff7219 {
  display: none;
}
#s-7074cd38-6e22-44ee-84c1-ab827aff7219, #wrap-s-7074cd38-6e22-44ee-84c1-ab827aff7219 { display:none !important; }}@media (max-width: 767px){#s-7074cd38-6e22-44ee-84c1-ab827aff7219 {
  display: none;
}
#s-7074cd38-6e22-44ee-84c1-ab827aff7219, #wrap-s-7074cd38-6e22-44ee-84c1-ab827aff7219 { display:none !important; }}







#s-7074cd38-6e22-44ee-84c1-ab827aff7219 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7074cd38-6e22-44ee-84c1-ab827aff7219.shg-box.shg-c {
  justify-content: center;
}

#s-18bdad96-993c-4c9e-b1fd-7a149e621fe0 {
  margin-bottom: 1em;
padding-bottom: 0.5em;
text-align: center;
}

#s-18bdad96-993c-4c9e-b1fd-7a149e621fe0 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: Oswald;
  font-style:  normal ;
  font-size: 48px;
  line-height: 1em;
  letter-spacing: ;
  text-align: center;
}



#s-c4e16f55-5809-43b5-96f3-c2c81cb6cdb5 {
  margin-left: 3em;
margin-right: 3em;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-c4e16f55-5809-43b5-96f3-c2c81cb6cdb5 {
  display: none;
}
#s-c4e16f55-5809-43b5-96f3-c2c81cb6cdb5, #wrap-s-c4e16f55-5809-43b5-96f3-c2c81cb6cdb5 { display:none !important; }}@media (max-width: 767px){#s-c4e16f55-5809-43b5-96f3-c2c81cb6cdb5 {
  display: none;
}
#s-c4e16f55-5809-43b5-96f3-c2c81cb6cdb5, #wrap-s-c4e16f55-5809-43b5-96f3-c2c81cb6cdb5 { display:none !important; }}







#s-c4e16f55-5809-43b5-96f3-c2c81cb6cdb5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c4e16f55-5809-43b5-96f3-c2c81cb6cdb5.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-7896d5d8-5bbb-40ae-b901-c3549f190092"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 0.75em);
}

[id="s-7896d5d8-5bbb-40ae-b901-c3549f190092"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7896d5d8-5bbb-40ae-b901-c3549f190092"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 1.125em);
}

[id="s-7896d5d8-5bbb-40ae-b901-c3549f190092"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 1.125em);
}

[id="s-7896d5d8-5bbb-40ae-b901-c3549f190092"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 1.125em);
}

[id="s-7896d5d8-5bbb-40ae-b901-c3549f190092"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 1.125em);
}

[id="s-7896d5d8-5bbb-40ae-b901-c3549f190092"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 1.125em);
}

[id="s-7896d5d8-5bbb-40ae-b901-c3549f190092"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 1.125em);
}

[id="s-7896d5d8-5bbb-40ae-b901-c3549f190092"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 1.125em);
}

[id="s-7896d5d8-5bbb-40ae-b901-c3549f190092"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 1.125em);
}

[id="s-7896d5d8-5bbb-40ae-b901-c3549f190092"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 1.125em);
}

[id="s-7896d5d8-5bbb-40ae-b901-c3549f190092"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 1.125em);
}

[id="s-7896d5d8-5bbb-40ae-b901-c3549f190092"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 1.125em);
}

[id="s-7896d5d8-5bbb-40ae-b901-c3549f190092"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 1.125em);
}

}

@media (min-width: 992px) {
[id="s-7896d5d8-5bbb-40ae-b901-c3549f190092"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 1.125em);
}

[id="s-7896d5d8-5bbb-40ae-b901-c3549f190092"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 1.125em);
}

[id="s-7896d5d8-5bbb-40ae-b901-c3549f190092"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 1.125em);
}

[id="s-7896d5d8-5bbb-40ae-b901-c3549f190092"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 1.125em);
}

[id="s-7896d5d8-5bbb-40ae-b901-c3549f190092"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 1.125em);
}

[id="s-7896d5d8-5bbb-40ae-b901-c3549f190092"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 1.125em);
}

[id="s-7896d5d8-5bbb-40ae-b901-c3549f190092"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 1.125em);
}

[id="s-7896d5d8-5bbb-40ae-b901-c3549f190092"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 1.125em);
}

[id="s-7896d5d8-5bbb-40ae-b901-c3549f190092"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 1.125em);
}

[id="s-7896d5d8-5bbb-40ae-b901-c3549f190092"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 1.125em);
}

[id="s-7896d5d8-5bbb-40ae-b901-c3549f190092"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 1.125em);
}

[id="s-7896d5d8-5bbb-40ae-b901-c3549f190092"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 1.125em);
}

}

@media (min-width: 1200px) {
[id="s-7896d5d8-5bbb-40ae-b901-c3549f190092"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 1.125em);
}

[id="s-7896d5d8-5bbb-40ae-b901-c3549f190092"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 1.125em);
}

[id="s-7896d5d8-5bbb-40ae-b901-c3549f190092"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 1.125em);
}

[id="s-7896d5d8-5bbb-40ae-b901-c3549f190092"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 1.125em);
}

[id="s-7896d5d8-5bbb-40ae-b901-c3549f190092"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 1.125em);
}

[id="s-7896d5d8-5bbb-40ae-b901-c3549f190092"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 1.125em);
}

[id="s-7896d5d8-5bbb-40ae-b901-c3549f190092"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 1.125em);
}

[id="s-7896d5d8-5bbb-40ae-b901-c3549f190092"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 1.125em);
}

[id="s-7896d5d8-5bbb-40ae-b901-c3549f190092"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 1.125em);
}

[id="s-7896d5d8-5bbb-40ae-b901-c3549f190092"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 1.125em);
}

[id="s-7896d5d8-5bbb-40ae-b901-c3549f190092"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 1.125em);
}

[id="s-7896d5d8-5bbb-40ae-b901-c3549f190092"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 1.125em);
}

}

#s-bb34d170-ab07-4c85-bded-111130da733f {
  border-style: solid;
margin-bottom: 1.5em;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
text-align: center;
}




  #s-bb34d170-ab07-4c85-bded-111130da733f img.shogun-image {
    
    width: px;
  }


#s-bb34d170-ab07-4c85-bded-111130da733f .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-43dad9bb-9085-4292-9d69-476615e3d371 {
  border-style: solid;
margin-top: 2em;
margin-left: 2em;
margin-bottom: 2em;
margin-right: 2em;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(253, 253, 253, 1);
border-style: solid;
min-height: 50px;
background-color: rgba(0, 0, 0, 0.65);
}








#s-43dad9bb-9085-4292-9d69-476615e3d371 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-43dad9bb-9085-4292-9d69-476615e3d371.shg-box.shg-c {
  justify-content: center;
}

#s-8c390a43-eff2-40e7-b4b1-fac336a31fde {
  margin-top: 5%;
margin-left: 10%;
margin-bottom: 5%;
margin-right: 10%;
text-align: center;
}




  #s-8c390a43-eff2-40e7-b4b1-fac336a31fde img.shogun-image {
    
    width: px;
  }


#s-8c390a43-eff2-40e7-b4b1-fac336a31fde .shogun-image-content {
  
    align-items: center;
  
}

#s-762a6159-c91f-4645-9819-f2b9ad47d3ed {
  border-style: solid;
margin-bottom: 1em;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
text-align: center;
}




  #s-762a6159-c91f-4645-9819-f2b9ad47d3ed img.shogun-image {
    
    width: px;
  }


#s-762a6159-c91f-4645-9819-f2b9ad47d3ed .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-c274a38a-9ade-43e3-bf82-3c479af5f312 {
  min-height: 50px;
}








#s-c274a38a-9ade-43e3-bf82-3c479af5f312 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c274a38a-9ade-43e3-bf82-3c479af5f312.shg-box.shg-c {
  justify-content: center;
}

#s-69bd3101-36f2-4e52-b100-59c4b94cfbb6 {
  border-style: solid;
margin-top: 2em;
margin-left: 2em;
margin-bottom: 2em;
margin-right: 2em;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(253, 253, 253, 1);
border-style: solid;
min-height: 50px;
background-color: rgba(0, 0, 0, 0.55);
}








#s-69bd3101-36f2-4e52-b100-59c4b94cfbb6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-69bd3101-36f2-4e52-b100-59c4b94cfbb6.shg-box.shg-c {
  justify-content: center;
}

#s-f5205434-1d87-4751-8b96-1525978b637b {
  margin-top: 5%;
margin-left: 10%;
margin-bottom: 5%;
margin-right: 10%;
text-align: center;
}




  #s-f5205434-1d87-4751-8b96-1525978b637b img.shogun-image {
    
    width: px;
  }


#s-f5205434-1d87-4751-8b96-1525978b637b .shogun-image-content {
  
    align-items: center;
  
}

#s-7d9319d4-bfa3-40ce-ac6d-f8326fde7c25 {
  border-style: solid;
margin-bottom: 1em;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
text-align: center;
}




  #s-7d9319d4-bfa3-40ce-ac6d-f8326fde7c25 img.shogun-image {
    
    width: px;
  }


#s-7d9319d4-bfa3-40ce-ac6d-f8326fde7c25 .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-0fb3c39f-6554-4c08-9d1d-03304f95b2e2 {
  border-style: solid;
margin-top: 2em;
margin-left: 2em;
margin-bottom: 2em;
margin-right: 2em;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(253, 253, 253, 1);
border-style: solid;
min-height: 50px;
background-color: rgba(0, 0, 0, 0.5);
}








#s-0fb3c39f-6554-4c08-9d1d-03304f95b2e2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0fb3c39f-6554-4c08-9d1d-03304f95b2e2.shg-box.shg-c {
  justify-content: center;
}

#s-bdaaea01-7c96-472a-8ffd-c9a2ff49869f {
  margin-top: 5%;
margin-left: 10%;
margin-bottom: 5%;
margin-right: 10%;
text-align: center;
}




  #s-bdaaea01-7c96-472a-8ffd-c9a2ff49869f img.shogun-image {
    
    width: px;
  }


#s-bdaaea01-7c96-472a-8ffd-c9a2ff49869f .shogun-image-content {
  
    align-items: center;
  
}

#s-542e56af-4a54-428d-a2f1-b47577c8a1d7 {
  border-style: solid;
margin-bottom: 1em;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
text-align: center;
}




  #s-542e56af-4a54-428d-a2f1-b47577c8a1d7 img.shogun-image {
    
    width: px;
  }


#s-542e56af-4a54-428d-a2f1-b47577c8a1d7 .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-8b12f87d-c662-4e78-900e-73a9f10ee813 {
  border-style: solid;
margin-top: 2em;
margin-left: 2em;
margin-bottom: 2em;
margin-right: 2em;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(253, 253, 253, 1);
border-style: solid;
min-height: 50px;
background-color: rgba(0, 0, 0, 0.5);
}








#s-8b12f87d-c662-4e78-900e-73a9f10ee813 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8b12f87d-c662-4e78-900e-73a9f10ee813.shg-box.shg-c {
  justify-content: center;
}

#s-8f59f9c1-7cb2-4546-b50d-5b18946a1eed {
  margin-top: 5%;
margin-left: 10%;
margin-bottom: 5%;
margin-right: 10%;
text-align: center;
}




  #s-8f59f9c1-7cb2-4546-b50d-5b18946a1eed img.shogun-image {
    
    width: px;
  }


#s-8f59f9c1-7cb2-4546-b50d-5b18946a1eed .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-d62ea2ac-577e-436e-816f-f9915df5369f"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 0.75em);
}

[id="s-d62ea2ac-577e-436e-816f-f9915df5369f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d62ea2ac-577e-436e-816f-f9915df5369f"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 1.125em);
}

[id="s-d62ea2ac-577e-436e-816f-f9915df5369f"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 1.125em);
}

[id="s-d62ea2ac-577e-436e-816f-f9915df5369f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 1.125em);
}

[id="s-d62ea2ac-577e-436e-816f-f9915df5369f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 1.125em);
}

[id="s-d62ea2ac-577e-436e-816f-f9915df5369f"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 1.125em);
}

[id="s-d62ea2ac-577e-436e-816f-f9915df5369f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 1.125em);
}

[id="s-d62ea2ac-577e-436e-816f-f9915df5369f"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 1.125em);
}

[id="s-d62ea2ac-577e-436e-816f-f9915df5369f"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 1.125em);
}

[id="s-d62ea2ac-577e-436e-816f-f9915df5369f"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 1.125em);
}

[id="s-d62ea2ac-577e-436e-816f-f9915df5369f"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 1.125em);
}

[id="s-d62ea2ac-577e-436e-816f-f9915df5369f"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 1.125em);
}

[id="s-d62ea2ac-577e-436e-816f-f9915df5369f"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 1.125em);
}

}

@media (min-width: 992px) {
[id="s-d62ea2ac-577e-436e-816f-f9915df5369f"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 1.125em);
}

[id="s-d62ea2ac-577e-436e-816f-f9915df5369f"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 1.125em);
}

[id="s-d62ea2ac-577e-436e-816f-f9915df5369f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 1.125em);
}

[id="s-d62ea2ac-577e-436e-816f-f9915df5369f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 1.125em);
}

[id="s-d62ea2ac-577e-436e-816f-f9915df5369f"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 1.125em);
}

[id="s-d62ea2ac-577e-436e-816f-f9915df5369f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 1.125em);
}

[id="s-d62ea2ac-577e-436e-816f-f9915df5369f"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 1.125em);
}

[id="s-d62ea2ac-577e-436e-816f-f9915df5369f"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 1.125em);
}

[id="s-d62ea2ac-577e-436e-816f-f9915df5369f"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 1.125em);
}

[id="s-d62ea2ac-577e-436e-816f-f9915df5369f"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 1.125em);
}

[id="s-d62ea2ac-577e-436e-816f-f9915df5369f"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 1.125em);
}

[id="s-d62ea2ac-577e-436e-816f-f9915df5369f"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 1.125em);
}

}

@media (min-width: 1200px) {
[id="s-d62ea2ac-577e-436e-816f-f9915df5369f"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 1.125em);
}

[id="s-d62ea2ac-577e-436e-816f-f9915df5369f"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 1.125em);
}

[id="s-d62ea2ac-577e-436e-816f-f9915df5369f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 1.125em);
}

[id="s-d62ea2ac-577e-436e-816f-f9915df5369f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 1.125em);
}

[id="s-d62ea2ac-577e-436e-816f-f9915df5369f"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 1.125em);
}

[id="s-d62ea2ac-577e-436e-816f-f9915df5369f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 1.125em);
}

[id="s-d62ea2ac-577e-436e-816f-f9915df5369f"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 1.125em);
}

[id="s-d62ea2ac-577e-436e-816f-f9915df5369f"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 1.125em);
}

[id="s-d62ea2ac-577e-436e-816f-f9915df5369f"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 1.125em);
}

[id="s-d62ea2ac-577e-436e-816f-f9915df5369f"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 1.125em);
}

[id="s-d62ea2ac-577e-436e-816f-f9915df5369f"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 1.125em);
}

[id="s-d62ea2ac-577e-436e-816f-f9915df5369f"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 1.125em);
}

}

#s-4d359698-1193-43b5-bcfa-7423fd9de4b9 {
  border-style: solid;
margin-bottom: 1.5em;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
text-align: center;
}




  #s-4d359698-1193-43b5-bcfa-7423fd9de4b9 img.shogun-image {
    
    width: px;
  }


#s-4d359698-1193-43b5-bcfa-7423fd9de4b9 .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-13588aca-afa3-447b-a70e-110b08045b14 {
  border-style: solid;
margin-top: 2em;
margin-left: 2em;
margin-bottom: 2em;
margin-right: 2em;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(253, 253, 253, 1);
border-style: solid;
min-height: 50px;
background-color: rgba(0, 0, 0, 0.5);
}








#s-13588aca-afa3-447b-a70e-110b08045b14 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-13588aca-afa3-447b-a70e-110b08045b14.shg-box.shg-c {
  justify-content: center;
}

#s-2d71e552-de11-41c8-8adc-3cde5ad6139b {
  margin-top: 5%;
margin-left: 10%;
margin-bottom: 5%;
margin-right: 10%;
text-align: center;
}




  #s-2d71e552-de11-41c8-8adc-3cde5ad6139b img.shogun-image {
    
    width: px;
  }


#s-2d71e552-de11-41c8-8adc-3cde5ad6139b .shogun-image-content {
  
    align-items: center;
  
}

#s-2e6cfac2-db81-4a50-b6c4-4b3e7aaeb6b9 {
  border-style: solid;
margin-bottom: 1em;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
text-align: center;
}




  #s-2e6cfac2-db81-4a50-b6c4-4b3e7aaeb6b9 img.shogun-image {
    
    width: px;
  }


#s-2e6cfac2-db81-4a50-b6c4-4b3e7aaeb6b9 .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-9b43c914-c45a-48d5-9e2a-f361a70792c1 {
  border-style: solid;
margin-top: 2em;
margin-left: 2em;
margin-bottom: 2em;
margin-right: 2em;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(253, 253, 253, 1);
border-style: solid;
min-height: 50px;
background-color: rgba(0, 0, 0, 0.5);
}








#s-9b43c914-c45a-48d5-9e2a-f361a70792c1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9b43c914-c45a-48d5-9e2a-f361a70792c1.shg-box.shg-c {
  justify-content: center;
}

#s-cb27b838-0e22-4b01-9938-6c4819659582 {
  margin-top: 5%;
margin-left: 10%;
margin-bottom: 5%;
margin-right: 10%;
text-align: center;
}




  #s-cb27b838-0e22-4b01-9938-6c4819659582 img.shogun-image {
    
    width: px;
  }


#s-cb27b838-0e22-4b01-9938-6c4819659582 .shogun-image-content {
  
    align-items: center;
  
}

#s-81828df2-1ca2-4dba-a8b9-682229f0c4c7 {
  border-style: solid;
margin-bottom: 1em;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
text-align: center;
}




  #s-81828df2-1ca2-4dba-a8b9-682229f0c4c7 img.shogun-image {
    
    width: px;
  }


#s-81828df2-1ca2-4dba-a8b9-682229f0c4c7 .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-50885cc2-54b6-4889-bc30-8b5f5cbd7096 {
  border-style: solid;
margin-top: 2em;
margin-left: 2em;
margin-bottom: 2em;
margin-right: 2em;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(253, 253, 253, 1);
border-style: solid;
min-height: 50px;
background-color: rgba(0, 0, 0, 0.5);
}








#s-50885cc2-54b6-4889-bc30-8b5f5cbd7096 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-50885cc2-54b6-4889-bc30-8b5f5cbd7096.shg-box.shg-c {
  justify-content: center;
}

#s-34b2ab17-3665-46e6-8827-aa48bb38f4ff {
  margin-top: 5%;
margin-left: 10%;
margin-bottom: 5%;
margin-right: 10%;
text-align: center;
}




  #s-34b2ab17-3665-46e6-8827-aa48bb38f4ff img.shogun-image {
    
    width: px;
  }


#s-34b2ab17-3665-46e6-8827-aa48bb38f4ff .shogun-image-content {
  
    align-items: center;
  
}

#s-93a57b66-1515-4579-bbc6-d067ebe669b9 {
  border-style: solid;
margin-bottom: 1em;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
text-align: center;
}
#s-93a57b66-1515-4579-bbc6-d067ebe669b9:hover {opacity: 1 !important;}



  #s-93a57b66-1515-4579-bbc6-d067ebe669b9 img.shogun-image {
    
    width: px;
  }


#s-93a57b66-1515-4579-bbc6-d067ebe669b9 .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-4e1cc63a-4424-469b-9892-fa7908a5d47a {
  border-style: solid;
margin-top: 2em;
margin-left: 2em;
margin-bottom: 2em;
margin-right: 2em;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(253, 253, 253, 1);
border-style: solid;
min-height: 50px;
background-color: rgba(0, 0, 0, 0.5);
}








#s-4e1cc63a-4424-469b-9892-fa7908a5d47a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4e1cc63a-4424-469b-9892-fa7908a5d47a.shg-box.shg-c {
  justify-content: center;
}

#s-15dca6e7-57e2-496b-829a-00e959b2dc3d {
  margin-top: 5%;
margin-left: 10%;
margin-bottom: 5%;
margin-right: 10%;
text-align: center;
}




  #s-15dca6e7-57e2-496b-829a-00e959b2dc3d img.shogun-image {
    
    width: px;
  }


#s-15dca6e7-57e2-496b-829a-00e959b2dc3d .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 768px) and (max-width: 991px){#s-31dfa64e-e72e-4e41-aa8f-e0db9446e0f3 {
  display: none;
}
#s-31dfa64e-e72e-4e41-aa8f-e0db9446e0f3, #wrap-s-31dfa64e-e72e-4e41-aa8f-e0db9446e0f3 { display:none !important; }}@media (max-width: 767px){#s-31dfa64e-e72e-4e41-aa8f-e0db9446e0f3 {
  display: none;
}
#s-31dfa64e-e72e-4e41-aa8f-e0db9446e0f3, #wrap-s-31dfa64e-e72e-4e41-aa8f-e0db9446e0f3 { display:none !important; }}







#s-31dfa64e-e72e-4e41-aa8f-e0db9446e0f3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-31dfa64e-e72e-4e41-aa8f-e0db9446e0f3.shg-box.shg-c {
  justify-content: center;
}

#s-05cb06ad-9ad8-4a3b-a4b8-f257fa5527ea {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 0px;
background-color: rgba(0, 0, 0, 1);
text-align: center;
text-decoration: none;
}
#s-05cb06ad-9ad8-4a3b-a4b8-f257fa5527ea:hover {background-color: rgba(40, 230, 222, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;}#s-05cb06ad-9ad8-4a3b-a4b8-f257fa5527ea:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-05cb06ad-9ad8-4a3b-a4b8-f257fa5527ea.shg-btn {
  color: #ffffff;
  font-size: 36px;
  font-weight: 600;
  
  font-family: Oswald;
  display:  block ;
}

#s-4a1c97c0-d494-46e7-a26c-1e4ca8b47943 {
  margin-top: 1em;
margin-left: 1em;
margin-right: 1em;
min-height: 50px;
}
@media (min-width: 1200px){#s-4a1c97c0-d494-46e7-a26c-1e4ca8b47943 {
  display: none;
}
#s-4a1c97c0-d494-46e7-a26c-1e4ca8b47943, #wrap-s-4a1c97c0-d494-46e7-a26c-1e4ca8b47943 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-4a1c97c0-d494-46e7-a26c-1e4ca8b47943 {
  display: none;
}
#s-4a1c97c0-d494-46e7-a26c-1e4ca8b47943, #wrap-s-4a1c97c0-d494-46e7-a26c-1e4ca8b47943 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-4a1c97c0-d494-46e7-a26c-1e4ca8b47943 {
  
}
}@media (max-width: 767px){#s-4a1c97c0-d494-46e7-a26c-1e4ca8b47943 {
  
}
}







#s-4a1c97c0-d494-46e7-a26c-1e4ca8b47943 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4a1c97c0-d494-46e7-a26c-1e4ca8b47943.shg-box.shg-c {
  justify-content: center;
}

#s-84999040-db60-4ee9-9ed1-16f36cb7527f {
  margin-top: 1em;
margin-bottom: 1em;
text-align: center;
}

#s-84999040-db60-4ee9-9ed1-16f36cb7527f .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: Oswald;
  font-style:  normal ;
  font-size: 1.5em;
  line-height: 1em;
  letter-spacing: ;
  text-align: center;
}



@media (min-width: 0px) {
[id="s-a0eab4cb-6087-4100-86c1-3d4588353c10"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 0.5em);
}

[id="s-a0eab4cb-6087-4100-86c1-3d4588353c10"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a0eab4cb-6087-4100-86c1-3d4588353c10"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.75em);
}

[id="s-a0eab4cb-6087-4100-86c1-3d4588353c10"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.75em);
}

[id="s-a0eab4cb-6087-4100-86c1-3d4588353c10"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.75em);
}

[id="s-a0eab4cb-6087-4100-86c1-3d4588353c10"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.75em);
}

[id="s-a0eab4cb-6087-4100-86c1-3d4588353c10"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.75em);
}

[id="s-a0eab4cb-6087-4100-86c1-3d4588353c10"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.75em);
}

[id="s-a0eab4cb-6087-4100-86c1-3d4588353c10"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.75em);
}

[id="s-a0eab4cb-6087-4100-86c1-3d4588353c10"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.75em);
}

[id="s-a0eab4cb-6087-4100-86c1-3d4588353c10"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.75em);
}

[id="s-a0eab4cb-6087-4100-86c1-3d4588353c10"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.75em);
}

[id="s-a0eab4cb-6087-4100-86c1-3d4588353c10"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.75em);
}

[id="s-a0eab4cb-6087-4100-86c1-3d4588353c10"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.75em);
}

}

@media (min-width: 992px) {
[id="s-a0eab4cb-6087-4100-86c1-3d4588353c10"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.75em);
}

[id="s-a0eab4cb-6087-4100-86c1-3d4588353c10"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.75em);
}

[id="s-a0eab4cb-6087-4100-86c1-3d4588353c10"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.75em);
}

[id="s-a0eab4cb-6087-4100-86c1-3d4588353c10"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.75em);
}

[id="s-a0eab4cb-6087-4100-86c1-3d4588353c10"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.75em);
}

[id="s-a0eab4cb-6087-4100-86c1-3d4588353c10"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.75em);
}

[id="s-a0eab4cb-6087-4100-86c1-3d4588353c10"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.75em);
}

[id="s-a0eab4cb-6087-4100-86c1-3d4588353c10"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.75em);
}

[id="s-a0eab4cb-6087-4100-86c1-3d4588353c10"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.75em);
}

[id="s-a0eab4cb-6087-4100-86c1-3d4588353c10"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.75em);
}

[id="s-a0eab4cb-6087-4100-86c1-3d4588353c10"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.75em);
}

[id="s-a0eab4cb-6087-4100-86c1-3d4588353c10"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.75em);
}

}

@media (min-width: 1200px) {
[id="s-a0eab4cb-6087-4100-86c1-3d4588353c10"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.75em);
}

[id="s-a0eab4cb-6087-4100-86c1-3d4588353c10"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.75em);
}

[id="s-a0eab4cb-6087-4100-86c1-3d4588353c10"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.75em);
}

[id="s-a0eab4cb-6087-4100-86c1-3d4588353c10"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.75em);
}

[id="s-a0eab4cb-6087-4100-86c1-3d4588353c10"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.75em);
}

[id="s-a0eab4cb-6087-4100-86c1-3d4588353c10"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.75em);
}

[id="s-a0eab4cb-6087-4100-86c1-3d4588353c10"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.75em);
}

[id="s-a0eab4cb-6087-4100-86c1-3d4588353c10"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.75em);
}

[id="s-a0eab4cb-6087-4100-86c1-3d4588353c10"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.75em);
}

[id="s-a0eab4cb-6087-4100-86c1-3d4588353c10"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.75em);
}

[id="s-a0eab4cb-6087-4100-86c1-3d4588353c10"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.75em);
}

[id="s-a0eab4cb-6087-4100-86c1-3d4588353c10"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.75em);
}

}

#s-05c0fd89-8cc3-4e18-a6e3-f23967194e76 {
  border-style: solid;
margin-bottom: 1em;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
text-align: center;
}




  #s-05c0fd89-8cc3-4e18-a6e3-f23967194e76 img.shogun-image {
    
    width: px;
  }


#s-05c0fd89-8cc3-4e18-a6e3-f23967194e76 .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-5ce3cf36-40a8-4bd8-be6b-8f70d5dfdc0f {
  border-style: solid;
margin-top: 0.5em;
margin-left: 0.5em;
margin-bottom: 0.5em;
margin-right: 0.5em;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(253, 253, 253, 1);
border-style: solid;
min-height: 50px;
background-color: rgba(0, 0, 0, 0.65);
}








#s-5ce3cf36-40a8-4bd8-be6b-8f70d5dfdc0f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5ce3cf36-40a8-4bd8-be6b-8f70d5dfdc0f.shg-box.shg-c {
  justify-content: center;
}

#s-443dac51-e3f3-4ad9-b227-cc54f700b863 {
  margin-top: 5%;
margin-left: 10%;
margin-bottom: 5%;
margin-right: 10%;
text-align: center;
}




  #s-443dac51-e3f3-4ad9-b227-cc54f700b863 img.shogun-image {
    
    width: px;
  }


#s-443dac51-e3f3-4ad9-b227-cc54f700b863 .shogun-image-content {
  
    align-items: center;
  
}

#s-7cf5fa14-2667-47a7-982a-18ee9a83e8d8 {
  border-style: solid;
margin-bottom: 1em;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
text-align: center;
}




  #s-7cf5fa14-2667-47a7-982a-18ee9a83e8d8 img.shogun-image {
    
    width: px;
  }


#s-7cf5fa14-2667-47a7-982a-18ee9a83e8d8 .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-4a6fc4ee-5ce9-4a13-913e-2a42106d81a1 {
  min-height: 50px;
}








#s-4a6fc4ee-5ce9-4a13-913e-2a42106d81a1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4a6fc4ee-5ce9-4a13-913e-2a42106d81a1.shg-box.shg-c {
  justify-content: center;
}

#s-4534578c-efec-488c-8e36-a3a8d349aecc {
  border-style: solid;
margin-top: 0.5em;
margin-left: 0.5em;
margin-bottom: 0.5em;
margin-right: 0.5em;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(253, 253, 253, 1);
border-style: solid;
min-height: 50px;
background-color: rgba(0, 0, 0, 0.55);
}








#s-4534578c-efec-488c-8e36-a3a8d349aecc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4534578c-efec-488c-8e36-a3a8d349aecc.shg-box.shg-c {
  justify-content: center;
}

#s-cc35fdb8-cd25-4df5-bafc-460a64dbe798 {
  margin-top: 5%;
margin-left: 10%;
margin-bottom: 5%;
margin-right: 10%;
text-align: center;
}




  #s-cc35fdb8-cd25-4df5-bafc-460a64dbe798 img.shogun-image {
    
    width: px;
  }


#s-cc35fdb8-cd25-4df5-bafc-460a64dbe798 .shogun-image-content {
  
    align-items: center;
  
}

#s-607a0483-fa29-4552-a796-37eafde48976 {
  border-style: solid;
margin-bottom: 1em;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
text-align: center;
}




  #s-607a0483-fa29-4552-a796-37eafde48976 img.shogun-image {
    
    width: px;
  }


#s-607a0483-fa29-4552-a796-37eafde48976 .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-763d0ac9-0b0c-45ca-b731-8e53ae9cabe4 {
  border-style: solid;
margin-top: 0.5em;
margin-left: 0.5em;
margin-bottom: 0.5em;
margin-right: 0.5em;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(253, 253, 253, 1);
border-style: solid;
min-height: 50px;
background-color: rgba(0, 0, 0, 0.5);
}








#s-763d0ac9-0b0c-45ca-b731-8e53ae9cabe4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-763d0ac9-0b0c-45ca-b731-8e53ae9cabe4.shg-box.shg-c {
  justify-content: center;
}

#s-f44b7ba5-4139-4caf-be9e-74c46ea50187 {
  margin-top: 5%;
margin-left: 10%;
margin-bottom: 5%;
margin-right: 10%;
text-align: center;
}




  #s-f44b7ba5-4139-4caf-be9e-74c46ea50187 img.shogun-image {
    
    width: px;
  }


#s-f44b7ba5-4139-4caf-be9e-74c46ea50187 .shogun-image-content {
  
    align-items: center;
  
}

#s-b4416327-9a4d-45cf-a857-71195348a566 {
  border-style: solid;
margin-bottom: 1em;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
text-align: center;
}




  #s-b4416327-9a4d-45cf-a857-71195348a566 img.shogun-image {
    
    width: px;
  }


#s-b4416327-9a4d-45cf-a857-71195348a566 .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-e4490fbe-314b-4b02-9975-648450f790d6 {
  border-style: solid;
margin-top: 0.5em;
margin-left: 0.5em;
margin-bottom: 0.5em;
margin-right: 0.5em;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(253, 253, 253, 1);
border-style: solid;
min-height: 50px;
background-color: rgba(0, 0, 0, 0.5);
}








#s-e4490fbe-314b-4b02-9975-648450f790d6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e4490fbe-314b-4b02-9975-648450f790d6.shg-box.shg-c {
  justify-content: center;
}

#s-61b23f9e-a8ca-4761-a7a1-c330928d4d7d {
  margin-top: 5%;
margin-left: 10%;
margin-bottom: 5%;
margin-right: 10%;
text-align: center;
}




  #s-61b23f9e-a8ca-4761-a7a1-c330928d4d7d img.shogun-image {
    
    width: px;
  }


#s-61b23f9e-a8ca-4761-a7a1-c330928d4d7d .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-63771deb-db5f-4f62-b990-bcf17f7c1831"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 0.5em);
}

[id="s-63771deb-db5f-4f62-b990-bcf17f7c1831"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-63771deb-db5f-4f62-b990-bcf17f7c1831"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.75em);
}

[id="s-63771deb-db5f-4f62-b990-bcf17f7c1831"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.75em);
}

[id="s-63771deb-db5f-4f62-b990-bcf17f7c1831"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.75em);
}

[id="s-63771deb-db5f-4f62-b990-bcf17f7c1831"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.75em);
}

[id="s-63771deb-db5f-4f62-b990-bcf17f7c1831"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.75em);
}

[id="s-63771deb-db5f-4f62-b990-bcf17f7c1831"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.75em);
}

[id="s-63771deb-db5f-4f62-b990-bcf17f7c1831"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.75em);
}

[id="s-63771deb-db5f-4f62-b990-bcf17f7c1831"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.75em);
}

[id="s-63771deb-db5f-4f62-b990-bcf17f7c1831"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.75em);
}

[id="s-63771deb-db5f-4f62-b990-bcf17f7c1831"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.75em);
}

[id="s-63771deb-db5f-4f62-b990-bcf17f7c1831"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.75em);
}

[id="s-63771deb-db5f-4f62-b990-bcf17f7c1831"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.75em);
}

}

@media (min-width: 992px) {
[id="s-63771deb-db5f-4f62-b990-bcf17f7c1831"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.75em);
}

[id="s-63771deb-db5f-4f62-b990-bcf17f7c1831"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.75em);
}

[id="s-63771deb-db5f-4f62-b990-bcf17f7c1831"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.75em);
}

[id="s-63771deb-db5f-4f62-b990-bcf17f7c1831"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.75em);
}

[id="s-63771deb-db5f-4f62-b990-bcf17f7c1831"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.75em);
}

[id="s-63771deb-db5f-4f62-b990-bcf17f7c1831"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.75em);
}

[id="s-63771deb-db5f-4f62-b990-bcf17f7c1831"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.75em);
}

[id="s-63771deb-db5f-4f62-b990-bcf17f7c1831"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.75em);
}

[id="s-63771deb-db5f-4f62-b990-bcf17f7c1831"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.75em);
}

[id="s-63771deb-db5f-4f62-b990-bcf17f7c1831"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.75em);
}

[id="s-63771deb-db5f-4f62-b990-bcf17f7c1831"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.75em);
}

[id="s-63771deb-db5f-4f62-b990-bcf17f7c1831"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.75em);
}

}

@media (min-width: 1200px) {
[id="s-63771deb-db5f-4f62-b990-bcf17f7c1831"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.75em);
}

[id="s-63771deb-db5f-4f62-b990-bcf17f7c1831"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.75em);
}

[id="s-63771deb-db5f-4f62-b990-bcf17f7c1831"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.75em);
}

[id="s-63771deb-db5f-4f62-b990-bcf17f7c1831"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.75em);
}

[id="s-63771deb-db5f-4f62-b990-bcf17f7c1831"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.75em);
}

[id="s-63771deb-db5f-4f62-b990-bcf17f7c1831"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.75em);
}

[id="s-63771deb-db5f-4f62-b990-bcf17f7c1831"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.75em);
}

[id="s-63771deb-db5f-4f62-b990-bcf17f7c1831"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.75em);
}

[id="s-63771deb-db5f-4f62-b990-bcf17f7c1831"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.75em);
}

[id="s-63771deb-db5f-4f62-b990-bcf17f7c1831"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.75em);
}

[id="s-63771deb-db5f-4f62-b990-bcf17f7c1831"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.75em);
}

[id="s-63771deb-db5f-4f62-b990-bcf17f7c1831"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.75em);
}

}

#s-c01b9d76-7926-4755-8340-d98737bceb3b {
  border-style: solid;
margin-bottom: 1em;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
text-align: center;
}




  #s-c01b9d76-7926-4755-8340-d98737bceb3b img.shogun-image {
    
    width: px;
  }


#s-c01b9d76-7926-4755-8340-d98737bceb3b .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-47032f8c-1cf9-43f3-abbc-9e16b078657f {
  border-style: solid;
margin-top: 0.5em;
margin-left: 0.5em;
margin-bottom: 0.5em;
margin-right: 0.5em;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(253, 253, 253, 1);
border-style: solid;
min-height: 50px;
background-color: rgba(0, 0, 0, 0.5);
}








#s-47032f8c-1cf9-43f3-abbc-9e16b078657f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-47032f8c-1cf9-43f3-abbc-9e16b078657f.shg-box.shg-c {
  justify-content: center;
}

#s-fd21d2d4-0322-4c94-ac29-dc76819b2384 {
  margin-top: 5%;
margin-left: 10%;
margin-bottom: 5%;
margin-right: 10%;
text-align: center;
}




  #s-fd21d2d4-0322-4c94-ac29-dc76819b2384 img.shogun-image {
    
    width: px;
  }


#s-fd21d2d4-0322-4c94-ac29-dc76819b2384 .shogun-image-content {
  
    align-items: center;
  
}

#s-023436bb-6512-4d87-befe-7d41dc33396f {
  border-style: solid;
margin-bottom: 1em;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
text-align: center;
}




  #s-023436bb-6512-4d87-befe-7d41dc33396f img.shogun-image {
    
    width: px;
  }


#s-023436bb-6512-4d87-befe-7d41dc33396f .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-92752bb6-5a9d-4bea-8963-90ce662e42d9 {
  border-style: solid;
margin-top: 0.5em;
margin-left: 0.5em;
margin-bottom: 0.5em;
margin-right: 0.5em;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(253, 253, 253, 1);
border-style: solid;
min-height: 50px;
background-color: rgba(0, 0, 0, 0.5);
}








#s-92752bb6-5a9d-4bea-8963-90ce662e42d9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-92752bb6-5a9d-4bea-8963-90ce662e42d9.shg-box.shg-c {
  justify-content: center;
}

#s-e5374d6a-e7f4-44a2-a12b-6a7cce232622 {
  margin-top: 5%;
margin-left: 10%;
margin-bottom: 5%;
margin-right: 10%;
text-align: center;
}




  #s-e5374d6a-e7f4-44a2-a12b-6a7cce232622 img.shogun-image {
    
    width: px;
  }


#s-e5374d6a-e7f4-44a2-a12b-6a7cce232622 .shogun-image-content {
  
    align-items: center;
  
}

#s-37e7ab26-8f5a-4435-9e02-bfd4b97e236c {
  border-style: solid;
margin-bottom: 1em;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
text-align: center;
}




  #s-37e7ab26-8f5a-4435-9e02-bfd4b97e236c img.shogun-image {
    
    width: px;
  }


#s-37e7ab26-8f5a-4435-9e02-bfd4b97e236c .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-4b5a94b3-9377-400f-9b6b-4017a1ea774b {
  border-style: solid;
margin-top: 0.5em;
margin-left: 0.5em;
margin-bottom: 0.5em;
margin-right: 0.5em;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(253, 253, 253, 1);
border-style: solid;
min-height: 50px;
background-color: rgba(0, 0, 0, 0.5);
}








#s-4b5a94b3-9377-400f-9b6b-4017a1ea774b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4b5a94b3-9377-400f-9b6b-4017a1ea774b.shg-box.shg-c {
  justify-content: center;
}

#s-b253706d-36a5-489c-9f37-14d8a6faaf15 {
  margin-top: 5%;
margin-left: 10%;
margin-bottom: 5%;
margin-right: 10%;
text-align: center;
}




  #s-b253706d-36a5-489c-9f37-14d8a6faaf15 img.shogun-image {
    
    width: px;
  }


#s-b253706d-36a5-489c-9f37-14d8a6faaf15 .shogun-image-content {
  
    align-items: center;
  
}

#s-02a507fa-27f8-437e-9af5-1364d06f7c4b {
  border-style: solid;
margin-bottom: 1em;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
text-align: center;
}
#s-02a507fa-27f8-437e-9af5-1364d06f7c4b:hover {opacity: 1 !important;}



  #s-02a507fa-27f8-437e-9af5-1364d06f7c4b img.shogun-image {
    
    width: px;
  }


#s-02a507fa-27f8-437e-9af5-1364d06f7c4b .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-454d73a3-0b5b-4d07-beca-d2f73d86c1d1 {
  border-style: solid;
margin-top: 0.5em;
margin-left: 0.5em;
margin-bottom: 0.5em;
margin-right: 0.5em;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(253, 253, 253, 1);
border-style: solid;
min-height: 50px;
background-color: rgba(0, 0, 0, 0.5);
}








#s-454d73a3-0b5b-4d07-beca-d2f73d86c1d1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-454d73a3-0b5b-4d07-beca-d2f73d86c1d1.shg-box.shg-c {
  justify-content: center;
}

#s-7ff7913e-89a1-417b-af4f-bc33864cb421 {
  margin-top: 5%;
margin-left: 10%;
margin-bottom: 5%;
margin-right: 10%;
text-align: center;
}




  #s-7ff7913e-89a1-417b-af4f-bc33864cb421 img.shogun-image {
    
    width: px;
  }


#s-7ff7913e-89a1-417b-af4f-bc33864cb421 .shogun-image-content {
  
    align-items: center;
  
}

#s-056553da-ecb2-4fd3-8f30-88a473af2ea8 {
  margin-bottom: 1em;
min-height: 0px;
}
@media (min-width: 1200px){#s-056553da-ecb2-4fd3-8f30-88a473af2ea8 {
  display: none;
}
#s-056553da-ecb2-4fd3-8f30-88a473af2ea8, #wrap-s-056553da-ecb2-4fd3-8f30-88a473af2ea8 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-056553da-ecb2-4fd3-8f30-88a473af2ea8 {
  display: none;
}
#s-056553da-ecb2-4fd3-8f30-88a473af2ea8, #wrap-s-056553da-ecb2-4fd3-8f30-88a473af2ea8 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-056553da-ecb2-4fd3-8f30-88a473af2ea8 {
  
}
}@media (max-width: 767px){#s-056553da-ecb2-4fd3-8f30-88a473af2ea8 {
  
}
}







#s-056553da-ecb2-4fd3-8f30-88a473af2ea8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-056553da-ecb2-4fd3-8f30-88a473af2ea8.shg-box.shg-c {
  justify-content: center;
}

#s-c28f40fc-37a7-42f9-ab89-11b9e3d06249 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 0px;
background-color: rgba(0, 0, 0, 1);
text-align: center;
text-decoration: none;
}
#s-c28f40fc-37a7-42f9-ab89-11b9e3d06249:hover {background-color: rgba(40, 230, 222, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;}#s-c28f40fc-37a7-42f9-ab89-11b9e3d06249:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-c28f40fc-37a7-42f9-ab89-11b9e3d06249.shg-btn {
  color: #ffffff;
  font-size: 1em;
  font-weight: 600;
  
  font-family: Oswald;
  display:  block ;
}

#s-61ffc928-7df9-40c9-bca2-960e8e2e3e40 {
  background-repeat: repeat;
background-size: cover;
border-style: solid;
padding-left: 10%;
padding-right: 10%;
border-top-width: 9px;
border-left-width: 9px;
border-bottom-width: 9px;
border-right-width: 9px;
border-color: rgba(255, 222, 0, 1);
border-style: solid;
min-height: 300px;
background-position: center center;
}
@media (min-width: 1200px){#s-61ffc928-7df9-40c9-bca2-960e8e2e3e40 {
  display: none;
}
#s-61ffc928-7df9-40c9-bca2-960e8e2e3e40, #wrap-s-61ffc928-7df9-40c9-bca2-960e8e2e3e40 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-61ffc928-7df9-40c9-bca2-960e8e2e3e40 {
  display: none;
}
#s-61ffc928-7df9-40c9-bca2-960e8e2e3e40, #wrap-s-61ffc928-7df9-40c9-bca2-960e8e2e3e40 { display:none !important; }}







#s-61ffc928-7df9-40c9-bca2-960e8e2e3e40 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-61ffc928-7df9-40c9-bca2-960e8e2e3e40 {
  cursor: pointer;
}#s-61ffc928-7df9-40c9-bca2-960e8e2e3e40.shg-box.shg-c {
  justify-content: center;
}

#s-ca1c33dd-f39c-4ac7-9d05-d627cc397acf {
  text-align: center;
}




  #s-ca1c33dd-f39c-4ac7-9d05-d627cc397acf img.shogun-image {
    
    width: px;
  }


#s-ca1c33dd-f39c-4ac7-9d05-d627cc397acf .shogun-image-content {
  
    align-items: center;
  
}

#s-616b61f6-896a-458e-adfb-9e0ae6e86036 {
  background-repeat: repeat;
background-size: contain;
min-height: 550px;
background-position: center center;
}
@media (min-width: 768px) and (max-width: 991px){#s-616b61f6-896a-458e-adfb-9e0ae6e86036 {
  display: none;
}
#s-616b61f6-896a-458e-adfb-9e0ae6e86036, #wrap-s-616b61f6-896a-458e-adfb-9e0ae6e86036 { display:none !important; }}@media (max-width: 767px){#s-616b61f6-896a-458e-adfb-9e0ae6e86036 {
  display: none;
}
#s-616b61f6-896a-458e-adfb-9e0ae6e86036, #wrap-s-616b61f6-896a-458e-adfb-9e0ae6e86036 { display:none !important; }}







#s-616b61f6-896a-458e-adfb-9e0ae6e86036 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-616b61f6-896a-458e-adfb-9e0ae6e86036 {
  cursor: pointer;
}#s-616b61f6-896a-458e-adfb-9e0ae6e86036.shg-box.shg-c {
  justify-content: center;
}

#s-11922d5c-39ff-49a2-bc62-14a8d0f99962 {
  margin-left: 10%;
margin-right: 10%;
}

@media (min-width: 0px) {
[id="s-11922d5c-39ff-49a2-bc62-14a8d0f99962"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-11922d5c-39ff-49a2-bc62-14a8d0f99962"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-11922d5c-39ff-49a2-bc62-14a8d0f99962"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-11922d5c-39ff-49a2-bc62-14a8d0f99962"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-11922d5c-39ff-49a2-bc62-14a8d0f99962"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-11922d5c-39ff-49a2-bc62-14a8d0f99962"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-11922d5c-39ff-49a2-bc62-14a8d0f99962"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-11922d5c-39ff-49a2-bc62-14a8d0f99962"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-11922d5c-39ff-49a2-bc62-14a8d0f99962"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-11922d5c-39ff-49a2-bc62-14a8d0f99962"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-11922d5c-39ff-49a2-bc62-14a8d0f99962"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-11922d5c-39ff-49a2-bc62-14a8d0f99962"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-11922d5c-39ff-49a2-bc62-14a8d0f99962"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-11922d5c-39ff-49a2-bc62-14a8d0f99962"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-11922d5c-39ff-49a2-bc62-14a8d0f99962"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-11922d5c-39ff-49a2-bc62-14a8d0f99962"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-11922d5c-39ff-49a2-bc62-14a8d0f99962"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-11922d5c-39ff-49a2-bc62-14a8d0f99962"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-11922d5c-39ff-49a2-bc62-14a8d0f99962"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-11922d5c-39ff-49a2-bc62-14a8d0f99962"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-11922d5c-39ff-49a2-bc62-14a8d0f99962"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-11922d5c-39ff-49a2-bc62-14a8d0f99962"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-11922d5c-39ff-49a2-bc62-14a8d0f99962"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-11922d5c-39ff-49a2-bc62-14a8d0f99962"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-11922d5c-39ff-49a2-bc62-14a8d0f99962"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-11922d5c-39ff-49a2-bc62-14a8d0f99962"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-11922d5c-39ff-49a2-bc62-14a8d0f99962"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-11922d5c-39ff-49a2-bc62-14a8d0f99962"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-11922d5c-39ff-49a2-bc62-14a8d0f99962"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-11922d5c-39ff-49a2-bc62-14a8d0f99962"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-11922d5c-39ff-49a2-bc62-14a8d0f99962"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-11922d5c-39ff-49a2-bc62-14a8d0f99962"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-11922d5c-39ff-49a2-bc62-14a8d0f99962"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-11922d5c-39ff-49a2-bc62-14a8d0f99962"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-11922d5c-39ff-49a2-bc62-14a8d0f99962"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-11922d5c-39ff-49a2-bc62-14a8d0f99962"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-11922d5c-39ff-49a2-bc62-14a8d0f99962"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-58a0ed58-e5d6-446a-ba80-ea5092c719ae {
  text-align: center;
}




  #s-58a0ed58-e5d6-446a-ba80-ea5092c719ae img.shogun-image {
    
    width: px;
  }


#s-58a0ed58-e5d6-446a-ba80-ea5092c719ae .shogun-image-content {
  
    align-items: center;
  
}

#s-a3fd8d5a-b775-4d7d-8a2e-e20627e57339 {
  margin-top: 1.5em;
margin-left: 3em;
margin-bottom: 1.5em;
margin-right: 3em;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-a3fd8d5a-b775-4d7d-8a2e-e20627e57339 {
  display: none;
}
#s-a3fd8d5a-b775-4d7d-8a2e-e20627e57339, #wrap-s-a3fd8d5a-b775-4d7d-8a2e-e20627e57339 { display:none !important; }}@media (max-width: 767px){#s-a3fd8d5a-b775-4d7d-8a2e-e20627e57339 {
  display: none;
}
#s-a3fd8d5a-b775-4d7d-8a2e-e20627e57339, #wrap-s-a3fd8d5a-b775-4d7d-8a2e-e20627e57339 { display:none !important; }}







#s-a3fd8d5a-b775-4d7d-8a2e-e20627e57339 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a3fd8d5a-b775-4d7d-8a2e-e20627e57339.shg-box.shg-c {
  justify-content: center;
}

#s-0a97f4c1-dcc3-4606-b1ed-e71636d6b979 {
  margin-bottom: 1em;
text-align: center;
}

#s-0a97f4c1-dcc3-4606-b1ed-e71636d6b979 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: Oswald;
  font-style:  normal ;
  font-size: 48px;
  line-height: 1em;
  letter-spacing: ;
  text-align: center;
}



@media (min-width: 0px) {
[id="s-eec8212f-0ee4-4e9b-b2b4-fe5f7643758b"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 0.75em);
}

[id="s-eec8212f-0ee4-4e9b-b2b4-fe5f7643758b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-eec8212f-0ee4-4e9b-b2b4-fe5f7643758b"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 1.125em);
}

[id="s-eec8212f-0ee4-4e9b-b2b4-fe5f7643758b"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 1.125em);
}

[id="s-eec8212f-0ee4-4e9b-b2b4-fe5f7643758b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 1.125em);
}

[id="s-eec8212f-0ee4-4e9b-b2b4-fe5f7643758b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 1.125em);
}

[id="s-eec8212f-0ee4-4e9b-b2b4-fe5f7643758b"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 1.125em);
}

[id="s-eec8212f-0ee4-4e9b-b2b4-fe5f7643758b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 1.125em);
}

[id="s-eec8212f-0ee4-4e9b-b2b4-fe5f7643758b"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 1.125em);
}

[id="s-eec8212f-0ee4-4e9b-b2b4-fe5f7643758b"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 1.125em);
}

[id="s-eec8212f-0ee4-4e9b-b2b4-fe5f7643758b"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 1.125em);
}

[id="s-eec8212f-0ee4-4e9b-b2b4-fe5f7643758b"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 1.125em);
}

[id="s-eec8212f-0ee4-4e9b-b2b4-fe5f7643758b"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 1.125em);
}

[id="s-eec8212f-0ee4-4e9b-b2b4-fe5f7643758b"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 1.125em);
}

}

@media (min-width: 992px) {
[id="s-eec8212f-0ee4-4e9b-b2b4-fe5f7643758b"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 1.125em);
}

[id="s-eec8212f-0ee4-4e9b-b2b4-fe5f7643758b"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 1.125em);
}

[id="s-eec8212f-0ee4-4e9b-b2b4-fe5f7643758b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 1.125em);
}

[id="s-eec8212f-0ee4-4e9b-b2b4-fe5f7643758b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 1.125em);
}

[id="s-eec8212f-0ee4-4e9b-b2b4-fe5f7643758b"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 1.125em);
}

[id="s-eec8212f-0ee4-4e9b-b2b4-fe5f7643758b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 1.125em);
}

[id="s-eec8212f-0ee4-4e9b-b2b4-fe5f7643758b"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 1.125em);
}

[id="s-eec8212f-0ee4-4e9b-b2b4-fe5f7643758b"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 1.125em);
}

[id="s-eec8212f-0ee4-4e9b-b2b4-fe5f7643758b"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 1.125em);
}

[id="s-eec8212f-0ee4-4e9b-b2b4-fe5f7643758b"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 1.125em);
}

[id="s-eec8212f-0ee4-4e9b-b2b4-fe5f7643758b"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 1.125em);
}

[id="s-eec8212f-0ee4-4e9b-b2b4-fe5f7643758b"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 1.125em);
}

}

@media (min-width: 1200px) {
[id="s-eec8212f-0ee4-4e9b-b2b4-fe5f7643758b"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 1.125em);
}

[id="s-eec8212f-0ee4-4e9b-b2b4-fe5f7643758b"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 1.125em);
}

[id="s-eec8212f-0ee4-4e9b-b2b4-fe5f7643758b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 1.125em);
}

[id="s-eec8212f-0ee4-4e9b-b2b4-fe5f7643758b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 1.125em);
}

[id="s-eec8212f-0ee4-4e9b-b2b4-fe5f7643758b"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 1.125em);
}

[id="s-eec8212f-0ee4-4e9b-b2b4-fe5f7643758b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 1.125em);
}

[id="s-eec8212f-0ee4-4e9b-b2b4-fe5f7643758b"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 1.125em);
}

[id="s-eec8212f-0ee4-4e9b-b2b4-fe5f7643758b"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 1.125em);
}

[id="s-eec8212f-0ee4-4e9b-b2b4-fe5f7643758b"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 1.125em);
}

[id="s-eec8212f-0ee4-4e9b-b2b4-fe5f7643758b"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 1.125em);
}

[id="s-eec8212f-0ee4-4e9b-b2b4-fe5f7643758b"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 1.125em);
}

[id="s-eec8212f-0ee4-4e9b-b2b4-fe5f7643758b"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 1.125em);
}

}

#s-debd68f4-ffe3-4627-a143-d1abbc5dd63f {
  border-style: solid;
margin-bottom: 1.5em;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
text-align: center;
}





#s-debd68f4-ffe3-4627-a143-d1abbc5dd63f .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-96f8e9fc-cd20-4639-9534-79152bfd4451 {
  margin-top: 1em;
margin-left: 1em;
margin-bottom: 1em;
margin-right: 1em;
padding-top: 1em;
padding-left: 1em;
padding-bottom: 1em;
padding-right: 1em;
border-radius: 0px;
background-color: rgba(0, 0, 0, 1);
text-align: left;
text-decoration: none;
}
#s-96f8e9fc-cd20-4639-9534-79152bfd4451:hover {background-color: rgba(40, 230, 222, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;}#s-96f8e9fc-cd20-4639-9534-79152bfd4451:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-96f8e9fc-cd20-4639-9534-79152bfd4451.shg-btn {
  color: #ffffff;
  font-size: 1.5em;
  font-weight: 600;
  
  font-family: Oswald;
  display:  inline-block ;
}

#s-6245d1c5-b6b3-44b7-a63d-ffc1b9ce6a5f {
  border-style: solid;
margin-bottom: 1em;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
text-align: center;
}




  #s-6245d1c5-b6b3-44b7-a63d-ffc1b9ce6a5f img.shogun-image {
    
    width: px;
  }


#s-6245d1c5-b6b3-44b7-a63d-ffc1b9ce6a5f .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-74657c79-2baa-4525-9922-60e18193b875 {
  margin-top: 1em;
margin-left: 1em;
margin-bottom: 1em;
margin-right: 1em;
padding-top: 1em;
padding-left: 1em;
padding-bottom: 1em;
padding-right: 1em;
border-radius: 0px;
background-color: rgba(0, 0, 0, 1);
text-align: left;
text-decoration: none;
}
#s-74657c79-2baa-4525-9922-60e18193b875:hover {background-color: rgba(40, 230, 222, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;}#s-74657c79-2baa-4525-9922-60e18193b875:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-74657c79-2baa-4525-9922-60e18193b875.shg-btn {
  color: #ffffff;
  font-size: 1.5em;
  font-weight: 600;
  
  font-family: Oswald;
  display:  inline-block ;
}

#s-a2ad52a9-aaa4-4a33-abd6-1b97aa556d83 {
  border-style: solid;
margin-bottom: 1em;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
text-align: center;
}




  #s-a2ad52a9-aaa4-4a33-abd6-1b97aa556d83 img.shogun-image {
    
    width: px;
  }


#s-a2ad52a9-aaa4-4a33-abd6-1b97aa556d83 .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-eb4be981-ba78-42e8-a637-f9ca4c55b2cc {
  margin-top: 1em;
margin-left: 1em;
margin-bottom: 1em;
margin-right: 1em;
padding-top: 1em;
padding-left: 1em;
padding-bottom: 1em;
padding-right: 1em;
border-radius: 0px;
background-color: rgba(0, 0, 0, 1);
text-align: left;
text-decoration: none;
}
#s-eb4be981-ba78-42e8-a637-f9ca4c55b2cc:hover {background-color: rgba(40, 230, 222, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;}#s-eb4be981-ba78-42e8-a637-f9ca4c55b2cc:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-eb4be981-ba78-42e8-a637-f9ca4c55b2cc.shg-btn {
  color: #ffffff;
  font-size: 1.5em;
  font-weight: 600;
  
  font-family: Oswald;
  display:  inline-block ;
}

#s-4499e30f-e9a7-435e-94de-312fc97a13c3 {
  border-style: solid;
margin-bottom: 1em;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
text-align: center;
}




  #s-4499e30f-e9a7-435e-94de-312fc97a13c3 img.shogun-image {
    
    width: px;
  }


#s-4499e30f-e9a7-435e-94de-312fc97a13c3 .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-16e480b1-274f-4291-9461-0ad21cd35d74 {
  margin-top: 1em;
margin-left: 1em;
margin-bottom: 1em;
margin-right: 1em;
padding-top: 1em;
padding-left: 1em;
padding-bottom: 1em;
padding-right: 1em;
border-radius: 0px;
background-color: rgba(0, 0, 0, 1);
text-align: left;
text-decoration: none;
}
#s-16e480b1-274f-4291-9461-0ad21cd35d74:hover {background-color: rgba(40, 230, 222, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;}#s-16e480b1-274f-4291-9461-0ad21cd35d74:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-16e480b1-274f-4291-9461-0ad21cd35d74.shg-btn {
  color: #ffffff;
  font-size: 1.5em;
  font-weight: 600;
  
  font-family: Oswald;
  display:  inline-block ;
}

@media (min-width: 0px) {
[id="s-37c857c6-beec-4338-a246-8416f109311b"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 0.75em);
}

[id="s-37c857c6-beec-4338-a246-8416f109311b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-37c857c6-beec-4338-a246-8416f109311b"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 1.125em);
}

[id="s-37c857c6-beec-4338-a246-8416f109311b"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 1.125em);
}

[id="s-37c857c6-beec-4338-a246-8416f109311b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 1.125em);
}

[id="s-37c857c6-beec-4338-a246-8416f109311b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 1.125em);
}

[id="s-37c857c6-beec-4338-a246-8416f109311b"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 1.125em);
}

[id="s-37c857c6-beec-4338-a246-8416f109311b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 1.125em);
}

[id="s-37c857c6-beec-4338-a246-8416f109311b"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 1.125em);
}

[id="s-37c857c6-beec-4338-a246-8416f109311b"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 1.125em);
}

[id="s-37c857c6-beec-4338-a246-8416f109311b"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 1.125em);
}

[id="s-37c857c6-beec-4338-a246-8416f109311b"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 1.125em);
}

[id="s-37c857c6-beec-4338-a246-8416f109311b"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 1.125em);
}

[id="s-37c857c6-beec-4338-a246-8416f109311b"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 1.125em);
}

}

@media (min-width: 992px) {
[id="s-37c857c6-beec-4338-a246-8416f109311b"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 1.125em);
}

[id="s-37c857c6-beec-4338-a246-8416f109311b"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 1.125em);
}

[id="s-37c857c6-beec-4338-a246-8416f109311b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 1.125em);
}

[id="s-37c857c6-beec-4338-a246-8416f109311b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 1.125em);
}

[id="s-37c857c6-beec-4338-a246-8416f109311b"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 1.125em);
}

[id="s-37c857c6-beec-4338-a246-8416f109311b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 1.125em);
}

[id="s-37c857c6-beec-4338-a246-8416f109311b"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 1.125em);
}

[id="s-37c857c6-beec-4338-a246-8416f109311b"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 1.125em);
}

[id="s-37c857c6-beec-4338-a246-8416f109311b"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 1.125em);
}

[id="s-37c857c6-beec-4338-a246-8416f109311b"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 1.125em);
}

[id="s-37c857c6-beec-4338-a246-8416f109311b"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 1.125em);
}

[id="s-37c857c6-beec-4338-a246-8416f109311b"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 1.125em);
}

}

@media (min-width: 1200px) {
[id="s-37c857c6-beec-4338-a246-8416f109311b"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 1.125em);
}

[id="s-37c857c6-beec-4338-a246-8416f109311b"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 1.125em);
}

[id="s-37c857c6-beec-4338-a246-8416f109311b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 1.125em);
}

[id="s-37c857c6-beec-4338-a246-8416f109311b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 1.125em);
}

[id="s-37c857c6-beec-4338-a246-8416f109311b"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 1.125em);
}

[id="s-37c857c6-beec-4338-a246-8416f109311b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 1.125em);
}

[id="s-37c857c6-beec-4338-a246-8416f109311b"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 1.125em);
}

[id="s-37c857c6-beec-4338-a246-8416f109311b"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 1.125em);
}

[id="s-37c857c6-beec-4338-a246-8416f109311b"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 1.125em);
}

[id="s-37c857c6-beec-4338-a246-8416f109311b"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 1.125em);
}

[id="s-37c857c6-beec-4338-a246-8416f109311b"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 1.125em);
}

[id="s-37c857c6-beec-4338-a246-8416f109311b"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 1.125em);
}

}

#s-1521f75a-141e-4c15-9042-9bca5c3eeb6f {
  border-style: solid;
margin-bottom: 1em;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
text-align: center;
}




  #s-1521f75a-141e-4c15-9042-9bca5c3eeb6f img.shogun-image {
    
    width: px;
  }


#s-1521f75a-141e-4c15-9042-9bca5c3eeb6f .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-033b14c2-e76b-485b-ab69-4b6f5881f539 {
  margin-top: 1em;
margin-left: 1em;
margin-bottom: 1em;
margin-right: 1em;
padding-top: 1em;
padding-left: 1em;
padding-bottom: 1em;
padding-right: 1em;
border-radius: 0px;
background-color: rgba(0, 0, 0, 1);
text-align: left;
text-decoration: none;
}
#s-033b14c2-e76b-485b-ab69-4b6f5881f539:hover {background-color: rgba(40, 230, 222, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;}#s-033b14c2-e76b-485b-ab69-4b6f5881f539:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-033b14c2-e76b-485b-ab69-4b6f5881f539.shg-btn {
  color: #ffffff;
  font-size: 1.5em;
  font-weight: 600;
  
  font-family: Oswald;
  display:  inline-block ;
}

#s-70591c9d-7883-4742-aea1-0e3926f25363 {
  border-style: solid;
margin-bottom: 1em;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
text-align: center;
}




  #s-70591c9d-7883-4742-aea1-0e3926f25363 img.shogun-image {
    
    width: px;
  }


#s-70591c9d-7883-4742-aea1-0e3926f25363 .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-2f866d53-17a0-4b95-8e2c-5cd1cca59607 {
  margin-top: 1em;
margin-left: 1em;
margin-bottom: 1em;
margin-right: 1em;
padding-top: 1em;
padding-left: 1em;
padding-bottom: 1em;
padding-right: 1em;
border-radius: 0px;
background-color: rgba(0, 0, 0, 1);
text-align: left;
text-decoration: none;
}
#s-2f866d53-17a0-4b95-8e2c-5cd1cca59607:hover {background-color: rgba(40, 230, 222, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;}#s-2f866d53-17a0-4b95-8e2c-5cd1cca59607:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-2f866d53-17a0-4b95-8e2c-5cd1cca59607.shg-btn {
  color: #ffffff;
  font-size: 1.5em;
  font-weight: 600;
  
  font-family: Oswald;
  display:  inline-block ;
}

#s-787bbeb5-808c-4605-83ed-a11477a54616 {
  border-style: solid;
margin-bottom: 1em;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
text-align: center;
}




  #s-787bbeb5-808c-4605-83ed-a11477a54616 img.shogun-image {
    
    width: px;
  }


#s-787bbeb5-808c-4605-83ed-a11477a54616 .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-cbf0623c-d447-4529-b49c-c6e39dc79ecb {
  margin-top: 1em;
margin-left: 1em;
margin-bottom: 1em;
margin-right: 1em;
padding-top: 1em;
padding-left: 1em;
padding-bottom: 1em;
padding-right: 1em;
border-radius: 0px;
background-color: rgba(0, 0, 0, 1);
text-align: left;
text-decoration: none;
}
#s-cbf0623c-d447-4529-b49c-c6e39dc79ecb:hover {background-color: rgba(40, 230, 222, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;}#s-cbf0623c-d447-4529-b49c-c6e39dc79ecb:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-cbf0623c-d447-4529-b49c-c6e39dc79ecb.shg-btn {
  color: #ffffff;
  font-size: 1.5em;
  font-weight: 600;
  
  font-family: Oswald;
  display:  inline-block ;
}

#s-c1f1206f-420a-4e1e-b836-72bdb94a6e3d {
  border-style: solid;
margin-bottom: 1em;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
text-align: center;
}




  #s-c1f1206f-420a-4e1e-b836-72bdb94a6e3d img.shogun-image {
    
    width: px;
  }


#s-c1f1206f-420a-4e1e-b836-72bdb94a6e3d .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-200c864b-f89b-455d-913f-f6f226bcdb20 {
  margin-top: 1em;
margin-left: 1em;
margin-bottom: 1em;
margin-right: 1em;
padding-top: 1em;
padding-left: 1em;
padding-bottom: 1em;
padding-right: 1em;
border-radius: 0px;
background-color: rgba(0, 0, 0, 1);
text-align: left;
text-decoration: none;
}
#s-200c864b-f89b-455d-913f-f6f226bcdb20:hover {background-color: rgba(40, 230, 222, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;}#s-200c864b-f89b-455d-913f-f6f226bcdb20:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-200c864b-f89b-455d-913f-f6f226bcdb20.shg-btn {
  color: #ffffff;
  font-size: 1.5em;
  font-weight: 600;
  
  font-family: Oswald;
  display:  inline-block ;
}

#s-5e0f650f-f7e2-4b8f-9b83-2878f62bd4c2 {
  margin-top: 1em;
margin-left: 1em;
margin-right: 1em;
min-height: 50px;
}
@media (min-width: 1200px){#s-5e0f650f-f7e2-4b8f-9b83-2878f62bd4c2 {
  display: none;
}
#s-5e0f650f-f7e2-4b8f-9b83-2878f62bd4c2, #wrap-s-5e0f650f-f7e2-4b8f-9b83-2878f62bd4c2 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-5e0f650f-f7e2-4b8f-9b83-2878f62bd4c2 {
  display: none;
}
#s-5e0f650f-f7e2-4b8f-9b83-2878f62bd4c2, #wrap-s-5e0f650f-f7e2-4b8f-9b83-2878f62bd4c2 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-5e0f650f-f7e2-4b8f-9b83-2878f62bd4c2 {
  
}
}@media (max-width: 767px){#s-5e0f650f-f7e2-4b8f-9b83-2878f62bd4c2 {
  
}
}







#s-5e0f650f-f7e2-4b8f-9b83-2878f62bd4c2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5e0f650f-f7e2-4b8f-9b83-2878f62bd4c2.shg-box.shg-c {
  justify-content: center;
}

#s-fe128f8f-f47c-4ada-b758-15cc44623fad {
  margin-bottom: 1em;
text-align: center;
}

#s-fe128f8f-f47c-4ada-b758-15cc44623fad .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: Oswald;
  font-style:  normal ;
  font-size: 1.5em;
  line-height: 1em;
  letter-spacing: ;
  text-align: center;
}



@media (min-width: 0px) {
[id="s-207c33a0-2d0f-44f8-9c0a-1f044a3d44cd"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 0.5em);
}

[id="s-207c33a0-2d0f-44f8-9c0a-1f044a3d44cd"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-207c33a0-2d0f-44f8-9c0a-1f044a3d44cd"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.75em);
}

[id="s-207c33a0-2d0f-44f8-9c0a-1f044a3d44cd"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.75em);
}

[id="s-207c33a0-2d0f-44f8-9c0a-1f044a3d44cd"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.75em);
}

[id="s-207c33a0-2d0f-44f8-9c0a-1f044a3d44cd"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.75em);
}

[id="s-207c33a0-2d0f-44f8-9c0a-1f044a3d44cd"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.75em);
}

[id="s-207c33a0-2d0f-44f8-9c0a-1f044a3d44cd"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.75em);
}

[id="s-207c33a0-2d0f-44f8-9c0a-1f044a3d44cd"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.75em);
}

[id="s-207c33a0-2d0f-44f8-9c0a-1f044a3d44cd"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.75em);
}

[id="s-207c33a0-2d0f-44f8-9c0a-1f044a3d44cd"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.75em);
}

[id="s-207c33a0-2d0f-44f8-9c0a-1f044a3d44cd"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.75em);
}

[id="s-207c33a0-2d0f-44f8-9c0a-1f044a3d44cd"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.75em);
}

[id="s-207c33a0-2d0f-44f8-9c0a-1f044a3d44cd"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.75em);
}

}

@media (min-width: 992px) {
[id="s-207c33a0-2d0f-44f8-9c0a-1f044a3d44cd"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.75em);
}

[id="s-207c33a0-2d0f-44f8-9c0a-1f044a3d44cd"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.75em);
}

[id="s-207c33a0-2d0f-44f8-9c0a-1f044a3d44cd"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.75em);
}

[id="s-207c33a0-2d0f-44f8-9c0a-1f044a3d44cd"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.75em);
}

[id="s-207c33a0-2d0f-44f8-9c0a-1f044a3d44cd"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.75em);
}

[id="s-207c33a0-2d0f-44f8-9c0a-1f044a3d44cd"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.75em);
}

[id="s-207c33a0-2d0f-44f8-9c0a-1f044a3d44cd"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.75em);
}

[id="s-207c33a0-2d0f-44f8-9c0a-1f044a3d44cd"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.75em);
}

[id="s-207c33a0-2d0f-44f8-9c0a-1f044a3d44cd"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.75em);
}

[id="s-207c33a0-2d0f-44f8-9c0a-1f044a3d44cd"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.75em);
}

[id="s-207c33a0-2d0f-44f8-9c0a-1f044a3d44cd"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.75em);
}

[id="s-207c33a0-2d0f-44f8-9c0a-1f044a3d44cd"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.75em);
}

}

@media (min-width: 1200px) {
[id="s-207c33a0-2d0f-44f8-9c0a-1f044a3d44cd"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.75em);
}

[id="s-207c33a0-2d0f-44f8-9c0a-1f044a3d44cd"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.75em);
}

[id="s-207c33a0-2d0f-44f8-9c0a-1f044a3d44cd"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.75em);
}

[id="s-207c33a0-2d0f-44f8-9c0a-1f044a3d44cd"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.75em);
}

[id="s-207c33a0-2d0f-44f8-9c0a-1f044a3d44cd"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.75em);
}

[id="s-207c33a0-2d0f-44f8-9c0a-1f044a3d44cd"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.75em);
}

[id="s-207c33a0-2d0f-44f8-9c0a-1f044a3d44cd"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.75em);
}

[id="s-207c33a0-2d0f-44f8-9c0a-1f044a3d44cd"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.75em);
}

[id="s-207c33a0-2d0f-44f8-9c0a-1f044a3d44cd"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.75em);
}

[id="s-207c33a0-2d0f-44f8-9c0a-1f044a3d44cd"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.75em);
}

[id="s-207c33a0-2d0f-44f8-9c0a-1f044a3d44cd"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.75em);
}

[id="s-207c33a0-2d0f-44f8-9c0a-1f044a3d44cd"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.75em);
}

}

#s-af012882-f6c9-4c22-b0d6-79a1796ee78b {
  border-style: solid;
margin-bottom: 1em;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
text-align: center;
}





#s-af012882-f6c9-4c22-b0d6-79a1796ee78b .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-9179b9b2-a924-46a1-8ac4-f2f6a48ba8d7 {
  padding-top: 1em;
padding-left: 1em;
padding-bottom: 1em;
padding-right: 1em;
border-radius: 0px;
background-color: rgba(0, 0, 0, 1);
text-align: left;
text-decoration: none;
}
#s-9179b9b2-a924-46a1-8ac4-f2f6a48ba8d7:hover {background-color: rgba(40, 230, 222, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;}#s-9179b9b2-a924-46a1-8ac4-f2f6a48ba8d7:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-9179b9b2-a924-46a1-8ac4-f2f6a48ba8d7.shg-btn {
  color: #ffffff;
  font-size: 1em;
  font-weight: 600;
  
  font-family: Oswald;
  display:  inline-block ;
}

#s-bbf4ca45-0caf-41cc-b94a-457034091bca {
  border-style: solid;
margin-bottom: 1em;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
text-align: center;
}




  #s-bbf4ca45-0caf-41cc-b94a-457034091bca img.shogun-image {
    
    width: px;
  }


#s-bbf4ca45-0caf-41cc-b94a-457034091bca .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-9a28f11d-71b0-4449-ba52-30754069fe83 {
  padding-top: 1em;
padding-left: 1em;
padding-bottom: 1em;
padding-right: 1em;
border-radius: 0px;
background-color: rgba(0, 0, 0, 1);
text-align: left;
text-decoration: none;
}
#s-9a28f11d-71b0-4449-ba52-30754069fe83:hover {background-color: rgba(40, 230, 222, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;}#s-9a28f11d-71b0-4449-ba52-30754069fe83:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-9a28f11d-71b0-4449-ba52-30754069fe83.shg-btn {
  color: #ffffff;
  font-size: 1em;
  font-weight: 600;
  
  font-family: Oswald;
  display:  inline-block ;
}

#s-ac269624-c035-46dd-b062-0a24930fe106 {
  border-style: solid;
margin-bottom: 1em;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
text-align: center;
}




  #s-ac269624-c035-46dd-b062-0a24930fe106 img.shogun-image {
    
    width: px;
  }


#s-ac269624-c035-46dd-b062-0a24930fe106 .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-e31aa6f4-25dc-4db1-b90a-d601b80b6785 {
  padding-top: 1em;
padding-left: 1em;
padding-bottom: 1em;
padding-right: 1em;
border-radius: 0px;
background-color: rgba(0, 0, 0, 1);
text-align: left;
text-decoration: none;
}
#s-e31aa6f4-25dc-4db1-b90a-d601b80b6785:hover {background-color: rgba(40, 230, 222, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;}#s-e31aa6f4-25dc-4db1-b90a-d601b80b6785:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-e31aa6f4-25dc-4db1-b90a-d601b80b6785.shg-btn {
  color: #ffffff;
  font-size: 1em;
  font-weight: 600;
  
  font-family: Oswald;
  display:  inline-block ;
}

#s-c7fd9b7c-c36d-4d55-811d-85d231ce9351 {
  border-style: solid;
margin-bottom: 1em;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
text-align: center;
}




  #s-c7fd9b7c-c36d-4d55-811d-85d231ce9351 img.shogun-image {
    
    width: px;
  }


#s-c7fd9b7c-c36d-4d55-811d-85d231ce9351 .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-42ee9f1a-ea19-4e2b-b3c9-a94cf9b573af {
  padding-top: 1em;
padding-left: 1em;
padding-bottom: 1em;
padding-right: 1em;
border-radius: 0px;
background-color: rgba(0, 0, 0, 1);
text-align: left;
text-decoration: none;
}
#s-42ee9f1a-ea19-4e2b-b3c9-a94cf9b573af:hover {background-color: rgba(40, 230, 222, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;}#s-42ee9f1a-ea19-4e2b-b3c9-a94cf9b573af:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-42ee9f1a-ea19-4e2b-b3c9-a94cf9b573af.shg-btn {
  color: #ffffff;
  font-size: 1em;
  font-weight: 600;
  
  font-family: Oswald;
  display:  inline-block ;
}

@media (min-width: 0px) {
[id="s-3696d046-e87b-456d-a8c5-7f6658a9d719"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 0.5em);
}

[id="s-3696d046-e87b-456d-a8c5-7f6658a9d719"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3696d046-e87b-456d-a8c5-7f6658a9d719"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.75em);
}

[id="s-3696d046-e87b-456d-a8c5-7f6658a9d719"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.75em);
}

[id="s-3696d046-e87b-456d-a8c5-7f6658a9d719"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.75em);
}

[id="s-3696d046-e87b-456d-a8c5-7f6658a9d719"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.75em);
}

[id="s-3696d046-e87b-456d-a8c5-7f6658a9d719"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.75em);
}

[id="s-3696d046-e87b-456d-a8c5-7f6658a9d719"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.75em);
}

[id="s-3696d046-e87b-456d-a8c5-7f6658a9d719"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.75em);
}

[id="s-3696d046-e87b-456d-a8c5-7f6658a9d719"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.75em);
}

[id="s-3696d046-e87b-456d-a8c5-7f6658a9d719"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.75em);
}

[id="s-3696d046-e87b-456d-a8c5-7f6658a9d719"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.75em);
}

[id="s-3696d046-e87b-456d-a8c5-7f6658a9d719"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.75em);
}

[id="s-3696d046-e87b-456d-a8c5-7f6658a9d719"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.75em);
}

}

@media (min-width: 992px) {
[id="s-3696d046-e87b-456d-a8c5-7f6658a9d719"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.75em);
}

[id="s-3696d046-e87b-456d-a8c5-7f6658a9d719"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.75em);
}

[id="s-3696d046-e87b-456d-a8c5-7f6658a9d719"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.75em);
}

[id="s-3696d046-e87b-456d-a8c5-7f6658a9d719"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.75em);
}

[id="s-3696d046-e87b-456d-a8c5-7f6658a9d719"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.75em);
}

[id="s-3696d046-e87b-456d-a8c5-7f6658a9d719"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.75em);
}

[id="s-3696d046-e87b-456d-a8c5-7f6658a9d719"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.75em);
}

[id="s-3696d046-e87b-456d-a8c5-7f6658a9d719"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.75em);
}

[id="s-3696d046-e87b-456d-a8c5-7f6658a9d719"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.75em);
}

[id="s-3696d046-e87b-456d-a8c5-7f6658a9d719"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.75em);
}

[id="s-3696d046-e87b-456d-a8c5-7f6658a9d719"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.75em);
}

[id="s-3696d046-e87b-456d-a8c5-7f6658a9d719"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.75em);
}

}

@media (min-width: 1200px) {
[id="s-3696d046-e87b-456d-a8c5-7f6658a9d719"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.75em);
}

[id="s-3696d046-e87b-456d-a8c5-7f6658a9d719"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.75em);
}

[id="s-3696d046-e87b-456d-a8c5-7f6658a9d719"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.75em);
}

[id="s-3696d046-e87b-456d-a8c5-7f6658a9d719"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.75em);
}

[id="s-3696d046-e87b-456d-a8c5-7f6658a9d719"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.75em);
}

[id="s-3696d046-e87b-456d-a8c5-7f6658a9d719"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.75em);
}

[id="s-3696d046-e87b-456d-a8c5-7f6658a9d719"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.75em);
}

[id="s-3696d046-e87b-456d-a8c5-7f6658a9d719"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.75em);
}

[id="s-3696d046-e87b-456d-a8c5-7f6658a9d719"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.75em);
}

[id="s-3696d046-e87b-456d-a8c5-7f6658a9d719"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.75em);
}

[id="s-3696d046-e87b-456d-a8c5-7f6658a9d719"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.75em);
}

[id="s-3696d046-e87b-456d-a8c5-7f6658a9d719"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.75em);
}

}

#s-6ca727c8-77b3-4eea-b38d-ea4f38a12640 {
  border-style: solid;
margin-bottom: 1em;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
text-align: center;
}




  #s-6ca727c8-77b3-4eea-b38d-ea4f38a12640 img.shogun-image {
    
    width: px;
  }


#s-6ca727c8-77b3-4eea-b38d-ea4f38a12640 .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-83fb2026-2a9b-447c-aaf7-ca237dd1e17e {
  padding-top: 1em;
padding-left: 1em;
padding-bottom: 1em;
padding-right: 1em;
border-radius: 0px;
background-color: rgba(0, 0, 0, 1);
text-align: left;
text-decoration: none;
}
#s-83fb2026-2a9b-447c-aaf7-ca237dd1e17e:hover {background-color: rgba(40, 230, 222, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;}#s-83fb2026-2a9b-447c-aaf7-ca237dd1e17e:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-83fb2026-2a9b-447c-aaf7-ca237dd1e17e.shg-btn {
  color: #ffffff;
  font-size: 1em;
  font-weight: 600;
  
  font-family: Oswald;
  display:  inline-block ;
}

#s-b36674fa-8630-4d08-b047-c4524f49dc81 {
  border-style: solid;
margin-bottom: 1em;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
text-align: center;
}




  #s-b36674fa-8630-4d08-b047-c4524f49dc81 img.shogun-image {
    
    width: px;
  }


#s-b36674fa-8630-4d08-b047-c4524f49dc81 .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-3029ba2c-30cc-412d-86ec-1a07f20a12bd {
  padding-top: 1em;
padding-left: 1em;
padding-bottom: 1em;
padding-right: 1em;
border-radius: 0px;
background-color: rgba(0, 0, 0, 1);
text-align: left;
text-decoration: none;
}
#s-3029ba2c-30cc-412d-86ec-1a07f20a12bd:hover {background-color: rgba(40, 230, 222, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;}#s-3029ba2c-30cc-412d-86ec-1a07f20a12bd:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-3029ba2c-30cc-412d-86ec-1a07f20a12bd.shg-btn {
  color: #ffffff;
  font-size: 1em;
  font-weight: 600;
  
  font-family: Oswald;
  display:  inline-block ;
}

#s-31eaced6-1f70-4208-b152-ba8845ee6d72 {
  border-style: solid;
margin-bottom: 1em;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
text-align: center;
}




  #s-31eaced6-1f70-4208-b152-ba8845ee6d72 img.shogun-image {
    
    width: px;
  }


#s-31eaced6-1f70-4208-b152-ba8845ee6d72 .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-d4dbb902-83c8-47c7-aed3-b59d7cfee117 {
  padding-top: 1em;
padding-left: 1em;
padding-bottom: 1em;
padding-right: 1em;
border-radius: 0px;
background-color: rgba(0, 0, 0, 1);
text-align: left;
text-decoration: none;
}
#s-d4dbb902-83c8-47c7-aed3-b59d7cfee117:hover {background-color: rgba(40, 230, 222, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;}#s-d4dbb902-83c8-47c7-aed3-b59d7cfee117:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-d4dbb902-83c8-47c7-aed3-b59d7cfee117.shg-btn {
  color: #ffffff;
  font-size: 1em;
  font-weight: 600;
  
  font-family: Oswald;
  display:  inline-block ;
}

#s-10625ad7-712e-4abe-a89b-33adff0afd6c {
  border-style: solid;
margin-bottom: 1em;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
text-align: center;
}




  #s-10625ad7-712e-4abe-a89b-33adff0afd6c img.shogun-image {
    
    width: px;
  }


#s-10625ad7-712e-4abe-a89b-33adff0afd6c .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-e4cca78b-58d6-4d10-8010-83e8d3b77273 {
  padding-top: 1em;
padding-left: 1em;
padding-bottom: 1em;
padding-right: 1em;
border-radius: 0px;
background-color: rgba(0, 0, 0, 1);
text-align: left;
text-decoration: none;
}
#s-e4cca78b-58d6-4d10-8010-83e8d3b77273:hover {background-color: rgba(40, 230, 222, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;}#s-e4cca78b-58d6-4d10-8010-83e8d3b77273:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-e4cca78b-58d6-4d10-8010-83e8d3b77273.shg-btn {
  color: #ffffff;
  font-size: 1em;
  font-weight: 600;
  
  font-family: Oswald;
  display:  inline-block ;
}

#s-e91df5f9-1bd7-4dd5-b9f7-f2cccccea0d1 {
  margin-top: 1.5em;
margin-bottom: 1.5em;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-e91df5f9-1bd7-4dd5-b9f7-f2cccccea0d1 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e91df5f9-1bd7-4dd5-b9f7-f2cccccea0d1 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-e91df5f9-1bd7-4dd5-b9f7-f2cccccea0d1 {
  display: none;
}
#s-e91df5f9-1bd7-4dd5-b9f7-f2cccccea0d1, #wrap-s-e91df5f9-1bd7-4dd5-b9f7-f2cccccea0d1 { display:none !important; }}@media (max-width: 767px){#s-e91df5f9-1bd7-4dd5-b9f7-f2cccccea0d1 {
  display: none;
}
#s-e91df5f9-1bd7-4dd5-b9f7-f2cccccea0d1, #wrap-s-e91df5f9-1bd7-4dd5-b9f7-f2cccccea0d1 { display:none !important; }}







#s-e91df5f9-1bd7-4dd5-b9f7-f2cccccea0d1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e91df5f9-1bd7-4dd5-b9f7-f2cccccea0d1.shg-box.shg-c {
  justify-content: center;
}

#s-d04673f6-ca53-46ed-b7bc-17489bee5f06 {
  margin-bottom: 1em;
text-align: center;
}

#s-d04673f6-ca53-46ed-b7bc-17489bee5f06 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: Oswald;
  font-style:  normal ;
  font-size: 48px;
  line-height: 1em;
  letter-spacing: ;
  text-align: center;
}



#s-a374a9b7-9a5e-479e-9fdc-57500179c310 {
  margin-left: 2em;
margin-right: 2em;
padding-top: 10px;
padding-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-73d7e375-0212-4df4-88c9-324849e5be16"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 0.5em);
}

[id="s-73d7e375-0212-4df4-88c9-324849e5be16"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-73d7e375-0212-4df4-88c9-324849e5be16"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.75em);
}

[id="s-73d7e375-0212-4df4-88c9-324849e5be16"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.75em);
}

[id="s-73d7e375-0212-4df4-88c9-324849e5be16"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.75em);
}

[id="s-73d7e375-0212-4df4-88c9-324849e5be16"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.75em);
}

[id="s-73d7e375-0212-4df4-88c9-324849e5be16"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.75em);
}

[id="s-73d7e375-0212-4df4-88c9-324849e5be16"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.75em);
}

[id="s-73d7e375-0212-4df4-88c9-324849e5be16"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.75em);
}

[id="s-73d7e375-0212-4df4-88c9-324849e5be16"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.75em);
}

[id="s-73d7e375-0212-4df4-88c9-324849e5be16"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.75em);
}

[id="s-73d7e375-0212-4df4-88c9-324849e5be16"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.75em);
}

[id="s-73d7e375-0212-4df4-88c9-324849e5be16"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.75em);
}

[id="s-73d7e375-0212-4df4-88c9-324849e5be16"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.75em);
}

}

@media (min-width: 992px) {
[id="s-73d7e375-0212-4df4-88c9-324849e5be16"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.75em);
}

[id="s-73d7e375-0212-4df4-88c9-324849e5be16"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.75em);
}

[id="s-73d7e375-0212-4df4-88c9-324849e5be16"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.75em);
}

[id="s-73d7e375-0212-4df4-88c9-324849e5be16"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.75em);
}

[id="s-73d7e375-0212-4df4-88c9-324849e5be16"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.75em);
}

[id="s-73d7e375-0212-4df4-88c9-324849e5be16"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.75em);
}

[id="s-73d7e375-0212-4df4-88c9-324849e5be16"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.75em);
}

[id="s-73d7e375-0212-4df4-88c9-324849e5be16"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.75em);
}

[id="s-73d7e375-0212-4df4-88c9-324849e5be16"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.75em);
}

[id="s-73d7e375-0212-4df4-88c9-324849e5be16"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.75em);
}

[id="s-73d7e375-0212-4df4-88c9-324849e5be16"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.75em);
}

[id="s-73d7e375-0212-4df4-88c9-324849e5be16"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.75em);
}

}

@media (min-width: 1200px) {
[id="s-73d7e375-0212-4df4-88c9-324849e5be16"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.75em);
}

[id="s-73d7e375-0212-4df4-88c9-324849e5be16"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.75em);
}

[id="s-73d7e375-0212-4df4-88c9-324849e5be16"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.75em);
}

[id="s-73d7e375-0212-4df4-88c9-324849e5be16"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.75em);
}

[id="s-73d7e375-0212-4df4-88c9-324849e5be16"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.75em);
}

[id="s-73d7e375-0212-4df4-88c9-324849e5be16"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.75em);
}

[id="s-73d7e375-0212-4df4-88c9-324849e5be16"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.75em);
}

[id="s-73d7e375-0212-4df4-88c9-324849e5be16"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.75em);
}

[id="s-73d7e375-0212-4df4-88c9-324849e5be16"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.75em);
}

[id="s-73d7e375-0212-4df4-88c9-324849e5be16"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.75em);
}

[id="s-73d7e375-0212-4df4-88c9-324849e5be16"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.75em);
}

[id="s-73d7e375-0212-4df4-88c9-324849e5be16"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.75em);
}

}

#s-4581a578-c8d5-4d4d-a514-c223ce42c516 {
  min-height: 50px;
}








#s-4581a578-c8d5-4d4d-a514-c223ce42c516 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4581a578-c8d5-4d4d-a514-c223ce42c516.shg-box.shg-c {
  justify-content: center;
}

#s-89dbd1e3-c362-4f8b-8680-2f1efecd6f54 {
  border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
text-align: center;
}




  #s-89dbd1e3-c362-4f8b-8680-2f1efecd6f54 img.shogun-image {
    
    width: px;
  }


#s-89dbd1e3-c362-4f8b-8680-2f1efecd6f54 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-c7b636e4-824a-40ae-94f5-0a70b69bf222 {
  margin-top: 10px;
margin-left: 1em;
margin-bottom: 10px;
margin-right: 1em;
}

#s-587f93c7-d532-45af-9c30-9434c2f89877 {
  margin-left: 1em;
margin-right: 1em;
}

#s-05857224-47aa-46e6-ae69-fdb04f4f8a6b {
  min-height: 50px;
}








#s-05857224-47aa-46e6-ae69-fdb04f4f8a6b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-05857224-47aa-46e6-ae69-fdb04f4f8a6b.shg-box.shg-c {
  justify-content: center;
}

#s-beb5d3ac-1b57-4b6b-9b6e-3d86e4f2bd91 {
  border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
text-align: center;
}




  #s-beb5d3ac-1b57-4b6b-9b6e-3d86e4f2bd91 img.shogun-image {
    
    width: px;
  }


#s-beb5d3ac-1b57-4b6b-9b6e-3d86e4f2bd91 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-9a1e6f7a-16b8-4d32-955a-11a2b75b6182 {
  margin-top: 10px;
margin-left: 1em;
margin-bottom: 10px;
margin-right: 1em;
}

#s-e38f69b6-6bb9-459b-8a75-62c1328e2a14 {
  margin-left: 1em;
margin-right: 1em;
}

#s-cc2bfb17-1fe4-46af-b1b5-8b721f65d032 {
  min-height: 50px;
}








#s-cc2bfb17-1fe4-46af-b1b5-8b721f65d032 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cc2bfb17-1fe4-46af-b1b5-8b721f65d032.shg-box.shg-c {
  justify-content: center;
}

#s-f3ec3765-bca9-49e5-a4b6-bca68e6e252e {
  border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
text-align: center;
}




  #s-f3ec3765-bca9-49e5-a4b6-bca68e6e252e img.shogun-image {
    
    width: px;
  }


#s-f3ec3765-bca9-49e5-a4b6-bca68e6e252e .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-31cba452-02f5-4f5c-8c28-de772ec1efec {
  margin-top: 10px;
margin-left: 1em;
margin-bottom: 10px;
margin-right: 1em;
}

#s-b7b80157-ec12-44c0-9137-668f0209ffca {
  margin-left: 1em;
margin-right: 1em;
}

#s-0debeff4-1b5e-4ed8-a8be-c17d6b594313 {
  min-height: 50px;
}








#s-0debeff4-1b5e-4ed8-a8be-c17d6b594313 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0debeff4-1b5e-4ed8-a8be-c17d6b594313.shg-box.shg-c {
  justify-content: center;
}

#s-e06dba4a-4aba-4d5d-a9c8-f08018656098 {
  border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
text-align: center;
}




  #s-e06dba4a-4aba-4d5d-a9c8-f08018656098 img.shogun-image {
    
    width: px;
  }


#s-e06dba4a-4aba-4d5d-a9c8-f08018656098 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-9c7bc5de-4929-4f9e-8301-49f2bebd031f {
  margin-top: 10px;
margin-left: 1em;
margin-bottom: 10px;
margin-right: 1em;
}

#s-883c23e8-f7e8-4941-b155-358fbb19b4c3 {
  margin-left: 1em;
margin-right: 1em;
}

@media (min-width: 0px) {
[id="s-f05a3dff-0338-4a19-826f-cbb527cfbe69"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 0.5em);
}

[id="s-f05a3dff-0338-4a19-826f-cbb527cfbe69"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f05a3dff-0338-4a19-826f-cbb527cfbe69"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.75em);
}

[id="s-f05a3dff-0338-4a19-826f-cbb527cfbe69"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.75em);
}

[id="s-f05a3dff-0338-4a19-826f-cbb527cfbe69"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.75em);
}

[id="s-f05a3dff-0338-4a19-826f-cbb527cfbe69"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.75em);
}

[id="s-f05a3dff-0338-4a19-826f-cbb527cfbe69"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.75em);
}

[id="s-f05a3dff-0338-4a19-826f-cbb527cfbe69"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.75em);
}

[id="s-f05a3dff-0338-4a19-826f-cbb527cfbe69"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.75em);
}

[id="s-f05a3dff-0338-4a19-826f-cbb527cfbe69"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.75em);
}

[id="s-f05a3dff-0338-4a19-826f-cbb527cfbe69"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.75em);
}

[id="s-f05a3dff-0338-4a19-826f-cbb527cfbe69"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.75em);
}

[id="s-f05a3dff-0338-4a19-826f-cbb527cfbe69"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.75em);
}

[id="s-f05a3dff-0338-4a19-826f-cbb527cfbe69"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.75em);
}

}

@media (min-width: 992px) {
[id="s-f05a3dff-0338-4a19-826f-cbb527cfbe69"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.75em);
}

[id="s-f05a3dff-0338-4a19-826f-cbb527cfbe69"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.75em);
}

[id="s-f05a3dff-0338-4a19-826f-cbb527cfbe69"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.75em);
}

[id="s-f05a3dff-0338-4a19-826f-cbb527cfbe69"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.75em);
}

[id="s-f05a3dff-0338-4a19-826f-cbb527cfbe69"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.75em);
}

[id="s-f05a3dff-0338-4a19-826f-cbb527cfbe69"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.75em);
}

[id="s-f05a3dff-0338-4a19-826f-cbb527cfbe69"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.75em);
}

[id="s-f05a3dff-0338-4a19-826f-cbb527cfbe69"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.75em);
}

[id="s-f05a3dff-0338-4a19-826f-cbb527cfbe69"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.75em);
}

[id="s-f05a3dff-0338-4a19-826f-cbb527cfbe69"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.75em);
}

[id="s-f05a3dff-0338-4a19-826f-cbb527cfbe69"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.75em);
}

[id="s-f05a3dff-0338-4a19-826f-cbb527cfbe69"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.75em);
}

}

@media (min-width: 1200px) {
[id="s-f05a3dff-0338-4a19-826f-cbb527cfbe69"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.75em);
}

[id="s-f05a3dff-0338-4a19-826f-cbb527cfbe69"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.75em);
}

[id="s-f05a3dff-0338-4a19-826f-cbb527cfbe69"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.75em);
}

[id="s-f05a3dff-0338-4a19-826f-cbb527cfbe69"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.75em);
}

[id="s-f05a3dff-0338-4a19-826f-cbb527cfbe69"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.75em);
}

[id="s-f05a3dff-0338-4a19-826f-cbb527cfbe69"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.75em);
}

[id="s-f05a3dff-0338-4a19-826f-cbb527cfbe69"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.75em);
}

[id="s-f05a3dff-0338-4a19-826f-cbb527cfbe69"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.75em);
}

[id="s-f05a3dff-0338-4a19-826f-cbb527cfbe69"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.75em);
}

[id="s-f05a3dff-0338-4a19-826f-cbb527cfbe69"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.75em);
}

[id="s-f05a3dff-0338-4a19-826f-cbb527cfbe69"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.75em);
}

[id="s-f05a3dff-0338-4a19-826f-cbb527cfbe69"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.75em);
}

}

#s-5dfd8433-47aa-43b7-91f5-90fb0b006de1 {
  min-height: 50px;
}








#s-5dfd8433-47aa-43b7-91f5-90fb0b006de1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5dfd8433-47aa-43b7-91f5-90fb0b006de1.shg-box.shg-c {
  justify-content: center;
}

#s-13d36d93-3be9-45d9-a72b-2b31dd9f8cfe {
  border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
text-align: center;
}




  #s-13d36d93-3be9-45d9-a72b-2b31dd9f8cfe img.shogun-image {
    
    width: px;
  }


#s-13d36d93-3be9-45d9-a72b-2b31dd9f8cfe .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-065a8920-dc49-49ec-bd32-64b11df64f5c {
  margin-top: 10px;
margin-left: 1em;
margin-bottom: 10px;
margin-right: 1em;
}

#s-b924e994-1142-4a63-895a-b6d394defe89 {
  margin-left: 1em;
margin-right: 1em;
}

#s-709cdadb-8264-4b5b-a716-c15729268a1f {
  min-height: 50px;
}








#s-709cdadb-8264-4b5b-a716-c15729268a1f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-709cdadb-8264-4b5b-a716-c15729268a1f.shg-box.shg-c {
  justify-content: center;
}

#s-4d5861d5-c15c-4533-8fa7-6956a5570811 {
  border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
text-align: center;
}




  #s-4d5861d5-c15c-4533-8fa7-6956a5570811 img.shogun-image {
    
    width: px;
  }


#s-4d5861d5-c15c-4533-8fa7-6956a5570811 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-a5588a64-1c8f-44c6-ade5-1d6c2cf6167b {
  margin-top: 10px;
margin-left: 1em;
margin-bottom: 10px;
margin-right: 1em;
}

#s-644f0ede-8a90-4b9b-8eb8-6733a71c9e46 {
  margin-left: 1em;
margin-right: 1em;
}

#s-9e6ad16d-c68a-465b-98b5-e006f65787c3 {
  min-height: 50px;
}








#s-9e6ad16d-c68a-465b-98b5-e006f65787c3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9e6ad16d-c68a-465b-98b5-e006f65787c3.shg-box.shg-c {
  justify-content: center;
}

#s-de1b1b14-a383-4792-955b-76ea117b32b0 {
  border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
text-align: center;
}




  #s-de1b1b14-a383-4792-955b-76ea117b32b0 img.shogun-image {
    
    width: px;
  }


#s-de1b1b14-a383-4792-955b-76ea117b32b0 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-cd793eae-8902-4bba-b93c-53000b1f6d05 {
  margin-top: 10px;
margin-left: 1em;
margin-bottom: 10px;
margin-right: 1em;
}

#s-a370b152-e90e-428c-9cb1-f41f0596aec8 {
  margin-left: 1em;
margin-right: 1em;
}

#s-e7730239-7f23-4b37-b343-1e06c97ed6a1 {
  min-height: 50px;
}








#s-e7730239-7f23-4b37-b343-1e06c97ed6a1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e7730239-7f23-4b37-b343-1e06c97ed6a1.shg-box.shg-c {
  justify-content: center;
}

#s-9383c36b-8733-4de2-8b48-bf527f4e2d59 {
  border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
text-align: center;
}




  #s-9383c36b-8733-4de2-8b48-bf527f4e2d59 img.shogun-image {
    
    width: px;
  }


#s-9383c36b-8733-4de2-8b48-bf527f4e2d59 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-d9eaddf0-e6ed-4d16-bd96-33651b254239 {
  margin-top: 10px;
margin-left: 1em;
margin-bottom: 10px;
margin-right: 1em;
}

#s-290fd91f-dbe0-4d22-875f-7781ca801307 {
  margin-left: 1em;
margin-right: 1em;
}

@media (min-width: 0px) {
[id="s-f93fab0c-de60-48e0-9de6-c6e92e30abd9"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 0.5em);
}

[id="s-f93fab0c-de60-48e0-9de6-c6e92e30abd9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f93fab0c-de60-48e0-9de6-c6e92e30abd9"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.75em);
}

[id="s-f93fab0c-de60-48e0-9de6-c6e92e30abd9"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.75em);
}

[id="s-f93fab0c-de60-48e0-9de6-c6e92e30abd9"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.75em);
}

[id="s-f93fab0c-de60-48e0-9de6-c6e92e30abd9"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.75em);
}

[id="s-f93fab0c-de60-48e0-9de6-c6e92e30abd9"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.75em);
}

[id="s-f93fab0c-de60-48e0-9de6-c6e92e30abd9"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.75em);
}

[id="s-f93fab0c-de60-48e0-9de6-c6e92e30abd9"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.75em);
}

[id="s-f93fab0c-de60-48e0-9de6-c6e92e30abd9"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.75em);
}

[id="s-f93fab0c-de60-48e0-9de6-c6e92e30abd9"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.75em);
}

[id="s-f93fab0c-de60-48e0-9de6-c6e92e30abd9"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.75em);
}

[id="s-f93fab0c-de60-48e0-9de6-c6e92e30abd9"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.75em);
}

[id="s-f93fab0c-de60-48e0-9de6-c6e92e30abd9"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.75em);
}

}

@media (min-width: 992px) {
[id="s-f93fab0c-de60-48e0-9de6-c6e92e30abd9"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.75em);
}

[id="s-f93fab0c-de60-48e0-9de6-c6e92e30abd9"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.75em);
}

[id="s-f93fab0c-de60-48e0-9de6-c6e92e30abd9"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.75em);
}

[id="s-f93fab0c-de60-48e0-9de6-c6e92e30abd9"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.75em);
}

[id="s-f93fab0c-de60-48e0-9de6-c6e92e30abd9"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.75em);
}

[id="s-f93fab0c-de60-48e0-9de6-c6e92e30abd9"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.75em);
}

[id="s-f93fab0c-de60-48e0-9de6-c6e92e30abd9"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.75em);
}

[id="s-f93fab0c-de60-48e0-9de6-c6e92e30abd9"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.75em);
}

[id="s-f93fab0c-de60-48e0-9de6-c6e92e30abd9"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.75em);
}

[id="s-f93fab0c-de60-48e0-9de6-c6e92e30abd9"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.75em);
}

[id="s-f93fab0c-de60-48e0-9de6-c6e92e30abd9"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.75em);
}

[id="s-f93fab0c-de60-48e0-9de6-c6e92e30abd9"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.75em);
}

}

@media (min-width: 1200px) {
[id="s-f93fab0c-de60-48e0-9de6-c6e92e30abd9"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.75em);
}

[id="s-f93fab0c-de60-48e0-9de6-c6e92e30abd9"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.75em);
}

[id="s-f93fab0c-de60-48e0-9de6-c6e92e30abd9"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.75em);
}

[id="s-f93fab0c-de60-48e0-9de6-c6e92e30abd9"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.75em);
}

[id="s-f93fab0c-de60-48e0-9de6-c6e92e30abd9"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.75em);
}

[id="s-f93fab0c-de60-48e0-9de6-c6e92e30abd9"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.75em);
}

[id="s-f93fab0c-de60-48e0-9de6-c6e92e30abd9"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.75em);
}

[id="s-f93fab0c-de60-48e0-9de6-c6e92e30abd9"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.75em);
}

[id="s-f93fab0c-de60-48e0-9de6-c6e92e30abd9"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.75em);
}

[id="s-f93fab0c-de60-48e0-9de6-c6e92e30abd9"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.75em);
}

[id="s-f93fab0c-de60-48e0-9de6-c6e92e30abd9"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.75em);
}

[id="s-f93fab0c-de60-48e0-9de6-c6e92e30abd9"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.75em);
}

}

#s-5ee07885-221f-456f-aaf2-84a4c54839c6 {
  min-height: 50px;
}








#s-5ee07885-221f-456f-aaf2-84a4c54839c6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5ee07885-221f-456f-aaf2-84a4c54839c6.shg-box.shg-c {
  justify-content: center;
}

#s-c78c8094-e93b-4ec6-8e52-3d9660465663 {
  border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
text-align: center;
}




  #s-c78c8094-e93b-4ec6-8e52-3d9660465663 img.shogun-image {
    
    width: px;
  }


#s-c78c8094-e93b-4ec6-8e52-3d9660465663 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-b1e83dd0-8e5c-4313-bb40-79f288a1cc4d {
  margin-top: 10px;
margin-left: 1em;
margin-bottom: 10px;
margin-right: 1em;
}

#s-53a610a5-2831-4199-a5d6-127eb37c129d {
  margin-left: 1em;
margin-right: 1em;
}

#s-5ab6d13f-ed06-4d0c-bd01-06bcdfb2599a {
  min-height: 50px;
}








#s-5ab6d13f-ed06-4d0c-bd01-06bcdfb2599a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5ab6d13f-ed06-4d0c-bd01-06bcdfb2599a.shg-box.shg-c {
  justify-content: center;
}

#s-ec042200-b767-40f0-96ed-b79970a00793 {
  border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
text-align: center;
}




  #s-ec042200-b767-40f0-96ed-b79970a00793 img.shogun-image {
    
    width: px;
  }


#s-ec042200-b767-40f0-96ed-b79970a00793 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-c2f4d25d-a421-443d-b4a7-34cdc0f84feb {
  margin-top: 10px;
margin-left: 1em;
margin-bottom: 10px;
margin-right: 1em;
}

#s-c3cc956d-d2b0-423d-83a8-9d74492ffac7 {
  margin-left: 1em;
margin-right: 1em;
}

#s-2e35f2c8-2360-4fe2-86f3-56666bf714e6 {
  min-height: 50px;
}








#s-2e35f2c8-2360-4fe2-86f3-56666bf714e6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2e35f2c8-2360-4fe2-86f3-56666bf714e6.shg-box.shg-c {
  justify-content: center;
}

#s-ab5b62be-5b88-41d7-984c-d101b8856ac8 {
  border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
text-align: center;
}




  #s-ab5b62be-5b88-41d7-984c-d101b8856ac8 img.shogun-image {
    
    width: px;
  }


#s-ab5b62be-5b88-41d7-984c-d101b8856ac8 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-f8e98137-15b7-4261-8969-05de815192df {
  margin-top: 10px;
margin-left: 1em;
margin-bottom: 10px;
margin-right: 1em;
}

#s-06daba12-0705-41f9-9d16-7a36ac973cf7 {
  margin-left: 1em;
margin-right: 1em;
}

#s-2f9feb54-3fbb-4ebe-9d7a-511521251c66 {
  min-height: 50px;
}








#s-2f9feb54-3fbb-4ebe-9d7a-511521251c66 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2f9feb54-3fbb-4ebe-9d7a-511521251c66.shg-box.shg-c {
  justify-content: center;
}

#s-679cdf22-65b4-4422-b45e-f3e79e554aa1 {
  border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
text-align: center;
}




  #s-679cdf22-65b4-4422-b45e-f3e79e554aa1 img.shogun-image {
    
    width: px;
  }


#s-679cdf22-65b4-4422-b45e-f3e79e554aa1 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-e6af2acb-9092-4231-97bf-8af7d2d00051 {
  margin-top: 10px;
margin-left: 1em;
margin-bottom: 10px;
margin-right: 1em;
}

#s-494b056b-c11c-4c27-84f5-bd93680fd01a {
  margin-left: 1em;
margin-right: 1em;
}

#s-27535ec6-f191-428c-90be-73bcc05080c4 {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-27535ec6-f191-428c-90be-73bcc05080c4 {
  display: none;
}
#s-27535ec6-f191-428c-90be-73bcc05080c4, #wrap-s-27535ec6-f191-428c-90be-73bcc05080c4 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-27535ec6-f191-428c-90be-73bcc05080c4 {
  display: none;
}
#s-27535ec6-f191-428c-90be-73bcc05080c4, #wrap-s-27535ec6-f191-428c-90be-73bcc05080c4 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-27535ec6-f191-428c-90be-73bcc05080c4 {
  
}
}@media (max-width: 767px){#s-27535ec6-f191-428c-90be-73bcc05080c4 {
  
}
}







#s-27535ec6-f191-428c-90be-73bcc05080c4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-27535ec6-f191-428c-90be-73bcc05080c4.shg-box.shg-c {
  justify-content: center;
}

#s-5dddf776-0601-4990-bcb4-3e1c23416f33 {
  padding-top: 1em;
padding-bottom: 1em;
text-align: center;
}

#s-5dddf776-0601-4990-bcb4-3e1c23416f33 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: Oswald;
  font-style:  normal ;
  font-size: 1.5em;
  line-height: 1em;
  letter-spacing: ;
  text-align: center;
}



#s-d5764dc6-ecb5-4b88-bfdc-113257c8331c {
  margin-left: 1em;
margin-right: 1em;
min-height: 50px;
}








#s-d5764dc6-ecb5-4b88-bfdc-113257c8331c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d5764dc6-ecb5-4b88-bfdc-113257c8331c.shg-box.shg-c {
  justify-content: center;
}

#s-efb18a40-adc1-4e70-9627-9e644425c1dd {
  margin-bottom: 1em;
}

@media (min-width: 0px) {
[id="s-efb18a40-adc1-4e70-9627-9e644425c1dd"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 0.5em);
}

[id="s-efb18a40-adc1-4e70-9627-9e644425c1dd"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-efb18a40-adc1-4e70-9627-9e644425c1dd"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.75em);
}

[id="s-efb18a40-adc1-4e70-9627-9e644425c1dd"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.75em);
}

[id="s-efb18a40-adc1-4e70-9627-9e644425c1dd"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.75em);
}

[id="s-efb18a40-adc1-4e70-9627-9e644425c1dd"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.75em);
}

[id="s-efb18a40-adc1-4e70-9627-9e644425c1dd"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.75em);
}

[id="s-efb18a40-adc1-4e70-9627-9e644425c1dd"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.75em);
}

[id="s-efb18a40-adc1-4e70-9627-9e644425c1dd"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.75em);
}

[id="s-efb18a40-adc1-4e70-9627-9e644425c1dd"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.75em);
}

[id="s-efb18a40-adc1-4e70-9627-9e644425c1dd"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.75em);
}

[id="s-efb18a40-adc1-4e70-9627-9e644425c1dd"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.75em);
}

[id="s-efb18a40-adc1-4e70-9627-9e644425c1dd"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.75em);
}

[id="s-efb18a40-adc1-4e70-9627-9e644425c1dd"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.75em);
}

}

@media (min-width: 992px) {
[id="s-efb18a40-adc1-4e70-9627-9e644425c1dd"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.75em);
}

[id="s-efb18a40-adc1-4e70-9627-9e644425c1dd"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.75em);
}

[id="s-efb18a40-adc1-4e70-9627-9e644425c1dd"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.75em);
}

[id="s-efb18a40-adc1-4e70-9627-9e644425c1dd"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.75em);
}

[id="s-efb18a40-adc1-4e70-9627-9e644425c1dd"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.75em);
}

[id="s-efb18a40-adc1-4e70-9627-9e644425c1dd"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.75em);
}

[id="s-efb18a40-adc1-4e70-9627-9e644425c1dd"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.75em);
}

[id="s-efb18a40-adc1-4e70-9627-9e644425c1dd"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.75em);
}

[id="s-efb18a40-adc1-4e70-9627-9e644425c1dd"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.75em);
}

[id="s-efb18a40-adc1-4e70-9627-9e644425c1dd"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.75em);
}

[id="s-efb18a40-adc1-4e70-9627-9e644425c1dd"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.75em);
}

[id="s-efb18a40-adc1-4e70-9627-9e644425c1dd"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.75em);
}

}

@media (min-width: 1200px) {
[id="s-efb18a40-adc1-4e70-9627-9e644425c1dd"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.75em);
}

[id="s-efb18a40-adc1-4e70-9627-9e644425c1dd"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.75em);
}

[id="s-efb18a40-adc1-4e70-9627-9e644425c1dd"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.75em);
}

[id="s-efb18a40-adc1-4e70-9627-9e644425c1dd"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.75em);
}

[id="s-efb18a40-adc1-4e70-9627-9e644425c1dd"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.75em);
}

[id="s-efb18a40-adc1-4e70-9627-9e644425c1dd"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.75em);
}

[id="s-efb18a40-adc1-4e70-9627-9e644425c1dd"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.75em);
}

[id="s-efb18a40-adc1-4e70-9627-9e644425c1dd"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.75em);
}

[id="s-efb18a40-adc1-4e70-9627-9e644425c1dd"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.75em);
}

[id="s-efb18a40-adc1-4e70-9627-9e644425c1dd"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.75em);
}

[id="s-efb18a40-adc1-4e70-9627-9e644425c1dd"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.75em);
}

[id="s-efb18a40-adc1-4e70-9627-9e644425c1dd"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.75em);
}

}

#s-b2a504c0-3398-4b2c-b1b8-a8885692ef33 {
  min-height: 50px;
}








#s-b2a504c0-3398-4b2c-b1b8-a8885692ef33 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b2a504c0-3398-4b2c-b1b8-a8885692ef33.shg-box.shg-c {
  justify-content: center;
}

#s-394f2c34-dec1-4726-9cc2-cf1cdc3e681f {
  border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
text-align: center;
}




  #s-394f2c34-dec1-4726-9cc2-cf1cdc3e681f img.shogun-image {
    
    width: px;
  }


#s-394f2c34-dec1-4726-9cc2-cf1cdc3e681f .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-ccb38d97-0dd5-4d44-8731-fa7d5271689b {
  margin-top: 10px;
margin-left: 1em;
margin-bottom: 10px;
margin-right: 1em;
}

#s-dca95c47-ae97-4e0f-a6f6-7ffb4c5778f2 {
  margin-top: 10px;
margin-left: 1em;
margin-bottom: 10px;
margin-right: 1em;
}

#s-42132e86-4e12-4cc4-a2a6-f70e0d88b5a5 {
  min-height: 50px;
}








#s-42132e86-4e12-4cc4-a2a6-f70e0d88b5a5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-42132e86-4e12-4cc4-a2a6-f70e0d88b5a5.shg-box.shg-c {
  justify-content: center;
}

#s-f9517ddd-0212-49cf-b818-30cbc55cbb6f {
  border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
text-align: center;
}




  #s-f9517ddd-0212-49cf-b818-30cbc55cbb6f img.shogun-image {
    
    width: px;
  }


#s-f9517ddd-0212-49cf-b818-30cbc55cbb6f .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-ebe85cd5-509e-4a27-9e54-2d4766eed7eb {
  margin-top: 10px;
margin-left: 1em;
margin-bottom: 10px;
margin-right: 1em;
}

#s-e31da236-56f8-415e-88b1-91ca61d8b4e6 {
  margin-top: 10px;
margin-left: 1em;
margin-bottom: 10px;
margin-right: 1em;
}

#s-9a285ca2-f351-471f-bf4f-8d35c1cb561a {
  min-height: 50px;
}








#s-9a285ca2-f351-471f-bf4f-8d35c1cb561a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9a285ca2-f351-471f-bf4f-8d35c1cb561a.shg-box.shg-c {
  justify-content: center;
}

#s-c20d690d-56d7-41d3-90e6-63de9d140f28 {
  border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
text-align: center;
}




  #s-c20d690d-56d7-41d3-90e6-63de9d140f28 img.shogun-image {
    
    width: px;
  }


#s-c20d690d-56d7-41d3-90e6-63de9d140f28 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-8a05ccd3-5c4a-4bf4-8519-6ab587b6c99a {
  margin-top: 10px;
margin-left: 1em;
margin-bottom: 10px;
margin-right: 1em;
}

#s-728f999f-c27b-4658-af14-4ea4bce0616f {
  margin-top: 10px;
margin-left: 1em;
margin-bottom: 10px;
margin-right: 1em;
}

#s-edf6f8c6-3291-4b5d-9589-a4ece0010999 {
  min-height: 50px;
}








#s-edf6f8c6-3291-4b5d-9589-a4ece0010999 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-edf6f8c6-3291-4b5d-9589-a4ece0010999.shg-box.shg-c {
  justify-content: center;
}

#s-1e66d1c2-29e4-42e4-b513-77709dfd1620 {
  border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
text-align: center;
}




  #s-1e66d1c2-29e4-42e4-b513-77709dfd1620 img.shogun-image {
    
    width: px;
  }


#s-1e66d1c2-29e4-42e4-b513-77709dfd1620 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-8d35d746-bc82-425f-a37e-2d684f8e8d5b {
  margin-top: 10px;
margin-left: 1em;
margin-bottom: 10px;
margin-right: 1em;
}

#s-027e35f3-3aac-47e5-977c-8346c7b28616 {
  margin-top: 10px;
margin-left: 1em;
margin-bottom: 10px;
margin-right: 1em;
}

#s-45f86b3e-6d35-495d-9acb-2585db586827 {
  margin-top: 1em;
margin-bottom: 1em;
}

@media (min-width: 0px) {
[id="s-45f86b3e-6d35-495d-9acb-2585db586827"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 0.5em);
}

[id="s-45f86b3e-6d35-495d-9acb-2585db586827"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-45f86b3e-6d35-495d-9acb-2585db586827"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.75em);
}

[id="s-45f86b3e-6d35-495d-9acb-2585db586827"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.75em);
}

[id="s-45f86b3e-6d35-495d-9acb-2585db586827"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.75em);
}

[id="s-45f86b3e-6d35-495d-9acb-2585db586827"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.75em);
}

[id="s-45f86b3e-6d35-495d-9acb-2585db586827"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.75em);
}

[id="s-45f86b3e-6d35-495d-9acb-2585db586827"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.75em);
}

[id="s-45f86b3e-6d35-495d-9acb-2585db586827"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.75em);
}

[id="s-45f86b3e-6d35-495d-9acb-2585db586827"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.75em);
}

[id="s-45f86b3e-6d35-495d-9acb-2585db586827"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.75em);
}

[id="s-45f86b3e-6d35-495d-9acb-2585db586827"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.75em);
}

[id="s-45f86b3e-6d35-495d-9acb-2585db586827"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.75em);
}

[id="s-45f86b3e-6d35-495d-9acb-2585db586827"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.75em);
}

}

@media (min-width: 992px) {
[id="s-45f86b3e-6d35-495d-9acb-2585db586827"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.75em);
}

[id="s-45f86b3e-6d35-495d-9acb-2585db586827"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.75em);
}

[id="s-45f86b3e-6d35-495d-9acb-2585db586827"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.75em);
}

[id="s-45f86b3e-6d35-495d-9acb-2585db586827"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.75em);
}

[id="s-45f86b3e-6d35-495d-9acb-2585db586827"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.75em);
}

[id="s-45f86b3e-6d35-495d-9acb-2585db586827"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.75em);
}

[id="s-45f86b3e-6d35-495d-9acb-2585db586827"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.75em);
}

[id="s-45f86b3e-6d35-495d-9acb-2585db586827"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.75em);
}

[id="s-45f86b3e-6d35-495d-9acb-2585db586827"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.75em);
}

[id="s-45f86b3e-6d35-495d-9acb-2585db586827"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.75em);
}

[id="s-45f86b3e-6d35-495d-9acb-2585db586827"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.75em);
}

[id="s-45f86b3e-6d35-495d-9acb-2585db586827"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.75em);
}

}

@media (min-width: 1200px) {
[id="s-45f86b3e-6d35-495d-9acb-2585db586827"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.75em);
}

[id="s-45f86b3e-6d35-495d-9acb-2585db586827"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.75em);
}

[id="s-45f86b3e-6d35-495d-9acb-2585db586827"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.75em);
}

[id="s-45f86b3e-6d35-495d-9acb-2585db586827"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.75em);
}

[id="s-45f86b3e-6d35-495d-9acb-2585db586827"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.75em);
}

[id="s-45f86b3e-6d35-495d-9acb-2585db586827"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.75em);
}

[id="s-45f86b3e-6d35-495d-9acb-2585db586827"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.75em);
}

[id="s-45f86b3e-6d35-495d-9acb-2585db586827"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.75em);
}

[id="s-45f86b3e-6d35-495d-9acb-2585db586827"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.75em);
}

[id="s-45f86b3e-6d35-495d-9acb-2585db586827"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.75em);
}

[id="s-45f86b3e-6d35-495d-9acb-2585db586827"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.75em);
}

[id="s-45f86b3e-6d35-495d-9acb-2585db586827"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.75em);
}

}

#s-54fa94ad-e3d6-40df-a9ca-afbb18c0b745 {
  min-height: 50px;
}








#s-54fa94ad-e3d6-40df-a9ca-afbb18c0b745 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-54fa94ad-e3d6-40df-a9ca-afbb18c0b745.shg-box.shg-c {
  justify-content: center;
}

#s-f7d13165-8aac-4882-9176-44606605514d {
  border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
text-align: center;
}




  #s-f7d13165-8aac-4882-9176-44606605514d img.shogun-image {
    
    width: px;
  }


#s-f7d13165-8aac-4882-9176-44606605514d .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-ccf7a919-86b1-4440-a24b-f3d59f0e8e05 {
  margin-top: 10px;
margin-left: 1em;
margin-bottom: 10px;
margin-right: 1em;
}

#s-dfff13f9-15a3-49de-aa01-87d986a9e063 {
  margin-top: 10px;
margin-left: 1em;
margin-bottom: 10px;
margin-right: 1em;
}

#s-aa670677-2feb-4103-bc6c-596fc85b8082 {
  min-height: 50px;
}








#s-aa670677-2feb-4103-bc6c-596fc85b8082 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-aa670677-2feb-4103-bc6c-596fc85b8082.shg-box.shg-c {
  justify-content: center;
}

#s-9007f8f9-d35d-4d59-a600-21b09cbb7ed2 {
  border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
text-align: center;
}




  #s-9007f8f9-d35d-4d59-a600-21b09cbb7ed2 img.shogun-image {
    
    width: px;
  }


#s-9007f8f9-d35d-4d59-a600-21b09cbb7ed2 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-86e6db7f-a4a9-4a38-8299-1b2f24ddfeff {
  margin-top: 10px;
margin-left: 1em;
margin-bottom: 10px;
margin-right: 1em;
}

#s-cfcdfd6e-9316-4067-be24-2225ae22cd81 {
  margin-top: 10px;
margin-left: 1em;
margin-bottom: 10px;
margin-right: 1em;
}

#s-20f6d7f2-744a-441a-960d-546b9b7576d2 {
  min-height: 50px;
}








#s-20f6d7f2-744a-441a-960d-546b9b7576d2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-20f6d7f2-744a-441a-960d-546b9b7576d2.shg-box.shg-c {
  justify-content: center;
}

#s-2d3e76c7-05a7-444d-b860-7b686f95ae4f {
  border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
text-align: center;
}




  #s-2d3e76c7-05a7-444d-b860-7b686f95ae4f img.shogun-image {
    
    width: px;
  }


#s-2d3e76c7-05a7-444d-b860-7b686f95ae4f .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-08d6de7c-6915-4fa0-a52a-6b928218bd60 {
  margin-top: 10px;
margin-left: 1em;
margin-bottom: 10px;
margin-right: 1em;
}

#s-5f6be8d8-a51c-456b-ad13-251cc34bf71b {
  margin-top: 10px;
margin-left: 1em;
margin-bottom: 10px;
margin-right: 1em;
}

#s-007d1965-0377-4634-9f8c-bbc508b2c3e3 {
  min-height: 50px;
}








#s-007d1965-0377-4634-9f8c-bbc508b2c3e3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-007d1965-0377-4634-9f8c-bbc508b2c3e3.shg-box.shg-c {
  justify-content: center;
}

#s-9d2e53ca-f3d9-4809-90e9-5e7645a6886c {
  border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
text-align: center;
}




  #s-9d2e53ca-f3d9-4809-90e9-5e7645a6886c img.shogun-image {
    
    width: px;
  }


#s-9d2e53ca-f3d9-4809-90e9-5e7645a6886c .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-ca8371b1-4413-4c00-8190-c264a03d89d3 {
  margin-top: 10px;
margin-left: 1em;
margin-bottom: 10px;
margin-right: 1em;
}

#s-cfd499b0-32c7-4f43-8fd0-306cb391a857 {
  margin-top: 10px;
margin-left: 1em;
margin-bottom: 10px;
margin-right: 1em;
}

#s-5b9af409-93ba-451a-b2f2-fed42a772ba9 {
  min-height: 50px;
background-color: rgba(230, 231, 232, 1);
}
@media (min-width: 1200px){#s-5b9af409-93ba-451a-b2f2-fed42a772ba9 {
  display: none;
}
#s-5b9af409-93ba-451a-b2f2-fed42a772ba9, #wrap-s-5b9af409-93ba-451a-b2f2-fed42a772ba9 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-5b9af409-93ba-451a-b2f2-fed42a772ba9 {
  display: none;
}
#s-5b9af409-93ba-451a-b2f2-fed42a772ba9, #wrap-s-5b9af409-93ba-451a-b2f2-fed42a772ba9 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-5b9af409-93ba-451a-b2f2-fed42a772ba9 {
  
}
}@media (max-width: 767px){#s-5b9af409-93ba-451a-b2f2-fed42a772ba9 {
  
}
}







#s-5b9af409-93ba-451a-b2f2-fed42a772ba9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5b9af409-93ba-451a-b2f2-fed42a772ba9.shg-box.shg-c {
  justify-content: center;
}

#s-5949750d-6985-4063-8af1-c290b310bf98 {
  margin-top: 1em;
margin-bottom: 1em;
text-align: center;
}

#s-5949750d-6985-4063-8af1-c290b310bf98 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: Oswald;
  font-style:  normal ;
  font-size: 1.5em;
  line-height: 1em;
  letter-spacing: ;
  text-align: center;
}



#s-dcf2bb59-b20a-463c-983e-4e4e2b4ef120 {
  margin-left: 1em;
margin-right: 1em;
min-height: 50px;
}








#s-dcf2bb59-b20a-463c-983e-4e4e2b4ef120 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-dcf2bb59-b20a-463c-983e-4e4e2b4ef120.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-83f62b39-d59e-49ee-a796-a3bdf0ff3cb8"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 0.5em);
}

[id="s-83f62b39-d59e-49ee-a796-a3bdf0ff3cb8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-83f62b39-d59e-49ee-a796-a3bdf0ff3cb8"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.75em);
}

[id="s-83f62b39-d59e-49ee-a796-a3bdf0ff3cb8"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.75em);
}

[id="s-83f62b39-d59e-49ee-a796-a3bdf0ff3cb8"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.75em);
}

[id="s-83f62b39-d59e-49ee-a796-a3bdf0ff3cb8"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.75em);
}

[id="s-83f62b39-d59e-49ee-a796-a3bdf0ff3cb8"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.75em);
}

[id="s-83f62b39-d59e-49ee-a796-a3bdf0ff3cb8"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.75em);
}

[id="s-83f62b39-d59e-49ee-a796-a3bdf0ff3cb8"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.75em);
}

[id="s-83f62b39-d59e-49ee-a796-a3bdf0ff3cb8"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.75em);
}

[id="s-83f62b39-d59e-49ee-a796-a3bdf0ff3cb8"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.75em);
}

[id="s-83f62b39-d59e-49ee-a796-a3bdf0ff3cb8"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.75em);
}

[id="s-83f62b39-d59e-49ee-a796-a3bdf0ff3cb8"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.75em);
}

[id="s-83f62b39-d59e-49ee-a796-a3bdf0ff3cb8"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.75em);
}

}

@media (min-width: 992px) {
[id="s-83f62b39-d59e-49ee-a796-a3bdf0ff3cb8"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.75em);
}

[id="s-83f62b39-d59e-49ee-a796-a3bdf0ff3cb8"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.75em);
}

[id="s-83f62b39-d59e-49ee-a796-a3bdf0ff3cb8"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.75em);
}

[id="s-83f62b39-d59e-49ee-a796-a3bdf0ff3cb8"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.75em);
}

[id="s-83f62b39-d59e-49ee-a796-a3bdf0ff3cb8"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.75em);
}

[id="s-83f62b39-d59e-49ee-a796-a3bdf0ff3cb8"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.75em);
}

[id="s-83f62b39-d59e-49ee-a796-a3bdf0ff3cb8"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.75em);
}

[id="s-83f62b39-d59e-49ee-a796-a3bdf0ff3cb8"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.75em);
}

[id="s-83f62b39-d59e-49ee-a796-a3bdf0ff3cb8"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.75em);
}

[id="s-83f62b39-d59e-49ee-a796-a3bdf0ff3cb8"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.75em);
}

[id="s-83f62b39-d59e-49ee-a796-a3bdf0ff3cb8"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.75em);
}

[id="s-83f62b39-d59e-49ee-a796-a3bdf0ff3cb8"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.75em);
}

}

@media (min-width: 1200px) {
[id="s-83f62b39-d59e-49ee-a796-a3bdf0ff3cb8"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.75em);
}

[id="s-83f62b39-d59e-49ee-a796-a3bdf0ff3cb8"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.75em);
}

[id="s-83f62b39-d59e-49ee-a796-a3bdf0ff3cb8"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.75em);
}

[id="s-83f62b39-d59e-49ee-a796-a3bdf0ff3cb8"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.75em);
}

[id="s-83f62b39-d59e-49ee-a796-a3bdf0ff3cb8"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.75em);
}

[id="s-83f62b39-d59e-49ee-a796-a3bdf0ff3cb8"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.75em);
}

[id="s-83f62b39-d59e-49ee-a796-a3bdf0ff3cb8"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.75em);
}

[id="s-83f62b39-d59e-49ee-a796-a3bdf0ff3cb8"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.75em);
}

[id="s-83f62b39-d59e-49ee-a796-a3bdf0ff3cb8"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.75em);
}

[id="s-83f62b39-d59e-49ee-a796-a3bdf0ff3cb8"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.75em);
}

[id="s-83f62b39-d59e-49ee-a796-a3bdf0ff3cb8"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.75em);
}

[id="s-83f62b39-d59e-49ee-a796-a3bdf0ff3cb8"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.75em);
}

}

#s-d7804512-8231-4cb9-ad26-cb4d24a4f3a1 {
  min-height: 50px;
}








#s-d7804512-8231-4cb9-ad26-cb4d24a4f3a1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d7804512-8231-4cb9-ad26-cb4d24a4f3a1.shg-box.shg-c {
  justify-content: center;
}

#s-9a65ef1c-679d-4697-a308-01a322868cf5 {
  border-style: solid;
margin-bottom: 1em;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
text-align: center;
}





#s-9a65ef1c-679d-4697-a308-01a322868cf5 .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-d68d4b51-9db6-4be5-bb27-f6eca644208c {
  background-image: url(none);
background-repeat: no-repeat;
border-style: solid;
margin-top: 0.5em;
margin-left: 0.5em;
margin-bottom: 0.5em;
margin-right: 0.5em;
padding-top: 0.5em;
padding-left: 1%;
padding-bottom: 0.5em;
padding-right: 1%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 0px;
background-color: rgba(0, 0, 0, 0.4);
text-align: center;
text-decoration: none;
color: rgba(255, 255, 255, 1);
hover-type: color;
line-height: 1em;
}
#s-d68d4b51-9db6-4be5-bb27-f6eca644208c:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: #2C2A34 !important;
background-color: rgba(2, 231, 223, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
hover-type: color !important;}#s-d68d4b51-9db6-4be5-bb27-f6eca644208c: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: #2C2A34 !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
hover-type: color !important;}


#s-d68d4b51-9db6-4be5-bb27-f6eca644208c.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 1.25em;
  font-weight: normal;
  font-style: normal;
  font-family: Oswald;
  display:  block ;
}

#s-018c3fa7-fe83-4e4b-bd19-77005384df94 {
  min-height: 50px;
}








#s-018c3fa7-fe83-4e4b-bd19-77005384df94 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-018c3fa7-fe83-4e4b-bd19-77005384df94.shg-box.shg-c {
  justify-content: center;
}

#s-a05db5de-f80c-4a61-901b-6ccdb6c69ce3 {
  border-style: solid;
margin-bottom: 1em;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
text-align: center;
}




  #s-a05db5de-f80c-4a61-901b-6ccdb6c69ce3 img.shogun-image {
    
    width: px;
  }


#s-a05db5de-f80c-4a61-901b-6ccdb6c69ce3 .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-8fb33992-a290-477f-be03-d4a4c1360b2f {
  background-image: url(none);
background-repeat: no-repeat;
border-style: solid;
margin-top: 0.5em;
margin-left: 0.5em;
margin-bottom: 0.5em;
margin-right: 0.5em;
padding-top: 0.5em;
padding-left: 5%;
padding-bottom: 0.5em;
padding-right: 5%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 0px;
background-color: rgba(0, 0, 0, 0.4);
text-align: center;
text-decoration: none;
color: rgba(255, 255, 255, 1);
hover-type: color;
line-height: 1em;
}
#s-8fb33992-a290-477f-be03-d4a4c1360b2f:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: #2C2A34 !important;
background-color: rgba(2, 231, 223, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
hover-type: color !important;}#s-8fb33992-a290-477f-be03-d4a4c1360b2f: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: #2C2A34 !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
hover-type: color !important;}


#s-8fb33992-a290-477f-be03-d4a4c1360b2f.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 1.25em;
  font-weight: normal;
  font-style: normal;
  font-family: Oswald;
  display:  block ;
}

#s-96747949-c4fe-4a03-97f8-8088c672d89b {
  min-height: 50px;
}








#s-96747949-c4fe-4a03-97f8-8088c672d89b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-96747949-c4fe-4a03-97f8-8088c672d89b.shg-box.shg-c {
  justify-content: center;
}

#s-5d6f82e4-644e-47cc-8a9c-b789115145d5 {
  border-style: solid;
margin-bottom: 1em;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
text-align: center;
}




  #s-5d6f82e4-644e-47cc-8a9c-b789115145d5 img.shogun-image {
    
    width: px;
  }


#s-5d6f82e4-644e-47cc-8a9c-b789115145d5 .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-2e57cb5a-339e-4fec-b7fc-4e2de6f18537 {
  background-image: url(none);
background-repeat: no-repeat;
border-style: solid;
margin-top: 0.5em;
margin-left: 0.5em;
margin-bottom: 0.5em;
margin-right: 0.5em;
padding-top: 0.5em;
padding-left: 5%;
padding-bottom: 0.5em;
padding-right: 5%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 0px;
background-color: rgba(0, 0, 0, 0.4);
text-align: center;
text-decoration: none;
color: rgba(255, 255, 255, 1);
hover-type: color;
line-height: 1em;
}
#s-2e57cb5a-339e-4fec-b7fc-4e2de6f18537:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: #2C2A34 !important;
background-color: rgba(2, 231, 223, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
hover-type: color !important;}#s-2e57cb5a-339e-4fec-b7fc-4e2de6f18537: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: #2C2A34 !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
hover-type: color !important;}


#s-2e57cb5a-339e-4fec-b7fc-4e2de6f18537.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 1.25em;
  font-weight: normal;
  font-style: normal;
  font-family: Oswald;
  display:  block ;
}

#s-169ea302-b5d1-47f7-9cb7-35f5e381f740 {
  min-height: 50px;
}








#s-169ea302-b5d1-47f7-9cb7-35f5e381f740 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-169ea302-b5d1-47f7-9cb7-35f5e381f740.shg-box.shg-c {
  justify-content: center;
}

#s-9d1065e7-156a-4368-977c-3694ed90ba9a {
  border-style: solid;
margin-bottom: 1em;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
text-align: center;
}




  #s-9d1065e7-156a-4368-977c-3694ed90ba9a img.shogun-image {
    
    width: px;
  }


#s-9d1065e7-156a-4368-977c-3694ed90ba9a .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-4b9b0654-c4be-4298-8027-de19c1343eb9 {
  background-image: url(none);
background-repeat: no-repeat;
border-style: solid;
margin-top: 0.5em;
margin-left: 0.5em;
margin-bottom: 0.5em;
margin-right: 0.5em;
padding-top: 0.5em;
padding-left: 5%;
padding-bottom: 0.5em;
padding-right: 5%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 0px;
background-color: rgba(0, 0, 0, 0.4);
text-align: center;
text-decoration: none;
color: rgba(255, 255, 255, 1);
hover-type: color;
line-height: 1em;
}
#s-4b9b0654-c4be-4298-8027-de19c1343eb9:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: #2C2A34 !important;
background-color: rgba(2, 231, 223, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
hover-type: color !important;}#s-4b9b0654-c4be-4298-8027-de19c1343eb9: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: #2C2A34 !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
hover-type: color !important;}


#s-4b9b0654-c4be-4298-8027-de19c1343eb9.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 1.25em;
  font-weight: normal;
  font-style: normal;
  font-family: Oswald;
  display:  block ;
}

#s-4a81d23e-2ff3-43c2-aa9f-606dda339c80 {
  padding-top: 1em;
padding-bottom: 1em;
min-height: 50px;
background-color: rgba(230, 231, 232, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-4a81d23e-2ff3-43c2-aa9f-606dda339c80 {
  display: none;
}
#s-4a81d23e-2ff3-43c2-aa9f-606dda339c80, #wrap-s-4a81d23e-2ff3-43c2-aa9f-606dda339c80 { display:none !important; }}@media (max-width: 767px){#s-4a81d23e-2ff3-43c2-aa9f-606dda339c80 {
  display: none;
}
#s-4a81d23e-2ff3-43c2-aa9f-606dda339c80, #wrap-s-4a81d23e-2ff3-43c2-aa9f-606dda339c80 { display:none !important; }}







#s-4a81d23e-2ff3-43c2-aa9f-606dda339c80 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4a81d23e-2ff3-43c2-aa9f-606dda339c80.shg-box.shg-c {
  justify-content: center;
}

#s-de706587-2508-4bbe-b995-7f8d308b55f5 {
  margin-bottom: 1em;
text-align: center;
}

#s-de706587-2508-4bbe-b995-7f8d308b55f5 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: Oswald;
  font-style:  normal ;
  font-size: 48px;
  line-height: 1em;
  letter-spacing: ;
  text-align: center;
}



#s-c4482cc3-2d22-4963-9d97-e7b74fd2341e {
  margin-left: 3em;
margin-right: 3em;
min-height: 50px;
}








#s-c4482cc3-2d22-4963-9d97-e7b74fd2341e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c4482cc3-2d22-4963-9d97-e7b74fd2341e.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-661f1c45-7e23-45cd-8fa9-0fd533d22ade"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 0.75em);
}

[id="s-661f1c45-7e23-45cd-8fa9-0fd533d22ade"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-661f1c45-7e23-45cd-8fa9-0fd533d22ade"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 1.125em);
}

[id="s-661f1c45-7e23-45cd-8fa9-0fd533d22ade"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 1.125em);
}

[id="s-661f1c45-7e23-45cd-8fa9-0fd533d22ade"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 1.125em);
}

[id="s-661f1c45-7e23-45cd-8fa9-0fd533d22ade"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 1.125em);
}

[id="s-661f1c45-7e23-45cd-8fa9-0fd533d22ade"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 1.125em);
}

[id="s-661f1c45-7e23-45cd-8fa9-0fd533d22ade"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 1.125em);
}

[id="s-661f1c45-7e23-45cd-8fa9-0fd533d22ade"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 1.125em);
}

[id="s-661f1c45-7e23-45cd-8fa9-0fd533d22ade"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 1.125em);
}

[id="s-661f1c45-7e23-45cd-8fa9-0fd533d22ade"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 1.125em);
}

[id="s-661f1c45-7e23-45cd-8fa9-0fd533d22ade"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 1.125em);
}

[id="s-661f1c45-7e23-45cd-8fa9-0fd533d22ade"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 1.125em);
}

[id="s-661f1c45-7e23-45cd-8fa9-0fd533d22ade"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 1.125em);
}

}

@media (min-width: 992px) {
[id="s-661f1c45-7e23-45cd-8fa9-0fd533d22ade"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 1.125em);
}

[id="s-661f1c45-7e23-45cd-8fa9-0fd533d22ade"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 1.125em);
}

[id="s-661f1c45-7e23-45cd-8fa9-0fd533d22ade"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 1.125em);
}

[id="s-661f1c45-7e23-45cd-8fa9-0fd533d22ade"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 1.125em);
}

[id="s-661f1c45-7e23-45cd-8fa9-0fd533d22ade"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 1.125em);
}

[id="s-661f1c45-7e23-45cd-8fa9-0fd533d22ade"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 1.125em);
}

[id="s-661f1c45-7e23-45cd-8fa9-0fd533d22ade"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 1.125em);
}

[id="s-661f1c45-7e23-45cd-8fa9-0fd533d22ade"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 1.125em);
}

[id="s-661f1c45-7e23-45cd-8fa9-0fd533d22ade"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 1.125em);
}

[id="s-661f1c45-7e23-45cd-8fa9-0fd533d22ade"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 1.125em);
}

[id="s-661f1c45-7e23-45cd-8fa9-0fd533d22ade"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 1.125em);
}

[id="s-661f1c45-7e23-45cd-8fa9-0fd533d22ade"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 1.125em);
}

}

@media (min-width: 1200px) {
[id="s-661f1c45-7e23-45cd-8fa9-0fd533d22ade"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 1.125em);
}

[id="s-661f1c45-7e23-45cd-8fa9-0fd533d22ade"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 1.125em);
}

[id="s-661f1c45-7e23-45cd-8fa9-0fd533d22ade"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 1.125em);
}

[id="s-661f1c45-7e23-45cd-8fa9-0fd533d22ade"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 1.125em);
}

[id="s-661f1c45-7e23-45cd-8fa9-0fd533d22ade"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 1.125em);
}

[id="s-661f1c45-7e23-45cd-8fa9-0fd533d22ade"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 1.125em);
}

[id="s-661f1c45-7e23-45cd-8fa9-0fd533d22ade"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 1.125em);
}

[id="s-661f1c45-7e23-45cd-8fa9-0fd533d22ade"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 1.125em);
}

[id="s-661f1c45-7e23-45cd-8fa9-0fd533d22ade"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 1.125em);
}

[id="s-661f1c45-7e23-45cd-8fa9-0fd533d22ade"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 1.125em);
}

[id="s-661f1c45-7e23-45cd-8fa9-0fd533d22ade"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 1.125em);
}

[id="s-661f1c45-7e23-45cd-8fa9-0fd533d22ade"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 1.125em);
}

}

#s-3f375f63-5403-4952-afb1-88c8fbbdb744 {
  min-height: 50px;
}








#s-3f375f63-5403-4952-afb1-88c8fbbdb744 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3f375f63-5403-4952-afb1-88c8fbbdb744.shg-box.shg-c {
  justify-content: center;
}

#s-5cc1e175-9b55-4db8-bda3-a0524af328bd {
  border-style: solid;
margin-bottom: 1em;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
text-align: center;
}





#s-5cc1e175-9b55-4db8-bda3-a0524af328bd .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-39172d9b-53c0-4bf7-8673-e74828244328 {
  background-image: url(none);
background-repeat: no-repeat;
border-style: solid;
margin-top: 1em;
margin-left: 1em;
margin-bottom: 1em;
margin-right: 1em;
padding-top: 0.5em;
padding-left: 5%;
padding-bottom: 0.5em;
padding-right: 5%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 0px;
background-color: rgba(0, 0, 0, 0.4);
text-align: center;
text-decoration: none;
color: rgba(255, 255, 255, 1);
hover-type: color;
line-height: 1em;
}
#s-39172d9b-53c0-4bf7-8673-e74828244328:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: #2C2A34 !important;
background-color: rgba(2, 231, 223, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
hover-type: color !important;}#s-39172d9b-53c0-4bf7-8673-e74828244328: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: #2C2A34 !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
hover-type: color !important;}


#s-39172d9b-53c0-4bf7-8673-e74828244328.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 36px;
  font-weight: normal;
  font-style: normal;
  font-family: Oswald;
  display:  block ;
}

#s-558480ad-cabf-40a7-b6f7-2f4db4ee6cec {
  min-height: 50px;
}








#s-558480ad-cabf-40a7-b6f7-2f4db4ee6cec > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-558480ad-cabf-40a7-b6f7-2f4db4ee6cec.shg-box.shg-c {
  justify-content: center;
}

#s-b4337e4d-cbc5-46c3-b803-7387a1241694 {
  border-style: solid;
margin-bottom: 1em;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
text-align: center;
}




  #s-b4337e4d-cbc5-46c3-b803-7387a1241694 img.shogun-image {
    
    width: px;
  }


#s-b4337e4d-cbc5-46c3-b803-7387a1241694 .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-00147142-814c-4421-b0c9-0fea6fadfb97 {
  background-image: url(none);
background-repeat: no-repeat;
border-style: solid;
margin-top: 1em;
margin-left: 1em;
margin-bottom: 1em;
margin-right: 1em;
padding-top: 0.5em;
padding-left: 5%;
padding-bottom: 0.5em;
padding-right: 5%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 0px;
background-color: rgba(0, 0, 0, 0.4);
text-align: center;
text-decoration: none;
color: rgba(255, 255, 255, 1);
hover-type: color;
line-height: 1em;
}
#s-00147142-814c-4421-b0c9-0fea6fadfb97:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: #2C2A34 !important;
background-color: rgba(2, 231, 223, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
hover-type: color !important;}#s-00147142-814c-4421-b0c9-0fea6fadfb97: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: #2C2A34 !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
hover-type: color !important;}


#s-00147142-814c-4421-b0c9-0fea6fadfb97.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 36px;
  font-weight: normal;
  font-style: normal;
  font-family: Oswald;
  display:  block ;
}

#s-7a093596-2580-40ce-accc-4171fd04b4c1 {
  min-height: 50px;
}








#s-7a093596-2580-40ce-accc-4171fd04b4c1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7a093596-2580-40ce-accc-4171fd04b4c1.shg-box.shg-c {
  justify-content: center;
}

#s-ea54711b-61d3-4f77-aa1d-6b84d0bd1aca {
  border-style: solid;
margin-bottom: 1em;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
text-align: center;
}




  #s-ea54711b-61d3-4f77-aa1d-6b84d0bd1aca img.shogun-image {
    
    width: px;
  }


#s-ea54711b-61d3-4f77-aa1d-6b84d0bd1aca .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-024b4f09-e734-4b52-8c9d-fa2167b864ee {
  background-image: url(none);
background-repeat: no-repeat;
border-style: solid;
margin-top: 1em;
margin-left: 1em;
margin-bottom: 1em;
margin-right: 1em;
padding-top: 0.5em;
padding-left: 5%;
padding-bottom: 0.5em;
padding-right: 5%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 0px;
background-color: rgba(0, 0, 0, 0.4);
text-align: center;
text-decoration: none;
color: rgba(255, 255, 255, 1);
hover-type: color;
line-height: 1em;
}
#s-024b4f09-e734-4b52-8c9d-fa2167b864ee:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: #2C2A34 !important;
background-color: rgba(2, 231, 223, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
hover-type: color !important;}#s-024b4f09-e734-4b52-8c9d-fa2167b864ee: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: #2C2A34 !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
hover-type: color !important;}


#s-024b4f09-e734-4b52-8c9d-fa2167b864ee.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 36px;
  font-weight: normal;
  font-style: normal;
  font-family: Oswald;
  display:  block ;
}

#s-30f21097-1fe1-46d2-ab6c-7ac9612e0054 {
  min-height: 50px;
}








#s-30f21097-1fe1-46d2-ab6c-7ac9612e0054 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-30f21097-1fe1-46d2-ab6c-7ac9612e0054.shg-box.shg-c {
  justify-content: center;
}

#s-1e505b30-0070-4787-ab7a-3cb29fb3037f {
  border-style: solid;
margin-bottom: 1em;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
text-align: center;
}




  #s-1e505b30-0070-4787-ab7a-3cb29fb3037f img.shogun-image {
    
    width: px;
  }


#s-1e505b30-0070-4787-ab7a-3cb29fb3037f .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-3f7cc65b-a3d7-45ea-9095-37779e0c8f93 {
  background-image: url(none);
background-repeat: no-repeat;
border-style: solid;
margin-top: 1em;
margin-left: 1em;
margin-bottom: 1em;
margin-right: 1em;
padding-top: 0.5em;
padding-left: 5%;
padding-bottom: 0.5em;
padding-right: 5%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 0px;
background-color: rgba(0, 0, 0, 0.4);
text-align: center;
text-decoration: none;
color: rgba(255, 255, 255, 1);
hover-type: color;
line-height: 1em;
}
#s-3f7cc65b-a3d7-45ea-9095-37779e0c8f93:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: #2C2A34 !important;
background-color: rgba(2, 231, 223, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
hover-type: color !important;}#s-3f7cc65b-a3d7-45ea-9095-37779e0c8f93: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: #2C2A34 !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
hover-type: color !important;}


#s-3f7cc65b-a3d7-45ea-9095-37779e0c8f93.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 36px;
  font-weight: normal;
  font-style: normal;
  font-family: Oswald;
  display:  block ;
}

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

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

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

.shogun-root iframe {
  display: initial;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (min-width: 769px) {
  .shg-lightbox .shg-lightbox-image-container {
    padding: 50px;
  }
}

.shogun-lazyload:not([src]),
.shogun-lazyloading:not([src]) {
	opacity: 0;
}
.shogun-lazyloaded {
	opacity: 1;
	transition: opacity 300ms;
}
