.shg-box {
  position: relative;
  display: -webkit-box;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-flex: 1;
  flex: 1;
}

.shg-box > .shg-box-content {
  z-index: 4;
  position: relative;
}

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

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

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

.shg-box-vertical-align-bottom {
  -webkit-box-pack: end;
  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-a27e15d4-35b7-4960-90eb-01c9340c193d {
  min-height: 50px;
}








#s-a27e15d4-35b7-4960-90eb-01c9340c193d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a27e15d4-35b7-4960-90eb-01c9340c193d.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

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

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

#s-21a67995-98e7-42a0-b248-711a5b057039 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-21a67995-98e7-42a0-b248-711a5b057039 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-aab17fb9-6f02-445f-9767-daa4ed2ddf16 {
  margin-left: 150px;
margin-right: 150px;
}

#s-aab17fb9-6f02-445f-9767-daa4ed2ddf16 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-cfdb4a87-e862-4082-8cee-24fc97fa9974 {
  min-height: 50px;
}








#s-cfdb4a87-e862-4082-8cee-24fc97fa9974 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cfdb4a87-e862-4082-8cee-24fc97fa9974.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

#s-0988e2d5-2299-4f20-929d-c96eae7ffd77 {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-0988e2d5-2299-4f20-929d-c96eae7ffd77 {
  display: none;
}
#s-0988e2d5-2299-4f20-929d-c96eae7ffd77, #wrap-s-0988e2d5-2299-4f20-929d-c96eae7ffd77 { display:none !important; }}@media (max-width: 767px){#s-0988e2d5-2299-4f20-929d-c96eae7ffd77 {
  display: none;
}
#s-0988e2d5-2299-4f20-929d-c96eae7ffd77, #wrap-s-0988e2d5-2299-4f20-929d-c96eae7ffd77 { display:none !important; }}







#s-0988e2d5-2299-4f20-929d-c96eae7ffd77 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0988e2d5-2299-4f20-929d-c96eae7ffd77.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

#s-65b7ac65-66a6-4f97-b648-4632c117145d {
  margin-left: 10px;
margin-right: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-65b7ac65-66a6-4f97-b648-4632c117145d .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-image-overlay.shg-bottom-right {
  -webkit-box-align: end;
          align-items: flex-end;
  -webkit-box-pack: 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: -webkit-box;
  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 {
  -webkit-box-align: start;
          align-items: flex-start;
}

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

.shogun-image-content-bottom {
  -webkit-box-align: end;
          align-items: flex-end;
}
#s-8508e45b-ca58-46d0-a216-0ed1a89d86a3 {
  margin-left: 25px;
margin-right: 25px;
text-align: center;
}




  #s-8508e45b-ca58-46d0-a216-0ed1a89d86a3 img.shogun-image {
    
    width: px;
  }


#s-8508e45b-ca58-46d0-a216-0ed1a89d86a3 .shogun-image-content {
  
    -webkit-box-align:  start;
  
            align-items:  flex-start;
  
}

.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-d02a50dd-8a15-4730-8010-c88eb690e180 {
  padding-top: 5px;
padding-bottom: 5px;
}

#s-8979afd2-e5aa-4eaf-9118-1da6e128da70 {
  min-height: 150px;
}








#s-8979afd2-e5aa-4eaf-9118-1da6e128da70 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8979afd2-e5aa-4eaf-9118-1da6e128da70.shg-box.shg-c {
  -webkit-box-pack: center;
  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-593ebee4-bc6e-423a-8cec-37531345b950 {
  padding-top: 10px;
padding-left: 100px;
padding-bottom: 10px;
padding-right: 100px;
}

#s-bf5418bd-60b1-43cd-acd6-0ea28d14785c {
  min-height: 150px;
}








#s-bf5418bd-60b1-43cd-acd6-0ea28d14785c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bf5418bd-60b1-43cd-acd6-0ea28d14785c.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-9dac8809-f3be-46bd-854e-f2d8ef089d04 {
  padding-top: 10px;
padding-left: 100px;
padding-bottom: 10px;
padding-right: 100px;
}

#s-52e09fd4-f155-4f66-90c1-215a98af62ef {
  min-height: 150px;
}








#s-52e09fd4-f155-4f66-90c1-215a98af62ef > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-52e09fd4-f155-4f66-90c1-215a98af62ef.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-6e59ac45-83cb-45c5-8fc7-a0c46e61fa71 {
  padding-top: 10px;
padding-left: 100px;
padding-bottom: 10px;
padding-right: 100px;
}

#s-3b6672b8-98ca-4d91-bc87-96940d3f41a9 {
  min-height: 150px;
}








#s-3b6672b8-98ca-4d91-bc87-96940d3f41a9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3b6672b8-98ca-4d91-bc87-96940d3f41a9.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-374e6075-8c52-42bf-a57f-f37008436c86 {
  padding-top: 10px;
padding-left: 100px;
padding-bottom: 10px;
padding-right: 100px;
}

#s-aca700f6-fd4f-4d90-b5e4-07ae10fcd8e9 {
  min-height: 150px;
}








#s-aca700f6-fd4f-4d90-b5e4-07ae10fcd8e9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-aca700f6-fd4f-4d90-b5e4-07ae10fcd8e9.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-bcff08b3-26c4-49b7-8237-731b0c0f6d69 {
  padding-top: 10px;
padding-left: 100px;
padding-bottom: 10px;
padding-right: 100px;
}

#s-0796fd8b-9b79-420c-aaad-cc11343a4b57 {
  min-height: 150px;
}








#s-0796fd8b-9b79-420c-aaad-cc11343a4b57 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0796fd8b-9b79-420c-aaad-cc11343a4b57.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-80af1551-ff88-433d-ae30-62f262272e05 {
  padding-top: 10px;
padding-left: 100px;
padding-bottom: 10px;
padding-right: 100px;
}

#s-9a52666c-cac0-4373-9018-bd31b2ef5a0f {
  min-height: 150px;
}








#s-9a52666c-cac0-4373-9018-bd31b2ef5a0f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9a52666c-cac0-4373-9018-bd31b2ef5a0f.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-5a05d0aa-cac6-475e-b863-28645442054c {
  padding-top: 10px;
padding-left: 100px;
padding-bottom: 10px;
padding-right: 100px;
}

#s-59979ec8-2c82-44d8-9936-f211a9836662 {
  min-height: 150px;
}








#s-59979ec8-2c82-44d8-9936-f211a9836662 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-59979ec8-2c82-44d8-9936-f211a9836662.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-d282e680-0d4b-4329-ab6e-ea3dbcad84c3 {
  padding-top: 10px;
padding-left: 100px;
padding-bottom: 10px;
padding-right: 100px;
}

#s-ecc9776b-9ef2-4808-a46c-57ec6f1bd20e {
  min-height: 150px;
}








#s-ecc9776b-9ef2-4808-a46c-57ec6f1bd20e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ecc9776b-9ef2-4808-a46c-57ec6f1bd20e.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-3fc7fb66-6557-4128-960e-62edd22e5b36 {
  padding-top: 10px;
padding-left: 100px;
padding-bottom: 10px;
padding-right: 100px;
}

#s-78a3b3bb-7e0c-40ce-9a05-501e5ccef051 {
  min-height: 150px;
}








#s-78a3b3bb-7e0c-40ce-9a05-501e5ccef051 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-78a3b3bb-7e0c-40ce-9a05-501e5ccef051.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-b0ba3baa-87ca-4217-b55b-dea66d127fd1 {
  padding-top: 10px;
padding-left: 100px;
padding-bottom: 10px;
padding-right: 100px;
}

#s-f50fb30f-eb31-4f1e-8e85-a5962a43dfee {
  min-height: 50px;
}








#s-f50fb30f-eb31-4f1e-8e85-a5962a43dfee > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f50fb30f-eb31-4f1e-8e85-a5962a43dfee.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

#s-ab2ae9b9-7c8a-443d-8cf1-5d86e3e4b80f {
  margin-left: 50px;
margin-right: 50px;
padding-top: 10px;
padding-bottom: 10px;
}

#s-6db21a47-d6e6-414d-8432-13acb968987d {
  min-height: 50px;
}








#s-6db21a47-d6e6-414d-8432-13acb968987d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6db21a47-d6e6-414d-8432-13acb968987d.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

#s-67d296bb-9ff3-4b94-981f-e7fd52db05e9 {
  margin-left: 150px;
margin-right: 150px;
}

#s-67d296bb-9ff3-4b94-981f-e7fd52db05e9 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

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

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

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

#s-ef314ecc-ad6d-4b7a-9d26-1224de8bb233 {
  margin-left: 20px;
margin-right: 20px;
}

@media (min-width: 0px) {
[id="s-ef314ecc-ad6d-4b7a-9d26-1224de8bb233"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ef314ecc-ad6d-4b7a-9d26-1224de8bb233"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-ef314ecc-ad6d-4b7a-9d26-1224de8bb233"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-ef314ecc-ad6d-4b7a-9d26-1224de8bb233"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-ef314ecc-ad6d-4b7a-9d26-1224de8bb233"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-ef314ecc-ad6d-4b7a-9d26-1224de8bb233"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-ef314ecc-ad6d-4b7a-9d26-1224de8bb233"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-ef314ecc-ad6d-4b7a-9d26-1224de8bb233"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-ef314ecc-ad6d-4b7a-9d26-1224de8bb233"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-ef314ecc-ad6d-4b7a-9d26-1224de8bb233"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-ef314ecc-ad6d-4b7a-9d26-1224de8bb233"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-ef314ecc-ad6d-4b7a-9d26-1224de8bb233"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-ef314ecc-ad6d-4b7a-9d26-1224de8bb233"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-ef314ecc-ad6d-4b7a-9d26-1224de8bb233"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-ef314ecc-ad6d-4b7a-9d26-1224de8bb233"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-ef314ecc-ad6d-4b7a-9d26-1224de8bb233"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-ef314ecc-ad6d-4b7a-9d26-1224de8bb233"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-ef314ecc-ad6d-4b7a-9d26-1224de8bb233"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-ef314ecc-ad6d-4b7a-9d26-1224de8bb233"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-ef314ecc-ad6d-4b7a-9d26-1224de8bb233"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-ef314ecc-ad6d-4b7a-9d26-1224de8bb233"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-ef314ecc-ad6d-4b7a-9d26-1224de8bb233"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-ef314ecc-ad6d-4b7a-9d26-1224de8bb233"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-ef314ecc-ad6d-4b7a-9d26-1224de8bb233"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-ef314ecc-ad6d-4b7a-9d26-1224de8bb233"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-ef314ecc-ad6d-4b7a-9d26-1224de8bb233"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-ef314ecc-ad6d-4b7a-9d26-1224de8bb233"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-ef314ecc-ad6d-4b7a-9d26-1224de8bb233"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-ef314ecc-ad6d-4b7a-9d26-1224de8bb233"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-ef314ecc-ad6d-4b7a-9d26-1224de8bb233"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-ef314ecc-ad6d-4b7a-9d26-1224de8bb233"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-ef314ecc-ad6d-4b7a-9d26-1224de8bb233"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-ef314ecc-ad6d-4b7a-9d26-1224de8bb233"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-ef314ecc-ad6d-4b7a-9d26-1224de8bb233"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-ef314ecc-ad6d-4b7a-9d26-1224de8bb233"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-ef314ecc-ad6d-4b7a-9d26-1224de8bb233"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-ef314ecc-ad6d-4b7a-9d26-1224de8bb233"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 10.0px);
}

}

#s-6de6bb0f-04b8-43ad-bda6-a9bd8c9d6bb3 {
  padding-bottom: 20px;
text-align: center;
}




  #s-6de6bb0f-04b8-43ad-bda6-a9bd8c9d6bb3 img.shogun-image {
    
    width: px;
  }


#s-6de6bb0f-04b8-43ad-bda6-a9bd8c9d6bb3 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-2cacdf11-74ee-4699-a9aa-e87ed2f3db91 {
  
}

#s-2f805d33-cce3-424d-8ab4-c89e2e132e41 {
  min-height: 50px;
}








#s-2f805d33-cce3-424d-8ab4-c89e2e132e41 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2f805d33-cce3-424d-8ab4-c89e2e132e41.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

#s-b2d8793f-8cca-42ea-bee9-12b251235e4d {
  margin-left: 150px;
margin-right: 150px;
}

#s-b2d8793f-8cca-42ea-bee9-12b251235e4d hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-63650b72-ac5c-4902-bb89-584a192b1ec4 {
  margin-left: 20px;
margin-right: 20px;
}

