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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  to {
    opacity: 1;
  }
}

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

  to {
    opacity: 1;
  }
}

#s-e2f8e72d-a2f3-4f04-b21e-26a215b7f05f {
  padding-bottom: 10px;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-e2f8e72d-a2f3-4f04-b21e-26a215b7f05f {
  display: none;
}
#s-e2f8e72d-a2f3-4f04-b21e-26a215b7f05f, #wrap-s-e2f8e72d-a2f3-4f04-b21e-26a215b7f05f { display:none !important; }}@media (max-width: 767px){#s-e2f8e72d-a2f3-4f04-b21e-26a215b7f05f {
  display: none;
}
#s-e2f8e72d-a2f3-4f04-b21e-26a215b7f05f, #wrap-s-e2f8e72d-a2f3-4f04-b21e-26a215b7f05f { display:none !important; }}
.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-0f181db1-2db3-4598-8a7a-4bfd3231098e {
  text-align: center;
}




  #s-0f181db1-2db3-4598-8a7a-4bfd3231098e img.shogun-image {
    
    width: px;
  }


#s-0f181db1-2db3-4598-8a7a-4bfd3231098e .shogun-image-content {
  
    align-items: center;
  
}

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

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

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

@media (min-width: 0px) {
[id="s-7ece2756-5c97-4df4-ab58-bdefa5f1415a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7ece2756-5c97-4df4-ab58-bdefa5f1415a"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-7ece2756-5c97-4df4-ab58-bdefa5f1415a"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-7ece2756-5c97-4df4-ab58-bdefa5f1415a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-7ece2756-5c97-4df4-ab58-bdefa5f1415a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-7ece2756-5c97-4df4-ab58-bdefa5f1415a"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-7ece2756-5c97-4df4-ab58-bdefa5f1415a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-7ece2756-5c97-4df4-ab58-bdefa5f1415a"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-7ece2756-5c97-4df4-ab58-bdefa5f1415a"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-7ece2756-5c97-4df4-ab58-bdefa5f1415a"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-7ece2756-5c97-4df4-ab58-bdefa5f1415a"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-7ece2756-5c97-4df4-ab58-bdefa5f1415a"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-7ece2756-5c97-4df4-ab58-bdefa5f1415a"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-7ece2756-5c97-4df4-ab58-bdefa5f1415a"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-7ece2756-5c97-4df4-ab58-bdefa5f1415a"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-7ece2756-5c97-4df4-ab58-bdefa5f1415a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-7ece2756-5c97-4df4-ab58-bdefa5f1415a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-7ece2756-5c97-4df4-ab58-bdefa5f1415a"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-7ece2756-5c97-4df4-ab58-bdefa5f1415a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-7ece2756-5c97-4df4-ab58-bdefa5f1415a"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-7ece2756-5c97-4df4-ab58-bdefa5f1415a"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-7ece2756-5c97-4df4-ab58-bdefa5f1415a"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-7ece2756-5c97-4df4-ab58-bdefa5f1415a"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-7ece2756-5c97-4df4-ab58-bdefa5f1415a"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-7ece2756-5c97-4df4-ab58-bdefa5f1415a"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-7ece2756-5c97-4df4-ab58-bdefa5f1415a"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-7ece2756-5c97-4df4-ab58-bdefa5f1415a"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-7ece2756-5c97-4df4-ab58-bdefa5f1415a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-7ece2756-5c97-4df4-ab58-bdefa5f1415a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-7ece2756-5c97-4df4-ab58-bdefa5f1415a"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-7ece2756-5c97-4df4-ab58-bdefa5f1415a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-7ece2756-5c97-4df4-ab58-bdefa5f1415a"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-7ece2756-5c97-4df4-ab58-bdefa5f1415a"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-7ece2756-5c97-4df4-ab58-bdefa5f1415a"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-7ece2756-5c97-4df4-ab58-bdefa5f1415a"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-7ece2756-5c97-4df4-ab58-bdefa5f1415a"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-7ece2756-5c97-4df4-ab58-bdefa5f1415a"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

.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-754ea9f8-6477-4ee0-b8c6-28c3aa1f57f7 {
  padding-top: 30px;
padding-bottom: 30px;
min-height: 50px;
background-color: rgba(255, 255, 255, 0.75);
}








#s-754ea9f8-6477-4ee0-b8c6-28c3aa1f57f7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-754ea9f8-6477-4ee0-b8c6-28c3aa1f57f7.shg-box.shg-c {
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-79b19afc-5e7b-423e-b9fd-e531651ce834 {
  margin-left: 115px;
margin-right: 70px;
}

.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-5058ead5-91aa-4af8-bdc7-3c900e71f06f {
  background-image: url(none);
background-repeat: no-repeat;
margin-top: 15px;
margin-left: 70px;
margin-right: 70px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(12, 29, 73, 1);
text-align: right;
text-decoration: none;
hover-type: color;
background-position: undefined undefined;
}
#s-5058ead5-91aa-4af8-bdc7-3c900e71f06f:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(12, 29, 73, 1) !important;
text-decoration: none !important;
hover-type: color !important;}#s-5058ead5-91aa-4af8-bdc7-3c900e71f06f:active {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(12, 29, 73, 1) !important;
text-decoration: none !important;
hover-type: color !important;}

  #s-5058ead5-91aa-4af8-bdc7-3c900e71f06f-btn-wrapper {
    text-align: right;
  }


#s-5058ead5-91aa-4af8-bdc7-3c900e71f06f.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}

#s-65f3a302-af60-4eaa-929a-a5c4f5d456ad {
  text-align: center;
}




  #s-65f3a302-af60-4eaa-929a-a5c4f5d456ad img.shogun-image {
    
    width: px;
  }


#s-65f3a302-af60-4eaa-929a-a5c4f5d456ad .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-bd6c280e-d107-40a6-887c-66365967f235"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-bd6c280e-d107-40a6-887c-66365967f235"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-bd6c280e-d107-40a6-887c-66365967f235"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-bd6c280e-d107-40a6-887c-66365967f235"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-bd6c280e-d107-40a6-887c-66365967f235"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-bd6c280e-d107-40a6-887c-66365967f235"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-bd6c280e-d107-40a6-887c-66365967f235"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-bd6c280e-d107-40a6-887c-66365967f235"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-bd6c280e-d107-40a6-887c-66365967f235"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-bd6c280e-d107-40a6-887c-66365967f235"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-bd6c280e-d107-40a6-887c-66365967f235"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-bd6c280e-d107-40a6-887c-66365967f235"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-bd6c280e-d107-40a6-887c-66365967f235"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-bd6c280e-d107-40a6-887c-66365967f235"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-bd6c280e-d107-40a6-887c-66365967f235"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-bd6c280e-d107-40a6-887c-66365967f235"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-bd6c280e-d107-40a6-887c-66365967f235"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-bd6c280e-d107-40a6-887c-66365967f235"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-bd6c280e-d107-40a6-887c-66365967f235"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-bd6c280e-d107-40a6-887c-66365967f235"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-bd6c280e-d107-40a6-887c-66365967f235"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-bd6c280e-d107-40a6-887c-66365967f235"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-bd6c280e-d107-40a6-887c-66365967f235"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-bd6c280e-d107-40a6-887c-66365967f235"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-bd6c280e-d107-40a6-887c-66365967f235"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-bd6c280e-d107-40a6-887c-66365967f235"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-bd6c280e-d107-40a6-887c-66365967f235"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-bd6c280e-d107-40a6-887c-66365967f235"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-bd6c280e-d107-40a6-887c-66365967f235"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-bd6c280e-d107-40a6-887c-66365967f235"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-bd6c280e-d107-40a6-887c-66365967f235"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-bd6c280e-d107-40a6-887c-66365967f235"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-bd6c280e-d107-40a6-887c-66365967f235"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-bd6c280e-d107-40a6-887c-66365967f235"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-bd6c280e-d107-40a6-887c-66365967f235"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-bd6c280e-d107-40a6-887c-66365967f235"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-bd6c280e-d107-40a6-887c-66365967f235"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-a1debd8c-c319-40a5-8fed-9185c90a3096 {
  padding-top: 30px;
padding-bottom: 30px;
min-height: 50px;
background-color: rgba(255, 255, 255, 0.75);
}








#s-a1debd8c-c319-40a5-8fed-9185c90a3096 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a1debd8c-c319-40a5-8fed-9185c90a3096.shg-box.shg-c {
  justify-content: center;
}

#s-708d9a94-61a0-4111-add1-ed8d0c965578 {
  margin-left: 115px;
margin-right: 70px;
}

#s-d40831a9-a704-4863-9110-2ec985eb96ed {
  background-image: url(none);
background-repeat: no-repeat;
margin-top: 15px;
margin-left: 70px;
margin-right: 70px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(12, 29, 73, 1);
text-align: right;
text-decoration: none;
hover-type: color;
background-position: undefined undefined;
}
#s-d40831a9-a704-4863-9110-2ec985eb96ed:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(12, 29, 73, 1) !important;
text-decoration: none !important;
hover-type: color !important;}#s-d40831a9-a704-4863-9110-2ec985eb96ed:active {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(12, 29, 73, 1) !important;
text-decoration: none !important;
hover-type: color !important;}

  #s-d40831a9-a704-4863-9110-2ec985eb96ed-btn-wrapper {
    text-align: right;
  }


#s-d40831a9-a704-4863-9110-2ec985eb96ed.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}

#s-a21ba77d-2a48-42c4-9ba3-669748bd31aa {
  text-align: right;
}




  #s-a21ba77d-2a48-42c4-9ba3-669748bd31aa img.shogun-image {
    
    width: px;
  }


#s-a21ba77d-2a48-42c4-9ba3-669748bd31aa .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-098fa6a4-5832-4515-8a66-7c039f33a667"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-098fa6a4-5832-4515-8a66-7c039f33a667"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-098fa6a4-5832-4515-8a66-7c039f33a667"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-098fa6a4-5832-4515-8a66-7c039f33a667"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-098fa6a4-5832-4515-8a66-7c039f33a667"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-098fa6a4-5832-4515-8a66-7c039f33a667"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-098fa6a4-5832-4515-8a66-7c039f33a667"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-098fa6a4-5832-4515-8a66-7c039f33a667"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-098fa6a4-5832-4515-8a66-7c039f33a667"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-098fa6a4-5832-4515-8a66-7c039f33a667"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-098fa6a4-5832-4515-8a66-7c039f33a667"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-098fa6a4-5832-4515-8a66-7c039f33a667"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-098fa6a4-5832-4515-8a66-7c039f33a667"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-098fa6a4-5832-4515-8a66-7c039f33a667"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-098fa6a4-5832-4515-8a66-7c039f33a667"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-098fa6a4-5832-4515-8a66-7c039f33a667"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-098fa6a4-5832-4515-8a66-7c039f33a667"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-098fa6a4-5832-4515-8a66-7c039f33a667"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-098fa6a4-5832-4515-8a66-7c039f33a667"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-098fa6a4-5832-4515-8a66-7c039f33a667"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-098fa6a4-5832-4515-8a66-7c039f33a667"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-098fa6a4-5832-4515-8a66-7c039f33a667"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-098fa6a4-5832-4515-8a66-7c039f33a667"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-098fa6a4-5832-4515-8a66-7c039f33a667"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-098fa6a4-5832-4515-8a66-7c039f33a667"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-098fa6a4-5832-4515-8a66-7c039f33a667"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-098fa6a4-5832-4515-8a66-7c039f33a667"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-098fa6a4-5832-4515-8a66-7c039f33a667"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-098fa6a4-5832-4515-8a66-7c039f33a667"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-098fa6a4-5832-4515-8a66-7c039f33a667"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-098fa6a4-5832-4515-8a66-7c039f33a667"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-098fa6a4-5832-4515-8a66-7c039f33a667"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-098fa6a4-5832-4515-8a66-7c039f33a667"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-098fa6a4-5832-4515-8a66-7c039f33a667"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-098fa6a4-5832-4515-8a66-7c039f33a667"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-098fa6a4-5832-4515-8a66-7c039f33a667"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-098fa6a4-5832-4515-8a66-7c039f33a667"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-74d944ae-0e3d-46bb-b2ff-c66cddd0ebf2 {
  padding-top: 30px;
padding-bottom: 30px;
min-height: 50px;
background-color: rgba(255, 255, 255, 0.75);
}








#s-74d944ae-0e3d-46bb-b2ff-c66cddd0ebf2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-74d944ae-0e3d-46bb-b2ff-c66cddd0ebf2.shg-box.shg-c {
  justify-content: center;
}

#s-00f075f4-8e3e-4339-9b64-c904134afdbf {
  margin-left: 115px;
margin-right: 70px;
}

#s-363ba848-0a8a-44bf-9b1f-3e6f93da5e06 {
  background-image: url(none);
background-repeat: no-repeat;
margin-top: 15px;
margin-left: 70px;
margin-right: 70px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(12, 29, 73, 1);
text-align: right;
text-decoration: none;
hover-type: color;
background-position: undefined undefined;
}
#s-363ba848-0a8a-44bf-9b1f-3e6f93da5e06:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(12, 29, 73, 1) !important;
text-decoration: none !important;
hover-type: color !important;}#s-363ba848-0a8a-44bf-9b1f-3e6f93da5e06:active {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(12, 29, 73, 1) !important;
text-decoration: none !important;
hover-type: color !important;}

  #s-363ba848-0a8a-44bf-9b1f-3e6f93da5e06-btn-wrapper {
    text-align: right;
  }


#s-363ba848-0a8a-44bf-9b1f-3e6f93da5e06.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}

#s-7c4cabe2-5c3a-4e72-9392-e8510a0f0dd4 {
  text-align: center;
}




  #s-7c4cabe2-5c3a-4e72-9392-e8510a0f0dd4 img.shogun-image {
    
    width: px;
  }


#s-7c4cabe2-5c3a-4e72-9392-e8510a0f0dd4 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-fa9e6ef9-3fda-4a95-9b1b-1ba4aa3b8e41"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-fa9e6ef9-3fda-4a95-9b1b-1ba4aa3b8e41"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-fa9e6ef9-3fda-4a95-9b1b-1ba4aa3b8e41"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-fa9e6ef9-3fda-4a95-9b1b-1ba4aa3b8e41"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-fa9e6ef9-3fda-4a95-9b1b-1ba4aa3b8e41"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-fa9e6ef9-3fda-4a95-9b1b-1ba4aa3b8e41"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-fa9e6ef9-3fda-4a95-9b1b-1ba4aa3b8e41"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-fa9e6ef9-3fda-4a95-9b1b-1ba4aa3b8e41"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-fa9e6ef9-3fda-4a95-9b1b-1ba4aa3b8e41"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-fa9e6ef9-3fda-4a95-9b1b-1ba4aa3b8e41"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-fa9e6ef9-3fda-4a95-9b1b-1ba4aa3b8e41"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-fa9e6ef9-3fda-4a95-9b1b-1ba4aa3b8e41"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-fa9e6ef9-3fda-4a95-9b1b-1ba4aa3b8e41"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-fa9e6ef9-3fda-4a95-9b1b-1ba4aa3b8e41"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-fa9e6ef9-3fda-4a95-9b1b-1ba4aa3b8e41"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-fa9e6ef9-3fda-4a95-9b1b-1ba4aa3b8e41"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-fa9e6ef9-3fda-4a95-9b1b-1ba4aa3b8e41"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-fa9e6ef9-3fda-4a95-9b1b-1ba4aa3b8e41"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-fa9e6ef9-3fda-4a95-9b1b-1ba4aa3b8e41"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-fa9e6ef9-3fda-4a95-9b1b-1ba4aa3b8e41"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-fa9e6ef9-3fda-4a95-9b1b-1ba4aa3b8e41"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-fa9e6ef9-3fda-4a95-9b1b-1ba4aa3b8e41"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-fa9e6ef9-3fda-4a95-9b1b-1ba4aa3b8e41"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-fa9e6ef9-3fda-4a95-9b1b-1ba4aa3b8e41"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-fa9e6ef9-3fda-4a95-9b1b-1ba4aa3b8e41"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-fa9e6ef9-3fda-4a95-9b1b-1ba4aa3b8e41"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-fa9e6ef9-3fda-4a95-9b1b-1ba4aa3b8e41"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-fa9e6ef9-3fda-4a95-9b1b-1ba4aa3b8e41"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-fa9e6ef9-3fda-4a95-9b1b-1ba4aa3b8e41"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-fa9e6ef9-3fda-4a95-9b1b-1ba4aa3b8e41"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-fa9e6ef9-3fda-4a95-9b1b-1ba4aa3b8e41"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-fa9e6ef9-3fda-4a95-9b1b-1ba4aa3b8e41"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-fa9e6ef9-3fda-4a95-9b1b-1ba4aa3b8e41"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-fa9e6ef9-3fda-4a95-9b1b-1ba4aa3b8e41"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-fa9e6ef9-3fda-4a95-9b1b-1ba4aa3b8e41"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-fa9e6ef9-3fda-4a95-9b1b-1ba4aa3b8e41"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-fa9e6ef9-3fda-4a95-9b1b-1ba4aa3b8e41"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-42596e8c-380e-44ae-9cdc-87e3b19fe60c {
  padding-top: 30px;
padding-bottom: 30px;
min-height: 50px;
background-color: rgba(255, 255, 255, 0.75);
}








#s-42596e8c-380e-44ae-9cdc-87e3b19fe60c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-42596e8c-380e-44ae-9cdc-87e3b19fe60c.shg-box.shg-c {
  justify-content: center;
}

#s-164842c3-ef62-4775-ab2e-83c173f722fd {
  margin-left: 115px;
margin-right: 70px;
}

#s-34255336-b35f-40dc-a383-744399d0d937 {
  background-image: url(none);
background-repeat: no-repeat;
margin-top: 15px;
margin-left: 70px;
margin-right: 70px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(12, 29, 73, 1);
text-align: right;
text-decoration: none;
hover-type: color;
background-position: undefined undefined;
}
#s-34255336-b35f-40dc-a383-744399d0d937:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(12, 29, 73, 1) !important;
text-decoration: none !important;
hover-type: color !important;}#s-34255336-b35f-40dc-a383-744399d0d937:active {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(12, 29, 73, 1) !important;
text-decoration: none !important;
hover-type: color !important;}

  #s-34255336-b35f-40dc-a383-744399d0d937-btn-wrapper {
    text-align: right;
  }


#s-34255336-b35f-40dc-a383-744399d0d937.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}

#s-cdc1832d-ddfc-4e0a-a23e-79b3f2409cf6 {
  text-align: center;
}




  #s-cdc1832d-ddfc-4e0a-a23e-79b3f2409cf6 img.shogun-image {
    
    width: px;
  }


#s-cdc1832d-ddfc-4e0a-a23e-79b3f2409cf6 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-8dc98413-5cd1-44b9-8695-29fe32e1bec6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8dc98413-5cd1-44b9-8695-29fe32e1bec6"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-8dc98413-5cd1-44b9-8695-29fe32e1bec6"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-8dc98413-5cd1-44b9-8695-29fe32e1bec6"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-8dc98413-5cd1-44b9-8695-29fe32e1bec6"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-8dc98413-5cd1-44b9-8695-29fe32e1bec6"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-8dc98413-5cd1-44b9-8695-29fe32e1bec6"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-8dc98413-5cd1-44b9-8695-29fe32e1bec6"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-8dc98413-5cd1-44b9-8695-29fe32e1bec6"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-8dc98413-5cd1-44b9-8695-29fe32e1bec6"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-8dc98413-5cd1-44b9-8695-29fe32e1bec6"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-8dc98413-5cd1-44b9-8695-29fe32e1bec6"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-8dc98413-5cd1-44b9-8695-29fe32e1bec6"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-8dc98413-5cd1-44b9-8695-29fe32e1bec6"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-8dc98413-5cd1-44b9-8695-29fe32e1bec6"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-8dc98413-5cd1-44b9-8695-29fe32e1bec6"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-8dc98413-5cd1-44b9-8695-29fe32e1bec6"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-8dc98413-5cd1-44b9-8695-29fe32e1bec6"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-8dc98413-5cd1-44b9-8695-29fe32e1bec6"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-8dc98413-5cd1-44b9-8695-29fe32e1bec6"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-8dc98413-5cd1-44b9-8695-29fe32e1bec6"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-8dc98413-5cd1-44b9-8695-29fe32e1bec6"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-8dc98413-5cd1-44b9-8695-29fe32e1bec6"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-8dc98413-5cd1-44b9-8695-29fe32e1bec6"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-8dc98413-5cd1-44b9-8695-29fe32e1bec6"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-8dc98413-5cd1-44b9-8695-29fe32e1bec6"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-8dc98413-5cd1-44b9-8695-29fe32e1bec6"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-8dc98413-5cd1-44b9-8695-29fe32e1bec6"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-8dc98413-5cd1-44b9-8695-29fe32e1bec6"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-8dc98413-5cd1-44b9-8695-29fe32e1bec6"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-8dc98413-5cd1-44b9-8695-29fe32e1bec6"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-8dc98413-5cd1-44b9-8695-29fe32e1bec6"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-8dc98413-5cd1-44b9-8695-29fe32e1bec6"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-8dc98413-5cd1-44b9-8695-29fe32e1bec6"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-8dc98413-5cd1-44b9-8695-29fe32e1bec6"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-8dc98413-5cd1-44b9-8695-29fe32e1bec6"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-8dc98413-5cd1-44b9-8695-29fe32e1bec6"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-28451249-c928-4b89-bfe8-bd5a360f4d88 {
  padding-top: 30px;
padding-bottom: 30px;
min-height: 50px;
background-color: rgba(255, 255, 255, 0.75);
}








#s-28451249-c928-4b89-bfe8-bd5a360f4d88 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-28451249-c928-4b89-bfe8-bd5a360f4d88.shg-box.shg-c {
  justify-content: center;
}

#s-9c0a038e-066e-400f-b504-a07ccb7ab954 {
  margin-left: 115px;
margin-right: 70px;
}

#s-a5fc1eed-ca6b-422b-b06f-a928ae9b8740 {
  background-image: url(none);
background-repeat: no-repeat;
margin-top: 15px;
margin-left: 70px;
margin-right: 70px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(12, 29, 73, 1);
text-align: right;
text-decoration: none;
hover-type: color;
background-position: undefined undefined;
}
#s-a5fc1eed-ca6b-422b-b06f-a928ae9b8740:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(12, 29, 73, 1) !important;
text-decoration: none !important;
hover-type: color !important;}#s-a5fc1eed-ca6b-422b-b06f-a928ae9b8740:active {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(12, 29, 73, 1) !important;
text-decoration: none !important;
hover-type: color !important;}

  #s-a5fc1eed-ca6b-422b-b06f-a928ae9b8740-btn-wrapper {
    text-align: right;
  }


#s-a5fc1eed-ca6b-422b-b06f-a928ae9b8740.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}

#s-38f93829-efaa-4a41-886a-64c83a365356 {
  text-align: center;
}




  #s-38f93829-efaa-4a41-886a-64c83a365356 img.shogun-image {
    
    width: px;
  }


#s-38f93829-efaa-4a41-886a-64c83a365356 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-30cb4f9e-184c-48a6-abbc-1d56e21c7bc2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-30cb4f9e-184c-48a6-abbc-1d56e21c7bc2"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-30cb4f9e-184c-48a6-abbc-1d56e21c7bc2"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-30cb4f9e-184c-48a6-abbc-1d56e21c7bc2"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-30cb4f9e-184c-48a6-abbc-1d56e21c7bc2"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-30cb4f9e-184c-48a6-abbc-1d56e21c7bc2"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-30cb4f9e-184c-48a6-abbc-1d56e21c7bc2"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-30cb4f9e-184c-48a6-abbc-1d56e21c7bc2"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-30cb4f9e-184c-48a6-abbc-1d56e21c7bc2"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-30cb4f9e-184c-48a6-abbc-1d56e21c7bc2"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-30cb4f9e-184c-48a6-abbc-1d56e21c7bc2"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-30cb4f9e-184c-48a6-abbc-1d56e21c7bc2"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-30cb4f9e-184c-48a6-abbc-1d56e21c7bc2"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-30cb4f9e-184c-48a6-abbc-1d56e21c7bc2"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-30cb4f9e-184c-48a6-abbc-1d56e21c7bc2"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-30cb4f9e-184c-48a6-abbc-1d56e21c7bc2"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-30cb4f9e-184c-48a6-abbc-1d56e21c7bc2"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-30cb4f9e-184c-48a6-abbc-1d56e21c7bc2"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-30cb4f9e-184c-48a6-abbc-1d56e21c7bc2"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-30cb4f9e-184c-48a6-abbc-1d56e21c7bc2"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-30cb4f9e-184c-48a6-abbc-1d56e21c7bc2"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-30cb4f9e-184c-48a6-abbc-1d56e21c7bc2"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-30cb4f9e-184c-48a6-abbc-1d56e21c7bc2"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-30cb4f9e-184c-48a6-abbc-1d56e21c7bc2"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-30cb4f9e-184c-48a6-abbc-1d56e21c7bc2"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-30cb4f9e-184c-48a6-abbc-1d56e21c7bc2"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-30cb4f9e-184c-48a6-abbc-1d56e21c7bc2"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-30cb4f9e-184c-48a6-abbc-1d56e21c7bc2"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-30cb4f9e-184c-48a6-abbc-1d56e21c7bc2"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-30cb4f9e-184c-48a6-abbc-1d56e21c7bc2"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-30cb4f9e-184c-48a6-abbc-1d56e21c7bc2"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-30cb4f9e-184c-48a6-abbc-1d56e21c7bc2"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-30cb4f9e-184c-48a6-abbc-1d56e21c7bc2"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-30cb4f9e-184c-48a6-abbc-1d56e21c7bc2"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-30cb4f9e-184c-48a6-abbc-1d56e21c7bc2"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-30cb4f9e-184c-48a6-abbc-1d56e21c7bc2"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-30cb4f9e-184c-48a6-abbc-1d56e21c7bc2"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-df6f9280-ccb0-4ba3-98f3-7352a733352f {
  padding-top: 30px;
padding-bottom: 30px;
min-height: 50px;
background-color: rgba(255, 255, 255, 0.75);
}








#s-df6f9280-ccb0-4ba3-98f3-7352a733352f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-df6f9280-ccb0-4ba3-98f3-7352a733352f.shg-box.shg-c {
  justify-content: center;
}

#s-674b6294-5dad-4bc2-aa71-f542b234df2e {
  margin-left: 115px;
margin-right: 70px;
}

#s-fc207503-3fb2-4d5a-8afc-f8abf6554eb2 {
  background-image: url(none);
background-repeat: no-repeat;
margin-top: 15px;
margin-left: 70px;
margin-right: 70px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(12, 29, 73, 1);
text-align: right;
text-decoration: none;
hover-type: color;
background-position: undefined undefined;
}
#s-fc207503-3fb2-4d5a-8afc-f8abf6554eb2:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(12, 29, 73, 1) !important;
text-decoration: none !important;
hover-type: color !important;}#s-fc207503-3fb2-4d5a-8afc-f8abf6554eb2:active {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(12, 29, 73, 1) !important;
text-decoration: none !important;
hover-type: color !important;}

  #s-fc207503-3fb2-4d5a-8afc-f8abf6554eb2-btn-wrapper {
    text-align: right;
  }


#s-fc207503-3fb2-4d5a-8afc-f8abf6554eb2.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}

#s-caacec51-3163-4a0e-9198-99dfad62c25c {
  text-align: right;
}




  #s-caacec51-3163-4a0e-9198-99dfad62c25c img.shogun-image {
    
    width: px;
  }


#s-caacec51-3163-4a0e-9198-99dfad62c25c .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-c2030a71-d1a6-4889-a133-e697e4a5bd40"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c2030a71-d1a6-4889-a133-e697e4a5bd40"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-c2030a71-d1a6-4889-a133-e697e4a5bd40"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-c2030a71-d1a6-4889-a133-e697e4a5bd40"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-c2030a71-d1a6-4889-a133-e697e4a5bd40"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-c2030a71-d1a6-4889-a133-e697e4a5bd40"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-c2030a71-d1a6-4889-a133-e697e4a5bd40"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-c2030a71-d1a6-4889-a133-e697e4a5bd40"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-c2030a71-d1a6-4889-a133-e697e4a5bd40"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-c2030a71-d1a6-4889-a133-e697e4a5bd40"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-c2030a71-d1a6-4889-a133-e697e4a5bd40"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-c2030a71-d1a6-4889-a133-e697e4a5bd40"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-c2030a71-d1a6-4889-a133-e697e4a5bd40"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-c2030a71-d1a6-4889-a133-e697e4a5bd40"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-c2030a71-d1a6-4889-a133-e697e4a5bd40"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-c2030a71-d1a6-4889-a133-e697e4a5bd40"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-c2030a71-d1a6-4889-a133-e697e4a5bd40"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-c2030a71-d1a6-4889-a133-e697e4a5bd40"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-c2030a71-d1a6-4889-a133-e697e4a5bd40"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-c2030a71-d1a6-4889-a133-e697e4a5bd40"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-c2030a71-d1a6-4889-a133-e697e4a5bd40"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-c2030a71-d1a6-4889-a133-e697e4a5bd40"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-c2030a71-d1a6-4889-a133-e697e4a5bd40"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-c2030a71-d1a6-4889-a133-e697e4a5bd40"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-c2030a71-d1a6-4889-a133-e697e4a5bd40"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-c2030a71-d1a6-4889-a133-e697e4a5bd40"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-c2030a71-d1a6-4889-a133-e697e4a5bd40"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-c2030a71-d1a6-4889-a133-e697e4a5bd40"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-c2030a71-d1a6-4889-a133-e697e4a5bd40"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-c2030a71-d1a6-4889-a133-e697e4a5bd40"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-c2030a71-d1a6-4889-a133-e697e4a5bd40"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-c2030a71-d1a6-4889-a133-e697e4a5bd40"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-c2030a71-d1a6-4889-a133-e697e4a5bd40"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-c2030a71-d1a6-4889-a133-e697e4a5bd40"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-c2030a71-d1a6-4889-a133-e697e4a5bd40"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-c2030a71-d1a6-4889-a133-e697e4a5bd40"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-c2030a71-d1a6-4889-a133-e697e4a5bd40"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-f15bae04-6bee-4b28-9ee9-bdefa6601cdd {
  padding-top: 30px;
padding-bottom: 30px;
min-height: 50px;
background-color: rgba(255, 255, 255, 0.75);
}








#s-f15bae04-6bee-4b28-9ee9-bdefa6601cdd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f15bae04-6bee-4b28-9ee9-bdefa6601cdd.shg-box.shg-c {
  justify-content: center;
}

#s-90dcdfa1-5b41-4924-ade3-5310ed59e63b {
  margin-left: 100px;
margin-right: 70px;
}

#s-fd15cfed-8b43-4ecf-87a9-108617e0a0f6 {
  background-image: url(none);
background-repeat: no-repeat;
margin-top: 15px;
margin-left: 70px;
margin-right: 70px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(12, 29, 73, 1);
text-align: right;
text-decoration: none;
hover-type: color;
background-position: undefined undefined;
}
#s-fd15cfed-8b43-4ecf-87a9-108617e0a0f6:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(12, 29, 73, 1) !important;
text-decoration: none !important;
hover-type: color !important;}#s-fd15cfed-8b43-4ecf-87a9-108617e0a0f6:active {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(12, 29, 73, 1) !important;
text-decoration: none !important;
hover-type: color !important;}

  #s-fd15cfed-8b43-4ecf-87a9-108617e0a0f6-btn-wrapper {
    text-align: right;
  }


#s-fd15cfed-8b43-4ecf-87a9-108617e0a0f6.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}

#s-18095fcc-41fa-4f0b-87f5-605d790cd61b {
  text-align: right;
}




  #s-18095fcc-41fa-4f0b-87f5-605d790cd61b img.shogun-image {
    
    width: px;
  }


#s-18095fcc-41fa-4f0b-87f5-605d790cd61b .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-a943b4a0-1676-4cd8-891e-52ad84e845fd"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a943b4a0-1676-4cd8-891e-52ad84e845fd"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-a943b4a0-1676-4cd8-891e-52ad84e845fd"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-a943b4a0-1676-4cd8-891e-52ad84e845fd"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-a943b4a0-1676-4cd8-891e-52ad84e845fd"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-a943b4a0-1676-4cd8-891e-52ad84e845fd"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-a943b4a0-1676-4cd8-891e-52ad84e845fd"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-a943b4a0-1676-4cd8-891e-52ad84e845fd"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-a943b4a0-1676-4cd8-891e-52ad84e845fd"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-a943b4a0-1676-4cd8-891e-52ad84e845fd"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-a943b4a0-1676-4cd8-891e-52ad84e845fd"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-a943b4a0-1676-4cd8-891e-52ad84e845fd"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-a943b4a0-1676-4cd8-891e-52ad84e845fd"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-a943b4a0-1676-4cd8-891e-52ad84e845fd"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-a943b4a0-1676-4cd8-891e-52ad84e845fd"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-a943b4a0-1676-4cd8-891e-52ad84e845fd"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-a943b4a0-1676-4cd8-891e-52ad84e845fd"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-a943b4a0-1676-4cd8-891e-52ad84e845fd"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-a943b4a0-1676-4cd8-891e-52ad84e845fd"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-a943b4a0-1676-4cd8-891e-52ad84e845fd"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-a943b4a0-1676-4cd8-891e-52ad84e845fd"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-a943b4a0-1676-4cd8-891e-52ad84e845fd"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-a943b4a0-1676-4cd8-891e-52ad84e845fd"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-a943b4a0-1676-4cd8-891e-52ad84e845fd"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-a943b4a0-1676-4cd8-891e-52ad84e845fd"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-a943b4a0-1676-4cd8-891e-52ad84e845fd"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-a943b4a0-1676-4cd8-891e-52ad84e845fd"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-a943b4a0-1676-4cd8-891e-52ad84e845fd"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-a943b4a0-1676-4cd8-891e-52ad84e845fd"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-a943b4a0-1676-4cd8-891e-52ad84e845fd"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-a943b4a0-1676-4cd8-891e-52ad84e845fd"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-a943b4a0-1676-4cd8-891e-52ad84e845fd"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-a943b4a0-1676-4cd8-891e-52ad84e845fd"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-a943b4a0-1676-4cd8-891e-52ad84e845fd"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-a943b4a0-1676-4cd8-891e-52ad84e845fd"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-a943b4a0-1676-4cd8-891e-52ad84e845fd"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-a943b4a0-1676-4cd8-891e-52ad84e845fd"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-9a32cba8-59bd-42f6-905c-75a59f1ac95d {
  padding-top: 30px;
padding-bottom: 30px;
min-height: 50px;
background-color: rgba(255, 255, 255, 0.75);
}








#s-9a32cba8-59bd-42f6-905c-75a59f1ac95d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9a32cba8-59bd-42f6-905c-75a59f1ac95d.shg-box.shg-c {
  justify-content: center;
}

#s-412375fc-3a92-4dc7-b277-f42058902003 {
  margin-left: 115px;
margin-right: 70px;
}

#s-9148634e-84e1-4a6c-beeb-9a13f27659d9 {
  background-image: url(none);
background-repeat: no-repeat;
margin-top: 15px;
margin-left: 70px;
margin-right: 70px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(12, 29, 73, 1);
text-align: right;
text-decoration: none;
hover-type: color;
background-position: undefined undefined;
}
#s-9148634e-84e1-4a6c-beeb-9a13f27659d9:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(12, 29, 73, 1) !important;
text-decoration: none !important;
hover-type: color !important;}#s-9148634e-84e1-4a6c-beeb-9a13f27659d9:active {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(12, 29, 73, 1) !important;
text-decoration: none !important;
hover-type: color !important;}

  #s-9148634e-84e1-4a6c-beeb-9a13f27659d9-btn-wrapper {
    text-align: right;
  }


#s-9148634e-84e1-4a6c-beeb-9a13f27659d9.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}

#s-30f32b11-4fe9-419d-810c-8d1f706076a0 {
  text-align: center;
}




  #s-30f32b11-4fe9-419d-810c-8d1f706076a0 img.shogun-image {
    
    width: px;
  }


#s-30f32b11-4fe9-419d-810c-8d1f706076a0 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-af499eac-44fb-40f9-b7c0-7d1302651d21"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-af499eac-44fb-40f9-b7c0-7d1302651d21"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-af499eac-44fb-40f9-b7c0-7d1302651d21"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-af499eac-44fb-40f9-b7c0-7d1302651d21"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-af499eac-44fb-40f9-b7c0-7d1302651d21"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-af499eac-44fb-40f9-b7c0-7d1302651d21"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-af499eac-44fb-40f9-b7c0-7d1302651d21"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-af499eac-44fb-40f9-b7c0-7d1302651d21"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-af499eac-44fb-40f9-b7c0-7d1302651d21"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-af499eac-44fb-40f9-b7c0-7d1302651d21"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-af499eac-44fb-40f9-b7c0-7d1302651d21"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-af499eac-44fb-40f9-b7c0-7d1302651d21"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-af499eac-44fb-40f9-b7c0-7d1302651d21"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-af499eac-44fb-40f9-b7c0-7d1302651d21"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-af499eac-44fb-40f9-b7c0-7d1302651d21"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-af499eac-44fb-40f9-b7c0-7d1302651d21"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-af499eac-44fb-40f9-b7c0-7d1302651d21"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-af499eac-44fb-40f9-b7c0-7d1302651d21"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-af499eac-44fb-40f9-b7c0-7d1302651d21"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-af499eac-44fb-40f9-b7c0-7d1302651d21"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-af499eac-44fb-40f9-b7c0-7d1302651d21"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-af499eac-44fb-40f9-b7c0-7d1302651d21"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-af499eac-44fb-40f9-b7c0-7d1302651d21"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-af499eac-44fb-40f9-b7c0-7d1302651d21"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-af499eac-44fb-40f9-b7c0-7d1302651d21"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-af499eac-44fb-40f9-b7c0-7d1302651d21"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-af499eac-44fb-40f9-b7c0-7d1302651d21"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-af499eac-44fb-40f9-b7c0-7d1302651d21"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-af499eac-44fb-40f9-b7c0-7d1302651d21"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-af499eac-44fb-40f9-b7c0-7d1302651d21"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-af499eac-44fb-40f9-b7c0-7d1302651d21"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-af499eac-44fb-40f9-b7c0-7d1302651d21"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-af499eac-44fb-40f9-b7c0-7d1302651d21"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-af499eac-44fb-40f9-b7c0-7d1302651d21"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-af499eac-44fb-40f9-b7c0-7d1302651d21"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-af499eac-44fb-40f9-b7c0-7d1302651d21"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-af499eac-44fb-40f9-b7c0-7d1302651d21"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-5ecfc5cd-de48-4c1b-aaa6-239f9927a032 {
  padding-top: 30px;
padding-bottom: 30px;
min-height: 50px;
background-color: rgba(255, 255, 255, 0.75);
}








#s-5ecfc5cd-de48-4c1b-aaa6-239f9927a032 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5ecfc5cd-de48-4c1b-aaa6-239f9927a032.shg-box.shg-c {
  justify-content: center;
}

#s-cd680695-8a14-485f-bbc2-635ece3f25bf {
  margin-left: 100px;
margin-right: 70px;
}

#s-e74bf6f9-8216-497a-8c57-8e17b792ce8b {
  background-image: url(none);
background-repeat: no-repeat;
margin-top: 15px;
margin-left: 70px;
margin-right: 70px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(12, 29, 73, 1);
text-align: right;
text-decoration: none;
hover-type: color;
background-position: undefined undefined;
}
#s-e74bf6f9-8216-497a-8c57-8e17b792ce8b:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(12, 29, 73, 1) !important;
text-decoration: none !important;
hover-type: color !important;}#s-e74bf6f9-8216-497a-8c57-8e17b792ce8b:active {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(12, 29, 73, 1) !important;
text-decoration: none !important;
hover-type: color !important;}

  #s-e74bf6f9-8216-497a-8c57-8e17b792ce8b-btn-wrapper {
    text-align: right;
  }


#s-e74bf6f9-8216-497a-8c57-8e17b792ce8b.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}

#s-bb306fd4-e0c6-4b35-9f02-05a42f9892f0 {
  text-align: center;
}




  #s-bb306fd4-e0c6-4b35-9f02-05a42f9892f0 img.shogun-image {
    
    width: px;
  }


#s-bb306fd4-e0c6-4b35-9f02-05a42f9892f0 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-294013ea-8ec0-4805-b5f4-bb6e53b6073a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-294013ea-8ec0-4805-b5f4-bb6e53b6073a"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-294013ea-8ec0-4805-b5f4-bb6e53b6073a"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-294013ea-8ec0-4805-b5f4-bb6e53b6073a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-294013ea-8ec0-4805-b5f4-bb6e53b6073a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-294013ea-8ec0-4805-b5f4-bb6e53b6073a"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-294013ea-8ec0-4805-b5f4-bb6e53b6073a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-294013ea-8ec0-4805-b5f4-bb6e53b6073a"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-294013ea-8ec0-4805-b5f4-bb6e53b6073a"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-294013ea-8ec0-4805-b5f4-bb6e53b6073a"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-294013ea-8ec0-4805-b5f4-bb6e53b6073a"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-294013ea-8ec0-4805-b5f4-bb6e53b6073a"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-294013ea-8ec0-4805-b5f4-bb6e53b6073a"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-294013ea-8ec0-4805-b5f4-bb6e53b6073a"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-294013ea-8ec0-4805-b5f4-bb6e53b6073a"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-294013ea-8ec0-4805-b5f4-bb6e53b6073a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-294013ea-8ec0-4805-b5f4-bb6e53b6073a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-294013ea-8ec0-4805-b5f4-bb6e53b6073a"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-294013ea-8ec0-4805-b5f4-bb6e53b6073a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-294013ea-8ec0-4805-b5f4-bb6e53b6073a"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-294013ea-8ec0-4805-b5f4-bb6e53b6073a"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-294013ea-8ec0-4805-b5f4-bb6e53b6073a"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-294013ea-8ec0-4805-b5f4-bb6e53b6073a"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-294013ea-8ec0-4805-b5f4-bb6e53b6073a"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-294013ea-8ec0-4805-b5f4-bb6e53b6073a"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-294013ea-8ec0-4805-b5f4-bb6e53b6073a"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-294013ea-8ec0-4805-b5f4-bb6e53b6073a"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-294013ea-8ec0-4805-b5f4-bb6e53b6073a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-294013ea-8ec0-4805-b5f4-bb6e53b6073a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-294013ea-8ec0-4805-b5f4-bb6e53b6073a"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-294013ea-8ec0-4805-b5f4-bb6e53b6073a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-294013ea-8ec0-4805-b5f4-bb6e53b6073a"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-294013ea-8ec0-4805-b5f4-bb6e53b6073a"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-294013ea-8ec0-4805-b5f4-bb6e53b6073a"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-294013ea-8ec0-4805-b5f4-bb6e53b6073a"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-294013ea-8ec0-4805-b5f4-bb6e53b6073a"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-294013ea-8ec0-4805-b5f4-bb6e53b6073a"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-9c441160-efa4-4ae7-ba21-223bb0d25fab {
  padding-top: 30px;
padding-bottom: 30px;
min-height: 50px;
background-color: rgba(255, 255, 255, 0.75);
}








#s-9c441160-efa4-4ae7-ba21-223bb0d25fab > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9c441160-efa4-4ae7-ba21-223bb0d25fab.shg-box.shg-c {
  justify-content: center;
}

#s-a3325e1d-5c51-478e-8cd7-883845685e7a {
  margin-left: 100px;
margin-right: 70px;
}

#s-87fb4e7f-b896-46fc-8cc2-c13da14ec772 {
  background-image: url(none);
background-repeat: no-repeat;
margin-top: 15px;
margin-left: 70px;
margin-right: 70px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(12, 29, 73, 1);
text-align: right;
text-decoration: none;
hover-type: color;
background-position: undefined undefined;
}
#s-87fb4e7f-b896-46fc-8cc2-c13da14ec772:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(12, 29, 73, 1) !important;
text-decoration: none !important;
hover-type: color !important;}#s-87fb4e7f-b896-46fc-8cc2-c13da14ec772:active {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(12, 29, 73, 1) !important;
text-decoration: none !important;
hover-type: color !important;}

  #s-87fb4e7f-b896-46fc-8cc2-c13da14ec772-btn-wrapper {
    text-align: right;
  }


#s-87fb4e7f-b896-46fc-8cc2-c13da14ec772.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}

#s-2c05a622-80e0-4fc4-8b07-2fdb5037b0e8 {
  text-align: center;
}




  #s-2c05a622-80e0-4fc4-8b07-2fdb5037b0e8 img.shogun-image {
    
    width: px;
  }


#s-2c05a622-80e0-4fc4-8b07-2fdb5037b0e8 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-60db995b-8f9c-4f98-b18d-8d87a2f50724"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-60db995b-8f9c-4f98-b18d-8d87a2f50724"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-60db995b-8f9c-4f98-b18d-8d87a2f50724"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-60db995b-8f9c-4f98-b18d-8d87a2f50724"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-60db995b-8f9c-4f98-b18d-8d87a2f50724"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-60db995b-8f9c-4f98-b18d-8d87a2f50724"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-60db995b-8f9c-4f98-b18d-8d87a2f50724"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-60db995b-8f9c-4f98-b18d-8d87a2f50724"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-60db995b-8f9c-4f98-b18d-8d87a2f50724"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-60db995b-8f9c-4f98-b18d-8d87a2f50724"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-60db995b-8f9c-4f98-b18d-8d87a2f50724"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-60db995b-8f9c-4f98-b18d-8d87a2f50724"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-60db995b-8f9c-4f98-b18d-8d87a2f50724"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-60db995b-8f9c-4f98-b18d-8d87a2f50724"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-60db995b-8f9c-4f98-b18d-8d87a2f50724"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-60db995b-8f9c-4f98-b18d-8d87a2f50724"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-60db995b-8f9c-4f98-b18d-8d87a2f50724"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-60db995b-8f9c-4f98-b18d-8d87a2f50724"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-60db995b-8f9c-4f98-b18d-8d87a2f50724"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-60db995b-8f9c-4f98-b18d-8d87a2f50724"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-60db995b-8f9c-4f98-b18d-8d87a2f50724"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-60db995b-8f9c-4f98-b18d-8d87a2f50724"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-60db995b-8f9c-4f98-b18d-8d87a2f50724"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-60db995b-8f9c-4f98-b18d-8d87a2f50724"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-60db995b-8f9c-4f98-b18d-8d87a2f50724"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-60db995b-8f9c-4f98-b18d-8d87a2f50724"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-60db995b-8f9c-4f98-b18d-8d87a2f50724"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-60db995b-8f9c-4f98-b18d-8d87a2f50724"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-60db995b-8f9c-4f98-b18d-8d87a2f50724"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-60db995b-8f9c-4f98-b18d-8d87a2f50724"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-60db995b-8f9c-4f98-b18d-8d87a2f50724"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-60db995b-8f9c-4f98-b18d-8d87a2f50724"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-60db995b-8f9c-4f98-b18d-8d87a2f50724"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-60db995b-8f9c-4f98-b18d-8d87a2f50724"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-60db995b-8f9c-4f98-b18d-8d87a2f50724"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-60db995b-8f9c-4f98-b18d-8d87a2f50724"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-60db995b-8f9c-4f98-b18d-8d87a2f50724"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-43ebfb66-2840-4d11-955b-0979534ba229 {
  padding-top: 30px;
padding-bottom: 30px;
min-height: 50px;
background-color: rgba(255, 255, 255, 0.75);
}








#s-43ebfb66-2840-4d11-955b-0979534ba229 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-43ebfb66-2840-4d11-955b-0979534ba229.shg-box.shg-c {
  justify-content: center;
}

#s-f538d3e1-292d-4176-b747-548fc55f61d0 {
  margin-left: 70px;
margin-right: 70px;
}

#s-a0260695-f120-4e54-aa85-2d349822e019 {
  background-image: url(none);
background-repeat: no-repeat;
margin-top: 15px;
margin-left: 70px;
margin-right: 70px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(12, 29, 73, 1);
text-align: left;
text-decoration: none;
hover-type: color;
background-position: undefined undefined;
}
#s-a0260695-f120-4e54-aa85-2d349822e019:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(12, 29, 73, 1) !important;
text-decoration: none !important;
hover-type: color !important;}#s-a0260695-f120-4e54-aa85-2d349822e019:active {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(12, 29, 73, 1) !important;
text-decoration: none !important;
hover-type: color !important;}

  #s-a0260695-f120-4e54-aa85-2d349822e019-btn-wrapper {
    text-align: left;
  }


#s-a0260695-f120-4e54-aa85-2d349822e019.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}

#s-d820da34-8406-428a-90e3-9145b5e43a01 {
  text-align: center;
}




  #s-d820da34-8406-428a-90e3-9145b5e43a01 img.shogun-image {
    
    width: px;
  }


#s-d820da34-8406-428a-90e3-9145b5e43a01 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-e3ee1fa1-5fea-4671-aa0e-b1ce6b604534"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e3ee1fa1-5fea-4671-aa0e-b1ce6b604534"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-e3ee1fa1-5fea-4671-aa0e-b1ce6b604534"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-e3ee1fa1-5fea-4671-aa0e-b1ce6b604534"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-e3ee1fa1-5fea-4671-aa0e-b1ce6b604534"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-e3ee1fa1-5fea-4671-aa0e-b1ce6b604534"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-e3ee1fa1-5fea-4671-aa0e-b1ce6b604534"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-e3ee1fa1-5fea-4671-aa0e-b1ce6b604534"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-e3ee1fa1-5fea-4671-aa0e-b1ce6b604534"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-e3ee1fa1-5fea-4671-aa0e-b1ce6b604534"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-e3ee1fa1-5fea-4671-aa0e-b1ce6b604534"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-e3ee1fa1-5fea-4671-aa0e-b1ce6b604534"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-e3ee1fa1-5fea-4671-aa0e-b1ce6b604534"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-e3ee1fa1-5fea-4671-aa0e-b1ce6b604534"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-e3ee1fa1-5fea-4671-aa0e-b1ce6b604534"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-e3ee1fa1-5fea-4671-aa0e-b1ce6b604534"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-e3ee1fa1-5fea-4671-aa0e-b1ce6b604534"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-e3ee1fa1-5fea-4671-aa0e-b1ce6b604534"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-e3ee1fa1-5fea-4671-aa0e-b1ce6b604534"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-e3ee1fa1-5fea-4671-aa0e-b1ce6b604534"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-e3ee1fa1-5fea-4671-aa0e-b1ce6b604534"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-e3ee1fa1-5fea-4671-aa0e-b1ce6b604534"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-e3ee1fa1-5fea-4671-aa0e-b1ce6b604534"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-e3ee1fa1-5fea-4671-aa0e-b1ce6b604534"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-e3ee1fa1-5fea-4671-aa0e-b1ce6b604534"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-e3ee1fa1-5fea-4671-aa0e-b1ce6b604534"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-e3ee1fa1-5fea-4671-aa0e-b1ce6b604534"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-e3ee1fa1-5fea-4671-aa0e-b1ce6b604534"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-e3ee1fa1-5fea-4671-aa0e-b1ce6b604534"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-e3ee1fa1-5fea-4671-aa0e-b1ce6b604534"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-e3ee1fa1-5fea-4671-aa0e-b1ce6b604534"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-e3ee1fa1-5fea-4671-aa0e-b1ce6b604534"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-e3ee1fa1-5fea-4671-aa0e-b1ce6b604534"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-e3ee1fa1-5fea-4671-aa0e-b1ce6b604534"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-e3ee1fa1-5fea-4671-aa0e-b1ce6b604534"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-e3ee1fa1-5fea-4671-aa0e-b1ce6b604534"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-e3ee1fa1-5fea-4671-aa0e-b1ce6b604534"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-65e94f97-657f-4a0a-84e7-af72fe95b155 {
  padding-top: 30px;
padding-bottom: 30px;
min-height: 50px;
background-color: rgba(255, 255, 255, 0.75);
}








#s-65e94f97-657f-4a0a-84e7-af72fe95b155 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-65e94f97-657f-4a0a-84e7-af72fe95b155.shg-box.shg-c {
  justify-content: center;
}

#s-8335272f-5c0c-497a-abdd-b0cc383c94cb {
  margin-left: 70px;
margin-right: 70px;
}

#s-b27090fe-ae80-4220-a91e-25d2b4ea7541 {
  background-image: url(none);
background-repeat: no-repeat;
margin-top: 15px;
margin-left: 70px;
margin-right: 70px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(12, 29, 73, 1);
text-align: right;
text-decoration: none;
hover-type: color;
background-position: undefined undefined;
}
#s-b27090fe-ae80-4220-a91e-25d2b4ea7541:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(12, 29, 73, 1) !important;
text-decoration: none !important;
hover-type: color !important;}#s-b27090fe-ae80-4220-a91e-25d2b4ea7541:active {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(12, 29, 73, 1) !important;
text-decoration: none !important;
hover-type: color !important;}

  #s-b27090fe-ae80-4220-a91e-25d2b4ea7541-btn-wrapper {
    text-align: right;
  }


#s-b27090fe-ae80-4220-a91e-25d2b4ea7541.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}

#s-a02326b0-e868-496c-93a1-5f2f6b0e191a {
  text-align: center;
}




  #s-a02326b0-e868-496c-93a1-5f2f6b0e191a img.shogun-image {
    
    width: px;
  }


#s-a02326b0-e868-496c-93a1-5f2f6b0e191a .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-425473d0-da81-444a-867b-7f5c7b0fb604"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-425473d0-da81-444a-867b-7f5c7b0fb604"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-425473d0-da81-444a-867b-7f5c7b0fb604"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-425473d0-da81-444a-867b-7f5c7b0fb604"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-425473d0-da81-444a-867b-7f5c7b0fb604"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-425473d0-da81-444a-867b-7f5c7b0fb604"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-425473d0-da81-444a-867b-7f5c7b0fb604"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-425473d0-da81-444a-867b-7f5c7b0fb604"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-425473d0-da81-444a-867b-7f5c7b0fb604"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-425473d0-da81-444a-867b-7f5c7b0fb604"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-425473d0-da81-444a-867b-7f5c7b0fb604"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-425473d0-da81-444a-867b-7f5c7b0fb604"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-425473d0-da81-444a-867b-7f5c7b0fb604"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-425473d0-da81-444a-867b-7f5c7b0fb604"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-425473d0-da81-444a-867b-7f5c7b0fb604"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-425473d0-da81-444a-867b-7f5c7b0fb604"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-425473d0-da81-444a-867b-7f5c7b0fb604"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-425473d0-da81-444a-867b-7f5c7b0fb604"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-425473d0-da81-444a-867b-7f5c7b0fb604"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-425473d0-da81-444a-867b-7f5c7b0fb604"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-425473d0-da81-444a-867b-7f5c7b0fb604"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-425473d0-da81-444a-867b-7f5c7b0fb604"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-425473d0-da81-444a-867b-7f5c7b0fb604"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-425473d0-da81-444a-867b-7f5c7b0fb604"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-425473d0-da81-444a-867b-7f5c7b0fb604"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-425473d0-da81-444a-867b-7f5c7b0fb604"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-425473d0-da81-444a-867b-7f5c7b0fb604"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-425473d0-da81-444a-867b-7f5c7b0fb604"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-425473d0-da81-444a-867b-7f5c7b0fb604"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-425473d0-da81-444a-867b-7f5c7b0fb604"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-425473d0-da81-444a-867b-7f5c7b0fb604"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-425473d0-da81-444a-867b-7f5c7b0fb604"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-425473d0-da81-444a-867b-7f5c7b0fb604"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-425473d0-da81-444a-867b-7f5c7b0fb604"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-425473d0-da81-444a-867b-7f5c7b0fb604"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-425473d0-da81-444a-867b-7f5c7b0fb604"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-425473d0-da81-444a-867b-7f5c7b0fb604"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-263c9e84-2890-4734-9fdf-f8b0cc7d45ef {
  padding-top: 30px;
padding-bottom: 30px;
min-height: 50px;
background-color: rgba(255, 255, 255, 0.75);
}








#s-263c9e84-2890-4734-9fdf-f8b0cc7d45ef > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-263c9e84-2890-4734-9fdf-f8b0cc7d45ef.shg-box.shg-c {
  justify-content: center;
}

#s-135eebef-4f28-4065-bd38-26f060ee4e62 {
  margin-left: 70px;
margin-right: 70px;
}

#s-8da1cef3-d1ee-4743-9182-999a962d8543 {
  background-image: url(none);
background-repeat: no-repeat;
margin-top: 15px;
margin-left: 70px;
margin-right: 70px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(12, 29, 73, 1);
text-align: right;
text-decoration: none;
hover-type: color;
background-position: undefined undefined;
}
#s-8da1cef3-d1ee-4743-9182-999a962d8543:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(12, 29, 73, 1) !important;
text-decoration: none !important;
hover-type: color !important;}#s-8da1cef3-d1ee-4743-9182-999a962d8543:active {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(12, 29, 73, 1) !important;
text-decoration: none !important;
hover-type: color !important;}

  #s-8da1cef3-d1ee-4743-9182-999a962d8543-btn-wrapper {
    text-align: right;
  }


#s-8da1cef3-d1ee-4743-9182-999a962d8543.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}

#s-caa93471-3e31-4643-bb5f-b1f98db880ac {
  text-align: center;
}




  #s-caa93471-3e31-4643-bb5f-b1f98db880ac img.shogun-image {
    
    width: px;
  }


#s-caa93471-3e31-4643-bb5f-b1f98db880ac .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-ffa78294-fe69-423d-8e99-c8a0cbc30265"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ffa78294-fe69-423d-8e99-c8a0cbc30265"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-ffa78294-fe69-423d-8e99-c8a0cbc30265"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-ffa78294-fe69-423d-8e99-c8a0cbc30265"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-ffa78294-fe69-423d-8e99-c8a0cbc30265"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-ffa78294-fe69-423d-8e99-c8a0cbc30265"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-ffa78294-fe69-423d-8e99-c8a0cbc30265"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-ffa78294-fe69-423d-8e99-c8a0cbc30265"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-ffa78294-fe69-423d-8e99-c8a0cbc30265"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-ffa78294-fe69-423d-8e99-c8a0cbc30265"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-ffa78294-fe69-423d-8e99-c8a0cbc30265"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-ffa78294-fe69-423d-8e99-c8a0cbc30265"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-ffa78294-fe69-423d-8e99-c8a0cbc30265"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-ffa78294-fe69-423d-8e99-c8a0cbc30265"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-ffa78294-fe69-423d-8e99-c8a0cbc30265"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-ffa78294-fe69-423d-8e99-c8a0cbc30265"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-ffa78294-fe69-423d-8e99-c8a0cbc30265"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-ffa78294-fe69-423d-8e99-c8a0cbc30265"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-ffa78294-fe69-423d-8e99-c8a0cbc30265"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-ffa78294-fe69-423d-8e99-c8a0cbc30265"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-ffa78294-fe69-423d-8e99-c8a0cbc30265"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-ffa78294-fe69-423d-8e99-c8a0cbc30265"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-ffa78294-fe69-423d-8e99-c8a0cbc30265"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-ffa78294-fe69-423d-8e99-c8a0cbc30265"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-ffa78294-fe69-423d-8e99-c8a0cbc30265"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-ffa78294-fe69-423d-8e99-c8a0cbc30265"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-ffa78294-fe69-423d-8e99-c8a0cbc30265"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-ffa78294-fe69-423d-8e99-c8a0cbc30265"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-ffa78294-fe69-423d-8e99-c8a0cbc30265"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-ffa78294-fe69-423d-8e99-c8a0cbc30265"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-ffa78294-fe69-423d-8e99-c8a0cbc30265"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-ffa78294-fe69-423d-8e99-c8a0cbc30265"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-ffa78294-fe69-423d-8e99-c8a0cbc30265"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-ffa78294-fe69-423d-8e99-c8a0cbc30265"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-ffa78294-fe69-423d-8e99-c8a0cbc30265"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-ffa78294-fe69-423d-8e99-c8a0cbc30265"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-ffa78294-fe69-423d-8e99-c8a0cbc30265"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-f7beddad-93d9-4654-b8ac-a28da1c215fc {
  padding-top: 30px;
padding-bottom: 30px;
min-height: 50px;
background-color: rgba(255, 255, 255, 0.75);
}








#s-f7beddad-93d9-4654-b8ac-a28da1c215fc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f7beddad-93d9-4654-b8ac-a28da1c215fc.shg-box.shg-c {
  justify-content: center;
}

#s-2a596918-5611-42e3-93b4-e37b26698ece {
  margin-left: 70px;
margin-right: 70px;
}

#s-e69468fa-e94c-4b56-9641-742682987ee5 {
  background-image: url(none);
background-repeat: no-repeat;
margin-top: 15px;
margin-left: 70px;
margin-right: 70px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(12, 29, 73, 1);
text-align: right;
text-decoration: none;
hover-type: color;
background-position: undefined undefined;
}
#s-e69468fa-e94c-4b56-9641-742682987ee5:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(12, 29, 73, 1) !important;
text-decoration: none !important;
hover-type: color !important;}#s-e69468fa-e94c-4b56-9641-742682987ee5:active {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(12, 29, 73, 1) !important;
text-decoration: none !important;
hover-type: color !important;}

  #s-e69468fa-e94c-4b56-9641-742682987ee5-btn-wrapper {
    text-align: right;
  }


#s-e69468fa-e94c-4b56-9641-742682987ee5.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}

#s-75f6a9c7-cebe-4b97-84d5-51ca8a10bb34 {
  text-align: center;
}




  #s-75f6a9c7-cebe-4b97-84d5-51ca8a10bb34 img.shogun-image {
    
    width: px;
  }


#s-75f6a9c7-cebe-4b97-84d5-51ca8a10bb34 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-fe61de01-603d-4427-a56d-3b7f8e57ca7a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-fe61de01-603d-4427-a56d-3b7f8e57ca7a"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-fe61de01-603d-4427-a56d-3b7f8e57ca7a"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-fe61de01-603d-4427-a56d-3b7f8e57ca7a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-fe61de01-603d-4427-a56d-3b7f8e57ca7a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-fe61de01-603d-4427-a56d-3b7f8e57ca7a"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-fe61de01-603d-4427-a56d-3b7f8e57ca7a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-fe61de01-603d-4427-a56d-3b7f8e57ca7a"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-fe61de01-603d-4427-a56d-3b7f8e57ca7a"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-fe61de01-603d-4427-a56d-3b7f8e57ca7a"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-fe61de01-603d-4427-a56d-3b7f8e57ca7a"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-fe61de01-603d-4427-a56d-3b7f8e57ca7a"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-fe61de01-603d-4427-a56d-3b7f8e57ca7a"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-fe61de01-603d-4427-a56d-3b7f8e57ca7a"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-fe61de01-603d-4427-a56d-3b7f8e57ca7a"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-fe61de01-603d-4427-a56d-3b7f8e57ca7a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-fe61de01-603d-4427-a56d-3b7f8e57ca7a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-fe61de01-603d-4427-a56d-3b7f8e57ca7a"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-fe61de01-603d-4427-a56d-3b7f8e57ca7a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-fe61de01-603d-4427-a56d-3b7f8e57ca7a"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-fe61de01-603d-4427-a56d-3b7f8e57ca7a"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-fe61de01-603d-4427-a56d-3b7f8e57ca7a"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-fe61de01-603d-4427-a56d-3b7f8e57ca7a"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-fe61de01-603d-4427-a56d-3b7f8e57ca7a"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-fe61de01-603d-4427-a56d-3b7f8e57ca7a"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-fe61de01-603d-4427-a56d-3b7f8e57ca7a"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-fe61de01-603d-4427-a56d-3b7f8e57ca7a"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-fe61de01-603d-4427-a56d-3b7f8e57ca7a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-fe61de01-603d-4427-a56d-3b7f8e57ca7a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-fe61de01-603d-4427-a56d-3b7f8e57ca7a"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-fe61de01-603d-4427-a56d-3b7f8e57ca7a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-fe61de01-603d-4427-a56d-3b7f8e57ca7a"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-fe61de01-603d-4427-a56d-3b7f8e57ca7a"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-fe61de01-603d-4427-a56d-3b7f8e57ca7a"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-fe61de01-603d-4427-a56d-3b7f8e57ca7a"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-fe61de01-603d-4427-a56d-3b7f8e57ca7a"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-fe61de01-603d-4427-a56d-3b7f8e57ca7a"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-bae9c934-b0f3-40f4-b68a-ae384451a905 {
  padding-top: 30px;
padding-bottom: 30px;
min-height: 50px;
background-color: rgba(255, 255, 255, 0.75);
}








#s-bae9c934-b0f3-40f4-b68a-ae384451a905 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bae9c934-b0f3-40f4-b68a-ae384451a905.shg-box.shg-c {
  justify-content: center;
}

#s-ca749c09-6d7b-4192-9e6d-c2516288b4b3 {
  margin-left: 70px;
margin-right: 70px;
}

#s-991d5ab9-2c47-42e3-a7b1-78e0d83fe7a9 {
  background-image: url(none);
background-repeat: no-repeat;
margin-top: 15px;
margin-left: 70px;
margin-right: 70px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(12, 29, 73, 1);
text-align: right;
text-decoration: none;
hover-type: color;
background-position: undefined undefined;
}
#s-991d5ab9-2c47-42e3-a7b1-78e0d83fe7a9:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(12, 29, 73, 1) !important;
text-decoration: none !important;
hover-type: color !important;}#s-991d5ab9-2c47-42e3-a7b1-78e0d83fe7a9:active {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(12, 29, 73, 1) !important;
text-decoration: none !important;
hover-type: color !important;}

  #s-991d5ab9-2c47-42e3-a7b1-78e0d83fe7a9-btn-wrapper {
    text-align: right;
  }


#s-991d5ab9-2c47-42e3-a7b1-78e0d83fe7a9.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}

#s-cc748af2-20fe-4ec7-a3b3-db35fc4de6c7 {
  text-align: center;
}




  #s-cc748af2-20fe-4ec7-a3b3-db35fc4de6c7 img.shogun-image {
    
    width: px;
  }


#s-cc748af2-20fe-4ec7-a3b3-db35fc4de6c7 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-a4575fb2-f6f7-4613-a879-54c94063f589"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a4575fb2-f6f7-4613-a879-54c94063f589"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-a4575fb2-f6f7-4613-a879-54c94063f589"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-a4575fb2-f6f7-4613-a879-54c94063f589"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-a4575fb2-f6f7-4613-a879-54c94063f589"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-a4575fb2-f6f7-4613-a879-54c94063f589"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-a4575fb2-f6f7-4613-a879-54c94063f589"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-a4575fb2-f6f7-4613-a879-54c94063f589"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-a4575fb2-f6f7-4613-a879-54c94063f589"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-a4575fb2-f6f7-4613-a879-54c94063f589"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-a4575fb2-f6f7-4613-a879-54c94063f589"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-a4575fb2-f6f7-4613-a879-54c94063f589"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-a4575fb2-f6f7-4613-a879-54c94063f589"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-a4575fb2-f6f7-4613-a879-54c94063f589"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-a4575fb2-f6f7-4613-a879-54c94063f589"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-a4575fb2-f6f7-4613-a879-54c94063f589"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-a4575fb2-f6f7-4613-a879-54c94063f589"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-a4575fb2-f6f7-4613-a879-54c94063f589"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-a4575fb2-f6f7-4613-a879-54c94063f589"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-a4575fb2-f6f7-4613-a879-54c94063f589"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-a4575fb2-f6f7-4613-a879-54c94063f589"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-a4575fb2-f6f7-4613-a879-54c94063f589"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-a4575fb2-f6f7-4613-a879-54c94063f589"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-a4575fb2-f6f7-4613-a879-54c94063f589"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-a4575fb2-f6f7-4613-a879-54c94063f589"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-a4575fb2-f6f7-4613-a879-54c94063f589"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-a4575fb2-f6f7-4613-a879-54c94063f589"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-a4575fb2-f6f7-4613-a879-54c94063f589"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-a4575fb2-f6f7-4613-a879-54c94063f589"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-a4575fb2-f6f7-4613-a879-54c94063f589"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-a4575fb2-f6f7-4613-a879-54c94063f589"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-a4575fb2-f6f7-4613-a879-54c94063f589"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-a4575fb2-f6f7-4613-a879-54c94063f589"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-a4575fb2-f6f7-4613-a879-54c94063f589"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-a4575fb2-f6f7-4613-a879-54c94063f589"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-a4575fb2-f6f7-4613-a879-54c94063f589"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-a4575fb2-f6f7-4613-a879-54c94063f589"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-ddae64ba-7802-4e5c-9777-e6ab367b1331 {
  padding-top: 30px;
padding-bottom: 30px;
min-height: 50px;
background-color: rgba(255, 255, 255, 0.75);
}








#s-ddae64ba-7802-4e5c-9777-e6ab367b1331 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ddae64ba-7802-4e5c-9777-e6ab367b1331.shg-box.shg-c {
  justify-content: center;
}

#s-341dfd3b-63b3-407b-8350-38a887ef51be {
  margin-left: 90px;
margin-right: 70px;
}

#s-c1eb2282-24ca-4772-b0ee-316a13160cb7 {
  background-image: url(none);
background-repeat: no-repeat;
margin-top: 15px;
margin-left: 70px;
margin-right: 70px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(12, 29, 73, 1);
text-align: right;
text-decoration: none;
hover-type: color;
background-position: undefined undefined;
}
#s-c1eb2282-24ca-4772-b0ee-316a13160cb7:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(12, 29, 73, 1) !important;
text-decoration: none !important;
hover-type: color !important;}#s-c1eb2282-24ca-4772-b0ee-316a13160cb7:active {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(12, 29, 73, 1) !important;
text-decoration: none !important;
hover-type: color !important;}

  #s-c1eb2282-24ca-4772-b0ee-316a13160cb7-btn-wrapper {
    text-align: right;
  }


#s-c1eb2282-24ca-4772-b0ee-316a13160cb7.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}

#s-2fc656da-3a25-48ac-ac4e-a1c490c7a88a {
  text-align: center;
}




  #s-2fc656da-3a25-48ac-ac4e-a1c490c7a88a img.shogun-image {
    
    width: px;
  }


#s-2fc656da-3a25-48ac-ac4e-a1c490c7a88a .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-6fa715a4-006a-4106-a646-13254b4e59d9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6fa715a4-006a-4106-a646-13254b4e59d9"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-6fa715a4-006a-4106-a646-13254b4e59d9"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-6fa715a4-006a-4106-a646-13254b4e59d9"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-6fa715a4-006a-4106-a646-13254b4e59d9"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-6fa715a4-006a-4106-a646-13254b4e59d9"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-6fa715a4-006a-4106-a646-13254b4e59d9"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-6fa715a4-006a-4106-a646-13254b4e59d9"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-6fa715a4-006a-4106-a646-13254b4e59d9"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-6fa715a4-006a-4106-a646-13254b4e59d9"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-6fa715a4-006a-4106-a646-13254b4e59d9"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-6fa715a4-006a-4106-a646-13254b4e59d9"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-6fa715a4-006a-4106-a646-13254b4e59d9"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-6fa715a4-006a-4106-a646-13254b4e59d9"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-6fa715a4-006a-4106-a646-13254b4e59d9"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-6fa715a4-006a-4106-a646-13254b4e59d9"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-6fa715a4-006a-4106-a646-13254b4e59d9"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-6fa715a4-006a-4106-a646-13254b4e59d9"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-6fa715a4-006a-4106-a646-13254b4e59d9"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-6fa715a4-006a-4106-a646-13254b4e59d9"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-6fa715a4-006a-4106-a646-13254b4e59d9"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-6fa715a4-006a-4106-a646-13254b4e59d9"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-6fa715a4-006a-4106-a646-13254b4e59d9"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-6fa715a4-006a-4106-a646-13254b4e59d9"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-6fa715a4-006a-4106-a646-13254b4e59d9"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-6fa715a4-006a-4106-a646-13254b4e59d9"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-6fa715a4-006a-4106-a646-13254b4e59d9"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-6fa715a4-006a-4106-a646-13254b4e59d9"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-6fa715a4-006a-4106-a646-13254b4e59d9"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-6fa715a4-006a-4106-a646-13254b4e59d9"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-6fa715a4-006a-4106-a646-13254b4e59d9"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-6fa715a4-006a-4106-a646-13254b4e59d9"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-6fa715a4-006a-4106-a646-13254b4e59d9"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-6fa715a4-006a-4106-a646-13254b4e59d9"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-6fa715a4-006a-4106-a646-13254b4e59d9"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-6fa715a4-006a-4106-a646-13254b4e59d9"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-6fa715a4-006a-4106-a646-13254b4e59d9"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-e8191fab-751b-4f3d-afb6-00abf646d5c4 {
  padding-top: 30px;
padding-bottom: 30px;
min-height: 50px;
background-color: rgba(255, 255, 255, 0.75);
}








#s-e8191fab-751b-4f3d-afb6-00abf646d5c4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e8191fab-751b-4f3d-afb6-00abf646d5c4.shg-box.shg-c {
  justify-content: center;
}

#s-cd112f14-6144-435a-aacb-93a622beca88 {
  margin-left: 80px;
margin-right: 70px;
}

#s-d6fae5d3-1af1-4aac-83ec-668eb13e2d9a {
  background-image: url(none);
background-repeat: no-repeat;
margin-top: 15px;
margin-left: 70px;
margin-right: 70px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(12, 29, 73, 1);
text-align: right;
text-decoration: none;
hover-type: color;
background-position: undefined undefined;
}
#s-d6fae5d3-1af1-4aac-83ec-668eb13e2d9a:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(12, 29, 73, 1) !important;
text-decoration: none !important;
hover-type: color !important;}#s-d6fae5d3-1af1-4aac-83ec-668eb13e2d9a:active {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(12, 29, 73, 1) !important;
text-decoration: none !important;
hover-type: color !important;}

  #s-d6fae5d3-1af1-4aac-83ec-668eb13e2d9a-btn-wrapper {
    text-align: right;
  }


#s-d6fae5d3-1af1-4aac-83ec-668eb13e2d9a.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}

#s-dd7af943-0fe0-4fa2-9006-1b60e9e5e35f {
  text-align: center;
}




  #s-dd7af943-0fe0-4fa2-9006-1b60e9e5e35f img.shogun-image {
    
    width: px;
  }


#s-dd7af943-0fe0-4fa2-9006-1b60e9e5e35f .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-2c1b9517-007a-4c02-8a31-2c2de24bc7fd"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2c1b9517-007a-4c02-8a31-2c2de24bc7fd"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-2c1b9517-007a-4c02-8a31-2c2de24bc7fd"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-2c1b9517-007a-4c02-8a31-2c2de24bc7fd"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-2c1b9517-007a-4c02-8a31-2c2de24bc7fd"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-2c1b9517-007a-4c02-8a31-2c2de24bc7fd"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-2c1b9517-007a-4c02-8a31-2c2de24bc7fd"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-2c1b9517-007a-4c02-8a31-2c2de24bc7fd"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-2c1b9517-007a-4c02-8a31-2c2de24bc7fd"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-2c1b9517-007a-4c02-8a31-2c2de24bc7fd"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-2c1b9517-007a-4c02-8a31-2c2de24bc7fd"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-2c1b9517-007a-4c02-8a31-2c2de24bc7fd"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-2c1b9517-007a-4c02-8a31-2c2de24bc7fd"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-2c1b9517-007a-4c02-8a31-2c2de24bc7fd"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-2c1b9517-007a-4c02-8a31-2c2de24bc7fd"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-2c1b9517-007a-4c02-8a31-2c2de24bc7fd"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-2c1b9517-007a-4c02-8a31-2c2de24bc7fd"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-2c1b9517-007a-4c02-8a31-2c2de24bc7fd"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-2c1b9517-007a-4c02-8a31-2c2de24bc7fd"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-2c1b9517-007a-4c02-8a31-2c2de24bc7fd"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-2c1b9517-007a-4c02-8a31-2c2de24bc7fd"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-2c1b9517-007a-4c02-8a31-2c2de24bc7fd"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-2c1b9517-007a-4c02-8a31-2c2de24bc7fd"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-2c1b9517-007a-4c02-8a31-2c2de24bc7fd"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-2c1b9517-007a-4c02-8a31-2c2de24bc7fd"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-2c1b9517-007a-4c02-8a31-2c2de24bc7fd"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-2c1b9517-007a-4c02-8a31-2c2de24bc7fd"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-2c1b9517-007a-4c02-8a31-2c2de24bc7fd"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-2c1b9517-007a-4c02-8a31-2c2de24bc7fd"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-2c1b9517-007a-4c02-8a31-2c2de24bc7fd"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-2c1b9517-007a-4c02-8a31-2c2de24bc7fd"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-2c1b9517-007a-4c02-8a31-2c2de24bc7fd"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-2c1b9517-007a-4c02-8a31-2c2de24bc7fd"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-2c1b9517-007a-4c02-8a31-2c2de24bc7fd"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-2c1b9517-007a-4c02-8a31-2c2de24bc7fd"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-2c1b9517-007a-4c02-8a31-2c2de24bc7fd"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-2c1b9517-007a-4c02-8a31-2c2de24bc7fd"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-64c9b8ed-7e03-4de9-8185-671c6bbf470e {
  padding-top: 30px;
padding-bottom: 30px;
min-height: 50px;
background-color: rgba(255, 255, 255, 0.75);
}








#s-64c9b8ed-7e03-4de9-8185-671c6bbf470e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-64c9b8ed-7e03-4de9-8185-671c6bbf470e.shg-box.shg-c {
  justify-content: center;
}

#s-0cb79c51-4b7c-4d20-a738-aff414a12376 {
  margin-left: 70px;
margin-right: 70px;
}

#s-dd9d6a61-7e4f-4dde-b713-3b34f320939e {
  background-image: url(none);
background-repeat: no-repeat;
margin-top: 15px;
margin-left: 70px;
margin-right: 70px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(12, 29, 73, 1);
text-align: right;
text-decoration: none;
hover-type: color;
background-position: undefined undefined;
}
#s-dd9d6a61-7e4f-4dde-b713-3b34f320939e:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(12, 29, 73, 1) !important;
text-decoration: none !important;
hover-type: color !important;}#s-dd9d6a61-7e4f-4dde-b713-3b34f320939e:active {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(12, 29, 73, 1) !important;
text-decoration: none !important;
hover-type: color !important;}

  #s-dd9d6a61-7e4f-4dde-b713-3b34f320939e-btn-wrapper {
    text-align: right;
  }


#s-dd9d6a61-7e4f-4dde-b713-3b34f320939e.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}

#s-6f1c0d0b-a342-463a-99c5-8a982d7a1171 {
  text-align: center;
}
@media (min-width: 1200px){#s-6f1c0d0b-a342-463a-99c5-8a982d7a1171 {
  display: none;
}
#s-6f1c0d0b-a342-463a-99c5-8a982d7a1171, #wrap-s-6f1c0d0b-a342-463a-99c5-8a982d7a1171 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-6f1c0d0b-a342-463a-99c5-8a982d7a1171 {
  display: none;
}
#s-6f1c0d0b-a342-463a-99c5-8a982d7a1171, #wrap-s-6f1c0d0b-a342-463a-99c5-8a982d7a1171 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-6f1c0d0b-a342-463a-99c5-8a982d7a1171 {
  display: none;
}
#s-6f1c0d0b-a342-463a-99c5-8a982d7a1171, #wrap-s-6f1c0d0b-a342-463a-99c5-8a982d7a1171 { display:none !important; }}




#s-6f1c0d0b-a342-463a-99c5-8a982d7a1171 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-2d40d0e4-56a4-44a6-b846-71d7f18205da"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2d40d0e4-56a4-44a6-b846-71d7f18205da"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-2d40d0e4-56a4-44a6-b846-71d7f18205da"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-2d40d0e4-56a4-44a6-b846-71d7f18205da"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-2d40d0e4-56a4-44a6-b846-71d7f18205da"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-2d40d0e4-56a4-44a6-b846-71d7f18205da"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-2d40d0e4-56a4-44a6-b846-71d7f18205da"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-2d40d0e4-56a4-44a6-b846-71d7f18205da"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-2d40d0e4-56a4-44a6-b846-71d7f18205da"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-2d40d0e4-56a4-44a6-b846-71d7f18205da"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-2d40d0e4-56a4-44a6-b846-71d7f18205da"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-2d40d0e4-56a4-44a6-b846-71d7f18205da"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-2d40d0e4-56a4-44a6-b846-71d7f18205da"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-2d40d0e4-56a4-44a6-b846-71d7f18205da"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-2d40d0e4-56a4-44a6-b846-71d7f18205da"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-2d40d0e4-56a4-44a6-b846-71d7f18205da"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-2d40d0e4-56a4-44a6-b846-71d7f18205da"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-2d40d0e4-56a4-44a6-b846-71d7f18205da"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-2d40d0e4-56a4-44a6-b846-71d7f18205da"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-2d40d0e4-56a4-44a6-b846-71d7f18205da"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-2d40d0e4-56a4-44a6-b846-71d7f18205da"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-2d40d0e4-56a4-44a6-b846-71d7f18205da"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-2d40d0e4-56a4-44a6-b846-71d7f18205da"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-2d40d0e4-56a4-44a6-b846-71d7f18205da"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-2d40d0e4-56a4-44a6-b846-71d7f18205da"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-2d40d0e4-56a4-44a6-b846-71d7f18205da"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-2d40d0e4-56a4-44a6-b846-71d7f18205da"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-2d40d0e4-56a4-44a6-b846-71d7f18205da"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-2d40d0e4-56a4-44a6-b846-71d7f18205da"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-2d40d0e4-56a4-44a6-b846-71d7f18205da"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-2d40d0e4-56a4-44a6-b846-71d7f18205da"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-2d40d0e4-56a4-44a6-b846-71d7f18205da"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-2d40d0e4-56a4-44a6-b846-71d7f18205da"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-2d40d0e4-56a4-44a6-b846-71d7f18205da"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-2d40d0e4-56a4-44a6-b846-71d7f18205da"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-2d40d0e4-56a4-44a6-b846-71d7f18205da"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-2d40d0e4-56a4-44a6-b846-71d7f18205da"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-48d5abe6-b911-4111-a778-4a6b294a7772 {
  padding-top: 30px;
padding-bottom: 30px;
min-height: 50px;
background-color: rgba(255, 255, 255, 0.75);
background-attachment: scroll;
}








#s-48d5abe6-b911-4111-a778-4a6b294a7772 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-48d5abe6-b911-4111-a778-4a6b294a7772.shg-box.shg-c {
  justify-content: center;
}

#s-b96e9d11-4a60-4edc-8bb4-bb3968a694fb {
  padding-right: 30px;
}

#s-5c10d6a5-6a6b-44a2-8f6d-85d37c25898c {
  background-image: url(none);
background-repeat: no-repeat;
margin-left: 30px;
margin-right: 30px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(12, 29, 73, 1);
text-align: right;
text-decoration: none;
hover-type: color;
color: rgba(244, 244, 244, 1);
}
#s-5c10d6a5-6a6b-44a2-8f6d-85d37c25898c:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(12, 29, 73, 1) !important;
text-decoration: none !important;
hover-type: color !important;
color: rgba(244, 244, 244, 1) !important;}#s-5c10d6a5-6a6b-44a2-8f6d-85d37c25898c:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-5c10d6a5-6a6b-44a2-8f6d-85d37c25898c-btn-wrapper {
    text-align: right;
  }


#s-5c10d6a5-6a6b-44a2-8f6d-85d37c25898c.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}

#s-e7cacdc4-ed30-4c20-b8d7-2f782053f55a {
  text-align: center;
}




  #s-e7cacdc4-ed30-4c20-b8d7-2f782053f55a img.shogun-image {
    
    width: px;
  }


#s-e7cacdc4-ed30-4c20-b8d7-2f782053f55a .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-8fdb8d23-346d-4bfe-aeba-d9dde54e7681"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8fdb8d23-346d-4bfe-aeba-d9dde54e7681"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-8fdb8d23-346d-4bfe-aeba-d9dde54e7681"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-8fdb8d23-346d-4bfe-aeba-d9dde54e7681"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-8fdb8d23-346d-4bfe-aeba-d9dde54e7681"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-8fdb8d23-346d-4bfe-aeba-d9dde54e7681"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-8fdb8d23-346d-4bfe-aeba-d9dde54e7681"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-8fdb8d23-346d-4bfe-aeba-d9dde54e7681"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-8fdb8d23-346d-4bfe-aeba-d9dde54e7681"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-8fdb8d23-346d-4bfe-aeba-d9dde54e7681"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-8fdb8d23-346d-4bfe-aeba-d9dde54e7681"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-8fdb8d23-346d-4bfe-aeba-d9dde54e7681"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-8fdb8d23-346d-4bfe-aeba-d9dde54e7681"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-8fdb8d23-346d-4bfe-aeba-d9dde54e7681"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-8fdb8d23-346d-4bfe-aeba-d9dde54e7681"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-8fdb8d23-346d-4bfe-aeba-d9dde54e7681"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-8fdb8d23-346d-4bfe-aeba-d9dde54e7681"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-8fdb8d23-346d-4bfe-aeba-d9dde54e7681"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-8fdb8d23-346d-4bfe-aeba-d9dde54e7681"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-8fdb8d23-346d-4bfe-aeba-d9dde54e7681"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-8fdb8d23-346d-4bfe-aeba-d9dde54e7681"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-8fdb8d23-346d-4bfe-aeba-d9dde54e7681"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-8fdb8d23-346d-4bfe-aeba-d9dde54e7681"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-8fdb8d23-346d-4bfe-aeba-d9dde54e7681"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-8fdb8d23-346d-4bfe-aeba-d9dde54e7681"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-8fdb8d23-346d-4bfe-aeba-d9dde54e7681"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-8fdb8d23-346d-4bfe-aeba-d9dde54e7681"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-8fdb8d23-346d-4bfe-aeba-d9dde54e7681"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-8fdb8d23-346d-4bfe-aeba-d9dde54e7681"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-8fdb8d23-346d-4bfe-aeba-d9dde54e7681"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-8fdb8d23-346d-4bfe-aeba-d9dde54e7681"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-8fdb8d23-346d-4bfe-aeba-d9dde54e7681"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-8fdb8d23-346d-4bfe-aeba-d9dde54e7681"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-8fdb8d23-346d-4bfe-aeba-d9dde54e7681"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-8fdb8d23-346d-4bfe-aeba-d9dde54e7681"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-8fdb8d23-346d-4bfe-aeba-d9dde54e7681"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-8fdb8d23-346d-4bfe-aeba-d9dde54e7681"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-ee22dca7-3c27-4888-93e3-f2f3f9a20ef4 {
  padding-top: 30px;
padding-bottom: 30px;
min-height: 50px;
background-color: rgba(255, 255, 255, 0.75);
}








#s-ee22dca7-3c27-4888-93e3-f2f3f9a20ef4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ee22dca7-3c27-4888-93e3-f2f3f9a20ef4.shg-box.shg-c {
  justify-content: center;
}

#s-c5b5f4f2-8319-4f3d-8f70-cc8d0c873a8d {
  margin-left: 70px;
margin-right: 70px;
}

#s-2c63a21b-3a8d-4310-afe5-8f3e4a34fe8d {
  background-image: url(none);
background-repeat: no-repeat;
margin-top: 15px;
margin-left: 70px;
margin-right: 70px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(12, 29, 73, 1);
text-align: right;
text-decoration: none;
hover-type: color;
background-position: undefined undefined;
}
#s-2c63a21b-3a8d-4310-afe5-8f3e4a34fe8d:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(12, 29, 73, 1) !important;
text-decoration: none !important;
hover-type: color !important;}#s-2c63a21b-3a8d-4310-afe5-8f3e4a34fe8d:active {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(12, 29, 73, 1) !important;
text-decoration: none !important;
hover-type: color !important;}

  #s-2c63a21b-3a8d-4310-afe5-8f3e4a34fe8d-btn-wrapper {
    text-align: right;
  }


#s-2c63a21b-3a8d-4310-afe5-8f3e4a34fe8d.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}

#s-4227dd55-7c9d-4de0-b9e9-cebc9334a2ba {
  text-align: center;
}




  #s-4227dd55-7c9d-4de0-b9e9-cebc9334a2ba img.shogun-image {
    
    width: px;
  }


#s-4227dd55-7c9d-4de0-b9e9-cebc9334a2ba .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-11008094-255c-47b9-a2df-0f28ca31a87a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-11008094-255c-47b9-a2df-0f28ca31a87a"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-11008094-255c-47b9-a2df-0f28ca31a87a"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-11008094-255c-47b9-a2df-0f28ca31a87a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-11008094-255c-47b9-a2df-0f28ca31a87a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-11008094-255c-47b9-a2df-0f28ca31a87a"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-11008094-255c-47b9-a2df-0f28ca31a87a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-11008094-255c-47b9-a2df-0f28ca31a87a"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-11008094-255c-47b9-a2df-0f28ca31a87a"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-11008094-255c-47b9-a2df-0f28ca31a87a"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-11008094-255c-47b9-a2df-0f28ca31a87a"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-11008094-255c-47b9-a2df-0f28ca31a87a"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-11008094-255c-47b9-a2df-0f28ca31a87a"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-11008094-255c-47b9-a2df-0f28ca31a87a"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-11008094-255c-47b9-a2df-0f28ca31a87a"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-11008094-255c-47b9-a2df-0f28ca31a87a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-11008094-255c-47b9-a2df-0f28ca31a87a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-11008094-255c-47b9-a2df-0f28ca31a87a"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-11008094-255c-47b9-a2df-0f28ca31a87a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-11008094-255c-47b9-a2df-0f28ca31a87a"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-11008094-255c-47b9-a2df-0f28ca31a87a"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-11008094-255c-47b9-a2df-0f28ca31a87a"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-11008094-255c-47b9-a2df-0f28ca31a87a"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-11008094-255c-47b9-a2df-0f28ca31a87a"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-11008094-255c-47b9-a2df-0f28ca31a87a"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-11008094-255c-47b9-a2df-0f28ca31a87a"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-11008094-255c-47b9-a2df-0f28ca31a87a"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-11008094-255c-47b9-a2df-0f28ca31a87a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-11008094-255c-47b9-a2df-0f28ca31a87a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-11008094-255c-47b9-a2df-0f28ca31a87a"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-11008094-255c-47b9-a2df-0f28ca31a87a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-11008094-255c-47b9-a2df-0f28ca31a87a"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-11008094-255c-47b9-a2df-0f28ca31a87a"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-11008094-255c-47b9-a2df-0f28ca31a87a"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-11008094-255c-47b9-a2df-0f28ca31a87a"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-11008094-255c-47b9-a2df-0f28ca31a87a"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-11008094-255c-47b9-a2df-0f28ca31a87a"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-9e56de61-c211-4b8d-bc52-259ca522520d {
  padding-top: 30px;
padding-bottom: 30px;
min-height: 50px;
background-color: rgba(255, 255, 255, 0.75);
}








#s-9e56de61-c211-4b8d-bc52-259ca522520d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9e56de61-c211-4b8d-bc52-259ca522520d.shg-box.shg-c {
  justify-content: center;
}

#s-62e6e8f9-5a5e-4966-bac8-97a9e67d84cc {
  margin-left: 70px;
margin-right: 70px;
}

#s-5f73fedb-f66e-497c-9025-7f3548c5ebe7 {
  background-image: url(none);
background-repeat: no-repeat;
margin-top: 15px;
margin-left: 70px;
margin-right: 70px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(12, 29, 73, 1);
text-align: right;
text-decoration: none;
hover-type: color;
background-position: undefined undefined;
}
#s-5f73fedb-f66e-497c-9025-7f3548c5ebe7:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(12, 29, 73, 1) !important;
text-decoration: none !important;
hover-type: color !important;}#s-5f73fedb-f66e-497c-9025-7f3548c5ebe7:active {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(12, 29, 73, 1) !important;
text-decoration: none !important;
hover-type: color !important;}

  #s-5f73fedb-f66e-497c-9025-7f3548c5ebe7-btn-wrapper {
    text-align: right;
  }


#s-5f73fedb-f66e-497c-9025-7f3548c5ebe7.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}

#s-40528785-4dfe-489d-9148-792ba210b1b4 {
  text-align: center;
}




  #s-40528785-4dfe-489d-9148-792ba210b1b4 img.shogun-image {
    
    width: px;
  }


#s-40528785-4dfe-489d-9148-792ba210b1b4 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-767a001a-6baf-4aa5-8b71-b102679b5468"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-767a001a-6baf-4aa5-8b71-b102679b5468"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-767a001a-6baf-4aa5-8b71-b102679b5468"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-767a001a-6baf-4aa5-8b71-b102679b5468"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-767a001a-6baf-4aa5-8b71-b102679b5468"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-767a001a-6baf-4aa5-8b71-b102679b5468"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-767a001a-6baf-4aa5-8b71-b102679b5468"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-767a001a-6baf-4aa5-8b71-b102679b5468"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-767a001a-6baf-4aa5-8b71-b102679b5468"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-767a001a-6baf-4aa5-8b71-b102679b5468"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-767a001a-6baf-4aa5-8b71-b102679b5468"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-767a001a-6baf-4aa5-8b71-b102679b5468"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-767a001a-6baf-4aa5-8b71-b102679b5468"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-767a001a-6baf-4aa5-8b71-b102679b5468"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-767a001a-6baf-4aa5-8b71-b102679b5468"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-767a001a-6baf-4aa5-8b71-b102679b5468"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-767a001a-6baf-4aa5-8b71-b102679b5468"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-767a001a-6baf-4aa5-8b71-b102679b5468"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-767a001a-6baf-4aa5-8b71-b102679b5468"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-767a001a-6baf-4aa5-8b71-b102679b5468"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-767a001a-6baf-4aa5-8b71-b102679b5468"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-767a001a-6baf-4aa5-8b71-b102679b5468"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-767a001a-6baf-4aa5-8b71-b102679b5468"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-767a001a-6baf-4aa5-8b71-b102679b5468"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-767a001a-6baf-4aa5-8b71-b102679b5468"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-767a001a-6baf-4aa5-8b71-b102679b5468"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-767a001a-6baf-4aa5-8b71-b102679b5468"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-767a001a-6baf-4aa5-8b71-b102679b5468"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-767a001a-6baf-4aa5-8b71-b102679b5468"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-767a001a-6baf-4aa5-8b71-b102679b5468"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-767a001a-6baf-4aa5-8b71-b102679b5468"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-767a001a-6baf-4aa5-8b71-b102679b5468"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-767a001a-6baf-4aa5-8b71-b102679b5468"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-767a001a-6baf-4aa5-8b71-b102679b5468"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-767a001a-6baf-4aa5-8b71-b102679b5468"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-767a001a-6baf-4aa5-8b71-b102679b5468"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-767a001a-6baf-4aa5-8b71-b102679b5468"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-35818146-b5e4-41a7-8444-f0ce4653596c {
  padding-top: 30px;
padding-bottom: 30px;
min-height: 50px;
background-color: rgba(255, 255, 255, 0.75);
}








#s-35818146-b5e4-41a7-8444-f0ce4653596c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-35818146-b5e4-41a7-8444-f0ce4653596c.shg-box.shg-c {
  justify-content: center;
}

#s-e4ae65c6-a26b-4d51-8363-b863855c40bc {
  margin-left: 70px;
margin-right: 70px;
}

#s-b94fca2c-0b4c-444d-a9f8-f7f2b10ce7ef {
  background-image: url(none);
background-repeat: no-repeat;
margin-top: 15px;
margin-left: 70px;
margin-right: 70px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(12, 29, 73, 1);
text-align: right;
text-decoration: none;
hover-type: color;
background-position: undefined undefined;
}
#s-b94fca2c-0b4c-444d-a9f8-f7f2b10ce7ef:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(12, 29, 73, 1) !important;
text-decoration: none !important;
hover-type: color !important;}#s-b94fca2c-0b4c-444d-a9f8-f7f2b10ce7ef:active {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(12, 29, 73, 1) !important;
text-decoration: none !important;
hover-type: color !important;}

  #s-b94fca2c-0b4c-444d-a9f8-f7f2b10ce7ef-btn-wrapper {
    text-align: right;
  }


#s-b94fca2c-0b4c-444d-a9f8-f7f2b10ce7ef.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}

#s-4adfe3d3-d424-4e05-9020-6743b50abcab {
  text-align: center;
}




  #s-4adfe3d3-d424-4e05-9020-6743b50abcab img.shogun-image {
    
    width: px;
  }


#s-4adfe3d3-d424-4e05-9020-6743b50abcab .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-55ea9953-3628-40a0-b662-9ac1fb5a80b5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-55ea9953-3628-40a0-b662-9ac1fb5a80b5"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-55ea9953-3628-40a0-b662-9ac1fb5a80b5"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-55ea9953-3628-40a0-b662-9ac1fb5a80b5"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-55ea9953-3628-40a0-b662-9ac1fb5a80b5"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-55ea9953-3628-40a0-b662-9ac1fb5a80b5"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-55ea9953-3628-40a0-b662-9ac1fb5a80b5"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-55ea9953-3628-40a0-b662-9ac1fb5a80b5"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-55ea9953-3628-40a0-b662-9ac1fb5a80b5"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-55ea9953-3628-40a0-b662-9ac1fb5a80b5"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-55ea9953-3628-40a0-b662-9ac1fb5a80b5"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-55ea9953-3628-40a0-b662-9ac1fb5a80b5"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-55ea9953-3628-40a0-b662-9ac1fb5a80b5"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-55ea9953-3628-40a0-b662-9ac1fb5a80b5"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-55ea9953-3628-40a0-b662-9ac1fb5a80b5"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-55ea9953-3628-40a0-b662-9ac1fb5a80b5"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-55ea9953-3628-40a0-b662-9ac1fb5a80b5"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-55ea9953-3628-40a0-b662-9ac1fb5a80b5"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-55ea9953-3628-40a0-b662-9ac1fb5a80b5"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-55ea9953-3628-40a0-b662-9ac1fb5a80b5"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-55ea9953-3628-40a0-b662-9ac1fb5a80b5"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-55ea9953-3628-40a0-b662-9ac1fb5a80b5"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-55ea9953-3628-40a0-b662-9ac1fb5a80b5"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-55ea9953-3628-40a0-b662-9ac1fb5a80b5"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-55ea9953-3628-40a0-b662-9ac1fb5a80b5"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-55ea9953-3628-40a0-b662-9ac1fb5a80b5"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-55ea9953-3628-40a0-b662-9ac1fb5a80b5"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-55ea9953-3628-40a0-b662-9ac1fb5a80b5"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-55ea9953-3628-40a0-b662-9ac1fb5a80b5"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-55ea9953-3628-40a0-b662-9ac1fb5a80b5"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-55ea9953-3628-40a0-b662-9ac1fb5a80b5"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-55ea9953-3628-40a0-b662-9ac1fb5a80b5"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-55ea9953-3628-40a0-b662-9ac1fb5a80b5"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-55ea9953-3628-40a0-b662-9ac1fb5a80b5"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-55ea9953-3628-40a0-b662-9ac1fb5a80b5"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-55ea9953-3628-40a0-b662-9ac1fb5a80b5"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-55ea9953-3628-40a0-b662-9ac1fb5a80b5"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-f79f6e33-37dd-4b25-b595-8d249fb59167 {
  padding-top: 30px;
padding-bottom: 30px;
min-height: 50px;
background-color: rgba(255, 255, 255, 0.75);
}








#s-f79f6e33-37dd-4b25-b595-8d249fb59167 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f79f6e33-37dd-4b25-b595-8d249fb59167.shg-box.shg-c {
  justify-content: center;
}

#s-700afc0f-d74c-4ba2-ba9b-a1ca2e233f8e {
  margin-left: 70px;
margin-right: 70px;
}

#s-ba9f5331-f718-4397-9585-bbe525995bdd {
  background-image: url(none);
background-repeat: no-repeat;
margin-top: 15px;
margin-left: 70px;
margin-right: 70px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(12, 29, 73, 1);
text-align: right;
text-decoration: none;
hover-type: color;
background-position: undefined undefined;
}
#s-ba9f5331-f718-4397-9585-bbe525995bdd:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(12, 29, 73, 1) !important;
text-decoration: none !important;
hover-type: color !important;}#s-ba9f5331-f718-4397-9585-bbe525995bdd:active {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(12, 29, 73, 1) !important;
text-decoration: none !important;
hover-type: color !important;}

  #s-ba9f5331-f718-4397-9585-bbe525995bdd-btn-wrapper {
    text-align: right;
  }


#s-ba9f5331-f718-4397-9585-bbe525995bdd.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}

#s-06be3357-d5c5-4c79-856e-4f48c15bdaf3 {
  text-align: center;
}




  #s-06be3357-d5c5-4c79-856e-4f48c15bdaf3 img.shogun-image {
    
    width: px;
  }


#s-06be3357-d5c5-4c79-856e-4f48c15bdaf3 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-f5ca4982-891e-4631-b4e7-25e47308a789"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f5ca4982-891e-4631-b4e7-25e47308a789"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-f5ca4982-891e-4631-b4e7-25e47308a789"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-f5ca4982-891e-4631-b4e7-25e47308a789"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-f5ca4982-891e-4631-b4e7-25e47308a789"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-f5ca4982-891e-4631-b4e7-25e47308a789"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-f5ca4982-891e-4631-b4e7-25e47308a789"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-f5ca4982-891e-4631-b4e7-25e47308a789"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-f5ca4982-891e-4631-b4e7-25e47308a789"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-f5ca4982-891e-4631-b4e7-25e47308a789"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-f5ca4982-891e-4631-b4e7-25e47308a789"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-f5ca4982-891e-4631-b4e7-25e47308a789"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-f5ca4982-891e-4631-b4e7-25e47308a789"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-f5ca4982-891e-4631-b4e7-25e47308a789"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-f5ca4982-891e-4631-b4e7-25e47308a789"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-f5ca4982-891e-4631-b4e7-25e47308a789"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-f5ca4982-891e-4631-b4e7-25e47308a789"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-f5ca4982-891e-4631-b4e7-25e47308a789"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-f5ca4982-891e-4631-b4e7-25e47308a789"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-f5ca4982-891e-4631-b4e7-25e47308a789"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-f5ca4982-891e-4631-b4e7-25e47308a789"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-f5ca4982-891e-4631-b4e7-25e47308a789"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-f5ca4982-891e-4631-b4e7-25e47308a789"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-f5ca4982-891e-4631-b4e7-25e47308a789"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-f5ca4982-891e-4631-b4e7-25e47308a789"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-f5ca4982-891e-4631-b4e7-25e47308a789"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-f5ca4982-891e-4631-b4e7-25e47308a789"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-f5ca4982-891e-4631-b4e7-25e47308a789"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-f5ca4982-891e-4631-b4e7-25e47308a789"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-f5ca4982-891e-4631-b4e7-25e47308a789"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-f5ca4982-891e-4631-b4e7-25e47308a789"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-f5ca4982-891e-4631-b4e7-25e47308a789"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-f5ca4982-891e-4631-b4e7-25e47308a789"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-f5ca4982-891e-4631-b4e7-25e47308a789"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-f5ca4982-891e-4631-b4e7-25e47308a789"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-f5ca4982-891e-4631-b4e7-25e47308a789"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-f5ca4982-891e-4631-b4e7-25e47308a789"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-1c02f4fb-ba7e-4f23-9cc5-54b7fb55e6e1 {
  padding-top: 30px;
padding-bottom: 30px;
min-height: 50px;
background-color: rgba(255, 255, 255, 0.75);
}








#s-1c02f4fb-ba7e-4f23-9cc5-54b7fb55e6e1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1c02f4fb-ba7e-4f23-9cc5-54b7fb55e6e1.shg-box.shg-c {
  justify-content: center;
}

#s-8250fb39-2dce-4758-bc8a-cd7a340ab7ac {
  margin-left: 70px;
margin-right: 70px;
}

#s-14cedc21-4a8d-4cdb-af2d-2735217b9b64 {
  background-image: url(none);
background-repeat: no-repeat;
margin-top: 15px;
margin-left: 70px;
margin-right: 70px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(12, 29, 73, 1);
text-align: right;
text-decoration: none;
hover-type: color;
background-position: undefined undefined;
}
#s-14cedc21-4a8d-4cdb-af2d-2735217b9b64:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(12, 29, 73, 1) !important;
text-decoration: none !important;
hover-type: color !important;}#s-14cedc21-4a8d-4cdb-af2d-2735217b9b64:active {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(12, 29, 73, 1) !important;
text-decoration: none !important;
hover-type: color !important;}

  #s-14cedc21-4a8d-4cdb-af2d-2735217b9b64-btn-wrapper {
    text-align: right;
  }


#s-14cedc21-4a8d-4cdb-af2d-2735217b9b64.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}

#s-08c92487-e5ce-4014-88d3-24b0c119965c {
  text-align: center;
}




  #s-08c92487-e5ce-4014-88d3-24b0c119965c img.shogun-image {
    
    width: px;
  }


#s-08c92487-e5ce-4014-88d3-24b0c119965c .shogun-image-content {
  
    align-items: center;
  
}

@media (max-width: 767px){#s-4e31496b-9310-4a87-ba35-81ee59c1d352 {
  display: none;
}
#s-4e31496b-9310-4a87-ba35-81ee59c1d352, #wrap-s-4e31496b-9310-4a87-ba35-81ee59c1d352 { display:none !important; }}
@media (min-width: 0px) {
[id="s-4e31496b-9310-4a87-ba35-81ee59c1d352"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4e31496b-9310-4a87-ba35-81ee59c1d352"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-4e31496b-9310-4a87-ba35-81ee59c1d352"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-4e31496b-9310-4a87-ba35-81ee59c1d352"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-4e31496b-9310-4a87-ba35-81ee59c1d352"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-4e31496b-9310-4a87-ba35-81ee59c1d352"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-4e31496b-9310-4a87-ba35-81ee59c1d352"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-4e31496b-9310-4a87-ba35-81ee59c1d352"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-4e31496b-9310-4a87-ba35-81ee59c1d352"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-4e31496b-9310-4a87-ba35-81ee59c1d352"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-4e31496b-9310-4a87-ba35-81ee59c1d352"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-4e31496b-9310-4a87-ba35-81ee59c1d352"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-4e31496b-9310-4a87-ba35-81ee59c1d352"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-4e31496b-9310-4a87-ba35-81ee59c1d352"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-4e31496b-9310-4a87-ba35-81ee59c1d352"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-4e31496b-9310-4a87-ba35-81ee59c1d352"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-4e31496b-9310-4a87-ba35-81ee59c1d352"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-4e31496b-9310-4a87-ba35-81ee59c1d352"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-4e31496b-9310-4a87-ba35-81ee59c1d352"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-4e31496b-9310-4a87-ba35-81ee59c1d352"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-4e31496b-9310-4a87-ba35-81ee59c1d352"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-4e31496b-9310-4a87-ba35-81ee59c1d352"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-4e31496b-9310-4a87-ba35-81ee59c1d352"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-4e31496b-9310-4a87-ba35-81ee59c1d352"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-4e31496b-9310-4a87-ba35-81ee59c1d352"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-4e31496b-9310-4a87-ba35-81ee59c1d352"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-4e31496b-9310-4a87-ba35-81ee59c1d352"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-4e31496b-9310-4a87-ba35-81ee59c1d352"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-4e31496b-9310-4a87-ba35-81ee59c1d352"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-4e31496b-9310-4a87-ba35-81ee59c1d352"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-4e31496b-9310-4a87-ba35-81ee59c1d352"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-4e31496b-9310-4a87-ba35-81ee59c1d352"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-4e31496b-9310-4a87-ba35-81ee59c1d352"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-4e31496b-9310-4a87-ba35-81ee59c1d352"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-4e31496b-9310-4a87-ba35-81ee59c1d352"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-4e31496b-9310-4a87-ba35-81ee59c1d352"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-4e31496b-9310-4a87-ba35-81ee59c1d352"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-6747c7fd-13f1-4a75-a48b-04c342899160 {
  padding-top: 30px;
padding-bottom: 30px;
min-height: 50px;
background-color: rgba(255, 255, 255, 0.75);
background-attachment: scroll;
}
@media (max-width: 767px){#s-6747c7fd-13f1-4a75-a48b-04c342899160 {
  
}
}







#s-6747c7fd-13f1-4a75-a48b-04c342899160 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6747c7fd-13f1-4a75-a48b-04c342899160.shg-box.shg-c {
  justify-content: center;
}

#s-a674ac92-4d78-4758-8e93-4400bececbe9 {
  margin-left: 70px;
padding-left: 70px;
padding-right: 70px;
}

#s-89b7d090-34d6-494d-a2a4-4940e7a15bcc {
  background-image: url(none);
background-repeat: no-repeat;
margin-top: 15px;
margin-left: 70px;
margin-right: 70px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(12, 29, 73, 1);
text-align: right;
text-decoration: none;
hover-type: color;
color: rgba(244, 244, 244, 1);
background-position: undefined undefined;
}
#s-89b7d090-34d6-494d-a2a4-4940e7a15bcc:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(12, 29, 73, 1) !important;
text-decoration: none !important;
hover-type: color !important;
color: rgba(244, 244, 244, 1) !important;}#s-89b7d090-34d6-494d-a2a4-4940e7a15bcc:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-89b7d090-34d6-494d-a2a4-4940e7a15bcc-btn-wrapper {
    text-align: right;
  }


#s-89b7d090-34d6-494d-a2a4-4940e7a15bcc.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}

#s-4088c523-2f46-400b-85ae-300f9736a7ac {
  text-align: center;
}




  #s-4088c523-2f46-400b-85ae-300f9736a7ac img.shogun-image {
    
    width: px;
  }


#s-4088c523-2f46-400b-85ae-300f9736a7ac .shogun-image-content {
  
    align-items: center;
  
}

@media (max-width: 767px){#s-a5e9755e-67a0-45b5-8a7e-245815384733 {
  display: none;
}
#s-a5e9755e-67a0-45b5-8a7e-245815384733, #wrap-s-a5e9755e-67a0-45b5-8a7e-245815384733 { display:none !important; }}
@media (min-width: 0px) {
[id="s-a5e9755e-67a0-45b5-8a7e-245815384733"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a5e9755e-67a0-45b5-8a7e-245815384733"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-a5e9755e-67a0-45b5-8a7e-245815384733"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-a5e9755e-67a0-45b5-8a7e-245815384733"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-a5e9755e-67a0-45b5-8a7e-245815384733"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-a5e9755e-67a0-45b5-8a7e-245815384733"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-a5e9755e-67a0-45b5-8a7e-245815384733"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-a5e9755e-67a0-45b5-8a7e-245815384733"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-a5e9755e-67a0-45b5-8a7e-245815384733"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-a5e9755e-67a0-45b5-8a7e-245815384733"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-a5e9755e-67a0-45b5-8a7e-245815384733"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-a5e9755e-67a0-45b5-8a7e-245815384733"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-a5e9755e-67a0-45b5-8a7e-245815384733"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-a5e9755e-67a0-45b5-8a7e-245815384733"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-a5e9755e-67a0-45b5-8a7e-245815384733"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-a5e9755e-67a0-45b5-8a7e-245815384733"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-a5e9755e-67a0-45b5-8a7e-245815384733"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-a5e9755e-67a0-45b5-8a7e-245815384733"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-a5e9755e-67a0-45b5-8a7e-245815384733"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-a5e9755e-67a0-45b5-8a7e-245815384733"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-a5e9755e-67a0-45b5-8a7e-245815384733"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-a5e9755e-67a0-45b5-8a7e-245815384733"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-a5e9755e-67a0-45b5-8a7e-245815384733"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-a5e9755e-67a0-45b5-8a7e-245815384733"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-a5e9755e-67a0-45b5-8a7e-245815384733"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-a5e9755e-67a0-45b5-8a7e-245815384733"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-a5e9755e-67a0-45b5-8a7e-245815384733"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-a5e9755e-67a0-45b5-8a7e-245815384733"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-a5e9755e-67a0-45b5-8a7e-245815384733"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-a5e9755e-67a0-45b5-8a7e-245815384733"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-a5e9755e-67a0-45b5-8a7e-245815384733"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-a5e9755e-67a0-45b5-8a7e-245815384733"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-a5e9755e-67a0-45b5-8a7e-245815384733"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-a5e9755e-67a0-45b5-8a7e-245815384733"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-a5e9755e-67a0-45b5-8a7e-245815384733"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-a5e9755e-67a0-45b5-8a7e-245815384733"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-a5e9755e-67a0-45b5-8a7e-245815384733"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-3d078217-3b6f-46f3-8485-9a69d079cee1 {
  padding-top: 30px;
padding-bottom: 30px;
min-height: 50px;
background-color: rgba(255, 255, 255, 0.66);
background-attachment: scroll;
}








#s-3d078217-3b6f-46f3-8485-9a69d079cee1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0.7999999999999999;
}#s-3d078217-3b6f-46f3-8485-9a69d079cee1.shg-box.shg-c {
  justify-content: center;
}

#s-a4fb5ec2-4eec-46a8-8ba0-4bb82b37f31d {
  padding-left: 70px;
padding-right: 70px;
}

#s-c827c6f6-6a9f-466f-8b94-d50d0b963337 {
  background-image: url(none);
background-repeat: no-repeat;
margin-top: 15px;
margin-left: 70px;
margin-right: 70px;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
border-radius: 2px;
background-color: rgba(12, 29, 73, 1);
text-align: right;
text-decoration: none;
hover-type: color;
color: rgba(244, 244, 244, 1);
}
#s-c827c6f6-6a9f-466f-8b94-d50d0b963337:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(12, 29, 73, 1) !important;
text-decoration: none !important;
hover-type: color !important;
color: rgba(244, 244, 244, 1) !important;}#s-c827c6f6-6a9f-466f-8b94-d50d0b963337:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-c827c6f6-6a9f-466f-8b94-d50d0b963337-btn-wrapper {
    text-align: right;
  }


#s-c827c6f6-6a9f-466f-8b94-d50d0b963337.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}

#s-e3914423-ef31-438e-a9ce-433c77f0b139 {
  min-height: 50px;
background-color: rgba(12, 29, 73, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-e3914423-ef31-438e-a9ce-433c77f0b139 {
  display: none;
}
#s-e3914423-ef31-438e-a9ce-433c77f0b139, #wrap-s-e3914423-ef31-438e-a9ce-433c77f0b139 { display:none !important; }}@media (max-width: 767px){#s-e3914423-ef31-438e-a9ce-433c77f0b139 {
  display: none;
}
#s-e3914423-ef31-438e-a9ce-433c77f0b139, #wrap-s-e3914423-ef31-438e-a9ce-433c77f0b139 { display:none !important; }}







#s-e3914423-ef31-438e-a9ce-433c77f0b139 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e3914423-ef31-438e-a9ce-433c77f0b139.shg-box.shg-c {
  justify-content: center;
}

#s-eb267e6a-e6cd-45c2-a8d3-85c41410db7d {
  min-height: 50px;
}








#s-eb267e6a-e6cd-45c2-a8d3-85c41410db7d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-eb267e6a-e6cd-45c2-a8d3-85c41410db7d.shg-box.shg-c {
  justify-content: center;
}

#s-8b648a46-9aa4-46f7-888d-a022bc8009a9 {
  margin-top: 30px;
margin-bottom: 30px;
}

#s-241e02ec-21eb-4345-8f8c-55446c7958ba {
  min-height: 50px;
}
@media (min-width: 1200px){#s-241e02ec-21eb-4345-8f8c-55446c7958ba {
  display: none;
}
#s-241e02ec-21eb-4345-8f8c-55446c7958ba, #wrap-s-241e02ec-21eb-4345-8f8c-55446c7958ba { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-241e02ec-21eb-4345-8f8c-55446c7958ba {
  display: none;
}
#s-241e02ec-21eb-4345-8f8c-55446c7958ba, #wrap-s-241e02ec-21eb-4345-8f8c-55446c7958ba { display:none !important; }}







#s-241e02ec-21eb-4345-8f8c-55446c7958ba > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-241e02ec-21eb-4345-8f8c-55446c7958ba.shg-box.shg-c {
  justify-content: center;
}

#s-6bf28cf3-ee22-44cd-bc81-1264674ff167 {
  margin-top: 30px;
margin-bottom: 30px;
}

@media (min-width: 992px) and (max-width: 1199px){#s-4a9c9507-e0e6-4ef3-900b-a74e16655320 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-4a9c9507-e0e6-4ef3-900b-a74e16655320 {
  display: none;
}
#s-4a9c9507-e0e6-4ef3-900b-a74e16655320, #wrap-s-4a9c9507-e0e6-4ef3-900b-a74e16655320 { display:none !important; }}@media (max-width: 767px){#s-4a9c9507-e0e6-4ef3-900b-a74e16655320 {
  display: none;
}
#s-4a9c9507-e0e6-4ef3-900b-a74e16655320, #wrap-s-4a9c9507-e0e6-4ef3-900b-a74e16655320 { display:none !important; }}
@media (min-width: 0px) {
[id="s-4a9c9507-e0e6-4ef3-900b-a74e16655320"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 0.0px);
}

[id="s-4a9c9507-e0e6-4ef3-900b-a74e16655320"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4a9c9507-e0e6-4ef3-900b-a74e16655320"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-4a9c9507-e0e6-4ef3-900b-a74e16655320"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-4a9c9507-e0e6-4ef3-900b-a74e16655320"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-4a9c9507-e0e6-4ef3-900b-a74e16655320"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-4a9c9507-e0e6-4ef3-900b-a74e16655320"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-4a9c9507-e0e6-4ef3-900b-a74e16655320"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-4a9c9507-e0e6-4ef3-900b-a74e16655320"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-4a9c9507-e0e6-4ef3-900b-a74e16655320"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-4a9c9507-e0e6-4ef3-900b-a74e16655320"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-4a9c9507-e0e6-4ef3-900b-a74e16655320"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-4a9c9507-e0e6-4ef3-900b-a74e16655320"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-4a9c9507-e0e6-4ef3-900b-a74e16655320"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-4a9c9507-e0e6-4ef3-900b-a74e16655320"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-4a9c9507-e0e6-4ef3-900b-a74e16655320"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-4a9c9507-e0e6-4ef3-900b-a74e16655320"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-4a9c9507-e0e6-4ef3-900b-a74e16655320"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-4a9c9507-e0e6-4ef3-900b-a74e16655320"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-4a9c9507-e0e6-4ef3-900b-a74e16655320"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-4a9c9507-e0e6-4ef3-900b-a74e16655320"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-4a9c9507-e0e6-4ef3-900b-a74e16655320"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-4a9c9507-e0e6-4ef3-900b-a74e16655320"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-4a9c9507-e0e6-4ef3-900b-a74e16655320"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-4a9c9507-e0e6-4ef3-900b-a74e16655320"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-4a9c9507-e0e6-4ef3-900b-a74e16655320"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-4a9c9507-e0e6-4ef3-900b-a74e16655320"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-4a9c9507-e0e6-4ef3-900b-a74e16655320"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-4a9c9507-e0e6-4ef3-900b-a74e16655320"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-4a9c9507-e0e6-4ef3-900b-a74e16655320"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-4a9c9507-e0e6-4ef3-900b-a74e16655320"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-4a9c9507-e0e6-4ef3-900b-a74e16655320"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-4a9c9507-e0e6-4ef3-900b-a74e16655320"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-4a9c9507-e0e6-4ef3-900b-a74e16655320"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-4a9c9507-e0e6-4ef3-900b-a74e16655320"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-4a9c9507-e0e6-4ef3-900b-a74e16655320"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-4a9c9507-e0e6-4ef3-900b-a74e16655320"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-4a9c9507-e0e6-4ef3-900b-a74e16655320"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-c915761b-e266-4879-916b-8507e7d1f6da {
  padding-top: 5px;
padding-left: 50px;
padding-right: 50px;
}

#s-547c8116-b79d-472b-acd6-148e140986c2 {
  padding-top: 5px;
padding-left: 50px;
padding-right: 50px;
}

#s-cd830232-cd05-4246-b8f9-4d29ada7e96a {
  padding-top: 5px;
padding-left: 50px;
padding-right: 50px;
}

#s-d6374334-5b21-4802-857f-987f1285ea7c {
  padding-top: 5px;
padding-left: 50px;
padding-right: 50px;
}

@media (min-width: 1200px){#s-a6a15c1f-2b03-4755-88b6-60b56853ecf3 {
  display: none;
}
#s-a6a15c1f-2b03-4755-88b6-60b56853ecf3, #wrap-s-a6a15c1f-2b03-4755-88b6-60b56853ecf3 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a6a15c1f-2b03-4755-88b6-60b56853ecf3 {
  display: none;
}
#s-a6a15c1f-2b03-4755-88b6-60b56853ecf3, #wrap-s-a6a15c1f-2b03-4755-88b6-60b56853ecf3 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-a6a15c1f-2b03-4755-88b6-60b56853ecf3 {
  
}
}@media (max-width: 767px){#s-a6a15c1f-2b03-4755-88b6-60b56853ecf3 {
  
}
}
@media (min-width: 0px) {
[id="s-a6a15c1f-2b03-4755-88b6-60b56853ecf3"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 0.0px);
}

[id="s-a6a15c1f-2b03-4755-88b6-60b56853ecf3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a6a15c1f-2b03-4755-88b6-60b56853ecf3"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-a6a15c1f-2b03-4755-88b6-60b56853ecf3"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-a6a15c1f-2b03-4755-88b6-60b56853ecf3"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-a6a15c1f-2b03-4755-88b6-60b56853ecf3"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-a6a15c1f-2b03-4755-88b6-60b56853ecf3"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-a6a15c1f-2b03-4755-88b6-60b56853ecf3"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-a6a15c1f-2b03-4755-88b6-60b56853ecf3"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-a6a15c1f-2b03-4755-88b6-60b56853ecf3"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-a6a15c1f-2b03-4755-88b6-60b56853ecf3"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-a6a15c1f-2b03-4755-88b6-60b56853ecf3"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-a6a15c1f-2b03-4755-88b6-60b56853ecf3"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-a6a15c1f-2b03-4755-88b6-60b56853ecf3"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-a6a15c1f-2b03-4755-88b6-60b56853ecf3"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-a6a15c1f-2b03-4755-88b6-60b56853ecf3"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-a6a15c1f-2b03-4755-88b6-60b56853ecf3"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-a6a15c1f-2b03-4755-88b6-60b56853ecf3"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-a6a15c1f-2b03-4755-88b6-60b56853ecf3"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-a6a15c1f-2b03-4755-88b6-60b56853ecf3"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-a6a15c1f-2b03-4755-88b6-60b56853ecf3"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-a6a15c1f-2b03-4755-88b6-60b56853ecf3"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-a6a15c1f-2b03-4755-88b6-60b56853ecf3"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-a6a15c1f-2b03-4755-88b6-60b56853ecf3"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-a6a15c1f-2b03-4755-88b6-60b56853ecf3"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-a6a15c1f-2b03-4755-88b6-60b56853ecf3"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-a6a15c1f-2b03-4755-88b6-60b56853ecf3"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-a6a15c1f-2b03-4755-88b6-60b56853ecf3"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-a6a15c1f-2b03-4755-88b6-60b56853ecf3"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-a6a15c1f-2b03-4755-88b6-60b56853ecf3"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-a6a15c1f-2b03-4755-88b6-60b56853ecf3"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-a6a15c1f-2b03-4755-88b6-60b56853ecf3"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-a6a15c1f-2b03-4755-88b6-60b56853ecf3"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-a6a15c1f-2b03-4755-88b6-60b56853ecf3"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-a6a15c1f-2b03-4755-88b6-60b56853ecf3"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-a6a15c1f-2b03-4755-88b6-60b56853ecf3"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-a6a15c1f-2b03-4755-88b6-60b56853ecf3"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-a6a15c1f-2b03-4755-88b6-60b56853ecf3"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-220ae022-12d8-4de4-979b-8e81edce6adf {
  padding-top: 15px;
padding-left: 50px;
padding-right: 50px;
}

#s-e700b980-fb63-4dbf-bfc2-7f1e891c3993 {
  padding-top: 5px;
padding-left: 50px;
padding-right: 50px;
}

#s-65b7eacc-0eba-40d8-9a83-33308f789848 {
  padding-top: 5px;
padding-left: 50px;
padding-right: 50px;
}

#s-40dbee46-d9da-4ab8-9b59-1b1c6f1bdb52 {
  padding-top: 5px;
padding-left: 50px;
padding-right: 50px;
}

#s-ea26a697-48d0-4b60-9238-c91aa6262e72 {
  padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 1200px){#s-ea26a697-48d0-4b60-9238-c91aa6262e72 {
  display: none;
}
#s-ea26a697-48d0-4b60-9238-c91aa6262e72, #wrap-s-ea26a697-48d0-4b60-9238-c91aa6262e72 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ea26a697-48d0-4b60-9238-c91aa6262e72 {
  display: none;
}
#s-ea26a697-48d0-4b60-9238-c91aa6262e72, #wrap-s-ea26a697-48d0-4b60-9238-c91aa6262e72 { display:none !important; }}
#s-2784f779-b865-42da-bfa7-a196ab3a2a8a {
  text-align: center;
}




  #s-2784f779-b865-42da-bfa7-a196ab3a2a8a img.shogun-image {
    
    width: px;
  }


#s-2784f779-b865-42da-bfa7-a196ab3a2a8a .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-ce0dc426-2ff7-48ac-a87c-b54e80f0a2fc"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ce0dc426-2ff7-48ac-a87c-b54e80f0a2fc"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-ce0dc426-2ff7-48ac-a87c-b54e80f0a2fc"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-ce0dc426-2ff7-48ac-a87c-b54e80f0a2fc"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-ce0dc426-2ff7-48ac-a87c-b54e80f0a2fc"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-ce0dc426-2ff7-48ac-a87c-b54e80f0a2fc"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-ce0dc426-2ff7-48ac-a87c-b54e80f0a2fc"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-ce0dc426-2ff7-48ac-a87c-b54e80f0a2fc"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-ce0dc426-2ff7-48ac-a87c-b54e80f0a2fc"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-ce0dc426-2ff7-48ac-a87c-b54e80f0a2fc"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-ce0dc426-2ff7-48ac-a87c-b54e80f0a2fc"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-ce0dc426-2ff7-48ac-a87c-b54e80f0a2fc"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-ce0dc426-2ff7-48ac-a87c-b54e80f0a2fc"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-ce0dc426-2ff7-48ac-a87c-b54e80f0a2fc"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-ce0dc426-2ff7-48ac-a87c-b54e80f0a2fc"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-ce0dc426-2ff7-48ac-a87c-b54e80f0a2fc"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-ce0dc426-2ff7-48ac-a87c-b54e80f0a2fc"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-ce0dc426-2ff7-48ac-a87c-b54e80f0a2fc"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-ce0dc426-2ff7-48ac-a87c-b54e80f0a2fc"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-ce0dc426-2ff7-48ac-a87c-b54e80f0a2fc"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-ce0dc426-2ff7-48ac-a87c-b54e80f0a2fc"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-ce0dc426-2ff7-48ac-a87c-b54e80f0a2fc"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-ce0dc426-2ff7-48ac-a87c-b54e80f0a2fc"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-ce0dc426-2ff7-48ac-a87c-b54e80f0a2fc"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-ce0dc426-2ff7-48ac-a87c-b54e80f0a2fc"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-ce0dc426-2ff7-48ac-a87c-b54e80f0a2fc"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-ce0dc426-2ff7-48ac-a87c-b54e80f0a2fc"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-ce0dc426-2ff7-48ac-a87c-b54e80f0a2fc"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-ce0dc426-2ff7-48ac-a87c-b54e80f0a2fc"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-ce0dc426-2ff7-48ac-a87c-b54e80f0a2fc"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-ce0dc426-2ff7-48ac-a87c-b54e80f0a2fc"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-ce0dc426-2ff7-48ac-a87c-b54e80f0a2fc"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-ce0dc426-2ff7-48ac-a87c-b54e80f0a2fc"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-ce0dc426-2ff7-48ac-a87c-b54e80f0a2fc"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-ce0dc426-2ff7-48ac-a87c-b54e80f0a2fc"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-ce0dc426-2ff7-48ac-a87c-b54e80f0a2fc"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-ce0dc426-2ff7-48ac-a87c-b54e80f0a2fc"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-77520723-54d5-4b58-b457-e6fef24c61c9 {
  padding-top: 30px;
padding-bottom: 30px;
min-height: 50px;
background-color: rgba(255, 255, 255, 0.85);
background-attachment: scroll;
}








#s-77520723-54d5-4b58-b457-e6fef24c61c9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-77520723-54d5-4b58-b457-e6fef24c61c9.shg-box.shg-c {
  justify-content: center;
}

#s-919b9a8d-9042-46f2-b52a-d338cec77fbb {
  padding-right: 30px;
}

#s-f44cdd6f-163f-44a0-a4ff-01ab2a574ef8 {
  background-image: url(none);
background-repeat: no-repeat;
margin-left: 30px;
margin-right: 30px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(12, 29, 73, 1);
text-align: right;
text-decoration: none;
hover-type: color;
color: rgba(244, 244, 244, 1);
}
#s-f44cdd6f-163f-44a0-a4ff-01ab2a574ef8:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(12, 29, 73, 1) !important;
text-decoration: none !important;
hover-type: color !important;
color: rgba(244, 244, 244, 1) !important;}#s-f44cdd6f-163f-44a0-a4ff-01ab2a574ef8:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-f44cdd6f-163f-44a0-a4ff-01ab2a574ef8-btn-wrapper {
    text-align: right;
  }


#s-f44cdd6f-163f-44a0-a4ff-01ab2a574ef8.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}

#s-20231ccc-11c7-41da-a1a7-5fc4f74e6bc1 {
  text-align: center;
}




  #s-20231ccc-11c7-41da-a1a7-5fc4f74e6bc1 img.shogun-image {
    
    width: px;
  }


#s-20231ccc-11c7-41da-a1a7-5fc4f74e6bc1 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-c4b2c011-ed5a-44d9-9bb3-29a037b05e90"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c4b2c011-ed5a-44d9-9bb3-29a037b05e90"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-c4b2c011-ed5a-44d9-9bb3-29a037b05e90"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-c4b2c011-ed5a-44d9-9bb3-29a037b05e90"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-c4b2c011-ed5a-44d9-9bb3-29a037b05e90"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-c4b2c011-ed5a-44d9-9bb3-29a037b05e90"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-c4b2c011-ed5a-44d9-9bb3-29a037b05e90"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-c4b2c011-ed5a-44d9-9bb3-29a037b05e90"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-c4b2c011-ed5a-44d9-9bb3-29a037b05e90"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-c4b2c011-ed5a-44d9-9bb3-29a037b05e90"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-c4b2c011-ed5a-44d9-9bb3-29a037b05e90"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-c4b2c011-ed5a-44d9-9bb3-29a037b05e90"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-c4b2c011-ed5a-44d9-9bb3-29a037b05e90"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-c4b2c011-ed5a-44d9-9bb3-29a037b05e90"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-c4b2c011-ed5a-44d9-9bb3-29a037b05e90"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-c4b2c011-ed5a-44d9-9bb3-29a037b05e90"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-c4b2c011-ed5a-44d9-9bb3-29a037b05e90"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-c4b2c011-ed5a-44d9-9bb3-29a037b05e90"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-c4b2c011-ed5a-44d9-9bb3-29a037b05e90"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-c4b2c011-ed5a-44d9-9bb3-29a037b05e90"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-c4b2c011-ed5a-44d9-9bb3-29a037b05e90"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-c4b2c011-ed5a-44d9-9bb3-29a037b05e90"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-c4b2c011-ed5a-44d9-9bb3-29a037b05e90"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-c4b2c011-ed5a-44d9-9bb3-29a037b05e90"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-c4b2c011-ed5a-44d9-9bb3-29a037b05e90"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-c4b2c011-ed5a-44d9-9bb3-29a037b05e90"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-c4b2c011-ed5a-44d9-9bb3-29a037b05e90"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-c4b2c011-ed5a-44d9-9bb3-29a037b05e90"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-c4b2c011-ed5a-44d9-9bb3-29a037b05e90"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-c4b2c011-ed5a-44d9-9bb3-29a037b05e90"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-c4b2c011-ed5a-44d9-9bb3-29a037b05e90"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-c4b2c011-ed5a-44d9-9bb3-29a037b05e90"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-c4b2c011-ed5a-44d9-9bb3-29a037b05e90"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-c4b2c011-ed5a-44d9-9bb3-29a037b05e90"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-c4b2c011-ed5a-44d9-9bb3-29a037b05e90"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-c4b2c011-ed5a-44d9-9bb3-29a037b05e90"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-c4b2c011-ed5a-44d9-9bb3-29a037b05e90"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-75001809-560a-4273-bbe1-cd8655959e49 {
  padding-top: 30px;
padding-bottom: 30px;
min-height: 50px;
background-color: rgba(255, 255, 255, 0.85);
background-attachment: scroll;
}








#s-75001809-560a-4273-bbe1-cd8655959e49 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-75001809-560a-4273-bbe1-cd8655959e49.shg-box.shg-c {
  justify-content: center;
}

#s-cdf1e79a-8946-4e30-98ee-47c48c57fb38 {
  padding-right: 30px;
}

#s-753f993c-f99a-4d95-a0f6-9c2d68f1e8b2 {
  background-image: url(none);
background-repeat: no-repeat;
margin-left: 30px;
margin-right: 30px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(12, 29, 73, 1);
text-align: right;
text-decoration: none;
hover-type: color;
color: rgba(244, 244, 244, 1);
}
#s-753f993c-f99a-4d95-a0f6-9c2d68f1e8b2:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(12, 29, 73, 1) !important;
text-decoration: none !important;
hover-type: color !important;
color: rgba(244, 244, 244, 1) !important;}#s-753f993c-f99a-4d95-a0f6-9c2d68f1e8b2:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-753f993c-f99a-4d95-a0f6-9c2d68f1e8b2-btn-wrapper {
    text-align: right;
  }


#s-753f993c-f99a-4d95-a0f6-9c2d68f1e8b2.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}

#s-b5eca9fa-c597-4aea-b7f4-579634d83530 {
  text-align: center;
}




  #s-b5eca9fa-c597-4aea-b7f4-579634d83530 img.shogun-image {
    
    width: px;
  }


#s-b5eca9fa-c597-4aea-b7f4-579634d83530 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-b51c3c45-2a4e-4543-8c1d-db3b4a3e80a9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b51c3c45-2a4e-4543-8c1d-db3b4a3e80a9"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-b51c3c45-2a4e-4543-8c1d-db3b4a3e80a9"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-b51c3c45-2a4e-4543-8c1d-db3b4a3e80a9"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-b51c3c45-2a4e-4543-8c1d-db3b4a3e80a9"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-b51c3c45-2a4e-4543-8c1d-db3b4a3e80a9"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-b51c3c45-2a4e-4543-8c1d-db3b4a3e80a9"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-b51c3c45-2a4e-4543-8c1d-db3b4a3e80a9"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-b51c3c45-2a4e-4543-8c1d-db3b4a3e80a9"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-b51c3c45-2a4e-4543-8c1d-db3b4a3e80a9"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-b51c3c45-2a4e-4543-8c1d-db3b4a3e80a9"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-b51c3c45-2a4e-4543-8c1d-db3b4a3e80a9"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-b51c3c45-2a4e-4543-8c1d-db3b4a3e80a9"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-b51c3c45-2a4e-4543-8c1d-db3b4a3e80a9"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-b51c3c45-2a4e-4543-8c1d-db3b4a3e80a9"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-b51c3c45-2a4e-4543-8c1d-db3b4a3e80a9"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-b51c3c45-2a4e-4543-8c1d-db3b4a3e80a9"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-b51c3c45-2a4e-4543-8c1d-db3b4a3e80a9"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-b51c3c45-2a4e-4543-8c1d-db3b4a3e80a9"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-b51c3c45-2a4e-4543-8c1d-db3b4a3e80a9"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-b51c3c45-2a4e-4543-8c1d-db3b4a3e80a9"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-b51c3c45-2a4e-4543-8c1d-db3b4a3e80a9"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-b51c3c45-2a4e-4543-8c1d-db3b4a3e80a9"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-b51c3c45-2a4e-4543-8c1d-db3b4a3e80a9"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-b51c3c45-2a4e-4543-8c1d-db3b4a3e80a9"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-b51c3c45-2a4e-4543-8c1d-db3b4a3e80a9"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-b51c3c45-2a4e-4543-8c1d-db3b4a3e80a9"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-b51c3c45-2a4e-4543-8c1d-db3b4a3e80a9"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-b51c3c45-2a4e-4543-8c1d-db3b4a3e80a9"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-b51c3c45-2a4e-4543-8c1d-db3b4a3e80a9"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-b51c3c45-2a4e-4543-8c1d-db3b4a3e80a9"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-b51c3c45-2a4e-4543-8c1d-db3b4a3e80a9"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-b51c3c45-2a4e-4543-8c1d-db3b4a3e80a9"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-b51c3c45-2a4e-4543-8c1d-db3b4a3e80a9"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-b51c3c45-2a4e-4543-8c1d-db3b4a3e80a9"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-b51c3c45-2a4e-4543-8c1d-db3b4a3e80a9"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-b51c3c45-2a4e-4543-8c1d-db3b4a3e80a9"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-48eb351b-c877-4860-a64f-0bde0a39b9eb {
  padding-top: 30px;
padding-bottom: 30px;
min-height: 50px;
background-color: rgba(255, 255, 255, 0.85);
background-attachment: scroll;
}








#s-48eb351b-c877-4860-a64f-0bde0a39b9eb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-48eb351b-c877-4860-a64f-0bde0a39b9eb.shg-box.shg-c {
  justify-content: center;
}

#s-3911cc68-c600-4471-a06d-9ee34413abcf {
  padding-right: 30px;
}

#s-a489aa96-5271-4092-ae36-24d5799b00d3 {
  background-image: url(none);
background-repeat: no-repeat;
margin-left: 30px;
margin-right: 30px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(12, 29, 73, 1);
text-align: right;
text-decoration: none;
hover-type: color;
color: rgba(244, 244, 244, 1);
}
#s-a489aa96-5271-4092-ae36-24d5799b00d3:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(12, 29, 73, 1) !important;
text-decoration: none !important;
hover-type: color !important;
color: rgba(244, 244, 244, 1) !important;}#s-a489aa96-5271-4092-ae36-24d5799b00d3:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-a489aa96-5271-4092-ae36-24d5799b00d3-btn-wrapper {
    text-align: right;
  }


#s-a489aa96-5271-4092-ae36-24d5799b00d3.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}

#s-bbaae3f3-196e-4c8e-bcdd-5665ac9bccbf {
  text-align: center;
}




  #s-bbaae3f3-196e-4c8e-bcdd-5665ac9bccbf img.shogun-image {
    
    width: px;
  }


#s-bbaae3f3-196e-4c8e-bcdd-5665ac9bccbf .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-9b7086e8-ed25-465d-8bd1-49efa41ea1d8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9b7086e8-ed25-465d-8bd1-49efa41ea1d8"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-9b7086e8-ed25-465d-8bd1-49efa41ea1d8"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-9b7086e8-ed25-465d-8bd1-49efa41ea1d8"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-9b7086e8-ed25-465d-8bd1-49efa41ea1d8"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-9b7086e8-ed25-465d-8bd1-49efa41ea1d8"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-9b7086e8-ed25-465d-8bd1-49efa41ea1d8"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-9b7086e8-ed25-465d-8bd1-49efa41ea1d8"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-9b7086e8-ed25-465d-8bd1-49efa41ea1d8"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-9b7086e8-ed25-465d-8bd1-49efa41ea1d8"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-9b7086e8-ed25-465d-8bd1-49efa41ea1d8"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-9b7086e8-ed25-465d-8bd1-49efa41ea1d8"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-9b7086e8-ed25-465d-8bd1-49efa41ea1d8"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-9b7086e8-ed25-465d-8bd1-49efa41ea1d8"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-9b7086e8-ed25-465d-8bd1-49efa41ea1d8"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-9b7086e8-ed25-465d-8bd1-49efa41ea1d8"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-9b7086e8-ed25-465d-8bd1-49efa41ea1d8"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-9b7086e8-ed25-465d-8bd1-49efa41ea1d8"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-9b7086e8-ed25-465d-8bd1-49efa41ea1d8"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-9b7086e8-ed25-465d-8bd1-49efa41ea1d8"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-9b7086e8-ed25-465d-8bd1-49efa41ea1d8"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-9b7086e8-ed25-465d-8bd1-49efa41ea1d8"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-9b7086e8-ed25-465d-8bd1-49efa41ea1d8"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-9b7086e8-ed25-465d-8bd1-49efa41ea1d8"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-9b7086e8-ed25-465d-8bd1-49efa41ea1d8"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-9b7086e8-ed25-465d-8bd1-49efa41ea1d8"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-9b7086e8-ed25-465d-8bd1-49efa41ea1d8"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-9b7086e8-ed25-465d-8bd1-49efa41ea1d8"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-9b7086e8-ed25-465d-8bd1-49efa41ea1d8"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-9b7086e8-ed25-465d-8bd1-49efa41ea1d8"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-9b7086e8-ed25-465d-8bd1-49efa41ea1d8"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-9b7086e8-ed25-465d-8bd1-49efa41ea1d8"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-9b7086e8-ed25-465d-8bd1-49efa41ea1d8"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-9b7086e8-ed25-465d-8bd1-49efa41ea1d8"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-9b7086e8-ed25-465d-8bd1-49efa41ea1d8"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-9b7086e8-ed25-465d-8bd1-49efa41ea1d8"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-9b7086e8-ed25-465d-8bd1-49efa41ea1d8"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-9e257de6-0164-445c-8ef9-9b14c396e1b2 {
  padding-top: 30px;
padding-bottom: 30px;
min-height: 50px;
background-color: rgba(255, 255, 255, 0.85);
background-attachment: scroll;
}








#s-9e257de6-0164-445c-8ef9-9b14c396e1b2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9e257de6-0164-445c-8ef9-9b14c396e1b2.shg-box.shg-c {
  justify-content: center;
}

#s-2d661a29-cd53-4b09-aae3-6d0ae69aa618 {
  padding-right: 30px;
}

#s-69a33d85-c7b9-4171-9ce6-b0d83eb0ac0f {
  background-image: url(none);
background-repeat: no-repeat;
margin-left: 30px;
margin-right: 30px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(12, 29, 73, 1);
text-align: right;
text-decoration: none;
hover-type: color;
color: rgba(244, 244, 244, 1);
}
#s-69a33d85-c7b9-4171-9ce6-b0d83eb0ac0f:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(12, 29, 73, 1) !important;
text-decoration: none !important;
hover-type: color !important;
color: rgba(244, 244, 244, 1) !important;}#s-69a33d85-c7b9-4171-9ce6-b0d83eb0ac0f:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-69a33d85-c7b9-4171-9ce6-b0d83eb0ac0f-btn-wrapper {
    text-align: right;
  }


#s-69a33d85-c7b9-4171-9ce6-b0d83eb0ac0f.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}

#s-5082f439-c9e2-4652-8514-877a1f4642d2 {
  text-align: center;
}




  #s-5082f439-c9e2-4652-8514-877a1f4642d2 img.shogun-image {
    
    width: px;
  }


#s-5082f439-c9e2-4652-8514-877a1f4642d2 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-b01e648c-fc52-46cd-9758-21e92b1e2a79"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b01e648c-fc52-46cd-9758-21e92b1e2a79"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-b01e648c-fc52-46cd-9758-21e92b1e2a79"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-b01e648c-fc52-46cd-9758-21e92b1e2a79"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-b01e648c-fc52-46cd-9758-21e92b1e2a79"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-b01e648c-fc52-46cd-9758-21e92b1e2a79"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-b01e648c-fc52-46cd-9758-21e92b1e2a79"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-b01e648c-fc52-46cd-9758-21e92b1e2a79"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-b01e648c-fc52-46cd-9758-21e92b1e2a79"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-b01e648c-fc52-46cd-9758-21e92b1e2a79"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-b01e648c-fc52-46cd-9758-21e92b1e2a79"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-b01e648c-fc52-46cd-9758-21e92b1e2a79"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-b01e648c-fc52-46cd-9758-21e92b1e2a79"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-b01e648c-fc52-46cd-9758-21e92b1e2a79"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-b01e648c-fc52-46cd-9758-21e92b1e2a79"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-b01e648c-fc52-46cd-9758-21e92b1e2a79"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-b01e648c-fc52-46cd-9758-21e92b1e2a79"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-b01e648c-fc52-46cd-9758-21e92b1e2a79"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-b01e648c-fc52-46cd-9758-21e92b1e2a79"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-b01e648c-fc52-46cd-9758-21e92b1e2a79"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-b01e648c-fc52-46cd-9758-21e92b1e2a79"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-b01e648c-fc52-46cd-9758-21e92b1e2a79"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-b01e648c-fc52-46cd-9758-21e92b1e2a79"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-b01e648c-fc52-46cd-9758-21e92b1e2a79"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-b01e648c-fc52-46cd-9758-21e92b1e2a79"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-b01e648c-fc52-46cd-9758-21e92b1e2a79"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-b01e648c-fc52-46cd-9758-21e92b1e2a79"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-b01e648c-fc52-46cd-9758-21e92b1e2a79"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-b01e648c-fc52-46cd-9758-21e92b1e2a79"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-b01e648c-fc52-46cd-9758-21e92b1e2a79"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-b01e648c-fc52-46cd-9758-21e92b1e2a79"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-b01e648c-fc52-46cd-9758-21e92b1e2a79"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-b01e648c-fc52-46cd-9758-21e92b1e2a79"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-b01e648c-fc52-46cd-9758-21e92b1e2a79"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-b01e648c-fc52-46cd-9758-21e92b1e2a79"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-b01e648c-fc52-46cd-9758-21e92b1e2a79"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-b01e648c-fc52-46cd-9758-21e92b1e2a79"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-b5408e9b-18f2-4189-9d6f-d1442cc87b99 {
  padding-top: 30px;
padding-bottom: 30px;
min-height: 50px;
background-color: rgba(255, 255, 255, 0.85);
background-attachment: scroll;
}








#s-b5408e9b-18f2-4189-9d6f-d1442cc87b99 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b5408e9b-18f2-4189-9d6f-d1442cc87b99.shg-box.shg-c {
  justify-content: center;
}

#s-9323add6-d6ff-476d-871a-5f7d59f35f97 {
  padding-right: 30px;
}

#s-4c18da67-ad29-49db-9788-7fa87bc2efdf {
  background-image: url(none);
background-repeat: no-repeat;
margin-left: 30px;
margin-right: 30px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(12, 29, 73, 1);
text-align: right;
text-decoration: none;
hover-type: color;
color: rgba(244, 244, 244, 1);
}
#s-4c18da67-ad29-49db-9788-7fa87bc2efdf:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(12, 29, 73, 1) !important;
text-decoration: none !important;
hover-type: color !important;
color: rgba(244, 244, 244, 1) !important;}#s-4c18da67-ad29-49db-9788-7fa87bc2efdf:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-4c18da67-ad29-49db-9788-7fa87bc2efdf-btn-wrapper {
    text-align: right;
  }


#s-4c18da67-ad29-49db-9788-7fa87bc2efdf.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}

#s-d4f07aa1-cb59-47eb-989a-9ea972242d89 {
  text-align: center;
}




  #s-d4f07aa1-cb59-47eb-989a-9ea972242d89 img.shogun-image {
    
    width: px;
  }


#s-d4f07aa1-cb59-47eb-989a-9ea972242d89 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-6cbd83ba-1aa9-4060-ad99-a762cb267e62"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6cbd83ba-1aa9-4060-ad99-a762cb267e62"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-6cbd83ba-1aa9-4060-ad99-a762cb267e62"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-6cbd83ba-1aa9-4060-ad99-a762cb267e62"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-6cbd83ba-1aa9-4060-ad99-a762cb267e62"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-6cbd83ba-1aa9-4060-ad99-a762cb267e62"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-6cbd83ba-1aa9-4060-ad99-a762cb267e62"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-6cbd83ba-1aa9-4060-ad99-a762cb267e62"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-6cbd83ba-1aa9-4060-ad99-a762cb267e62"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-6cbd83ba-1aa9-4060-ad99-a762cb267e62"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-6cbd83ba-1aa9-4060-ad99-a762cb267e62"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-6cbd83ba-1aa9-4060-ad99-a762cb267e62"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-6cbd83ba-1aa9-4060-ad99-a762cb267e62"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-6cbd83ba-1aa9-4060-ad99-a762cb267e62"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-6cbd83ba-1aa9-4060-ad99-a762cb267e62"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-6cbd83ba-1aa9-4060-ad99-a762cb267e62"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-6cbd83ba-1aa9-4060-ad99-a762cb267e62"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-6cbd83ba-1aa9-4060-ad99-a762cb267e62"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-6cbd83ba-1aa9-4060-ad99-a762cb267e62"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-6cbd83ba-1aa9-4060-ad99-a762cb267e62"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-6cbd83ba-1aa9-4060-ad99-a762cb267e62"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-6cbd83ba-1aa9-4060-ad99-a762cb267e62"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-6cbd83ba-1aa9-4060-ad99-a762cb267e62"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-6cbd83ba-1aa9-4060-ad99-a762cb267e62"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-6cbd83ba-1aa9-4060-ad99-a762cb267e62"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-6cbd83ba-1aa9-4060-ad99-a762cb267e62"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-6cbd83ba-1aa9-4060-ad99-a762cb267e62"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-6cbd83ba-1aa9-4060-ad99-a762cb267e62"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-6cbd83ba-1aa9-4060-ad99-a762cb267e62"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-6cbd83ba-1aa9-4060-ad99-a762cb267e62"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-6cbd83ba-1aa9-4060-ad99-a762cb267e62"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-6cbd83ba-1aa9-4060-ad99-a762cb267e62"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-6cbd83ba-1aa9-4060-ad99-a762cb267e62"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-6cbd83ba-1aa9-4060-ad99-a762cb267e62"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-6cbd83ba-1aa9-4060-ad99-a762cb267e62"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-6cbd83ba-1aa9-4060-ad99-a762cb267e62"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-6cbd83ba-1aa9-4060-ad99-a762cb267e62"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-9aa4d9e8-7e37-45ff-a949-fd52d7480c2e {
  padding-top: 30px;
padding-bottom: 30px;
min-height: 50px;
background-color: rgba(255, 255, 255, 0.85);
background-attachment: scroll;
}








#s-9aa4d9e8-7e37-45ff-a949-fd52d7480c2e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9aa4d9e8-7e37-45ff-a949-fd52d7480c2e.shg-box.shg-c {
  justify-content: center;
}

#s-db5ebd94-cb4f-4dde-9ac1-3c205f60c44c {
  padding-right: 30px;
}

#s-32ebd0bc-2c2e-4f08-afd0-2de04a7dd4f3 {
  background-image: url(none);
background-repeat: no-repeat;
margin-left: 30px;
margin-right: 30px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(12, 29, 73, 1);
text-align: right;
text-decoration: none;
hover-type: color;
color: rgba(244, 244, 244, 1);
}
#s-32ebd0bc-2c2e-4f08-afd0-2de04a7dd4f3:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(12, 29, 73, 1) !important;
text-decoration: none !important;
hover-type: color !important;
color: rgba(244, 244, 244, 1) !important;}#s-32ebd0bc-2c2e-4f08-afd0-2de04a7dd4f3:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-32ebd0bc-2c2e-4f08-afd0-2de04a7dd4f3-btn-wrapper {
    text-align: right;
  }


#s-32ebd0bc-2c2e-4f08-afd0-2de04a7dd4f3.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}

#s-8758dfd1-29e2-4320-953f-54e0ed341e43 {
  text-align: center;
}




  #s-8758dfd1-29e2-4320-953f-54e0ed341e43 img.shogun-image {
    
    width: px;
  }


#s-8758dfd1-29e2-4320-953f-54e0ed341e43 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-6bd20f87-1367-4a76-a421-70ea9b93c4bb"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6bd20f87-1367-4a76-a421-70ea9b93c4bb"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-6bd20f87-1367-4a76-a421-70ea9b93c4bb"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-6bd20f87-1367-4a76-a421-70ea9b93c4bb"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-6bd20f87-1367-4a76-a421-70ea9b93c4bb"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-6bd20f87-1367-4a76-a421-70ea9b93c4bb"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-6bd20f87-1367-4a76-a421-70ea9b93c4bb"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-6bd20f87-1367-4a76-a421-70ea9b93c4bb"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-6bd20f87-1367-4a76-a421-70ea9b93c4bb"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-6bd20f87-1367-4a76-a421-70ea9b93c4bb"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-6bd20f87-1367-4a76-a421-70ea9b93c4bb"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-6bd20f87-1367-4a76-a421-70ea9b93c4bb"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-6bd20f87-1367-4a76-a421-70ea9b93c4bb"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-6bd20f87-1367-4a76-a421-70ea9b93c4bb"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-6bd20f87-1367-4a76-a421-70ea9b93c4bb"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-6bd20f87-1367-4a76-a421-70ea9b93c4bb"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-6bd20f87-1367-4a76-a421-70ea9b93c4bb"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-6bd20f87-1367-4a76-a421-70ea9b93c4bb"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-6bd20f87-1367-4a76-a421-70ea9b93c4bb"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-6bd20f87-1367-4a76-a421-70ea9b93c4bb"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-6bd20f87-1367-4a76-a421-70ea9b93c4bb"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-6bd20f87-1367-4a76-a421-70ea9b93c4bb"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-6bd20f87-1367-4a76-a421-70ea9b93c4bb"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-6bd20f87-1367-4a76-a421-70ea9b93c4bb"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-6bd20f87-1367-4a76-a421-70ea9b93c4bb"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-6bd20f87-1367-4a76-a421-70ea9b93c4bb"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-6bd20f87-1367-4a76-a421-70ea9b93c4bb"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-6bd20f87-1367-4a76-a421-70ea9b93c4bb"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-6bd20f87-1367-4a76-a421-70ea9b93c4bb"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-6bd20f87-1367-4a76-a421-70ea9b93c4bb"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-6bd20f87-1367-4a76-a421-70ea9b93c4bb"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-6bd20f87-1367-4a76-a421-70ea9b93c4bb"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-6bd20f87-1367-4a76-a421-70ea9b93c4bb"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-6bd20f87-1367-4a76-a421-70ea9b93c4bb"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-6bd20f87-1367-4a76-a421-70ea9b93c4bb"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-6bd20f87-1367-4a76-a421-70ea9b93c4bb"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-6bd20f87-1367-4a76-a421-70ea9b93c4bb"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-58a35463-f301-4925-9242-4847813276ea {
  padding-top: 30px;
padding-bottom: 30px;
min-height: 50px;
background-color: rgba(255, 255, 255, 0.85);
background-attachment: scroll;
}








#s-58a35463-f301-4925-9242-4847813276ea > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-58a35463-f301-4925-9242-4847813276ea.shg-box.shg-c {
  justify-content: center;
}

#s-a95b775c-b223-4586-879c-a99037d9f1db {
  padding-left: 30px;
padding-right: 10px;
}

#s-ea71c50d-5f1d-4a13-aaa6-e6e10e5d1855 {
  background-image: url(none);
background-repeat: no-repeat;
margin-left: 30px;
margin-right: 30px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(12, 29, 73, 1);
text-align: right;
text-decoration: none;
hover-type: color;
color: rgba(244, 244, 244, 1);
}
#s-ea71c50d-5f1d-4a13-aaa6-e6e10e5d1855:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(12, 29, 73, 1) !important;
text-decoration: none !important;
hover-type: color !important;
color: rgba(244, 244, 244, 1) !important;}#s-ea71c50d-5f1d-4a13-aaa6-e6e10e5d1855:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-ea71c50d-5f1d-4a13-aaa6-e6e10e5d1855-btn-wrapper {
    text-align: right;
  }


#s-ea71c50d-5f1d-4a13-aaa6-e6e10e5d1855.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}

#s-2bd24dae-8402-4fa4-aefd-46e1ef70023b {
  text-align: center;
}




  #s-2bd24dae-8402-4fa4-aefd-46e1ef70023b img.shogun-image {
    
    width: px;
  }


#s-2bd24dae-8402-4fa4-aefd-46e1ef70023b .shogun-image-content {
  
    align-items: center;
  
}

#s-43a81ffd-4780-4d5a-ac56-7374182faf49 {
  padding-top: 30px;
padding-bottom: 30px;
min-height: 50px;
background-color: rgba(255, 255, 255, 0.85);
background-attachment: scroll;
}








#s-43a81ffd-4780-4d5a-ac56-7374182faf49 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-43a81ffd-4780-4d5a-ac56-7374182faf49.shg-box.shg-c {
  justify-content: center;
}

#s-560095ee-1524-47bc-8d97-f6626f936921 {
  padding-right: 30px;
}

#s-729f13ba-21b9-4971-a679-9e76e9bae248 {
  background-image: url(none);
background-repeat: no-repeat;
margin-left: 30px;
margin-right: 30px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(12, 29, 73, 1);
text-align: right;
text-decoration: none;
hover-type: color;
color: rgba(244, 244, 244, 1);
}
#s-729f13ba-21b9-4971-a679-9e76e9bae248:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(12, 29, 73, 1) !important;
text-decoration: none !important;
hover-type: color !important;
color: rgba(244, 244, 244, 1) !important;}#s-729f13ba-21b9-4971-a679-9e76e9bae248:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-729f13ba-21b9-4971-a679-9e76e9bae248-btn-wrapper {
    text-align: right;
  }


#s-729f13ba-21b9-4971-a679-9e76e9bae248.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}

#s-4619571b-f5d1-486a-ab88-9000ee9a1497 {
  text-align: center;
}




  #s-4619571b-f5d1-486a-ab88-9000ee9a1497 img.shogun-image {
    
    width: px;
  }


#s-4619571b-f5d1-486a-ab88-9000ee9a1497 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-5f69a428-639e-42de-8ecd-1d1a9c1e1d76"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5f69a428-639e-42de-8ecd-1d1a9c1e1d76"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-5f69a428-639e-42de-8ecd-1d1a9c1e1d76"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-5f69a428-639e-42de-8ecd-1d1a9c1e1d76"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-5f69a428-639e-42de-8ecd-1d1a9c1e1d76"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-5f69a428-639e-42de-8ecd-1d1a9c1e1d76"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-5f69a428-639e-42de-8ecd-1d1a9c1e1d76"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-5f69a428-639e-42de-8ecd-1d1a9c1e1d76"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-5f69a428-639e-42de-8ecd-1d1a9c1e1d76"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-5f69a428-639e-42de-8ecd-1d1a9c1e1d76"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-5f69a428-639e-42de-8ecd-1d1a9c1e1d76"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-5f69a428-639e-42de-8ecd-1d1a9c1e1d76"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-5f69a428-639e-42de-8ecd-1d1a9c1e1d76"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-5f69a428-639e-42de-8ecd-1d1a9c1e1d76"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-5f69a428-639e-42de-8ecd-1d1a9c1e1d76"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-5f69a428-639e-42de-8ecd-1d1a9c1e1d76"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-5f69a428-639e-42de-8ecd-1d1a9c1e1d76"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-5f69a428-639e-42de-8ecd-1d1a9c1e1d76"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-5f69a428-639e-42de-8ecd-1d1a9c1e1d76"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-5f69a428-639e-42de-8ecd-1d1a9c1e1d76"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-5f69a428-639e-42de-8ecd-1d1a9c1e1d76"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-5f69a428-639e-42de-8ecd-1d1a9c1e1d76"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-5f69a428-639e-42de-8ecd-1d1a9c1e1d76"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-5f69a428-639e-42de-8ecd-1d1a9c1e1d76"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-5f69a428-639e-42de-8ecd-1d1a9c1e1d76"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-5f69a428-639e-42de-8ecd-1d1a9c1e1d76"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-5f69a428-639e-42de-8ecd-1d1a9c1e1d76"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-5f69a428-639e-42de-8ecd-1d1a9c1e1d76"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-5f69a428-639e-42de-8ecd-1d1a9c1e1d76"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-5f69a428-639e-42de-8ecd-1d1a9c1e1d76"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-5f69a428-639e-42de-8ecd-1d1a9c1e1d76"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-5f69a428-639e-42de-8ecd-1d1a9c1e1d76"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-5f69a428-639e-42de-8ecd-1d1a9c1e1d76"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-5f69a428-639e-42de-8ecd-1d1a9c1e1d76"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-5f69a428-639e-42de-8ecd-1d1a9c1e1d76"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-5f69a428-639e-42de-8ecd-1d1a9c1e1d76"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-5f69a428-639e-42de-8ecd-1d1a9c1e1d76"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-5f69a428-639e-42de-8ecd-1d1a9c1e1d76"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-16dfa633-3495-4df6-844a-697b08261dc2 {
  padding-top: 30px;
padding-bottom: 30px;
min-height: 50px;
background-color: rgba(255, 255, 255, 0.85);
background-attachment: scroll;
}








#s-16dfa633-3495-4df6-844a-697b08261dc2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-16dfa633-3495-4df6-844a-697b08261dc2.shg-box.shg-c {
  justify-content: center;
}

#s-0c8c83ef-5665-4597-b3d1-34b97600dbf0 {
  padding-right: 30px;
}

#s-964175ec-b2ae-468b-91c7-5bfd8239872c {
  background-image: url(none);
background-repeat: no-repeat;
margin-left: 30px;
margin-right: 30px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(12, 29, 73, 1);
text-align: right;
text-decoration: none;
hover-type: color;
color: rgba(244, 244, 244, 1);
}
#s-964175ec-b2ae-468b-91c7-5bfd8239872c:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(12, 29, 73, 1) !important;
text-decoration: none !important;
hover-type: color !important;
color: rgba(244, 244, 244, 1) !important;}#s-964175ec-b2ae-468b-91c7-5bfd8239872c:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-964175ec-b2ae-468b-91c7-5bfd8239872c-btn-wrapper {
    text-align: right;
  }


#s-964175ec-b2ae-468b-91c7-5bfd8239872c.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}

#s-7444f65e-6b85-4231-90c2-51bb32bf7e89 {
  text-align: center;
}




  #s-7444f65e-6b85-4231-90c2-51bb32bf7e89 img.shogun-image {
    
    width: px;
  }


#s-7444f65e-6b85-4231-90c2-51bb32bf7e89 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-62871147-a763-4886-b5d4-f8d49c277292"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-62871147-a763-4886-b5d4-f8d49c277292"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-62871147-a763-4886-b5d4-f8d49c277292"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-62871147-a763-4886-b5d4-f8d49c277292"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-62871147-a763-4886-b5d4-f8d49c277292"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-62871147-a763-4886-b5d4-f8d49c277292"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-62871147-a763-4886-b5d4-f8d49c277292"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-62871147-a763-4886-b5d4-f8d49c277292"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-62871147-a763-4886-b5d4-f8d49c277292"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-62871147-a763-4886-b5d4-f8d49c277292"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-62871147-a763-4886-b5d4-f8d49c277292"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-62871147-a763-4886-b5d4-f8d49c277292"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-62871147-a763-4886-b5d4-f8d49c277292"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-62871147-a763-4886-b5d4-f8d49c277292"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-62871147-a763-4886-b5d4-f8d49c277292"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-62871147-a763-4886-b5d4-f8d49c277292"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-62871147-a763-4886-b5d4-f8d49c277292"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-62871147-a763-4886-b5d4-f8d49c277292"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-62871147-a763-4886-b5d4-f8d49c277292"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-62871147-a763-4886-b5d4-f8d49c277292"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-62871147-a763-4886-b5d4-f8d49c277292"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-62871147-a763-4886-b5d4-f8d49c277292"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-62871147-a763-4886-b5d4-f8d49c277292"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-62871147-a763-4886-b5d4-f8d49c277292"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-62871147-a763-4886-b5d4-f8d49c277292"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-62871147-a763-4886-b5d4-f8d49c277292"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-62871147-a763-4886-b5d4-f8d49c277292"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-62871147-a763-4886-b5d4-f8d49c277292"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-62871147-a763-4886-b5d4-f8d49c277292"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-62871147-a763-4886-b5d4-f8d49c277292"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-62871147-a763-4886-b5d4-f8d49c277292"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-62871147-a763-4886-b5d4-f8d49c277292"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-62871147-a763-4886-b5d4-f8d49c277292"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-62871147-a763-4886-b5d4-f8d49c277292"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-62871147-a763-4886-b5d4-f8d49c277292"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-62871147-a763-4886-b5d4-f8d49c277292"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-62871147-a763-4886-b5d4-f8d49c277292"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-eb779421-a855-4d88-8ab5-011acd345a9a {
  padding-top: 30px;
padding-bottom: 30px;
min-height: 50px;
background-color: rgba(255, 255, 255, 0.85);
background-attachment: scroll;
}








#s-eb779421-a855-4d88-8ab5-011acd345a9a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-eb779421-a855-4d88-8ab5-011acd345a9a.shg-box.shg-c {
  justify-content: center;
}

#s-b4e55e8b-7ad8-4b51-970f-3f8b27a6be4b {
  padding-right: 30px;
}

#s-25013a9b-c4dd-4cb0-b2c0-38f9da87d513 {
  background-image: url(none);
background-repeat: no-repeat;
margin-left: 30px;
margin-right: 30px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(12, 29, 73, 1);
text-align: right;
text-decoration: none;
hover-type: color;
color: rgba(244, 244, 244, 1);
}
#s-25013a9b-c4dd-4cb0-b2c0-38f9da87d513:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(12, 29, 73, 1) !important;
text-decoration: none !important;
hover-type: color !important;
color: rgba(244, 244, 244, 1) !important;}#s-25013a9b-c4dd-4cb0-b2c0-38f9da87d513:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-25013a9b-c4dd-4cb0-b2c0-38f9da87d513-btn-wrapper {
    text-align: right;
  }


#s-25013a9b-c4dd-4cb0-b2c0-38f9da87d513.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}

#s-a535a833-a073-4b6d-8acb-2ef616e90779 {
  text-align: center;
}




  #s-a535a833-a073-4b6d-8acb-2ef616e90779 img.shogun-image {
    
    width: px;
  }


#s-a535a833-a073-4b6d-8acb-2ef616e90779 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-2c74d03f-700c-48a7-b0c8-a67150da5d88"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2c74d03f-700c-48a7-b0c8-a67150da5d88"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-2c74d03f-700c-48a7-b0c8-a67150da5d88"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-2c74d03f-700c-48a7-b0c8-a67150da5d88"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-2c74d03f-700c-48a7-b0c8-a67150da5d88"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-2c74d03f-700c-48a7-b0c8-a67150da5d88"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-2c74d03f-700c-48a7-b0c8-a67150da5d88"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-2c74d03f-700c-48a7-b0c8-a67150da5d88"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-2c74d03f-700c-48a7-b0c8-a67150da5d88"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-2c74d03f-700c-48a7-b0c8-a67150da5d88"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-2c74d03f-700c-48a7-b0c8-a67150da5d88"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-2c74d03f-700c-48a7-b0c8-a67150da5d88"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-2c74d03f-700c-48a7-b0c8-a67150da5d88"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-2c74d03f-700c-48a7-b0c8-a67150da5d88"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-2c74d03f-700c-48a7-b0c8-a67150da5d88"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-2c74d03f-700c-48a7-b0c8-a67150da5d88"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-2c74d03f-700c-48a7-b0c8-a67150da5d88"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-2c74d03f-700c-48a7-b0c8-a67150da5d88"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-2c74d03f-700c-48a7-b0c8-a67150da5d88"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-2c74d03f-700c-48a7-b0c8-a67150da5d88"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-2c74d03f-700c-48a7-b0c8-a67150da5d88"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-2c74d03f-700c-48a7-b0c8-a67150da5d88"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-2c74d03f-700c-48a7-b0c8-a67150da5d88"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-2c74d03f-700c-48a7-b0c8-a67150da5d88"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-2c74d03f-700c-48a7-b0c8-a67150da5d88"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-2c74d03f-700c-48a7-b0c8-a67150da5d88"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-2c74d03f-700c-48a7-b0c8-a67150da5d88"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-2c74d03f-700c-48a7-b0c8-a67150da5d88"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-2c74d03f-700c-48a7-b0c8-a67150da5d88"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-2c74d03f-700c-48a7-b0c8-a67150da5d88"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-2c74d03f-700c-48a7-b0c8-a67150da5d88"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-2c74d03f-700c-48a7-b0c8-a67150da5d88"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-2c74d03f-700c-48a7-b0c8-a67150da5d88"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-2c74d03f-700c-48a7-b0c8-a67150da5d88"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-2c74d03f-700c-48a7-b0c8-a67150da5d88"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-2c74d03f-700c-48a7-b0c8-a67150da5d88"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-2c74d03f-700c-48a7-b0c8-a67150da5d88"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-200089ba-4681-4b19-ac47-0cb46b19be7b {
  padding-top: 30px;
padding-bottom: 30px;
min-height: 50px;
background-color: rgba(255, 255, 255, 0.85);
background-attachment: scroll;
}








#s-200089ba-4681-4b19-ac47-0cb46b19be7b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-200089ba-4681-4b19-ac47-0cb46b19be7b.shg-box.shg-c {
  justify-content: center;
}

#s-0ad67f68-df24-49b4-85aa-c97b69b90951 {
  margin-left: 15px;
padding-right: 30px;
}

#s-ed23ad75-2685-4a55-a5dc-b348202ff3a3 {
  background-image: url(none);
background-repeat: no-repeat;
margin-left: 30px;
margin-right: 30px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(12, 29, 73, 1);
text-align: right;
text-decoration: none;
hover-type: color;
color: rgba(244, 244, 244, 1);
}
#s-ed23ad75-2685-4a55-a5dc-b348202ff3a3:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(12, 29, 73, 1) !important;
text-decoration: none !important;
hover-type: color !important;
color: rgba(244, 244, 244, 1) !important;}#s-ed23ad75-2685-4a55-a5dc-b348202ff3a3:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-ed23ad75-2685-4a55-a5dc-b348202ff3a3-btn-wrapper {
    text-align: right;
  }


#s-ed23ad75-2685-4a55-a5dc-b348202ff3a3.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}

#s-a232d269-c948-4d91-a551-c2d7fb82b341 {
  text-align: center;
}




  #s-a232d269-c948-4d91-a551-c2d7fb82b341 img.shogun-image {
    
    width: px;
  }


#s-a232d269-c948-4d91-a551-c2d7fb82b341 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-6feb5125-9884-4aae-89df-8ef2f544e701"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6feb5125-9884-4aae-89df-8ef2f544e701"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-6feb5125-9884-4aae-89df-8ef2f544e701"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-6feb5125-9884-4aae-89df-8ef2f544e701"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-6feb5125-9884-4aae-89df-8ef2f544e701"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-6feb5125-9884-4aae-89df-8ef2f544e701"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-6feb5125-9884-4aae-89df-8ef2f544e701"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-6feb5125-9884-4aae-89df-8ef2f544e701"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-6feb5125-9884-4aae-89df-8ef2f544e701"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-6feb5125-9884-4aae-89df-8ef2f544e701"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-6feb5125-9884-4aae-89df-8ef2f544e701"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-6feb5125-9884-4aae-89df-8ef2f544e701"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-6feb5125-9884-4aae-89df-8ef2f544e701"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-6feb5125-9884-4aae-89df-8ef2f544e701"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-6feb5125-9884-4aae-89df-8ef2f544e701"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-6feb5125-9884-4aae-89df-8ef2f544e701"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-6feb5125-9884-4aae-89df-8ef2f544e701"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-6feb5125-9884-4aae-89df-8ef2f544e701"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-6feb5125-9884-4aae-89df-8ef2f544e701"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-6feb5125-9884-4aae-89df-8ef2f544e701"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-6feb5125-9884-4aae-89df-8ef2f544e701"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-6feb5125-9884-4aae-89df-8ef2f544e701"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-6feb5125-9884-4aae-89df-8ef2f544e701"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-6feb5125-9884-4aae-89df-8ef2f544e701"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-6feb5125-9884-4aae-89df-8ef2f544e701"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-6feb5125-9884-4aae-89df-8ef2f544e701"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-6feb5125-9884-4aae-89df-8ef2f544e701"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-6feb5125-9884-4aae-89df-8ef2f544e701"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-6feb5125-9884-4aae-89df-8ef2f544e701"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-6feb5125-9884-4aae-89df-8ef2f544e701"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-6feb5125-9884-4aae-89df-8ef2f544e701"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-6feb5125-9884-4aae-89df-8ef2f544e701"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-6feb5125-9884-4aae-89df-8ef2f544e701"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-6feb5125-9884-4aae-89df-8ef2f544e701"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-6feb5125-9884-4aae-89df-8ef2f544e701"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-6feb5125-9884-4aae-89df-8ef2f544e701"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-6feb5125-9884-4aae-89df-8ef2f544e701"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-4001c33d-ead1-46cb-a766-67043dd2d8df {
  padding-top: 30px;
padding-bottom: 30px;
min-height: 50px;
background-color: rgba(255, 255, 255, 0.85);
background-attachment: scroll;
}








#s-4001c33d-ead1-46cb-a766-67043dd2d8df > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4001c33d-ead1-46cb-a766-67043dd2d8df.shg-box.shg-c {
  justify-content: center;
}

#s-b1b65750-a538-4163-95c8-0fcc8da0c4ec {
  margin-left: 15px;
padding-right: 30px;
}

#s-9102bd34-f5e5-49c2-92fc-f11df8008b82 {
  background-image: url(none);
background-repeat: no-repeat;
margin-left: 30px;
margin-right: 30px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(12, 29, 73, 1);
text-align: right;
text-decoration: none;
hover-type: color;
color: rgba(244, 244, 244, 1);
}
#s-9102bd34-f5e5-49c2-92fc-f11df8008b82:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(12, 29, 73, 1) !important;
text-decoration: none !important;
hover-type: color !important;
color: rgba(244, 244, 244, 1) !important;}#s-9102bd34-f5e5-49c2-92fc-f11df8008b82:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-9102bd34-f5e5-49c2-92fc-f11df8008b82-btn-wrapper {
    text-align: right;
  }


#s-9102bd34-f5e5-49c2-92fc-f11df8008b82.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}

#s-880565ed-17e1-42bd-affa-2e523b9e6dd4 {
  text-align: center;
}




  #s-880565ed-17e1-42bd-affa-2e523b9e6dd4 img.shogun-image {
    
    width: px;
  }


#s-880565ed-17e1-42bd-affa-2e523b9e6dd4 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-0001a786-d2a9-4585-9678-8e5f385e2c44"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0001a786-d2a9-4585-9678-8e5f385e2c44"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-0001a786-d2a9-4585-9678-8e5f385e2c44"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-0001a786-d2a9-4585-9678-8e5f385e2c44"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-0001a786-d2a9-4585-9678-8e5f385e2c44"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-0001a786-d2a9-4585-9678-8e5f385e2c44"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-0001a786-d2a9-4585-9678-8e5f385e2c44"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-0001a786-d2a9-4585-9678-8e5f385e2c44"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-0001a786-d2a9-4585-9678-8e5f385e2c44"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-0001a786-d2a9-4585-9678-8e5f385e2c44"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-0001a786-d2a9-4585-9678-8e5f385e2c44"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-0001a786-d2a9-4585-9678-8e5f385e2c44"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-0001a786-d2a9-4585-9678-8e5f385e2c44"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-0001a786-d2a9-4585-9678-8e5f385e2c44"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-0001a786-d2a9-4585-9678-8e5f385e2c44"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-0001a786-d2a9-4585-9678-8e5f385e2c44"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-0001a786-d2a9-4585-9678-8e5f385e2c44"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-0001a786-d2a9-4585-9678-8e5f385e2c44"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-0001a786-d2a9-4585-9678-8e5f385e2c44"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-0001a786-d2a9-4585-9678-8e5f385e2c44"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-0001a786-d2a9-4585-9678-8e5f385e2c44"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-0001a786-d2a9-4585-9678-8e5f385e2c44"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-0001a786-d2a9-4585-9678-8e5f385e2c44"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-0001a786-d2a9-4585-9678-8e5f385e2c44"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-0001a786-d2a9-4585-9678-8e5f385e2c44"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-0001a786-d2a9-4585-9678-8e5f385e2c44"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-0001a786-d2a9-4585-9678-8e5f385e2c44"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-0001a786-d2a9-4585-9678-8e5f385e2c44"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-0001a786-d2a9-4585-9678-8e5f385e2c44"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-0001a786-d2a9-4585-9678-8e5f385e2c44"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-0001a786-d2a9-4585-9678-8e5f385e2c44"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-0001a786-d2a9-4585-9678-8e5f385e2c44"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-0001a786-d2a9-4585-9678-8e5f385e2c44"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-0001a786-d2a9-4585-9678-8e5f385e2c44"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-0001a786-d2a9-4585-9678-8e5f385e2c44"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-0001a786-d2a9-4585-9678-8e5f385e2c44"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-0001a786-d2a9-4585-9678-8e5f385e2c44"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-69ba79ad-5f04-4c2e-82d2-9bb95daef336 {
  padding-top: 30px;
padding-bottom: 30px;
min-height: 50px;
background-color: rgba(255, 255, 255, 0.85);
background-attachment: scroll;
}








#s-69ba79ad-5f04-4c2e-82d2-9bb95daef336 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-69ba79ad-5f04-4c2e-82d2-9bb95daef336.shg-box.shg-c {
  justify-content: center;
}

#s-74ecfbff-4ccb-4cea-bff2-eb64d55be549 {
  margin-left: 15px;
padding-right: 30px;
}

#s-07c01411-474a-4ab3-a5c2-4f38fbe0ab11 {
  background-image: url(none);
background-repeat: no-repeat;
margin-left: 30px;
margin-right: 30px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(12, 29, 73, 1);
text-align: right;
text-decoration: none;
hover-type: color;
color: rgba(244, 244, 244, 1);
}
#s-07c01411-474a-4ab3-a5c2-4f38fbe0ab11:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(12, 29, 73, 1) !important;
text-decoration: none !important;
hover-type: color !important;
color: rgba(244, 244, 244, 1) !important;}#s-07c01411-474a-4ab3-a5c2-4f38fbe0ab11:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-07c01411-474a-4ab3-a5c2-4f38fbe0ab11-btn-wrapper {
    text-align: right;
  }


#s-07c01411-474a-4ab3-a5c2-4f38fbe0ab11.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}

#s-abfff42a-1979-49a7-beab-0a0e09184657 {
  text-align: center;
}
@media (min-width: 1200px){#s-abfff42a-1979-49a7-beab-0a0e09184657 {
  display: none;
}
#s-abfff42a-1979-49a7-beab-0a0e09184657, #wrap-s-abfff42a-1979-49a7-beab-0a0e09184657 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-abfff42a-1979-49a7-beab-0a0e09184657 {
  display: none;
}
#s-abfff42a-1979-49a7-beab-0a0e09184657, #wrap-s-abfff42a-1979-49a7-beab-0a0e09184657 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-abfff42a-1979-49a7-beab-0a0e09184657 {
  display: none;
}
#s-abfff42a-1979-49a7-beab-0a0e09184657, #wrap-s-abfff42a-1979-49a7-beab-0a0e09184657 { display:none !important; }}



  #s-abfff42a-1979-49a7-beab-0a0e09184657 img.shogun-image {
    
    width: px;
  }


#s-abfff42a-1979-49a7-beab-0a0e09184657 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-0118574e-da9b-4830-85fd-1c7808af1e65"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0118574e-da9b-4830-85fd-1c7808af1e65"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-0118574e-da9b-4830-85fd-1c7808af1e65"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-0118574e-da9b-4830-85fd-1c7808af1e65"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-0118574e-da9b-4830-85fd-1c7808af1e65"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-0118574e-da9b-4830-85fd-1c7808af1e65"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-0118574e-da9b-4830-85fd-1c7808af1e65"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-0118574e-da9b-4830-85fd-1c7808af1e65"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-0118574e-da9b-4830-85fd-1c7808af1e65"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-0118574e-da9b-4830-85fd-1c7808af1e65"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-0118574e-da9b-4830-85fd-1c7808af1e65"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-0118574e-da9b-4830-85fd-1c7808af1e65"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-0118574e-da9b-4830-85fd-1c7808af1e65"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-0118574e-da9b-4830-85fd-1c7808af1e65"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-0118574e-da9b-4830-85fd-1c7808af1e65"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-0118574e-da9b-4830-85fd-1c7808af1e65"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-0118574e-da9b-4830-85fd-1c7808af1e65"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-0118574e-da9b-4830-85fd-1c7808af1e65"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-0118574e-da9b-4830-85fd-1c7808af1e65"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-0118574e-da9b-4830-85fd-1c7808af1e65"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-0118574e-da9b-4830-85fd-1c7808af1e65"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-0118574e-da9b-4830-85fd-1c7808af1e65"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-0118574e-da9b-4830-85fd-1c7808af1e65"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-0118574e-da9b-4830-85fd-1c7808af1e65"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-0118574e-da9b-4830-85fd-1c7808af1e65"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-0118574e-da9b-4830-85fd-1c7808af1e65"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-0118574e-da9b-4830-85fd-1c7808af1e65"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-0118574e-da9b-4830-85fd-1c7808af1e65"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-0118574e-da9b-4830-85fd-1c7808af1e65"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-0118574e-da9b-4830-85fd-1c7808af1e65"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-0118574e-da9b-4830-85fd-1c7808af1e65"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-0118574e-da9b-4830-85fd-1c7808af1e65"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-0118574e-da9b-4830-85fd-1c7808af1e65"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-0118574e-da9b-4830-85fd-1c7808af1e65"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-0118574e-da9b-4830-85fd-1c7808af1e65"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-0118574e-da9b-4830-85fd-1c7808af1e65"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-0118574e-da9b-4830-85fd-1c7808af1e65"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-f1e609c1-8d2e-4154-b058-3e40267a75be {
  padding-top: 30px;
padding-bottom: 30px;
min-height: 50px;
background-color: rgba(255, 255, 255, 0.85);
background-attachment: scroll;
}








#s-f1e609c1-8d2e-4154-b058-3e40267a75be > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f1e609c1-8d2e-4154-b058-3e40267a75be.shg-box.shg-c {
  justify-content: center;
}

#s-0a6cfe19-cbb5-4d80-b72a-60ae819e6d8b {
  margin-left: 15px;
padding-right: 30px;
}

#s-03e9ec57-b398-4f1c-a50d-5842e3ad9c50 {
  background-image: url(none);
background-repeat: no-repeat;
margin-left: 30px;
margin-right: 30px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(12, 29, 73, 1);
text-align: right;
text-decoration: none;
hover-type: color;
color: rgba(244, 244, 244, 1);
}
#s-03e9ec57-b398-4f1c-a50d-5842e3ad9c50:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(12, 29, 73, 1) !important;
text-decoration: none !important;
hover-type: color !important;
color: rgba(244, 244, 244, 1) !important;}#s-03e9ec57-b398-4f1c-a50d-5842e3ad9c50:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-03e9ec57-b398-4f1c-a50d-5842e3ad9c50-btn-wrapper {
    text-align: right;
  }


#s-03e9ec57-b398-4f1c-a50d-5842e3ad9c50.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}

#s-b346c2a4-3ccb-4c4e-85ff-9c9036f0d15e {
  text-align: center;
}
@media (min-width: 1200px){#s-b346c2a4-3ccb-4c4e-85ff-9c9036f0d15e {
  display: none;
}
#s-b346c2a4-3ccb-4c4e-85ff-9c9036f0d15e, #wrap-s-b346c2a4-3ccb-4c4e-85ff-9c9036f0d15e { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b346c2a4-3ccb-4c4e-85ff-9c9036f0d15e {
  display: none;
}
#s-b346c2a4-3ccb-4c4e-85ff-9c9036f0d15e, #wrap-s-b346c2a4-3ccb-4c4e-85ff-9c9036f0d15e { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-b346c2a4-3ccb-4c4e-85ff-9c9036f0d15e {
  display: none;
}
#s-b346c2a4-3ccb-4c4e-85ff-9c9036f0d15e, #wrap-s-b346c2a4-3ccb-4c4e-85ff-9c9036f0d15e { display:none !important; }}



  #s-b346c2a4-3ccb-4c4e-85ff-9c9036f0d15e img.shogun-image {
    
    width: px;
  }


#s-b346c2a4-3ccb-4c4e-85ff-9c9036f0d15e .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-344a6bbf-d075-4dcc-838b-abb189d0394b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-344a6bbf-d075-4dcc-838b-abb189d0394b"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-344a6bbf-d075-4dcc-838b-abb189d0394b"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-344a6bbf-d075-4dcc-838b-abb189d0394b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-344a6bbf-d075-4dcc-838b-abb189d0394b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-344a6bbf-d075-4dcc-838b-abb189d0394b"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-344a6bbf-d075-4dcc-838b-abb189d0394b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-344a6bbf-d075-4dcc-838b-abb189d0394b"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-344a6bbf-d075-4dcc-838b-abb189d0394b"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-344a6bbf-d075-4dcc-838b-abb189d0394b"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-344a6bbf-d075-4dcc-838b-abb189d0394b"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-344a6bbf-d075-4dcc-838b-abb189d0394b"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-344a6bbf-d075-4dcc-838b-abb189d0394b"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-344a6bbf-d075-4dcc-838b-abb189d0394b"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-344a6bbf-d075-4dcc-838b-abb189d0394b"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-344a6bbf-d075-4dcc-838b-abb189d0394b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-344a6bbf-d075-4dcc-838b-abb189d0394b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-344a6bbf-d075-4dcc-838b-abb189d0394b"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-344a6bbf-d075-4dcc-838b-abb189d0394b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-344a6bbf-d075-4dcc-838b-abb189d0394b"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-344a6bbf-d075-4dcc-838b-abb189d0394b"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-344a6bbf-d075-4dcc-838b-abb189d0394b"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-344a6bbf-d075-4dcc-838b-abb189d0394b"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-344a6bbf-d075-4dcc-838b-abb189d0394b"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-344a6bbf-d075-4dcc-838b-abb189d0394b"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-344a6bbf-d075-4dcc-838b-abb189d0394b"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-344a6bbf-d075-4dcc-838b-abb189d0394b"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-344a6bbf-d075-4dcc-838b-abb189d0394b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-344a6bbf-d075-4dcc-838b-abb189d0394b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-344a6bbf-d075-4dcc-838b-abb189d0394b"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-344a6bbf-d075-4dcc-838b-abb189d0394b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-344a6bbf-d075-4dcc-838b-abb189d0394b"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-344a6bbf-d075-4dcc-838b-abb189d0394b"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-344a6bbf-d075-4dcc-838b-abb189d0394b"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-344a6bbf-d075-4dcc-838b-abb189d0394b"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-344a6bbf-d075-4dcc-838b-abb189d0394b"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-344a6bbf-d075-4dcc-838b-abb189d0394b"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-595ff0e6-4bca-4570-8ce5-ebd65e0e42cd {
  padding-top: 30px;
padding-bottom: 30px;
min-height: 50px;
background-color: rgba(255, 255, 255, 0.85);
background-attachment: scroll;
}








#s-595ff0e6-4bca-4570-8ce5-ebd65e0e42cd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-595ff0e6-4bca-4570-8ce5-ebd65e0e42cd.shg-box.shg-c {
  justify-content: center;
}

#s-2e24ee92-0e24-4a05-b507-4ba27fdddf63 {
  margin-left: 15px;
padding-right: 30px;
}

#s-216d0a28-b787-4688-81f0-123862e80849 {
  background-image: url(none);
background-repeat: no-repeat;
margin-left: 30px;
margin-right: 30px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(12, 29, 73, 1);
text-align: right;
text-decoration: none;
hover-type: color;
color: rgba(244, 244, 244, 1);
}
#s-216d0a28-b787-4688-81f0-123862e80849:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(12, 29, 73, 1) !important;
text-decoration: none !important;
hover-type: color !important;
color: rgba(244, 244, 244, 1) !important;}#s-216d0a28-b787-4688-81f0-123862e80849:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-216d0a28-b787-4688-81f0-123862e80849-btn-wrapper {
    text-align: right;
  }


#s-216d0a28-b787-4688-81f0-123862e80849.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}

#s-33540120-8566-419a-9bc4-7562391ac755 {
  text-align: center;
}




  #s-33540120-8566-419a-9bc4-7562391ac755 img.shogun-image {
    
    width: px;
  }


#s-33540120-8566-419a-9bc4-7562391ac755 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-5cddc606-57da-455a-8812-f47f275b5e79"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5cddc606-57da-455a-8812-f47f275b5e79"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-5cddc606-57da-455a-8812-f47f275b5e79"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-5cddc606-57da-455a-8812-f47f275b5e79"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-5cddc606-57da-455a-8812-f47f275b5e79"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-5cddc606-57da-455a-8812-f47f275b5e79"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-5cddc606-57da-455a-8812-f47f275b5e79"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-5cddc606-57da-455a-8812-f47f275b5e79"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-5cddc606-57da-455a-8812-f47f275b5e79"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-5cddc606-57da-455a-8812-f47f275b5e79"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-5cddc606-57da-455a-8812-f47f275b5e79"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-5cddc606-57da-455a-8812-f47f275b5e79"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-5cddc606-57da-455a-8812-f47f275b5e79"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-5cddc606-57da-455a-8812-f47f275b5e79"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-5cddc606-57da-455a-8812-f47f275b5e79"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-5cddc606-57da-455a-8812-f47f275b5e79"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-5cddc606-57da-455a-8812-f47f275b5e79"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-5cddc606-57da-455a-8812-f47f275b5e79"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-5cddc606-57da-455a-8812-f47f275b5e79"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-5cddc606-57da-455a-8812-f47f275b5e79"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-5cddc606-57da-455a-8812-f47f275b5e79"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-5cddc606-57da-455a-8812-f47f275b5e79"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-5cddc606-57da-455a-8812-f47f275b5e79"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-5cddc606-57da-455a-8812-f47f275b5e79"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-5cddc606-57da-455a-8812-f47f275b5e79"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-5cddc606-57da-455a-8812-f47f275b5e79"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-5cddc606-57da-455a-8812-f47f275b5e79"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-5cddc606-57da-455a-8812-f47f275b5e79"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-5cddc606-57da-455a-8812-f47f275b5e79"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-5cddc606-57da-455a-8812-f47f275b5e79"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-5cddc606-57da-455a-8812-f47f275b5e79"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-5cddc606-57da-455a-8812-f47f275b5e79"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-5cddc606-57da-455a-8812-f47f275b5e79"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-5cddc606-57da-455a-8812-f47f275b5e79"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-5cddc606-57da-455a-8812-f47f275b5e79"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-5cddc606-57da-455a-8812-f47f275b5e79"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-5cddc606-57da-455a-8812-f47f275b5e79"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-b40493dc-0a6b-423b-b5dc-da5248ff229e {
  padding-top: 30px;
padding-bottom: 30px;
min-height: 50px;
background-color: rgba(255, 255, 255, 0.85);
background-attachment: scroll;
}








#s-b40493dc-0a6b-423b-b5dc-da5248ff229e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b40493dc-0a6b-423b-b5dc-da5248ff229e.shg-box.shg-c {
  justify-content: center;
}

#s-ebde22e7-8d9d-4c8b-b999-6d56fece3639 {
  margin-left: 40px;
padding-right: 30px;
}

#s-94c6baf2-3cfc-46ee-9f60-d56ea53edbf4 {
  background-image: url(none);
background-repeat: no-repeat;
margin-left: 30px;
margin-right: 30px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(12, 29, 73, 1);
text-align: right;
text-decoration: none;
hover-type: color;
color: rgba(244, 244, 244, 1);
}
#s-94c6baf2-3cfc-46ee-9f60-d56ea53edbf4:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(12, 29, 73, 1) !important;
text-decoration: none !important;
hover-type: color !important;
color: rgba(244, 244, 244, 1) !important;}#s-94c6baf2-3cfc-46ee-9f60-d56ea53edbf4:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-94c6baf2-3cfc-46ee-9f60-d56ea53edbf4-btn-wrapper {
    text-align: right;
  }


#s-94c6baf2-3cfc-46ee-9f60-d56ea53edbf4.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}

#s-6131e63b-dac0-489f-b518-0a5e2990b26a {
  text-align: center;
}
@media (min-width: 1200px){#s-6131e63b-dac0-489f-b518-0a5e2990b26a {
  display: none;
}
#s-6131e63b-dac0-489f-b518-0a5e2990b26a, #wrap-s-6131e63b-dac0-489f-b518-0a5e2990b26a { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-6131e63b-dac0-489f-b518-0a5e2990b26a {
  display: none;
}
#s-6131e63b-dac0-489f-b518-0a5e2990b26a, #wrap-s-6131e63b-dac0-489f-b518-0a5e2990b26a { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-6131e63b-dac0-489f-b518-0a5e2990b26a {
  display: none;
}
#s-6131e63b-dac0-489f-b518-0a5e2990b26a, #wrap-s-6131e63b-dac0-489f-b518-0a5e2990b26a { display:none !important; }}



  #s-6131e63b-dac0-489f-b518-0a5e2990b26a img.shogun-image {
    
    width: px;
  }


#s-6131e63b-dac0-489f-b518-0a5e2990b26a .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-ce8b0fce-c4f4-4e55-8ce8-40df948f54b1"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ce8b0fce-c4f4-4e55-8ce8-40df948f54b1"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-ce8b0fce-c4f4-4e55-8ce8-40df948f54b1"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-ce8b0fce-c4f4-4e55-8ce8-40df948f54b1"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-ce8b0fce-c4f4-4e55-8ce8-40df948f54b1"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-ce8b0fce-c4f4-4e55-8ce8-40df948f54b1"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-ce8b0fce-c4f4-4e55-8ce8-40df948f54b1"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-ce8b0fce-c4f4-4e55-8ce8-40df948f54b1"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-ce8b0fce-c4f4-4e55-8ce8-40df948f54b1"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-ce8b0fce-c4f4-4e55-8ce8-40df948f54b1"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-ce8b0fce-c4f4-4e55-8ce8-40df948f54b1"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-ce8b0fce-c4f4-4e55-8ce8-40df948f54b1"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-ce8b0fce-c4f4-4e55-8ce8-40df948f54b1"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-ce8b0fce-c4f4-4e55-8ce8-40df948f54b1"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-ce8b0fce-c4f4-4e55-8ce8-40df948f54b1"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-ce8b0fce-c4f4-4e55-8ce8-40df948f54b1"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-ce8b0fce-c4f4-4e55-8ce8-40df948f54b1"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-ce8b0fce-c4f4-4e55-8ce8-40df948f54b1"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-ce8b0fce-c4f4-4e55-8ce8-40df948f54b1"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-ce8b0fce-c4f4-4e55-8ce8-40df948f54b1"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-ce8b0fce-c4f4-4e55-8ce8-40df948f54b1"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-ce8b0fce-c4f4-4e55-8ce8-40df948f54b1"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-ce8b0fce-c4f4-4e55-8ce8-40df948f54b1"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-ce8b0fce-c4f4-4e55-8ce8-40df948f54b1"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-ce8b0fce-c4f4-4e55-8ce8-40df948f54b1"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-ce8b0fce-c4f4-4e55-8ce8-40df948f54b1"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-ce8b0fce-c4f4-4e55-8ce8-40df948f54b1"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-ce8b0fce-c4f4-4e55-8ce8-40df948f54b1"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-ce8b0fce-c4f4-4e55-8ce8-40df948f54b1"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-ce8b0fce-c4f4-4e55-8ce8-40df948f54b1"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-ce8b0fce-c4f4-4e55-8ce8-40df948f54b1"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-ce8b0fce-c4f4-4e55-8ce8-40df948f54b1"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-ce8b0fce-c4f4-4e55-8ce8-40df948f54b1"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-ce8b0fce-c4f4-4e55-8ce8-40df948f54b1"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-ce8b0fce-c4f4-4e55-8ce8-40df948f54b1"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-ce8b0fce-c4f4-4e55-8ce8-40df948f54b1"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-ce8b0fce-c4f4-4e55-8ce8-40df948f54b1"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-d8370fdb-60fb-445b-bbf6-0ce7f907f431 {
  padding-top: 30px;
padding-bottom: 30px;
min-height: 50px;
background-color: rgba(255, 255, 255, 0.79);
background-attachment: scroll;
}








#s-d8370fdb-60fb-445b-bbf6-0ce7f907f431 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d8370fdb-60fb-445b-bbf6-0ce7f907f431.shg-box.shg-c {
  justify-content: center;
}

#s-1de9bda3-196b-4636-9adc-86e741271f72 {
  margin-left: 15px;
padding-right: 30px;
}

#s-37822173-2b0c-41e8-87bb-4ff4cc5633cf {
  background-image: url(none);
background-repeat: no-repeat;
margin-left: 30px;
margin-right: 30px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(12, 29, 73, 1);
text-align: right;
text-decoration: none;
hover-type: color;
color: rgba(244, 244, 244, 1);
}
#s-37822173-2b0c-41e8-87bb-4ff4cc5633cf:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(12, 29, 73, 1) !important;
text-decoration: none !important;
hover-type: color !important;
color: rgba(244, 244, 244, 1) !important;}#s-37822173-2b0c-41e8-87bb-4ff4cc5633cf:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-37822173-2b0c-41e8-87bb-4ff4cc5633cf-btn-wrapper {
    text-align: right;
  }


#s-37822173-2b0c-41e8-87bb-4ff4cc5633cf.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}

#s-2757ee19-3608-46e7-adff-5db0515d6251 {
  text-align: center;
}
@media (min-width: 1200px){#s-2757ee19-3608-46e7-adff-5db0515d6251 {
  display: none;
}
#s-2757ee19-3608-46e7-adff-5db0515d6251, #wrap-s-2757ee19-3608-46e7-adff-5db0515d6251 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-2757ee19-3608-46e7-adff-5db0515d6251 {
  display: none;
}
#s-2757ee19-3608-46e7-adff-5db0515d6251, #wrap-s-2757ee19-3608-46e7-adff-5db0515d6251 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-2757ee19-3608-46e7-adff-5db0515d6251 {
  display: none;
}
#s-2757ee19-3608-46e7-adff-5db0515d6251, #wrap-s-2757ee19-3608-46e7-adff-5db0515d6251 { display:none !important; }}




#s-2757ee19-3608-46e7-adff-5db0515d6251 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-f10f1549-0287-422c-ad2c-d555167cfd07"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f10f1549-0287-422c-ad2c-d555167cfd07"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-f10f1549-0287-422c-ad2c-d555167cfd07"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-f10f1549-0287-422c-ad2c-d555167cfd07"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-f10f1549-0287-422c-ad2c-d555167cfd07"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-f10f1549-0287-422c-ad2c-d555167cfd07"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-f10f1549-0287-422c-ad2c-d555167cfd07"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-f10f1549-0287-422c-ad2c-d555167cfd07"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-f10f1549-0287-422c-ad2c-d555167cfd07"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-f10f1549-0287-422c-ad2c-d555167cfd07"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-f10f1549-0287-422c-ad2c-d555167cfd07"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-f10f1549-0287-422c-ad2c-d555167cfd07"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-f10f1549-0287-422c-ad2c-d555167cfd07"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-f10f1549-0287-422c-ad2c-d555167cfd07"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-f10f1549-0287-422c-ad2c-d555167cfd07"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-f10f1549-0287-422c-ad2c-d555167cfd07"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-f10f1549-0287-422c-ad2c-d555167cfd07"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-f10f1549-0287-422c-ad2c-d555167cfd07"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-f10f1549-0287-422c-ad2c-d555167cfd07"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-f10f1549-0287-422c-ad2c-d555167cfd07"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-f10f1549-0287-422c-ad2c-d555167cfd07"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-f10f1549-0287-422c-ad2c-d555167cfd07"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-f10f1549-0287-422c-ad2c-d555167cfd07"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-f10f1549-0287-422c-ad2c-d555167cfd07"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-f10f1549-0287-422c-ad2c-d555167cfd07"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-f10f1549-0287-422c-ad2c-d555167cfd07"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-f10f1549-0287-422c-ad2c-d555167cfd07"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-f10f1549-0287-422c-ad2c-d555167cfd07"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-f10f1549-0287-422c-ad2c-d555167cfd07"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-f10f1549-0287-422c-ad2c-d555167cfd07"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-f10f1549-0287-422c-ad2c-d555167cfd07"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-f10f1549-0287-422c-ad2c-d555167cfd07"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-f10f1549-0287-422c-ad2c-d555167cfd07"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-f10f1549-0287-422c-ad2c-d555167cfd07"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-f10f1549-0287-422c-ad2c-d555167cfd07"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-f10f1549-0287-422c-ad2c-d555167cfd07"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-f10f1549-0287-422c-ad2c-d555167cfd07"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-c3484264-fab1-469b-aa56-c3fb0e136123 {
  padding-top: 30px;
padding-bottom: 30px;
min-height: 50px;
background-color: rgba(255, 255, 255, 0.85);
background-attachment: scroll;
}








#s-c3484264-fab1-469b-aa56-c3fb0e136123 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c3484264-fab1-469b-aa56-c3fb0e136123.shg-box.shg-c {
  justify-content: center;
}

#s-e94bbd5f-fa45-4f29-98cf-f7120f2437db {
  padding-right: 30px;
}

#s-ea498bca-efd9-4483-b4b5-59151f19d8e3 {
  background-image: url(none);
background-repeat: no-repeat;
margin-left: 30px;
margin-right: 30px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(12, 29, 73, 1);
text-align: right;
text-decoration: none;
hover-type: color;
color: rgba(244, 244, 244, 1);
}
#s-ea498bca-efd9-4483-b4b5-59151f19d8e3:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(12, 29, 73, 1) !important;
text-decoration: none !important;
hover-type: color !important;
color: rgba(244, 244, 244, 1) !important;}#s-ea498bca-efd9-4483-b4b5-59151f19d8e3:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-ea498bca-efd9-4483-b4b5-59151f19d8e3-btn-wrapper {
    text-align: right;
  }


#s-ea498bca-efd9-4483-b4b5-59151f19d8e3.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}

#s-f5975d57-e5a8-4d45-be5c-6bda3f8c9c06 {
  text-align: center;
}
@media (min-width: 1200px){#s-f5975d57-e5a8-4d45-be5c-6bda3f8c9c06 {
  display: none;
}
#s-f5975d57-e5a8-4d45-be5c-6bda3f8c9c06, #wrap-s-f5975d57-e5a8-4d45-be5c-6bda3f8c9c06 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f5975d57-e5a8-4d45-be5c-6bda3f8c9c06 {
  display: none;
}
#s-f5975d57-e5a8-4d45-be5c-6bda3f8c9c06, #wrap-s-f5975d57-e5a8-4d45-be5c-6bda3f8c9c06 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-f5975d57-e5a8-4d45-be5c-6bda3f8c9c06 {
  display: none;
}
#s-f5975d57-e5a8-4d45-be5c-6bda3f8c9c06, #wrap-s-f5975d57-e5a8-4d45-be5c-6bda3f8c9c06 { display:none !important; }}



  #s-f5975d57-e5a8-4d45-be5c-6bda3f8c9c06 img.shogun-image {
    
    width: px;
  }


#s-f5975d57-e5a8-4d45-be5c-6bda3f8c9c06 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-a6998372-ca57-423a-bb89-b1271b66e77d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a6998372-ca57-423a-bb89-b1271b66e77d"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-a6998372-ca57-423a-bb89-b1271b66e77d"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-a6998372-ca57-423a-bb89-b1271b66e77d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-a6998372-ca57-423a-bb89-b1271b66e77d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-a6998372-ca57-423a-bb89-b1271b66e77d"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-a6998372-ca57-423a-bb89-b1271b66e77d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-a6998372-ca57-423a-bb89-b1271b66e77d"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-a6998372-ca57-423a-bb89-b1271b66e77d"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-a6998372-ca57-423a-bb89-b1271b66e77d"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-a6998372-ca57-423a-bb89-b1271b66e77d"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-a6998372-ca57-423a-bb89-b1271b66e77d"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-a6998372-ca57-423a-bb89-b1271b66e77d"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-a6998372-ca57-423a-bb89-b1271b66e77d"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-a6998372-ca57-423a-bb89-b1271b66e77d"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-a6998372-ca57-423a-bb89-b1271b66e77d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-a6998372-ca57-423a-bb89-b1271b66e77d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-a6998372-ca57-423a-bb89-b1271b66e77d"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-a6998372-ca57-423a-bb89-b1271b66e77d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-a6998372-ca57-423a-bb89-b1271b66e77d"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-a6998372-ca57-423a-bb89-b1271b66e77d"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-a6998372-ca57-423a-bb89-b1271b66e77d"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-a6998372-ca57-423a-bb89-b1271b66e77d"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-a6998372-ca57-423a-bb89-b1271b66e77d"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-a6998372-ca57-423a-bb89-b1271b66e77d"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-a6998372-ca57-423a-bb89-b1271b66e77d"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-a6998372-ca57-423a-bb89-b1271b66e77d"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-a6998372-ca57-423a-bb89-b1271b66e77d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-a6998372-ca57-423a-bb89-b1271b66e77d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-a6998372-ca57-423a-bb89-b1271b66e77d"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-a6998372-ca57-423a-bb89-b1271b66e77d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-a6998372-ca57-423a-bb89-b1271b66e77d"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-a6998372-ca57-423a-bb89-b1271b66e77d"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-a6998372-ca57-423a-bb89-b1271b66e77d"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-a6998372-ca57-423a-bb89-b1271b66e77d"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-a6998372-ca57-423a-bb89-b1271b66e77d"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-a6998372-ca57-423a-bb89-b1271b66e77d"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-e9ad34ce-db7a-471c-b383-74ae8a034e02 {
  padding-top: 30px;
padding-bottom: 30px;
min-height: 50px;
background-color: rgba(255, 255, 255, 0.85);
background-attachment: scroll;
}








#s-e9ad34ce-db7a-471c-b383-74ae8a034e02 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e9ad34ce-db7a-471c-b383-74ae8a034e02.shg-box.shg-c {
  justify-content: center;
}

#s-efe83723-a00e-489e-a369-c0533a2982f8 {
  padding-right: 30px;
}

#s-532647de-70b3-4b8b-80f9-54d9a143e07a {
  background-image: url(none);
background-repeat: no-repeat;
margin-left: 30px;
margin-right: 30px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(12, 29, 73, 1);
text-align: right;
text-decoration: none;
hover-type: color;
color: rgba(244, 244, 244, 1);
}
#s-532647de-70b3-4b8b-80f9-54d9a143e07a:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(12, 29, 73, 1) !important;
text-decoration: none !important;
hover-type: color !important;
color: rgba(244, 244, 244, 1) !important;}#s-532647de-70b3-4b8b-80f9-54d9a143e07a:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-532647de-70b3-4b8b-80f9-54d9a143e07a-btn-wrapper {
    text-align: right;
  }


#s-532647de-70b3-4b8b-80f9-54d9a143e07a.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}

#s-c51d0c9b-2990-4f58-b92e-5f8dc3f49952 {
  text-align: center;
}
@media (min-width: 1200px){#s-c51d0c9b-2990-4f58-b92e-5f8dc3f49952 {
  display: none;
}
#s-c51d0c9b-2990-4f58-b92e-5f8dc3f49952, #wrap-s-c51d0c9b-2990-4f58-b92e-5f8dc3f49952 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c51d0c9b-2990-4f58-b92e-5f8dc3f49952 {
  display: none;
}
#s-c51d0c9b-2990-4f58-b92e-5f8dc3f49952, #wrap-s-c51d0c9b-2990-4f58-b92e-5f8dc3f49952 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-c51d0c9b-2990-4f58-b92e-5f8dc3f49952 {
  
}
}



  #s-c51d0c9b-2990-4f58-b92e-5f8dc3f49952 img.shogun-image {
    
    width: px;
  }


#s-c51d0c9b-2990-4f58-b92e-5f8dc3f49952 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-63f7da67-942d-484c-a637-3ac11a85fa48"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-63f7da67-942d-484c-a637-3ac11a85fa48"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-63f7da67-942d-484c-a637-3ac11a85fa48"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-63f7da67-942d-484c-a637-3ac11a85fa48"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-63f7da67-942d-484c-a637-3ac11a85fa48"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-63f7da67-942d-484c-a637-3ac11a85fa48"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-63f7da67-942d-484c-a637-3ac11a85fa48"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-63f7da67-942d-484c-a637-3ac11a85fa48"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-63f7da67-942d-484c-a637-3ac11a85fa48"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-63f7da67-942d-484c-a637-3ac11a85fa48"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-63f7da67-942d-484c-a637-3ac11a85fa48"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-63f7da67-942d-484c-a637-3ac11a85fa48"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-63f7da67-942d-484c-a637-3ac11a85fa48"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-63f7da67-942d-484c-a637-3ac11a85fa48"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-63f7da67-942d-484c-a637-3ac11a85fa48"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-63f7da67-942d-484c-a637-3ac11a85fa48"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-63f7da67-942d-484c-a637-3ac11a85fa48"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-63f7da67-942d-484c-a637-3ac11a85fa48"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-63f7da67-942d-484c-a637-3ac11a85fa48"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-63f7da67-942d-484c-a637-3ac11a85fa48"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-63f7da67-942d-484c-a637-3ac11a85fa48"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-63f7da67-942d-484c-a637-3ac11a85fa48"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-63f7da67-942d-484c-a637-3ac11a85fa48"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-63f7da67-942d-484c-a637-3ac11a85fa48"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-63f7da67-942d-484c-a637-3ac11a85fa48"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-63f7da67-942d-484c-a637-3ac11a85fa48"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-63f7da67-942d-484c-a637-3ac11a85fa48"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-63f7da67-942d-484c-a637-3ac11a85fa48"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-63f7da67-942d-484c-a637-3ac11a85fa48"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-63f7da67-942d-484c-a637-3ac11a85fa48"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-63f7da67-942d-484c-a637-3ac11a85fa48"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-63f7da67-942d-484c-a637-3ac11a85fa48"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-63f7da67-942d-484c-a637-3ac11a85fa48"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-63f7da67-942d-484c-a637-3ac11a85fa48"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-63f7da67-942d-484c-a637-3ac11a85fa48"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-63f7da67-942d-484c-a637-3ac11a85fa48"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-63f7da67-942d-484c-a637-3ac11a85fa48"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-b3e534b8-378f-437c-a4c2-e2047849f97c {
  padding-top: 30px;
padding-bottom: 30px;
min-height: 50px;
background-color: rgba(255, 255, 255, 0.85);
background-attachment: scroll;
}








#s-b3e534b8-378f-437c-a4c2-e2047849f97c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b3e534b8-378f-437c-a4c2-e2047849f97c.shg-box.shg-c {
  justify-content: center;
}

#s-4af2e095-cbc3-4732-9f33-206e6289fbf0 {
  margin-left: 15px;
padding-right: 30px;
}

#s-cd98ff31-406d-4907-8225-34904e075d1a {
  background-image: url(none);
background-repeat: no-repeat;
margin-left: 30px;
margin-right: 30px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(12, 29, 73, 1);
text-align: right;
text-decoration: none;
hover-type: color;
color: rgba(244, 244, 244, 1);
}
#s-cd98ff31-406d-4907-8225-34904e075d1a:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(12, 29, 73, 1) !important;
text-decoration: none !important;
hover-type: color !important;
color: rgba(244, 244, 244, 1) !important;}#s-cd98ff31-406d-4907-8225-34904e075d1a:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-cd98ff31-406d-4907-8225-34904e075d1a-btn-wrapper {
    text-align: right;
  }


#s-cd98ff31-406d-4907-8225-34904e075d1a.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}

#s-fff59006-8204-41bb-8272-bbf1fca0906e {
  text-align: center;
}
@media (min-width: 1200px){#s-fff59006-8204-41bb-8272-bbf1fca0906e {
  display: none;
}
#s-fff59006-8204-41bb-8272-bbf1fca0906e, #wrap-s-fff59006-8204-41bb-8272-bbf1fca0906e { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-fff59006-8204-41bb-8272-bbf1fca0906e {
  display: none;
}
#s-fff59006-8204-41bb-8272-bbf1fca0906e, #wrap-s-fff59006-8204-41bb-8272-bbf1fca0906e { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-fff59006-8204-41bb-8272-bbf1fca0906e {
  display: none;
}
#s-fff59006-8204-41bb-8272-bbf1fca0906e, #wrap-s-fff59006-8204-41bb-8272-bbf1fca0906e { display:none !important; }}



  #s-fff59006-8204-41bb-8272-bbf1fca0906e img.shogun-image {
    
    width: px;
  }


#s-fff59006-8204-41bb-8272-bbf1fca0906e .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-1d1acd85-6ab2-4cca-8234-ee23ffb743f4"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1d1acd85-6ab2-4cca-8234-ee23ffb743f4"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-1d1acd85-6ab2-4cca-8234-ee23ffb743f4"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-1d1acd85-6ab2-4cca-8234-ee23ffb743f4"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-1d1acd85-6ab2-4cca-8234-ee23ffb743f4"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-1d1acd85-6ab2-4cca-8234-ee23ffb743f4"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-1d1acd85-6ab2-4cca-8234-ee23ffb743f4"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-1d1acd85-6ab2-4cca-8234-ee23ffb743f4"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-1d1acd85-6ab2-4cca-8234-ee23ffb743f4"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-1d1acd85-6ab2-4cca-8234-ee23ffb743f4"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-1d1acd85-6ab2-4cca-8234-ee23ffb743f4"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-1d1acd85-6ab2-4cca-8234-ee23ffb743f4"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-1d1acd85-6ab2-4cca-8234-ee23ffb743f4"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-1d1acd85-6ab2-4cca-8234-ee23ffb743f4"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-1d1acd85-6ab2-4cca-8234-ee23ffb743f4"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-1d1acd85-6ab2-4cca-8234-ee23ffb743f4"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-1d1acd85-6ab2-4cca-8234-ee23ffb743f4"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-1d1acd85-6ab2-4cca-8234-ee23ffb743f4"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-1d1acd85-6ab2-4cca-8234-ee23ffb743f4"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-1d1acd85-6ab2-4cca-8234-ee23ffb743f4"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-1d1acd85-6ab2-4cca-8234-ee23ffb743f4"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-1d1acd85-6ab2-4cca-8234-ee23ffb743f4"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-1d1acd85-6ab2-4cca-8234-ee23ffb743f4"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-1d1acd85-6ab2-4cca-8234-ee23ffb743f4"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-1d1acd85-6ab2-4cca-8234-ee23ffb743f4"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-1d1acd85-6ab2-4cca-8234-ee23ffb743f4"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-1d1acd85-6ab2-4cca-8234-ee23ffb743f4"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-1d1acd85-6ab2-4cca-8234-ee23ffb743f4"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-1d1acd85-6ab2-4cca-8234-ee23ffb743f4"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-1d1acd85-6ab2-4cca-8234-ee23ffb743f4"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-1d1acd85-6ab2-4cca-8234-ee23ffb743f4"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-1d1acd85-6ab2-4cca-8234-ee23ffb743f4"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-1d1acd85-6ab2-4cca-8234-ee23ffb743f4"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-1d1acd85-6ab2-4cca-8234-ee23ffb743f4"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-1d1acd85-6ab2-4cca-8234-ee23ffb743f4"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-1d1acd85-6ab2-4cca-8234-ee23ffb743f4"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-1d1acd85-6ab2-4cca-8234-ee23ffb743f4"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-ca161efa-d471-4b61-910b-e06560a07feb {
  padding-top: 30px;
padding-bottom: 30px;
min-height: 50px;
background-color: rgba(255, 255, 255, 0.8);
background-attachment: scroll;
}








#s-ca161efa-d471-4b61-910b-e06560a07feb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ca161efa-d471-4b61-910b-e06560a07feb.shg-box.shg-c {
  justify-content: center;
}

#s-3d829a55-5e65-48e0-8989-915b24ed6547 {
  margin-left: 60px;
padding-right: 30px;
}

#s-33245666-8cda-4d0c-8bcd-85a23b6d1793 {
  background-image: url(none);
background-repeat: no-repeat;
margin-left: 30px;
margin-right: 30px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(12, 29, 73, 1);
text-align: right;
text-decoration: none;
hover-type: color;
color: rgba(244, 244, 244, 1);
}
#s-33245666-8cda-4d0c-8bcd-85a23b6d1793:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(12, 29, 73, 1) !important;
text-decoration: none !important;
hover-type: color !important;
color: rgba(244, 244, 244, 1) !important;}#s-33245666-8cda-4d0c-8bcd-85a23b6d1793:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-33245666-8cda-4d0c-8bcd-85a23b6d1793-btn-wrapper {
    text-align: right;
  }


#s-33245666-8cda-4d0c-8bcd-85a23b6d1793.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}

#s-95254493-1a58-40b6-9b29-fa77062dd7b1 {
  text-align: center;
}
@media (min-width: 1200px){#s-95254493-1a58-40b6-9b29-fa77062dd7b1 {
  display: none;
}
#s-95254493-1a58-40b6-9b29-fa77062dd7b1, #wrap-s-95254493-1a58-40b6-9b29-fa77062dd7b1 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-95254493-1a58-40b6-9b29-fa77062dd7b1 {
  display: none;
}
#s-95254493-1a58-40b6-9b29-fa77062dd7b1, #wrap-s-95254493-1a58-40b6-9b29-fa77062dd7b1 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-95254493-1a58-40b6-9b29-fa77062dd7b1 {
  display: none;
}
#s-95254493-1a58-40b6-9b29-fa77062dd7b1, #wrap-s-95254493-1a58-40b6-9b29-fa77062dd7b1 { display:none !important; }}



  #s-95254493-1a58-40b6-9b29-fa77062dd7b1 img.shogun-image {
    
    width: px;
  }


#s-95254493-1a58-40b6-9b29-fa77062dd7b1 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-72eae3bc-af47-43e4-9eed-d3bc1c355966"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-72eae3bc-af47-43e4-9eed-d3bc1c355966"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-72eae3bc-af47-43e4-9eed-d3bc1c355966"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-72eae3bc-af47-43e4-9eed-d3bc1c355966"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-72eae3bc-af47-43e4-9eed-d3bc1c355966"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-72eae3bc-af47-43e4-9eed-d3bc1c355966"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-72eae3bc-af47-43e4-9eed-d3bc1c355966"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-72eae3bc-af47-43e4-9eed-d3bc1c355966"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-72eae3bc-af47-43e4-9eed-d3bc1c355966"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-72eae3bc-af47-43e4-9eed-d3bc1c355966"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-72eae3bc-af47-43e4-9eed-d3bc1c355966"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-72eae3bc-af47-43e4-9eed-d3bc1c355966"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-72eae3bc-af47-43e4-9eed-d3bc1c355966"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-72eae3bc-af47-43e4-9eed-d3bc1c355966"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-72eae3bc-af47-43e4-9eed-d3bc1c355966"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-72eae3bc-af47-43e4-9eed-d3bc1c355966"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-72eae3bc-af47-43e4-9eed-d3bc1c355966"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-72eae3bc-af47-43e4-9eed-d3bc1c355966"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-72eae3bc-af47-43e4-9eed-d3bc1c355966"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-72eae3bc-af47-43e4-9eed-d3bc1c355966"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-72eae3bc-af47-43e4-9eed-d3bc1c355966"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-72eae3bc-af47-43e4-9eed-d3bc1c355966"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-72eae3bc-af47-43e4-9eed-d3bc1c355966"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-72eae3bc-af47-43e4-9eed-d3bc1c355966"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-72eae3bc-af47-43e4-9eed-d3bc1c355966"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-72eae3bc-af47-43e4-9eed-d3bc1c355966"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-72eae3bc-af47-43e4-9eed-d3bc1c355966"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-72eae3bc-af47-43e4-9eed-d3bc1c355966"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-72eae3bc-af47-43e4-9eed-d3bc1c355966"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-72eae3bc-af47-43e4-9eed-d3bc1c355966"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-72eae3bc-af47-43e4-9eed-d3bc1c355966"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-72eae3bc-af47-43e4-9eed-d3bc1c355966"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-72eae3bc-af47-43e4-9eed-d3bc1c355966"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-72eae3bc-af47-43e4-9eed-d3bc1c355966"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-72eae3bc-af47-43e4-9eed-d3bc1c355966"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-72eae3bc-af47-43e4-9eed-d3bc1c355966"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-72eae3bc-af47-43e4-9eed-d3bc1c355966"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-2fa88f66-f472-4a2c-921a-beafdf68d4b7 {
  padding-top: 30px;
padding-bottom: 30px;
min-height: 50px;
background-color: rgba(255, 255, 255, 0.85);
background-attachment: scroll;
}








#s-2fa88f66-f472-4a2c-921a-beafdf68d4b7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2fa88f66-f472-4a2c-921a-beafdf68d4b7.shg-box.shg-c {
  justify-content: center;
}

#s-89ec38eb-34bd-4ed8-8ef4-f80b0085fcc9 {
  margin-left: 30px;
padding-right: 30px;
}

#s-817ecba1-c5c0-4d40-bba1-db45b3c0e49f {
  background-image: url(none);
background-repeat: no-repeat;
margin-left: 30px;
margin-right: 30px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(12, 29, 73, 1);
text-align: right;
text-decoration: none;
hover-type: color;
color: rgba(244, 244, 244, 1);
}
#s-817ecba1-c5c0-4d40-bba1-db45b3c0e49f:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(12, 29, 73, 1) !important;
text-decoration: none !important;
hover-type: color !important;
color: rgba(244, 244, 244, 1) !important;}#s-817ecba1-c5c0-4d40-bba1-db45b3c0e49f:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-817ecba1-c5c0-4d40-bba1-db45b3c0e49f-btn-wrapper {
    text-align: right;
  }


#s-817ecba1-c5c0-4d40-bba1-db45b3c0e49f.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}

#s-6c0503c9-f5a4-400c-88a9-fbc7df17f292 {
  text-align: center;
}
@media (min-width: 1200px){#s-6c0503c9-f5a4-400c-88a9-fbc7df17f292 {
  display: none;
}
#s-6c0503c9-f5a4-400c-88a9-fbc7df17f292, #wrap-s-6c0503c9-f5a4-400c-88a9-fbc7df17f292 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-6c0503c9-f5a4-400c-88a9-fbc7df17f292 {
  display: none;
}
#s-6c0503c9-f5a4-400c-88a9-fbc7df17f292, #wrap-s-6c0503c9-f5a4-400c-88a9-fbc7df17f292 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-6c0503c9-f5a4-400c-88a9-fbc7df17f292 {
  display: none;
}
#s-6c0503c9-f5a4-400c-88a9-fbc7df17f292, #wrap-s-6c0503c9-f5a4-400c-88a9-fbc7df17f292 { display:none !important; }}



  #s-6c0503c9-f5a4-400c-88a9-fbc7df17f292 img.shogun-image {
    
    width: px;
  }


#s-6c0503c9-f5a4-400c-88a9-fbc7df17f292 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-5a800d2b-8f57-468b-8f6d-116b2669f217"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5a800d2b-8f57-468b-8f6d-116b2669f217"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-5a800d2b-8f57-468b-8f6d-116b2669f217"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-5a800d2b-8f57-468b-8f6d-116b2669f217"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-5a800d2b-8f57-468b-8f6d-116b2669f217"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-5a800d2b-8f57-468b-8f6d-116b2669f217"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-5a800d2b-8f57-468b-8f6d-116b2669f217"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-5a800d2b-8f57-468b-8f6d-116b2669f217"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-5a800d2b-8f57-468b-8f6d-116b2669f217"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-5a800d2b-8f57-468b-8f6d-116b2669f217"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-5a800d2b-8f57-468b-8f6d-116b2669f217"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-5a800d2b-8f57-468b-8f6d-116b2669f217"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-5a800d2b-8f57-468b-8f6d-116b2669f217"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-5a800d2b-8f57-468b-8f6d-116b2669f217"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-5a800d2b-8f57-468b-8f6d-116b2669f217"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-5a800d2b-8f57-468b-8f6d-116b2669f217"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-5a800d2b-8f57-468b-8f6d-116b2669f217"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-5a800d2b-8f57-468b-8f6d-116b2669f217"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-5a800d2b-8f57-468b-8f6d-116b2669f217"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-5a800d2b-8f57-468b-8f6d-116b2669f217"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-5a800d2b-8f57-468b-8f6d-116b2669f217"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-5a800d2b-8f57-468b-8f6d-116b2669f217"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-5a800d2b-8f57-468b-8f6d-116b2669f217"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-5a800d2b-8f57-468b-8f6d-116b2669f217"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-5a800d2b-8f57-468b-8f6d-116b2669f217"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-5a800d2b-8f57-468b-8f6d-116b2669f217"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-5a800d2b-8f57-468b-8f6d-116b2669f217"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-5a800d2b-8f57-468b-8f6d-116b2669f217"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-5a800d2b-8f57-468b-8f6d-116b2669f217"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-5a800d2b-8f57-468b-8f6d-116b2669f217"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-5a800d2b-8f57-468b-8f6d-116b2669f217"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-5a800d2b-8f57-468b-8f6d-116b2669f217"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-5a800d2b-8f57-468b-8f6d-116b2669f217"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-5a800d2b-8f57-468b-8f6d-116b2669f217"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-5a800d2b-8f57-468b-8f6d-116b2669f217"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-5a800d2b-8f57-468b-8f6d-116b2669f217"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-5a800d2b-8f57-468b-8f6d-116b2669f217"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-ea8006cc-97bc-4a6e-8a7a-e54939a2bd63 {
  padding-top: 30px;
padding-bottom: 30px;
min-height: 50px;
background-color: rgba(255, 255, 255, 0.85);
background-attachment: scroll;
}








#s-ea8006cc-97bc-4a6e-8a7a-e54939a2bd63 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ea8006cc-97bc-4a6e-8a7a-e54939a2bd63.shg-box.shg-c {
  justify-content: center;
}

#s-78ec34d5-cf16-4aa8-ad27-c20985be480d {
  margin-left: 15px;
padding-right: 30px;
}

#s-50162989-66d6-4587-b623-6dc81570cacb {
  background-image: url(none);
background-repeat: no-repeat;
margin-left: 30px;
margin-right: 30px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(12, 29, 73, 1);
text-align: right;
text-decoration: none;
hover-type: color;
color: rgba(244, 244, 244, 1);
}
#s-50162989-66d6-4587-b623-6dc81570cacb:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(12, 29, 73, 1) !important;
text-decoration: none !important;
hover-type: color !important;
color: rgba(244, 244, 244, 1) !important;}#s-50162989-66d6-4587-b623-6dc81570cacb:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-50162989-66d6-4587-b623-6dc81570cacb-btn-wrapper {
    text-align: right;
  }


#s-50162989-66d6-4587-b623-6dc81570cacb.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}

#s-32326ff8-d534-4953-b7e0-fc3749a18c35 {
  text-align: center;
}
@media (min-width: 1200px){#s-32326ff8-d534-4953-b7e0-fc3749a18c35 {
  display: none;
}
#s-32326ff8-d534-4953-b7e0-fc3749a18c35, #wrap-s-32326ff8-d534-4953-b7e0-fc3749a18c35 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-32326ff8-d534-4953-b7e0-fc3749a18c35 {
  display: none;
}
#s-32326ff8-d534-4953-b7e0-fc3749a18c35, #wrap-s-32326ff8-d534-4953-b7e0-fc3749a18c35 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-32326ff8-d534-4953-b7e0-fc3749a18c35 {
  display: none;
}
#s-32326ff8-d534-4953-b7e0-fc3749a18c35, #wrap-s-32326ff8-d534-4953-b7e0-fc3749a18c35 { display:none !important; }}



  #s-32326ff8-d534-4953-b7e0-fc3749a18c35 img.shogun-image {
    
    width: px;
  }


#s-32326ff8-d534-4953-b7e0-fc3749a18c35 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-5deed98c-4957-4669-85d0-562839462140"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5deed98c-4957-4669-85d0-562839462140"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-5deed98c-4957-4669-85d0-562839462140"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-5deed98c-4957-4669-85d0-562839462140"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-5deed98c-4957-4669-85d0-562839462140"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-5deed98c-4957-4669-85d0-562839462140"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-5deed98c-4957-4669-85d0-562839462140"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-5deed98c-4957-4669-85d0-562839462140"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-5deed98c-4957-4669-85d0-562839462140"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-5deed98c-4957-4669-85d0-562839462140"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-5deed98c-4957-4669-85d0-562839462140"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-5deed98c-4957-4669-85d0-562839462140"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-5deed98c-4957-4669-85d0-562839462140"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-5deed98c-4957-4669-85d0-562839462140"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-5deed98c-4957-4669-85d0-562839462140"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-5deed98c-4957-4669-85d0-562839462140"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-5deed98c-4957-4669-85d0-562839462140"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-5deed98c-4957-4669-85d0-562839462140"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-5deed98c-4957-4669-85d0-562839462140"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-5deed98c-4957-4669-85d0-562839462140"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-5deed98c-4957-4669-85d0-562839462140"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-5deed98c-4957-4669-85d0-562839462140"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-5deed98c-4957-4669-85d0-562839462140"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-5deed98c-4957-4669-85d0-562839462140"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-5deed98c-4957-4669-85d0-562839462140"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-5deed98c-4957-4669-85d0-562839462140"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-5deed98c-4957-4669-85d0-562839462140"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-5deed98c-4957-4669-85d0-562839462140"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-5deed98c-4957-4669-85d0-562839462140"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-5deed98c-4957-4669-85d0-562839462140"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-5deed98c-4957-4669-85d0-562839462140"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-5deed98c-4957-4669-85d0-562839462140"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-5deed98c-4957-4669-85d0-562839462140"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-5deed98c-4957-4669-85d0-562839462140"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-5deed98c-4957-4669-85d0-562839462140"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-5deed98c-4957-4669-85d0-562839462140"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-5deed98c-4957-4669-85d0-562839462140"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-7f0b9799-317b-4d71-925c-ba65bc440272 {
  padding-top: 30px;
padding-bottom: 30px;
min-height: 50px;
background-color: rgba(255, 255, 255, 0.85);
background-attachment: scroll;
}








#s-7f0b9799-317b-4d71-925c-ba65bc440272 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7f0b9799-317b-4d71-925c-ba65bc440272.shg-box.shg-c {
  justify-content: center;
}

#s-9e8970a1-6f30-4960-bc56-8d6cc81d0198 {
  margin-left: 15px;
padding-right: 30px;
}

#s-152d23b3-6add-408f-8e2c-ae0db3d8f87d {
  background-image: url(none);
background-repeat: no-repeat;
margin-left: 30px;
margin-right: 30px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(12, 29, 73, 1);
text-align: right;
text-decoration: none;
hover-type: color;
color: rgba(244, 244, 244, 1);
}
#s-152d23b3-6add-408f-8e2c-ae0db3d8f87d:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(12, 29, 73, 1) !important;
text-decoration: none !important;
hover-type: color !important;
color: rgba(244, 244, 244, 1) !important;}#s-152d23b3-6add-408f-8e2c-ae0db3d8f87d:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-152d23b3-6add-408f-8e2c-ae0db3d8f87d-btn-wrapper {
    text-align: right;
  }


#s-152d23b3-6add-408f-8e2c-ae0db3d8f87d.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}

#s-7c5a811f-0cda-48bd-91ac-ce8d0e7f8aef {
  min-height: 50px;
background-color: rgba(12, 29, 73, 1);
}
@media (min-width: 1200px){#s-7c5a811f-0cda-48bd-91ac-ce8d0e7f8aef {
  display: none;
}
#s-7c5a811f-0cda-48bd-91ac-ce8d0e7f8aef, #wrap-s-7c5a811f-0cda-48bd-91ac-ce8d0e7f8aef { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-7c5a811f-0cda-48bd-91ac-ce8d0e7f8aef {
  display: none;
}
#s-7c5a811f-0cda-48bd-91ac-ce8d0e7f8aef, #wrap-s-7c5a811f-0cda-48bd-91ac-ce8d0e7f8aef { display:none !important; }}@media (max-width: 767px){#s-7c5a811f-0cda-48bd-91ac-ce8d0e7f8aef {
  display: none;
}
#s-7c5a811f-0cda-48bd-91ac-ce8d0e7f8aef, #wrap-s-7c5a811f-0cda-48bd-91ac-ce8d0e7f8aef { display:none !important; }}







#s-7c5a811f-0cda-48bd-91ac-ce8d0e7f8aef > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7c5a811f-0cda-48bd-91ac-ce8d0e7f8aef.shg-box.shg-c {
  justify-content: center;
}

#s-49a3f38a-f049-484c-afea-faf1d6954a35 {
  padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 1200px){#s-49a3f38a-f049-484c-afea-faf1d6954a35 {
  display: none;
}
#s-49a3f38a-f049-484c-afea-faf1d6954a35, #wrap-s-49a3f38a-f049-484c-afea-faf1d6954a35 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-49a3f38a-f049-484c-afea-faf1d6954a35 {
  display: none;
}
#s-49a3f38a-f049-484c-afea-faf1d6954a35, #wrap-s-49a3f38a-f049-484c-afea-faf1d6954a35 { display:none !important; }}@media (max-width: 767px){#s-49a3f38a-f049-484c-afea-faf1d6954a35 {
  display: none;
}
#s-49a3f38a-f049-484c-afea-faf1d6954a35, #wrap-s-49a3f38a-f049-484c-afea-faf1d6954a35 { display:none !important; }}
#s-9c79664c-502d-4686-9e75-b9718410e959 {
  min-height: 50px;
background-color: rgba(12, 29, 73, 1);
}
@media (min-width: 1200px){#s-9c79664c-502d-4686-9e75-b9718410e959 {
  display: none;
}
#s-9c79664c-502d-4686-9e75-b9718410e959, #wrap-s-9c79664c-502d-4686-9e75-b9718410e959 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9c79664c-502d-4686-9e75-b9718410e959 {
  display: none;
}
#s-9c79664c-502d-4686-9e75-b9718410e959, #wrap-s-9c79664c-502d-4686-9e75-b9718410e959 { display:none !important; }}







#s-9c79664c-502d-4686-9e75-b9718410e959 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9c79664c-502d-4686-9e75-b9718410e959.shg-box.shg-c {
  justify-content: center;
}

#s-39c91a1b-882a-48fc-986a-e42d5f780240 {
  margin-top: 30px;
margin-bottom: 30px;
}

#s-d6b376db-6e7a-45f0-a2cb-cee99a7db7b0 {
  min-height: 50px;
background-color: rgba(12, 29, 73, 1);
}
@media (min-width: 1200px){#s-d6b376db-6e7a-45f0-a2cb-cee99a7db7b0 {
  display: none;
}
#s-d6b376db-6e7a-45f0-a2cb-cee99a7db7b0, #wrap-s-d6b376db-6e7a-45f0-a2cb-cee99a7db7b0 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d6b376db-6e7a-45f0-a2cb-cee99a7db7b0 {
  display: none;
}
#s-d6b376db-6e7a-45f0-a2cb-cee99a7db7b0, #wrap-s-d6b376db-6e7a-45f0-a2cb-cee99a7db7b0 { display:none !important; }}







#s-d6b376db-6e7a-45f0-a2cb-cee99a7db7b0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d6b376db-6e7a-45f0-a2cb-cee99a7db7b0.shg-box.shg-c {
  justify-content: center;
}

#s-1b2cd692-a5ae-47e4-94a9-770d4473185b {
  margin-top: 30px;
margin-bottom: 30px;
}

#s-7dd1a457-5d07-45ba-9080-1e6c82adb7a3 {
  min-height: 50px;
background-color: rgba(12, 29, 73, 1);
}
@media (min-width: 1200px){#s-7dd1a457-5d07-45ba-9080-1e6c82adb7a3 {
  display: none;
}
#s-7dd1a457-5d07-45ba-9080-1e6c82adb7a3, #wrap-s-7dd1a457-5d07-45ba-9080-1e6c82adb7a3 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-7dd1a457-5d07-45ba-9080-1e6c82adb7a3 {
  display: none;
}
#s-7dd1a457-5d07-45ba-9080-1e6c82adb7a3, #wrap-s-7dd1a457-5d07-45ba-9080-1e6c82adb7a3 { display:none !important; }}







#s-7dd1a457-5d07-45ba-9080-1e6c82adb7a3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7dd1a457-5d07-45ba-9080-1e6c82adb7a3.shg-box.shg-c {
  justify-content: center;
}

#s-b2090ecb-4b87-4265-b86e-15c5cf0b8b3d {
  margin-top: 30px;
margin-bottom: 30px;
}

@media (min-width: 0px) {
[id="s-f9f0e642-25fa-4664-953e-941fe6566d1f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f9f0e642-25fa-4664-953e-941fe6566d1f"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-f9f0e642-25fa-4664-953e-941fe6566d1f"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-f9f0e642-25fa-4664-953e-941fe6566d1f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-f9f0e642-25fa-4664-953e-941fe6566d1f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-f9f0e642-25fa-4664-953e-941fe6566d1f"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-f9f0e642-25fa-4664-953e-941fe6566d1f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-f9f0e642-25fa-4664-953e-941fe6566d1f"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-f9f0e642-25fa-4664-953e-941fe6566d1f"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-f9f0e642-25fa-4664-953e-941fe6566d1f"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-f9f0e642-25fa-4664-953e-941fe6566d1f"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-f9f0e642-25fa-4664-953e-941fe6566d1f"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-f9f0e642-25fa-4664-953e-941fe6566d1f"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-f9f0e642-25fa-4664-953e-941fe6566d1f"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-f9f0e642-25fa-4664-953e-941fe6566d1f"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-f9f0e642-25fa-4664-953e-941fe6566d1f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-f9f0e642-25fa-4664-953e-941fe6566d1f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-f9f0e642-25fa-4664-953e-941fe6566d1f"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-f9f0e642-25fa-4664-953e-941fe6566d1f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-f9f0e642-25fa-4664-953e-941fe6566d1f"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-f9f0e642-25fa-4664-953e-941fe6566d1f"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-f9f0e642-25fa-4664-953e-941fe6566d1f"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-f9f0e642-25fa-4664-953e-941fe6566d1f"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-f9f0e642-25fa-4664-953e-941fe6566d1f"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-f9f0e642-25fa-4664-953e-941fe6566d1f"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-f9f0e642-25fa-4664-953e-941fe6566d1f"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-f9f0e642-25fa-4664-953e-941fe6566d1f"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-f9f0e642-25fa-4664-953e-941fe6566d1f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-f9f0e642-25fa-4664-953e-941fe6566d1f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-f9f0e642-25fa-4664-953e-941fe6566d1f"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-f9f0e642-25fa-4664-953e-941fe6566d1f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-f9f0e642-25fa-4664-953e-941fe6566d1f"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-f9f0e642-25fa-4664-953e-941fe6566d1f"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-f9f0e642-25fa-4664-953e-941fe6566d1f"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-f9f0e642-25fa-4664-953e-941fe6566d1f"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-f9f0e642-25fa-4664-953e-941fe6566d1f"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-f9f0e642-25fa-4664-953e-941fe6566d1f"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-fd1cf814-1d52-4140-b1d0-4ddf1605570f {
  padding-top: 5px;
padding-left: 50px;
padding-right: 50px;
background-color: rgba(12, 29, 73, 1);
}

#s-b4c48b54-6be9-4068-991e-8f5a02eb13f9 {
  padding-top: 5px;
padding-left: 50px;
padding-right: 50px;
background-color: rgba(12, 29, 73, 1);
}
@media (max-width: 767px){#s-b4c48b54-6be9-4068-991e-8f5a02eb13f9 {
  display: none;
}
#s-b4c48b54-6be9-4068-991e-8f5a02eb13f9, #wrap-s-b4c48b54-6be9-4068-991e-8f5a02eb13f9 { display:none !important; }}
#s-2182100d-af08-4ed6-bb3f-5967b07dd85d {
  min-height: 50px;
background-color: rgba(12, 29, 73, 1);
}
@media (min-width: 1200px){#s-2182100d-af08-4ed6-bb3f-5967b07dd85d {
  display: none;
}
#s-2182100d-af08-4ed6-bb3f-5967b07dd85d, #wrap-s-2182100d-af08-4ed6-bb3f-5967b07dd85d { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-2182100d-af08-4ed6-bb3f-5967b07dd85d {
  display: none;
}
#s-2182100d-af08-4ed6-bb3f-5967b07dd85d, #wrap-s-2182100d-af08-4ed6-bb3f-5967b07dd85d { display:none !important; }}







#s-2182100d-af08-4ed6-bb3f-5967b07dd85d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2182100d-af08-4ed6-bb3f-5967b07dd85d.shg-box.shg-c {
  justify-content: center;
}

#s-b431d6ba-2c6e-4a83-b718-ab06f89f7528 {
  margin-top: 30px;
margin-bottom: 30px;
}

@media (min-width: 0px) {
[id="s-f44b13f9-9aef-466d-943d-17095b41e48a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f44b13f9-9aef-466d-943d-17095b41e48a"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-f44b13f9-9aef-466d-943d-17095b41e48a"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-f44b13f9-9aef-466d-943d-17095b41e48a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-f44b13f9-9aef-466d-943d-17095b41e48a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-f44b13f9-9aef-466d-943d-17095b41e48a"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-f44b13f9-9aef-466d-943d-17095b41e48a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-f44b13f9-9aef-466d-943d-17095b41e48a"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-f44b13f9-9aef-466d-943d-17095b41e48a"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-f44b13f9-9aef-466d-943d-17095b41e48a"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-f44b13f9-9aef-466d-943d-17095b41e48a"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-f44b13f9-9aef-466d-943d-17095b41e48a"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-f44b13f9-9aef-466d-943d-17095b41e48a"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-f44b13f9-9aef-466d-943d-17095b41e48a"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-f44b13f9-9aef-466d-943d-17095b41e48a"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-f44b13f9-9aef-466d-943d-17095b41e48a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-f44b13f9-9aef-466d-943d-17095b41e48a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-f44b13f9-9aef-466d-943d-17095b41e48a"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-f44b13f9-9aef-466d-943d-17095b41e48a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-f44b13f9-9aef-466d-943d-17095b41e48a"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-f44b13f9-9aef-466d-943d-17095b41e48a"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-f44b13f9-9aef-466d-943d-17095b41e48a"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-f44b13f9-9aef-466d-943d-17095b41e48a"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-f44b13f9-9aef-466d-943d-17095b41e48a"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-f44b13f9-9aef-466d-943d-17095b41e48a"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-f44b13f9-9aef-466d-943d-17095b41e48a"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-f44b13f9-9aef-466d-943d-17095b41e48a"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-f44b13f9-9aef-466d-943d-17095b41e48a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-f44b13f9-9aef-466d-943d-17095b41e48a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-f44b13f9-9aef-466d-943d-17095b41e48a"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-f44b13f9-9aef-466d-943d-17095b41e48a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-f44b13f9-9aef-466d-943d-17095b41e48a"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-f44b13f9-9aef-466d-943d-17095b41e48a"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-f44b13f9-9aef-466d-943d-17095b41e48a"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-f44b13f9-9aef-466d-943d-17095b41e48a"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-f44b13f9-9aef-466d-943d-17095b41e48a"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-f44b13f9-9aef-466d-943d-17095b41e48a"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-aca74c02-273a-432c-a548-912c3edb6040 {
  padding-top: 5px;
padding-left: 50px;
padding-right: 50px;
background-color: rgba(12, 29, 73, 1);
}
@media (min-width: 1200px){#s-aca74c02-273a-432c-a548-912c3edb6040 {
  display: none;
}
#s-aca74c02-273a-432c-a548-912c3edb6040, #wrap-s-aca74c02-273a-432c-a548-912c3edb6040 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-aca74c02-273a-432c-a548-912c3edb6040 {
  display: none;
}
#s-aca74c02-273a-432c-a548-912c3edb6040, #wrap-s-aca74c02-273a-432c-a548-912c3edb6040 { display:none !important; }}
#s-2bf27b61-7d7d-4fe2-9adb-795519682ebb {
  padding-top: 5px;
padding-left: 50px;
padding-right: 50px;
background-color: rgba(12, 29, 73, 1);
}

#s-b21c9cd0-dc26-4208-8483-f8e7d51088b3 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid rgba(221, 221, 221, 0);
}

#s-a07d7406-07db-49b0-993a-26cff63eef89 {
  margin-top: -10px;
}
@media (max-width: 767px){#s-a07d7406-07db-49b0-993a-26cff63eef89 {
  display: none;
}
#s-a07d7406-07db-49b0-993a-26cff63eef89, #wrap-s-a07d7406-07db-49b0-993a-26cff63eef89 { display:none !important; }}
@media (min-width: 0px) {
[id="s-a07d7406-07db-49b0-993a-26cff63eef89"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a07d7406-07db-49b0-993a-26cff63eef89"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-a07d7406-07db-49b0-993a-26cff63eef89"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-a07d7406-07db-49b0-993a-26cff63eef89"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-a07d7406-07db-49b0-993a-26cff63eef89"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-a07d7406-07db-49b0-993a-26cff63eef89"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-a07d7406-07db-49b0-993a-26cff63eef89"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-a07d7406-07db-49b0-993a-26cff63eef89"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-a07d7406-07db-49b0-993a-26cff63eef89"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-a07d7406-07db-49b0-993a-26cff63eef89"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-a07d7406-07db-49b0-993a-26cff63eef89"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-a07d7406-07db-49b0-993a-26cff63eef89"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-a07d7406-07db-49b0-993a-26cff63eef89"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-a07d7406-07db-49b0-993a-26cff63eef89"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-a07d7406-07db-49b0-993a-26cff63eef89"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-a07d7406-07db-49b0-993a-26cff63eef89"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-a07d7406-07db-49b0-993a-26cff63eef89"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-a07d7406-07db-49b0-993a-26cff63eef89"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-a07d7406-07db-49b0-993a-26cff63eef89"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-a07d7406-07db-49b0-993a-26cff63eef89"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-a07d7406-07db-49b0-993a-26cff63eef89"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-a07d7406-07db-49b0-993a-26cff63eef89"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-a07d7406-07db-49b0-993a-26cff63eef89"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-a07d7406-07db-49b0-993a-26cff63eef89"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-a07d7406-07db-49b0-993a-26cff63eef89"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-a07d7406-07db-49b0-993a-26cff63eef89"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-a07d7406-07db-49b0-993a-26cff63eef89"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-a07d7406-07db-49b0-993a-26cff63eef89"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-a07d7406-07db-49b0-993a-26cff63eef89"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-a07d7406-07db-49b0-993a-26cff63eef89"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-a07d7406-07db-49b0-993a-26cff63eef89"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-a07d7406-07db-49b0-993a-26cff63eef89"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-a07d7406-07db-49b0-993a-26cff63eef89"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-a07d7406-07db-49b0-993a-26cff63eef89"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-a07d7406-07db-49b0-993a-26cff63eef89"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-a07d7406-07db-49b0-993a-26cff63eef89"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-a07d7406-07db-49b0-993a-26cff63eef89"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-db240760-a18f-4615-845f-d2cdc657efc9 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-5f3039f7-1d4f-4b42-a89a-9348e8b19669 {
  text-align: center;
}




  #s-5f3039f7-1d4f-4b42-a89a-9348e8b19669 img.shogun-image {
    
    width: px;
  }


#s-5f3039f7-1d4f-4b42-a89a-9348e8b19669 .shogun-image-content {
  
    align-items: center;
  
}

#s-8cf5d890-89f4-4b6f-adfa-c5fdda341f88 {
  min-height: 50px;
}








#s-8cf5d890-89f4-4b6f-adfa-c5fdda341f88 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8cf5d890-89f4-4b6f-adfa-c5fdda341f88.shg-box.shg-c {
  justify-content: center;
}

#s-725eb615-3837-4b64-991d-4f786c78f21c {
  padding-left: 150px;
padding-right: 150px;
}
@media (min-width: 768px) and (max-width: 991px){#s-725eb615-3837-4b64-991d-4f786c78f21c {
  display: none;
}
#s-725eb615-3837-4b64-991d-4f786c78f21c, #wrap-s-725eb615-3837-4b64-991d-4f786c78f21c { display:none !important; }}
#s-c3822437-a310-4dbd-9284-2887b4992efd {
  padding-left: 150px;
padding-right: 150px;
}
@media (min-width: 1200px){#s-c3822437-a310-4dbd-9284-2887b4992efd {
  display: none;
}
#s-c3822437-a310-4dbd-9284-2887b4992efd, #wrap-s-c3822437-a310-4dbd-9284-2887b4992efd { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c3822437-a310-4dbd-9284-2887b4992efd {
  display: none;
}
#s-c3822437-a310-4dbd-9284-2887b4992efd, #wrap-s-c3822437-a310-4dbd-9284-2887b4992efd { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-c3822437-a310-4dbd-9284-2887b4992efd {
  
}
}@media (max-width: 767px){#s-c3822437-a310-4dbd-9284-2887b4992efd {
  display: none;
}
#s-c3822437-a310-4dbd-9284-2887b4992efd, #wrap-s-c3822437-a310-4dbd-9284-2887b4992efd { display:none !important; }}
#s-7610fa4a-780f-46db-bb16-14e5a96d7149 {
  background-image: url(none);
background-repeat: no-repeat;
margin-left: 100px;
margin-right: 100px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(12, 29, 73, 1);
text-align: center;
text-decoration: none;
hover-type: color;
color: rgba(244, 244, 244, 1);
}
#s-7610fa4a-780f-46db-bb16-14e5a96d7149:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(12, 29, 73, 1) !important;
text-decoration: none !important;
hover-type: color !important;
color: rgba(244, 244, 244, 1) !important;}#s-7610fa4a-780f-46db-bb16-14e5a96d7149:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-7610fa4a-780f-46db-bb16-14e5a96d7149-btn-wrapper {
    text-align: center;
  }


#s-7610fa4a-780f-46db-bb16-14e5a96d7149.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}

#s-f78ade70-a123-4438-86ad-57be18e738bc {
  min-height: 50px;
}








#s-f78ade70-a123-4438-86ad-57be18e738bc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f78ade70-a123-4438-86ad-57be18e738bc.shg-box.shg-c {
  justify-content: center;
}

#s-5255531a-07fd-43ed-b55d-2526f9eb0c06 {
  margin-top: -10px;
}
@media (min-width: 1200px){#s-5255531a-07fd-43ed-b55d-2526f9eb0c06 {
  display: none;
}
#s-5255531a-07fd-43ed-b55d-2526f9eb0c06, #wrap-s-5255531a-07fd-43ed-b55d-2526f9eb0c06 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-5255531a-07fd-43ed-b55d-2526f9eb0c06 {
  display: none;
}
#s-5255531a-07fd-43ed-b55d-2526f9eb0c06, #wrap-s-5255531a-07fd-43ed-b55d-2526f9eb0c06 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-5255531a-07fd-43ed-b55d-2526f9eb0c06 {
  display: none;
}
#s-5255531a-07fd-43ed-b55d-2526f9eb0c06, #wrap-s-5255531a-07fd-43ed-b55d-2526f9eb0c06 { display:none !important; }}
@media (min-width: 0px) {
[id="s-5255531a-07fd-43ed-b55d-2526f9eb0c06"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5255531a-07fd-43ed-b55d-2526f9eb0c06"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-5255531a-07fd-43ed-b55d-2526f9eb0c06"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-5255531a-07fd-43ed-b55d-2526f9eb0c06"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-5255531a-07fd-43ed-b55d-2526f9eb0c06"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-5255531a-07fd-43ed-b55d-2526f9eb0c06"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-5255531a-07fd-43ed-b55d-2526f9eb0c06"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-5255531a-07fd-43ed-b55d-2526f9eb0c06"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-5255531a-07fd-43ed-b55d-2526f9eb0c06"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-5255531a-07fd-43ed-b55d-2526f9eb0c06"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-5255531a-07fd-43ed-b55d-2526f9eb0c06"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-5255531a-07fd-43ed-b55d-2526f9eb0c06"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-5255531a-07fd-43ed-b55d-2526f9eb0c06"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-5255531a-07fd-43ed-b55d-2526f9eb0c06"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-5255531a-07fd-43ed-b55d-2526f9eb0c06"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-5255531a-07fd-43ed-b55d-2526f9eb0c06"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-5255531a-07fd-43ed-b55d-2526f9eb0c06"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-5255531a-07fd-43ed-b55d-2526f9eb0c06"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-5255531a-07fd-43ed-b55d-2526f9eb0c06"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-5255531a-07fd-43ed-b55d-2526f9eb0c06"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-5255531a-07fd-43ed-b55d-2526f9eb0c06"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-5255531a-07fd-43ed-b55d-2526f9eb0c06"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-5255531a-07fd-43ed-b55d-2526f9eb0c06"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-5255531a-07fd-43ed-b55d-2526f9eb0c06"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-5255531a-07fd-43ed-b55d-2526f9eb0c06"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-5255531a-07fd-43ed-b55d-2526f9eb0c06"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-5255531a-07fd-43ed-b55d-2526f9eb0c06"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-5255531a-07fd-43ed-b55d-2526f9eb0c06"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-5255531a-07fd-43ed-b55d-2526f9eb0c06"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-5255531a-07fd-43ed-b55d-2526f9eb0c06"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-5255531a-07fd-43ed-b55d-2526f9eb0c06"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-5255531a-07fd-43ed-b55d-2526f9eb0c06"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-5255531a-07fd-43ed-b55d-2526f9eb0c06"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-5255531a-07fd-43ed-b55d-2526f9eb0c06"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-5255531a-07fd-43ed-b55d-2526f9eb0c06"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-5255531a-07fd-43ed-b55d-2526f9eb0c06"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-5255531a-07fd-43ed-b55d-2526f9eb0c06"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-030509e8-718d-400c-88a9-b20b8f06405c {
  padding-bottom: 10px;
}

#s-dd9028d5-81c2-4b9a-8af9-ce260f7afceb {
  min-height: 50px;
background-color: rgba(12, 29, 73, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-dd9028d5-81c2-4b9a-8af9-ce260f7afceb {
  display: none;
}
#s-dd9028d5-81c2-4b9a-8af9-ce260f7afceb, #wrap-s-dd9028d5-81c2-4b9a-8af9-ce260f7afceb { display:none !important; }}@media (max-width: 767px){#s-dd9028d5-81c2-4b9a-8af9-ce260f7afceb {
  display: none;
}
#s-dd9028d5-81c2-4b9a-8af9-ce260f7afceb, #wrap-s-dd9028d5-81c2-4b9a-8af9-ce260f7afceb { display:none !important; }}







#s-dd9028d5-81c2-4b9a-8af9-ce260f7afceb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-dd9028d5-81c2-4b9a-8af9-ce260f7afceb.shg-box.shg-c {
  justify-content: center;
}

#s-bdc5231d-8b1f-4054-b6c3-53af0a13dc70 {
  margin-top: 30px;
margin-bottom: 30px;
background-color: rgba(12, 29, 73, 1);
}

#s-5234cf91-75af-48a0-a6c2-d434b5bd3d4c {
  padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-5234cf91-75af-48a0-a6c2-d434b5bd3d4c {
  display: none;
}
#s-5234cf91-75af-48a0-a6c2-d434b5bd3d4c, #wrap-s-5234cf91-75af-48a0-a6c2-d434b5bd3d4c { display:none !important; }}
#s-10b54ea4-6440-482a-9f1b-1a07318f1386 {
  padding-top: 5px;
padding-left: 50px;
padding-right: 50px;
}

#s-c39dd58d-23de-4150-b9e7-6216a5d26322 {
  padding-top: 5px;
padding-left: 50px;
padding-right: 50px;
}

#s-cdef02b9-9e62-4cf7-9a70-be943b7d3b49 {
  padding-top: 5px;
padding-left: 50px;
padding-right: 50px;
}

#s-d958248c-13af-4ed9-8073-a74a1ae14300 {
  padding-top: 15px;
padding-left: 50px;
padding-right: 50px;
}

@media (min-width: 992px) and (max-width: 1199px){#s-dbfc23a6-5931-4122-a417-fa57df47fb5d {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-dbfc23a6-5931-4122-a417-fa57df47fb5d {
  display: none;
}
#s-dbfc23a6-5931-4122-a417-fa57df47fb5d, #wrap-s-dbfc23a6-5931-4122-a417-fa57df47fb5d { display:none !important; }}@media (max-width: 767px){#s-dbfc23a6-5931-4122-a417-fa57df47fb5d {
  display: none;
}
#s-dbfc23a6-5931-4122-a417-fa57df47fb5d, #wrap-s-dbfc23a6-5931-4122-a417-fa57df47fb5d { display:none !important; }}
@media (min-width: 0px) {
[id="s-dbfc23a6-5931-4122-a417-fa57df47fb5d"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 0.0px);
}

[id="s-dbfc23a6-5931-4122-a417-fa57df47fb5d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-dbfc23a6-5931-4122-a417-fa57df47fb5d"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-dbfc23a6-5931-4122-a417-fa57df47fb5d"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-dbfc23a6-5931-4122-a417-fa57df47fb5d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-dbfc23a6-5931-4122-a417-fa57df47fb5d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-dbfc23a6-5931-4122-a417-fa57df47fb5d"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-dbfc23a6-5931-4122-a417-fa57df47fb5d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-dbfc23a6-5931-4122-a417-fa57df47fb5d"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-dbfc23a6-5931-4122-a417-fa57df47fb5d"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-dbfc23a6-5931-4122-a417-fa57df47fb5d"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-dbfc23a6-5931-4122-a417-fa57df47fb5d"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-dbfc23a6-5931-4122-a417-fa57df47fb5d"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-dbfc23a6-5931-4122-a417-fa57df47fb5d"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-dbfc23a6-5931-4122-a417-fa57df47fb5d"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-dbfc23a6-5931-4122-a417-fa57df47fb5d"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-dbfc23a6-5931-4122-a417-fa57df47fb5d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-dbfc23a6-5931-4122-a417-fa57df47fb5d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-dbfc23a6-5931-4122-a417-fa57df47fb5d"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-dbfc23a6-5931-4122-a417-fa57df47fb5d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-dbfc23a6-5931-4122-a417-fa57df47fb5d"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-dbfc23a6-5931-4122-a417-fa57df47fb5d"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-dbfc23a6-5931-4122-a417-fa57df47fb5d"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-dbfc23a6-5931-4122-a417-fa57df47fb5d"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-dbfc23a6-5931-4122-a417-fa57df47fb5d"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-dbfc23a6-5931-4122-a417-fa57df47fb5d"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-dbfc23a6-5931-4122-a417-fa57df47fb5d"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-dbfc23a6-5931-4122-a417-fa57df47fb5d"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-dbfc23a6-5931-4122-a417-fa57df47fb5d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-dbfc23a6-5931-4122-a417-fa57df47fb5d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-dbfc23a6-5931-4122-a417-fa57df47fb5d"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-dbfc23a6-5931-4122-a417-fa57df47fb5d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-dbfc23a6-5931-4122-a417-fa57df47fb5d"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-dbfc23a6-5931-4122-a417-fa57df47fb5d"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-dbfc23a6-5931-4122-a417-fa57df47fb5d"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-dbfc23a6-5931-4122-a417-fa57df47fb5d"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-dbfc23a6-5931-4122-a417-fa57df47fb5d"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-dbfc23a6-5931-4122-a417-fa57df47fb5d"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-3477fd66-03df-4e29-a2fa-f3be3d8ac0a1 {
  padding-top: 15px;
padding-left: 50px;
padding-right: 50px;
}

#s-2e3247db-55a2-4cd4-bca9-1917c19bf321 {
  padding-top: 5px;
padding-left: 50px;
padding-right: 50px;
}

#s-8e32385f-528e-4f72-a074-cc0b2688700d {
  padding-top: 5px;
padding-left: 50px;
padding-right: 50px;
}

#s-320b07a5-dee1-4da9-bec7-b7f30ff8dbef {
  padding-top: 5px;
padding-left: 50px;
padding-right: 50px;
}

#s-d36224e4-9796-4293-8700-fb459bfdf231 {
  text-align: center;
}




  #s-d36224e4-9796-4293-8700-fb459bfdf231 img.shogun-image {
    
    width: px;
  }


#s-d36224e4-9796-4293-8700-fb459bfdf231 .shogun-image-content {
  
    align-items: center;
  
}

#s-548b03ba-bf4c-4282-99c0-649072e8772f {
  padding-top: 10px;
}

#s-eb4f74c6-e354-4284-8758-5404b7f4caa4 {
  min-height: 50px;
background-color: rgba(12, 29, 73, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-eb4f74c6-e354-4284-8758-5404b7f4caa4 {
  display: none;
}
#s-eb4f74c6-e354-4284-8758-5404b7f4caa4, #wrap-s-eb4f74c6-e354-4284-8758-5404b7f4caa4 { display:none !important; }}







#s-eb4f74c6-e354-4284-8758-5404b7f4caa4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-eb4f74c6-e354-4284-8758-5404b7f4caa4.shg-box.shg-c {
  justify-content: center;
}

#s-7c4d1521-f03a-4463-a409-74141a213a66 {
  margin-top: 30px;
margin-bottom: 30px;
background-color: rgba(12, 29, 73, 1);
}

#s-7a7dc28b-447d-4986-81ad-7a4624b1a8d9 {
  padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-7a7dc28b-447d-4986-81ad-7a4624b1a8d9 {
  display: none;
}
#s-7a7dc28b-447d-4986-81ad-7a4624b1a8d9, #wrap-s-7a7dc28b-447d-4986-81ad-7a4624b1a8d9 { display:none !important; }}
#s-b0d93a35-a740-4c0a-ab3a-94444cfb6de5 {
  padding-top: 5px;
padding-left: 50px;
padding-right: 50px;
}

#s-2d3202a8-3043-4167-bf65-6d0622fb52e5 {
  padding-top: 5px;
padding-left: 50px;
padding-right: 50px;
}

#s-f301a7e0-c862-4911-946e-a9eb3ef53c88 {
  padding-top: 5px;
padding-left: 50px;
padding-right: 50px;
}

#s-3c76b75a-561e-4374-8065-deccdce28a4f {
  padding-top: 5px;
padding-left: 50px;
padding-right: 50px;
}

#s-2eea42e6-59fe-46bd-b82f-fdc217e919a8 {
  padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 1200px){#s-2eea42e6-59fe-46bd-b82f-fdc217e919a8 {
  display: none;
}
#s-2eea42e6-59fe-46bd-b82f-fdc217e919a8, #wrap-s-2eea42e6-59fe-46bd-b82f-fdc217e919a8 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-2eea42e6-59fe-46bd-b82f-fdc217e919a8 {
  display: none;
}
#s-2eea42e6-59fe-46bd-b82f-fdc217e919a8, #wrap-s-2eea42e6-59fe-46bd-b82f-fdc217e919a8 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-2eea42e6-59fe-46bd-b82f-fdc217e919a8 {
  
}
}@media (max-width: 767px){#s-2eea42e6-59fe-46bd-b82f-fdc217e919a8 {
  display: none;
}
#s-2eea42e6-59fe-46bd-b82f-fdc217e919a8, #wrap-s-2eea42e6-59fe-46bd-b82f-fdc217e919a8 { display:none !important; }}
#s-a726c659-14b0-4109-84ae-2bb06045c904 {
  padding-top: 5px;
padding-left: 50px;
padding-right: 50px;
}

#s-cec81650-330c-4566-b28c-cab9476064a5 {
  padding-top: 5px;
padding-left: 50px;
padding-right: 50px;
}

#s-cb0d2a46-1531-4c37-8031-f2fba5769ce8 {
  padding-top: 5px;
padding-left: 50px;
padding-right: 50px;
}

#s-a9bea524-bd16-4f5b-9f4b-77cbdc6e6ec1 {
  padding-top: 15px;
padding-left: 50px;
padding-right: 50px;
}

#s-1bcc21f7-5a3d-4b49-a917-1b9c4bb08f8a hr {
  border: 0;
  width: 100%;
  border-top: 2px solid rgba(221, 221, 221, 0);
}

#s-c8f6aae3-17d5-44c6-8c82-98d63baf7399 {
  min-height: 50px;
background-color: rgba(12, 29, 73, 1);
}
@media (min-width: 1200px){#s-c8f6aae3-17d5-44c6-8c82-98d63baf7399 {
  display: none;
}
#s-c8f6aae3-17d5-44c6-8c82-98d63baf7399, #wrap-s-c8f6aae3-17d5-44c6-8c82-98d63baf7399 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c8f6aae3-17d5-44c6-8c82-98d63baf7399 {
  display: none;
}
#s-c8f6aae3-17d5-44c6-8c82-98d63baf7399, #wrap-s-c8f6aae3-17d5-44c6-8c82-98d63baf7399 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-c8f6aae3-17d5-44c6-8c82-98d63baf7399 {
  
}
}@media (max-width: 767px){#s-c8f6aae3-17d5-44c6-8c82-98d63baf7399 {
  display: none;
}
#s-c8f6aae3-17d5-44c6-8c82-98d63baf7399, #wrap-s-c8f6aae3-17d5-44c6-8c82-98d63baf7399 { display:none !important; }}







#s-c8f6aae3-17d5-44c6-8c82-98d63baf7399 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c8f6aae3-17d5-44c6-8c82-98d63baf7399.shg-box.shg-c {
  justify-content: center;
}

#s-d5f3bb06-2765-4221-b39a-3870c01bbd40 {
  margin-top: 30px;
margin-bottom: 30px;
background-color: rgba(12, 29, 73, 1);
}

#s-125722d3-d747-485e-bfe5-bd532026a9bb {
  padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-125722d3-d747-485e-bfe5-bd532026a9bb {
  display: none;
}
#s-125722d3-d747-485e-bfe5-bd532026a9bb, #wrap-s-125722d3-d747-485e-bfe5-bd532026a9bb { display:none !important; }}
#s-a0e83b3e-be41-46d6-a1fc-81ec6b8c7a8f {
  padding-top: 5px;
padding-left: 50px;
padding-right: 50px;
}

#s-cc40c086-c0ea-4f5b-aa08-e679366c008d {
  padding-top: 5px;
padding-left: 50px;
padding-right: 50px;
}

#s-dd5dd114-fa40-4b39-8294-d0ea51ed125b {
  padding-top: 5px;
padding-left: 50px;
padding-right: 50px;
}

#s-1d66a7cd-c532-4456-ae56-d595a6914726 {
  padding-top: 15px;
padding-left: 50px;
padding-right: 50px;
}

@media (min-width: 992px) and (max-width: 1199px){#s-5c0b6a34-84f3-4583-8122-e2bf747d06a2 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-5c0b6a34-84f3-4583-8122-e2bf747d06a2 {
  display: none;
}
#s-5c0b6a34-84f3-4583-8122-e2bf747d06a2, #wrap-s-5c0b6a34-84f3-4583-8122-e2bf747d06a2 { display:none !important; }}@media (max-width: 767px){#s-5c0b6a34-84f3-4583-8122-e2bf747d06a2 {
  display: none;
}
#s-5c0b6a34-84f3-4583-8122-e2bf747d06a2, #wrap-s-5c0b6a34-84f3-4583-8122-e2bf747d06a2 { display:none !important; }}
@media (min-width: 0px) {
[id="s-5c0b6a34-84f3-4583-8122-e2bf747d06a2"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 0.0px);
}

[id="s-5c0b6a34-84f3-4583-8122-e2bf747d06a2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5c0b6a34-84f3-4583-8122-e2bf747d06a2"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-5c0b6a34-84f3-4583-8122-e2bf747d06a2"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-5c0b6a34-84f3-4583-8122-e2bf747d06a2"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-5c0b6a34-84f3-4583-8122-e2bf747d06a2"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-5c0b6a34-84f3-4583-8122-e2bf747d06a2"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-5c0b6a34-84f3-4583-8122-e2bf747d06a2"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-5c0b6a34-84f3-4583-8122-e2bf747d06a2"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-5c0b6a34-84f3-4583-8122-e2bf747d06a2"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-5c0b6a34-84f3-4583-8122-e2bf747d06a2"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-5c0b6a34-84f3-4583-8122-e2bf747d06a2"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-5c0b6a34-84f3-4583-8122-e2bf747d06a2"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-5c0b6a34-84f3-4583-8122-e2bf747d06a2"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-5c0b6a34-84f3-4583-8122-e2bf747d06a2"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-5c0b6a34-84f3-4583-8122-e2bf747d06a2"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-5c0b6a34-84f3-4583-8122-e2bf747d06a2"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-5c0b6a34-84f3-4583-8122-e2bf747d06a2"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-5c0b6a34-84f3-4583-8122-e2bf747d06a2"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-5c0b6a34-84f3-4583-8122-e2bf747d06a2"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-5c0b6a34-84f3-4583-8122-e2bf747d06a2"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-5c0b6a34-84f3-4583-8122-e2bf747d06a2"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-5c0b6a34-84f3-4583-8122-e2bf747d06a2"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-5c0b6a34-84f3-4583-8122-e2bf747d06a2"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-5c0b6a34-84f3-4583-8122-e2bf747d06a2"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-5c0b6a34-84f3-4583-8122-e2bf747d06a2"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-5c0b6a34-84f3-4583-8122-e2bf747d06a2"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-5c0b6a34-84f3-4583-8122-e2bf747d06a2"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-5c0b6a34-84f3-4583-8122-e2bf747d06a2"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-5c0b6a34-84f3-4583-8122-e2bf747d06a2"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-5c0b6a34-84f3-4583-8122-e2bf747d06a2"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-5c0b6a34-84f3-4583-8122-e2bf747d06a2"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-5c0b6a34-84f3-4583-8122-e2bf747d06a2"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-5c0b6a34-84f3-4583-8122-e2bf747d06a2"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-5c0b6a34-84f3-4583-8122-e2bf747d06a2"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-5c0b6a34-84f3-4583-8122-e2bf747d06a2"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-5c0b6a34-84f3-4583-8122-e2bf747d06a2"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-5c0b6a34-84f3-4583-8122-e2bf747d06a2"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-4ab74483-011a-4662-8d2b-fdf53b3224fd {
  padding-top: 15px;
padding-left: 50px;
padding-right: 50px;
}

#s-cc2a28ca-e0fa-435e-87bd-d7e3449bde74 {
  padding-top: 5px;
padding-left: 50px;
padding-right: 50px;
}

#s-0eff7f42-3672-42fa-a7a2-487f18f85c9d {
  padding-top: 5px;
padding-left: 50px;
padding-right: 50px;
}

#s-f52e30ad-38ba-4da8-b36c-b0c3aa34c9ac {
  padding-top: 5px;
padding-left: 50px;
padding-right: 50px;
}

#s-276edc3b-5b8f-46c7-b3fb-2980dca076a2 {
  margin-top: 30px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-276edc3b-5b8f-46c7-b3fb-2980dca076a2 {
  display: none;
}
#s-276edc3b-5b8f-46c7-b3fb-2980dca076a2, #wrap-s-276edc3b-5b8f-46c7-b3fb-2980dca076a2 { display:none !important; }}@media (max-width: 767px){#s-276edc3b-5b8f-46c7-b3fb-2980dca076a2 {
  display: none;
}
#s-276edc3b-5b8f-46c7-b3fb-2980dca076a2, #wrap-s-276edc3b-5b8f-46c7-b3fb-2980dca076a2 { display:none !important; }}



  #s-276edc3b-5b8f-46c7-b3fb-2980dca076a2 img.shogun-image {
    
    width: px;
  }


#s-276edc3b-5b8f-46c7-b3fb-2980dca076a2 .shogun-image-content {
  
    align-items: center;
  
}

#s-4e289e86-004e-4002-a80c-057eca8fa0e8 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-4e289e86-004e-4002-a80c-057eca8fa0e8 {
  display: none;
}
#s-4e289e86-004e-4002-a80c-057eca8fa0e8, #wrap-s-4e289e86-004e-4002-a80c-057eca8fa0e8 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-4e289e86-004e-4002-a80c-057eca8fa0e8 {
  display: none;
}
#s-4e289e86-004e-4002-a80c-057eca8fa0e8, #wrap-s-4e289e86-004e-4002-a80c-057eca8fa0e8 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-4e289e86-004e-4002-a80c-057eca8fa0e8 {
  
}
}







#s-4e289e86-004e-4002-a80c-057eca8fa0e8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4e289e86-004e-4002-a80c-057eca8fa0e8.shg-box.shg-c {
  justify-content: center;
}

#s-c0445a12-e2bb-45c9-b7ca-e59d98da0433 {
  padding-left: 30px;
padding-right: 30px;
}

#s-0e356d76-50ed-479b-bc19-4d3e28f72927 {
  background-image: url(none);
background-repeat: no-repeat;
margin-left: 100px;
margin-right: 100px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(12, 29, 73, 1);
text-align: center;
text-decoration: none;
hover-type: color;
color: rgba(244, 244, 244, 1);
}
#s-0e356d76-50ed-479b-bc19-4d3e28f72927:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(12, 29, 73, 1) !important;
text-decoration: none !important;
hover-type: color !important;
color: rgba(244, 244, 244, 1) !important;}#s-0e356d76-50ed-479b-bc19-4d3e28f72927:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-0e356d76-50ed-479b-bc19-4d3e28f72927-btn-wrapper {
    text-align: center;
  }


#s-0e356d76-50ed-479b-bc19-4d3e28f72927.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}

#s-6bbffe48-ee77-42b6-93f8-2e3c4d76d46c {
  margin-top: -10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-6bbffe48-ee77-42b6-93f8-2e3c4d76d46c {
  display: none;
}
#s-6bbffe48-ee77-42b6-93f8-2e3c4d76d46c, #wrap-s-6bbffe48-ee77-42b6-93f8-2e3c4d76d46c { display:none !important; }}@media (max-width: 767px){#s-6bbffe48-ee77-42b6-93f8-2e3c4d76d46c {
  display: none;
}
#s-6bbffe48-ee77-42b6-93f8-2e3c4d76d46c, #wrap-s-6bbffe48-ee77-42b6-93f8-2e3c4d76d46c { display:none !important; }}



  #s-6bbffe48-ee77-42b6-93f8-2e3c4d76d46c img.shogun-image {
    
    width: px;
  }


#s-6bbffe48-ee77-42b6-93f8-2e3c4d76d46c .shogun-image-content {
  
    align-items: center;
  
}

#s-f0aae2bf-4f24-46d1-8437-f039103f3e9e {
  min-height: 50px;
}








#s-f0aae2bf-4f24-46d1-8437-f039103f3e9e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f0aae2bf-4f24-46d1-8437-f039103f3e9e.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-ab30858d-2160-4d80-972d-839b1fa6e4aa"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ab30858d-2160-4d80-972d-839b1fa6e4aa"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-ab30858d-2160-4d80-972d-839b1fa6e4aa"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-ab30858d-2160-4d80-972d-839b1fa6e4aa"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-ab30858d-2160-4d80-972d-839b1fa6e4aa"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-ab30858d-2160-4d80-972d-839b1fa6e4aa"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-ab30858d-2160-4d80-972d-839b1fa6e4aa"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-ab30858d-2160-4d80-972d-839b1fa6e4aa"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-ab30858d-2160-4d80-972d-839b1fa6e4aa"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-ab30858d-2160-4d80-972d-839b1fa6e4aa"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-ab30858d-2160-4d80-972d-839b1fa6e4aa"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-ab30858d-2160-4d80-972d-839b1fa6e4aa"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-ab30858d-2160-4d80-972d-839b1fa6e4aa"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-ab30858d-2160-4d80-972d-839b1fa6e4aa"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-ab30858d-2160-4d80-972d-839b1fa6e4aa"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-ab30858d-2160-4d80-972d-839b1fa6e4aa"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-ab30858d-2160-4d80-972d-839b1fa6e4aa"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-ab30858d-2160-4d80-972d-839b1fa6e4aa"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-ab30858d-2160-4d80-972d-839b1fa6e4aa"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-ab30858d-2160-4d80-972d-839b1fa6e4aa"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-ab30858d-2160-4d80-972d-839b1fa6e4aa"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-ab30858d-2160-4d80-972d-839b1fa6e4aa"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-ab30858d-2160-4d80-972d-839b1fa6e4aa"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-ab30858d-2160-4d80-972d-839b1fa6e4aa"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-ab30858d-2160-4d80-972d-839b1fa6e4aa"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-ab30858d-2160-4d80-972d-839b1fa6e4aa"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-ab30858d-2160-4d80-972d-839b1fa6e4aa"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-ab30858d-2160-4d80-972d-839b1fa6e4aa"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-ab30858d-2160-4d80-972d-839b1fa6e4aa"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-ab30858d-2160-4d80-972d-839b1fa6e4aa"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-ab30858d-2160-4d80-972d-839b1fa6e4aa"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-ab30858d-2160-4d80-972d-839b1fa6e4aa"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-ab30858d-2160-4d80-972d-839b1fa6e4aa"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-ab30858d-2160-4d80-972d-839b1fa6e4aa"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-ab30858d-2160-4d80-972d-839b1fa6e4aa"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-ab30858d-2160-4d80-972d-839b1fa6e4aa"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-ab30858d-2160-4d80-972d-839b1fa6e4aa"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-0c837be3-66be-4ea9-a091-74f00db3e895 {
  margin-top: 30px;
margin-bottom: 30px;
padding-top: 30px;
padding-bottom: 30px;
min-height: 50px;
background-color: rgba(255, 255, 255, 0.79);
}








#s-0c837be3-66be-4ea9-a091-74f00db3e895 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0c837be3-66be-4ea9-a091-74f00db3e895.shg-box.shg-c {
  justify-content: center;
}

#s-c9a1e984-fc07-4419-8614-3a9dcdfaf227 {
  padding-left: 70px;
padding-right: 70px;
}

#s-f365869f-2377-4704-ae7e-7102121bd384 {
  background-image: url(none);
background-repeat: no-repeat;
margin-left: 70px;
margin-bottom: 20px;
margin-right: 70px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(12, 29, 73, 1);
text-align: left;
text-decoration: none;
hover-type: color;
color: rgba(244, 244, 244, 1);
}
#s-f365869f-2377-4704-ae7e-7102121bd384:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(12, 29, 73, 1) !important;
text-decoration: none !important;
hover-type: color !important;
color: rgba(244, 244, 244, 1) !important;}#s-f365869f-2377-4704-ae7e-7102121bd384:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-f365869f-2377-4704-ae7e-7102121bd384-btn-wrapper {
    text-align: left;
  }


#s-f365869f-2377-4704-ae7e-7102121bd384.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}

#s-611bd2c9-ea6e-4c80-8574-3ab8359ec952 {
  min-height: 50px;
background-attachment: scroll;
}








#s-611bd2c9-ea6e-4c80-8574-3ab8359ec952 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-611bd2c9-ea6e-4c80-8574-3ab8359ec952.shg-box.shg-c {
  justify-content: center;
}

#s-28cb4b9e-da1a-4e4b-9553-08f0d4338b5f {
  margin-top: 100px;
}
@media (min-width: 1200px){#s-28cb4b9e-da1a-4e4b-9553-08f0d4338b5f {
  display: none;
}
#s-28cb4b9e-da1a-4e4b-9553-08f0d4338b5f, #wrap-s-28cb4b9e-da1a-4e4b-9553-08f0d4338b5f { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-28cb4b9e-da1a-4e4b-9553-08f0d4338b5f {
  display: none;
}
#s-28cb4b9e-da1a-4e4b-9553-08f0d4338b5f, #wrap-s-28cb4b9e-da1a-4e4b-9553-08f0d4338b5f { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-28cb4b9e-da1a-4e4b-9553-08f0d4338b5f {
  
}
}



  #s-28cb4b9e-da1a-4e4b-9553-08f0d4338b5f img.shogun-image {
    
    width: px;
  }


#s-28cb4b9e-da1a-4e4b-9553-08f0d4338b5f .shogun-image-content {
  
    align-items: center;
  
}

#s-d7a525b8-32b8-43f8-adaf-c26b1083dd89 {
  min-height: 50px;
}








#s-d7a525b8-32b8-43f8-adaf-c26b1083dd89 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d7a525b8-32b8-43f8-adaf-c26b1083dd89.shg-box.shg-c {
  justify-content: center;
}

#s-dd0b8e2c-1b04-48f1-8778-4bf0c72a9dd6 {
  padding-top: 15px;
padding-bottom: 15px;
min-height: 50px;
background-color: rgba(255, 255, 255, 0.55);
}








#s-dd0b8e2c-1b04-48f1-8778-4bf0c72a9dd6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0.4;
}#s-dd0b8e2c-1b04-48f1-8778-4bf0c72a9dd6.shg-box.shg-c {
  justify-content: center;
}

#s-372f84fa-9c08-4db8-a260-1dc287db56d7 {
  padding-left: 30px;
padding-right: 30px;
}

#s-1b6ce98a-89d3-4872-9c88-f2c264dd8b5c {
  background-image: url(none);
background-repeat: no-repeat;
margin-left: 30px;
margin-right: 30px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(12, 29, 73, 1);
text-align: center;
text-decoration: none;
hover-type: color;
color: rgba(244, 244, 244, 1);
}
#s-1b6ce98a-89d3-4872-9c88-f2c264dd8b5c:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(12, 29, 73, 1) !important;
text-decoration: none !important;
hover-type: color !important;
color: rgba(244, 244, 244, 1) !important;}#s-1b6ce98a-89d3-4872-9c88-f2c264dd8b5c:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-1b6ce98a-89d3-4872-9c88-f2c264dd8b5c-btn-wrapper {
    text-align: center;
  }


#s-1b6ce98a-89d3-4872-9c88-f2c264dd8b5c.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}

#s-5a490368-0759-4f09-9d88-40a530710014 {
  min-height: 50px;
}
@media (max-width: 767px){#s-5a490368-0759-4f09-9d88-40a530710014 {
  display: none;
}
#s-5a490368-0759-4f09-9d88-40a530710014, #wrap-s-5a490368-0759-4f09-9d88-40a530710014 { display:none !important; }}







#s-5a490368-0759-4f09-9d88-40a530710014 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5a490368-0759-4f09-9d88-40a530710014.shg-box.shg-c {
  justify-content: center;
}

@media (max-width: 767px){#s-383f417d-2ea7-4b66-aa9e-10a0678c1dec {
  display: none;
}
#s-383f417d-2ea7-4b66-aa9e-10a0678c1dec, #wrap-s-383f417d-2ea7-4b66-aa9e-10a0678c1dec { display:none !important; }}
#s-8b59f118-aa05-4fb0-95d3-23c987cd78c1 {
  margin-top: 15px;
margin-bottom: 15px;
}
@media (min-width: 1200px){#s-8b59f118-aa05-4fb0-95d3-23c987cd78c1 {
  display: none;
}
#s-8b59f118-aa05-4fb0-95d3-23c987cd78c1, #wrap-s-8b59f118-aa05-4fb0-95d3-23c987cd78c1 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8b59f118-aa05-4fb0-95d3-23c987cd78c1 {
  display: none;
}
#s-8b59f118-aa05-4fb0-95d3-23c987cd78c1, #wrap-s-8b59f118-aa05-4fb0-95d3-23c987cd78c1 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-8b59f118-aa05-4fb0-95d3-23c987cd78c1 {
  display: none;
}
#s-8b59f118-aa05-4fb0-95d3-23c987cd78c1, #wrap-s-8b59f118-aa05-4fb0-95d3-23c987cd78c1 { display:none !important; }}
#s-8e134e70-6dc8-421b-a1b6-04fa286c5d53 {
  min-height: 50px;
}
@media (max-width: 767px){#s-8e134e70-6dc8-421b-a1b6-04fa286c5d53 {
  display: none;
}
#s-8e134e70-6dc8-421b-a1b6-04fa286c5d53, #wrap-s-8e134e70-6dc8-421b-a1b6-04fa286c5d53 { display:none !important; }}







#s-8e134e70-6dc8-421b-a1b6-04fa286c5d53 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8e134e70-6dc8-421b-a1b6-04fa286c5d53.shg-box.shg-c {
  justify-content: center;
}

#s-bbd09737-96e3-4852-a63d-a3645c79174e {
  min-height: 50px;
background-color: rgba(12, 29, 73, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-bbd09737-96e3-4852-a63d-a3645c79174e {
  display: none;
}
#s-bbd09737-96e3-4852-a63d-a3645c79174e, #wrap-s-bbd09737-96e3-4852-a63d-a3645c79174e { display:none !important; }}@media (max-width: 767px){#s-bbd09737-96e3-4852-a63d-a3645c79174e {
  display: none;
}
#s-bbd09737-96e3-4852-a63d-a3645c79174e, #wrap-s-bbd09737-96e3-4852-a63d-a3645c79174e { display:none !important; }}







#s-bbd09737-96e3-4852-a63d-a3645c79174e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bbd09737-96e3-4852-a63d-a3645c79174e.shg-box.shg-c {
  justify-content: center;
}

#s-33e4eeec-9952-479c-b2da-d54f07b81515 {
  padding-top: 10px;
padding-bottom: 10px;
}

@media (min-width: 768px) and (max-width: 991px){#s-a270b2f7-b7c6-47d8-906f-62fdc30304b6 {
  display: none;
}
#s-a270b2f7-b7c6-47d8-906f-62fdc30304b6, #wrap-s-a270b2f7-b7c6-47d8-906f-62fdc30304b6 { display:none !important; }}@media (max-width: 767px){#s-a270b2f7-b7c6-47d8-906f-62fdc30304b6 {
  display: none;
}
#s-a270b2f7-b7c6-47d8-906f-62fdc30304b6, #wrap-s-a270b2f7-b7c6-47d8-906f-62fdc30304b6 { display:none !important; }}
@media (min-width: 0px) {
[id="s-a270b2f7-b7c6-47d8-906f-62fdc30304b6"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-a270b2f7-b7c6-47d8-906f-62fdc30304b6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a270b2f7-b7c6-47d8-906f-62fdc30304b6"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-a270b2f7-b7c6-47d8-906f-62fdc30304b6"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-a270b2f7-b7c6-47d8-906f-62fdc30304b6"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-a270b2f7-b7c6-47d8-906f-62fdc30304b6"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-a270b2f7-b7c6-47d8-906f-62fdc30304b6"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-a270b2f7-b7c6-47d8-906f-62fdc30304b6"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-a270b2f7-b7c6-47d8-906f-62fdc30304b6"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-a270b2f7-b7c6-47d8-906f-62fdc30304b6"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-a270b2f7-b7c6-47d8-906f-62fdc30304b6"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-a270b2f7-b7c6-47d8-906f-62fdc30304b6"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-a270b2f7-b7c6-47d8-906f-62fdc30304b6"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-a270b2f7-b7c6-47d8-906f-62fdc30304b6"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-a270b2f7-b7c6-47d8-906f-62fdc30304b6"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-a270b2f7-b7c6-47d8-906f-62fdc30304b6"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-a270b2f7-b7c6-47d8-906f-62fdc30304b6"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-a270b2f7-b7c6-47d8-906f-62fdc30304b6"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-a270b2f7-b7c6-47d8-906f-62fdc30304b6"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-a270b2f7-b7c6-47d8-906f-62fdc30304b6"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-a270b2f7-b7c6-47d8-906f-62fdc30304b6"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-a270b2f7-b7c6-47d8-906f-62fdc30304b6"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-a270b2f7-b7c6-47d8-906f-62fdc30304b6"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-a270b2f7-b7c6-47d8-906f-62fdc30304b6"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-a270b2f7-b7c6-47d8-906f-62fdc30304b6"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-a270b2f7-b7c6-47d8-906f-62fdc30304b6"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-a270b2f7-b7c6-47d8-906f-62fdc30304b6"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-a270b2f7-b7c6-47d8-906f-62fdc30304b6"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-a270b2f7-b7c6-47d8-906f-62fdc30304b6"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-a270b2f7-b7c6-47d8-906f-62fdc30304b6"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-a270b2f7-b7c6-47d8-906f-62fdc30304b6"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-a270b2f7-b7c6-47d8-906f-62fdc30304b6"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-a270b2f7-b7c6-47d8-906f-62fdc30304b6"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-a270b2f7-b7c6-47d8-906f-62fdc30304b6"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-a270b2f7-b7c6-47d8-906f-62fdc30304b6"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-a270b2f7-b7c6-47d8-906f-62fdc30304b6"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-a270b2f7-b7c6-47d8-906f-62fdc30304b6"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-a270b2f7-b7c6-47d8-906f-62fdc30304b6"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-3483def0-620f-4fb2-a992-32ada03e1241 {
  text-align: center;
}




  #s-3483def0-620f-4fb2-a992-32ada03e1241 img.shogun-image {
    
    width: px;
  }


#s-3483def0-620f-4fb2-a992-32ada03e1241 .shogun-image-content {
  
    align-items: center;
  
}

#s-8ebb0747-5f71-434e-a6ce-3062263a905e {
  text-align: center;
}




  #s-8ebb0747-5f71-434e-a6ce-3062263a905e img.shogun-image {
    
    width: px;
  }


#s-8ebb0747-5f71-434e-a6ce-3062263a905e .shogun-image-content {
  
    align-items: center;
  
}

#s-baf59c4e-9397-49ce-995e-e020fd2637d8 {
  text-align: center;
}




  #s-baf59c4e-9397-49ce-995e-e020fd2637d8 img.shogun-image {
    
    width: px;
  }


#s-baf59c4e-9397-49ce-995e-e020fd2637d8 .shogun-image-content {
  
    align-items: center;
  
}

#s-84fa8c29-e724-4158-a949-46265be4c170 {
  text-align: center;
}




  #s-84fa8c29-e724-4158-a949-46265be4c170 img.shogun-image {
    
    width: px;
  }


#s-84fa8c29-e724-4158-a949-46265be4c170 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 768px) and (max-width: 991px){#s-ca0a1feb-d63a-41ea-91b4-49999af9910a {
  display: none;
}
#s-ca0a1feb-d63a-41ea-91b4-49999af9910a, #wrap-s-ca0a1feb-d63a-41ea-91b4-49999af9910a { display:none !important; }}@media (max-width: 767px){#s-ca0a1feb-d63a-41ea-91b4-49999af9910a {
  display: none;
}
#s-ca0a1feb-d63a-41ea-91b4-49999af9910a, #wrap-s-ca0a1feb-d63a-41ea-91b4-49999af9910a { display:none !important; }}
@media (min-width: 0px) {
[id="s-ca0a1feb-d63a-41ea-91b4-49999af9910a"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-ca0a1feb-d63a-41ea-91b4-49999af9910a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ca0a1feb-d63a-41ea-91b4-49999af9910a"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-ca0a1feb-d63a-41ea-91b4-49999af9910a"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-ca0a1feb-d63a-41ea-91b4-49999af9910a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-ca0a1feb-d63a-41ea-91b4-49999af9910a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-ca0a1feb-d63a-41ea-91b4-49999af9910a"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-ca0a1feb-d63a-41ea-91b4-49999af9910a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-ca0a1feb-d63a-41ea-91b4-49999af9910a"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-ca0a1feb-d63a-41ea-91b4-49999af9910a"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-ca0a1feb-d63a-41ea-91b4-49999af9910a"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-ca0a1feb-d63a-41ea-91b4-49999af9910a"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-ca0a1feb-d63a-41ea-91b4-49999af9910a"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-ca0a1feb-d63a-41ea-91b4-49999af9910a"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-ca0a1feb-d63a-41ea-91b4-49999af9910a"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-ca0a1feb-d63a-41ea-91b4-49999af9910a"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-ca0a1feb-d63a-41ea-91b4-49999af9910a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-ca0a1feb-d63a-41ea-91b4-49999af9910a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-ca0a1feb-d63a-41ea-91b4-49999af9910a"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-ca0a1feb-d63a-41ea-91b4-49999af9910a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-ca0a1feb-d63a-41ea-91b4-49999af9910a"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-ca0a1feb-d63a-41ea-91b4-49999af9910a"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-ca0a1feb-d63a-41ea-91b4-49999af9910a"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-ca0a1feb-d63a-41ea-91b4-49999af9910a"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-ca0a1feb-d63a-41ea-91b4-49999af9910a"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-ca0a1feb-d63a-41ea-91b4-49999af9910a"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-ca0a1feb-d63a-41ea-91b4-49999af9910a"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-ca0a1feb-d63a-41ea-91b4-49999af9910a"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-ca0a1feb-d63a-41ea-91b4-49999af9910a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-ca0a1feb-d63a-41ea-91b4-49999af9910a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-ca0a1feb-d63a-41ea-91b4-49999af9910a"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-ca0a1feb-d63a-41ea-91b4-49999af9910a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-ca0a1feb-d63a-41ea-91b4-49999af9910a"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-ca0a1feb-d63a-41ea-91b4-49999af9910a"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-ca0a1feb-d63a-41ea-91b4-49999af9910a"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-ca0a1feb-d63a-41ea-91b4-49999af9910a"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-ca0a1feb-d63a-41ea-91b4-49999af9910a"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-ca0a1feb-d63a-41ea-91b4-49999af9910a"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-45364d83-d001-47fd-95d3-fc9d133a0e5f {
  text-align: center;
}




  #s-45364d83-d001-47fd-95d3-fc9d133a0e5f img.shogun-image {
    
    width: px;
  }


#s-45364d83-d001-47fd-95d3-fc9d133a0e5f .shogun-image-content {
  
    align-items: center;
  
}

#s-9414a57f-7c89-48b6-a893-951530122f33 {
  text-align: center;
}




  #s-9414a57f-7c89-48b6-a893-951530122f33 img.shogun-image {
    
    width: px;
  }


#s-9414a57f-7c89-48b6-a893-951530122f33 .shogun-image-content {
  
    align-items: center;
  
}

#s-c1a56ed7-9724-4301-9523-471c9b7d07cf {
  text-align: center;
}




  #s-c1a56ed7-9724-4301-9523-471c9b7d07cf img.shogun-image {
    
    width: px;
  }


#s-c1a56ed7-9724-4301-9523-471c9b7d07cf .shogun-image-content {
  
    align-items: center;
  
}

#s-b5410f6d-b7ba-428c-8394-ec942cd1c58e {
  text-align: center;
}




  #s-b5410f6d-b7ba-428c-8394-ec942cd1c58e img.shogun-image {
    
    width: px;
  }


#s-b5410f6d-b7ba-428c-8394-ec942cd1c58e .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 768px) and (max-width: 991px){#s-798531db-629a-48d5-95f7-34fb8dddc624 {
  display: none;
}
#s-798531db-629a-48d5-95f7-34fb8dddc624, #wrap-s-798531db-629a-48d5-95f7-34fb8dddc624 { display:none !important; }}@media (max-width: 767px){#s-798531db-629a-48d5-95f7-34fb8dddc624 {
  display: none;
}
#s-798531db-629a-48d5-95f7-34fb8dddc624, #wrap-s-798531db-629a-48d5-95f7-34fb8dddc624 { display:none !important; }}
@media (min-width: 0px) {
[id="s-798531db-629a-48d5-95f7-34fb8dddc624"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-798531db-629a-48d5-95f7-34fb8dddc624"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-798531db-629a-48d5-95f7-34fb8dddc624"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-798531db-629a-48d5-95f7-34fb8dddc624"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-798531db-629a-48d5-95f7-34fb8dddc624"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-798531db-629a-48d5-95f7-34fb8dddc624"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-798531db-629a-48d5-95f7-34fb8dddc624"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-798531db-629a-48d5-95f7-34fb8dddc624"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-798531db-629a-48d5-95f7-34fb8dddc624"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-798531db-629a-48d5-95f7-34fb8dddc624"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-798531db-629a-48d5-95f7-34fb8dddc624"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-798531db-629a-48d5-95f7-34fb8dddc624"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-798531db-629a-48d5-95f7-34fb8dddc624"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-798531db-629a-48d5-95f7-34fb8dddc624"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-798531db-629a-48d5-95f7-34fb8dddc624"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-798531db-629a-48d5-95f7-34fb8dddc624"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-798531db-629a-48d5-95f7-34fb8dddc624"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-798531db-629a-48d5-95f7-34fb8dddc624"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-798531db-629a-48d5-95f7-34fb8dddc624"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-798531db-629a-48d5-95f7-34fb8dddc624"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-798531db-629a-48d5-95f7-34fb8dddc624"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-798531db-629a-48d5-95f7-34fb8dddc624"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-798531db-629a-48d5-95f7-34fb8dddc624"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-798531db-629a-48d5-95f7-34fb8dddc624"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-798531db-629a-48d5-95f7-34fb8dddc624"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-798531db-629a-48d5-95f7-34fb8dddc624"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-798531db-629a-48d5-95f7-34fb8dddc624"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-798531db-629a-48d5-95f7-34fb8dddc624"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-798531db-629a-48d5-95f7-34fb8dddc624"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-798531db-629a-48d5-95f7-34fb8dddc624"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-798531db-629a-48d5-95f7-34fb8dddc624"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-798531db-629a-48d5-95f7-34fb8dddc624"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-798531db-629a-48d5-95f7-34fb8dddc624"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-798531db-629a-48d5-95f7-34fb8dddc624"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-798531db-629a-48d5-95f7-34fb8dddc624"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-798531db-629a-48d5-95f7-34fb8dddc624"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-798531db-629a-48d5-95f7-34fb8dddc624"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-798531db-629a-48d5-95f7-34fb8dddc624"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-c43482e5-5b25-4130-a22c-0da5745b6fdc {
  text-align: center;
}




  #s-c43482e5-5b25-4130-a22c-0da5745b6fdc img.shogun-image {
    
    width: px;
  }


#s-c43482e5-5b25-4130-a22c-0da5745b6fdc .shogun-image-content {
  
    align-items: center;
  
}

#s-58636c86-e25a-4c1f-b9e9-1a74a33b48c9 {
  text-align: center;
}




  #s-58636c86-e25a-4c1f-b9e9-1a74a33b48c9 img.shogun-image {
    
    width: px;
  }


#s-58636c86-e25a-4c1f-b9e9-1a74a33b48c9 .shogun-image-content {
  
    align-items: center;
  
}

#s-50f33b7d-ac91-45fc-a2c5-bbabd21db7a9 {
  text-align: center;
}




  #s-50f33b7d-ac91-45fc-a2c5-bbabd21db7a9 img.shogun-image {
    
    width: px;
  }


#s-50f33b7d-ac91-45fc-a2c5-bbabd21db7a9 .shogun-image-content {
  
    align-items: center;
  
}

#s-7a4b1ac2-a77d-422a-a809-100fce59d322 {
  text-align: center;
}




  #s-7a4b1ac2-a77d-422a-a809-100fce59d322 img.shogun-image {
    
    width: px;
  }


#s-7a4b1ac2-a77d-422a-a809-100fce59d322 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 1200px){#s-d05523ff-2c1e-4038-8915-a0f2f2cbc18f {
  display: none;
}
#s-d05523ff-2c1e-4038-8915-a0f2f2cbc18f, #wrap-s-d05523ff-2c1e-4038-8915-a0f2f2cbc18f { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d05523ff-2c1e-4038-8915-a0f2f2cbc18f {
  display: none;
}
#s-d05523ff-2c1e-4038-8915-a0f2f2cbc18f, #wrap-s-d05523ff-2c1e-4038-8915-a0f2f2cbc18f { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-d05523ff-2c1e-4038-8915-a0f2f2cbc18f {
  
}
}@media (max-width: 767px){#s-d05523ff-2c1e-4038-8915-a0f2f2cbc18f {
  display: none;
}
#s-d05523ff-2c1e-4038-8915-a0f2f2cbc18f, #wrap-s-d05523ff-2c1e-4038-8915-a0f2f2cbc18f { display:none !important; }}
@media (min-width: 0px) {
[id="s-d05523ff-2c1e-4038-8915-a0f2f2cbc18f"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-d05523ff-2c1e-4038-8915-a0f2f2cbc18f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d05523ff-2c1e-4038-8915-a0f2f2cbc18f"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-d05523ff-2c1e-4038-8915-a0f2f2cbc18f"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-d05523ff-2c1e-4038-8915-a0f2f2cbc18f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-d05523ff-2c1e-4038-8915-a0f2f2cbc18f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-d05523ff-2c1e-4038-8915-a0f2f2cbc18f"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-d05523ff-2c1e-4038-8915-a0f2f2cbc18f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-d05523ff-2c1e-4038-8915-a0f2f2cbc18f"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-d05523ff-2c1e-4038-8915-a0f2f2cbc18f"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-d05523ff-2c1e-4038-8915-a0f2f2cbc18f"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-d05523ff-2c1e-4038-8915-a0f2f2cbc18f"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-d05523ff-2c1e-4038-8915-a0f2f2cbc18f"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-d05523ff-2c1e-4038-8915-a0f2f2cbc18f"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-d05523ff-2c1e-4038-8915-a0f2f2cbc18f"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-d05523ff-2c1e-4038-8915-a0f2f2cbc18f"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-d05523ff-2c1e-4038-8915-a0f2f2cbc18f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-d05523ff-2c1e-4038-8915-a0f2f2cbc18f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-d05523ff-2c1e-4038-8915-a0f2f2cbc18f"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-d05523ff-2c1e-4038-8915-a0f2f2cbc18f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-d05523ff-2c1e-4038-8915-a0f2f2cbc18f"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-d05523ff-2c1e-4038-8915-a0f2f2cbc18f"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-d05523ff-2c1e-4038-8915-a0f2f2cbc18f"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-d05523ff-2c1e-4038-8915-a0f2f2cbc18f"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-d05523ff-2c1e-4038-8915-a0f2f2cbc18f"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-d05523ff-2c1e-4038-8915-a0f2f2cbc18f"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-d05523ff-2c1e-4038-8915-a0f2f2cbc18f"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-d05523ff-2c1e-4038-8915-a0f2f2cbc18f"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-d05523ff-2c1e-4038-8915-a0f2f2cbc18f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-d05523ff-2c1e-4038-8915-a0f2f2cbc18f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-d05523ff-2c1e-4038-8915-a0f2f2cbc18f"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-d05523ff-2c1e-4038-8915-a0f2f2cbc18f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-d05523ff-2c1e-4038-8915-a0f2f2cbc18f"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-d05523ff-2c1e-4038-8915-a0f2f2cbc18f"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-d05523ff-2c1e-4038-8915-a0f2f2cbc18f"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-d05523ff-2c1e-4038-8915-a0f2f2cbc18f"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-d05523ff-2c1e-4038-8915-a0f2f2cbc18f"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-d05523ff-2c1e-4038-8915-a0f2f2cbc18f"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-b3298cca-4a93-4d62-96dc-ab7899549e0c {
  text-align: center;
}




  #s-b3298cca-4a93-4d62-96dc-ab7899549e0c img.shogun-image {
    
    width: px;
  }


#s-b3298cca-4a93-4d62-96dc-ab7899549e0c .shogun-image-content {
  
    align-items: center;
  
}

#s-24d0a006-cfc6-4eda-afc7-51ea2beff789 {
  text-align: center;
}




  #s-24d0a006-cfc6-4eda-afc7-51ea2beff789 img.shogun-image {
    
    width: px;
  }


#s-24d0a006-cfc6-4eda-afc7-51ea2beff789 .shogun-image-content {
  
    align-items: center;
  
}

#s-4aed8766-5b0c-4851-b1b4-0429771bdb47 {
  text-align: center;
}




  #s-4aed8766-5b0c-4851-b1b4-0429771bdb47 img.shogun-image {
    
    width: px;
  }


#s-4aed8766-5b0c-4851-b1b4-0429771bdb47 .shogun-image-content {
  
    align-items: center;
  
}

#s-8ba24b70-aa73-469b-987e-5ae5545458be {
  text-align: center;
}




  #s-8ba24b70-aa73-469b-987e-5ae5545458be img.shogun-image {
    
    width: px;
  }


#s-8ba24b70-aa73-469b-987e-5ae5545458be .shogun-image-content {
  
    align-items: center;
  
}

#s-b092a256-8826-4695-99e1-51e7ce4b2130 {
  padding-top: 50px;
min-height: 50px;
}








#s-b092a256-8826-4695-99e1-51e7ce4b2130 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b092a256-8826-4695-99e1-51e7ce4b2130.shg-box.shg-c {
  justify-content: center;
}

#s-2bd74352-bc9e-4a07-88c0-a7e31286f9d4 {
  margin-top: -50px;
}
@media (max-width: 767px){#s-2bd74352-bc9e-4a07-88c0-a7e31286f9d4 {
  display: none;
}
#s-2bd74352-bc9e-4a07-88c0-a7e31286f9d4, #wrap-s-2bd74352-bc9e-4a07-88c0-a7e31286f9d4 { display:none !important; }}
@media (min-width: 0px) {
[id="s-2bd74352-bc9e-4a07-88c0-a7e31286f9d4"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2bd74352-bc9e-4a07-88c0-a7e31286f9d4"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-2bd74352-bc9e-4a07-88c0-a7e31286f9d4"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-2bd74352-bc9e-4a07-88c0-a7e31286f9d4"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-2bd74352-bc9e-4a07-88c0-a7e31286f9d4"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-2bd74352-bc9e-4a07-88c0-a7e31286f9d4"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-2bd74352-bc9e-4a07-88c0-a7e31286f9d4"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-2bd74352-bc9e-4a07-88c0-a7e31286f9d4"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-2bd74352-bc9e-4a07-88c0-a7e31286f9d4"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-2bd74352-bc9e-4a07-88c0-a7e31286f9d4"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-2bd74352-bc9e-4a07-88c0-a7e31286f9d4"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-2bd74352-bc9e-4a07-88c0-a7e31286f9d4"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-2bd74352-bc9e-4a07-88c0-a7e31286f9d4"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-2bd74352-bc9e-4a07-88c0-a7e31286f9d4"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-2bd74352-bc9e-4a07-88c0-a7e31286f9d4"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-2bd74352-bc9e-4a07-88c0-a7e31286f9d4"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-2bd74352-bc9e-4a07-88c0-a7e31286f9d4"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-2bd74352-bc9e-4a07-88c0-a7e31286f9d4"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-2bd74352-bc9e-4a07-88c0-a7e31286f9d4"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-2bd74352-bc9e-4a07-88c0-a7e31286f9d4"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-2bd74352-bc9e-4a07-88c0-a7e31286f9d4"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-2bd74352-bc9e-4a07-88c0-a7e31286f9d4"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-2bd74352-bc9e-4a07-88c0-a7e31286f9d4"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-2bd74352-bc9e-4a07-88c0-a7e31286f9d4"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-2bd74352-bc9e-4a07-88c0-a7e31286f9d4"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-2bd74352-bc9e-4a07-88c0-a7e31286f9d4"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-2bd74352-bc9e-4a07-88c0-a7e31286f9d4"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-2bd74352-bc9e-4a07-88c0-a7e31286f9d4"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-2bd74352-bc9e-4a07-88c0-a7e31286f9d4"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-2bd74352-bc9e-4a07-88c0-a7e31286f9d4"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-2bd74352-bc9e-4a07-88c0-a7e31286f9d4"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-2bd74352-bc9e-4a07-88c0-a7e31286f9d4"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-2bd74352-bc9e-4a07-88c0-a7e31286f9d4"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-2bd74352-bc9e-4a07-88c0-a7e31286f9d4"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-2bd74352-bc9e-4a07-88c0-a7e31286f9d4"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-2bd74352-bc9e-4a07-88c0-a7e31286f9d4"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-2bd74352-bc9e-4a07-88c0-a7e31286f9d4"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-2bd74352-bc9e-4a07-88c0-a7e31286f9d4"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-db11b779-8321-438a-9eac-c6e088482ebc {
  text-align: center;
}
@media (min-width: 1200px){#s-db11b779-8321-438a-9eac-c6e088482ebc {
  display: none;
}
#s-db11b779-8321-438a-9eac-c6e088482ebc, #wrap-s-db11b779-8321-438a-9eac-c6e088482ebc { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-db11b779-8321-438a-9eac-c6e088482ebc {
  display: none;
}
#s-db11b779-8321-438a-9eac-c6e088482ebc, #wrap-s-db11b779-8321-438a-9eac-c6e088482ebc { display:none !important; }}@media (max-width: 767px){#s-db11b779-8321-438a-9eac-c6e088482ebc {
  display: none;
}
#s-db11b779-8321-438a-9eac-c6e088482ebc, #wrap-s-db11b779-8321-438a-9eac-c6e088482ebc { display:none !important; }}



  #s-db11b779-8321-438a-9eac-c6e088482ebc img.shogun-image {
    
    width: px;
  }


#s-db11b779-8321-438a-9eac-c6e088482ebc .shogun-image-content {
  
    align-items: center;
  
}

#s-f0b78dae-13ac-47da-8644-4ad1452ebd04 {
  margin-top: 5px;
padding-left: 100px;
padding-right: 100px;
}

#s-bc1c0ac2-c8d1-4450-bcdc-cf4aaaf9feb5 {
  display: none;
}
#s-f2416d08-b8e8-45f4-99b9-a99ed3cd33a8 {
  margin-top: 10px;
margin-bottom: 10px;
text-align: center;
}

#s-f2416d08-b8e8-45f4-99b9-a99ed3cd33a8 .shg-product-sold-out {
  display: none;
  color: rgba(12, 29, 73, 1);
  font-size: 18px;
}

#s-f2416d08-b8e8-45f4-99b9-a99ed3cd33a8 .shg-product-price {
  color: rgba(12, 29, 73, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-f2416d08-b8e8-45f4-99b9-a99ed3cd33a8 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
.shg-btn.shg-cse, .shg-btn.shg-cse:hover, .shg-btn.shg-cse:focus {
  color: #FFF;
}

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

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

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

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

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

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

#s-d8881315-e24d-4bde-90fb-a53eb3b96b3c {
  background-image: url(none);
background-repeat: no-repeat;
margin-bottom: 30px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(12, 29, 73, 1);
text-align: center;
cursor: pointer;
color: rgba(244, 244, 244, 1);
hover-type: color;
}
#s-d8881315-e24d-4bde-90fb-a53eb3b96b3c:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(12, 29, 73, 1) !important;
text-decoration: none !important;
hover-type: color !important;
color: rgba(244, 244, 244, 1) !important;}#s-d8881315-e24d-4bde-90fb-a53eb3b96b3c:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-d8881315-e24d-4bde-90fb-a53eb3b96b3c {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-d8881315-e24d-4bde-90fb-a53eb3b96b3c.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d8881315-e24d-4bde-90fb-a53eb3b96b3c.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}

#s-d8881315-e24d-4bde-90fb-a53eb3b96b3c.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-ccc29f88-43cc-43cb-8e66-6b6a645ca574 {
  min-height: 50px;
}








#s-ccc29f88-43cc-43cb-8e66-6b6a645ca574 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ccc29f88-43cc-43cb-8e66-6b6a645ca574.shg-box.shg-c {
  justify-content: center;
}

#s-36c23c21-28a1-4d1c-8fcf-26ce9f1bf6bc {
  margin-top: 30px;
}
@media (min-width: 768px) and (max-width: 991px){#s-36c23c21-28a1-4d1c-8fcf-26ce9f1bf6bc {
  display: none;
}
#s-36c23c21-28a1-4d1c-8fcf-26ce9f1bf6bc, #wrap-s-36c23c21-28a1-4d1c-8fcf-26ce9f1bf6bc { display:none !important; }}
@media (min-width: 0px) {
[id="s-36c23c21-28a1-4d1c-8fcf-26ce9f1bf6bc"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-36c23c21-28a1-4d1c-8fcf-26ce9f1bf6bc"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-36c23c21-28a1-4d1c-8fcf-26ce9f1bf6bc"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-36c23c21-28a1-4d1c-8fcf-26ce9f1bf6bc"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-36c23c21-28a1-4d1c-8fcf-26ce9f1bf6bc"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-36c23c21-28a1-4d1c-8fcf-26ce9f1bf6bc"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-36c23c21-28a1-4d1c-8fcf-26ce9f1bf6bc"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-36c23c21-28a1-4d1c-8fcf-26ce9f1bf6bc"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-36c23c21-28a1-4d1c-8fcf-26ce9f1bf6bc"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-36c23c21-28a1-4d1c-8fcf-26ce9f1bf6bc"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-36c23c21-28a1-4d1c-8fcf-26ce9f1bf6bc"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-36c23c21-28a1-4d1c-8fcf-26ce9f1bf6bc"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-36c23c21-28a1-4d1c-8fcf-26ce9f1bf6bc"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-36c23c21-28a1-4d1c-8fcf-26ce9f1bf6bc"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-36c23c21-28a1-4d1c-8fcf-26ce9f1bf6bc"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-36c23c21-28a1-4d1c-8fcf-26ce9f1bf6bc"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-36c23c21-28a1-4d1c-8fcf-26ce9f1bf6bc"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-36c23c21-28a1-4d1c-8fcf-26ce9f1bf6bc"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-36c23c21-28a1-4d1c-8fcf-26ce9f1bf6bc"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-36c23c21-28a1-4d1c-8fcf-26ce9f1bf6bc"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-36c23c21-28a1-4d1c-8fcf-26ce9f1bf6bc"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-36c23c21-28a1-4d1c-8fcf-26ce9f1bf6bc"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-36c23c21-28a1-4d1c-8fcf-26ce9f1bf6bc"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-36c23c21-28a1-4d1c-8fcf-26ce9f1bf6bc"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-36c23c21-28a1-4d1c-8fcf-26ce9f1bf6bc"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-36c23c21-28a1-4d1c-8fcf-26ce9f1bf6bc"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-36c23c21-28a1-4d1c-8fcf-26ce9f1bf6bc"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-36c23c21-28a1-4d1c-8fcf-26ce9f1bf6bc"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-36c23c21-28a1-4d1c-8fcf-26ce9f1bf6bc"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-36c23c21-28a1-4d1c-8fcf-26ce9f1bf6bc"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-36c23c21-28a1-4d1c-8fcf-26ce9f1bf6bc"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-36c23c21-28a1-4d1c-8fcf-26ce9f1bf6bc"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-36c23c21-28a1-4d1c-8fcf-26ce9f1bf6bc"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-36c23c21-28a1-4d1c-8fcf-26ce9f1bf6bc"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-36c23c21-28a1-4d1c-8fcf-26ce9f1bf6bc"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-36c23c21-28a1-4d1c-8fcf-26ce9f1bf6bc"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-36c23c21-28a1-4d1c-8fcf-26ce9f1bf6bc"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-69490a19-9e6a-4fe9-90b4-9a80f68ff17a {
  text-align: center;
}




  #s-69490a19-9e6a-4fe9-90b4-9a80f68ff17a img.shogun-image {
    
    width: px;
  }


#s-69490a19-9e6a-4fe9-90b4-9a80f68ff17a .shogun-image-content {
  
    align-items: center;
  
}

#s-4e42acc1-5639-470e-b12e-983b35257454 {
  text-align: center;
}




  #s-4e42acc1-5639-470e-b12e-983b35257454 img.shogun-image {
    
    width: px;
  }


#s-4e42acc1-5639-470e-b12e-983b35257454 .shogun-image-content {
  
    align-items: center;
  
}

#s-81cadeef-03f6-409d-bca5-16c5ec73ee48 {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-81cadeef-03f6-409d-bca5-16c5ec73ee48 {
  display: none;
}
#s-81cadeef-03f6-409d-bca5-16c5ec73ee48, #wrap-s-81cadeef-03f6-409d-bca5-16c5ec73ee48 { display:none !important; }}



  #s-81cadeef-03f6-409d-bca5-16c5ec73ee48 img.shogun-image {
    
    width: px;
  }


#s-81cadeef-03f6-409d-bca5-16c5ec73ee48 .shogun-image-content {
  
    align-items: center;
  
}

#s-a0691be1-fbd9-401c-a434-3a992983a7fb {
  margin-top: -50px;
padding-bottom: 30px;
}
@media (min-width: 1200px){#s-a0691be1-fbd9-401c-a434-3a992983a7fb {
  display: none;
}
#s-a0691be1-fbd9-401c-a434-3a992983a7fb, #wrap-s-a0691be1-fbd9-401c-a434-3a992983a7fb { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a0691be1-fbd9-401c-a434-3a992983a7fb {
  display: none;
}
#s-a0691be1-fbd9-401c-a434-3a992983a7fb, #wrap-s-a0691be1-fbd9-401c-a434-3a992983a7fb { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-a0691be1-fbd9-401c-a434-3a992983a7fb {
  display: none;
}
#s-a0691be1-fbd9-401c-a434-3a992983a7fb, #wrap-s-a0691be1-fbd9-401c-a434-3a992983a7fb { display:none !important; }}@media (max-width: 767px){#s-a0691be1-fbd9-401c-a434-3a992983a7fb {
  
}
}
@media (min-width: 0px) {
[id="s-a0691be1-fbd9-401c-a434-3a992983a7fb"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a0691be1-fbd9-401c-a434-3a992983a7fb"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-a0691be1-fbd9-401c-a434-3a992983a7fb"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-a0691be1-fbd9-401c-a434-3a992983a7fb"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-a0691be1-fbd9-401c-a434-3a992983a7fb"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-a0691be1-fbd9-401c-a434-3a992983a7fb"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-a0691be1-fbd9-401c-a434-3a992983a7fb"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-a0691be1-fbd9-401c-a434-3a992983a7fb"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-a0691be1-fbd9-401c-a434-3a992983a7fb"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-a0691be1-fbd9-401c-a434-3a992983a7fb"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-a0691be1-fbd9-401c-a434-3a992983a7fb"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-a0691be1-fbd9-401c-a434-3a992983a7fb"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-a0691be1-fbd9-401c-a434-3a992983a7fb"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-a0691be1-fbd9-401c-a434-3a992983a7fb"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-a0691be1-fbd9-401c-a434-3a992983a7fb"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-a0691be1-fbd9-401c-a434-3a992983a7fb"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-a0691be1-fbd9-401c-a434-3a992983a7fb"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-a0691be1-fbd9-401c-a434-3a992983a7fb"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-a0691be1-fbd9-401c-a434-3a992983a7fb"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-a0691be1-fbd9-401c-a434-3a992983a7fb"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-a0691be1-fbd9-401c-a434-3a992983a7fb"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-a0691be1-fbd9-401c-a434-3a992983a7fb"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-a0691be1-fbd9-401c-a434-3a992983a7fb"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-a0691be1-fbd9-401c-a434-3a992983a7fb"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-a0691be1-fbd9-401c-a434-3a992983a7fb"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-a0691be1-fbd9-401c-a434-3a992983a7fb"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-a0691be1-fbd9-401c-a434-3a992983a7fb"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-a0691be1-fbd9-401c-a434-3a992983a7fb"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-a0691be1-fbd9-401c-a434-3a992983a7fb"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-a0691be1-fbd9-401c-a434-3a992983a7fb"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-a0691be1-fbd9-401c-a434-3a992983a7fb"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-a0691be1-fbd9-401c-a434-3a992983a7fb"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-a0691be1-fbd9-401c-a434-3a992983a7fb"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-a0691be1-fbd9-401c-a434-3a992983a7fb"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-a0691be1-fbd9-401c-a434-3a992983a7fb"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-a0691be1-fbd9-401c-a434-3a992983a7fb"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-a0691be1-fbd9-401c-a434-3a992983a7fb"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-27dcfa9f-2099-48b9-a64f-5f638933db5b {
  text-align: center;
}




  #s-27dcfa9f-2099-48b9-a64f-5f638933db5b img.shogun-image {
    
    width: px;
  }


#s-27dcfa9f-2099-48b9-a64f-5f638933db5b .shogun-image-content {
  
    align-items: center;
  
}

#s-c4f23bad-a007-4945-951c-17b9e634936a {
  margin-top: 50px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-c4f23bad-a007-4945-951c-17b9e634936a"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-c4f23bad-a007-4945-951c-17b9e634936a"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-c4f23bad-a007-4945-951c-17b9e634936a"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-c4f23bad-a007-4945-951c-17b9e634936a"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-c4f23bad-a007-4945-951c-17b9e634936a"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-c4f23bad-a007-4945-951c-17b9e634936a"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-c4f23bad-a007-4945-951c-17b9e634936a"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-c4f23bad-a007-4945-951c-17b9e634936a"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-c4f23bad-a007-4945-951c-17b9e634936a"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-c4f23bad-a007-4945-951c-17b9e634936a"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-c4f23bad-a007-4945-951c-17b9e634936a"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-c4f23bad-a007-4945-951c-17b9e634936a"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-c4f23bad-a007-4945-951c-17b9e634936a"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-c4f23bad-a007-4945-951c-17b9e634936a"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-c4f23bad-a007-4945-951c-17b9e634936a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-c4f23bad-a007-4945-951c-17b9e634936a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-c4f23bad-a007-4945-951c-17b9e634936a"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-c4f23bad-a007-4945-951c-17b9e634936a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-c4f23bad-a007-4945-951c-17b9e634936a"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-c4f23bad-a007-4945-951c-17b9e634936a"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-c4f23bad-a007-4945-951c-17b9e634936a"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-c4f23bad-a007-4945-951c-17b9e634936a"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-c4f23bad-a007-4945-951c-17b9e634936a"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-c4f23bad-a007-4945-951c-17b9e634936a"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-c4f23bad-a007-4945-951c-17b9e634936a"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-c4f23bad-a007-4945-951c-17b9e634936a"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-c4f23bad-a007-4945-951c-17b9e634936a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-c4f23bad-a007-4945-951c-17b9e634936a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-c4f23bad-a007-4945-951c-17b9e634936a"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-c4f23bad-a007-4945-951c-17b9e634936a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-c4f23bad-a007-4945-951c-17b9e634936a"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-c4f23bad-a007-4945-951c-17b9e634936a"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-c4f23bad-a007-4945-951c-17b9e634936a"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-c4f23bad-a007-4945-951c-17b9e634936a"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-c4f23bad-a007-4945-951c-17b9e634936a"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-c4f23bad-a007-4945-951c-17b9e634936a"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-c4f23bad-a007-4945-951c-17b9e634936a"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-c4f23bad-a007-4945-951c-17b9e634936a"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-c4f23bad-a007-4945-951c-17b9e634936a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-c4f23bad-a007-4945-951c-17b9e634936a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-c4f23bad-a007-4945-951c-17b9e634936a"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-c4f23bad-a007-4945-951c-17b9e634936a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-c4f23bad-a007-4945-951c-17b9e634936a"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-c4f23bad-a007-4945-951c-17b9e634936a"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-c4f23bad-a007-4945-951c-17b9e634936a"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-c4f23bad-a007-4945-951c-17b9e634936a"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-c4f23bad-a007-4945-951c-17b9e634936a"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-c4f23bad-a007-4945-951c-17b9e634936a"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-3eb4c4ef-16fa-4442-8c9b-96acb9a5a5cf {
  text-align: center;
}




  #s-3eb4c4ef-16fa-4442-8c9b-96acb9a5a5cf img.shogun-image {
    
    width: px;
  }


#s-3eb4c4ef-16fa-4442-8c9b-96acb9a5a5cf .shogun-image-content {
  
    align-items: center;
  
}

#s-3d15d2ca-b41a-4d6a-b26d-5f4e50c69022 {
  padding-left: 30px;
padding-right: 30px;
}
@media (min-width: 1200px){#s-3d15d2ca-b41a-4d6a-b26d-5f4e50c69022 {
  display: none;
}
#s-3d15d2ca-b41a-4d6a-b26d-5f4e50c69022, #wrap-s-3d15d2ca-b41a-4d6a-b26d-5f4e50c69022 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3d15d2ca-b41a-4d6a-b26d-5f4e50c69022 {
  display: none;
}
#s-3d15d2ca-b41a-4d6a-b26d-5f4e50c69022, #wrap-s-3d15d2ca-b41a-4d6a-b26d-5f4e50c69022 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-3d15d2ca-b41a-4d6a-b26d-5f4e50c69022 {
  
}
}
#s-27130847-6ad6-473f-a02f-a207abafc0e7 {
  display: none;
}
#s-6619bc22-33b6-4d53-9119-0b4e375acce9 {
  margin-top: 15px;
margin-bottom: 10px;
text-align: center;
}

#s-6619bc22-33b6-4d53-9119-0b4e375acce9 .shg-product-sold-out {
  display: none;
  color: rgba(12, 29, 73, 1);
  font-size: 18px;
}

#s-6619bc22-33b6-4d53-9119-0b4e375acce9 .shg-product-price {
  color: rgba(12, 29, 73, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-6619bc22-33b6-4d53-9119-0b4e375acce9 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-a2187dfd-1ec5-4599-8426-78a028ff05fa {
  background-image: url(none);
background-repeat: no-repeat;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(12, 29, 73, 1);
text-align: center;
cursor: pointer;
color: rgba(244, 244, 244, 1);
hover-type: color;
}
#s-a2187dfd-1ec5-4599-8426-78a028ff05fa:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(12, 29, 73, 1) !important;
text-decoration: none !important;
color: rgba(244, 244, 244, 1) !important;
hover-type: color !important;}#s-a2187dfd-1ec5-4599-8426-78a028ff05fa:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-a2187dfd-1ec5-4599-8426-78a028ff05fa {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-a2187dfd-1ec5-4599-8426-78a028ff05fa.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a2187dfd-1ec5-4599-8426-78a028ff05fa.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}

#s-a2187dfd-1ec5-4599-8426-78a028ff05fa.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-3c8ec2ea-7016-4cca-8471-7dfb20fd38f2 {
  min-height: 50px;
}








#s-3c8ec2ea-7016-4cca-8471-7dfb20fd38f2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3c8ec2ea-7016-4cca-8471-7dfb20fd38f2.shg-box.shg-c {
  justify-content: center;
}

#s-a020e7e8-ae1f-4777-9b8f-187014564bd6 {
  margin-top: 30px;
text-align: center;
}
@media (min-width: 1200px){#s-a020e7e8-ae1f-4777-9b8f-187014564bd6 {
  display: none;
}
#s-a020e7e8-ae1f-4777-9b8f-187014564bd6, #wrap-s-a020e7e8-ae1f-4777-9b8f-187014564bd6 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a020e7e8-ae1f-4777-9b8f-187014564bd6 {
  display: none;
}
#s-a020e7e8-ae1f-4777-9b8f-187014564bd6, #wrap-s-a020e7e8-ae1f-4777-9b8f-187014564bd6 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-a020e7e8-ae1f-4777-9b8f-187014564bd6 {
  
}
}



  #s-a020e7e8-ae1f-4777-9b8f-187014564bd6 img.shogun-image {
    
    width: px;
  }


#s-a020e7e8-ae1f-4777-9b8f-187014564bd6 .shogun-image-content {
  
    align-items: center;
  
}

#s-a13d52a0-fd96-402a-aa6e-a5d489951e9b {
  padding-left: 30px;
padding-right: 30px;
}
@media (min-width: 1200px){#s-a13d52a0-fd96-402a-aa6e-a5d489951e9b {
  display: none;
}
#s-a13d52a0-fd96-402a-aa6e-a5d489951e9b, #wrap-s-a13d52a0-fd96-402a-aa6e-a5d489951e9b { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a13d52a0-fd96-402a-aa6e-a5d489951e9b {
  display: none;
}
#s-a13d52a0-fd96-402a-aa6e-a5d489951e9b, #wrap-s-a13d52a0-fd96-402a-aa6e-a5d489951e9b { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-a13d52a0-fd96-402a-aa6e-a5d489951e9b {
  
}
}
#s-767f1bd0-d88d-4909-b1c4-3de0027065a5 {
  background-image: url(none);
background-repeat: no-repeat;
margin-left: 100px;
margin-bottom: 50px;
margin-right: 100px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(12, 29, 73, 1);
text-align: center;
text-decoration: none;
hover-type: color;
color: rgba(244, 244, 244, 1);
}
#s-767f1bd0-d88d-4909-b1c4-3de0027065a5:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(12, 29, 73, 1) !important;
text-decoration: none !important;
hover-type: color !important;
color: rgba(244, 244, 244, 1) !important;}#s-767f1bd0-d88d-4909-b1c4-3de0027065a5:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-767f1bd0-d88d-4909-b1c4-3de0027065a5 {
  display: none;
}
#s-767f1bd0-d88d-4909-b1c4-3de0027065a5, #wrap-s-767f1bd0-d88d-4909-b1c4-3de0027065a5 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-767f1bd0-d88d-4909-b1c4-3de0027065a5 {
  display: none;
}
#s-767f1bd0-d88d-4909-b1c4-3de0027065a5, #wrap-s-767f1bd0-d88d-4909-b1c4-3de0027065a5 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-767f1bd0-d88d-4909-b1c4-3de0027065a5 {
  
}
}

  #s-767f1bd0-d88d-4909-b1c4-3de0027065a5-btn-wrapper {
    text-align: center;
  }


#s-767f1bd0-d88d-4909-b1c4-3de0027065a5.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}

#s-22e7768f-f5ee-42e2-967e-3c46f786461a {
  text-align: center;
opacity: 1;
}
@media (min-width: 768px) and (max-width: 991px){#s-22e7768f-f5ee-42e2-967e-3c46f786461a {
  display: none;
}
#s-22e7768f-f5ee-42e2-967e-3c46f786461a, #wrap-s-22e7768f-f5ee-42e2-967e-3c46f786461a { display:none !important; }}@media (max-width: 767px){#s-22e7768f-f5ee-42e2-967e-3c46f786461a {
  display: none;
}
#s-22e7768f-f5ee-42e2-967e-3c46f786461a, #wrap-s-22e7768f-f5ee-42e2-967e-3c46f786461a { display:none !important; }}




#s-22e7768f-f5ee-42e2-967e-3c46f786461a .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-27c034fc-a4a0-46d4-8fda-7e7c8c5a8983"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-27c034fc-a4a0-46d4-8fda-7e7c8c5a8983"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-27c034fc-a4a0-46d4-8fda-7e7c8c5a8983"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-27c034fc-a4a0-46d4-8fda-7e7c8c5a8983"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-27c034fc-a4a0-46d4-8fda-7e7c8c5a8983"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-27c034fc-a4a0-46d4-8fda-7e7c8c5a8983"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-27c034fc-a4a0-46d4-8fda-7e7c8c5a8983"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-27c034fc-a4a0-46d4-8fda-7e7c8c5a8983"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-27c034fc-a4a0-46d4-8fda-7e7c8c5a8983"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-27c034fc-a4a0-46d4-8fda-7e7c8c5a8983"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-27c034fc-a4a0-46d4-8fda-7e7c8c5a8983"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-27c034fc-a4a0-46d4-8fda-7e7c8c5a8983"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-27c034fc-a4a0-46d4-8fda-7e7c8c5a8983"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-27c034fc-a4a0-46d4-8fda-7e7c8c5a8983"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-27c034fc-a4a0-46d4-8fda-7e7c8c5a8983"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-27c034fc-a4a0-46d4-8fda-7e7c8c5a8983"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-27c034fc-a4a0-46d4-8fda-7e7c8c5a8983"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-27c034fc-a4a0-46d4-8fda-7e7c8c5a8983"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-27c034fc-a4a0-46d4-8fda-7e7c8c5a8983"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-27c034fc-a4a0-46d4-8fda-7e7c8c5a8983"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-27c034fc-a4a0-46d4-8fda-7e7c8c5a8983"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-27c034fc-a4a0-46d4-8fda-7e7c8c5a8983"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-27c034fc-a4a0-46d4-8fda-7e7c8c5a8983"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-27c034fc-a4a0-46d4-8fda-7e7c8c5a8983"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-27c034fc-a4a0-46d4-8fda-7e7c8c5a8983"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-27c034fc-a4a0-46d4-8fda-7e7c8c5a8983"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-27c034fc-a4a0-46d4-8fda-7e7c8c5a8983"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-27c034fc-a4a0-46d4-8fda-7e7c8c5a8983"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-27c034fc-a4a0-46d4-8fda-7e7c8c5a8983"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-27c034fc-a4a0-46d4-8fda-7e7c8c5a8983"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-27c034fc-a4a0-46d4-8fda-7e7c8c5a8983"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-27c034fc-a4a0-46d4-8fda-7e7c8c5a8983"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-27c034fc-a4a0-46d4-8fda-7e7c8c5a8983"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-27c034fc-a4a0-46d4-8fda-7e7c8c5a8983"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-27c034fc-a4a0-46d4-8fda-7e7c8c5a8983"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-27c034fc-a4a0-46d4-8fda-7e7c8c5a8983"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-27c034fc-a4a0-46d4-8fda-7e7c8c5a8983"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-601d2112-dbcf-427f-b322-771bff1a239f {
  padding-top: 30px;
padding-bottom: 30px;
min-height: 50px;
background-color: rgba(255, 255, 255, 0.57);
}








#s-601d2112-dbcf-427f-b322-771bff1a239f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-601d2112-dbcf-427f-b322-771bff1a239f.shg-box.shg-c {
  justify-content: center;
}

#s-dc3824ab-d6c2-4df8-858b-fade063f5e9d {
  padding-left: 100px;
}

#s-71a6ccd6-8ef2-4c67-a25a-0690b39bde16 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-1cb1e730-7cf0-4708-8586-d128cfd612fe {
  min-height: 50px;
background-color: rgba(12, 29, 73, 1);
}
@media (min-width: 1200px){#s-1cb1e730-7cf0-4708-8586-d128cfd612fe {
  display: none;
}
#s-1cb1e730-7cf0-4708-8586-d128cfd612fe, #wrap-s-1cb1e730-7cf0-4708-8586-d128cfd612fe { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-1cb1e730-7cf0-4708-8586-d128cfd612fe {
  display: none;
}
#s-1cb1e730-7cf0-4708-8586-d128cfd612fe, #wrap-s-1cb1e730-7cf0-4708-8586-d128cfd612fe { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-1cb1e730-7cf0-4708-8586-d128cfd612fe {
  display: none;
}
#s-1cb1e730-7cf0-4708-8586-d128cfd612fe, #wrap-s-1cb1e730-7cf0-4708-8586-d128cfd612fe { display:none !important; }}







#s-1cb1e730-7cf0-4708-8586-d128cfd612fe > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1cb1e730-7cf0-4708-8586-d128cfd612fe.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 768px) and (max-width: 991px){#s-724c4809-76aa-4eca-a90e-73b929d8ba5c {
  display: none;
}
#s-724c4809-76aa-4eca-a90e-73b929d8ba5c, #wrap-s-724c4809-76aa-4eca-a90e-73b929d8ba5c { display:none !important; }}@media (max-width: 767px){#s-724c4809-76aa-4eca-a90e-73b929d8ba5c {
  display: none;
}
#s-724c4809-76aa-4eca-a90e-73b929d8ba5c, #wrap-s-724c4809-76aa-4eca-a90e-73b929d8ba5c { display:none !important; }}
@media (min-width: 0px) {
[id="s-724c4809-76aa-4eca-a90e-73b929d8ba5c"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-724c4809-76aa-4eca-a90e-73b929d8ba5c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-724c4809-76aa-4eca-a90e-73b929d8ba5c"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-724c4809-76aa-4eca-a90e-73b929d8ba5c"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-724c4809-76aa-4eca-a90e-73b929d8ba5c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-724c4809-76aa-4eca-a90e-73b929d8ba5c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-724c4809-76aa-4eca-a90e-73b929d8ba5c"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-724c4809-76aa-4eca-a90e-73b929d8ba5c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-724c4809-76aa-4eca-a90e-73b929d8ba5c"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-724c4809-76aa-4eca-a90e-73b929d8ba5c"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-724c4809-76aa-4eca-a90e-73b929d8ba5c"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-724c4809-76aa-4eca-a90e-73b929d8ba5c"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-724c4809-76aa-4eca-a90e-73b929d8ba5c"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-724c4809-76aa-4eca-a90e-73b929d8ba5c"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-724c4809-76aa-4eca-a90e-73b929d8ba5c"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-724c4809-76aa-4eca-a90e-73b929d8ba5c"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-724c4809-76aa-4eca-a90e-73b929d8ba5c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-724c4809-76aa-4eca-a90e-73b929d8ba5c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-724c4809-76aa-4eca-a90e-73b929d8ba5c"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-724c4809-76aa-4eca-a90e-73b929d8ba5c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-724c4809-76aa-4eca-a90e-73b929d8ba5c"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-724c4809-76aa-4eca-a90e-73b929d8ba5c"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-724c4809-76aa-4eca-a90e-73b929d8ba5c"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-724c4809-76aa-4eca-a90e-73b929d8ba5c"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-724c4809-76aa-4eca-a90e-73b929d8ba5c"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-724c4809-76aa-4eca-a90e-73b929d8ba5c"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-724c4809-76aa-4eca-a90e-73b929d8ba5c"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-724c4809-76aa-4eca-a90e-73b929d8ba5c"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-724c4809-76aa-4eca-a90e-73b929d8ba5c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-724c4809-76aa-4eca-a90e-73b929d8ba5c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-724c4809-76aa-4eca-a90e-73b929d8ba5c"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-724c4809-76aa-4eca-a90e-73b929d8ba5c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-724c4809-76aa-4eca-a90e-73b929d8ba5c"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-724c4809-76aa-4eca-a90e-73b929d8ba5c"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-724c4809-76aa-4eca-a90e-73b929d8ba5c"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-724c4809-76aa-4eca-a90e-73b929d8ba5c"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-724c4809-76aa-4eca-a90e-73b929d8ba5c"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-724c4809-76aa-4eca-a90e-73b929d8ba5c"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-8b81d861-b765-4ff6-aa1b-7b9807835433 {
  text-align: center;
}




  #s-8b81d861-b765-4ff6-aa1b-7b9807835433 img.shogun-image {
    
    width: px;
  }


#s-8b81d861-b765-4ff6-aa1b-7b9807835433 .shogun-image-content {
  
    align-items: center;
  
}

#s-7f72be8f-2c53-4cd0-81ac-81834639dfff {
  text-align: center;
}




  #s-7f72be8f-2c53-4cd0-81ac-81834639dfff img.shogun-image {
    
    width: px;
  }


#s-7f72be8f-2c53-4cd0-81ac-81834639dfff .shogun-image-content {
  
    align-items: center;
  
}

#s-14bb65ca-fd44-4170-9499-a46bf8c3beb9 {
  text-align: center;
}




  #s-14bb65ca-fd44-4170-9499-a46bf8c3beb9 img.shogun-image {
    
    width: px;
  }


#s-14bb65ca-fd44-4170-9499-a46bf8c3beb9 .shogun-image-content {
  
    align-items: center;
  
}

#s-646a1270-f4a9-4aef-8c89-5c73abc76f2d {
  text-align: center;
}




  #s-646a1270-f4a9-4aef-8c89-5c73abc76f2d img.shogun-image {
    
    width: px;
  }


#s-646a1270-f4a9-4aef-8c89-5c73abc76f2d .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 1200px){#s-41f1f075-a842-49f0-98a3-ceeeb7dd405a {
  display: none;
}
#s-41f1f075-a842-49f0-98a3-ceeeb7dd405a, #wrap-s-41f1f075-a842-49f0-98a3-ceeeb7dd405a { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-41f1f075-a842-49f0-98a3-ceeeb7dd405a {
  display: none;
}
#s-41f1f075-a842-49f0-98a3-ceeeb7dd405a, #wrap-s-41f1f075-a842-49f0-98a3-ceeeb7dd405a { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-41f1f075-a842-49f0-98a3-ceeeb7dd405a {
  
}
}
@media (min-width: 0px) {
[id="s-41f1f075-a842-49f0-98a3-ceeeb7dd405a"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-41f1f075-a842-49f0-98a3-ceeeb7dd405a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-41f1f075-a842-49f0-98a3-ceeeb7dd405a"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-41f1f075-a842-49f0-98a3-ceeeb7dd405a"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-41f1f075-a842-49f0-98a3-ceeeb7dd405a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-41f1f075-a842-49f0-98a3-ceeeb7dd405a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-41f1f075-a842-49f0-98a3-ceeeb7dd405a"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-41f1f075-a842-49f0-98a3-ceeeb7dd405a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-41f1f075-a842-49f0-98a3-ceeeb7dd405a"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-41f1f075-a842-49f0-98a3-ceeeb7dd405a"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-41f1f075-a842-49f0-98a3-ceeeb7dd405a"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-41f1f075-a842-49f0-98a3-ceeeb7dd405a"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-41f1f075-a842-49f0-98a3-ceeeb7dd405a"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-41f1f075-a842-49f0-98a3-ceeeb7dd405a"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-41f1f075-a842-49f0-98a3-ceeeb7dd405a"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-41f1f075-a842-49f0-98a3-ceeeb7dd405a"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-41f1f075-a842-49f0-98a3-ceeeb7dd405a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-41f1f075-a842-49f0-98a3-ceeeb7dd405a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-41f1f075-a842-49f0-98a3-ceeeb7dd405a"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-41f1f075-a842-49f0-98a3-ceeeb7dd405a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-41f1f075-a842-49f0-98a3-ceeeb7dd405a"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-41f1f075-a842-49f0-98a3-ceeeb7dd405a"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-41f1f075-a842-49f0-98a3-ceeeb7dd405a"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-41f1f075-a842-49f0-98a3-ceeeb7dd405a"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-41f1f075-a842-49f0-98a3-ceeeb7dd405a"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-41f1f075-a842-49f0-98a3-ceeeb7dd405a"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-41f1f075-a842-49f0-98a3-ceeeb7dd405a"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-41f1f075-a842-49f0-98a3-ceeeb7dd405a"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-41f1f075-a842-49f0-98a3-ceeeb7dd405a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-41f1f075-a842-49f0-98a3-ceeeb7dd405a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-41f1f075-a842-49f0-98a3-ceeeb7dd405a"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-41f1f075-a842-49f0-98a3-ceeeb7dd405a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-41f1f075-a842-49f0-98a3-ceeeb7dd405a"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-41f1f075-a842-49f0-98a3-ceeeb7dd405a"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-41f1f075-a842-49f0-98a3-ceeeb7dd405a"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-41f1f075-a842-49f0-98a3-ceeeb7dd405a"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-41f1f075-a842-49f0-98a3-ceeeb7dd405a"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-41f1f075-a842-49f0-98a3-ceeeb7dd405a"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-9b5d6908-a11a-43aa-8d53-969bfc0c1f59 {
  text-align: center;
}




  #s-9b5d6908-a11a-43aa-8d53-969bfc0c1f59 img.shogun-image {
    
    width: px;
  }


#s-9b5d6908-a11a-43aa-8d53-969bfc0c1f59 .shogun-image-content {
  
    align-items: center;
  
}

#s-9b22ee9a-7cf5-4770-b0e1-3b4955536d0b {
  text-align: center;
}




  #s-9b22ee9a-7cf5-4770-b0e1-3b4955536d0b img.shogun-image {
    
    width: px;
  }


#s-9b22ee9a-7cf5-4770-b0e1-3b4955536d0b .shogun-image-content {
  
    align-items: center;
  
}

#s-d6d83ce4-34aa-418f-8fb4-8f76fc67e1a2 {
  text-align: center;
}




  #s-d6d83ce4-34aa-418f-8fb4-8f76fc67e1a2 img.shogun-image {
    
    width: px;
  }


#s-d6d83ce4-34aa-418f-8fb4-8f76fc67e1a2 .shogun-image-content {
  
    align-items: center;
  
}

#s-e57446e0-cdef-486b-bcd2-e17bec412570 {
  text-align: center;
}




  #s-e57446e0-cdef-486b-bcd2-e17bec412570 img.shogun-image {
    
    width: px;
  }


#s-e57446e0-cdef-486b-bcd2-e17bec412570 .shogun-image-content {
  
    align-items: center;
  
}

#s-04511062-62cf-4beb-abd2-5862b1d53eea {
  min-height: 50px;
background-color: rgba(12, 29, 73, 1);
}
@media (min-width: 1200px){#s-04511062-62cf-4beb-abd2-5862b1d53eea {
  display: none;
}
#s-04511062-62cf-4beb-abd2-5862b1d53eea, #wrap-s-04511062-62cf-4beb-abd2-5862b1d53eea { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-04511062-62cf-4beb-abd2-5862b1d53eea {
  display: none;
}
#s-04511062-62cf-4beb-abd2-5862b1d53eea, #wrap-s-04511062-62cf-4beb-abd2-5862b1d53eea { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-04511062-62cf-4beb-abd2-5862b1d53eea {
  display: none;
}
#s-04511062-62cf-4beb-abd2-5862b1d53eea, #wrap-s-04511062-62cf-4beb-abd2-5862b1d53eea { display:none !important; }}







#s-04511062-62cf-4beb-abd2-5862b1d53eea > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-04511062-62cf-4beb-abd2-5862b1d53eea.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 768px) and (max-width: 991px){#s-10f58dee-d57a-4275-87da-0210b873cc14 {
  display: none;
}
#s-10f58dee-d57a-4275-87da-0210b873cc14, #wrap-s-10f58dee-d57a-4275-87da-0210b873cc14 { display:none !important; }}@media (max-width: 767px){#s-10f58dee-d57a-4275-87da-0210b873cc14 {
  display: none;
}
#s-10f58dee-d57a-4275-87da-0210b873cc14, #wrap-s-10f58dee-d57a-4275-87da-0210b873cc14 { display:none !important; }}
@media (min-width: 0px) {
[id="s-10f58dee-d57a-4275-87da-0210b873cc14"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-10f58dee-d57a-4275-87da-0210b873cc14"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-10f58dee-d57a-4275-87da-0210b873cc14"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-10f58dee-d57a-4275-87da-0210b873cc14"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-10f58dee-d57a-4275-87da-0210b873cc14"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-10f58dee-d57a-4275-87da-0210b873cc14"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-10f58dee-d57a-4275-87da-0210b873cc14"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-10f58dee-d57a-4275-87da-0210b873cc14"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-10f58dee-d57a-4275-87da-0210b873cc14"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-10f58dee-d57a-4275-87da-0210b873cc14"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-10f58dee-d57a-4275-87da-0210b873cc14"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-10f58dee-d57a-4275-87da-0210b873cc14"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-10f58dee-d57a-4275-87da-0210b873cc14"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-10f58dee-d57a-4275-87da-0210b873cc14"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-10f58dee-d57a-4275-87da-0210b873cc14"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-10f58dee-d57a-4275-87da-0210b873cc14"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-10f58dee-d57a-4275-87da-0210b873cc14"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-10f58dee-d57a-4275-87da-0210b873cc14"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-10f58dee-d57a-4275-87da-0210b873cc14"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-10f58dee-d57a-4275-87da-0210b873cc14"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-10f58dee-d57a-4275-87da-0210b873cc14"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-10f58dee-d57a-4275-87da-0210b873cc14"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-10f58dee-d57a-4275-87da-0210b873cc14"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-10f58dee-d57a-4275-87da-0210b873cc14"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-10f58dee-d57a-4275-87da-0210b873cc14"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-10f58dee-d57a-4275-87da-0210b873cc14"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-10f58dee-d57a-4275-87da-0210b873cc14"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-10f58dee-d57a-4275-87da-0210b873cc14"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-10f58dee-d57a-4275-87da-0210b873cc14"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-10f58dee-d57a-4275-87da-0210b873cc14"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-10f58dee-d57a-4275-87da-0210b873cc14"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-10f58dee-d57a-4275-87da-0210b873cc14"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-10f58dee-d57a-4275-87da-0210b873cc14"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-10f58dee-d57a-4275-87da-0210b873cc14"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-10f58dee-d57a-4275-87da-0210b873cc14"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-10f58dee-d57a-4275-87da-0210b873cc14"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-10f58dee-d57a-4275-87da-0210b873cc14"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-10f58dee-d57a-4275-87da-0210b873cc14"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-8ee358c5-99ec-4688-8715-442590745429 {
  text-align: center;
}




  #s-8ee358c5-99ec-4688-8715-442590745429 img.shogun-image {
    
    width: px;
  }


#s-8ee358c5-99ec-4688-8715-442590745429 .shogun-image-content {
  
    align-items: center;
  
}

#s-8e4b55b7-9138-4ebd-bf81-33d84e14161a {
  text-align: center;
}




  #s-8e4b55b7-9138-4ebd-bf81-33d84e14161a img.shogun-image {
    
    width: px;
  }


#s-8e4b55b7-9138-4ebd-bf81-33d84e14161a .shogun-image-content {
  
    align-items: center;
  
}

#s-a1652486-977d-4545-8c28-41d2d90e29ae {
  text-align: center;
}




  #s-a1652486-977d-4545-8c28-41d2d90e29ae img.shogun-image {
    
    width: px;
  }


#s-a1652486-977d-4545-8c28-41d2d90e29ae .shogun-image-content {
  
    align-items: center;
  
}

#s-69c8cdec-9579-4733-b485-3dee244b06bd {
  text-align: center;
}




  #s-69c8cdec-9579-4733-b485-3dee244b06bd img.shogun-image {
    
    width: px;
  }


#s-69c8cdec-9579-4733-b485-3dee244b06bd .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 1200px){#s-d1716958-c853-4d41-9d4a-c96fef24e447 {
  display: none;
}
#s-d1716958-c853-4d41-9d4a-c96fef24e447, #wrap-s-d1716958-c853-4d41-9d4a-c96fef24e447 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d1716958-c853-4d41-9d4a-c96fef24e447 {
  display: none;
}
#s-d1716958-c853-4d41-9d4a-c96fef24e447, #wrap-s-d1716958-c853-4d41-9d4a-c96fef24e447 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-d1716958-c853-4d41-9d4a-c96fef24e447 {
  
}
}
@media (min-width: 0px) {
[id="s-d1716958-c853-4d41-9d4a-c96fef24e447"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-d1716958-c853-4d41-9d4a-c96fef24e447"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d1716958-c853-4d41-9d4a-c96fef24e447"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-d1716958-c853-4d41-9d4a-c96fef24e447"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-d1716958-c853-4d41-9d4a-c96fef24e447"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-d1716958-c853-4d41-9d4a-c96fef24e447"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-d1716958-c853-4d41-9d4a-c96fef24e447"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-d1716958-c853-4d41-9d4a-c96fef24e447"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-d1716958-c853-4d41-9d4a-c96fef24e447"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-d1716958-c853-4d41-9d4a-c96fef24e447"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-d1716958-c853-4d41-9d4a-c96fef24e447"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-d1716958-c853-4d41-9d4a-c96fef24e447"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-d1716958-c853-4d41-9d4a-c96fef24e447"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-d1716958-c853-4d41-9d4a-c96fef24e447"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-d1716958-c853-4d41-9d4a-c96fef24e447"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-d1716958-c853-4d41-9d4a-c96fef24e447"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-d1716958-c853-4d41-9d4a-c96fef24e447"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-d1716958-c853-4d41-9d4a-c96fef24e447"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-d1716958-c853-4d41-9d4a-c96fef24e447"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-d1716958-c853-4d41-9d4a-c96fef24e447"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-d1716958-c853-4d41-9d4a-c96fef24e447"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-d1716958-c853-4d41-9d4a-c96fef24e447"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-d1716958-c853-4d41-9d4a-c96fef24e447"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-d1716958-c853-4d41-9d4a-c96fef24e447"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-d1716958-c853-4d41-9d4a-c96fef24e447"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-d1716958-c853-4d41-9d4a-c96fef24e447"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-d1716958-c853-4d41-9d4a-c96fef24e447"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-d1716958-c853-4d41-9d4a-c96fef24e447"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-d1716958-c853-4d41-9d4a-c96fef24e447"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-d1716958-c853-4d41-9d4a-c96fef24e447"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-d1716958-c853-4d41-9d4a-c96fef24e447"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-d1716958-c853-4d41-9d4a-c96fef24e447"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-d1716958-c853-4d41-9d4a-c96fef24e447"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-d1716958-c853-4d41-9d4a-c96fef24e447"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-d1716958-c853-4d41-9d4a-c96fef24e447"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-d1716958-c853-4d41-9d4a-c96fef24e447"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-d1716958-c853-4d41-9d4a-c96fef24e447"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-d1716958-c853-4d41-9d4a-c96fef24e447"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-180173df-40f2-4230-86e4-98c6289618e0 {
  text-align: center;
}




  #s-180173df-40f2-4230-86e4-98c6289618e0 img.shogun-image {
    
    width: px;
  }


#s-180173df-40f2-4230-86e4-98c6289618e0 .shogun-image-content {
  
    align-items: center;
  
}

#s-dd46238b-6eea-4e18-9cff-c7624c069568 {
  text-align: center;
}




  #s-dd46238b-6eea-4e18-9cff-c7624c069568 img.shogun-image {
    
    width: px;
  }


#s-dd46238b-6eea-4e18-9cff-c7624c069568 .shogun-image-content {
  
    align-items: center;
  
}

#s-fc200f18-9e91-4917-8d74-06c58731fc73 {
  text-align: center;
}




  #s-fc200f18-9e91-4917-8d74-06c58731fc73 img.shogun-image {
    
    width: px;
  }


#s-fc200f18-9e91-4917-8d74-06c58731fc73 .shogun-image-content {
  
    align-items: center;
  
}

#s-946455ae-b039-451f-9855-6b9287c5eddc {
  text-align: center;
}




  #s-946455ae-b039-451f-9855-6b9287c5eddc img.shogun-image {
    
    width: px;
  }


#s-946455ae-b039-451f-9855-6b9287c5eddc .shogun-image-content {
  
    align-items: center;
  
}

#s-6c333f25-ad63-4000-896a-0d9eb3811b2e {
  min-height: 50px;
background-color: rgba(12, 29, 73, 1);
}
@media (min-width: 1200px){#s-6c333f25-ad63-4000-896a-0d9eb3811b2e {
  display: none;
}
#s-6c333f25-ad63-4000-896a-0d9eb3811b2e, #wrap-s-6c333f25-ad63-4000-896a-0d9eb3811b2e { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-6c333f25-ad63-4000-896a-0d9eb3811b2e {
  display: none;
}
#s-6c333f25-ad63-4000-896a-0d9eb3811b2e, #wrap-s-6c333f25-ad63-4000-896a-0d9eb3811b2e { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-6c333f25-ad63-4000-896a-0d9eb3811b2e {
  display: none;
}
#s-6c333f25-ad63-4000-896a-0d9eb3811b2e, #wrap-s-6c333f25-ad63-4000-896a-0d9eb3811b2e { display:none !important; }}







#s-6c333f25-ad63-4000-896a-0d9eb3811b2e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6c333f25-ad63-4000-896a-0d9eb3811b2e.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 768px) and (max-width: 991px){#s-5d302384-6f4c-41ff-a94c-da1042fc45cc {
  display: none;
}
#s-5d302384-6f4c-41ff-a94c-da1042fc45cc, #wrap-s-5d302384-6f4c-41ff-a94c-da1042fc45cc { display:none !important; }}@media (max-width: 767px){#s-5d302384-6f4c-41ff-a94c-da1042fc45cc {
  display: none;
}
#s-5d302384-6f4c-41ff-a94c-da1042fc45cc, #wrap-s-5d302384-6f4c-41ff-a94c-da1042fc45cc { display:none !important; }}
@media (min-width: 0px) {
[id="s-5d302384-6f4c-41ff-a94c-da1042fc45cc"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-5d302384-6f4c-41ff-a94c-da1042fc45cc"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5d302384-6f4c-41ff-a94c-da1042fc45cc"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-5d302384-6f4c-41ff-a94c-da1042fc45cc"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-5d302384-6f4c-41ff-a94c-da1042fc45cc"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-5d302384-6f4c-41ff-a94c-da1042fc45cc"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-5d302384-6f4c-41ff-a94c-da1042fc45cc"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-5d302384-6f4c-41ff-a94c-da1042fc45cc"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-5d302384-6f4c-41ff-a94c-da1042fc45cc"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-5d302384-6f4c-41ff-a94c-da1042fc45cc"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-5d302384-6f4c-41ff-a94c-da1042fc45cc"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-5d302384-6f4c-41ff-a94c-da1042fc45cc"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-5d302384-6f4c-41ff-a94c-da1042fc45cc"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-5d302384-6f4c-41ff-a94c-da1042fc45cc"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-5d302384-6f4c-41ff-a94c-da1042fc45cc"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-5d302384-6f4c-41ff-a94c-da1042fc45cc"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-5d302384-6f4c-41ff-a94c-da1042fc45cc"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-5d302384-6f4c-41ff-a94c-da1042fc45cc"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-5d302384-6f4c-41ff-a94c-da1042fc45cc"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-5d302384-6f4c-41ff-a94c-da1042fc45cc"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-5d302384-6f4c-41ff-a94c-da1042fc45cc"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-5d302384-6f4c-41ff-a94c-da1042fc45cc"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-5d302384-6f4c-41ff-a94c-da1042fc45cc"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-5d302384-6f4c-41ff-a94c-da1042fc45cc"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-5d302384-6f4c-41ff-a94c-da1042fc45cc"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-5d302384-6f4c-41ff-a94c-da1042fc45cc"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-5d302384-6f4c-41ff-a94c-da1042fc45cc"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-5d302384-6f4c-41ff-a94c-da1042fc45cc"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-5d302384-6f4c-41ff-a94c-da1042fc45cc"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-5d302384-6f4c-41ff-a94c-da1042fc45cc"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-5d302384-6f4c-41ff-a94c-da1042fc45cc"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-5d302384-6f4c-41ff-a94c-da1042fc45cc"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-5d302384-6f4c-41ff-a94c-da1042fc45cc"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-5d302384-6f4c-41ff-a94c-da1042fc45cc"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-5d302384-6f4c-41ff-a94c-da1042fc45cc"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-5d302384-6f4c-41ff-a94c-da1042fc45cc"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-5d302384-6f4c-41ff-a94c-da1042fc45cc"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-5d302384-6f4c-41ff-a94c-da1042fc45cc"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-796e17a8-5bbd-41b4-b992-82c46d74d236 {
  text-align: center;
}




  #s-796e17a8-5bbd-41b4-b992-82c46d74d236 img.shogun-image {
    
    width: px;
  }


#s-796e17a8-5bbd-41b4-b992-82c46d74d236 .shogun-image-content {
  
    align-items: center;
  
}

#s-b41875c4-c6ff-4d5f-a3d5-70e897b32561 {
  text-align: center;
}




  #s-b41875c4-c6ff-4d5f-a3d5-70e897b32561 img.shogun-image {
    
    width: px;
  }


#s-b41875c4-c6ff-4d5f-a3d5-70e897b32561 .shogun-image-content {
  
    align-items: center;
  
}

#s-2a55a7b5-f1ac-4cc5-a858-30559d02db72 {
  text-align: center;
}




  #s-2a55a7b5-f1ac-4cc5-a858-30559d02db72 img.shogun-image {
    
    width: px;
  }


#s-2a55a7b5-f1ac-4cc5-a858-30559d02db72 .shogun-image-content {
  
    align-items: center;
  
}

#s-c35aab5f-741a-4a3b-8644-75d3dfea8e98 {
  text-align: center;
}




  #s-c35aab5f-741a-4a3b-8644-75d3dfea8e98 img.shogun-image {
    
    width: px;
  }


#s-c35aab5f-741a-4a3b-8644-75d3dfea8e98 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 1200px){#s-e56b64c4-c916-4220-8252-1623ce9d8dbc {
  display: none;
}
#s-e56b64c4-c916-4220-8252-1623ce9d8dbc, #wrap-s-e56b64c4-c916-4220-8252-1623ce9d8dbc { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e56b64c4-c916-4220-8252-1623ce9d8dbc {
  display: none;
}
#s-e56b64c4-c916-4220-8252-1623ce9d8dbc, #wrap-s-e56b64c4-c916-4220-8252-1623ce9d8dbc { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-e56b64c4-c916-4220-8252-1623ce9d8dbc {
  
}
}
@media (min-width: 0px) {
[id="s-e56b64c4-c916-4220-8252-1623ce9d8dbc"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-e56b64c4-c916-4220-8252-1623ce9d8dbc"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e56b64c4-c916-4220-8252-1623ce9d8dbc"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-e56b64c4-c916-4220-8252-1623ce9d8dbc"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-e56b64c4-c916-4220-8252-1623ce9d8dbc"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-e56b64c4-c916-4220-8252-1623ce9d8dbc"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-e56b64c4-c916-4220-8252-1623ce9d8dbc"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-e56b64c4-c916-4220-8252-1623ce9d8dbc"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-e56b64c4-c916-4220-8252-1623ce9d8dbc"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-e56b64c4-c916-4220-8252-1623ce9d8dbc"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-e56b64c4-c916-4220-8252-1623ce9d8dbc"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-e56b64c4-c916-4220-8252-1623ce9d8dbc"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-e56b64c4-c916-4220-8252-1623ce9d8dbc"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-e56b64c4-c916-4220-8252-1623ce9d8dbc"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-e56b64c4-c916-4220-8252-1623ce9d8dbc"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-e56b64c4-c916-4220-8252-1623ce9d8dbc"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-e56b64c4-c916-4220-8252-1623ce9d8dbc"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-e56b64c4-c916-4220-8252-1623ce9d8dbc"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-e56b64c4-c916-4220-8252-1623ce9d8dbc"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-e56b64c4-c916-4220-8252-1623ce9d8dbc"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-e56b64c4-c916-4220-8252-1623ce9d8dbc"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-e56b64c4-c916-4220-8252-1623ce9d8dbc"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-e56b64c4-c916-4220-8252-1623ce9d8dbc"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-e56b64c4-c916-4220-8252-1623ce9d8dbc"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-e56b64c4-c916-4220-8252-1623ce9d8dbc"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-e56b64c4-c916-4220-8252-1623ce9d8dbc"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-e56b64c4-c916-4220-8252-1623ce9d8dbc"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-e56b64c4-c916-4220-8252-1623ce9d8dbc"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-e56b64c4-c916-4220-8252-1623ce9d8dbc"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-e56b64c4-c916-4220-8252-1623ce9d8dbc"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-e56b64c4-c916-4220-8252-1623ce9d8dbc"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-e56b64c4-c916-4220-8252-1623ce9d8dbc"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-e56b64c4-c916-4220-8252-1623ce9d8dbc"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-e56b64c4-c916-4220-8252-1623ce9d8dbc"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-e56b64c4-c916-4220-8252-1623ce9d8dbc"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-e56b64c4-c916-4220-8252-1623ce9d8dbc"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-e56b64c4-c916-4220-8252-1623ce9d8dbc"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-e56b64c4-c916-4220-8252-1623ce9d8dbc"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-80e90482-76e2-4b0e-805e-0f73e37c7949 {
  text-align: center;
}




  #s-80e90482-76e2-4b0e-805e-0f73e37c7949 img.shogun-image {
    
    width: px;
  }


#s-80e90482-76e2-4b0e-805e-0f73e37c7949 .shogun-image-content {
  
    align-items: center;
  
}

#s-9481f59e-7a36-4539-bd8a-faa4739c9fa4 {
  text-align: center;
}




  #s-9481f59e-7a36-4539-bd8a-faa4739c9fa4 img.shogun-image {
    
    width: px;
  }


#s-9481f59e-7a36-4539-bd8a-faa4739c9fa4 .shogun-image-content {
  
    align-items: center;
  
}

#s-3b429f86-f232-4f3b-9ab0-dabcd07a7e23 {
  text-align: center;
}




  #s-3b429f86-f232-4f3b-9ab0-dabcd07a7e23 img.shogun-image {
    
    width: px;
  }


#s-3b429f86-f232-4f3b-9ab0-dabcd07a7e23 .shogun-image-content {
  
    align-items: center;
  
}

#s-7f5cf3a7-449d-4f95-bf66-31eca8dd7ed0 {
  text-align: center;
}




  #s-7f5cf3a7-449d-4f95-bf66-31eca8dd7ed0 img.shogun-image {
    
    width: px;
  }


#s-7f5cf3a7-449d-4f95-bf66-31eca8dd7ed0 .shogun-image-content {
  
    align-items: center;
  
}

#s-f582f116-193a-4159-9c92-9959028bdd91 {
  text-align: center;
opacity: 1;
}
@media (min-width: 1200px){#s-f582f116-193a-4159-9c92-9959028bdd91 {
  display: none;
}
#s-f582f116-193a-4159-9c92-9959028bdd91, #wrap-s-f582f116-193a-4159-9c92-9959028bdd91 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f582f116-193a-4159-9c92-9959028bdd91 {
  display: none;
}
#s-f582f116-193a-4159-9c92-9959028bdd91, #wrap-s-f582f116-193a-4159-9c92-9959028bdd91 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-f582f116-193a-4159-9c92-9959028bdd91 {
  
}
}




#s-f582f116-193a-4159-9c92-9959028bdd91 .shogun-image-content {
  
    align-items: center;
  
}

#s-93da2079-691b-4105-973e-1c4c5b7c7596 {
  min-height: 50px;
background-color: rgba(255, 255, 255, 0.54);
}








#s-93da2079-691b-4105-973e-1c4c5b7c7596 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-93da2079-691b-4105-973e-1c4c5b7c7596.shg-box.shg-c {
  justify-content: center;
}

#s-26465c92-dccd-42ea-9a38-2ad1b4fc8e9f {
  min-height: 50px;
background-color: rgba(255, 255, 255, 0.5);
}








#s-26465c92-dccd-42ea-9a38-2ad1b4fc8e9f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-26465c92-dccd-42ea-9a38-2ad1b4fc8e9f.shg-box.shg-c {
  justify-content: center;
}

#s-afd11803-1905-43ec-9734-f3225867be63 {
  padding-left: 50px;
}

#s-b99dcb96-d89d-40b2-bf32-8947d1ff9042 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-b99dcb96-d89d-40b2-bf32-8947d1ff9042 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-b99dcb96-d89d-40b2-bf32-8947d1ff9042 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-b99dcb96-d89d-40b2-bf32-8947d1ff9042 {
  
}
}@media (max-width: 767px){#s-b99dcb96-d89d-40b2-bf32-8947d1ff9042 {
  display: none;
}
#s-b99dcb96-d89d-40b2-bf32-8947d1ff9042, #wrap-s-b99dcb96-d89d-40b2-bf32-8947d1ff9042 { display:none !important; }}







#s-b99dcb96-d89d-40b2-bf32-8947d1ff9042 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b99dcb96-d89d-40b2-bf32-8947d1ff9042.shg-box.shg-c {
  justify-content: flex-start;
}

@media (min-width: 768px) and (max-width: 991px){#s-164e91dc-bc83-4ff1-b3fc-fd27a9823efd {
  display: none;
}
#s-164e91dc-bc83-4ff1-b3fc-fd27a9823efd, #wrap-s-164e91dc-bc83-4ff1-b3fc-fd27a9823efd { display:none !important; }}@media (max-width: 767px){#s-164e91dc-bc83-4ff1-b3fc-fd27a9823efd {
  display: none;
}
#s-164e91dc-bc83-4ff1-b3fc-fd27a9823efd, #wrap-s-164e91dc-bc83-4ff1-b3fc-fd27a9823efd { display:none !important; }}
@media (min-width: 0px) {
[id="s-164e91dc-bc83-4ff1-b3fc-fd27a9823efd"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-164e91dc-bc83-4ff1-b3fc-fd27a9823efd"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-164e91dc-bc83-4ff1-b3fc-fd27a9823efd"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-164e91dc-bc83-4ff1-b3fc-fd27a9823efd"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-164e91dc-bc83-4ff1-b3fc-fd27a9823efd"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-164e91dc-bc83-4ff1-b3fc-fd27a9823efd"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-164e91dc-bc83-4ff1-b3fc-fd27a9823efd"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-164e91dc-bc83-4ff1-b3fc-fd27a9823efd"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-164e91dc-bc83-4ff1-b3fc-fd27a9823efd"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-164e91dc-bc83-4ff1-b3fc-fd27a9823efd"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-164e91dc-bc83-4ff1-b3fc-fd27a9823efd"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-164e91dc-bc83-4ff1-b3fc-fd27a9823efd"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-164e91dc-bc83-4ff1-b3fc-fd27a9823efd"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-164e91dc-bc83-4ff1-b3fc-fd27a9823efd"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-164e91dc-bc83-4ff1-b3fc-fd27a9823efd"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-164e91dc-bc83-4ff1-b3fc-fd27a9823efd"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-164e91dc-bc83-4ff1-b3fc-fd27a9823efd"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-164e91dc-bc83-4ff1-b3fc-fd27a9823efd"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-164e91dc-bc83-4ff1-b3fc-fd27a9823efd"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-164e91dc-bc83-4ff1-b3fc-fd27a9823efd"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-164e91dc-bc83-4ff1-b3fc-fd27a9823efd"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-164e91dc-bc83-4ff1-b3fc-fd27a9823efd"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-164e91dc-bc83-4ff1-b3fc-fd27a9823efd"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-164e91dc-bc83-4ff1-b3fc-fd27a9823efd"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-164e91dc-bc83-4ff1-b3fc-fd27a9823efd"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-164e91dc-bc83-4ff1-b3fc-fd27a9823efd"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-164e91dc-bc83-4ff1-b3fc-fd27a9823efd"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-164e91dc-bc83-4ff1-b3fc-fd27a9823efd"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-164e91dc-bc83-4ff1-b3fc-fd27a9823efd"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-164e91dc-bc83-4ff1-b3fc-fd27a9823efd"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-164e91dc-bc83-4ff1-b3fc-fd27a9823efd"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-164e91dc-bc83-4ff1-b3fc-fd27a9823efd"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-164e91dc-bc83-4ff1-b3fc-fd27a9823efd"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-164e91dc-bc83-4ff1-b3fc-fd27a9823efd"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-164e91dc-bc83-4ff1-b3fc-fd27a9823efd"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-164e91dc-bc83-4ff1-b3fc-fd27a9823efd"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-164e91dc-bc83-4ff1-b3fc-fd27a9823efd"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-cc7a3a59-464f-4c1e-afd9-e51f67f3faaf {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-1b51f16d-f5b3-4c94-939e-4ddf13c19280 {
  text-align: center;
}
@media (max-width: 767px){#s-1b51f16d-f5b3-4c94-939e-4ddf13c19280 {
  display: none;
}
#s-1b51f16d-f5b3-4c94-939e-4ddf13c19280, #wrap-s-1b51f16d-f5b3-4c94-939e-4ddf13c19280 { display:none !important; }}



  #s-1b51f16d-f5b3-4c94-939e-4ddf13c19280 img.shogun-image {
    
    width: px;
  }


#s-1b51f16d-f5b3-4c94-939e-4ddf13c19280 .shogun-image-content {
  
    align-items: center;
  
}

#s-9a92cb0e-0eb3-4cfb-a28b-fac562501d9f {
  min-height: 50px;
}
@media (max-width: 767px){#s-9a92cb0e-0eb3-4cfb-a28b-fac562501d9f {
  display: none;
}
#s-9a92cb0e-0eb3-4cfb-a28b-fac562501d9f, #wrap-s-9a92cb0e-0eb3-4cfb-a28b-fac562501d9f { display:none !important; }}







#s-9a92cb0e-0eb3-4cfb-a28b-fac562501d9f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9a92cb0e-0eb3-4cfb-a28b-fac562501d9f.shg-box.shg-c {
  justify-content: center;
}

#s-8319af16-a78e-41a0-b17e-755fdfb41258 {
  padding-left: 100px;
padding-right: 100px;
}
@media (max-width: 767px){#s-8319af16-a78e-41a0-b17e-755fdfb41258 {
  display: none;
}
#s-8319af16-a78e-41a0-b17e-755fdfb41258, #wrap-s-8319af16-a78e-41a0-b17e-755fdfb41258 { display:none !important; }}
#s-2a4e5e9b-a412-4444-aa80-958035bdd338 {
  background-image: url(none);
background-repeat: no-repeat;
margin-left: 100px;
margin-right: 100px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(12, 29, 73, 1);
text-align: center;
text-decoration: none;
hover-type: color;
color: rgba(244, 244, 244, 1);
}
#s-2a4e5e9b-a412-4444-aa80-958035bdd338:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(12, 29, 73, 1) !important;
text-decoration: none !important;
hover-type: color !important;
color: rgba(244, 244, 244, 1) !important;}#s-2a4e5e9b-a412-4444-aa80-958035bdd338:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-2a4e5e9b-a412-4444-aa80-958035bdd338-btn-wrapper {
    text-align: center;
  }


#s-2a4e5e9b-a412-4444-aa80-958035bdd338.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}

#s-39ff0c74-fa80-4d2b-8a97-b6e7dc077386 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-39ff0c74-fa80-4d2b-8a97-b6e7dc077386 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-39ff0c74-fa80-4d2b-8a97-b6e7dc077386 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-39ff0c74-fa80-4d2b-8a97-b6e7dc077386 {
  
}
}@media (max-width: 767px){#s-39ff0c74-fa80-4d2b-8a97-b6e7dc077386 {
  
}
}







#s-39ff0c74-fa80-4d2b-8a97-b6e7dc077386 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-39ff0c74-fa80-4d2b-8a97-b6e7dc077386.shg-box.shg-c {
  justify-content: flex-start;
}

#s-7562e2bf-9d65-4a12-8f31-507d33a27665 {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-7562e2bf-9d65-4a12-8f31-507d33a27665 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-7562e2bf-9d65-4a12-8f31-507d33a27665 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-7562e2bf-9d65-4a12-8f31-507d33a27665 {
  
}
}@media (max-width: 767px){#s-7562e2bf-9d65-4a12-8f31-507d33a27665 {
  
}
}







#s-7562e2bf-9d65-4a12-8f31-507d33a27665 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7562e2bf-9d65-4a12-8f31-507d33a27665.shg-box.shg-c {
  justify-content: flex-start;
}

#s-5a5e5455-a82f-4b4e-a083-5bf95992564f {
  min-height: 50px;
}








#s-5a5e5455-a82f-4b4e-a083-5bf95992564f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5a5e5455-a82f-4b4e-a083-5bf95992564f.shg-box.shg-c {
  justify-content: center;
}

#s-882ce4b8-ccdd-4569-ae03-7b42c609013f {
  padding-top: 50px;
padding-bottom: 50px;
}

#s-144c275b-bbfe-499d-b0e4-24383250274f {
  min-height: 50px;
}








#s-144c275b-bbfe-499d-b0e4-24383250274f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-144c275b-bbfe-499d-b0e4-24383250274f.shg-box.shg-c {
  justify-content: center;
}

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

.shg-c:before,
.shg-c:after {
  content: " ";
  display: table;
}

/**
  Ref:
  https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Positioning/Understanding_z_index/The_stacking_context
  https://dnf.slack.com/archives/C0514HB79/p1538741509000100
**/
.shogun-root {
  z-index: 1;
  position: relative;
  isolation: isolate;
}

.shogun-root iframe {
  display: initial;
}

@media (max-width: 1024px) {
  .shg-c,
  .shg-box {
    background-attachment: scroll !important;
  }
}

#mc_embed_signup .clear {
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
}

.shg-clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.shogun-image {
  max-width: 100%;
  min-height: inherit;
  max-height: inherit;
  display: inline !important;
  border: 0;
  vertical-align: middle;
}

.shg-fw {
  margin-left: calc(50% - 50vw);
  width: 100vw;
}

.shg-fw .shg-fw {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

div[data-shg-lightbox-switch] {
  cursor: pointer;
}

.shg-lightbox {
  position: fixed;
  z-index: 999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.85);
}

.shg-lightbox.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 100%;
  text-align: center;
}

.shg-lightbox .shg-lightbox-close {
  position: absolute;
  right: 0;
  padding: 5px 0;
  color: #fff;
  font-size: 45px;
  margin-right: 10px;
  line-height: 30px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
  z-index: 1;
}

.shg-lightbox .shg-lightbox-image-container {
  padding: 25px;
}

.shg-lightbox .shg-lightbox-image {
  margin: auto;
  max-height: 90vh;
  max-width: 100%;
}

.shg-lightbox .shg-lightbox-close:hover,
.shg-lightbox .shg-lightbox-close:focus {
  color: #a2a2a2;
  text-decoration: none;
  cursor: pointer;
}

.shg-lightbox .shg-lightbox-nav {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: 35px;
  height: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translate(0%, -50%);
  z-index: 1;
}

.shg-lightbox .shg-lightbox-nav.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-nav.shg-nav-left {
  left: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==);
}

.shg-lightbox .shg-lightbox-nav.shg-nav-right {
  right: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+);
}

@media screen and (min-width: 769px) {
  .shg-lightbox .shg-lightbox-image-container {
    padding: 50px;
  }
}

.shogun-lazyload:not([src]),
.shogun-lazyloading:not([src]) {
	opacity: 0;
}
.shogun-lazyloaded {
	opacity: 1;
	transition: opacity 300ms;
}
