.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-4d9cc75e-7050-4bd9-82d3-3e25bfc3c579 {
  text-align: center;
}

#s-4d9cc75e-7050-4bd9-82d3-3e25bfc3c579 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  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-9f027e25-0c81-4fb9-aa03-cca46ec5510e {
  text-align: center;
}




  #s-9f027e25-0c81-4fb9-aa03-cca46ec5510e img.shogun-image {
    
    width: px;
  }


#s-9f027e25-0c81-4fb9-aa03-cca46ec5510e .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

.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-a0052b83-4e66-4e44-89d4-cc42d40ff8df {
  min-height: 50px;
}








#s-a0052b83-4e66-4e44-89d4-cc42d40ff8df > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a0052b83-4e66-4e44-89d4-cc42d40ff8df.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

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

@media (min-width: 0px) {
[id="s-d41f55fc-d646-4cae-9970-ceb745d796ea"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d41f55fc-d646-4cae-9970-ceb745d796ea"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-d41f55fc-d646-4cae-9970-ceb745d796ea"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-d41f55fc-d646-4cae-9970-ceb745d796ea"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-d41f55fc-d646-4cae-9970-ceb745d796ea"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-d41f55fc-d646-4cae-9970-ceb745d796ea"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-d41f55fc-d646-4cae-9970-ceb745d796ea"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-d41f55fc-d646-4cae-9970-ceb745d796ea"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-d41f55fc-d646-4cae-9970-ceb745d796ea"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-d41f55fc-d646-4cae-9970-ceb745d796ea"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-d41f55fc-d646-4cae-9970-ceb745d796ea"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-d41f55fc-d646-4cae-9970-ceb745d796ea"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-d41f55fc-d646-4cae-9970-ceb745d796ea"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-d41f55fc-d646-4cae-9970-ceb745d796ea"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-d41f55fc-d646-4cae-9970-ceb745d796ea"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-d41f55fc-d646-4cae-9970-ceb745d796ea"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-d41f55fc-d646-4cae-9970-ceb745d796ea"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-d41f55fc-d646-4cae-9970-ceb745d796ea"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-d41f55fc-d646-4cae-9970-ceb745d796ea"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-d41f55fc-d646-4cae-9970-ceb745d796ea"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-d41f55fc-d646-4cae-9970-ceb745d796ea"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-d41f55fc-d646-4cae-9970-ceb745d796ea"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-d41f55fc-d646-4cae-9970-ceb745d796ea"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-d41f55fc-d646-4cae-9970-ceb745d796ea"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-d41f55fc-d646-4cae-9970-ceb745d796ea"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-d41f55fc-d646-4cae-9970-ceb745d796ea"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-d41f55fc-d646-4cae-9970-ceb745d796ea"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-d41f55fc-d646-4cae-9970-ceb745d796ea"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-d41f55fc-d646-4cae-9970-ceb745d796ea"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-d41f55fc-d646-4cae-9970-ceb745d796ea"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-d41f55fc-d646-4cae-9970-ceb745d796ea"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-d41f55fc-d646-4cae-9970-ceb745d796ea"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-d41f55fc-d646-4cae-9970-ceb745d796ea"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-d41f55fc-d646-4cae-9970-ceb745d796ea"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-d41f55fc-d646-4cae-9970-ceb745d796ea"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-d41f55fc-d646-4cae-9970-ceb745d796ea"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-d41f55fc-d646-4cae-9970-ceb745d796ea"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 0px) {
[id="s-807b9cbc-e8b9-407c-b49a-1d88cd444ae0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-807b9cbc-e8b9-407c-b49a-1d88cd444ae0"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-807b9cbc-e8b9-407c-b49a-1d88cd444ae0"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-807b9cbc-e8b9-407c-b49a-1d88cd444ae0"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-807b9cbc-e8b9-407c-b49a-1d88cd444ae0"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-807b9cbc-e8b9-407c-b49a-1d88cd444ae0"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-807b9cbc-e8b9-407c-b49a-1d88cd444ae0"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-807b9cbc-e8b9-407c-b49a-1d88cd444ae0"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-807b9cbc-e8b9-407c-b49a-1d88cd444ae0"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-807b9cbc-e8b9-407c-b49a-1d88cd444ae0"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-807b9cbc-e8b9-407c-b49a-1d88cd444ae0"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-807b9cbc-e8b9-407c-b49a-1d88cd444ae0"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-807b9cbc-e8b9-407c-b49a-1d88cd444ae0"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-807b9cbc-e8b9-407c-b49a-1d88cd444ae0"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-807b9cbc-e8b9-407c-b49a-1d88cd444ae0"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-807b9cbc-e8b9-407c-b49a-1d88cd444ae0"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-807b9cbc-e8b9-407c-b49a-1d88cd444ae0"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-807b9cbc-e8b9-407c-b49a-1d88cd444ae0"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-807b9cbc-e8b9-407c-b49a-1d88cd444ae0"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-807b9cbc-e8b9-407c-b49a-1d88cd444ae0"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-807b9cbc-e8b9-407c-b49a-1d88cd444ae0"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-807b9cbc-e8b9-407c-b49a-1d88cd444ae0"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-807b9cbc-e8b9-407c-b49a-1d88cd444ae0"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-807b9cbc-e8b9-407c-b49a-1d88cd444ae0"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-807b9cbc-e8b9-407c-b49a-1d88cd444ae0"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-807b9cbc-e8b9-407c-b49a-1d88cd444ae0"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-807b9cbc-e8b9-407c-b49a-1d88cd444ae0"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-807b9cbc-e8b9-407c-b49a-1d88cd444ae0"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-807b9cbc-e8b9-407c-b49a-1d88cd444ae0"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-807b9cbc-e8b9-407c-b49a-1d88cd444ae0"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-807b9cbc-e8b9-407c-b49a-1d88cd444ae0"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-807b9cbc-e8b9-407c-b49a-1d88cd444ae0"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-807b9cbc-e8b9-407c-b49a-1d88cd444ae0"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-807b9cbc-e8b9-407c-b49a-1d88cd444ae0"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-807b9cbc-e8b9-407c-b49a-1d88cd444ae0"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-807b9cbc-e8b9-407c-b49a-1d88cd444ae0"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-807b9cbc-e8b9-407c-b49a-1d88cd444ae0"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-1e8dd4ea-58f7-48a6-a475-9f047f852f40 {
  
}




  #s-1e8dd4ea-58f7-48a6-a475-9f047f852f40 img.shogun-image {
    
    width: px;
  }


#s-1e8dd4ea-58f7-48a6-a475-9f047f852f40 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}




  #s-fdef4e7b-3dc2-45c1-bf0e-4d14462b7fe5 img.shogun-image {
    
    width: px;
  }


#s-fdef4e7b-3dc2-45c1-bf0e-4d14462b7fe5 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}




  #s-c4edf488-5dda-4f5e-a00e-fb79b8c81257 img.shogun-image {
    
    width: px;
  }


#s-c4edf488-5dda-4f5e-a00e-fb79b8c81257 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-5ec4ab71-3f83-42b4-9882-c4061011ab2f {
  min-height: 50px;
}
@media (max-width: 767px){#s-5ec4ab71-3f83-42b4-9882-c4061011ab2f {
  display: none;
}
#s-5ec4ab71-3f83-42b4-9882-c4061011ab2f, #wrap-s-5ec4ab71-3f83-42b4-9882-c4061011ab2f { display:none !important; }}