@media (min-width: 0px) {
[id="s-63650b72-ac5c-4902-bb89-584a192b1ec4"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-63650b72-ac5c-4902-bb89-584a192b1ec4"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-63650b72-ac5c-4902-bb89-584a192b1ec4"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-63650b72-ac5c-4902-bb89-584a192b1ec4"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-63650b72-ac5c-4902-bb89-584a192b1ec4"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-63650b72-ac5c-4902-bb89-584a192b1ec4"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-63650b72-ac5c-4902-bb89-584a192b1ec4"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-63650b72-ac5c-4902-bb89-584a192b1ec4"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-63650b72-ac5c-4902-bb89-584a192b1ec4"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-63650b72-ac5c-4902-bb89-584a192b1ec4"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-63650b72-ac5c-4902-bb89-584a192b1ec4"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-63650b72-ac5c-4902-bb89-584a192b1ec4"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-63650b72-ac5c-4902-bb89-584a192b1ec4"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-63650b72-ac5c-4902-bb89-584a192b1ec4"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-63650b72-ac5c-4902-bb89-584a192b1ec4"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-63650b72-ac5c-4902-bb89-584a192b1ec4"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-63650b72-ac5c-4902-bb89-584a192b1ec4"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-63650b72-ac5c-4902-bb89-584a192b1ec4"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-63650b72-ac5c-4902-bb89-584a192b1ec4"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-63650b72-ac5c-4902-bb89-584a192b1ec4"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-63650b72-ac5c-4902-bb89-584a192b1ec4"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-63650b72-ac5c-4902-bb89-584a192b1ec4"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-63650b72-ac5c-4902-bb89-584a192b1ec4"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-63650b72-ac5c-4902-bb89-584a192b1ec4"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-63650b72-ac5c-4902-bb89-584a192b1ec4"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-63650b72-ac5c-4902-bb89-584a192b1ec4"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-63650b72-ac5c-4902-bb89-584a192b1ec4"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-63650b72-ac5c-4902-bb89-584a192b1ec4"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-63650b72-ac5c-4902-bb89-584a192b1ec4"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-63650b72-ac5c-4902-bb89-584a192b1ec4"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-63650b72-ac5c-4902-bb89-584a192b1ec4"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-63650b72-ac5c-4902-bb89-584a192b1ec4"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-63650b72-ac5c-4902-bb89-584a192b1ec4"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-63650b72-ac5c-4902-bb89-584a192b1ec4"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-63650b72-ac5c-4902-bb89-584a192b1ec4"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-63650b72-ac5c-4902-bb89-584a192b1ec4"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-63650b72-ac5c-4902-bb89-584a192b1ec4"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 10.0px);
}

}

#s-771fd2c4-8988-4c13-ae43-9d74d30f18b2 {
  padding-bottom: 20px;
text-align: center;
}




  #s-771fd2c4-8988-4c13-ae43-9d74d30f18b2 img.shogun-image {
    
    width: px;
  }


#s-771fd2c4-8988-4c13-ae43-9d74d30f18b2 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-875889f7-f92f-470a-bdb0-2789562e901f {
  
}

#s-226f0678-2489-4a49-8ac8-32948602da06 {
  min-height: 50px;
}








#s-226f0678-2489-4a49-8ac8-32948602da06 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-226f0678-2489-4a49-8ac8-32948602da06.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

#s-2eee1b8f-bc4f-470f-a943-daa4324ebace {
  margin-left: 150px;
margin-right: 150px;
}

#s-2eee1b8f-bc4f-470f-a943-daa4324ebace hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-79394c6c-0169-4617-8c43-e9204d474bad {
  margin-left: 20px;
margin-right: 20px;
}

@media (min-width: 0px) {
[id="s-79394c6c-0169-4617-8c43-e9204d474bad"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-79394c6c-0169-4617-8c43-e9204d474bad"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-79394c6c-0169-4617-8c43-e9204d474bad"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-79394c6c-0169-4617-8c43-e9204d474bad"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-79394c6c-0169-4617-8c43-e9204d474bad"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-79394c6c-0169-4617-8c43-e9204d474bad"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-79394c6c-0169-4617-8c43-e9204d474bad"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-79394c6c-0169-4617-8c43-e9204d474bad"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-79394c6c-0169-4617-8c43-e9204d474bad"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-79394c6c-0169-4617-8c43-e9204d474bad"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-79394c6c-0169-4617-8c43-e9204d474bad"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-79394c6c-0169-4617-8c43-e9204d474bad"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-79394c6c-0169-4617-8c43-e9204d474bad"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-79394c6c-0169-4617-8c43-e9204d474bad"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-79394c6c-0169-4617-8c43-e9204d474bad"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-79394c6c-0169-4617-8c43-e9204d474bad"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-79394c6c-0169-4617-8c43-e9204d474bad"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-79394c6c-0169-4617-8c43-e9204d474bad"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-79394c6c-0169-4617-8c43-e9204d474bad"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-79394c6c-0169-4617-8c43-e9204d474bad"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-79394c6c-0169-4617-8c43-e9204d474bad"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-79394c6c-0169-4617-8c43-e9204d474bad"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-79394c6c-0169-4617-8c43-e9204d474bad"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-79394c6c-0169-4617-8c43-e9204d474bad"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-79394c6c-0169-4617-8c43-e9204d474bad"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-79394c6c-0169-4617-8c43-e9204d474bad"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-79394c6c-0169-4617-8c43-e9204d474bad"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-79394c6c-0169-4617-8c43-e9204d474bad"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-79394c6c-0169-4617-8c43-e9204d474bad"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-79394c6c-0169-4617-8c43-e9204d474bad"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-79394c6c-0169-4617-8c43-e9204d474bad"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-79394c6c-0169-4617-8c43-e9204d474bad"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-79394c6c-0169-4617-8c43-e9204d474bad"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-79394c6c-0169-4617-8c43-e9204d474bad"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-79394c6c-0169-4617-8c43-e9204d474bad"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-79394c6c-0169-4617-8c43-e9204d474bad"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-79394c6c-0169-4617-8c43-e9204d474bad"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 10.0px);
}

}

#s-cab7f847-81c4-47d0-ad8f-be907e432e72 {
  padding-bottom: 20px;
text-align: center;
}




  #s-cab7f847-81c4-47d0-ad8f-be907e432e72 img.shogun-image {
    
    width: px;
  }


#s-cab7f847-81c4-47d0-ad8f-be907e432e72 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-e62293a8-5e04-4e22-9e67-a7f37bd92215 {
  
}

#s-7111f8b9-8a60-4f9e-984d-b3d4d2d59f29 {
  min-height: 50px;
}








#s-7111f8b9-8a60-4f9e-984d-b3d4d2d59f29 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7111f8b9-8a60-4f9e-984d-b3d4d2d59f29.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

#s-1bbf0101-02f9-43bd-b0c8-49f22b54f8f8 {
  margin-left: 150px;
margin-right: 150px;
}

#s-1bbf0101-02f9-43bd-b0c8-49f22b54f8f8 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-ba9fde4b-ad36-4ffa-af44-b05dc415d8fc {
  margin-left: 20px;
margin-right: 20px;
}

@media (min-width: 0px) {
[id="s-ba9fde4b-ad36-4ffa-af44-b05dc415d8fc"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ba9fde4b-ad36-4ffa-af44-b05dc415d8fc"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-ba9fde4b-ad36-4ffa-af44-b05dc415d8fc"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-ba9fde4b-ad36-4ffa-af44-b05dc415d8fc"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-ba9fde4b-ad36-4ffa-af44-b05dc415d8fc"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-ba9fde4b-ad36-4ffa-af44-b05dc415d8fc"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-ba9fde4b-ad36-4ffa-af44-b05dc415d8fc"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-ba9fde4b-ad36-4ffa-af44-b05dc415d8fc"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-ba9fde4b-ad36-4ffa-af44-b05dc415d8fc"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-ba9fde4b-ad36-4ffa-af44-b05dc415d8fc"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-ba9fde4b-ad36-4ffa-af44-b05dc415d8fc"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-ba9fde4b-ad36-4ffa-af44-b05dc415d8fc"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-ba9fde4b-ad36-4ffa-af44-b05dc415d8fc"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-ba9fde4b-ad36-4ffa-af44-b05dc415d8fc"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-ba9fde4b-ad36-4ffa-af44-b05dc415d8fc"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-ba9fde4b-ad36-4ffa-af44-b05dc415d8fc"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-ba9fde4b-ad36-4ffa-af44-b05dc415d8fc"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-ba9fde4b-ad36-4ffa-af44-b05dc415d8fc"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-ba9fde4b-ad36-4ffa-af44-b05dc415d8fc"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-ba9fde4b-ad36-4ffa-af44-b05dc415d8fc"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-ba9fde4b-ad36-4ffa-af44-b05dc415d8fc"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-ba9fde4b-ad36-4ffa-af44-b05dc415d8fc"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-ba9fde4b-ad36-4ffa-af44-b05dc415d8fc"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-ba9fde4b-ad36-4ffa-af44-b05dc415d8fc"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-ba9fde4b-ad36-4ffa-af44-b05dc415d8fc"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-ba9fde4b-ad36-4ffa-af44-b05dc415d8fc"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-ba9fde4b-ad36-4ffa-af44-b05dc415d8fc"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-ba9fde4b-ad36-4ffa-af44-b05dc415d8fc"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-ba9fde4b-ad36-4ffa-af44-b05dc415d8fc"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-ba9fde4b-ad36-4ffa-af44-b05dc415d8fc"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-ba9fde4b-ad36-4ffa-af44-b05dc415d8fc"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-ba9fde4b-ad36-4ffa-af44-b05dc415d8fc"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-ba9fde4b-ad36-4ffa-af44-b05dc415d8fc"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-ba9fde4b-ad36-4ffa-af44-b05dc415d8fc"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-ba9fde4b-ad36-4ffa-af44-b05dc415d8fc"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-ba9fde4b-ad36-4ffa-af44-b05dc415d8fc"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-ba9fde4b-ad36-4ffa-af44-b05dc415d8fc"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 10.0px);
}

}

#s-5d31959a-7555-46af-ab99-d34a5701344b {
  padding-bottom: 20px;
text-align: center;
}




  #s-5d31959a-7555-46af-ab99-d34a5701344b img.shogun-image {
    
    width: px;
  }


#s-5d31959a-7555-46af-ab99-d34a5701344b .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-f9ccd3b8-f233-4cd2-9aa0-96c02da50676 {
  
}

#s-085fc776-8fb4-4d57-b9fc-16a9f1bbda4c {
  min-height: 50px;
}








#s-085fc776-8fb4-4d57-b9fc-16a9f1bbda4c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-085fc776-8fb4-4d57-b9fc-16a9f1bbda4c.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

#s-71a04d8f-0d51-4f43-a580-7a7729ee291d {
  margin-left: 150px;
margin-right: 150px;
}

#s-71a04d8f-0d51-4f43-a580-7a7729ee291d hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-395340a1-1548-4184-b9a8-bfb9ec4ade4a {
  margin-left: 20px;
margin-right: 20px;
}

@media (min-width: 0px) {
[id="s-395340a1-1548-4184-b9a8-bfb9ec4ade4a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-395340a1-1548-4184-b9a8-bfb9ec4ade4a"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-395340a1-1548-4184-b9a8-bfb9ec4ade4a"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-395340a1-1548-4184-b9a8-bfb9ec4ade4a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-395340a1-1548-4184-b9a8-bfb9ec4ade4a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-395340a1-1548-4184-b9a8-bfb9ec4ade4a"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-395340a1-1548-4184-b9a8-bfb9ec4ade4a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-395340a1-1548-4184-b9a8-bfb9ec4ade4a"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-395340a1-1548-4184-b9a8-bfb9ec4ade4a"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-395340a1-1548-4184-b9a8-bfb9ec4ade4a"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-395340a1-1548-4184-b9a8-bfb9ec4ade4a"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-395340a1-1548-4184-b9a8-bfb9ec4ade4a"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-395340a1-1548-4184-b9a8-bfb9ec4ade4a"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-395340a1-1548-4184-b9a8-bfb9ec4ade4a"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-395340a1-1548-4184-b9a8-bfb9ec4ade4a"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-395340a1-1548-4184-b9a8-bfb9ec4ade4a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-395340a1-1548-4184-b9a8-bfb9ec4ade4a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-395340a1-1548-4184-b9a8-bfb9ec4ade4a"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-395340a1-1548-4184-b9a8-bfb9ec4ade4a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-395340a1-1548-4184-b9a8-bfb9ec4ade4a"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-395340a1-1548-4184-b9a8-bfb9ec4ade4a"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-395340a1-1548-4184-b9a8-bfb9ec4ade4a"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-395340a1-1548-4184-b9a8-bfb9ec4ade4a"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-395340a1-1548-4184-b9a8-bfb9ec4ade4a"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-395340a1-1548-4184-b9a8-bfb9ec4ade4a"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-395340a1-1548-4184-b9a8-bfb9ec4ade4a"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-395340a1-1548-4184-b9a8-bfb9ec4ade4a"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-395340a1-1548-4184-b9a8-bfb9ec4ade4a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-395340a1-1548-4184-b9a8-bfb9ec4ade4a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-395340a1-1548-4184-b9a8-bfb9ec4ade4a"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-395340a1-1548-4184-b9a8-bfb9ec4ade4a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-395340a1-1548-4184-b9a8-bfb9ec4ade4a"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-395340a1-1548-4184-b9a8-bfb9ec4ade4a"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-395340a1-1548-4184-b9a8-bfb9ec4ade4a"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-395340a1-1548-4184-b9a8-bfb9ec4ade4a"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-395340a1-1548-4184-b9a8-bfb9ec4ade4a"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-395340a1-1548-4184-b9a8-bfb9ec4ade4a"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 10.0px);
}

}

#s-5571b6a1-9ca1-46c8-97b2-e4986c520e4a {
  padding-bottom: 20px;
text-align: center;
}




  #s-5571b6a1-9ca1-46c8-97b2-e4986c520e4a img.shogun-image {
    
    width: px;
  }


#s-5571b6a1-9ca1-46c8-97b2-e4986c520e4a .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-a873c891-ad8a-4db0-97ae-6400037b37f4 {
  
}

#s-0e18d131-1d00-4177-ab20-14731ed28aa6 {
  min-height: 50px;
}








#s-0e18d131-1d00-4177-ab20-14731ed28aa6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0e18d131-1d00-4177-ab20-14731ed28aa6.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

#s-040796e2-f2ad-40a1-b8b0-ce046319cb04 {
  margin-left: 150px;
margin-right: 150px;
}

#s-040796e2-f2ad-40a1-b8b0-ce046319cb04 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-1c75da07-dcf3-4f46-809b-362f5a31d438 {
  margin-left: 20px;
margin-right: 20px;
}

@media (min-width: 0px) {
[id="s-1c75da07-dcf3-4f46-809b-362f5a31d438"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1c75da07-dcf3-4f46-809b-362f5a31d438"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-1c75da07-dcf3-4f46-809b-362f5a31d438"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-1c75da07-dcf3-4f46-809b-362f5a31d438"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-1c75da07-dcf3-4f46-809b-362f5a31d438"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-1c75da07-dcf3-4f46-809b-362f5a31d438"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-1c75da07-dcf3-4f46-809b-362f5a31d438"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-1c75da07-dcf3-4f46-809b-362f5a31d438"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-1c75da07-dcf3-4f46-809b-362f5a31d438"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-1c75da07-dcf3-4f46-809b-362f5a31d438"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-1c75da07-dcf3-4f46-809b-362f5a31d438"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-1c75da07-dcf3-4f46-809b-362f5a31d438"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-1c75da07-dcf3-4f46-809b-362f5a31d438"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-1c75da07-dcf3-4f46-809b-362f5a31d438"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-1c75da07-dcf3-4f46-809b-362f5a31d438"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-1c75da07-dcf3-4f46-809b-362f5a31d438"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-1c75da07-dcf3-4f46-809b-362f5a31d438"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-1c75da07-dcf3-4f46-809b-362f5a31d438"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-1c75da07-dcf3-4f46-809b-362f5a31d438"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-1c75da07-dcf3-4f46-809b-362f5a31d438"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-1c75da07-dcf3-4f46-809b-362f5a31d438"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-1c75da07-dcf3-4f46-809b-362f5a31d438"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-1c75da07-dcf3-4f46-809b-362f5a31d438"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-1c75da07-dcf3-4f46-809b-362f5a31d438"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-1c75da07-dcf3-4f46-809b-362f5a31d438"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-1c75da07-dcf3-4f46-809b-362f5a31d438"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-1c75da07-dcf3-4f46-809b-362f5a31d438"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-1c75da07-dcf3-4f46-809b-362f5a31d438"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-1c75da07-dcf3-4f46-809b-362f5a31d438"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-1c75da07-dcf3-4f46-809b-362f5a31d438"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-1c75da07-dcf3-4f46-809b-362f5a31d438"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-1c75da07-dcf3-4f46-809b-362f5a31d438"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-1c75da07-dcf3-4f46-809b-362f5a31d438"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-1c75da07-dcf3-4f46-809b-362f5a31d438"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-1c75da07-dcf3-4f46-809b-362f5a31d438"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-1c75da07-dcf3-4f46-809b-362f5a31d438"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-1c75da07-dcf3-4f46-809b-362f5a31d438"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 10.0px);
}

}

#s-092adb3a-ee84-4554-9d46-caced41f27c4 {
  padding-bottom: 20px;
text-align: center;
}




  #s-092adb3a-ee84-4554-9d46-caced41f27c4 img.shogun-image {
    
    width: px;
  }


#s-092adb3a-ee84-4554-9d46-caced41f27c4 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-f9a76e6f-3944-44c0-a3db-db3a2662d900 {
  
}

#s-c2422521-5b07-4e25-8f22-80eb98d04e72 {
  min-height: 50px;
}








#s-c2422521-5b07-4e25-8f22-80eb98d04e72 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c2422521-5b07-4e25-8f22-80eb98d04e72.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

#s-c0bf0e36-85e6-4534-99ea-ddabf47c00a0 {
  margin-left: 150px;
margin-right: 150px;
}

#s-c0bf0e36-85e6-4534-99ea-ddabf47c00a0 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-a2248426-9038-4d35-985d-677525b6f242 {
  margin-left: 20px;
margin-right: 20px;
}

@media (min-width: 0px) {
[id="s-a2248426-9038-4d35-985d-677525b6f242"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a2248426-9038-4d35-985d-677525b6f242"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-a2248426-9038-4d35-985d-677525b6f242"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-a2248426-9038-4d35-985d-677525b6f242"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-a2248426-9038-4d35-985d-677525b6f242"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-a2248426-9038-4d35-985d-677525b6f242"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-a2248426-9038-4d35-985d-677525b6f242"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-a2248426-9038-4d35-985d-677525b6f242"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-a2248426-9038-4d35-985d-677525b6f242"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-a2248426-9038-4d35-985d-677525b6f242"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-a2248426-9038-4d35-985d-677525b6f242"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-a2248426-9038-4d35-985d-677525b6f242"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-a2248426-9038-4d35-985d-677525b6f242"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-a2248426-9038-4d35-985d-677525b6f242"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-a2248426-9038-4d35-985d-677525b6f242"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-a2248426-9038-4d35-985d-677525b6f242"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-a2248426-9038-4d35-985d-677525b6f242"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-a2248426-9038-4d35-985d-677525b6f242"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-a2248426-9038-4d35-985d-677525b6f242"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-a2248426-9038-4d35-985d-677525b6f242"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-a2248426-9038-4d35-985d-677525b6f242"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-a2248426-9038-4d35-985d-677525b6f242"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-a2248426-9038-4d35-985d-677525b6f242"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-a2248426-9038-4d35-985d-677525b6f242"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-a2248426-9038-4d35-985d-677525b6f242"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-a2248426-9038-4d35-985d-677525b6f242"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-a2248426-9038-4d35-985d-677525b6f242"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-a2248426-9038-4d35-985d-677525b6f242"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-a2248426-9038-4d35-985d-677525b6f242"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-a2248426-9038-4d35-985d-677525b6f242"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-a2248426-9038-4d35-985d-677525b6f242"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-a2248426-9038-4d35-985d-677525b6f242"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-a2248426-9038-4d35-985d-677525b6f242"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-a2248426-9038-4d35-985d-677525b6f242"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-a2248426-9038-4d35-985d-677525b6f242"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-a2248426-9038-4d35-985d-677525b6f242"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-a2248426-9038-4d35-985d-677525b6f242"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 10.0px);
}

}

#s-886ae056-3d3d-4989-af0e-872b424962c9 {
  padding-bottom: 20px;
text-align: center;
}




  #s-886ae056-3d3d-4989-af0e-872b424962c9 img.shogun-image {
    
    width: px;
  }


#s-886ae056-3d3d-4989-af0e-872b424962c9 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-a1fa2831-4af1-4be6-a94f-a48103a54445 {
  
}

#s-537244e2-0112-48e4-8e6e-14caee3db97d {
  min-height: 50px;
}








#s-537244e2-0112-48e4-8e6e-14caee3db97d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-537244e2-0112-48e4-8e6e-14caee3db97d.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

#s-71c6cdd6-acdb-4ed0-912e-77f2b2c71605 {
  margin-left: 150px;
margin-right: 150px;
}

#s-71c6cdd6-acdb-4ed0-912e-77f2b2c71605 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-836678fb-fb72-429c-a188-98064302ccc0 {
  margin-left: 20px;
margin-right: 20px;
}

@media (min-width: 0px) {
[id="s-836678fb-fb72-429c-a188-98064302ccc0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-836678fb-fb72-429c-a188-98064302ccc0"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-836678fb-fb72-429c-a188-98064302ccc0"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-836678fb-fb72-429c-a188-98064302ccc0"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-836678fb-fb72-429c-a188-98064302ccc0"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-836678fb-fb72-429c-a188-98064302ccc0"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-836678fb-fb72-429c-a188-98064302ccc0"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-836678fb-fb72-429c-a188-98064302ccc0"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-836678fb-fb72-429c-a188-98064302ccc0"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-836678fb-fb72-429c-a188-98064302ccc0"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-836678fb-fb72-429c-a188-98064302ccc0"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-836678fb-fb72-429c-a188-98064302ccc0"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-836678fb-fb72-429c-a188-98064302ccc0"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-836678fb-fb72-429c-a188-98064302ccc0"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-836678fb-fb72-429c-a188-98064302ccc0"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-836678fb-fb72-429c-a188-98064302ccc0"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-836678fb-fb72-429c-a188-98064302ccc0"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-836678fb-fb72-429c-a188-98064302ccc0"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-836678fb-fb72-429c-a188-98064302ccc0"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-836678fb-fb72-429c-a188-98064302ccc0"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-836678fb-fb72-429c-a188-98064302ccc0"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-836678fb-fb72-429c-a188-98064302ccc0"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-836678fb-fb72-429c-a188-98064302ccc0"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-836678fb-fb72-429c-a188-98064302ccc0"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-836678fb-fb72-429c-a188-98064302ccc0"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-836678fb-fb72-429c-a188-98064302ccc0"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-836678fb-fb72-429c-a188-98064302ccc0"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-836678fb-fb72-429c-a188-98064302ccc0"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-836678fb-fb72-429c-a188-98064302ccc0"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-836678fb-fb72-429c-a188-98064302ccc0"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-836678fb-fb72-429c-a188-98064302ccc0"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-836678fb-fb72-429c-a188-98064302ccc0"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-836678fb-fb72-429c-a188-98064302ccc0"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-836678fb-fb72-429c-a188-98064302ccc0"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-836678fb-fb72-429c-a188-98064302ccc0"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-836678fb-fb72-429c-a188-98064302ccc0"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-836678fb-fb72-429c-a188-98064302ccc0"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 10.0px);
}

}

#s-8b5604a8-0198-4b47-a6ef-74db11205fde {
  padding-bottom: 20px;
text-align: center;
}




  #s-8b5604a8-0198-4b47-a6ef-74db11205fde img.shogun-image {
    
    width: px;
  }


#s-8b5604a8-0198-4b47-a6ef-74db11205fde .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-dd1f7ac5-7b52-4cc5-b98c-82bd182f3312 {
  
}

#s-a71e310a-407c-4bce-892c-72f7773b7f6b {
  min-height: 50px;
}








#s-a71e310a-407c-4bce-892c-72f7773b7f6b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a71e310a-407c-4bce-892c-72f7773b7f6b.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

#s-4d53e7ee-2b9a-455c-98f9-890739300623 {
  margin-left: 150px;
margin-right: 150px;
}

#s-4d53e7ee-2b9a-455c-98f9-890739300623 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-10b496aa-6608-493b-b745-4eeb794390a2 {
  margin-left: 20px;
margin-right: 20px;
}