#s-5ec4ab71-3f83-42b4-9882-c4061011ab2f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5ec4ab71-3f83-42b4-9882-c4061011ab2f.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-8ed73924-b7ba-4e3f-8b0d-78f3ce91a430"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8ed73924-b7ba-4e3f-8b0d-78f3ce91a430"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-8ed73924-b7ba-4e3f-8b0d-78f3ce91a430"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-8ed73924-b7ba-4e3f-8b0d-78f3ce91a430"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-8ed73924-b7ba-4e3f-8b0d-78f3ce91a430"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-8ed73924-b7ba-4e3f-8b0d-78f3ce91a430"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-8ed73924-b7ba-4e3f-8b0d-78f3ce91a430"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-8ed73924-b7ba-4e3f-8b0d-78f3ce91a430"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-8ed73924-b7ba-4e3f-8b0d-78f3ce91a430"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-8ed73924-b7ba-4e3f-8b0d-78f3ce91a430"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-8ed73924-b7ba-4e3f-8b0d-78f3ce91a430"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-8ed73924-b7ba-4e3f-8b0d-78f3ce91a430"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-8ed73924-b7ba-4e3f-8b0d-78f3ce91a430"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-8ed73924-b7ba-4e3f-8b0d-78f3ce91a430"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-8ed73924-b7ba-4e3f-8b0d-78f3ce91a430"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-8ed73924-b7ba-4e3f-8b0d-78f3ce91a430"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-8ed73924-b7ba-4e3f-8b0d-78f3ce91a430"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-8ed73924-b7ba-4e3f-8b0d-78f3ce91a430"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-8ed73924-b7ba-4e3f-8b0d-78f3ce91a430"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-8ed73924-b7ba-4e3f-8b0d-78f3ce91a430"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-8ed73924-b7ba-4e3f-8b0d-78f3ce91a430"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-8ed73924-b7ba-4e3f-8b0d-78f3ce91a430"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-8ed73924-b7ba-4e3f-8b0d-78f3ce91a430"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-8ed73924-b7ba-4e3f-8b0d-78f3ce91a430"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-8ed73924-b7ba-4e3f-8b0d-78f3ce91a430"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-8ed73924-b7ba-4e3f-8b0d-78f3ce91a430"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-8ed73924-b7ba-4e3f-8b0d-78f3ce91a430"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-8ed73924-b7ba-4e3f-8b0d-78f3ce91a430"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-8ed73924-b7ba-4e3f-8b0d-78f3ce91a430"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-8ed73924-b7ba-4e3f-8b0d-78f3ce91a430"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-8ed73924-b7ba-4e3f-8b0d-78f3ce91a430"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-8ed73924-b7ba-4e3f-8b0d-78f3ce91a430"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-8ed73924-b7ba-4e3f-8b0d-78f3ce91a430"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-8ed73924-b7ba-4e3f-8b0d-78f3ce91a430"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-8ed73924-b7ba-4e3f-8b0d-78f3ce91a430"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-8ed73924-b7ba-4e3f-8b0d-78f3ce91a430"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-8ed73924-b7ba-4e3f-8b0d-78f3ce91a430"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 0px) {
[id="s-207d2909-3a5b-4cf8-b1db-3dd82d436ef6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-207d2909-3a5b-4cf8-b1db-3dd82d436ef6"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-207d2909-3a5b-4cf8-b1db-3dd82d436ef6"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-207d2909-3a5b-4cf8-b1db-3dd82d436ef6"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-207d2909-3a5b-4cf8-b1db-3dd82d436ef6"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-207d2909-3a5b-4cf8-b1db-3dd82d436ef6"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-207d2909-3a5b-4cf8-b1db-3dd82d436ef6"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-207d2909-3a5b-4cf8-b1db-3dd82d436ef6"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-207d2909-3a5b-4cf8-b1db-3dd82d436ef6"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-207d2909-3a5b-4cf8-b1db-3dd82d436ef6"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-207d2909-3a5b-4cf8-b1db-3dd82d436ef6"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-207d2909-3a5b-4cf8-b1db-3dd82d436ef6"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-207d2909-3a5b-4cf8-b1db-3dd82d436ef6"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-207d2909-3a5b-4cf8-b1db-3dd82d436ef6"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-207d2909-3a5b-4cf8-b1db-3dd82d436ef6"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-207d2909-3a5b-4cf8-b1db-3dd82d436ef6"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-207d2909-3a5b-4cf8-b1db-3dd82d436ef6"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-207d2909-3a5b-4cf8-b1db-3dd82d436ef6"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-207d2909-3a5b-4cf8-b1db-3dd82d436ef6"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-207d2909-3a5b-4cf8-b1db-3dd82d436ef6"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-207d2909-3a5b-4cf8-b1db-3dd82d436ef6"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-207d2909-3a5b-4cf8-b1db-3dd82d436ef6"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-207d2909-3a5b-4cf8-b1db-3dd82d436ef6"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-207d2909-3a5b-4cf8-b1db-3dd82d436ef6"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-207d2909-3a5b-4cf8-b1db-3dd82d436ef6"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-207d2909-3a5b-4cf8-b1db-3dd82d436ef6"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-207d2909-3a5b-4cf8-b1db-3dd82d436ef6"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-207d2909-3a5b-4cf8-b1db-3dd82d436ef6"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-207d2909-3a5b-4cf8-b1db-3dd82d436ef6"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-207d2909-3a5b-4cf8-b1db-3dd82d436ef6"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-207d2909-3a5b-4cf8-b1db-3dd82d436ef6"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-207d2909-3a5b-4cf8-b1db-3dd82d436ef6"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-207d2909-3a5b-4cf8-b1db-3dd82d436ef6"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-207d2909-3a5b-4cf8-b1db-3dd82d436ef6"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-207d2909-3a5b-4cf8-b1db-3dd82d436ef6"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-207d2909-3a5b-4cf8-b1db-3dd82d436ef6"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-207d2909-3a5b-4cf8-b1db-3dd82d436ef6"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}




  #s-651a4b20-a295-4950-bc4f-5e7684e32ed2 img.shogun-image {
    
    width: px;
  }


#s-651a4b20-a295-4950-bc4f-5e7684e32ed2 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}




  #s-8a1ca408-dc97-428e-a891-ae6a4c5db101 img.shogun-image {
    
    width: px;
  }


#s-8a1ca408-dc97-428e-a891-ae6a4c5db101 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}




  #s-5b8843ed-3cd2-42d7-915a-f809d6edec59 img.shogun-image {
    
    width: px;
  }


#s-5b8843ed-3cd2-42d7-915a-f809d6edec59 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-6be8f067-6d02-46d6-b555-f77e41095419 {
  min-height: 50px;
}
@media (max-width: 767px){#s-6be8f067-6d02-46d6-b555-f77e41095419 {
  display: none;
}
#s-6be8f067-6d02-46d6-b555-f77e41095419, #wrap-s-6be8f067-6d02-46d6-b555-f77e41095419 { display:none !important; }}







#s-6be8f067-6d02-46d6-b555-f77e41095419 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6be8f067-6d02-46d6-b555-f77e41095419.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-650b2e4c-a1e3-4ff0-980e-bdcab8da38c7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-650b2e4c-a1e3-4ff0-980e-bdcab8da38c7"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-650b2e4c-a1e3-4ff0-980e-bdcab8da38c7"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-650b2e4c-a1e3-4ff0-980e-bdcab8da38c7"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-650b2e4c-a1e3-4ff0-980e-bdcab8da38c7"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-650b2e4c-a1e3-4ff0-980e-bdcab8da38c7"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-650b2e4c-a1e3-4ff0-980e-bdcab8da38c7"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-650b2e4c-a1e3-4ff0-980e-bdcab8da38c7"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-650b2e4c-a1e3-4ff0-980e-bdcab8da38c7"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-650b2e4c-a1e3-4ff0-980e-bdcab8da38c7"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-650b2e4c-a1e3-4ff0-980e-bdcab8da38c7"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-650b2e4c-a1e3-4ff0-980e-bdcab8da38c7"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-650b2e4c-a1e3-4ff0-980e-bdcab8da38c7"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-650b2e4c-a1e3-4ff0-980e-bdcab8da38c7"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-650b2e4c-a1e3-4ff0-980e-bdcab8da38c7"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-650b2e4c-a1e3-4ff0-980e-bdcab8da38c7"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-650b2e4c-a1e3-4ff0-980e-bdcab8da38c7"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-650b2e4c-a1e3-4ff0-980e-bdcab8da38c7"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-650b2e4c-a1e3-4ff0-980e-bdcab8da38c7"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-650b2e4c-a1e3-4ff0-980e-bdcab8da38c7"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-650b2e4c-a1e3-4ff0-980e-bdcab8da38c7"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-650b2e4c-a1e3-4ff0-980e-bdcab8da38c7"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-650b2e4c-a1e3-4ff0-980e-bdcab8da38c7"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-650b2e4c-a1e3-4ff0-980e-bdcab8da38c7"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-650b2e4c-a1e3-4ff0-980e-bdcab8da38c7"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-650b2e4c-a1e3-4ff0-980e-bdcab8da38c7"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-650b2e4c-a1e3-4ff0-980e-bdcab8da38c7"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-650b2e4c-a1e3-4ff0-980e-bdcab8da38c7"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-650b2e4c-a1e3-4ff0-980e-bdcab8da38c7"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-650b2e4c-a1e3-4ff0-980e-bdcab8da38c7"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-650b2e4c-a1e3-4ff0-980e-bdcab8da38c7"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-650b2e4c-a1e3-4ff0-980e-bdcab8da38c7"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-650b2e4c-a1e3-4ff0-980e-bdcab8da38c7"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-650b2e4c-a1e3-4ff0-980e-bdcab8da38c7"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-650b2e4c-a1e3-4ff0-980e-bdcab8da38c7"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-650b2e4c-a1e3-4ff0-980e-bdcab8da38c7"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-650b2e4c-a1e3-4ff0-980e-bdcab8da38c7"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 0px) {
[id="s-6bcbf528-ec01-4a95-886d-f3f356fd88c1"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6bcbf528-ec01-4a95-886d-f3f356fd88c1"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-6bcbf528-ec01-4a95-886d-f3f356fd88c1"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-6bcbf528-ec01-4a95-886d-f3f356fd88c1"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-6bcbf528-ec01-4a95-886d-f3f356fd88c1"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-6bcbf528-ec01-4a95-886d-f3f356fd88c1"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-6bcbf528-ec01-4a95-886d-f3f356fd88c1"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-6bcbf528-ec01-4a95-886d-f3f356fd88c1"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-6bcbf528-ec01-4a95-886d-f3f356fd88c1"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-6bcbf528-ec01-4a95-886d-f3f356fd88c1"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-6bcbf528-ec01-4a95-886d-f3f356fd88c1"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-6bcbf528-ec01-4a95-886d-f3f356fd88c1"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-6bcbf528-ec01-4a95-886d-f3f356fd88c1"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-6bcbf528-ec01-4a95-886d-f3f356fd88c1"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-6bcbf528-ec01-4a95-886d-f3f356fd88c1"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-6bcbf528-ec01-4a95-886d-f3f356fd88c1"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-6bcbf528-ec01-4a95-886d-f3f356fd88c1"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-6bcbf528-ec01-4a95-886d-f3f356fd88c1"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-6bcbf528-ec01-4a95-886d-f3f356fd88c1"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-6bcbf528-ec01-4a95-886d-f3f356fd88c1"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-6bcbf528-ec01-4a95-886d-f3f356fd88c1"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-6bcbf528-ec01-4a95-886d-f3f356fd88c1"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-6bcbf528-ec01-4a95-886d-f3f356fd88c1"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-6bcbf528-ec01-4a95-886d-f3f356fd88c1"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-6bcbf528-ec01-4a95-886d-f3f356fd88c1"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-6bcbf528-ec01-4a95-886d-f3f356fd88c1"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-6bcbf528-ec01-4a95-886d-f3f356fd88c1"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-6bcbf528-ec01-4a95-886d-f3f356fd88c1"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-6bcbf528-ec01-4a95-886d-f3f356fd88c1"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-6bcbf528-ec01-4a95-886d-f3f356fd88c1"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-6bcbf528-ec01-4a95-886d-f3f356fd88c1"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-6bcbf528-ec01-4a95-886d-f3f356fd88c1"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-6bcbf528-ec01-4a95-886d-f3f356fd88c1"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-6bcbf528-ec01-4a95-886d-f3f356fd88c1"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-6bcbf528-ec01-4a95-886d-f3f356fd88c1"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-6bcbf528-ec01-4a95-886d-f3f356fd88c1"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-6bcbf528-ec01-4a95-886d-f3f356fd88c1"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-0d4f0d50-88b6-44bc-98d4-d76e42e69d21 {
  text-align: center;
}




  #s-0d4f0d50-88b6-44bc-98d4-d76e42e69d21 img.shogun-image {
    
    width: px;
  }