@media (min-width: 0px) {
[id="s-10b496aa-6608-493b-b745-4eeb794390a2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-10b496aa-6608-493b-b745-4eeb794390a2"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-10b496aa-6608-493b-b745-4eeb794390a2"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-10b496aa-6608-493b-b745-4eeb794390a2"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-10b496aa-6608-493b-b745-4eeb794390a2"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-10b496aa-6608-493b-b745-4eeb794390a2"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-10b496aa-6608-493b-b745-4eeb794390a2"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-10b496aa-6608-493b-b745-4eeb794390a2"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-10b496aa-6608-493b-b745-4eeb794390a2"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-10b496aa-6608-493b-b745-4eeb794390a2"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-10b496aa-6608-493b-b745-4eeb794390a2"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-10b496aa-6608-493b-b745-4eeb794390a2"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-10b496aa-6608-493b-b745-4eeb794390a2"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-10b496aa-6608-493b-b745-4eeb794390a2"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-10b496aa-6608-493b-b745-4eeb794390a2"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-10b496aa-6608-493b-b745-4eeb794390a2"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-10b496aa-6608-493b-b745-4eeb794390a2"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-10b496aa-6608-493b-b745-4eeb794390a2"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-10b496aa-6608-493b-b745-4eeb794390a2"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-10b496aa-6608-493b-b745-4eeb794390a2"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-10b496aa-6608-493b-b745-4eeb794390a2"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-10b496aa-6608-493b-b745-4eeb794390a2"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-10b496aa-6608-493b-b745-4eeb794390a2"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-10b496aa-6608-493b-b745-4eeb794390a2"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-10b496aa-6608-493b-b745-4eeb794390a2"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-10b496aa-6608-493b-b745-4eeb794390a2"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-10b496aa-6608-493b-b745-4eeb794390a2"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-10b496aa-6608-493b-b745-4eeb794390a2"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-10b496aa-6608-493b-b745-4eeb794390a2"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-10b496aa-6608-493b-b745-4eeb794390a2"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-10b496aa-6608-493b-b745-4eeb794390a2"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-10b496aa-6608-493b-b745-4eeb794390a2"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-10b496aa-6608-493b-b745-4eeb794390a2"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-10b496aa-6608-493b-b745-4eeb794390a2"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-10b496aa-6608-493b-b745-4eeb794390a2"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-10b496aa-6608-493b-b745-4eeb794390a2"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-10b496aa-6608-493b-b745-4eeb794390a2"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 10.0px);
}

}

#s-b07a1a7a-9ab6-419c-840e-202e564f53fd {
  padding-bottom: 20px;
text-align: center;
}




  #s-b07a1a7a-9ab6-419c-840e-202e564f53fd img.shogun-image {
    
    width: px;
  }


#s-b07a1a7a-9ab6-419c-840e-202e564f53fd .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-50a8f5e6-dde1-4cb2-9fa5-d312b8c71073 {
  
}

#s-0ecedae7-bd2b-4f02-a1d5-928be6d51b75 {
  min-height: 50px;
}








#s-0ecedae7-bd2b-4f02-a1d5-928be6d51b75 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0ecedae7-bd2b-4f02-a1d5-928be6d51b75.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

#s-e4eb73a9-d4f3-4456-a254-6bc4bf38b061 {
  margin-left: 150px;
margin-right: 150px;
}

#s-e4eb73a9-d4f3-4456-a254-6bc4bf38b061 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-b886683a-38bb-4ab1-92c7-8a04cdb51100 {
  margin-left: 20px;
margin-right: 20px;
}

@media (min-width: 0px) {
[id="s-b886683a-38bb-4ab1-92c7-8a04cdb51100"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b886683a-38bb-4ab1-92c7-8a04cdb51100"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-b886683a-38bb-4ab1-92c7-8a04cdb51100"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-b886683a-38bb-4ab1-92c7-8a04cdb51100"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-b886683a-38bb-4ab1-92c7-8a04cdb51100"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-b886683a-38bb-4ab1-92c7-8a04cdb51100"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-b886683a-38bb-4ab1-92c7-8a04cdb51100"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-b886683a-38bb-4ab1-92c7-8a04cdb51100"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-b886683a-38bb-4ab1-92c7-8a04cdb51100"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-b886683a-38bb-4ab1-92c7-8a04cdb51100"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-b886683a-38bb-4ab1-92c7-8a04cdb51100"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-b886683a-38bb-4ab1-92c7-8a04cdb51100"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-b886683a-38bb-4ab1-92c7-8a04cdb51100"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-b886683a-38bb-4ab1-92c7-8a04cdb51100"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-b886683a-38bb-4ab1-92c7-8a04cdb51100"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-b886683a-38bb-4ab1-92c7-8a04cdb51100"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-b886683a-38bb-4ab1-92c7-8a04cdb51100"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-b886683a-38bb-4ab1-92c7-8a04cdb51100"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-b886683a-38bb-4ab1-92c7-8a04cdb51100"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-b886683a-38bb-4ab1-92c7-8a04cdb51100"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-b886683a-38bb-4ab1-92c7-8a04cdb51100"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-b886683a-38bb-4ab1-92c7-8a04cdb51100"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-b886683a-38bb-4ab1-92c7-8a04cdb51100"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-b886683a-38bb-4ab1-92c7-8a04cdb51100"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-b886683a-38bb-4ab1-92c7-8a04cdb51100"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-b886683a-38bb-4ab1-92c7-8a04cdb51100"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-b886683a-38bb-4ab1-92c7-8a04cdb51100"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-b886683a-38bb-4ab1-92c7-8a04cdb51100"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-b886683a-38bb-4ab1-92c7-8a04cdb51100"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-b886683a-38bb-4ab1-92c7-8a04cdb51100"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-b886683a-38bb-4ab1-92c7-8a04cdb51100"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-b886683a-38bb-4ab1-92c7-8a04cdb51100"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-b886683a-38bb-4ab1-92c7-8a04cdb51100"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-b886683a-38bb-4ab1-92c7-8a04cdb51100"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-b886683a-38bb-4ab1-92c7-8a04cdb51100"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-b886683a-38bb-4ab1-92c7-8a04cdb51100"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-b886683a-38bb-4ab1-92c7-8a04cdb51100"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 10.0px);
}

}

#s-707cdc3f-d6ed-46db-9a1a-b1e3b98ffb1e {
  padding-bottom: 20px;
text-align: center;
}




  #s-707cdc3f-d6ed-46db-9a1a-b1e3b98ffb1e img.shogun-image {
    
    width: px;
  }


#s-707cdc3f-d6ed-46db-9a1a-b1e3b98ffb1e .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-f6f0a81a-2b61-46aa-b7b7-5c57b5b2eca9 {
  
}

#s-060cc7f4-4437-466b-9dbd-870c6bf0a1a2 {
  min-height: 50px;
}








#s-060cc7f4-4437-466b-9dbd-870c6bf0a1a2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-060cc7f4-4437-466b-9dbd-870c6bf0a1a2.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

#s-20d896de-873f-47ee-b685-77a8978c8537 {
  margin-left: 150px;
margin-right: 150px;
}

#s-20d896de-873f-47ee-b685-77a8978c8537 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-4a77e7a1-6109-47b6-8373-220e0ed1f0ff {
  margin-left: 20px;
margin-right: 20px;
}

@media (min-width: 0px) {
[id="s-4a77e7a1-6109-47b6-8373-220e0ed1f0ff"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4a77e7a1-6109-47b6-8373-220e0ed1f0ff"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-4a77e7a1-6109-47b6-8373-220e0ed1f0ff"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-4a77e7a1-6109-47b6-8373-220e0ed1f0ff"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-4a77e7a1-6109-47b6-8373-220e0ed1f0ff"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-4a77e7a1-6109-47b6-8373-220e0ed1f0ff"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-4a77e7a1-6109-47b6-8373-220e0ed1f0ff"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-4a77e7a1-6109-47b6-8373-220e0ed1f0ff"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-4a77e7a1-6109-47b6-8373-220e0ed1f0ff"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-4a77e7a1-6109-47b6-8373-220e0ed1f0ff"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-4a77e7a1-6109-47b6-8373-220e0ed1f0ff"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-4a77e7a1-6109-47b6-8373-220e0ed1f0ff"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-4a77e7a1-6109-47b6-8373-220e0ed1f0ff"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-4a77e7a1-6109-47b6-8373-220e0ed1f0ff"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-4a77e7a1-6109-47b6-8373-220e0ed1f0ff"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-4a77e7a1-6109-47b6-8373-220e0ed1f0ff"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-4a77e7a1-6109-47b6-8373-220e0ed1f0ff"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-4a77e7a1-6109-47b6-8373-220e0ed1f0ff"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-4a77e7a1-6109-47b6-8373-220e0ed1f0ff"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-4a77e7a1-6109-47b6-8373-220e0ed1f0ff"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-4a77e7a1-6109-47b6-8373-220e0ed1f0ff"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-4a77e7a1-6109-47b6-8373-220e0ed1f0ff"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-4a77e7a1-6109-47b6-8373-220e0ed1f0ff"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-4a77e7a1-6109-47b6-8373-220e0ed1f0ff"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-4a77e7a1-6109-47b6-8373-220e0ed1f0ff"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-4a77e7a1-6109-47b6-8373-220e0ed1f0ff"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-4a77e7a1-6109-47b6-8373-220e0ed1f0ff"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-4a77e7a1-6109-47b6-8373-220e0ed1f0ff"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-4a77e7a1-6109-47b6-8373-220e0ed1f0ff"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-4a77e7a1-6109-47b6-8373-220e0ed1f0ff"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-4a77e7a1-6109-47b6-8373-220e0ed1f0ff"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-4a77e7a1-6109-47b6-8373-220e0ed1f0ff"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-4a77e7a1-6109-47b6-8373-220e0ed1f0ff"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-4a77e7a1-6109-47b6-8373-220e0ed1f0ff"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-4a77e7a1-6109-47b6-8373-220e0ed1f0ff"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-4a77e7a1-6109-47b6-8373-220e0ed1f0ff"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-4a77e7a1-6109-47b6-8373-220e0ed1f0ff"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 10.0px);
}

}

#s-8e53316f-50b1-4ba1-b392-1ff7b439a79b {
  padding-bottom: 20px;
text-align: center;
}




  #s-8e53316f-50b1-4ba1-b392-1ff7b439a79b img.shogun-image {
    
    width: px;
  }


#s-8e53316f-50b1-4ba1-b392-1ff7b439a79b .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-45336618-a468-48f5-9b7d-58ce859d6435 {
  
}

#s-68694d21-a530-4211-8563-63d4c011a583 {
  min-height: 50px;
}








#s-68694d21-a530-4211-8563-63d4c011a583 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-68694d21-a530-4211-8563-63d4c011a583.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

#s-ba3aed9c-7b75-4a4d-bf39-6cac607e5fbf {
  margin-left: 150px;
margin-right: 150px;
}

#s-ba3aed9c-7b75-4a4d-bf39-6cac607e5fbf hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-f9fa8c2d-7e71-4bb9-9883-628616bd3653 {
  margin-left: 20px;
margin-right: 20px;
}

@media (min-width: 0px) {
[id="s-f9fa8c2d-7e71-4bb9-9883-628616bd3653"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f9fa8c2d-7e71-4bb9-9883-628616bd3653"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-f9fa8c2d-7e71-4bb9-9883-628616bd3653"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-f9fa8c2d-7e71-4bb9-9883-628616bd3653"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-f9fa8c2d-7e71-4bb9-9883-628616bd3653"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-f9fa8c2d-7e71-4bb9-9883-628616bd3653"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-f9fa8c2d-7e71-4bb9-9883-628616bd3653"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-f9fa8c2d-7e71-4bb9-9883-628616bd3653"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-f9fa8c2d-7e71-4bb9-9883-628616bd3653"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-f9fa8c2d-7e71-4bb9-9883-628616bd3653"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-f9fa8c2d-7e71-4bb9-9883-628616bd3653"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-f9fa8c2d-7e71-4bb9-9883-628616bd3653"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-f9fa8c2d-7e71-4bb9-9883-628616bd3653"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-f9fa8c2d-7e71-4bb9-9883-628616bd3653"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-f9fa8c2d-7e71-4bb9-9883-628616bd3653"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-f9fa8c2d-7e71-4bb9-9883-628616bd3653"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-f9fa8c2d-7e71-4bb9-9883-628616bd3653"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-f9fa8c2d-7e71-4bb9-9883-628616bd3653"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-f9fa8c2d-7e71-4bb9-9883-628616bd3653"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-f9fa8c2d-7e71-4bb9-9883-628616bd3653"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-f9fa8c2d-7e71-4bb9-9883-628616bd3653"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-f9fa8c2d-7e71-4bb9-9883-628616bd3653"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-f9fa8c2d-7e71-4bb9-9883-628616bd3653"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-f9fa8c2d-7e71-4bb9-9883-628616bd3653"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-f9fa8c2d-7e71-4bb9-9883-628616bd3653"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-f9fa8c2d-7e71-4bb9-9883-628616bd3653"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-f9fa8c2d-7e71-4bb9-9883-628616bd3653"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-f9fa8c2d-7e71-4bb9-9883-628616bd3653"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-f9fa8c2d-7e71-4bb9-9883-628616bd3653"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-f9fa8c2d-7e71-4bb9-9883-628616bd3653"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-f9fa8c2d-7e71-4bb9-9883-628616bd3653"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-f9fa8c2d-7e71-4bb9-9883-628616bd3653"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-f9fa8c2d-7e71-4bb9-9883-628616bd3653"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-f9fa8c2d-7e71-4bb9-9883-628616bd3653"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-f9fa8c2d-7e71-4bb9-9883-628616bd3653"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-f9fa8c2d-7e71-4bb9-9883-628616bd3653"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-f9fa8c2d-7e71-4bb9-9883-628616bd3653"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 10.0px);
}

}

#s-0537e639-2461-486c-95cd-95394bde995c {
  padding-bottom: 20px;
text-align: center;
}




  #s-0537e639-2461-486c-95cd-95394bde995c img.shogun-image {
    
    width: px;
  }


#s-0537e639-2461-486c-95cd-95394bde995c .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-dd9e9edb-7d40-49f7-be5b-ad3d73b48ff9 {
  
}

#s-81ac77fc-6b77-4332-a1a9-0aec8cf92275 {
  min-height: 50px;
}








#s-81ac77fc-6b77-4332-a1a9-0aec8cf92275 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-81ac77fc-6b77-4332-a1a9-0aec8cf92275.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

#s-adca5b74-d5c7-4e2a-99d5-5b49438a5c0c {
  margin-left: 150px;
margin-right: 150px;
}

#s-adca5b74-d5c7-4e2a-99d5-5b49438a5c0c hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-5a6949ce-8b29-4b16-8e46-604498bfa462 {
  margin-left: 20px;
margin-right: 20px;
}

@media (min-width: 0px) {
[id="s-5a6949ce-8b29-4b16-8e46-604498bfa462"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5a6949ce-8b29-4b16-8e46-604498bfa462"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-5a6949ce-8b29-4b16-8e46-604498bfa462"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-5a6949ce-8b29-4b16-8e46-604498bfa462"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-5a6949ce-8b29-4b16-8e46-604498bfa462"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-5a6949ce-8b29-4b16-8e46-604498bfa462"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-5a6949ce-8b29-4b16-8e46-604498bfa462"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-5a6949ce-8b29-4b16-8e46-604498bfa462"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-5a6949ce-8b29-4b16-8e46-604498bfa462"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-5a6949ce-8b29-4b16-8e46-604498bfa462"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-5a6949ce-8b29-4b16-8e46-604498bfa462"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-5a6949ce-8b29-4b16-8e46-604498bfa462"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-5a6949ce-8b29-4b16-8e46-604498bfa462"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-5a6949ce-8b29-4b16-8e46-604498bfa462"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-5a6949ce-8b29-4b16-8e46-604498bfa462"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-5a6949ce-8b29-4b16-8e46-604498bfa462"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-5a6949ce-8b29-4b16-8e46-604498bfa462"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-5a6949ce-8b29-4b16-8e46-604498bfa462"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-5a6949ce-8b29-4b16-8e46-604498bfa462"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-5a6949ce-8b29-4b16-8e46-604498bfa462"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-5a6949ce-8b29-4b16-8e46-604498bfa462"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-5a6949ce-8b29-4b16-8e46-604498bfa462"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-5a6949ce-8b29-4b16-8e46-604498bfa462"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-5a6949ce-8b29-4b16-8e46-604498bfa462"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-5a6949ce-8b29-4b16-8e46-604498bfa462"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-5a6949ce-8b29-4b16-8e46-604498bfa462"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-5a6949ce-8b29-4b16-8e46-604498bfa462"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-5a6949ce-8b29-4b16-8e46-604498bfa462"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-5a6949ce-8b29-4b16-8e46-604498bfa462"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-5a6949ce-8b29-4b16-8e46-604498bfa462"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-5a6949ce-8b29-4b16-8e46-604498bfa462"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-5a6949ce-8b29-4b16-8e46-604498bfa462"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-5a6949ce-8b29-4b16-8e46-604498bfa462"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-5a6949ce-8b29-4b16-8e46-604498bfa462"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-5a6949ce-8b29-4b16-8e46-604498bfa462"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-5a6949ce-8b29-4b16-8e46-604498bfa462"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-5a6949ce-8b29-4b16-8e46-604498bfa462"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 10.0px);
}

}

#s-7cc299ec-ba79-4a24-af9b-159e955f8f31 {
  padding-bottom: 20px;
text-align: center;
}




  #s-7cc299ec-ba79-4a24-af9b-159e955f8f31 img.shogun-image {
    
    width: px;
  }


#s-7cc299ec-ba79-4a24-af9b-159e955f8f31 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-8c6e449d-340c-4195-a5b4-e2f5fbfe8878 {
  
}

#s-e01c423b-f544-4a74-9c81-0662cee58b0e {
  min-height: 50px;
}








#s-e01c423b-f544-4a74-9c81-0662cee58b0e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e01c423b-f544-4a74-9c81-0662cee58b0e.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

#s-fa4178a4-7850-44c1-9abb-801ff3985968 {
  margin-left: 150px;
margin-right: 150px;
}

#s-fa4178a4-7850-44c1-9abb-801ff3985968 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-bd6d534e-c485-41bf-9ede-233f1009918a {
  margin-left: 20px;
margin-right: 20px;
}

@media (min-width: 0px) {
[id="s-bd6d534e-c485-41bf-9ede-233f1009918a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-bd6d534e-c485-41bf-9ede-233f1009918a"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-bd6d534e-c485-41bf-9ede-233f1009918a"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-bd6d534e-c485-41bf-9ede-233f1009918a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-bd6d534e-c485-41bf-9ede-233f1009918a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-bd6d534e-c485-41bf-9ede-233f1009918a"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-bd6d534e-c485-41bf-9ede-233f1009918a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-bd6d534e-c485-41bf-9ede-233f1009918a"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-bd6d534e-c485-41bf-9ede-233f1009918a"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-bd6d534e-c485-41bf-9ede-233f1009918a"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-bd6d534e-c485-41bf-9ede-233f1009918a"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-bd6d534e-c485-41bf-9ede-233f1009918a"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-bd6d534e-c485-41bf-9ede-233f1009918a"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-bd6d534e-c485-41bf-9ede-233f1009918a"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-bd6d534e-c485-41bf-9ede-233f1009918a"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-bd6d534e-c485-41bf-9ede-233f1009918a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-bd6d534e-c485-41bf-9ede-233f1009918a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-bd6d534e-c485-41bf-9ede-233f1009918a"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-bd6d534e-c485-41bf-9ede-233f1009918a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-bd6d534e-c485-41bf-9ede-233f1009918a"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-bd6d534e-c485-41bf-9ede-233f1009918a"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-bd6d534e-c485-41bf-9ede-233f1009918a"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-bd6d534e-c485-41bf-9ede-233f1009918a"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-bd6d534e-c485-41bf-9ede-233f1009918a"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-bd6d534e-c485-41bf-9ede-233f1009918a"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-bd6d534e-c485-41bf-9ede-233f1009918a"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-bd6d534e-c485-41bf-9ede-233f1009918a"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-bd6d534e-c485-41bf-9ede-233f1009918a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-bd6d534e-c485-41bf-9ede-233f1009918a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-bd6d534e-c485-41bf-9ede-233f1009918a"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-bd6d534e-c485-41bf-9ede-233f1009918a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-bd6d534e-c485-41bf-9ede-233f1009918a"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-bd6d534e-c485-41bf-9ede-233f1009918a"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-bd6d534e-c485-41bf-9ede-233f1009918a"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-bd6d534e-c485-41bf-9ede-233f1009918a"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-bd6d534e-c485-41bf-9ede-233f1009918a"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-bd6d534e-c485-41bf-9ede-233f1009918a"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 10.0px);
}

}

#s-5fc37bb5-109c-4e78-af3c-886acf8dafc8 {
  padding-bottom: 20px;
text-align: center;
}




  #s-5fc37bb5-109c-4e78-af3c-886acf8dafc8 img.shogun-image {
    
    width: px;
  }


#s-5fc37bb5-109c-4e78-af3c-886acf8dafc8 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-2fc8f428-36bb-4824-b0ea-44f682a700a2 {
  
}

#s-0c6f73bd-ea7a-4728-9c30-ee27cb2c0cab {
  min-height: 50px;
}








#s-0c6f73bd-ea7a-4728-9c30-ee27cb2c0cab > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0c6f73bd-ea7a-4728-9c30-ee27cb2c0cab.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

#s-76a47467-88ca-412b-a3a4-fb4f2365bafc {
  margin-left: 150px;
margin-right: 150px;
}

#s-76a47467-88ca-412b-a3a4-fb4f2365bafc hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-258ee7fb-19cd-4460-94f0-ca4c96b20cc8 {
  margin-left: 20px;
margin-right: 20px;
}

@media (min-width: 0px) {
[id="s-258ee7fb-19cd-4460-94f0-ca4c96b20cc8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-258ee7fb-19cd-4460-94f0-ca4c96b20cc8"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-258ee7fb-19cd-4460-94f0-ca4c96b20cc8"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-258ee7fb-19cd-4460-94f0-ca4c96b20cc8"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-258ee7fb-19cd-4460-94f0-ca4c96b20cc8"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-258ee7fb-19cd-4460-94f0-ca4c96b20cc8"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-258ee7fb-19cd-4460-94f0-ca4c96b20cc8"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-258ee7fb-19cd-4460-94f0-ca4c96b20cc8"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-258ee7fb-19cd-4460-94f0-ca4c96b20cc8"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-258ee7fb-19cd-4460-94f0-ca4c96b20cc8"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-258ee7fb-19cd-4460-94f0-ca4c96b20cc8"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-258ee7fb-19cd-4460-94f0-ca4c96b20cc8"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-258ee7fb-19cd-4460-94f0-ca4c96b20cc8"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-258ee7fb-19cd-4460-94f0-ca4c96b20cc8"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-258ee7fb-19cd-4460-94f0-ca4c96b20cc8"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-258ee7fb-19cd-4460-94f0-ca4c96b20cc8"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-258ee7fb-19cd-4460-94f0-ca4c96b20cc8"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-258ee7fb-19cd-4460-94f0-ca4c96b20cc8"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-258ee7fb-19cd-4460-94f0-ca4c96b20cc8"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-258ee7fb-19cd-4460-94f0-ca4c96b20cc8"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-258ee7fb-19cd-4460-94f0-ca4c96b20cc8"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-258ee7fb-19cd-4460-94f0-ca4c96b20cc8"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-258ee7fb-19cd-4460-94f0-ca4c96b20cc8"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-258ee7fb-19cd-4460-94f0-ca4c96b20cc8"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-258ee7fb-19cd-4460-94f0-ca4c96b20cc8"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-258ee7fb-19cd-4460-94f0-ca4c96b20cc8"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-258ee7fb-19cd-4460-94f0-ca4c96b20cc8"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-258ee7fb-19cd-4460-94f0-ca4c96b20cc8"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-258ee7fb-19cd-4460-94f0-ca4c96b20cc8"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-258ee7fb-19cd-4460-94f0-ca4c96b20cc8"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-258ee7fb-19cd-4460-94f0-ca4c96b20cc8"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-258ee7fb-19cd-4460-94f0-ca4c96b20cc8"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-258ee7fb-19cd-4460-94f0-ca4c96b20cc8"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-258ee7fb-19cd-4460-94f0-ca4c96b20cc8"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-258ee7fb-19cd-4460-94f0-ca4c96b20cc8"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-258ee7fb-19cd-4460-94f0-ca4c96b20cc8"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-258ee7fb-19cd-4460-94f0-ca4c96b20cc8"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 10.0px);
}

}

#s-f4ecb627-9b5e-4881-9e33-8720c9894393 {
  padding-bottom: 20px;
text-align: center;
}




  #s-f4ecb627-9b5e-4881-9e33-8720c9894393 img.shogun-image {
    
    width: px;
  }


#s-f4ecb627-9b5e-4881-9e33-8720c9894393 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-6983b856-a721-42c5-8f6e-b0c4a9ca1394 {
  
}

#s-c94205c8-5e58-412e-96ed-2dbf5ee26a77 {
  min-height: 50px;
}








#s-c94205c8-5e58-412e-96ed-2dbf5ee26a77 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c94205c8-5e58-412e-96ed-2dbf5ee26a77.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

#s-3ad030dc-1d49-4014-aea3-ebb7495330ce {
  margin-left: 150px;
margin-right: 150px;
}

#s-3ad030dc-1d49-4014-aea3-ebb7495330ce hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-3d549d65-9d62-4572-beb9-ffe535ec3337 {
  margin-left: 20px;
margin-right: 20px;
}