#s-0d4f0d50-88b6-44bc-98d4-d76e42e69d21 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}




  #s-e24bc04c-c843-477b-b829-56c3ae89414a img.shogun-image {
    
    width: px;
  }


#s-e24bc04c-c843-477b-b829-56c3ae89414a .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}




  #s-9c0d307c-f3a9-46a8-9f97-5a9868377fd5 img.shogun-image {
    
    width: px;
  }


#s-9c0d307c-f3a9-46a8-9f97-5a9868377fd5 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-d90ac402-18c2-426e-918d-9db61ee14e18 {
  min-height: 50px;
}
@media (max-width: 767px){#s-d90ac402-18c2-426e-918d-9db61ee14e18 {
  display: none;
}
#s-d90ac402-18c2-426e-918d-9db61ee14e18, #wrap-s-d90ac402-18c2-426e-918d-9db61ee14e18 { display:none !important; }}







#s-d90ac402-18c2-426e-918d-9db61ee14e18 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d90ac402-18c2-426e-918d-9db61ee14e18.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-bade131d-a69e-463b-85fc-9946a4c7cbda"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-bade131d-a69e-463b-85fc-9946a4c7cbda"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-bade131d-a69e-463b-85fc-9946a4c7cbda"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-bade131d-a69e-463b-85fc-9946a4c7cbda"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-bade131d-a69e-463b-85fc-9946a4c7cbda"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-bade131d-a69e-463b-85fc-9946a4c7cbda"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-bade131d-a69e-463b-85fc-9946a4c7cbda"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-bade131d-a69e-463b-85fc-9946a4c7cbda"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-bade131d-a69e-463b-85fc-9946a4c7cbda"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-bade131d-a69e-463b-85fc-9946a4c7cbda"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-bade131d-a69e-463b-85fc-9946a4c7cbda"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-bade131d-a69e-463b-85fc-9946a4c7cbda"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-bade131d-a69e-463b-85fc-9946a4c7cbda"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-bade131d-a69e-463b-85fc-9946a4c7cbda"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-bade131d-a69e-463b-85fc-9946a4c7cbda"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-bade131d-a69e-463b-85fc-9946a4c7cbda"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-bade131d-a69e-463b-85fc-9946a4c7cbda"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-bade131d-a69e-463b-85fc-9946a4c7cbda"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-bade131d-a69e-463b-85fc-9946a4c7cbda"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-bade131d-a69e-463b-85fc-9946a4c7cbda"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-bade131d-a69e-463b-85fc-9946a4c7cbda"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-bade131d-a69e-463b-85fc-9946a4c7cbda"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-bade131d-a69e-463b-85fc-9946a4c7cbda"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-bade131d-a69e-463b-85fc-9946a4c7cbda"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-bade131d-a69e-463b-85fc-9946a4c7cbda"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-bade131d-a69e-463b-85fc-9946a4c7cbda"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-bade131d-a69e-463b-85fc-9946a4c7cbda"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-bade131d-a69e-463b-85fc-9946a4c7cbda"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-bade131d-a69e-463b-85fc-9946a4c7cbda"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-bade131d-a69e-463b-85fc-9946a4c7cbda"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-bade131d-a69e-463b-85fc-9946a4c7cbda"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-bade131d-a69e-463b-85fc-9946a4c7cbda"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-bade131d-a69e-463b-85fc-9946a4c7cbda"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-bade131d-a69e-463b-85fc-9946a4c7cbda"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-bade131d-a69e-463b-85fc-9946a4c7cbda"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-bade131d-a69e-463b-85fc-9946a4c7cbda"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-bade131d-a69e-463b-85fc-9946a4c7cbda"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 0px) {
[id="s-f0f8e30b-832d-4eb7-b8a0-382eee04f850"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f0f8e30b-832d-4eb7-b8a0-382eee04f850"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-f0f8e30b-832d-4eb7-b8a0-382eee04f850"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-f0f8e30b-832d-4eb7-b8a0-382eee04f850"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-f0f8e30b-832d-4eb7-b8a0-382eee04f850"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-f0f8e30b-832d-4eb7-b8a0-382eee04f850"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-f0f8e30b-832d-4eb7-b8a0-382eee04f850"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-f0f8e30b-832d-4eb7-b8a0-382eee04f850"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-f0f8e30b-832d-4eb7-b8a0-382eee04f850"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-f0f8e30b-832d-4eb7-b8a0-382eee04f850"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-f0f8e30b-832d-4eb7-b8a0-382eee04f850"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-f0f8e30b-832d-4eb7-b8a0-382eee04f850"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-f0f8e30b-832d-4eb7-b8a0-382eee04f850"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-f0f8e30b-832d-4eb7-b8a0-382eee04f850"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-f0f8e30b-832d-4eb7-b8a0-382eee04f850"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-f0f8e30b-832d-4eb7-b8a0-382eee04f850"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-f0f8e30b-832d-4eb7-b8a0-382eee04f850"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-f0f8e30b-832d-4eb7-b8a0-382eee04f850"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-f0f8e30b-832d-4eb7-b8a0-382eee04f850"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-f0f8e30b-832d-4eb7-b8a0-382eee04f850"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-f0f8e30b-832d-4eb7-b8a0-382eee04f850"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-f0f8e30b-832d-4eb7-b8a0-382eee04f850"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-f0f8e30b-832d-4eb7-b8a0-382eee04f850"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-f0f8e30b-832d-4eb7-b8a0-382eee04f850"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-f0f8e30b-832d-4eb7-b8a0-382eee04f850"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-f0f8e30b-832d-4eb7-b8a0-382eee04f850"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-f0f8e30b-832d-4eb7-b8a0-382eee04f850"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-f0f8e30b-832d-4eb7-b8a0-382eee04f850"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-f0f8e30b-832d-4eb7-b8a0-382eee04f850"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-f0f8e30b-832d-4eb7-b8a0-382eee04f850"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-f0f8e30b-832d-4eb7-b8a0-382eee04f850"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-f0f8e30b-832d-4eb7-b8a0-382eee04f850"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-f0f8e30b-832d-4eb7-b8a0-382eee04f850"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-f0f8e30b-832d-4eb7-b8a0-382eee04f850"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-f0f8e30b-832d-4eb7-b8a0-382eee04f850"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-f0f8e30b-832d-4eb7-b8a0-382eee04f850"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-f0f8e30b-832d-4eb7-b8a0-382eee04f850"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-1d089b8f-461d-4f5c-ac03-f239fdc368c8 {
  min-height: 50px;
}








#s-1d089b8f-461d-4f5c-ac03-f239fdc368c8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1d089b8f-461d-4f5c-ac03-f239fdc368c8.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}




  #s-d09a8370-dee8-4c26-baca-265e0af61303 img.shogun-image {
    
    width: px;
  }


#s-d09a8370-dee8-4c26-baca-265e0af61303 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-1fa150b8-48e6-4137-9ec7-4717bd5868b3 {
  text-align: center;
}




  #s-1fa150b8-48e6-4137-9ec7-4717bd5868b3 img.shogun-image {
    
    width: px;
  }


#s-1fa150b8-48e6-4137-9ec7-4717bd5868b3 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-944338bc-3dbe-4674-bf4a-fa77a4ca2675 {
  min-height: 50px;
}








#s-944338bc-3dbe-4674-bf4a-fa77a4ca2675 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-944338bc-3dbe-4674-bf4a-fa77a4ca2675.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-da16732c-7124-49b8-b7b3-7d570016db3b {
  min-height: 50px;
}
@media (max-width: 767px){#s-da16732c-7124-49b8-b7b3-7d570016db3b {
  display: none;
}
#s-da16732c-7124-49b8-b7b3-7d570016db3b, #wrap-s-da16732c-7124-49b8-b7b3-7d570016db3b { display:none !important; }}







#s-da16732c-7124-49b8-b7b3-7d570016db3b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-da16732c-7124-49b8-b7b3-7d570016db3b.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-dbab148c-7edf-405a-95ac-045ffa6dc65f hr {
  border: 0;
  width: 100%;
  border-top: 1px solid #ddd;
}

#s-46b94bbd-5caf-4f6b-b474-ffdc59ad4102 {
  min-height: 50px;
}
@media (max-width: 767px){#s-46b94bbd-5caf-4f6b-b474-ffdc59ad4102 {
  display: none;
}
#s-46b94bbd-5caf-4f6b-b474-ffdc59ad4102, #wrap-s-46b94bbd-5caf-4f6b-b474-ffdc59ad4102 { display:none !important; }}







#s-46b94bbd-5caf-4f6b-b474-ffdc59ad4102 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-46b94bbd-5caf-4f6b-b474-ffdc59ad4102.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-aa10d83c-346b-4150-8551-b1ac9bf139b0 {
  text-align: center;
}

#s-aa10d83c-346b-4150-8551-b1ac9bf139b0 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-7549be91-c7ab-413e-a4d9-9a0bdc4bd3c8 {
  text-align: center;
}




  #s-7549be91-c7ab-413e-a4d9-9a0bdc4bd3c8 img.shogun-image {
    
    width: px;
  }


#s-7549be91-c7ab-413e-a4d9-9a0bdc4bd3c8 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-355d1a8e-ee0c-47be-9984-1ed36d888c8c {
  min-height: 50px;
}








#s-355d1a8e-ee0c-47be-9984-1ed36d888c8c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-355d1a8e-ee0c-47be-9984-1ed36d888c8c.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-f7b6f2d2-0fc3-4c65-bc31-8c4b3c928e00"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f7b6f2d2-0fc3-4c65-bc31-8c4b3c928e00"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-f7b6f2d2-0fc3-4c65-bc31-8c4b3c928e00"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-f7b6f2d2-0fc3-4c65-bc31-8c4b3c928e00"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-f7b6f2d2-0fc3-4c65-bc31-8c4b3c928e00"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-f7b6f2d2-0fc3-4c65-bc31-8c4b3c928e00"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-f7b6f2d2-0fc3-4c65-bc31-8c4b3c928e00"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-f7b6f2d2-0fc3-4c65-bc31-8c4b3c928e00"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-f7b6f2d2-0fc3-4c65-bc31-8c4b3c928e00"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-f7b6f2d2-0fc3-4c65-bc31-8c4b3c928e00"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-f7b6f2d2-0fc3-4c65-bc31-8c4b3c928e00"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-f7b6f2d2-0fc3-4c65-bc31-8c4b3c928e00"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-f7b6f2d2-0fc3-4c65-bc31-8c4b3c928e00"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-f7b6f2d2-0fc3-4c65-bc31-8c4b3c928e00"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-f7b6f2d2-0fc3-4c65-bc31-8c4b3c928e00"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-f7b6f2d2-0fc3-4c65-bc31-8c4b3c928e00"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-f7b6f2d2-0fc3-4c65-bc31-8c4b3c928e00"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-f7b6f2d2-0fc3-4c65-bc31-8c4b3c928e00"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-f7b6f2d2-0fc3-4c65-bc31-8c4b3c928e00"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-f7b6f2d2-0fc3-4c65-bc31-8c4b3c928e00"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-f7b6f2d2-0fc3-4c65-bc31-8c4b3c928e00"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-f7b6f2d2-0fc3-4c65-bc31-8c4b3c928e00"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-f7b6f2d2-0fc3-4c65-bc31-8c4b3c928e00"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-f7b6f2d2-0fc3-4c65-bc31-8c4b3c928e00"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-f7b6f2d2-0fc3-4c65-bc31-8c4b3c928e00"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-f7b6f2d2-0fc3-4c65-bc31-8c4b3c928e00"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-f7b6f2d2-0fc3-4c65-bc31-8c4b3c928e00"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-f7b6f2d2-0fc3-4c65-bc31-8c4b3c928e00"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-f7b6f2d2-0fc3-4c65-bc31-8c4b3c928e00"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-f7b6f2d2-0fc3-4c65-bc31-8c4b3c928e00"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-f7b6f2d2-0fc3-4c65-bc31-8c4b3c928e00"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-f7b6f2d2-0fc3-4c65-bc31-8c4b3c928e00"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-f7b6f2d2-0fc3-4c65-bc31-8c4b3c928e00"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-f7b6f2d2-0fc3-4c65-bc31-8c4b3c928e00"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-f7b6f2d2-0fc3-4c65-bc31-8c4b3c928e00"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-f7b6f2d2-0fc3-4c65-bc31-8c4b3c928e00"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-f7b6f2d2-0fc3-4c65-bc31-8c4b3c928e00"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 0px) {
[id="s-d4eb403b-d13b-4d3e-b658-6ec0b6c37031"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d4eb403b-d13b-4d3e-b658-6ec0b6c37031"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-d4eb403b-d13b-4d3e-b658-6ec0b6c37031"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-d4eb403b-d13b-4d3e-b658-6ec0b6c37031"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-d4eb403b-d13b-4d3e-b658-6ec0b6c37031"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-d4eb403b-d13b-4d3e-b658-6ec0b6c37031"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-d4eb403b-d13b-4d3e-b658-6ec0b6c37031"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-d4eb403b-d13b-4d3e-b658-6ec0b6c37031"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-d4eb403b-d13b-4d3e-b658-6ec0b6c37031"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-d4eb403b-d13b-4d3e-b658-6ec0b6c37031"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-d4eb403b-d13b-4d3e-b658-6ec0b6c37031"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-d4eb403b-d13b-4d3e-b658-6ec0b6c37031"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-d4eb403b-d13b-4d3e-b658-6ec0b6c37031"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-d4eb403b-d13b-4d3e-b658-6ec0b6c37031"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-d4eb403b-d13b-4d3e-b658-6ec0b6c37031"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-d4eb403b-d13b-4d3e-b658-6ec0b6c37031"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-d4eb403b-d13b-4d3e-b658-6ec0b6c37031"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-d4eb403b-d13b-4d3e-b658-6ec0b6c37031"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-d4eb403b-d13b-4d3e-b658-6ec0b6c37031"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-d4eb403b-d13b-4d3e-b658-6ec0b6c37031"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-d4eb403b-d13b-4d3e-b658-6ec0b6c37031"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-d4eb403b-d13b-4d3e-b658-6ec0b6c37031"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-d4eb403b-d13b-4d3e-b658-6ec0b6c37031"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-d4eb403b-d13b-4d3e-b658-6ec0b6c37031"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-d4eb403b-d13b-4d3e-b658-6ec0b6c37031"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-d4eb403b-d13b-4d3e-b658-6ec0b6c37031"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-d4eb403b-d13b-4d3e-b658-6ec0b6c37031"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-d4eb403b-d13b-4d3e-b658-6ec0b6c37031"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-d4eb403b-d13b-4d3e-b658-6ec0b6c37031"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-d4eb403b-d13b-4d3e-b658-6ec0b6c37031"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-d4eb403b-d13b-4d3e-b658-6ec0b6c37031"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-d4eb403b-d13b-4d3e-b658-6ec0b6c37031"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-d4eb403b-d13b-4d3e-b658-6ec0b6c37031"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-d4eb403b-d13b-4d3e-b658-6ec0b6c37031"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-d4eb403b-d13b-4d3e-b658-6ec0b6c37031"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-d4eb403b-d13b-4d3e-b658-6ec0b6c37031"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-d4eb403b-d13b-4d3e-b658-6ec0b6c37031"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}




  #s-97f57c1e-5b80-4f8d-827e-288c773a0a7d img.shogun-image {
    
    width: px;
  }


#s-97f57c1e-5b80-4f8d-827e-288c773a0a7d .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}




  #s-4a8ac05b-56d2-4451-bc0b-d7eae822b7a0 img.shogun-image {
    
    width: px;
  }


#s-4a8ac05b-56d2-4451-bc0b-d7eae822b7a0 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-931e03b1-fcf0-4a2f-9861-57cad9b0b47a {
  text-align: none;
}




  #s-931e03b1-fcf0-4a2f-9861-57cad9b0b47a img.shogun-image {
    
    width: px;
  }