@media (min-width: 0px) {
[id="s-3d549d65-9d62-4572-beb9-ffe535ec3337"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3d549d65-9d62-4572-beb9-ffe535ec3337"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-3d549d65-9d62-4572-beb9-ffe535ec3337"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-3d549d65-9d62-4572-beb9-ffe535ec3337"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-3d549d65-9d62-4572-beb9-ffe535ec3337"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-3d549d65-9d62-4572-beb9-ffe535ec3337"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-3d549d65-9d62-4572-beb9-ffe535ec3337"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-3d549d65-9d62-4572-beb9-ffe535ec3337"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-3d549d65-9d62-4572-beb9-ffe535ec3337"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-3d549d65-9d62-4572-beb9-ffe535ec3337"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-3d549d65-9d62-4572-beb9-ffe535ec3337"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-3d549d65-9d62-4572-beb9-ffe535ec3337"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-3d549d65-9d62-4572-beb9-ffe535ec3337"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-3d549d65-9d62-4572-beb9-ffe535ec3337"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-3d549d65-9d62-4572-beb9-ffe535ec3337"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-3d549d65-9d62-4572-beb9-ffe535ec3337"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-3d549d65-9d62-4572-beb9-ffe535ec3337"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-3d549d65-9d62-4572-beb9-ffe535ec3337"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-3d549d65-9d62-4572-beb9-ffe535ec3337"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-3d549d65-9d62-4572-beb9-ffe535ec3337"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-3d549d65-9d62-4572-beb9-ffe535ec3337"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-3d549d65-9d62-4572-beb9-ffe535ec3337"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-3d549d65-9d62-4572-beb9-ffe535ec3337"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-3d549d65-9d62-4572-beb9-ffe535ec3337"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-3d549d65-9d62-4572-beb9-ffe535ec3337"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-3d549d65-9d62-4572-beb9-ffe535ec3337"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-3d549d65-9d62-4572-beb9-ffe535ec3337"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-3d549d65-9d62-4572-beb9-ffe535ec3337"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-3d549d65-9d62-4572-beb9-ffe535ec3337"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-3d549d65-9d62-4572-beb9-ffe535ec3337"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-3d549d65-9d62-4572-beb9-ffe535ec3337"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-3d549d65-9d62-4572-beb9-ffe535ec3337"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-3d549d65-9d62-4572-beb9-ffe535ec3337"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-3d549d65-9d62-4572-beb9-ffe535ec3337"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-3d549d65-9d62-4572-beb9-ffe535ec3337"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-3d549d65-9d62-4572-beb9-ffe535ec3337"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-3d549d65-9d62-4572-beb9-ffe535ec3337"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 10.0px);
}

}

#s-06975205-474f-48c9-80a8-e9711462de7c {
  padding-bottom: 20px;
text-align: center;
}




  #s-06975205-474f-48c9-80a8-e9711462de7c img.shogun-image {
    
    width: px;
  }


#s-06975205-474f-48c9-80a8-e9711462de7c .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-a9b86648-7e88-4ff9-a8c8-5cf148fc07f0 {
  
}

#s-fb6a84e8-ce9b-40ff-ab2b-5a81cd476d30 {
  min-height: 50px;
}








#s-fb6a84e8-ce9b-40ff-ab2b-5a81cd476d30 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fb6a84e8-ce9b-40ff-ab2b-5a81cd476d30.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

#s-53370ba0-7ebd-4868-8a30-67838ecea066 {
  margin-left: 150px;
margin-right: 150px;
}

#s-53370ba0-7ebd-4868-8a30-67838ecea066 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-50175393-154e-489d-b2e6-8d8194f90410 {
  margin-left: 20px;
margin-right: 20px;
}

@media (min-width: 0px) {
[id="s-50175393-154e-489d-b2e6-8d8194f90410"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-50175393-154e-489d-b2e6-8d8194f90410"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-50175393-154e-489d-b2e6-8d8194f90410"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-50175393-154e-489d-b2e6-8d8194f90410"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-50175393-154e-489d-b2e6-8d8194f90410"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-50175393-154e-489d-b2e6-8d8194f90410"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-50175393-154e-489d-b2e6-8d8194f90410"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-50175393-154e-489d-b2e6-8d8194f90410"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-50175393-154e-489d-b2e6-8d8194f90410"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-50175393-154e-489d-b2e6-8d8194f90410"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-50175393-154e-489d-b2e6-8d8194f90410"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-50175393-154e-489d-b2e6-8d8194f90410"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-50175393-154e-489d-b2e6-8d8194f90410"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-50175393-154e-489d-b2e6-8d8194f90410"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-50175393-154e-489d-b2e6-8d8194f90410"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-50175393-154e-489d-b2e6-8d8194f90410"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-50175393-154e-489d-b2e6-8d8194f90410"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-50175393-154e-489d-b2e6-8d8194f90410"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-50175393-154e-489d-b2e6-8d8194f90410"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-50175393-154e-489d-b2e6-8d8194f90410"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-50175393-154e-489d-b2e6-8d8194f90410"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-50175393-154e-489d-b2e6-8d8194f90410"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-50175393-154e-489d-b2e6-8d8194f90410"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-50175393-154e-489d-b2e6-8d8194f90410"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-50175393-154e-489d-b2e6-8d8194f90410"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-50175393-154e-489d-b2e6-8d8194f90410"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-50175393-154e-489d-b2e6-8d8194f90410"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-50175393-154e-489d-b2e6-8d8194f90410"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-50175393-154e-489d-b2e6-8d8194f90410"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-50175393-154e-489d-b2e6-8d8194f90410"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-50175393-154e-489d-b2e6-8d8194f90410"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-50175393-154e-489d-b2e6-8d8194f90410"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-50175393-154e-489d-b2e6-8d8194f90410"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-50175393-154e-489d-b2e6-8d8194f90410"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-50175393-154e-489d-b2e6-8d8194f90410"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-50175393-154e-489d-b2e6-8d8194f90410"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-50175393-154e-489d-b2e6-8d8194f90410"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 10.0px);
}

}

#s-44529a95-c171-4035-b737-256a0b234267 {
  padding-bottom: 20px;
text-align: center;
}




  #s-44529a95-c171-4035-b737-256a0b234267 img.shogun-image {
    
    width: px;
  }


#s-44529a95-c171-4035-b737-256a0b234267 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-f6697ec5-e069-4e4f-9a7f-cab681a871ac {
  
}

#s-46caa045-bcd0-490b-9284-5d32a6ee753f {
  min-height: 50px;
}








#s-46caa045-bcd0-490b-9284-5d32a6ee753f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-46caa045-bcd0-490b-9284-5d32a6ee753f.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

#s-0969c541-3065-44f7-8d81-89b34ab7a95e {
  margin-left: 150px;
margin-right: 150px;
}

#s-0969c541-3065-44f7-8d81-89b34ab7a95e hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-9280d29c-3a97-4894-85f1-10b7df0fcd32 {
  margin-left: 20px;
margin-right: 20px;
}

@media (min-width: 0px) {
[id="s-9280d29c-3a97-4894-85f1-10b7df0fcd32"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9280d29c-3a97-4894-85f1-10b7df0fcd32"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-9280d29c-3a97-4894-85f1-10b7df0fcd32"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-9280d29c-3a97-4894-85f1-10b7df0fcd32"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-9280d29c-3a97-4894-85f1-10b7df0fcd32"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-9280d29c-3a97-4894-85f1-10b7df0fcd32"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-9280d29c-3a97-4894-85f1-10b7df0fcd32"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-9280d29c-3a97-4894-85f1-10b7df0fcd32"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-9280d29c-3a97-4894-85f1-10b7df0fcd32"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-9280d29c-3a97-4894-85f1-10b7df0fcd32"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-9280d29c-3a97-4894-85f1-10b7df0fcd32"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-9280d29c-3a97-4894-85f1-10b7df0fcd32"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-9280d29c-3a97-4894-85f1-10b7df0fcd32"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-9280d29c-3a97-4894-85f1-10b7df0fcd32"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-9280d29c-3a97-4894-85f1-10b7df0fcd32"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-9280d29c-3a97-4894-85f1-10b7df0fcd32"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-9280d29c-3a97-4894-85f1-10b7df0fcd32"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-9280d29c-3a97-4894-85f1-10b7df0fcd32"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-9280d29c-3a97-4894-85f1-10b7df0fcd32"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-9280d29c-3a97-4894-85f1-10b7df0fcd32"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-9280d29c-3a97-4894-85f1-10b7df0fcd32"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-9280d29c-3a97-4894-85f1-10b7df0fcd32"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-9280d29c-3a97-4894-85f1-10b7df0fcd32"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-9280d29c-3a97-4894-85f1-10b7df0fcd32"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-9280d29c-3a97-4894-85f1-10b7df0fcd32"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-9280d29c-3a97-4894-85f1-10b7df0fcd32"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-9280d29c-3a97-4894-85f1-10b7df0fcd32"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-9280d29c-3a97-4894-85f1-10b7df0fcd32"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-9280d29c-3a97-4894-85f1-10b7df0fcd32"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-9280d29c-3a97-4894-85f1-10b7df0fcd32"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-9280d29c-3a97-4894-85f1-10b7df0fcd32"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-9280d29c-3a97-4894-85f1-10b7df0fcd32"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-9280d29c-3a97-4894-85f1-10b7df0fcd32"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-9280d29c-3a97-4894-85f1-10b7df0fcd32"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-9280d29c-3a97-4894-85f1-10b7df0fcd32"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-9280d29c-3a97-4894-85f1-10b7df0fcd32"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-9280d29c-3a97-4894-85f1-10b7df0fcd32"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 10.0px);
}

}

#s-a06be9cb-ce9e-4c56-90c0-287a9bf04c7b {
  padding-bottom: 20px;
text-align: center;
}




  #s-a06be9cb-ce9e-4c56-90c0-287a9bf04c7b img.shogun-image {
    
    width: px;
  }


#s-a06be9cb-ce9e-4c56-90c0-287a9bf04c7b .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-2741a74e-194b-4721-a9e4-68daef4fecbe {
  
}

#s-77e04699-0da7-4103-8937-eb62ab2adcc3 {
  min-height: 50px;
}








#s-77e04699-0da7-4103-8937-eb62ab2adcc3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-77e04699-0da7-4103-8937-eb62ab2adcc3.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

#s-1ee45ed1-d8ac-4640-b251-d5db199d1c60 {
  margin-left: 150px;
margin-right: 150px;
}

#s-1ee45ed1-d8ac-4640-b251-d5db199d1c60 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-857ac8ba-6a16-409d-9ec4-a56a1dce25a8 {
  margin-left: 20px;
margin-right: 20px;
}

@media (min-width: 0px) {
[id="s-857ac8ba-6a16-409d-9ec4-a56a1dce25a8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-857ac8ba-6a16-409d-9ec4-a56a1dce25a8"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-857ac8ba-6a16-409d-9ec4-a56a1dce25a8"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-857ac8ba-6a16-409d-9ec4-a56a1dce25a8"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-857ac8ba-6a16-409d-9ec4-a56a1dce25a8"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-857ac8ba-6a16-409d-9ec4-a56a1dce25a8"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-857ac8ba-6a16-409d-9ec4-a56a1dce25a8"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-857ac8ba-6a16-409d-9ec4-a56a1dce25a8"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-857ac8ba-6a16-409d-9ec4-a56a1dce25a8"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-857ac8ba-6a16-409d-9ec4-a56a1dce25a8"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-857ac8ba-6a16-409d-9ec4-a56a1dce25a8"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-857ac8ba-6a16-409d-9ec4-a56a1dce25a8"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-857ac8ba-6a16-409d-9ec4-a56a1dce25a8"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-857ac8ba-6a16-409d-9ec4-a56a1dce25a8"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-857ac8ba-6a16-409d-9ec4-a56a1dce25a8"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-857ac8ba-6a16-409d-9ec4-a56a1dce25a8"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-857ac8ba-6a16-409d-9ec4-a56a1dce25a8"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-857ac8ba-6a16-409d-9ec4-a56a1dce25a8"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-857ac8ba-6a16-409d-9ec4-a56a1dce25a8"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-857ac8ba-6a16-409d-9ec4-a56a1dce25a8"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-857ac8ba-6a16-409d-9ec4-a56a1dce25a8"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-857ac8ba-6a16-409d-9ec4-a56a1dce25a8"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-857ac8ba-6a16-409d-9ec4-a56a1dce25a8"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-857ac8ba-6a16-409d-9ec4-a56a1dce25a8"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-857ac8ba-6a16-409d-9ec4-a56a1dce25a8"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-857ac8ba-6a16-409d-9ec4-a56a1dce25a8"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-857ac8ba-6a16-409d-9ec4-a56a1dce25a8"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-857ac8ba-6a16-409d-9ec4-a56a1dce25a8"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-857ac8ba-6a16-409d-9ec4-a56a1dce25a8"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-857ac8ba-6a16-409d-9ec4-a56a1dce25a8"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-857ac8ba-6a16-409d-9ec4-a56a1dce25a8"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-857ac8ba-6a16-409d-9ec4-a56a1dce25a8"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-857ac8ba-6a16-409d-9ec4-a56a1dce25a8"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-857ac8ba-6a16-409d-9ec4-a56a1dce25a8"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-857ac8ba-6a16-409d-9ec4-a56a1dce25a8"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-857ac8ba-6a16-409d-9ec4-a56a1dce25a8"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-857ac8ba-6a16-409d-9ec4-a56a1dce25a8"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 10.0px);
}

}