#s-931e03b1-fcf0-4a2f-9861-57cad9b0b47a .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-8f49ca58-f327-41c4-9de2-287ffe7064d3 {
  min-height: 50px;
}
@media (max-width: 767px){#s-8f49ca58-f327-41c4-9de2-287ffe7064d3 {
  display: none;
}
#s-8f49ca58-f327-41c4-9de2-287ffe7064d3, #wrap-s-8f49ca58-f327-41c4-9de2-287ffe7064d3 { display:none !important; }}







#s-8f49ca58-f327-41c4-9de2-287ffe7064d3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8f49ca58-f327-41c4-9de2-287ffe7064d3.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-be678090-b4ab-43ff-ab6e-b229be4216a0 {
  min-height: 50px;
}








#s-be678090-b4ab-43ff-ab6e-b229be4216a0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-be678090-b4ab-43ff-ab6e-b229be4216a0.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-60825b32-c2f0-42e8-912f-f415678a2efd"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-60825b32-c2f0-42e8-912f-f415678a2efd"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-60825b32-c2f0-42e8-912f-f415678a2efd"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-60825b32-c2f0-42e8-912f-f415678a2efd"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-60825b32-c2f0-42e8-912f-f415678a2efd"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-60825b32-c2f0-42e8-912f-f415678a2efd"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-60825b32-c2f0-42e8-912f-f415678a2efd"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-60825b32-c2f0-42e8-912f-f415678a2efd"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-60825b32-c2f0-42e8-912f-f415678a2efd"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-60825b32-c2f0-42e8-912f-f415678a2efd"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-60825b32-c2f0-42e8-912f-f415678a2efd"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-60825b32-c2f0-42e8-912f-f415678a2efd"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-60825b32-c2f0-42e8-912f-f415678a2efd"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-60825b32-c2f0-42e8-912f-f415678a2efd"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-60825b32-c2f0-42e8-912f-f415678a2efd"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-60825b32-c2f0-42e8-912f-f415678a2efd"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-60825b32-c2f0-42e8-912f-f415678a2efd"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-60825b32-c2f0-42e8-912f-f415678a2efd"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-60825b32-c2f0-42e8-912f-f415678a2efd"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-60825b32-c2f0-42e8-912f-f415678a2efd"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-60825b32-c2f0-42e8-912f-f415678a2efd"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-60825b32-c2f0-42e8-912f-f415678a2efd"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-60825b32-c2f0-42e8-912f-f415678a2efd"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-60825b32-c2f0-42e8-912f-f415678a2efd"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-60825b32-c2f0-42e8-912f-f415678a2efd"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-60825b32-c2f0-42e8-912f-f415678a2efd"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-60825b32-c2f0-42e8-912f-f415678a2efd"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-60825b32-c2f0-42e8-912f-f415678a2efd"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-60825b32-c2f0-42e8-912f-f415678a2efd"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-60825b32-c2f0-42e8-912f-f415678a2efd"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-60825b32-c2f0-42e8-912f-f415678a2efd"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-60825b32-c2f0-42e8-912f-f415678a2efd"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-60825b32-c2f0-42e8-912f-f415678a2efd"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-60825b32-c2f0-42e8-912f-f415678a2efd"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-60825b32-c2f0-42e8-912f-f415678a2efd"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-60825b32-c2f0-42e8-912f-f415678a2efd"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-60825b32-c2f0-42e8-912f-f415678a2efd"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 0px) {
[id="s-1766eff5-e619-4a65-9259-3ba175468bb6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1766eff5-e619-4a65-9259-3ba175468bb6"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-1766eff5-e619-4a65-9259-3ba175468bb6"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-1766eff5-e619-4a65-9259-3ba175468bb6"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-1766eff5-e619-4a65-9259-3ba175468bb6"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-1766eff5-e619-4a65-9259-3ba175468bb6"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-1766eff5-e619-4a65-9259-3ba175468bb6"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-1766eff5-e619-4a65-9259-3ba175468bb6"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-1766eff5-e619-4a65-9259-3ba175468bb6"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-1766eff5-e619-4a65-9259-3ba175468bb6"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-1766eff5-e619-4a65-9259-3ba175468bb6"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-1766eff5-e619-4a65-9259-3ba175468bb6"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-1766eff5-e619-4a65-9259-3ba175468bb6"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-1766eff5-e619-4a65-9259-3ba175468bb6"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-1766eff5-e619-4a65-9259-3ba175468bb6"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-1766eff5-e619-4a65-9259-3ba175468bb6"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-1766eff5-e619-4a65-9259-3ba175468bb6"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-1766eff5-e619-4a65-9259-3ba175468bb6"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-1766eff5-e619-4a65-9259-3ba175468bb6"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-1766eff5-e619-4a65-9259-3ba175468bb6"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-1766eff5-e619-4a65-9259-3ba175468bb6"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-1766eff5-e619-4a65-9259-3ba175468bb6"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-1766eff5-e619-4a65-9259-3ba175468bb6"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-1766eff5-e619-4a65-9259-3ba175468bb6"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-1766eff5-e619-4a65-9259-3ba175468bb6"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-1766eff5-e619-4a65-9259-3ba175468bb6"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-1766eff5-e619-4a65-9259-3ba175468bb6"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-1766eff5-e619-4a65-9259-3ba175468bb6"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-1766eff5-e619-4a65-9259-3ba175468bb6"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-1766eff5-e619-4a65-9259-3ba175468bb6"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-1766eff5-e619-4a65-9259-3ba175468bb6"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-1766eff5-e619-4a65-9259-3ba175468bb6"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-1766eff5-e619-4a65-9259-3ba175468bb6"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-1766eff5-e619-4a65-9259-3ba175468bb6"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-1766eff5-e619-4a65-9259-3ba175468bb6"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-1766eff5-e619-4a65-9259-3ba175468bb6"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-1766eff5-e619-4a65-9259-3ba175468bb6"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}




  #s-48fb45a9-27e5-4dc6-b9eb-aee996be62c7 img.shogun-image {
    
    width: px;
  }


#s-48fb45a9-27e5-4dc6-b9eb-aee996be62c7 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}




  #s-a9f99038-147f-4c45-b4b2-7b23696067ad img.shogun-image {
    
    width: px;
  }


#s-a9f99038-147f-4c45-b4b2-7b23696067ad .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}




  #s-27ded5cd-2974-4d3c-a153-ea907e6003d5 img.shogun-image {
    
    width: px;
  }


#s-27ded5cd-2974-4d3c-a153-ea907e6003d5 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-14738143-56d6-4e28-8df5-fe995732e6d1 {
  min-height: 50px;
}
@media (max-width: 767px){#s-14738143-56d6-4e28-8df5-fe995732e6d1 {
  display: none;
}
#s-14738143-56d6-4e28-8df5-fe995732e6d1, #wrap-s-14738143-56d6-4e28-8df5-fe995732e6d1 { display:none !important; }}







#s-14738143-56d6-4e28-8df5-fe995732e6d1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-14738143-56d6-4e28-8df5-fe995732e6d1.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-f9405492-d2c6-4116-9ccb-600546533651 {
  min-height: 50px;
}








#s-f9405492-d2c6-4116-9ccb-600546533651 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f9405492-d2c6-4116-9ccb-600546533651.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-2cda0d4e-5e0a-4402-8435-284b054b1e17 {
  min-height: 50px;
}








#s-2cda0d4e-5e0a-4402-8435-284b054b1e17 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2cda0d4e-5e0a-4402-8435-284b054b1e17.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-d5bbed96-ac55-40c1-b6cf-b76f35fa494e {
  min-height: 50px;
}
@media (max-width: 767px){#s-d5bbed96-ac55-40c1-b6cf-b76f35fa494e {
  display: none;
}
#s-d5bbed96-ac55-40c1-b6cf-b76f35fa494e, #wrap-s-d5bbed96-ac55-40c1-b6cf-b76f35fa494e { display:none !important; }}







#s-d5bbed96-ac55-40c1-b6cf-b76f35fa494e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d5bbed96-ac55-40c1-b6cf-b76f35fa494e.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-00b55e8b-6de3-4ec8-bee2-a3818f21a021 {
  min-height: 50px;
}








#s-00b55e8b-6de3-4ec8-bee2-a3818f21a021 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-00b55e8b-6de3-4ec8-bee2-a3818f21a021.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-d64746f8-f876-4f91-9be7-c8045f9c50c0 {
  min-height: 50px;
}








#s-d64746f8-f876-4f91-9be7-c8045f9c50c0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d64746f8-f876-4f91-9be7-c8045f9c50c0.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-51199a91-ad82-45b7-aaae-6cb3eab83f33 hr {
  border: 0;
  width: 100%;
  border-top: 1px solid #ddd;
}

#s-28d7a958-a342-4d19-a83a-cee79e24d2f7 {
  min-height: 50px;
}
@media (max-width: 767px){#s-28d7a958-a342-4d19-a83a-cee79e24d2f7 {
  display: none;
}
#s-28d7a958-a342-4d19-a83a-cee79e24d2f7, #wrap-s-28d7a958-a342-4d19-a83a-cee79e24d2f7 { display:none !important; }}