#s-af4e7e16-4072-444d-b25a-c2ab213d4b53 {
  padding-bottom: 20px;
text-align: center;
}




  #s-af4e7e16-4072-444d-b25a-c2ab213d4b53 img.shogun-image {
    
    width: px;
  }


#s-af4e7e16-4072-444d-b25a-c2ab213d4b53 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-4dd5552b-5036-4b90-b6d2-248c77e82b24 {
  
}

#s-13acf57d-2393-4809-b2d9-93646709e510 {
  min-height: 50px;
}








#s-13acf57d-2393-4809-b2d9-93646709e510 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-13acf57d-2393-4809-b2d9-93646709e510.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

#s-8ea88140-4805-4912-b3bf-114cebc37500 {
  margin-left: 150px;
margin-right: 150px;
}

#s-8ea88140-4805-4912-b3bf-114cebc37500 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-4a542f62-f4e3-421b-a7b5-f59ea407bd9f {
  margin-left: 20px;
margin-right: 20px;
}

@media (min-width: 0px) {
[id="s-4a542f62-f4e3-421b-a7b5-f59ea407bd9f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4a542f62-f4e3-421b-a7b5-f59ea407bd9f"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-4a542f62-f4e3-421b-a7b5-f59ea407bd9f"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-4a542f62-f4e3-421b-a7b5-f59ea407bd9f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-4a542f62-f4e3-421b-a7b5-f59ea407bd9f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-4a542f62-f4e3-421b-a7b5-f59ea407bd9f"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-4a542f62-f4e3-421b-a7b5-f59ea407bd9f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-4a542f62-f4e3-421b-a7b5-f59ea407bd9f"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-4a542f62-f4e3-421b-a7b5-f59ea407bd9f"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-4a542f62-f4e3-421b-a7b5-f59ea407bd9f"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-4a542f62-f4e3-421b-a7b5-f59ea407bd9f"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-4a542f62-f4e3-421b-a7b5-f59ea407bd9f"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-4a542f62-f4e3-421b-a7b5-f59ea407bd9f"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-4a542f62-f4e3-421b-a7b5-f59ea407bd9f"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-4a542f62-f4e3-421b-a7b5-f59ea407bd9f"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-4a542f62-f4e3-421b-a7b5-f59ea407bd9f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-4a542f62-f4e3-421b-a7b5-f59ea407bd9f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-4a542f62-f4e3-421b-a7b5-f59ea407bd9f"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-4a542f62-f4e3-421b-a7b5-f59ea407bd9f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-4a542f62-f4e3-421b-a7b5-f59ea407bd9f"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-4a542f62-f4e3-421b-a7b5-f59ea407bd9f"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-4a542f62-f4e3-421b-a7b5-f59ea407bd9f"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-4a542f62-f4e3-421b-a7b5-f59ea407bd9f"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-4a542f62-f4e3-421b-a7b5-f59ea407bd9f"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-4a542f62-f4e3-421b-a7b5-f59ea407bd9f"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-4a542f62-f4e3-421b-a7b5-f59ea407bd9f"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-4a542f62-f4e3-421b-a7b5-f59ea407bd9f"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-4a542f62-f4e3-421b-a7b5-f59ea407bd9f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-4a542f62-f4e3-421b-a7b5-f59ea407bd9f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-4a542f62-f4e3-421b-a7b5-f59ea407bd9f"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-4a542f62-f4e3-421b-a7b5-f59ea407bd9f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-4a542f62-f4e3-421b-a7b5-f59ea407bd9f"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-4a542f62-f4e3-421b-a7b5-f59ea407bd9f"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-4a542f62-f4e3-421b-a7b5-f59ea407bd9f"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-4a542f62-f4e3-421b-a7b5-f59ea407bd9f"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-4a542f62-f4e3-421b-a7b5-f59ea407bd9f"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-4a542f62-f4e3-421b-a7b5-f59ea407bd9f"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 10.0px);
}

}

#s-7d6b13df-405e-4351-99a0-efa0da748f29 {
  padding-bottom: 20px;
text-align: center;
}




  #s-7d6b13df-405e-4351-99a0-efa0da748f29 img.shogun-image {
    
    width: px;
  }


#s-7d6b13df-405e-4351-99a0-efa0da748f29 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-75292fb1-adaa-408c-b310-90a0a12b29c4 {
  
}

#s-bc72f227-6419-4ae5-bc72-f0f47723d52d {
  min-height: 50px;
}








#s-bc72f227-6419-4ae5-bc72-f0f47723d52d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bc72f227-6419-4ae5-bc72-f0f47723d52d.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

#s-274aaefa-6736-4b81-ac57-fddde248e6e5 {
  margin-left: 150px;
margin-right: 150px;
}

#s-274aaefa-6736-4b81-ac57-fddde248e6e5 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-26da5421-d0c8-4f38-9ff9-3f96d71c069a {
  margin-left: 20px;
margin-right: 20px;
}

@media (min-width: 0px) {
[id="s-26da5421-d0c8-4f38-9ff9-3f96d71c069a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-26da5421-d0c8-4f38-9ff9-3f96d71c069a"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-26da5421-d0c8-4f38-9ff9-3f96d71c069a"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-26da5421-d0c8-4f38-9ff9-3f96d71c069a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-26da5421-d0c8-4f38-9ff9-3f96d71c069a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-26da5421-d0c8-4f38-9ff9-3f96d71c069a"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-26da5421-d0c8-4f38-9ff9-3f96d71c069a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-26da5421-d0c8-4f38-9ff9-3f96d71c069a"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-26da5421-d0c8-4f38-9ff9-3f96d71c069a"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-26da5421-d0c8-4f38-9ff9-3f96d71c069a"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-26da5421-d0c8-4f38-9ff9-3f96d71c069a"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-26da5421-d0c8-4f38-9ff9-3f96d71c069a"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-26da5421-d0c8-4f38-9ff9-3f96d71c069a"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-26da5421-d0c8-4f38-9ff9-3f96d71c069a"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-26da5421-d0c8-4f38-9ff9-3f96d71c069a"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-26da5421-d0c8-4f38-9ff9-3f96d71c069a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-26da5421-d0c8-4f38-9ff9-3f96d71c069a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-26da5421-d0c8-4f38-9ff9-3f96d71c069a"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-26da5421-d0c8-4f38-9ff9-3f96d71c069a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-26da5421-d0c8-4f38-9ff9-3f96d71c069a"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-26da5421-d0c8-4f38-9ff9-3f96d71c069a"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-26da5421-d0c8-4f38-9ff9-3f96d71c069a"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-26da5421-d0c8-4f38-9ff9-3f96d71c069a"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-26da5421-d0c8-4f38-9ff9-3f96d71c069a"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-26da5421-d0c8-4f38-9ff9-3f96d71c069a"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-26da5421-d0c8-4f38-9ff9-3f96d71c069a"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-26da5421-d0c8-4f38-9ff9-3f96d71c069a"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-26da5421-d0c8-4f38-9ff9-3f96d71c069a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-26da5421-d0c8-4f38-9ff9-3f96d71c069a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-26da5421-d0c8-4f38-9ff9-3f96d71c069a"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-26da5421-d0c8-4f38-9ff9-3f96d71c069a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-26da5421-d0c8-4f38-9ff9-3f96d71c069a"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-26da5421-d0c8-4f38-9ff9-3f96d71c069a"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-26da5421-d0c8-4f38-9ff9-3f96d71c069a"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-26da5421-d0c8-4f38-9ff9-3f96d71c069a"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-26da5421-d0c8-4f38-9ff9-3f96d71c069a"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-26da5421-d0c8-4f38-9ff9-3f96d71c069a"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 10.0px);
}

}

#s-89406047-4c05-46cc-a936-5f5bb34af40c {
  padding-bottom: 20px;
text-align: center;
}




  #s-89406047-4c05-46cc-a936-5f5bb34af40c img.shogun-image {
    
    width: px;
  }


#s-89406047-4c05-46cc-a936-5f5bb34af40c .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-e480b466-f350-4bd5-88c9-1a3f2f3b5746 {
  
}

#s-bbc1c967-57ae-49f2-8b37-0311a5f0a7a8 {
  min-height: 50px;
}








#s-bbc1c967-57ae-49f2-8b37-0311a5f0a7a8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bbc1c967-57ae-49f2-8b37-0311a5f0a7a8.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

#s-819be349-41b4-43c5-b6dd-e5843083a502 {
  margin-left: 150px;
margin-right: 150px;
}

#s-819be349-41b4-43c5-b6dd-e5843083a502 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-4f72eb1b-6698-4a0d-b035-7448404ca97f {
  margin-left: 50px;
margin-right: 50px;
}

#s-2c4e6430-e20a-4527-953d-a7333d292203 {
  margin-left: 150px;
margin-right: 150px;
}

#s-2c4e6430-e20a-4527-953d-a7333d292203 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-246a718c-c64b-48b3-bebe-228c109c9075 {
  margin-left: 50px;
margin-right: 50px;
}

#s-46d3dbb8-6cf2-4f49-8963-fad2f83a7be0 {
  margin-left: 150px;
margin-right: 150px;
}

#s-46d3dbb8-6cf2-4f49-8963-fad2f83a7be0 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-c2890d27-46b6-4769-925c-702fd136151f {
  margin-left: 50px;
margin-right: 50px;
}

#s-49ec3c98-0596-489c-aa0b-b53c5b27a33b {
  margin-left: 150px;
margin-right: 150px;
}

#s-49ec3c98-0596-489c-aa0b-b53c5b27a33b hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-fb15868c-8e44-4004-82b9-c64a8add8433 {
  margin-left: 50px;
margin-right: 50px;
}

#s-b3951e2a-84ec-4e22-bf75-a857cd04137f {
  margin-left: 150px;
margin-right: 150px;
}

#s-b3951e2a-84ec-4e22-bf75-a857cd04137f hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-38e2f7ac-47cd-42a8-acff-a4f35b104430 {
  margin-left: 50px;
margin-right: 50px;
}

#s-5d4fcd2a-150d-4743-9992-cc50d1c57e57 {
  margin-left: 150px;
margin-right: 150px;
}

#s-5d4fcd2a-150d-4743-9992-cc50d1c57e57 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-eb3f5416-616d-4a93-b387-d7527f5edf45 {
  margin-left: 50px;
margin-right: 50px;
}

#s-fc112525-9df2-4b37-9911-d45b2bcade6b {
  margin-left: 150px;
margin-right: 150px;
}

#s-fc112525-9df2-4b37-9911-d45b2bcade6b hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-1141be16-a20d-4374-ba81-12526ba78417 {
  margin-left: 50px;
margin-right: 50px;
}

#s-4a44bc5e-3d79-4f06-9713-75aa7a6b0ba2 {
  margin-left: 150px;
margin-right: 150px;
}

#s-4a44bc5e-3d79-4f06-9713-75aa7a6b0ba2 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-28dc5554-5976-47c2-8b93-24f5f0d0febe {
  margin-left: 50px;
margin-right: 50px;
}

#s-1f5f9f2b-744e-4eb3-bd1c-a110734fd97a {
  margin-left: 150px;
margin-right: 150px;
}

#s-1f5f9f2b-744e-4eb3-bd1c-a110734fd97a hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-f910a552-8d08-46c4-9e51-92968d63251c {
  margin-left: 50px;
margin-right: 50px;
}

#s-25ec8ba8-88a7-4245-96a7-504e14664399 {
  margin-left: 150px;
margin-right: 150px;
}

#s-25ec8ba8-88a7-4245-96a7-504e14664399 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-50a46646-fcaf-48d1-b832-de9d0cbc69e7 {
  margin-left: 50px;
margin-right: 50px;
}

#s-4c8b319f-5286-469f-9926-cc9f2d3833d2 {
  margin-left: 150px;
margin-right: 150px;
}

#s-4c8b319f-5286-469f-9926-cc9f2d3833d2 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-515f6d7b-ab75-47f0-99be-65afbd6ddd14 {
  margin-left: 50px;
margin-right: 50px;
}

#s-de7ce2e0-1ca4-4bc7-bee2-57d85e0439b6 {
  margin-left: 150px;
margin-right: 150px;
}

#s-de7ce2e0-1ca4-4bc7-bee2-57d85e0439b6 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-bfc8272d-34b6-4585-b531-29289cd2c0c0 {
  margin-left: 50px;