#s-28d7a958-a342-4d19-a83a-cee79e24d2f7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-28d7a958-a342-4d19-a83a-cee79e24d2f7.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-a9d4e3bd-1d7b-4555-a341-5829a2529e38 {
  text-align: center;
}




  #s-a9d4e3bd-1d7b-4555-a341-5829a2529e38 img.shogun-image {
    
    width: px;
  }


#s-a9d4e3bd-1d7b-4555-a341-5829a2529e38 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-9174f34b-4cf3-4cc5-a0c9-1b009a9f826b {
  min-height: 50px;
}








#s-9174f34b-4cf3-4cc5-a0c9-1b009a9f826b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9174f34b-4cf3-4cc5-a0c9-1b009a9f826b.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-2eb5c3ba-814e-45c2-8926-97a2ff34c123 {
  min-height: 50px;
}








#s-2eb5c3ba-814e-45c2-8926-97a2ff34c123 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2eb5c3ba-814e-45c2-8926-97a2ff34c123.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-1150d424-18a7-4ed4-8dcf-2d4b80a7d8b7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1150d424-18a7-4ed4-8dcf-2d4b80a7d8b7"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-1150d424-18a7-4ed4-8dcf-2d4b80a7d8b7"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-1150d424-18a7-4ed4-8dcf-2d4b80a7d8b7"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-1150d424-18a7-4ed4-8dcf-2d4b80a7d8b7"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-1150d424-18a7-4ed4-8dcf-2d4b80a7d8b7"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-1150d424-18a7-4ed4-8dcf-2d4b80a7d8b7"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-1150d424-18a7-4ed4-8dcf-2d4b80a7d8b7"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-1150d424-18a7-4ed4-8dcf-2d4b80a7d8b7"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-1150d424-18a7-4ed4-8dcf-2d4b80a7d8b7"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-1150d424-18a7-4ed4-8dcf-2d4b80a7d8b7"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-1150d424-18a7-4ed4-8dcf-2d4b80a7d8b7"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-1150d424-18a7-4ed4-8dcf-2d4b80a7d8b7"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-1150d424-18a7-4ed4-8dcf-2d4b80a7d8b7"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-1150d424-18a7-4ed4-8dcf-2d4b80a7d8b7"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-1150d424-18a7-4ed4-8dcf-2d4b80a7d8b7"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-1150d424-18a7-4ed4-8dcf-2d4b80a7d8b7"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-1150d424-18a7-4ed4-8dcf-2d4b80a7d8b7"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-1150d424-18a7-4ed4-8dcf-2d4b80a7d8b7"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-1150d424-18a7-4ed4-8dcf-2d4b80a7d8b7"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-1150d424-18a7-4ed4-8dcf-2d4b80a7d8b7"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-1150d424-18a7-4ed4-8dcf-2d4b80a7d8b7"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-1150d424-18a7-4ed4-8dcf-2d4b80a7d8b7"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-1150d424-18a7-4ed4-8dcf-2d4b80a7d8b7"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-1150d424-18a7-4ed4-8dcf-2d4b80a7d8b7"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-1150d424-18a7-4ed4-8dcf-2d4b80a7d8b7"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-1150d424-18a7-4ed4-8dcf-2d4b80a7d8b7"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-1150d424-18a7-4ed4-8dcf-2d4b80a7d8b7"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-1150d424-18a7-4ed4-8dcf-2d4b80a7d8b7"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-1150d424-18a7-4ed4-8dcf-2d4b80a7d8b7"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-1150d424-18a7-4ed4-8dcf-2d4b80a7d8b7"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-1150d424-18a7-4ed4-8dcf-2d4b80a7d8b7"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-1150d424-18a7-4ed4-8dcf-2d4b80a7d8b7"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-1150d424-18a7-4ed4-8dcf-2d4b80a7d8b7"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-1150d424-18a7-4ed4-8dcf-2d4b80a7d8b7"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-1150d424-18a7-4ed4-8dcf-2d4b80a7d8b7"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-1150d424-18a7-4ed4-8dcf-2d4b80a7d8b7"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 0px) {
[id="s-54e4e7a8-c4d2-496a-8a1b-904c62439377"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-54e4e7a8-c4d2-496a-8a1b-904c62439377"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-54e4e7a8-c4d2-496a-8a1b-904c62439377"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-54e4e7a8-c4d2-496a-8a1b-904c62439377"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-54e4e7a8-c4d2-496a-8a1b-904c62439377"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-54e4e7a8-c4d2-496a-8a1b-904c62439377"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-54e4e7a8-c4d2-496a-8a1b-904c62439377"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-54e4e7a8-c4d2-496a-8a1b-904c62439377"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-54e4e7a8-c4d2-496a-8a1b-904c62439377"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-54e4e7a8-c4d2-496a-8a1b-904c62439377"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-54e4e7a8-c4d2-496a-8a1b-904c62439377"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-54e4e7a8-c4d2-496a-8a1b-904c62439377"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-54e4e7a8-c4d2-496a-8a1b-904c62439377"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-54e4e7a8-c4d2-496a-8a1b-904c62439377"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-54e4e7a8-c4d2-496a-8a1b-904c62439377"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-54e4e7a8-c4d2-496a-8a1b-904c62439377"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-54e4e7a8-c4d2-496a-8a1b-904c62439377"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-54e4e7a8-c4d2-496a-8a1b-904c62439377"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-54e4e7a8-c4d2-496a-8a1b-904c62439377"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-54e4e7a8-c4d2-496a-8a1b-904c62439377"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-54e4e7a8-c4d2-496a-8a1b-904c62439377"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-54e4e7a8-c4d2-496a-8a1b-904c62439377"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-54e4e7a8-c4d2-496a-8a1b-904c62439377"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-54e4e7a8-c4d2-496a-8a1b-904c62439377"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-54e4e7a8-c4d2-496a-8a1b-904c62439377"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-54e4e7a8-c4d2-496a-8a1b-904c62439377"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-54e4e7a8-c4d2-496a-8a1b-904c62439377"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-54e4e7a8-c4d2-496a-8a1b-904c62439377"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-54e4e7a8-c4d2-496a-8a1b-904c62439377"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-54e4e7a8-c4d2-496a-8a1b-904c62439377"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-54e4e7a8-c4d2-496a-8a1b-904c62439377"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-54e4e7a8-c4d2-496a-8a1b-904c62439377"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-54e4e7a8-c4d2-496a-8a1b-904c62439377"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-54e4e7a8-c4d2-496a-8a1b-904c62439377"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-54e4e7a8-c4d2-496a-8a1b-904c62439377"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-54e4e7a8-c4d2-496a-8a1b-904c62439377"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-54e4e7a8-c4d2-496a-8a1b-904c62439377"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-9c45d2a9-253e-4524-a4f1-3391636543d4 {
  text-align: none;
}




  #s-9c45d2a9-253e-4524-a4f1-3391636543d4 img.shogun-image {
    
    width: px;
  }


#s-9c45d2a9-253e-4524-a4f1-3391636543d4 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-a6c03a7a-d116-4c8f-b4dd-19a9271b008a {
  text-align: none;
}




  #s-a6c03a7a-d116-4c8f-b4dd-19a9271b008a img.shogun-image {
    
    width: px;
  }


#s-a6c03a7a-d116-4c8f-b4dd-19a9271b008a .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-fb30845b-63be-4cdb-a252-80d0f99e7bb8 {
  text-align: none;
}




  #s-fb30845b-63be-4cdb-a252-80d0f99e7bb8 img.shogun-image {
    
    width: px;
  }


#s-fb30845b-63be-4cdb-a252-80d0f99e7bb8 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-9e3dddb7-18fa-47de-b76b-3e148d9dba40 {
  min-height: 50px;
}
@media (max-width: 767px){#s-9e3dddb7-18fa-47de-b76b-3e148d9dba40 {
  display: none;
}
#s-9e3dddb7-18fa-47de-b76b-3e148d9dba40, #wrap-s-9e3dddb7-18fa-47de-b76b-3e148d9dba40 { display:none !important; }}







#s-9e3dddb7-18fa-47de-b76b-3e148d9dba40 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9e3dddb7-18fa-47de-b76b-3e148d9dba40.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-cd731c68-ff3a-464b-86b2-9f760d4327c0 {
  min-height: 50px;
}
@media (max-width: 767px){#s-cd731c68-ff3a-464b-86b2-9f760d4327c0 {
  display: none;
}
#s-cd731c68-ff3a-464b-86b2-9f760d4327c0, #wrap-s-cd731c68-ff3a-464b-86b2-9f760d4327c0 { display:none !important; }}







#s-cd731c68-ff3a-464b-86b2-9f760d4327c0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cd731c68-ff3a-464b-86b2-9f760d4327c0.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-e9f97d0f-5cf2-46c9-b5c3-6c73a52ff605 {
  min-height: 50px;
}








#s-e9f97d0f-5cf2-46c9-b5c3-6c73a52ff605 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e9f97d0f-5cf2-46c9-b5c3-6c73a52ff605.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-90f0020d-ecd4-4a97-ab0f-cc7227ef396f hr {
  border: 0;
  width: 100%;
  border-top: 1px solid #ddd;
}

#s-6168a2e5-f715-4c2f-9a8f-7b0da19247d5 {
  min-height: 50px;
}
@media (max-width: 767px){#s-6168a2e5-f715-4c2f-9a8f-7b0da19247d5 {
  
}
}







#s-6168a2e5-f715-4c2f-9a8f-7b0da19247d5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6168a2e5-f715-4c2f-9a8f-7b0da19247d5.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-b04249d6-4067-4c3f-b2c2-3d98a7766566 {
  min-height: 50px;
}
@media (max-width: 767px){#s-b04249d6-4067-4c3f-b2c2-3d98a7766566 {
  
}
}







#s-b04249d6-4067-4c3f-b2c2-3d98a7766566 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b04249d6-4067-4c3f-b2c2-3d98a7766566.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-546e7e62-48f1-487d-ba74-94e41fa5a57d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-546e7e62-48f1-487d-ba74-94e41fa5a57d"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-546e7e62-48f1-487d-ba74-94e41fa5a57d"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-546e7e62-48f1-487d-ba74-94e41fa5a57d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-546e7e62-48f1-487d-ba74-94e41fa5a57d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-546e7e62-48f1-487d-ba74-94e41fa5a57d"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-546e7e62-48f1-487d-ba74-94e41fa5a57d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-546e7e62-48f1-487d-ba74-94e41fa5a57d"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-546e7e62-48f1-487d-ba74-94e41fa5a57d"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-546e7e62-48f1-487d-ba74-94e41fa5a57d"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-546e7e62-48f1-487d-ba74-94e41fa5a57d"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-546e7e62-48f1-487d-ba74-94e41fa5a57d"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-546e7e62-48f1-487d-ba74-94e41fa5a57d"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-546e7e62-48f1-487d-ba74-94e41fa5a57d"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-546e7e62-48f1-487d-ba74-94e41fa5a57d"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-546e7e62-48f1-487d-ba74-94e41fa5a57d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-546e7e62-48f1-487d-ba74-94e41fa5a57d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-546e7e62-48f1-487d-ba74-94e41fa5a57d"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-546e7e62-48f1-487d-ba74-94e41fa5a57d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-546e7e62-48f1-487d-ba74-94e41fa5a57d"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-546e7e62-48f1-487d-ba74-94e41fa5a57d"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-546e7e62-48f1-487d-ba74-94e41fa5a57d"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-546e7e62-48f1-487d-ba74-94e41fa5a57d"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-546e7e62-48f1-487d-ba74-94e41fa5a57d"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-546e7e62-48f1-487d-ba74-94e41fa5a57d"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-546e7e62-48f1-487d-ba74-94e41fa5a57d"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-546e7e62-48f1-487d-ba74-94e41fa5a57d"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-546e7e62-48f1-487d-ba74-94e41fa5a57d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-546e7e62-48f1-487d-ba74-94e41fa5a57d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-546e7e62-48f1-487d-ba74-94e41fa5a57d"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-546e7e62-48f1-487d-ba74-94e41fa5a57d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-546e7e62-48f1-487d-ba74-94e41fa5a57d"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-546e7e62-48f1-487d-ba74-94e41fa5a57d"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-546e7e62-48f1-487d-ba74-94e41fa5a57d"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-546e7e62-48f1-487d-ba74-94e41fa5a57d"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-546e7e62-48f1-487d-ba74-94e41fa5a57d"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-546e7e62-48f1-487d-ba74-94e41fa5a57d"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-dda1371d-828e-4cae-a3a5-083de538b588 {
  text-align: center;
}

#s-dda1371d-828e-4cae-a3a5-083de538b588 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-4468e46e-4cab-45a7-a51f-f60b56ae4f35 {
  min-height: 50px;
}








#s-4468e46e-4cab-45a7-a51f-f60b56ae4f35 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4468e46e-4cab-45a7-a51f-f60b56ae4f35.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-e2ce97b9-90d4-4b24-b75f-fb576ed561d0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e2ce97b9-90d4-4b24-b75f-fb576ed561d0"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-e2ce97b9-90d4-4b24-b75f-fb576ed561d0"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-e2ce97b9-90d4-4b24-b75f-fb576ed561d0"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-e2ce97b9-90d4-4b24-b75f-fb576ed561d0"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-e2ce97b9-90d4-4b24-b75f-fb576ed561d0"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-e2ce97b9-90d4-4b24-b75f-fb576ed561d0"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-e2ce97b9-90d4-4b24-b75f-fb576ed561d0"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-e2ce97b9-90d4-4b24-b75f-fb576ed561d0"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-e2ce97b9-90d4-4b24-b75f-fb576ed561d0"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-e2ce97b9-90d4-4b24-b75f-fb576ed561d0"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-e2ce97b9-90d4-4b24-b75f-fb576ed561d0"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-e2ce97b9-90d4-4b24-b75f-fb576ed561d0"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-e2ce97b9-90d4-4b24-b75f-fb576ed561d0"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-e2ce97b9-90d4-4b24-b75f-fb576ed561d0"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-e2ce97b9-90d4-4b24-b75f-fb576ed561d0"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-e2ce97b9-90d4-4b24-b75f-fb576ed561d0"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-e2ce97b9-90d4-4b24-b75f-fb576ed561d0"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-e2ce97b9-90d4-4b24-b75f-fb576ed561d0"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-e2ce97b9-90d4-4b24-b75f-fb576ed561d0"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-e2ce97b9-90d4-4b24-b75f-fb576ed561d0"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-e2ce97b9-90d4-4b24-b75f-fb576ed561d0"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-e2ce97b9-90d4-4b24-b75f-fb576ed561d0"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-e2ce97b9-90d4-4b24-b75f-fb576ed561d0"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-e2ce97b9-90d4-4b24-b75f-fb576ed561d0"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-e2ce97b9-90d4-4b24-b75f-fb576ed561d0"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-e2ce97b9-90d4-4b24-b75f-fb576ed561d0"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-e2ce97b9-90d4-4b24-b75f-fb576ed561d0"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-e2ce97b9-90d4-4b24-b75f-fb576ed561d0"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-e2ce97b9-90d4-4b24-b75f-fb576ed561d0"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-e2ce97b9-90d4-4b24-b75f-fb576ed561d0"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-e2ce97b9-90d4-4b24-b75f-fb576ed561d0"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-e2ce97b9-90d4-4b24-b75f-fb576ed561d0"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-e2ce97b9-90d4-4b24-b75f-fb576ed561d0"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-e2ce97b9-90d4-4b24-b75f-fb576ed561d0"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-e2ce97b9-90d4-4b24-b75f-fb576ed561d0"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-e2ce97b9-90d4-4b24-b75f-fb576ed561d0"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 0px) {
[id="s-26a6038d-2fb7-47ac-8dd5-8764f1cde86a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-26a6038d-2fb7-47ac-8dd5-8764f1cde86a"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-26a6038d-2fb7-47ac-8dd5-8764f1cde86a"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-26a6038d-2fb7-47ac-8dd5-8764f1cde86a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-26a6038d-2fb7-47ac-8dd5-8764f1cde86a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-26a6038d-2fb7-47ac-8dd5-8764f1cde86a"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-26a6038d-2fb7-47ac-8dd5-8764f1cde86a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-26a6038d-2fb7-47ac-8dd5-8764f1cde86a"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-26a6038d-2fb7-47ac-8dd5-8764f1cde86a"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-26a6038d-2fb7-47ac-8dd5-8764f1cde86a"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-26a6038d-2fb7-47ac-8dd5-8764f1cde86a"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-26a6038d-2fb7-47ac-8dd5-8764f1cde86a"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-26a6038d-2fb7-47ac-8dd5-8764f1cde86a"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-26a6038d-2fb7-47ac-8dd5-8764f1cde86a"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-26a6038d-2fb7-47ac-8dd5-8764f1cde86a"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-26a6038d-2fb7-47ac-8dd5-8764f1cde86a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-26a6038d-2fb7-47ac-8dd5-8764f1cde86a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-26a6038d-2fb7-47ac-8dd5-8764f1cde86a"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-26a6038d-2fb7-47ac-8dd5-8764f1cde86a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-26a6038d-2fb7-47ac-8dd5-8764f1cde86a"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-26a6038d-2fb7-47ac-8dd5-8764f1cde86a"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-26a6038d-2fb7-47ac-8dd5-8764f1cde86a"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-26a6038d-2fb7-47ac-8dd5-8764f1cde86a"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-26a6038d-2fb7-47ac-8dd5-8764f1cde86a"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-26a6038d-2fb7-47ac-8dd5-8764f1cde86a"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-26a6038d-2fb7-47ac-8dd5-8764f1cde86a"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-26a6038d-2fb7-47ac-8dd5-8764f1cde86a"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-26a6038d-2fb7-47ac-8dd5-8764f1cde86a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-26a6038d-2fb7-47ac-8dd5-8764f1cde86a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-26a6038d-2fb7-47ac-8dd5-8764f1cde86a"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-26a6038d-2fb7-47ac-8dd5-8764f1cde86a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-26a6038d-2fb7-47ac-8dd5-8764f1cde86a"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-26a6038d-2fb7-47ac-8dd5-8764f1cde86a"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-26a6038d-2fb7-47ac-8dd5-8764f1cde86a"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-26a6038d-2fb7-47ac-8dd5-8764f1cde86a"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-26a6038d-2fb7-47ac-8dd5-8764f1cde86a"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-26a6038d-2fb7-47ac-8dd5-8764f1cde86a"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-3dd419ad-380f-4aba-868b-aea7fd4f41d8 {
  text-align: none;
}




  #s-3dd419ad-380f-4aba-868b-aea7fd4f41d8 img.shogun-image {
    
    width: px;
  }