margin-right: 50px;
}

#s-66aa8aca-6ba9-423e-91ec-b4174cfb47c5 {
  margin-left: 150px;
margin-right: 150px;
}

#s-66aa8aca-6ba9-423e-91ec-b4174cfb47c5 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-e8ee77cc-e585-48d4-a0cc-ffc3d93fc1b4 {
  margin-left: 50px;
margin-right: 50px;
}

#s-82a8b769-1422-49f0-8add-960d1ac6615d {
  margin-left: 150px;
margin-right: 150px;
}

#s-82a8b769-1422-49f0-8add-960d1ac6615d hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-07fd431b-6e80-45a3-a41d-b1d275bc7287 {
  margin-left: 50px;
margin-right: 50px;
}

#s-18f4ea8c-6dec-4641-914a-78347b7631e5 {
  margin-left: 150px;
margin-right: 150px;
}

#s-18f4ea8c-6dec-4641-914a-78347b7631e5 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-59cd4214-0bf3-46be-8e24-6a486232d42e {
  margin-left: 50px;
margin-right: 50px;
}

#s-19bae448-1f9f-4b2c-bd39-256d1b45d4ad {
  min-height: 50px;
}








#s-19bae448-1f9f-4b2c-bd39-256d1b45d4ad > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-19bae448-1f9f-4b2c-bd39-256d1b45d4ad.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

#s-7fcf3e1c-8bff-49d5-8871-a4ffdcc63329 {
  margin-left: 150px;
margin-right: 150px;
}

#s-7fcf3e1c-8bff-49d5-8871-a4ffdcc63329 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-f130f9fd-325b-43c1-9ecb-fbfda0458f04 {
  margin-left: 50px;
margin-right: 50px;
}

#s-0455ab1d-db19-423b-a359-a6053f61332a {
  min-height: 50px;
}








#s-0455ab1d-db19-423b-a359-a6053f61332a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0455ab1d-db19-423b-a359-a6053f61332a.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

#s-1429b200-41db-4453-8dcb-f4f6e96ea413 {
  margin-left: 150px;
margin-right: 150px;
}

#s-1429b200-41db-4453-8dcb-f4f6e96ea413 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-96f88ab2-3536-4c59-9332-dc1cf359f8a4 {
  margin-left: 50px;
margin-right: 50px;
}

#s-954f4465-87fc-4aa7-ba24-41fad5a0c25e {
  min-height: 50px;
}








#s-954f4465-87fc-4aa7-ba24-41fad5a0c25e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-954f4465-87fc-4aa7-ba24-41fad5a0c25e.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

#s-a5817a4a-d2d0-4340-8044-3d6fbb42caf4 {
  margin-left: 150px;
margin-right: 150px;
}

#s-a5817a4a-d2d0-4340-8044-3d6fbb42caf4 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-1de21723-b0a4-474a-9abb-46105beef67d {
  margin-left: 50px;
margin-right: 50px;
}

#s-7b04cf98-928c-4205-ad26-5bd8d32c7f2c {
  min-height: 50px;
}








#s-7b04cf98-928c-4205-ad26-5bd8d32c7f2c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7b04cf98-928c-4205-ad26-5bd8d32c7f2c.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

#s-9d420a21-4b00-4ea5-9413-ff0fe1c32e0c {
  margin-left: 150px;
margin-right: 150px;
}

#s-9d420a21-4b00-4ea5-9413-ff0fe1c32e0c hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-caa58342-7796-4734-a200-b3d6fa04851f {
  margin-left: 50px;
margin-right: 50px;
}

#s-8bddcaaa-b4bf-4000-816d-f1c329860bdc {
  min-height: 50px;
}








#s-8bddcaaa-b4bf-4000-816d-f1c329860bdc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8bddcaaa-b4bf-4000-816d-f1c329860bdc.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

#s-7f79ee08-7ff6-4abc-91e4-598d807d86dc {
  margin-left: 150px;
margin-right: 150px;
}

#s-7f79ee08-7ff6-4abc-91e4-598d807d86dc hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-0f4fab27-7008-4817-aee0-77e71231ef9d {
  margin-left: 50px;
margin-right: 50px;
}

#s-c009265f-826d-44af-b4bb-a46b36e1d6ff {
  min-height: 50px;
}








#s-c009265f-826d-44af-b4bb-a46b36e1d6ff > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c009265f-826d-44af-b4bb-a46b36e1d6ff.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

#s-da835208-2595-49e0-b59b-709c82518407 {
  margin-left: 150px;
margin-right: 150px;
}

#s-da835208-2595-49e0-b59b-709c82518407 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-a58f207f-368c-4380-94b7-50f4321c5fd8 {
  margin-left: 50px;
margin-right: 50px;
}

#s-164cd307-3646-4fe9-a604-2993549ac706 {
  min-height: 50px;
}








#s-164cd307-3646-4fe9-a604-2993549ac706 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-164cd307-3646-4fe9-a604-2993549ac706.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

#s-ae3a190e-dd68-4609-aee5-1be67dadbd9b {
  margin-left: 150px;
margin-right: 150px;
}

#s-ae3a190e-dd68-4609-aee5-1be67dadbd9b hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-58d04a0f-b407-401c-a7e7-6a5819e69467 {
  margin-left: 50px;
margin-right: 50px;
}

#s-29d083f1-1943-4e46-bb19-a45f56f649ed {
  min-height: 50px;
}








#s-29d083f1-1943-4e46-bb19-a45f56f649ed > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-29d083f1-1943-4e46-bb19-a45f56f649ed.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

#s-3204468d-9d2c-4b2a-99a1-c360193bc0ea {
  margin-left: 150px;
margin-right: 150px;
}

#s-3204468d-9d2c-4b2a-99a1-c360193bc0ea hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-3c089447-e4d0-48eb-807c-6284463e246f {
  margin-left: 50px;
margin-right: 50px;
}

#s-3a0cc020-ad7d-4a0b-ac72-09765c2251e2 {
  min-height: 50px;
}








#s-3a0cc020-ad7d-4a0b-ac72-09765c2251e2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3a0cc020-ad7d-4a0b-ac72-09765c2251e2.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

#s-e8512ee5-cc56-4cc3-99d4-59e43345918b {
  margin-left: 150px;
margin-right: 150px;
}

#s-e8512ee5-cc56-4cc3-99d4-59e43345918b hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-141111b4-f6af-4dc9-94ad-dbf063f67078 {
  margin-left: 50px;
margin-right: 50px;
}

#s-063f1f44-b281-4a8e-a127-c0acf0220276 {
  min-height: 50px;
}








#s-063f1f44-b281-4a8e-a127-c0acf0220276 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-063f1f44-b281-4a8e-a127-c0acf0220276.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

#s-e392a5e2-eb92-4110-a1e9-ff66d8c41f39 {
  margin-left: 150px;
margin-right: 150px;
}

#s-e392a5e2-eb92-4110-a1e9-ff66d8c41f39 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-40b4879a-415b-4966-a15c-d642d47a8b07 {
  margin-left: 50px;
margin-right: 50px;
}

#s-dd639212-218a-4a90-9c29-5ca0864cb94c {
  min-height: 50px;
}








#s-dd639212-218a-4a90-9c29-5ca0864cb94c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-dd639212-218a-4a90-9c29-5ca0864cb94c.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

#s-34e4d7df-07e3-4793-b74a-21e9e8922795 {
  margin-left: 150px;
margin-right: 150px;
}

#s-34e4d7df-07e3-4793-b74a-21e9e8922795 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-a20f3f13-7a6c-4839-8421-faa5d7e9a23c {
  margin-left: 50px;
margin-right: 50px;
}

#s-39d28bdc-4fcb-4300-a968-e8f2d7a4ade4 {
  min-height: 50px;
}








#s-39d28bdc-4fcb-4300-a968-e8f2d7a4ade4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-39d28bdc-4fcb-4300-a968-e8f2d7a4ade4.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

#s-e6c27c77-62b2-481c-92cd-e94f9f028ed6 {
  margin-left: 150px;
margin-right: 150px;
}

#s-e6c27c77-62b2-481c-92cd-e94f9f028ed6 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-2e153b25-538f-4b95-9753-8e27ff0fada9 {
  margin-left: 50px;
margin-right: 50px;
}

#s-e020ee9a-845e-4224-9b37-ebc4babc38c7 {
  min-height: 50px;
}








#s-e020ee9a-845e-4224-9b37-ebc4babc38c7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e020ee9a-845e-4224-9b37-ebc4babc38c7.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

#s-27fedd54-4411-4195-9dd1-e14e8de1cc35 {
  margin-left: 150px;
margin-right: 150px;
}

#s-27fedd54-4411-4195-9dd1-e14e8de1cc35 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-e1f37630-2e5b-4c5f-90e8-9933a3c8a11c {
  margin-left: 50px;
margin-right: 50px;
}

#s-e7221891-fd60-4571-830e-282fbed9075a {
  min-height: 50px;
}








#s-e7221891-fd60-4571-830e-282fbed9075a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e7221891-fd60-4571-830e-282fbed9075a.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

#s-cff8cefb-ba36-4cc9-b6b4-ff298912e1b7 {
  margin-left: 150px;
margin-right: 150px;
}

#s-cff8cefb-ba36-4cc9-b6b4-ff298912e1b7 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-8fcd54a6-3c8b-4d30-a07b-529c40bfd0cc {
  margin-left: 50px;
margin-right: 50px;
}

#s-88efee6f-0dc9-479b-9316-aa2c6fe0c081 {
  min-height: 50px;
}








#s-88efee6f-0dc9-479b-9316-aa2c6fe0c081 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-88efee6f-0dc9-479b-9316-aa2c6fe0c081.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

#s-f7c21441-3d61-4757-acdb-d7d5b09f0511 {
  margin-left: 150px;
margin-right: 150px;
}

#s-f7c21441-3d61-4757-acdb-d7d5b09f0511 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-481e8785-95a5-44c9-aef8-363c13622836 {
  margin-left: 50px;
margin-right: 50px;
}

#s-5b620b26-851a-4c91-94f9-301f4ed77e76 {
  margin-left: 150px;
margin-right: 150px;
}

#s-5b620b26-851a-4c91-94f9-301f4ed77e76 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-9af5a061-34f5-4202-aaf5-dd1d3c1ec612 {
  background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
min-height: 250px;
background-position: center center;
}
@media (min-width: 768px) and (max-width: 991px){#s-9af5a061-34f5-4202-aaf5-dd1d3c1ec612 {
  
}
}@media (max-width: 767px){#s-9af5a061-34f5-4202-aaf5-dd1d3c1ec612 {
  
}
}







#s-9af5a061-34f5-4202-aaf5-dd1d3c1ec612 > .shg-box-overlay {
  background-color: rgba(31, 58, 113, 1);
  opacity: 0.1;
}#s-9af5a061-34f5-4202-aaf5-dd1d3c1ec612.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-33e9fd03-7c06-49cb-979d-9d04e83815d2 {
  margin-top: 15px;
margin-bottom: 15px;
}
@media (max-width: 767px){#s-33e9fd03-7c06-49cb-979d-9d04e83815d2 {
  display: none;
}
#s-33e9fd03-7c06-49cb-979d-9d04e83815d2, #wrap-s-33e9fd03-7c06-49cb-979d-9d04e83815d2 { display:none !important; }}
#s-f16a2728-87ad-48f8-9cdd-5fe3607fc0f9 {
  margin-top: 15px;
margin-bottom: 15px;
}
@media (min-width: 1200px){#s-f16a2728-87ad-48f8-9cdd-5fe3607fc0f9 {
  display: none;
}
#s-f16a2728-87ad-48f8-9cdd-5fe3607fc0f9, #wrap-s-f16a2728-87ad-48f8-9cdd-5fe3607fc0f9 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f16a2728-87ad-48f8-9cdd-5fe3607fc0f9 {
  display: none;
}
#s-f16a2728-87ad-48f8-9cdd-5fe3607fc0f9, #wrap-s-f16a2728-87ad-48f8-9cdd-5fe3607fc0f9 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-f16a2728-87ad-48f8-9cdd-5fe3607fc0f9 {
  display: none;
}
#s-f16a2728-87ad-48f8-9cdd-5fe3607fc0f9, #wrap-s-f16a2728-87ad-48f8-9cdd-5fe3607fc0f9 { display:none !important; }}
#s-8ed25191-002f-47b8-be3b-a00cd055f174 {
  margin-left: 150px;
margin-right: 150px;
}

#s-8ed25191-002f-47b8-be3b-a00cd055f174 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

/*
  $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%;
  -webkit-transform: translate(-50%,-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;
  -webkit-transform: translate(0%, -50%);
          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;
	-webkit-transition: opacity 300ms;
	transition: opacity 300ms;
}