#s-3dd419ad-380f-4aba-868b-aea7fd4f41d8 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-1dbd719f-fbde-4bd9-978c-d1c88bbf8363 {
  text-align: none;
}




  #s-1dbd719f-fbde-4bd9-978c-d1c88bbf8363 img.shogun-image {
    
    width: px;
  }


#s-1dbd719f-fbde-4bd9-978c-d1c88bbf8363 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-4dfd1e22-8c91-41d1-b9f4-4d0a32f492ba {
  text-align: none;
}




  #s-4dfd1e22-8c91-41d1-b9f4-4d0a32f492ba img.shogun-image {
    
    width: px;
  }


#s-4dfd1e22-8c91-41d1-b9f4-4d0a32f492ba .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-4b11ac8a-e8b2-44e0-8301-44402c8092c8 {
  min-height: 50px;
}








#s-4b11ac8a-e8b2-44e0-8301-44402c8092c8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4b11ac8a-e8b2-44e0-8301-44402c8092c8.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-a4b7d412-61af-4adb-9f15-4a8f0a618676"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a4b7d412-61af-4adb-9f15-4a8f0a618676"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-a4b7d412-61af-4adb-9f15-4a8f0a618676"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-a4b7d412-61af-4adb-9f15-4a8f0a618676"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-a4b7d412-61af-4adb-9f15-4a8f0a618676"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-a4b7d412-61af-4adb-9f15-4a8f0a618676"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-a4b7d412-61af-4adb-9f15-4a8f0a618676"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-a4b7d412-61af-4adb-9f15-4a8f0a618676"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-a4b7d412-61af-4adb-9f15-4a8f0a618676"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-a4b7d412-61af-4adb-9f15-4a8f0a618676"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-a4b7d412-61af-4adb-9f15-4a8f0a618676"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-a4b7d412-61af-4adb-9f15-4a8f0a618676"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-a4b7d412-61af-4adb-9f15-4a8f0a618676"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-a4b7d412-61af-4adb-9f15-4a8f0a618676"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-a4b7d412-61af-4adb-9f15-4a8f0a618676"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-a4b7d412-61af-4adb-9f15-4a8f0a618676"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-a4b7d412-61af-4adb-9f15-4a8f0a618676"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-a4b7d412-61af-4adb-9f15-4a8f0a618676"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-a4b7d412-61af-4adb-9f15-4a8f0a618676"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-a4b7d412-61af-4adb-9f15-4a8f0a618676"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-a4b7d412-61af-4adb-9f15-4a8f0a618676"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-a4b7d412-61af-4adb-9f15-4a8f0a618676"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-a4b7d412-61af-4adb-9f15-4a8f0a618676"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-a4b7d412-61af-4adb-9f15-4a8f0a618676"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-a4b7d412-61af-4adb-9f15-4a8f0a618676"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-a4b7d412-61af-4adb-9f15-4a8f0a618676"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-a4b7d412-61af-4adb-9f15-4a8f0a618676"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-a4b7d412-61af-4adb-9f15-4a8f0a618676"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-a4b7d412-61af-4adb-9f15-4a8f0a618676"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-a4b7d412-61af-4adb-9f15-4a8f0a618676"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-a4b7d412-61af-4adb-9f15-4a8f0a618676"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-a4b7d412-61af-4adb-9f15-4a8f0a618676"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-a4b7d412-61af-4adb-9f15-4a8f0a618676"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-a4b7d412-61af-4adb-9f15-4a8f0a618676"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-a4b7d412-61af-4adb-9f15-4a8f0a618676"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-a4b7d412-61af-4adb-9f15-4a8f0a618676"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-a4b7d412-61af-4adb-9f15-4a8f0a618676"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-c7905c39-32ba-474e-b39f-8121c94b8183 {
  min-height: 50px;
}








#s-c7905c39-32ba-474e-b39f-8121c94b8183 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c7905c39-32ba-474e-b39f-8121c94b8183.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-644951ba-cdbf-4ddd-b7bf-235d76461d15 {
  min-height: 50px;
}








#s-644951ba-cdbf-4ddd-b7bf-235d76461d15 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-644951ba-cdbf-4ddd-b7bf-235d76461d15.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-e6ec517a-56f0-47c8-addf-b7a864e068f5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e6ec517a-56f0-47c8-addf-b7a864e068f5"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-e6ec517a-56f0-47c8-addf-b7a864e068f5"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-e6ec517a-56f0-47c8-addf-b7a864e068f5"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-e6ec517a-56f0-47c8-addf-b7a864e068f5"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-e6ec517a-56f0-47c8-addf-b7a864e068f5"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-e6ec517a-56f0-47c8-addf-b7a864e068f5"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-e6ec517a-56f0-47c8-addf-b7a864e068f5"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-e6ec517a-56f0-47c8-addf-b7a864e068f5"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-e6ec517a-56f0-47c8-addf-b7a864e068f5"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-e6ec517a-56f0-47c8-addf-b7a864e068f5"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-e6ec517a-56f0-47c8-addf-b7a864e068f5"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-e6ec517a-56f0-47c8-addf-b7a864e068f5"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-e6ec517a-56f0-47c8-addf-b7a864e068f5"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-e6ec517a-56f0-47c8-addf-b7a864e068f5"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-e6ec517a-56f0-47c8-addf-b7a864e068f5"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-e6ec517a-56f0-47c8-addf-b7a864e068f5"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-e6ec517a-56f0-47c8-addf-b7a864e068f5"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-e6ec517a-56f0-47c8-addf-b7a864e068f5"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-e6ec517a-56f0-47c8-addf-b7a864e068f5"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-e6ec517a-56f0-47c8-addf-b7a864e068f5"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-e6ec517a-56f0-47c8-addf-b7a864e068f5"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-e6ec517a-56f0-47c8-addf-b7a864e068f5"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-e6ec517a-56f0-47c8-addf-b7a864e068f5"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-e6ec517a-56f0-47c8-addf-b7a864e068f5"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-e6ec517a-56f0-47c8-addf-b7a864e068f5"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-e6ec517a-56f0-47c8-addf-b7a864e068f5"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-e6ec517a-56f0-47c8-addf-b7a864e068f5"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-e6ec517a-56f0-47c8-addf-b7a864e068f5"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-e6ec517a-56f0-47c8-addf-b7a864e068f5"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-e6ec517a-56f0-47c8-addf-b7a864e068f5"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-e6ec517a-56f0-47c8-addf-b7a864e068f5"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-e6ec517a-56f0-47c8-addf-b7a864e068f5"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-e6ec517a-56f0-47c8-addf-b7a864e068f5"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-e6ec517a-56f0-47c8-addf-b7a864e068f5"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-e6ec517a-56f0-47c8-addf-b7a864e068f5"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-e6ec517a-56f0-47c8-addf-b7a864e068f5"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

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

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

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

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

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

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

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

#s-e055ca67-1801-43ad-b9f7-ee34530f2cd7 {
  border-style: solid;
margin-left: 50px;
margin-right: 50px;
padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 1px;
text-align: center;
text-decoration: none;
background-color: rgba(37, 37, 37, 0);
letter-spacing: 1px;
color: rgba(0, 0, 0, 1);
}
#s-e055ca67-1801-43ad-b9f7-ee34530f2cd7:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
hover-type: color !important;
background-color: rgba(0, 0, 0, 1) !important;}#s-e055ca67-1801-43ad-b9f7-ee34530f2cd7:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-e055ca67-1801-43ad-b9f7-ee34530f2cd7.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  
  
  
  display:  block ;
}

/*
  $vgutter : 20px
  $hgutter : 10px;
*/

.shg-c:before,
.shg-c:after {
  content: " ";
  display: table;
}

/**
  Ref:
  https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Positioning/Understanding_z_index/The_stacking_context
  https://dnf.slack.com/archives/C0514HB79/p1538741509000100
**/
.shogun-root {
  z-index: 1;
  position: relative;
  isolation: isolate;
}

.shogun-root iframe {
  display: initial;
}

@media (max-width: 1024px) {
  .shg-c,
  .shg-box {
    background-attachment: scroll !important;
  }
}

#mc_embed_signup .clear {
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
}

.shg-clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.shogun-image {
  max-width: 100%;
  min-height: inherit;
  max-height: inherit;
  display: inline !important;
  border: 0;
  vertical-align: middle;
}

.shg-fw {
  margin-left: calc(50% - 50vw);
  width: 100vw;
}

.shg-fw .shg-fw {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

div[data-shg-lightbox-switch] {
  cursor: pointer;
}

.shg-lightbox {
  position: fixed;
  z-index: 999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.85);
}

.shg-lightbox.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-content {
  position: absolute;
  top: 50%;
  left: 50%;
  -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;
}
