.shg-box {
  position: relative;
  display: flex;
  width: 100%;
  flex-direction: column;
  /**
   * While `flex: 1` is enough here, we need to supply the rest
   * of the parameters (`1 auto`) to keep compatibility with IE11.
   * Otherwise, IE11 flex would break.
   */
  flex: 1 1 auto;
}

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

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

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

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

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

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

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

#s-5c863840-ba72-4f5b-a7fa-e612bcb6e208 {
  min-height: 50px;
background-color: rgba(234, 235, 229, 1);
}
@media (min-width: 1200px){#s-5c863840-ba72-4f5b-a7fa-e612bcb6e208 {
  display: none;
}
#s-5c863840-ba72-4f5b-a7fa-e612bcb6e208, #wrap-s-5c863840-ba72-4f5b-a7fa-e612bcb6e208 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-5c863840-ba72-4f5b-a7fa-e612bcb6e208 {
  padding-left: 7%;
display: none;
}
#s-5c863840-ba72-4f5b-a7fa-e612bcb6e208, #wrap-s-5c863840-ba72-4f5b-a7fa-e612bcb6e208 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-5c863840-ba72-4f5b-a7fa-e612bcb6e208 {
  padding-left: 15%;
padding-right: 15%;
}
}@media (max-width: 767px){#s-5c863840-ba72-4f5b-a7fa-e612bcb6e208 {
  
}
}







#s-5c863840-ba72-4f5b-a7fa-e612bcb6e208 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5c863840-ba72-4f5b-a7fa-e612bcb6e208.shg-box.shg-c {
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-image-content-bottom {
  align-items: flex-end;
}
#s-3419029c-1e2e-4fa1-bf72-8c9866a00146 {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-3419029c-1e2e-4fa1-bf72-8c9866a00146 {
  padding-left: 11%;
padding-right: 11%;
}
}



  #s-3419029c-1e2e-4fa1-bf72-8c9866a00146 img.shogun-image {
    
    width: px;
  }


#s-3419029c-1e2e-4fa1-bf72-8c9866a00146 .shogun-image-content {
  
    align-items:  flex-start;
  
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-df995d68-d729-4688-8aa8-fcc27ca11c0e {
  margin-top: 80px;
margin-bottom: 80px;
}
@media (min-width: 1200px){#s-df995d68-d729-4688-8aa8-fcc27ca11c0e {
  margin-left: 0%;
margin-right: 0%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-df995d68-d729-4688-8aa8-fcc27ca11c0e {
  padding-top: 12%;
}
}@media (max-width: 767px){#s-df995d68-d729-4688-8aa8-fcc27ca11c0e {
  margin-left: 5%;
margin-right: 0%;
}
}
#s-657b7209-13b5-4f84-9d48-e6da45ee5ed8 {
  min-height: 50px;
background-color: rgba(190, 193, 175, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-657b7209-13b5-4f84-9d48-e6da45ee5ed8 {
  display: none;
}
#s-657b7209-13b5-4f84-9d48-e6da45ee5ed8, #wrap-s-657b7209-13b5-4f84-9d48-e6da45ee5ed8 { display:none !important; }}@media (max-width: 767px){#s-657b7209-13b5-4f84-9d48-e6da45ee5ed8 {
  display: none;
}
#s-657b7209-13b5-4f84-9d48-e6da45ee5ed8, #wrap-s-657b7209-13b5-4f84-9d48-e6da45ee5ed8 { display:none !important; }}







#s-657b7209-13b5-4f84-9d48-e6da45ee5ed8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-657b7209-13b5-4f84-9d48-e6da45ee5ed8.shg-box.shg-c {
  justify-content: center;
}

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

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

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

@media (min-width: 0px) {
[id="s-022d0be7-f375-4217-bdb5-008396d78eb9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-022d0be7-f375-4217-bdb5-008396d78eb9"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-022d0be7-f375-4217-bdb5-008396d78eb9"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-022d0be7-f375-4217-bdb5-008396d78eb9"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-022d0be7-f375-4217-bdb5-008396d78eb9"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-022d0be7-f375-4217-bdb5-008396d78eb9"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-022d0be7-f375-4217-bdb5-008396d78eb9"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-022d0be7-f375-4217-bdb5-008396d78eb9"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-022d0be7-f375-4217-bdb5-008396d78eb9"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-022d0be7-f375-4217-bdb5-008396d78eb9"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-022d0be7-f375-4217-bdb5-008396d78eb9"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-022d0be7-f375-4217-bdb5-008396d78eb9"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-022d0be7-f375-4217-bdb5-008396d78eb9"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-022d0be7-f375-4217-bdb5-008396d78eb9"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-022d0be7-f375-4217-bdb5-008396d78eb9"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-022d0be7-f375-4217-bdb5-008396d78eb9"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-022d0be7-f375-4217-bdb5-008396d78eb9"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-022d0be7-f375-4217-bdb5-008396d78eb9"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-022d0be7-f375-4217-bdb5-008396d78eb9"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-022d0be7-f375-4217-bdb5-008396d78eb9"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-022d0be7-f375-4217-bdb5-008396d78eb9"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-022d0be7-f375-4217-bdb5-008396d78eb9"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-022d0be7-f375-4217-bdb5-008396d78eb9"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-022d0be7-f375-4217-bdb5-008396d78eb9"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-022d0be7-f375-4217-bdb5-008396d78eb9"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-022d0be7-f375-4217-bdb5-008396d78eb9"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-022d0be7-f375-4217-bdb5-008396d78eb9"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-022d0be7-f375-4217-bdb5-008396d78eb9"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-022d0be7-f375-4217-bdb5-008396d78eb9"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-022d0be7-f375-4217-bdb5-008396d78eb9"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-022d0be7-f375-4217-bdb5-008396d78eb9"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-022d0be7-f375-4217-bdb5-008396d78eb9"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-022d0be7-f375-4217-bdb5-008396d78eb9"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-022d0be7-f375-4217-bdb5-008396d78eb9"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-022d0be7-f375-4217-bdb5-008396d78eb9"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-022d0be7-f375-4217-bdb5-008396d78eb9"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-022d0be7-f375-4217-bdb5-008396d78eb9"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-93c32d3b-77c3-45a8-980d-dca363389fdd {
  min-height: 50px;
}
@media (min-width: 1200px){#s-93c32d3b-77c3-45a8-980d-dca363389fdd {
  margin-left: 30%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-93c32d3b-77c3-45a8-980d-dca363389fdd {
  margin-left: 7%;
margin-right: 10%;
padding-left: 0%;
padding-right: 0%;
}
}







#s-93c32d3b-77c3-45a8-980d-dca363389fdd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-93c32d3b-77c3-45a8-980d-dca363389fdd.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 1200px){#s-b996b833-6ee4-455d-963a-65d24d055532 {
  margin-top: 10%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-b996b833-6ee4-455d-963a-65d24d055532 {
  margin-bottom: 0%;
padding-top: 12%;
}
}
.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-81cfc4c0-28a1-45fe-a899-ca03a645557d {
  border-style: solid;
padding-top: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0);
border-style: solid;
text-align: left;
}
@media (min-width: 1200px){#s-81cfc4c0-28a1-45fe-a899-ca03a645557d {
  margin-top: 30px;
margin-bottom: 30px;
}
}
#s-81cfc4c0-28a1-45fe-a899-ca03a645557d .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: Soleil Extrabold;
  font-style:   ;
  font-size: ;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



@media (min-width: 1200px){#s-6177a252-4400-4b70-8e2e-3f56d9fe4264 {
  margin-top: -20px;
}
}
#s-78a407e9-ad3a-448d-b0be-fcf719d89c7c {
  text-align: center;
}





#s-78a407e9-ad3a-448d-b0be-fcf719d89c7c .shogun-image-content {
  
    align-items: center;
  
}

#s-d572d790-8f97-40a2-8ead-1c12f201e954 {
  min-height: 50px;
background-color: rgba(234, 235, 229, 1);
}
@media (min-width: 1200px){#s-d572d790-8f97-40a2-8ead-1c12f201e954 {
  margin-left: 30%;
display: none;
}
#s-d572d790-8f97-40a2-8ead-1c12f201e954, #wrap-s-d572d790-8f97-40a2-8ead-1c12f201e954 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d572d790-8f97-40a2-8ead-1c12f201e954 {
  padding-left: 0%;
padding-right: 0%;
display: none;
}
#s-d572d790-8f97-40a2-8ead-1c12f201e954, #wrap-s-d572d790-8f97-40a2-8ead-1c12f201e954 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-d572d790-8f97-40a2-8ead-1c12f201e954 {
  padding-left: 9%;
padding-bottom: 50px;
padding-right: 9%;
}
}@media (max-width: 767px){#s-d572d790-8f97-40a2-8ead-1c12f201e954 {
  margin-left: 0%;
margin-right: 0%;
padding-left: 8%;
padding-right: 8%;
}
}







#s-d572d790-8f97-40a2-8ead-1c12f201e954 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d572d790-8f97-40a2-8ead-1c12f201e954.shg-box.shg-c {
  justify-content: center;
}

#s-22148f33-d8b5-4684-8d52-bd7bb1916209 {
  border-style: solid;
padding-top: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0);
border-style: solid;
text-align: center;
}

#s-22148f33-d8b5-4684-8d52-bd7bb1916209 .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: Soleil Extrabold;
  font-style:   ;
  font-size: ;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



@media (min-width: 1200px){#s-aa298d5f-1c76-46ae-8919-875a46baf749 {
  margin-top: -20px;
}
}@media (max-width: 767px){#s-aa298d5f-1c76-46ae-8919-875a46baf749 {
  margin-bottom: 50px;
}
}
#s-eca1e6e2-2132-4399-a1ec-6dbd3f020116 {
  min-height: 50px;
}








#s-eca1e6e2-2132-4399-a1ec-6dbd3f020116 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-eca1e6e2-2132-4399-a1ec-6dbd3f020116.shg-box.shg-c {
  justify-content: center;
}

#s-d68a51be-b407-45d1-b646-09a907e594e9 {
  margin-top: 100px;
margin-bottom: 100px;
}
@media (min-width: 1200px){#s-d68a51be-b407-45d1-b646-09a907e594e9 {
  margin-left: 22%;
margin-right: 22%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-d68a51be-b407-45d1-b646-09a907e594e9 {
  margin-left: 15%;
margin-right: 15%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-d68a51be-b407-45d1-b646-09a907e594e9 {
  display: none;
}
#s-d68a51be-b407-45d1-b646-09a907e594e9, #wrap-s-d68a51be-b407-45d1-b646-09a907e594e9 { display:none !important; }}@media (max-width: 767px){#s-d68a51be-b407-45d1-b646-09a907e594e9 {
  display: none;
}
#s-d68a51be-b407-45d1-b646-09a907e594e9, #wrap-s-d68a51be-b407-45d1-b646-09a907e594e9 { display:none !important; }}
#s-e9eb0a12-d1bd-4f1a-bd66-826b921c33a6 {
  margin-top: 100px;
margin-bottom: 100px;
}
@media (min-width: 1200px){#s-e9eb0a12-d1bd-4f1a-bd66-826b921c33a6 {
  margin-left: 22%;
margin-right: 22%;
display: none;
}
#s-e9eb0a12-d1bd-4f1a-bd66-826b921c33a6, #wrap-s-e9eb0a12-d1bd-4f1a-bd66-826b921c33a6 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e9eb0a12-d1bd-4f1a-bd66-826b921c33a6 {
  margin-left: 15%;
margin-right: 15%;
display: none;
}
#s-e9eb0a12-d1bd-4f1a-bd66-826b921c33a6, #wrap-s-e9eb0a12-d1bd-4f1a-bd66-826b921c33a6 { display:none !important; }}@media (max-width: 767px){#s-e9eb0a12-d1bd-4f1a-bd66-826b921c33a6 {
  margin-left: 4%;
margin-right: 4%;
}
}
#s-b2c1621a-4067-4997-b423-81a185645674 {
  min-height: 50px;
}








#s-b2c1621a-4067-4997-b423-81a185645674 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b2c1621a-4067-4997-b423-81a185645674.shg-box.shg-c {
  justify-content: center;
}

#s-7f72d597-76c4-4be3-8953-c85f5a6cb72d {
  background-color: rgba(159, 174, 146, 1);
}

@media (min-width: 0px) {
[id="s-7f72d597-76c4-4be3-8953-c85f5a6cb72d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7f72d597-76c4-4be3-8953-c85f5a6cb72d"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-7f72d597-76c4-4be3-8953-c85f5a6cb72d"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-7f72d597-76c4-4be3-8953-c85f5a6cb72d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-7f72d597-76c4-4be3-8953-c85f5a6cb72d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-7f72d597-76c4-4be3-8953-c85f5a6cb72d"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-7f72d597-76c4-4be3-8953-c85f5a6cb72d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-7f72d597-76c4-4be3-8953-c85f5a6cb72d"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-7f72d597-76c4-4be3-8953-c85f5a6cb72d"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-7f72d597-76c4-4be3-8953-c85f5a6cb72d"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-7f72d597-76c4-4be3-8953-c85f5a6cb72d"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-7f72d597-76c4-4be3-8953-c85f5a6cb72d"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-7f72d597-76c4-4be3-8953-c85f5a6cb72d"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-7f72d597-76c4-4be3-8953-c85f5a6cb72d"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-7f72d597-76c4-4be3-8953-c85f5a6cb72d"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-7f72d597-76c4-4be3-8953-c85f5a6cb72d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-7f72d597-76c4-4be3-8953-c85f5a6cb72d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-7f72d597-76c4-4be3-8953-c85f5a6cb72d"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-7f72d597-76c4-4be3-8953-c85f5a6cb72d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-7f72d597-76c4-4be3-8953-c85f5a6cb72d"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-7f72d597-76c4-4be3-8953-c85f5a6cb72d"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-7f72d597-76c4-4be3-8953-c85f5a6cb72d"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-7f72d597-76c4-4be3-8953-c85f5a6cb72d"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-7f72d597-76c4-4be3-8953-c85f5a6cb72d"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-7f72d597-76c4-4be3-8953-c85f5a6cb72d"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-7f72d597-76c4-4be3-8953-c85f5a6cb72d"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-7f72d597-76c4-4be3-8953-c85f5a6cb72d"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-7f72d597-76c4-4be3-8953-c85f5a6cb72d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-7f72d597-76c4-4be3-8953-c85f5a6cb72d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-7f72d597-76c4-4be3-8953-c85f5a6cb72d"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-7f72d597-76c4-4be3-8953-c85f5a6cb72d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-7f72d597-76c4-4be3-8953-c85f5a6cb72d"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-7f72d597-76c4-4be3-8953-c85f5a6cb72d"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-7f72d597-76c4-4be3-8953-c85f5a6cb72d"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-7f72d597-76c4-4be3-8953-c85f5a6cb72d"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-7f72d597-76c4-4be3-8953-c85f5a6cb72d"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-7f72d597-76c4-4be3-8953-c85f5a6cb72d"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-d4d32cbd-9499-4935-bccb-3f8352bbf7fe {
  background-repeat: no-repeat;
background-size: cover;
padding-left: 4%;
padding-right: 4%;
min-height: 500px;
background-position: center center;
}
@media (min-width: 1200px){#s-d4d32cbd-9499-4935-bccb-3f8352bbf7fe {
  padding-top: 50px;
padding-left: 12%;
padding-bottom: 50px;
padding-right: 12%;
min-height: 700px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-d4d32cbd-9499-4935-bccb-3f8352bbf7fe {
  padding-top: 100px;
padding-bottom: 100px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-d4d32cbd-9499-4935-bccb-3f8352bbf7fe {
  padding-top: 100px;
padding-bottom: 100px;
}
}@media (max-width: 767px){#s-d4d32cbd-9499-4935-bccb-3f8352bbf7fe {
  min-height: 300px;
}
}







#s-d4d32cbd-9499-4935-bccb-3f8352bbf7fe > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 0.7);
  opacity: 0.2;
}#s-d4d32cbd-9499-4935-bccb-3f8352bbf7fe.shg-box.shg-c {
  justify-content: flex-end;
}
@media (min-width: 768px) and (max-width: 991px){






#s-d4d32cbd-9499-4935-bccb-3f8352bbf7fe > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 0.7);
  opacity: 0.3;
}#s-d4d32cbd-9499-4935-bccb-3f8352bbf7fe.shg-box.shg-c {
  justify-content: flex-end;
}
}
#s-20e3e410-6d1e-47f9-a559-b7ef50cf13be {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-20e3e410-6d1e-47f9-a559-b7ef50cf13be {
  margin-top: 50px;
margin-bottom: 50px;
}
}
#s-20e3e410-6d1e-47f9-a559-b7ef50cf13be .shogun-heading-component h4 {
  color: rgba(250, 250, 250, 1);
  font-weight:   ;
  font-family: Soleil;
  font-style:   ;
  font-size: 30px;
  line-height: 1.5em;
  letter-spacing: ;
  text-align: center;
}


@media (min-width: 768px) and (max-width: 991px){#s-20e3e410-6d1e-47f9-a559-b7ef50cf13be .shogun-heading-component h4 {
  color: rgba(250, 250, 250, 1);
  font-weight:   ;
  font-family: Soleil;
  font-style:   ;
  font-size: 21px;
  line-height: 1.5em;
  letter-spacing: ;
  text-align: center;
}


}@media (max-width: 767px){#s-20e3e410-6d1e-47f9-a559-b7ef50cf13be .shogun-heading-component h4 {
  color: rgba(250, 250, 250, 1);
  font-weight:   ;
  font-family: Soleil;
  font-style:   ;
  font-size: 23px;
  line-height: 1.5em;
  letter-spacing: ;
  text-align: center;
}


}
#s-85576a76-ae0a-4427-aa12-633ff2e300c7 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-85576a76-ae0a-4427-aa12-633ff2e300c7 {
  margin-left: 5%;
margin-right: 30%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-85576a76-ae0a-4427-aa12-633ff2e300c7 {
  margin-left: 10%;
margin-right: 20%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-85576a76-ae0a-4427-aa12-633ff2e300c7 {
  margin-right: 7%;
padding-top: 25px;
padding-bottom: 25px;
}
}@media (max-width: 767px){#s-85576a76-ae0a-4427-aa12-633ff2e300c7 {
  padding-top: 30px;
padding-left: 5%;
padding-bottom: 30px;
padding-right: 5%;
}
}







#s-85576a76-ae0a-4427-aa12-633ff2e300c7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-85576a76-ae0a-4427-aa12-633ff2e300c7.shg-box.shg-c {
  justify-content: center;
}

#s-0543cd61-8d09-4081-a525-d326a532a3ca {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-0543cd61-8d09-4081-a525-d326a532a3ca .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: Soleil Extrabold;
  font-style:   ;
  font-size: 30px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


@media (min-width: 768px) and (max-width: 991px){#s-0543cd61-8d09-4081-a525-d326a532a3ca .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: Soleil Extrabold;
  font-style:   ;
  font-size: 26px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


}
#s-6ef90fec-bbe1-4b37-ba39-4bc7d615d8b1 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-6ef90fec-bbe1-4b37-ba39-4bc7d615d8b1 .shogun-heading-component h3 {
  color: rgba(250, 250, 250, 1);
  font-weight:   ;
  font-family: Soleil Extrabold;
  font-style:   ;
  font-size: 25px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


@media (min-width: 768px) and (max-width: 991px){#s-6ef90fec-bbe1-4b37-ba39-4bc7d615d8b1 .shogun-heading-component h3 {
  color: rgba(250, 250, 250, 1);
  font-weight:   ;
  font-family: Soleil Extrabold;
  font-style:   ;
  font-size: 17px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


}
#s-c6b418bb-94e3-457f-b10c-618321b40fbf {
  margin-top: 35px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-c6b418bb-94e3-457f-b10c-618321b40fbf .shogun-heading-component h3 {
  color: rgba(250, 250, 250, 1);
  font-weight:   ;
  font-family: Soleil Extrabold;
  font-style:   ;
  font-size: 25px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


@media (min-width: 768px) and (max-width: 991px){#s-c6b418bb-94e3-457f-b10c-618321b40fbf .shogun-heading-component h3 {
  color: rgba(250, 250, 250, 1);
  font-weight:   ;
  font-family: Soleil Extrabold;
  font-style:   ;
  font-size: 17px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


}
#s-228a2f7a-7e45-480b-9d22-a9a233f86947 {
  min-height: 50px;
}








#s-228a2f7a-7e45-480b-9d22-a9a233f86947 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-228a2f7a-7e45-480b-9d22-a9a233f86947.shg-box.shg-c {
  justify-content: center;
}

#s-709bf2cb-33c4-49d8-a31c-c1b7b6750f52 {
  margin-top: 100px;
margin-bottom: 100px;
}
@media (min-width: 1200px){#s-709bf2cb-33c4-49d8-a31c-c1b7b6750f52 {
  margin-left: 22%;
margin-right: 22%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-709bf2cb-33c4-49d8-a31c-c1b7b6750f52 {
  margin-left: 15%;
margin-right: 15%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-709bf2cb-33c4-49d8-a31c-c1b7b6750f52 {
  display: none;
}
#s-709bf2cb-33c4-49d8-a31c-c1b7b6750f52, #wrap-s-709bf2cb-33c4-49d8-a31c-c1b7b6750f52 { display:none !important; }}@media (max-width: 767px){#s-709bf2cb-33c4-49d8-a31c-c1b7b6750f52 {
  display: none;
}
#s-709bf2cb-33c4-49d8-a31c-c1b7b6750f52, #wrap-s-709bf2cb-33c4-49d8-a31c-c1b7b6750f52 { display:none !important; }}
#s-d24e2dcb-d8b3-4862-a44b-6a425352d1ef {
  margin-top: 100px;
margin-bottom: 100px;
}
@media (min-width: 1200px){#s-d24e2dcb-d8b3-4862-a44b-6a425352d1ef {
  margin-left: 22%;
margin-right: 22%;
display: none;
}
#s-d24e2dcb-d8b3-4862-a44b-6a425352d1ef, #wrap-s-d24e2dcb-d8b3-4862-a44b-6a425352d1ef { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d24e2dcb-d8b3-4862-a44b-6a425352d1ef {
  margin-left: 15%;
margin-right: 15%;
display: none;
}
#s-d24e2dcb-d8b3-4862-a44b-6a425352d1ef, #wrap-s-d24e2dcb-d8b3-4862-a44b-6a425352d1ef { display:none !important; }}@media (max-width: 767px){#s-d24e2dcb-d8b3-4862-a44b-6a425352d1ef {
  margin-left: 4%;
margin-right: 4%;
}
}
#s-995964ec-0faa-4a30-86db-4191efca8fea {
  padding-top: 100px;
padding-bottom: 100px;
min-height: 0px;
background-color: rgba(185, 142, 102, 1);
}
@media (max-width: 767px){#s-995964ec-0faa-4a30-86db-4191efca8fea {
  padding-top: 40px;
}
}







#s-995964ec-0faa-4a30-86db-4191efca8fea > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-995964ec-0faa-4a30-86db-4191efca8fea.shg-box.shg-c {
  justify-content: center;
}

#s-57edc134-5833-478f-8edb-bf94421b427e {
  min-height: 1px;
background-color: rgba(185, 142, 102, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-57edc134-5833-478f-8edb-bf94421b427e {
  display: none;
}
#s-57edc134-5833-478f-8edb-bf94421b427e, #wrap-s-57edc134-5833-478f-8edb-bf94421b427e { display:none !important; }}@media (max-width: 767px){#s-57edc134-5833-478f-8edb-bf94421b427e {
  display: none;
}
#s-57edc134-5833-478f-8edb-bf94421b427e, #wrap-s-57edc134-5833-478f-8edb-bf94421b427e { display:none !important; }}
@media (min-width: 0px) {
[id="s-57edc134-5833-478f-8edb-bf94421b427e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-57edc134-5833-478f-8edb-bf94421b427e"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-57edc134-5833-478f-8edb-bf94421b427e"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-57edc134-5833-478f-8edb-bf94421b427e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-57edc134-5833-478f-8edb-bf94421b427e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-57edc134-5833-478f-8edb-bf94421b427e"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-57edc134-5833-478f-8edb-bf94421b427e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-57edc134-5833-478f-8edb-bf94421b427e"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-57edc134-5833-478f-8edb-bf94421b427e"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-57edc134-5833-478f-8edb-bf94421b427e"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-57edc134-5833-478f-8edb-bf94421b427e"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-57edc134-5833-478f-8edb-bf94421b427e"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-57edc134-5833-478f-8edb-bf94421b427e"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-57edc134-5833-478f-8edb-bf94421b427e"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-57edc134-5833-478f-8edb-bf94421b427e"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-57edc134-5833-478f-8edb-bf94421b427e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-57edc134-5833-478f-8edb-bf94421b427e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-57edc134-5833-478f-8edb-bf94421b427e"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-57edc134-5833-478f-8edb-bf94421b427e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-57edc134-5833-478f-8edb-bf94421b427e"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-57edc134-5833-478f-8edb-bf94421b427e"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-57edc134-5833-478f-8edb-bf94421b427e"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-57edc134-5833-478f-8edb-bf94421b427e"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-57edc134-5833-478f-8edb-bf94421b427e"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-57edc134-5833-478f-8edb-bf94421b427e"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-57edc134-5833-478f-8edb-bf94421b427e"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-57edc134-5833-478f-8edb-bf94421b427e"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-57edc134-5833-478f-8edb-bf94421b427e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-57edc134-5833-478f-8edb-bf94421b427e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-57edc134-5833-478f-8edb-bf94421b427e"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-57edc134-5833-478f-8edb-bf94421b427e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-57edc134-5833-478f-8edb-bf94421b427e"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-57edc134-5833-478f-8edb-bf94421b427e"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-57edc134-5833-478f-8edb-bf94421b427e"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-57edc134-5833-478f-8edb-bf94421b427e"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-57edc134-5833-478f-8edb-bf94421b427e"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-57edc134-5833-478f-8edb-bf94421b427e"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-7ebe567f-9660-4c47-bfd7-5350b9eb0755 {
  padding-left: 0%;
padding-bottom: 100px;
padding-right: 0%;
min-height: 500px;
}








#s-7ebe567f-9660-4c47-bfd7-5350b9eb0755 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 0.7);
  opacity: 0;
}#s-7ebe567f-9660-4c47-bfd7-5350b9eb0755.shg-box.shg-c {
  justify-content: center;
}

#s-a58210a5-01bc-4c54-9010-3e365c55cb4e {
  margin-left: 39%;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-a58210a5-01bc-4c54-9010-3e365c55cb4e {
  margin-left: 5%;
}
}@media (max-width: 767px){#s-a58210a5-01bc-4c54-9010-3e365c55cb4e {
  margin-left: 10%;
margin-right: 10%;
}
}




#s-a58210a5-01bc-4c54-9010-3e365c55cb4e .shogun-image-content {
  
    align-items: center;
  
}

#s-6c030984-5c54-4ebf-9b51-8cac1e4f2837 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-6c030984-5c54-4ebf-9b51-8cac1e4f2837 {
  margin-left: 15%;
margin-right: 35%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-6c030984-5c54-4ebf-9b51-8cac1e4f2837 {
  margin-left: 2%;
margin-right: 12%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-6c030984-5c54-4ebf-9b51-8cac1e4f2837 {
  margin-right: 4%;
display: none;
}
#s-6c030984-5c54-4ebf-9b51-8cac1e4f2837, #wrap-s-6c030984-5c54-4ebf-9b51-8cac1e4f2837 { display:none !important; }}@media (max-width: 767px){#s-6c030984-5c54-4ebf-9b51-8cac1e4f2837 {
  padding-top: 100px;
padding-left: 5%;
padding-bottom: 100px;
padding-right: 5%;
display: none;
}
#s-6c030984-5c54-4ebf-9b51-8cac1e4f2837, #wrap-s-6c030984-5c54-4ebf-9b51-8cac1e4f2837 { display:none !important; }}







#s-6c030984-5c54-4ebf-9b51-8cac1e4f2837 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6c030984-5c54-4ebf-9b51-8cac1e4f2837.shg-box.shg-c {
  justify-content: center;
}

#s-72f9d5f0-d944-4770-b2b9-9cccdffcdc6c {
  padding-top: 40px;
padding-bottom: 10px;
text-align: center;
}

#s-72f9d5f0-d944-4770-b2b9-9cccdffcdc6c .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: Soleil Extrabold;
  font-style:   ;
  font-size: 25px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-ee8892c7-92f6-402f-a72d-a82127b91697 {
  padding-top: 40px;
padding-bottom: 10px;
text-align: center;
}

#s-ee8892c7-92f6-402f-a72d-a82127b91697 .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: Soleil Extrabold;
  font-style:   ;
  font-size: 25px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-72191463-241b-49ea-8335-2846bf2638f3 {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-72191463-241b-49ea-8335-2846bf2638f3 {
  display: none;
}
#s-72191463-241b-49ea-8335-2846bf2638f3, #wrap-s-72191463-241b-49ea-8335-2846bf2638f3 { display:none !important; }}@media (max-width: 767px){#s-72191463-241b-49ea-8335-2846bf2638f3 {
  display: none;
}
#s-72191463-241b-49ea-8335-2846bf2638f3, #wrap-s-72191463-241b-49ea-8335-2846bf2638f3 { display:none !important; }}







#s-72191463-241b-49ea-8335-2846bf2638f3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-72191463-241b-49ea-8335-2846bf2638f3.shg-box.shg-c {
  justify-content: center;
}

#s-ae83c1f9-5306-4e65-b748-a397ef4013ad {
  padding-left: 15%;
padding-bottom: 40px;
}
@media (min-width: 992px) and (max-width: 1199px){#s-ae83c1f9-5306-4e65-b748-a397ef4013ad {
  margin-top: 30px;
padding-left: 12%;
}
}@media (max-width: 767px){#s-ae83c1f9-5306-4e65-b748-a397ef4013ad {
  margin-top: 100px;
}
}
#s-07c42b3f-7239-446b-b3ba-7a7b819f67ad {
  padding-left: 15%;
padding-right: 15%;
}
@media (min-width: 992px) and (max-width: 1199px){#s-07c42b3f-7239-446b-b3ba-7a7b819f67ad {
  padding-left: 12%;
padding-right: 12%;
}
}
@media (min-width: 0px) {
[id="s-07c42b3f-7239-446b-b3ba-7a7b819f67ad"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

[id="s-07c42b3f-7239-446b-b3ba-7a7b819f67ad"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-07c42b3f-7239-446b-b3ba-7a7b819f67ad"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-07c42b3f-7239-446b-b3ba-7a7b819f67ad"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-07c42b3f-7239-446b-b3ba-7a7b819f67ad"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-07c42b3f-7239-446b-b3ba-7a7b819f67ad"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-07c42b3f-7239-446b-b3ba-7a7b819f67ad"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-07c42b3f-7239-446b-b3ba-7a7b819f67ad"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-07c42b3f-7239-446b-b3ba-7a7b819f67ad"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-07c42b3f-7239-446b-b3ba-7a7b819f67ad"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-07c42b3f-7239-446b-b3ba-7a7b819f67ad"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-07c42b3f-7239-446b-b3ba-7a7b819f67ad"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-07c42b3f-7239-446b-b3ba-7a7b819f67ad"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-07c42b3f-7239-446b-b3ba-7a7b819f67ad"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-07c42b3f-7239-446b-b3ba-7a7b819f67ad"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-07c42b3f-7239-446b-b3ba-7a7b819f67ad"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-07c42b3f-7239-446b-b3ba-7a7b819f67ad"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-07c42b3f-7239-446b-b3ba-7a7b819f67ad"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-07c42b3f-7239-446b-b3ba-7a7b819f67ad"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-07c42b3f-7239-446b-b3ba-7a7b819f67ad"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-07c42b3f-7239-446b-b3ba-7a7b819f67ad"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-07c42b3f-7239-446b-b3ba-7a7b819f67ad"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-07c42b3f-7239-446b-b3ba-7a7b819f67ad"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-07c42b3f-7239-446b-b3ba-7a7b819f67ad"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-07c42b3f-7239-446b-b3ba-7a7b819f67ad"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-07c42b3f-7239-446b-b3ba-7a7b819f67ad"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-07c42b3f-7239-446b-b3ba-7a7b819f67ad"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-07c42b3f-7239-446b-b3ba-7a7b819f67ad"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-07c42b3f-7239-446b-b3ba-7a7b819f67ad"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-07c42b3f-7239-446b-b3ba-7a7b819f67ad"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-07c42b3f-7239-446b-b3ba-7a7b819f67ad"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-07c42b3f-7239-446b-b3ba-7a7b819f67ad"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-07c42b3f-7239-446b-b3ba-7a7b819f67ad"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-07c42b3f-7239-446b-b3ba-7a7b819f67ad"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-07c42b3f-7239-446b-b3ba-7a7b819f67ad"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-07c42b3f-7239-446b-b3ba-7a7b819f67ad"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-07c42b3f-7239-446b-b3ba-7a7b819f67ad"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-07c42b3f-7239-446b-b3ba-7a7b819f67ad"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 7.5px);
}

}

#s-7cbe6057-72a5-479c-b6ac-c7d3db17db08 {
  text-align: center;
}




  #s-7cbe6057-72a5-479c-b6ac-c7d3db17db08 img.shogun-image {
    
    width: px;
  }


#s-7cbe6057-72a5-479c-b6ac-c7d3db17db08 .shogun-image-content {
  
    align-items: center;
  
}

#s-ed327939-774e-4984-9f0a-0b0495d16b76 {
  text-align: center;
}




  #s-ed327939-774e-4984-9f0a-0b0495d16b76 img.shogun-image {
    
    width: px;
  }


#s-ed327939-774e-4984-9f0a-0b0495d16b76 .shogun-image-content {
  
    align-items: center;
  
}

#s-9bb0cbec-5ab3-4a6e-b80f-e9a72872fd30 {
  text-align: center;
}




  #s-9bb0cbec-5ab3-4a6e-b80f-e9a72872fd30 img.shogun-image {
    
    width: px;
  }


#s-9bb0cbec-5ab3-4a6e-b80f-e9a72872fd30 .shogun-image-content {
  
    align-items: center;
  
}

#s-8d446a78-0f7f-4be6-8413-b1468adb8303 {
  text-align: center;
}




  #s-8d446a78-0f7f-4be6-8413-b1468adb8303 img.shogun-image {
    
    width: px;
  }


#s-8d446a78-0f7f-4be6-8413-b1468adb8303 .shogun-image-content {
  
    align-items: center;
  
}

#s-71243ca5-ce75-40bf-b986-9bc970adffae {
  min-height: 50px;
}
@media (min-width: 1200px){#s-71243ca5-ce75-40bf-b986-9bc970adffae {
  display: none;
}
#s-71243ca5-ce75-40bf-b986-9bc970adffae, #wrap-s-71243ca5-ce75-40bf-b986-9bc970adffae { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-71243ca5-ce75-40bf-b986-9bc970adffae {
  display: none;
}
#s-71243ca5-ce75-40bf-b986-9bc970adffae, #wrap-s-71243ca5-ce75-40bf-b986-9bc970adffae { display:none !important; }}







#s-71243ca5-ce75-40bf-b986-9bc970adffae > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-71243ca5-ce75-40bf-b986-9bc970adffae.shg-box.shg-c {
  justify-content: center;
}

#s-a07c9c7f-8f2b-4865-8416-953f09695f78 {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-a07c9c7f-8f2b-4865-8416-953f09695f78 {
  margin-left: 15%;
margin-right: 15%;
}
}@media (max-width: 767px){#s-a07c9c7f-8f2b-4865-8416-953f09695f78 {
  margin-left: 5%;
margin-right: 5%;
}
}







#s-a07c9c7f-8f2b-4865-8416-953f09695f78 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a07c9c7f-8f2b-4865-8416-953f09695f78.shg-box.shg-c {
  justify-content: center;
}

#s-92e4c800-313e-4870-ab79-d4d477469a86 {
  margin-left: 15%;
margin-right: 15%;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-92e4c800-313e-4870-ab79-d4d477469a86 {
  margin-left: 15%;
margin-right: 15%;
}
}@media (max-width: 767px){#s-92e4c800-313e-4870-ab79-d4d477469a86 {
  margin-left: 10%;
margin-right: 10%;
}
}




#s-92e4c800-313e-4870-ab79-d4d477469a86 .shogun-image-content {
  
    align-items: center;
  
}

#s-a512648b-a632-488b-88d0-c0164df6a1f3 {
  padding-top: 40px;
padding-bottom: 10px;
text-align: center;
}

#s-a512648b-a632-488b-88d0-c0164df6a1f3 .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: Soleil Extrabold;
  font-style:   ;
  font-size: 25px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-2021ac8c-3627-41c6-85bc-0d48818d1663 {
  padding-top: 40px;
padding-bottom: 10px;
text-align: center;
}

#s-2021ac8c-3627-41c6-85bc-0d48818d1663 .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: Soleil Extrabold;
  font-style:   ;
  font-size: 25px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-bd6d2b79-71ce-4e39-89ce-ed1a102daa4b {
  padding-left: 5%;
padding-right: 5%;
}
@media (min-width: 992px) and (max-width: 1199px){#s-bd6d2b79-71ce-4e39-89ce-ed1a102daa4b {
  margin-top: 30px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-bd6d2b79-71ce-4e39-89ce-ed1a102daa4b {
  margin-top: 40px;
margin-left: 15%;
margin-bottom: 20px;
margin-right: 15%;
}
}@media (max-width: 767px){#s-bd6d2b79-71ce-4e39-89ce-ed1a102daa4b {
  margin-top: 50px;
}
}
.shg-sld-content {
  width: 100%;
  position: relative;
  z-index: 1;
}

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

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

.shg-sld-nav-button {
  cursor: pointer;
  position: absolute;
  z-index: 10;
  top: 0;
  width: 35px;
  height: 100%;

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

.shg-sld-nav-button > svg {
  height: 100%;
  width: 100%;
}

.shg-sld-nav-button.shg-sld-left {
  left: 0;
}

.shg-sld-nav-button.shg-sld-left-over-content {
  left: 2%;
}

.shg-sld-nav-button.shg-sld-right {
  right: 0;
}

.shg-sld-nav-button.shg-sld-right-over-content {
  right: 2%;
}

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

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

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

.shg-sld-dots {
  margin-top: 10px;
  text-align: center;
  z-index: 1;
  position: relative;
}

.shg-sld-dots-on-top {
  margin-top: -30px !important;
}

.shg-sld-dot {
  cursor: pointer;
  display: inline-block !important;
  height: 14px;
  width: 14px;
  border-radius: 100%;
  margin-left: 5px;
  opacity: 0.5;
}

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

.shg-sld-dot.shg-sld-active {
  opacity: 1;
}

.shg-sld-fade {
  -webkit-animation-name: shg-sld-fade;
          animation-name: shg-sld-fade;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  image-rendering: -webkit-optimize-contrast;
}

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

  to {
    opacity: 1;
  }
}

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

  to {
    opacity: 1;
  }
}

#s-72a861fc-15ff-46d7-8465-44efe2bf7e16 {
  padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-72a861fc-15ff-46d7-8465-44efe2bf7e16 {
  display: none;
}
#s-72a861fc-15ff-46d7-8465-44efe2bf7e16, #wrap-s-72a861fc-15ff-46d7-8465-44efe2bf7e16 { display:none !important; }}@media (max-width: 767px){#s-72a861fc-15ff-46d7-8465-44efe2bf7e16 {
  margin-left: 6%;
margin-right: 6%;
}
}
#s-72a861fc-15ff-46d7-8465-44efe2bf7e16 .shg-sld-dot {
  background-color: rgba(226, 226, 226, 1);
}

#s-72a861fc-15ff-46d7-8465-44efe2bf7e16 .shg-sld-nav-button.shg-sld-left,
#s-72a861fc-15ff-46d7-8465-44efe2bf7e16 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(226, 226, 226, 1);
}

#s-a5b35403-c842-4d0b-ab27-1c41d8e09e84 {
  text-align: center;
}




  #s-a5b35403-c842-4d0b-ab27-1c41d8e09e84 img.shogun-image {
    
    width: px;
  }


#s-a5b35403-c842-4d0b-ab27-1c41d8e09e84 .shogun-image-content {
  
    align-items: center;
  
}

#s-7f691bbd-e1c2-486a-a3d6-f355fb5b987c {
  text-align: center;
}




  #s-7f691bbd-e1c2-486a-a3d6-f355fb5b987c img.shogun-image {
    
    width: px;
  }


#s-7f691bbd-e1c2-486a-a3d6-f355fb5b987c .shogun-image-content {
  
    align-items: center;
  
}

#s-4c779077-2d02-4ef6-b727-ec556eed02c2 {
  text-align: center;
}




  #s-4c779077-2d02-4ef6-b727-ec556eed02c2 img.shogun-image {
    
    width: px;
  }


#s-4c779077-2d02-4ef6-b727-ec556eed02c2 .shogun-image-content {
  
    align-items: center;
  
}

#s-02474994-a882-46ee-87a7-440a41f128f8 {
  text-align: center;
}




  #s-02474994-a882-46ee-87a7-440a41f128f8 img.shogun-image {
    
    width: px;
  }


#s-02474994-a882-46ee-87a7-440a41f128f8 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 1200px){#s-98e580f8-9a44-469c-add9-d0d789cdad30 {
  display: none;
}
#s-98e580f8-9a44-469c-add9-d0d789cdad30, #wrap-s-98e580f8-9a44-469c-add9-d0d789cdad30 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-98e580f8-9a44-469c-add9-d0d789cdad30 {
  display: none;
}
#s-98e580f8-9a44-469c-add9-d0d789cdad30, #wrap-s-98e580f8-9a44-469c-add9-d0d789cdad30 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-98e580f8-9a44-469c-add9-d0d789cdad30 {
  margin-left: 8%;
margin-right: 8%;
}
}@media (max-width: 767px){#s-98e580f8-9a44-469c-add9-d0d789cdad30 {
  display: none;
}
#s-98e580f8-9a44-469c-add9-d0d789cdad30, #wrap-s-98e580f8-9a44-469c-add9-d0d789cdad30 { display:none !important; }}
@media (min-width: 0px) {
[id="s-98e580f8-9a44-469c-add9-d0d789cdad30"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-98e580f8-9a44-469c-add9-d0d789cdad30"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-98e580f8-9a44-469c-add9-d0d789cdad30"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-98e580f8-9a44-469c-add9-d0d789cdad30"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-98e580f8-9a44-469c-add9-d0d789cdad30"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-98e580f8-9a44-469c-add9-d0d789cdad30"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-98e580f8-9a44-469c-add9-d0d789cdad30"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-98e580f8-9a44-469c-add9-d0d789cdad30"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-98e580f8-9a44-469c-add9-d0d789cdad30"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-98e580f8-9a44-469c-add9-d0d789cdad30"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-98e580f8-9a44-469c-add9-d0d789cdad30"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-98e580f8-9a44-469c-add9-d0d789cdad30"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-98e580f8-9a44-469c-add9-d0d789cdad30"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-98e580f8-9a44-469c-add9-d0d789cdad30"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-98e580f8-9a44-469c-add9-d0d789cdad30"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-98e580f8-9a44-469c-add9-d0d789cdad30"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-98e580f8-9a44-469c-add9-d0d789cdad30"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-98e580f8-9a44-469c-add9-d0d789cdad30"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-98e580f8-9a44-469c-add9-d0d789cdad30"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-98e580f8-9a44-469c-add9-d0d789cdad30"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-98e580f8-9a44-469c-add9-d0d789cdad30"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-98e580f8-9a44-469c-add9-d0d789cdad30"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-98e580f8-9a44-469c-add9-d0d789cdad30"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-98e580f8-9a44-469c-add9-d0d789cdad30"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-98e580f8-9a44-469c-add9-d0d789cdad30"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-98e580f8-9a44-469c-add9-d0d789cdad30"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-98e580f8-9a44-469c-add9-d0d789cdad30"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-98e580f8-9a44-469c-add9-d0d789cdad30"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-98e580f8-9a44-469c-add9-d0d789cdad30"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-98e580f8-9a44-469c-add9-d0d789cdad30"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-98e580f8-9a44-469c-add9-d0d789cdad30"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-98e580f8-9a44-469c-add9-d0d789cdad30"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-98e580f8-9a44-469c-add9-d0d789cdad30"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-98e580f8-9a44-469c-add9-d0d789cdad30"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-98e580f8-9a44-469c-add9-d0d789cdad30"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-98e580f8-9a44-469c-add9-d0d789cdad30"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-98e580f8-9a44-469c-add9-d0d789cdad30"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-b8bff0e8-bd5e-441d-a5df-53783a62218e {
  text-align: center;
}




  #s-b8bff0e8-bd5e-441d-a5df-53783a62218e img.shogun-image {
    
    width: px;
  }


#s-b8bff0e8-bd5e-441d-a5df-53783a62218e .shogun-image-content {
  
    align-items: center;
  
}

#s-05a6d45a-9e10-45aa-a47d-cd6af3854ccd {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-05a6d45a-9e10-45aa-a47d-cd6af3854ccd {
  margin-top: 30px;
}
}



  #s-05a6d45a-9e10-45aa-a47d-cd6af3854ccd img.shogun-image {
    
    width: px;
  }


#s-05a6d45a-9e10-45aa-a47d-cd6af3854ccd .shogun-image-content {
  
    align-items: center;
  
}

#s-9c68aa66-4c44-417a-8387-9b6454d6d5f7 {
  text-align: center;
}




  #s-9c68aa66-4c44-417a-8387-9b6454d6d5f7 img.shogun-image {
    
    width: px;
  }


#s-9c68aa66-4c44-417a-8387-9b6454d6d5f7 .shogun-image-content {
  
    align-items: center;
  
}

#s-35bd2535-9b61-49e1-8b29-a2be986a735b {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-35bd2535-9b61-49e1-8b29-a2be986a735b {
  margin-top: 30px;
}
}



  #s-35bd2535-9b61-49e1-8b29-a2be986a735b img.shogun-image {
    
    width: px;
  }


#s-35bd2535-9b61-49e1-8b29-a2be986a735b .shogun-image-content {
  
    align-items: center;
  
}

.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-a30945b7-a03d-431b-9f55-0f62353ab4ce {
  border-style: solid;
margin-top: 35px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 1);
border-radius: 20px;
background-color: rgba(0, 0, 0, 0);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-a30945b7-a03d-431b-9f55-0f62353ab4ce:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(255, 255, 255, 1) !important;
background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-a30945b7-a03d-431b-9f55-0f62353ab4ce:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-a30945b7-a03d-431b-9f55-0f62353ab4ce {
  margin-left: 30%;
margin-right: 30%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a30945b7-a03d-431b-9f55-0f62353ab4ce {
  margin-left: 30%;
margin-right: 30%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-a30945b7-a03d-431b-9f55-0f62353ab4ce {
  margin-left: 15%;
margin-right: 15%;
}
}@media (max-width: 767px){#s-a30945b7-a03d-431b-9f55-0f62353ab4ce {
  margin-left: 9%;
margin-bottom: 40px;
margin-right: 9%;
}
}

  #s-a30945b7-a03d-431b-9f55-0f62353ab4ce-btn-wrapper {
    text-align: center;
  }


#s-a30945b7-a03d-431b-9f55-0f62353ab4ce.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  font-family: Soleil;
  display:  block ;
}

#s-8e6c8a32-0b5a-4894-afd3-f9da7ff132fc {
  padding-top: 100px;
padding-bottom: 100px;
min-height: 0px;
background-color: rgba(228, 229, 223, 1);
}
@media (max-width: 767px){#s-8e6c8a32-0b5a-4894-afd3-f9da7ff132fc {
  padding-top: 40px;
}
}







#s-8e6c8a32-0b5a-4894-afd3-f9da7ff132fc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8e6c8a32-0b5a-4894-afd3-f9da7ff132fc.shg-box.shg-c {
  justify-content: center;
}

#s-320c86a2-a0a8-4a1c-ba09-cf597e1b49eb {
  min-height: 1px;
background-color: rgba(185, 142, 102, 0);
}
@media (min-width: 768px) and (max-width: 991px){#s-320c86a2-a0a8-4a1c-ba09-cf597e1b49eb {
  display: none;
}
#s-320c86a2-a0a8-4a1c-ba09-cf597e1b49eb, #wrap-s-320c86a2-a0a8-4a1c-ba09-cf597e1b49eb { display:none !important; }}@media (max-width: 767px){#s-320c86a2-a0a8-4a1c-ba09-cf597e1b49eb {
  display: none;
}
#s-320c86a2-a0a8-4a1c-ba09-cf597e1b49eb, #wrap-s-320c86a2-a0a8-4a1c-ba09-cf597e1b49eb { display:none !important; }}
@media (min-width: 0px) {
[id="s-320c86a2-a0a8-4a1c-ba09-cf597e1b49eb"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-320c86a2-a0a8-4a1c-ba09-cf597e1b49eb"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-320c86a2-a0a8-4a1c-ba09-cf597e1b49eb"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-320c86a2-a0a8-4a1c-ba09-cf597e1b49eb"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-320c86a2-a0a8-4a1c-ba09-cf597e1b49eb"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-320c86a2-a0a8-4a1c-ba09-cf597e1b49eb"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-320c86a2-a0a8-4a1c-ba09-cf597e1b49eb"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-320c86a2-a0a8-4a1c-ba09-cf597e1b49eb"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-320c86a2-a0a8-4a1c-ba09-cf597e1b49eb"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-320c86a2-a0a8-4a1c-ba09-cf597e1b49eb"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-320c86a2-a0a8-4a1c-ba09-cf597e1b49eb"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-320c86a2-a0a8-4a1c-ba09-cf597e1b49eb"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-320c86a2-a0a8-4a1c-ba09-cf597e1b49eb"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-320c86a2-a0a8-4a1c-ba09-cf597e1b49eb"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-320c86a2-a0a8-4a1c-ba09-cf597e1b49eb"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-320c86a2-a0a8-4a1c-ba09-cf597e1b49eb"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-320c86a2-a0a8-4a1c-ba09-cf597e1b49eb"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-320c86a2-a0a8-4a1c-ba09-cf597e1b49eb"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-320c86a2-a0a8-4a1c-ba09-cf597e1b49eb"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-320c86a2-a0a8-4a1c-ba09-cf597e1b49eb"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-320c86a2-a0a8-4a1c-ba09-cf597e1b49eb"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-320c86a2-a0a8-4a1c-ba09-cf597e1b49eb"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-320c86a2-a0a8-4a1c-ba09-cf597e1b49eb"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-320c86a2-a0a8-4a1c-ba09-cf597e1b49eb"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-320c86a2-a0a8-4a1c-ba09-cf597e1b49eb"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-320c86a2-a0a8-4a1c-ba09-cf597e1b49eb"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-320c86a2-a0a8-4a1c-ba09-cf597e1b49eb"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-320c86a2-a0a8-4a1c-ba09-cf597e1b49eb"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-320c86a2-a0a8-4a1c-ba09-cf597e1b49eb"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-320c86a2-a0a8-4a1c-ba09-cf597e1b49eb"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-320c86a2-a0a8-4a1c-ba09-cf597e1b49eb"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-320c86a2-a0a8-4a1c-ba09-cf597e1b49eb"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-320c86a2-a0a8-4a1c-ba09-cf597e1b49eb"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-320c86a2-a0a8-4a1c-ba09-cf597e1b49eb"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-320c86a2-a0a8-4a1c-ba09-cf597e1b49eb"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-320c86a2-a0a8-4a1c-ba09-cf597e1b49eb"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-320c86a2-a0a8-4a1c-ba09-cf597e1b49eb"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-a7e18595-2bdf-4367-bf3b-0013b7a3c4fa {
  min-height: 50px;
}
@media (min-width: 1200px){#s-a7e18595-2bdf-4367-bf3b-0013b7a3c4fa {
  margin-left: 35%;
margin-right: 15%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a7e18595-2bdf-4367-bf3b-0013b7a3c4fa {
  margin-left: 2%;
margin-right: 12%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-a7e18595-2bdf-4367-bf3b-0013b7a3c4fa {
  margin-right: 4%;
display: none;
}
#s-a7e18595-2bdf-4367-bf3b-0013b7a3c4fa, #wrap-s-a7e18595-2bdf-4367-bf3b-0013b7a3c4fa { display:none !important; }}@media (max-width: 767px){#s-a7e18595-2bdf-4367-bf3b-0013b7a3c4fa {
  padding-top: 100px;
padding-left: 5%;
padding-bottom: 100px;
padding-right: 5%;
display: none;
}
#s-a7e18595-2bdf-4367-bf3b-0013b7a3c4fa, #wrap-s-a7e18595-2bdf-4367-bf3b-0013b7a3c4fa { display:none !important; }}







#s-a7e18595-2bdf-4367-bf3b-0013b7a3c4fa > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a7e18595-2bdf-4367-bf3b-0013b7a3c4fa.shg-box.shg-c {
  justify-content: center;
}

#s-6e49a7e7-1cc6-4fb8-82cf-7faaf6e4a74c {
  padding-top: 40px;
padding-bottom: 10px;
text-align: center;
}

#s-6e49a7e7-1cc6-4fb8-82cf-7faaf6e4a74c .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: Soleil Extrabold;
  font-style:   ;
  font-size: 25px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-2c30da9f-4fa8-41ad-bef8-74abb17dfc38 {
  padding-top: 40px;
padding-bottom: 10px;
text-align: center;
}

#s-2c30da9f-4fa8-41ad-bef8-74abb17dfc38 .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: Soleil Extrabold;
  font-style:   ;
  font-size: 25px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-057fafb8-e899-412e-9ded-a8ccbde786bc {
  padding-left: 0%;
padding-bottom: 100px;
padding-right: 0%;
min-height: 500px;
}








#s-057fafb8-e899-412e-9ded-a8ccbde786bc > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 0.7);
  opacity: 0;
}#s-057fafb8-e899-412e-9ded-a8ccbde786bc.shg-box.shg-c {
  justify-content: center;
}

#s-5d8aa3b9-4924-47f9-a745-a0fad95edc4d {
  margin-left: 0%;
margin-right: 39%;
text-align: center;
}




  #s-5d8aa3b9-4924-47f9-a745-a0fad95edc4d img.shogun-image {
    
    width: px;
  }


#s-5d8aa3b9-4924-47f9-a745-a0fad95edc4d .shogun-image-content {
  
    align-items: center;
  
}

#s-d901a2e0-3256-4165-9236-2d02010bc869 {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-d901a2e0-3256-4165-9236-2d02010bc869 {
  display: none;
}
#s-d901a2e0-3256-4165-9236-2d02010bc869, #wrap-s-d901a2e0-3256-4165-9236-2d02010bc869 { display:none !important; }}@media (max-width: 767px){#s-d901a2e0-3256-4165-9236-2d02010bc869 {
  display: none;
}
#s-d901a2e0-3256-4165-9236-2d02010bc869, #wrap-s-d901a2e0-3256-4165-9236-2d02010bc869 { display:none !important; }}







#s-d901a2e0-3256-4165-9236-2d02010bc869 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d901a2e0-3256-4165-9236-2d02010bc869.shg-box.shg-c {
  justify-content: center;
}

#s-9b3d4a49-e742-4f88-aed2-bf8f74d44b64 {
  padding-left: 15%;
padding-bottom: 40px;
}
@media (min-width: 992px) and (max-width: 1199px){#s-9b3d4a49-e742-4f88-aed2-bf8f74d44b64 {
  margin-top: 30px;
padding-left: 12%;
}
}@media (max-width: 767px){#s-9b3d4a49-e742-4f88-aed2-bf8f74d44b64 {
  margin-top: 100px;
}
}
#s-12903787-5433-47bc-8843-b8b65f5c4dd5 {
  padding-left: 15%;
padding-right: 15%;
}
@media (min-width: 992px) and (max-width: 1199px){#s-12903787-5433-47bc-8843-b8b65f5c4dd5 {
  padding-left: 12%;
padding-right: 12%;
}
}
@media (min-width: 0px) {
[id="s-12903787-5433-47bc-8843-b8b65f5c4dd5"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

[id="s-12903787-5433-47bc-8843-b8b65f5c4dd5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-12903787-5433-47bc-8843-b8b65f5c4dd5"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-12903787-5433-47bc-8843-b8b65f5c4dd5"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-12903787-5433-47bc-8843-b8b65f5c4dd5"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-12903787-5433-47bc-8843-b8b65f5c4dd5"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-12903787-5433-47bc-8843-b8b65f5c4dd5"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-12903787-5433-47bc-8843-b8b65f5c4dd5"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-12903787-5433-47bc-8843-b8b65f5c4dd5"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-12903787-5433-47bc-8843-b8b65f5c4dd5"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-12903787-5433-47bc-8843-b8b65f5c4dd5"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-12903787-5433-47bc-8843-b8b65f5c4dd5"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-12903787-5433-47bc-8843-b8b65f5c4dd5"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-12903787-5433-47bc-8843-b8b65f5c4dd5"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-12903787-5433-47bc-8843-b8b65f5c4dd5"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-12903787-5433-47bc-8843-b8b65f5c4dd5"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-12903787-5433-47bc-8843-b8b65f5c4dd5"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-12903787-5433-47bc-8843-b8b65f5c4dd5"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-12903787-5433-47bc-8843-b8b65f5c4dd5"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-12903787-5433-47bc-8843-b8b65f5c4dd5"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-12903787-5433-47bc-8843-b8b65f5c4dd5"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-12903787-5433-47bc-8843-b8b65f5c4dd5"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-12903787-5433-47bc-8843-b8b65f5c4dd5"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-12903787-5433-47bc-8843-b8b65f5c4dd5"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-12903787-5433-47bc-8843-b8b65f5c4dd5"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-12903787-5433-47bc-8843-b8b65f5c4dd5"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-12903787-5433-47bc-8843-b8b65f5c4dd5"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-12903787-5433-47bc-8843-b8b65f5c4dd5"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-12903787-5433-47bc-8843-b8b65f5c4dd5"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-12903787-5433-47bc-8843-b8b65f5c4dd5"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-12903787-5433-47bc-8843-b8b65f5c4dd5"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-12903787-5433-47bc-8843-b8b65f5c4dd5"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-12903787-5433-47bc-8843-b8b65f5c4dd5"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-12903787-5433-47bc-8843-b8b65f5c4dd5"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-12903787-5433-47bc-8843-b8b65f5c4dd5"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-12903787-5433-47bc-8843-b8b65f5c4dd5"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-12903787-5433-47bc-8843-b8b65f5c4dd5"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-12903787-5433-47bc-8843-b8b65f5c4dd5"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 7.5px);
}

}

#s-e37a9f19-7a76-47fe-a188-e909cf30fa4b {
  text-align: center;
}




  #s-e37a9f19-7a76-47fe-a188-e909cf30fa4b img.shogun-image {
    
    width: px;
  }


#s-e37a9f19-7a76-47fe-a188-e909cf30fa4b .shogun-image-content {
  
    align-items: center;
  
}

#s-b896c17c-77cd-41e2-85a8-7b6446dee2ae {
  text-align: center;
}




  #s-b896c17c-77cd-41e2-85a8-7b6446dee2ae img.shogun-image {
    
    width: px;
  }


#s-b896c17c-77cd-41e2-85a8-7b6446dee2ae .shogun-image-content {
  
    align-items: center;
  
}

#s-0ff66256-7fd9-4c19-9d2e-11dc1a56b6e6 {
  text-align: center;
}




  #s-0ff66256-7fd9-4c19-9d2e-11dc1a56b6e6 img.shogun-image {
    
    width: px;
  }


#s-0ff66256-7fd9-4c19-9d2e-11dc1a56b6e6 .shogun-image-content {
  
    align-items: center;
  
}

#s-62cbfe6c-bce6-4d58-a595-96716e7065ce {
  text-align: center;
}




  #s-62cbfe6c-bce6-4d58-a595-96716e7065ce img.shogun-image {
    
    width: px;
  }


#s-62cbfe6c-bce6-4d58-a595-96716e7065ce .shogun-image-content {
  
    align-items: center;
  
}

#s-1b940ea1-1051-48b5-95ad-65e5eab7dc26 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-1b940ea1-1051-48b5-95ad-65e5eab7dc26 {
  display: none;
}
#s-1b940ea1-1051-48b5-95ad-65e5eab7dc26, #wrap-s-1b940ea1-1051-48b5-95ad-65e5eab7dc26 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-1b940ea1-1051-48b5-95ad-65e5eab7dc26 {
  display: none;
}
#s-1b940ea1-1051-48b5-95ad-65e5eab7dc26, #wrap-s-1b940ea1-1051-48b5-95ad-65e5eab7dc26 { display:none !important; }}







#s-1b940ea1-1051-48b5-95ad-65e5eab7dc26 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1b940ea1-1051-48b5-95ad-65e5eab7dc26.shg-box.shg-c {
  justify-content: center;
}

#s-80983b82-541b-4cf1-97c9-5997c0e512f7 {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-80983b82-541b-4cf1-97c9-5997c0e512f7 {
  margin-left: 15%;
margin-right: 15%;
}
}@media (max-width: 767px){#s-80983b82-541b-4cf1-97c9-5997c0e512f7 {
  margin-left: 5%;
margin-right: 5%;
}
}







#s-80983b82-541b-4cf1-97c9-5997c0e512f7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-80983b82-541b-4cf1-97c9-5997c0e512f7.shg-box.shg-c {
  justify-content: center;
}

#s-668df065-308d-4e8c-9816-22c7a169dcc2 {
  margin-left: 15%;
margin-right: 15%;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-668df065-308d-4e8c-9816-22c7a169dcc2 {
  margin-left: 15%;
margin-right: 15%;
}
}@media (max-width: 767px){#s-668df065-308d-4e8c-9816-22c7a169dcc2 {
  margin-left: 10%;
margin-right: 10%;
}
}



  #s-668df065-308d-4e8c-9816-22c7a169dcc2 img.shogun-image {
    
    width: px;
  }


#s-668df065-308d-4e8c-9816-22c7a169dcc2 .shogun-image-content {
  
    align-items: center;
  
}

#s-f04f2e38-5245-48e0-a0ff-acef0f7816f1 {
  padding-top: 40px;
padding-bottom: 10px;
text-align: center;
}

#s-f04f2e38-5245-48e0-a0ff-acef0f7816f1 .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: Soleil Extrabold;
  font-style:   ;
  font-size: 25px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-b6b099ba-a9a6-4d20-a9a1-f52b63fdfe83 {
  padding-top: 40px;
padding-bottom: 10px;
text-align: center;
}

#s-b6b099ba-a9a6-4d20-a9a1-f52b63fdfe83 .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: Soleil Extrabold;
  font-style:   ;
  font-size: 25px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-5fb9477f-1f66-40a6-bf7e-26515123079f {
  padding-left: 5%;
padding-right: 5%;
}
@media (min-width: 992px) and (max-width: 1199px){#s-5fb9477f-1f66-40a6-bf7e-26515123079f {
  margin-top: 30px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-5fb9477f-1f66-40a6-bf7e-26515123079f {
  margin-top: 75px;
margin-left: 15%;
margin-bottom: 20px;
margin-right: 15%;
}
}@media (max-width: 767px){#s-5fb9477f-1f66-40a6-bf7e-26515123079f {
  margin-top: 50px;
}
}
#s-06efbf1b-1a86-4303-b3e3-2b5a540cf2ee {
  padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-06efbf1b-1a86-4303-b3e3-2b5a540cf2ee {
  display: none;
}
#s-06efbf1b-1a86-4303-b3e3-2b5a540cf2ee, #wrap-s-06efbf1b-1a86-4303-b3e3-2b5a540cf2ee { display:none !important; }}@media (max-width: 767px){#s-06efbf1b-1a86-4303-b3e3-2b5a540cf2ee {
  margin-left: 6%;
margin-right: 6%;
}
}
#s-06efbf1b-1a86-4303-b3e3-2b5a540cf2ee .shg-sld-dot {
  background-color: rgba(226, 226, 226, 1);
}

#s-06efbf1b-1a86-4303-b3e3-2b5a540cf2ee .shg-sld-nav-button.shg-sld-left,
#s-06efbf1b-1a86-4303-b3e3-2b5a540cf2ee .shg-sld-nav-button.shg-sld-right {
  fill: rgba(226, 226, 226, 1);
}

#s-33f7a70a-d608-4a3f-80c6-f2abbd7fecb4 {
  text-align: center;
}




  #s-33f7a70a-d608-4a3f-80c6-f2abbd7fecb4 img.shogun-image {
    
    width: px;
  }


#s-33f7a70a-d608-4a3f-80c6-f2abbd7fecb4 .shogun-image-content {
  
    align-items: center;
  
}

#s-ea9b70f1-921c-4661-944f-0bce92fa7667 {
  text-align: center;
}




  #s-ea9b70f1-921c-4661-944f-0bce92fa7667 img.shogun-image {
    
    width: px;
  }


#s-ea9b70f1-921c-4661-944f-0bce92fa7667 .shogun-image-content {
  
    align-items: center;
  
}

#s-9b3c7e90-be6b-4d7c-90fc-e982f16e53d9 {
  text-align: center;
}




  #s-9b3c7e90-be6b-4d7c-90fc-e982f16e53d9 img.shogun-image {
    
    width: px;
  }


#s-9b3c7e90-be6b-4d7c-90fc-e982f16e53d9 .shogun-image-content {
  
    align-items: center;
  
}

#s-a86b3635-d90c-4dbb-86d2-0556beed5983 {
  text-align: center;
}




  #s-a86b3635-d90c-4dbb-86d2-0556beed5983 img.shogun-image {
    
    width: px;
  }


#s-a86b3635-d90c-4dbb-86d2-0556beed5983 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 1200px){#s-41d6d98b-9bea-4660-9f4f-0f2966a9629b {
  display: none;
}
#s-41d6d98b-9bea-4660-9f4f-0f2966a9629b, #wrap-s-41d6d98b-9bea-4660-9f4f-0f2966a9629b { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-41d6d98b-9bea-4660-9f4f-0f2966a9629b {
  display: none;
}
#s-41d6d98b-9bea-4660-9f4f-0f2966a9629b, #wrap-s-41d6d98b-9bea-4660-9f4f-0f2966a9629b { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-41d6d98b-9bea-4660-9f4f-0f2966a9629b {
  margin-left: 8%;
margin-right: 8%;
}
}@media (max-width: 767px){#s-41d6d98b-9bea-4660-9f4f-0f2966a9629b {
  display: none;
}
#s-41d6d98b-9bea-4660-9f4f-0f2966a9629b, #wrap-s-41d6d98b-9bea-4660-9f4f-0f2966a9629b { display:none !important; }}
@media (min-width: 0px) {
[id="s-41d6d98b-9bea-4660-9f4f-0f2966a9629b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-41d6d98b-9bea-4660-9f4f-0f2966a9629b"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-41d6d98b-9bea-4660-9f4f-0f2966a9629b"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-41d6d98b-9bea-4660-9f4f-0f2966a9629b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-41d6d98b-9bea-4660-9f4f-0f2966a9629b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-41d6d98b-9bea-4660-9f4f-0f2966a9629b"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-41d6d98b-9bea-4660-9f4f-0f2966a9629b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-41d6d98b-9bea-4660-9f4f-0f2966a9629b"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-41d6d98b-9bea-4660-9f4f-0f2966a9629b"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-41d6d98b-9bea-4660-9f4f-0f2966a9629b"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-41d6d98b-9bea-4660-9f4f-0f2966a9629b"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-41d6d98b-9bea-4660-9f4f-0f2966a9629b"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-41d6d98b-9bea-4660-9f4f-0f2966a9629b"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-41d6d98b-9bea-4660-9f4f-0f2966a9629b"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-41d6d98b-9bea-4660-9f4f-0f2966a9629b"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-41d6d98b-9bea-4660-9f4f-0f2966a9629b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-41d6d98b-9bea-4660-9f4f-0f2966a9629b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-41d6d98b-9bea-4660-9f4f-0f2966a9629b"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-41d6d98b-9bea-4660-9f4f-0f2966a9629b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-41d6d98b-9bea-4660-9f4f-0f2966a9629b"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-41d6d98b-9bea-4660-9f4f-0f2966a9629b"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-41d6d98b-9bea-4660-9f4f-0f2966a9629b"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-41d6d98b-9bea-4660-9f4f-0f2966a9629b"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-41d6d98b-9bea-4660-9f4f-0f2966a9629b"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-41d6d98b-9bea-4660-9f4f-0f2966a9629b"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-41d6d98b-9bea-4660-9f4f-0f2966a9629b"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-41d6d98b-9bea-4660-9f4f-0f2966a9629b"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-41d6d98b-9bea-4660-9f4f-0f2966a9629b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-41d6d98b-9bea-4660-9f4f-0f2966a9629b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-41d6d98b-9bea-4660-9f4f-0f2966a9629b"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-41d6d98b-9bea-4660-9f4f-0f2966a9629b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-41d6d98b-9bea-4660-9f4f-0f2966a9629b"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-41d6d98b-9bea-4660-9f4f-0f2966a9629b"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-41d6d98b-9bea-4660-9f4f-0f2966a9629b"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-41d6d98b-9bea-4660-9f4f-0f2966a9629b"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-41d6d98b-9bea-4660-9f4f-0f2966a9629b"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-41d6d98b-9bea-4660-9f4f-0f2966a9629b"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-5ea7e93d-a187-47a9-8783-0b7b9015e4a5 {
  text-align: center;
}




  #s-5ea7e93d-a187-47a9-8783-0b7b9015e4a5 img.shogun-image {
    
    width: px;
  }


#s-5ea7e93d-a187-47a9-8783-0b7b9015e4a5 .shogun-image-content {
  
    align-items: center;
  
}

#s-b480eeb1-e867-4adc-baba-ffe6ceab453a {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-b480eeb1-e867-4adc-baba-ffe6ceab453a {
  margin-top: 30px;
}
}



  #s-b480eeb1-e867-4adc-baba-ffe6ceab453a img.shogun-image {
    
    width: px;
  }


#s-b480eeb1-e867-4adc-baba-ffe6ceab453a .shogun-image-content {
  
    align-items: center;
  
}

#s-41fa1c9a-c250-4d80-9824-44b3450ba0af {
  text-align: center;
}




  #s-41fa1c9a-c250-4d80-9824-44b3450ba0af img.shogun-image {
    
    width: px;
  }


#s-41fa1c9a-c250-4d80-9824-44b3450ba0af .shogun-image-content {
  
    align-items: center;
  
}

#s-077d8950-0318-4796-b750-0f0fcb1d9ceb {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-077d8950-0318-4796-b750-0f0fcb1d9ceb {
  margin-top: 30px;
}
}



  #s-077d8950-0318-4796-b750-0f0fcb1d9ceb img.shogun-image {
    
    width: px;
  }


#s-077d8950-0318-4796-b750-0f0fcb1d9ceb .shogun-image-content {
  
    align-items: center;
  
}

#s-093de31b-6cf9-409b-86d2-e1763cd515b5 {
  border-style: solid;
margin-top: 35px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 1);
border-radius: 20px;
background-color: rgba(0, 0, 0, 0);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-093de31b-6cf9-409b-86d2-e1763cd515b5:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(255, 255, 255, 1) !important;
background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-093de31b-6cf9-409b-86d2-e1763cd515b5:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-093de31b-6cf9-409b-86d2-e1763cd515b5 {
  margin-left: 30%;
margin-right: 30%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-093de31b-6cf9-409b-86d2-e1763cd515b5 {
  margin-left: 30%;
margin-right: 30%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-093de31b-6cf9-409b-86d2-e1763cd515b5 {
  margin-left: 15%;
margin-right: 15%;
}
}@media (max-width: 767px){#s-093de31b-6cf9-409b-86d2-e1763cd515b5 {
  margin-left: 9%;
margin-bottom: 40px;
margin-right: 9%;
}
}

  #s-093de31b-6cf9-409b-86d2-e1763cd515b5-btn-wrapper {
    text-align: center;
  }


#s-093de31b-6cf9-409b-86d2-e1763cd515b5.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  font-family: Soleil;
  display:  block ;
}

#s-26506dae-301e-42fb-88e3-3753866ad45b {
  padding-top: 40px;
padding-bottom: 40px;
min-height: 0px;
background-color: rgba(255, 255, 255, 1);
}








#s-26506dae-301e-42fb-88e3-3753866ad45b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-26506dae-301e-42fb-88e3-3753866ad45b.shg-box.shg-c {
  justify-content: center;
}

#s-dbb3ce32-6cc2-4fbd-bdc2-f79ddec73bfe {
  padding-bottom: 40px;
}
@media (min-width: 992px) and (max-width: 1199px){#s-dbb3ce32-6cc2-4fbd-bdc2-f79ddec73bfe {
  margin-top: 30px;
}
}@media (max-width: 767px){#s-dbb3ce32-6cc2-4fbd-bdc2-f79ddec73bfe {
  margin-top: 100px;
}
}
#s-987a940a-2f9b-4d32-ba8c-cc2997cc8a6c {
  min-height: 1px;
background-color: rgba(185, 142, 102, 0);
}
@media (min-width: 768px) and (max-width: 991px){#s-987a940a-2f9b-4d32-ba8c-cc2997cc8a6c {
  display: none;
}
#s-987a940a-2f9b-4d32-ba8c-cc2997cc8a6c, #wrap-s-987a940a-2f9b-4d32-ba8c-cc2997cc8a6c { display:none !important; }}@media (max-width: 767px){#s-987a940a-2f9b-4d32-ba8c-cc2997cc8a6c {
  display: none;
}
#s-987a940a-2f9b-4d32-ba8c-cc2997cc8a6c, #wrap-s-987a940a-2f9b-4d32-ba8c-cc2997cc8a6c { display:none !important; }}
@media (min-width: 0px) {
[id="s-987a940a-2f9b-4d32-ba8c-cc2997cc8a6c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-987a940a-2f9b-4d32-ba8c-cc2997cc8a6c"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-987a940a-2f9b-4d32-ba8c-cc2997cc8a6c"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-987a940a-2f9b-4d32-ba8c-cc2997cc8a6c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-987a940a-2f9b-4d32-ba8c-cc2997cc8a6c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-987a940a-2f9b-4d32-ba8c-cc2997cc8a6c"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-987a940a-2f9b-4d32-ba8c-cc2997cc8a6c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-987a940a-2f9b-4d32-ba8c-cc2997cc8a6c"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-987a940a-2f9b-4d32-ba8c-cc2997cc8a6c"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-987a940a-2f9b-4d32-ba8c-cc2997cc8a6c"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-987a940a-2f9b-4d32-ba8c-cc2997cc8a6c"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-987a940a-2f9b-4d32-ba8c-cc2997cc8a6c"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-987a940a-2f9b-4d32-ba8c-cc2997cc8a6c"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-987a940a-2f9b-4d32-ba8c-cc2997cc8a6c"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-987a940a-2f9b-4d32-ba8c-cc2997cc8a6c"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-987a940a-2f9b-4d32-ba8c-cc2997cc8a6c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-987a940a-2f9b-4d32-ba8c-cc2997cc8a6c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-987a940a-2f9b-4d32-ba8c-cc2997cc8a6c"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-987a940a-2f9b-4d32-ba8c-cc2997cc8a6c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-987a940a-2f9b-4d32-ba8c-cc2997cc8a6c"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-987a940a-2f9b-4d32-ba8c-cc2997cc8a6c"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-987a940a-2f9b-4d32-ba8c-cc2997cc8a6c"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-987a940a-2f9b-4d32-ba8c-cc2997cc8a6c"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-987a940a-2f9b-4d32-ba8c-cc2997cc8a6c"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-987a940a-2f9b-4d32-ba8c-cc2997cc8a6c"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-987a940a-2f9b-4d32-ba8c-cc2997cc8a6c"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-987a940a-2f9b-4d32-ba8c-cc2997cc8a6c"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-987a940a-2f9b-4d32-ba8c-cc2997cc8a6c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-987a940a-2f9b-4d32-ba8c-cc2997cc8a6c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-987a940a-2f9b-4d32-ba8c-cc2997cc8a6c"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-987a940a-2f9b-4d32-ba8c-cc2997cc8a6c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-987a940a-2f9b-4d32-ba8c-cc2997cc8a6c"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-987a940a-2f9b-4d32-ba8c-cc2997cc8a6c"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-987a940a-2f9b-4d32-ba8c-cc2997cc8a6c"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-987a940a-2f9b-4d32-ba8c-cc2997cc8a6c"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-987a940a-2f9b-4d32-ba8c-cc2997cc8a6c"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-987a940a-2f9b-4d32-ba8c-cc2997cc8a6c"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-d9f4dc66-d792-49fd-b202-28aa102ec2fe {
  padding-left: 0%;
padding-bottom: 100px;
padding-right: 0%;
min-height: 500px;
}








#s-d9f4dc66-d792-49fd-b202-28aa102ec2fe > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 0.7);
  opacity: 0;
}#s-d9f4dc66-d792-49fd-b202-28aa102ec2fe.shg-box.shg-c {
  justify-content: center;
}

#s-40380b1a-77e0-49a1-abb3-5ee1300ac412 {
  margin-left: 39%;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-40380b1a-77e0-49a1-abb3-5ee1300ac412 {
  margin-left: 5%;
}
}@media (max-width: 767px){#s-40380b1a-77e0-49a1-abb3-5ee1300ac412 {
  margin-left: 10%;
margin-right: 10%;
}
}



  #s-40380b1a-77e0-49a1-abb3-5ee1300ac412 img.shogun-image {
    
    width: px;
  }


#s-40380b1a-77e0-49a1-abb3-5ee1300ac412 .shogun-image-content {
  
    align-items: center;
  
}

#s-112425d6-b5b8-4700-8c57-cead86ca8b87 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-112425d6-b5b8-4700-8c57-cead86ca8b87 {
  margin-left: 15%;
margin-right: 35%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-112425d6-b5b8-4700-8c57-cead86ca8b87 {
  margin-left: 2%;
margin-right: 12%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-112425d6-b5b8-4700-8c57-cead86ca8b87 {
  margin-right: 4%;
display: none;
}
#s-112425d6-b5b8-4700-8c57-cead86ca8b87, #wrap-s-112425d6-b5b8-4700-8c57-cead86ca8b87 { display:none !important; }}@media (max-width: 767px){#s-112425d6-b5b8-4700-8c57-cead86ca8b87 {
  padding-top: 100px;
padding-left: 5%;
padding-bottom: 100px;
padding-right: 5%;
display: none;
}
#s-112425d6-b5b8-4700-8c57-cead86ca8b87, #wrap-s-112425d6-b5b8-4700-8c57-cead86ca8b87 { display:none !important; }}







#s-112425d6-b5b8-4700-8c57-cead86ca8b87 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-112425d6-b5b8-4700-8c57-cead86ca8b87.shg-box.shg-c {
  justify-content: center;
}

#s-94118b14-9712-4a28-bf63-11bc8a572a35 {
  padding-top: 40px;
padding-bottom: 10px;
text-align: center;
}

#s-94118b14-9712-4a28-bf63-11bc8a572a35 .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: Soleil Extrabold;
  font-style:   ;
  font-size: 25px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-f3e46cba-f490-4975-a4fa-f3d4976014cc {
  min-height: 50px;
}
@media (min-width: 1200px){#s-f3e46cba-f490-4975-a4fa-f3d4976014cc {
  display: none;
}
#s-f3e46cba-f490-4975-a4fa-f3d4976014cc, #wrap-s-f3e46cba-f490-4975-a4fa-f3d4976014cc { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f3e46cba-f490-4975-a4fa-f3d4976014cc {
  display: none;
}
#s-f3e46cba-f490-4975-a4fa-f3d4976014cc, #wrap-s-f3e46cba-f490-4975-a4fa-f3d4976014cc { display:none !important; }}







#s-f3e46cba-f490-4975-a4fa-f3d4976014cc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f3e46cba-f490-4975-a4fa-f3d4976014cc.shg-box.shg-c {
  justify-content: center;
}

#s-1b6f7b03-94b2-4c60-bebe-c145f1d4cdf6 {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-1b6f7b03-94b2-4c60-bebe-c145f1d4cdf6 {
  margin-left: 15%;
margin-right: 15%;
}
}@media (max-width: 767px){#s-1b6f7b03-94b2-4c60-bebe-c145f1d4cdf6 {
  margin-left: 5%;
margin-right: 5%;
}
}







#s-1b6f7b03-94b2-4c60-bebe-c145f1d4cdf6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1b6f7b03-94b2-4c60-bebe-c145f1d4cdf6.shg-box.shg-c {
  justify-content: center;
}

#s-1a4b4e02-d044-43b3-91d8-61f9bca4310a {
  margin-left: 15%;
margin-right: 15%;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-1a4b4e02-d044-43b3-91d8-61f9bca4310a {
  margin-left: 15%;
margin-right: 15%;
}
}@media (max-width: 767px){#s-1a4b4e02-d044-43b3-91d8-61f9bca4310a {
  margin-left: 10%;
margin-right: 10%;
}
}



  #s-1a4b4e02-d044-43b3-91d8-61f9bca4310a img.shogun-image {
    
    width: px;
  }


#s-1a4b4e02-d044-43b3-91d8-61f9bca4310a .shogun-image-content {
  
    align-items: center;
  
}

#s-e96b6014-d39d-467d-8a60-44eec0ab42f2 {
  padding-top: 40px;
padding-bottom: 10px;
text-align: center;
}

#s-e96b6014-d39d-467d-8a60-44eec0ab42f2 .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: Soleil Extrabold;
  font-style:   ;
  font-size: 25px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-8aa3b455-ccbc-4a37-9b8c-af86d4d29737 {
  margin-top: 15px;
margin-left: 5%;
margin-right: 5%;
padding-bottom: 40px;
}
@media (min-width: 768px) and (max-width: 991px){#s-8aa3b455-ccbc-4a37-9b8c-af86d4d29737 {
  margin-top: 50px;
}
}
#s-b124b7ad-d0a0-49a9-b00a-fcdb15a78d0a {
  padding-top: 100px;
padding-bottom: 100px;
min-height: 0px;
background-color: rgba(0, 0, 0, 1);
}
@media (max-width: 767px){#s-b124b7ad-d0a0-49a9-b00a-fcdb15a78d0a {
  padding-top: 40px;
}
}







#s-b124b7ad-d0a0-49a9-b00a-fcdb15a78d0a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b124b7ad-d0a0-49a9-b00a-fcdb15a78d0a.shg-box.shg-c {
  justify-content: center;
}

#s-cf21dd65-b6e6-4d40-a49c-2bdb989201af {
  min-height: 1px;
background-color: rgba(185, 142, 102, 0);
}
@media (min-width: 768px) and (max-width: 991px){#s-cf21dd65-b6e6-4d40-a49c-2bdb989201af {
  display: none;
}
#s-cf21dd65-b6e6-4d40-a49c-2bdb989201af, #wrap-s-cf21dd65-b6e6-4d40-a49c-2bdb989201af { display:none !important; }}@media (max-width: 767px){#s-cf21dd65-b6e6-4d40-a49c-2bdb989201af {
  display: none;
}
#s-cf21dd65-b6e6-4d40-a49c-2bdb989201af, #wrap-s-cf21dd65-b6e6-4d40-a49c-2bdb989201af { display:none !important; }}
@media (min-width: 0px) {
[id="s-cf21dd65-b6e6-4d40-a49c-2bdb989201af"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-cf21dd65-b6e6-4d40-a49c-2bdb989201af"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-cf21dd65-b6e6-4d40-a49c-2bdb989201af"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-cf21dd65-b6e6-4d40-a49c-2bdb989201af"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-cf21dd65-b6e6-4d40-a49c-2bdb989201af"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-cf21dd65-b6e6-4d40-a49c-2bdb989201af"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-cf21dd65-b6e6-4d40-a49c-2bdb989201af"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-cf21dd65-b6e6-4d40-a49c-2bdb989201af"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-cf21dd65-b6e6-4d40-a49c-2bdb989201af"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-cf21dd65-b6e6-4d40-a49c-2bdb989201af"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-cf21dd65-b6e6-4d40-a49c-2bdb989201af"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-cf21dd65-b6e6-4d40-a49c-2bdb989201af"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-cf21dd65-b6e6-4d40-a49c-2bdb989201af"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-cf21dd65-b6e6-4d40-a49c-2bdb989201af"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-cf21dd65-b6e6-4d40-a49c-2bdb989201af"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-cf21dd65-b6e6-4d40-a49c-2bdb989201af"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-cf21dd65-b6e6-4d40-a49c-2bdb989201af"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-cf21dd65-b6e6-4d40-a49c-2bdb989201af"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-cf21dd65-b6e6-4d40-a49c-2bdb989201af"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-cf21dd65-b6e6-4d40-a49c-2bdb989201af"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-cf21dd65-b6e6-4d40-a49c-2bdb989201af"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-cf21dd65-b6e6-4d40-a49c-2bdb989201af"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-cf21dd65-b6e6-4d40-a49c-2bdb989201af"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-cf21dd65-b6e6-4d40-a49c-2bdb989201af"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-cf21dd65-b6e6-4d40-a49c-2bdb989201af"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-cf21dd65-b6e6-4d40-a49c-2bdb989201af"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-cf21dd65-b6e6-4d40-a49c-2bdb989201af"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-cf21dd65-b6e6-4d40-a49c-2bdb989201af"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-cf21dd65-b6e6-4d40-a49c-2bdb989201af"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-cf21dd65-b6e6-4d40-a49c-2bdb989201af"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-cf21dd65-b6e6-4d40-a49c-2bdb989201af"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-cf21dd65-b6e6-4d40-a49c-2bdb989201af"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-cf21dd65-b6e6-4d40-a49c-2bdb989201af"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-cf21dd65-b6e6-4d40-a49c-2bdb989201af"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-cf21dd65-b6e6-4d40-a49c-2bdb989201af"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-cf21dd65-b6e6-4d40-a49c-2bdb989201af"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-cf21dd65-b6e6-4d40-a49c-2bdb989201af"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-958c05e1-dd9c-4361-81ed-6f96abc877d7 {
  padding-left: 0%;
padding-bottom: 100px;
padding-right: 0%;
min-height: 500px;
}








#s-958c05e1-dd9c-4361-81ed-6f96abc877d7 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 0.7);
  opacity: 0;
}#s-958c05e1-dd9c-4361-81ed-6f96abc877d7.shg-box.shg-c {
  justify-content: center;
}

#s-972c6dd3-89a7-40e5-9c11-df6aaf70f0a7 {
  margin-left: 39%;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-972c6dd3-89a7-40e5-9c11-df6aaf70f0a7 {
  margin-left: 5%;
}
}@media (max-width: 767px){#s-972c6dd3-89a7-40e5-9c11-df6aaf70f0a7 {
  margin-left: 10%;
margin-right: 10%;
}
}



  #s-972c6dd3-89a7-40e5-9c11-df6aaf70f0a7 img.shogun-image {
    
    width: px;
  }


#s-972c6dd3-89a7-40e5-9c11-df6aaf70f0a7 .shogun-image-content {
  
    align-items: center;
  
}

#s-ae9b58f5-a6d9-4b7e-9643-862f4505efa6 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-ae9b58f5-a6d9-4b7e-9643-862f4505efa6 {
  margin-left: 15%;
margin-right: 35%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-ae9b58f5-a6d9-4b7e-9643-862f4505efa6 {
  margin-left: 2%;
margin-right: 12%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-ae9b58f5-a6d9-4b7e-9643-862f4505efa6 {
  margin-right: 4%;
display: none;
}
#s-ae9b58f5-a6d9-4b7e-9643-862f4505efa6, #wrap-s-ae9b58f5-a6d9-4b7e-9643-862f4505efa6 { display:none !important; }}@media (max-width: 767px){#s-ae9b58f5-a6d9-4b7e-9643-862f4505efa6 {
  padding-top: 100px;
padding-left: 5%;
padding-bottom: 100px;
padding-right: 5%;
display: none;
}
#s-ae9b58f5-a6d9-4b7e-9643-862f4505efa6, #wrap-s-ae9b58f5-a6d9-4b7e-9643-862f4505efa6 { display:none !important; }}







#s-ae9b58f5-a6d9-4b7e-9643-862f4505efa6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ae9b58f5-a6d9-4b7e-9643-862f4505efa6.shg-box.shg-c {
  justify-content: center;
}

#s-aaad94c3-9321-43b5-9295-aab5d32e9746 {
  padding-top: 40px;
padding-bottom: 10px;
text-align: center;
}

#s-aaad94c3-9321-43b5-9295-aab5d32e9746 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: Soleil Extrabold;
  font-style:   ;
  font-size: 25px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-a3d64428-c268-4292-a1bb-fd621bf020cd {
  padding-top: 40px;
padding-bottom: 10px;
text-align: center;
}

#s-a3d64428-c268-4292-a1bb-fd621bf020cd .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: Soleil Extrabold;
  font-style:   ;
  font-size: 25px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



@media (min-width: 992px) and (max-width: 1199px){#s-96009967-0423-4da0-8fbf-eadbc8314c50 {
  margin-bottom: 40px;
}
}
#s-8ac6a421-8e9c-4ffb-a015-73b381e6fc89 {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-8ac6a421-8e9c-4ffb-a015-73b381e6fc89 {
  display: none;
}
#s-8ac6a421-8e9c-4ffb-a015-73b381e6fc89, #wrap-s-8ac6a421-8e9c-4ffb-a015-73b381e6fc89 { display:none !important; }}@media (max-width: 767px){#s-8ac6a421-8e9c-4ffb-a015-73b381e6fc89 {
  display: none;
}
#s-8ac6a421-8e9c-4ffb-a015-73b381e6fc89, #wrap-s-8ac6a421-8e9c-4ffb-a015-73b381e6fc89 { display:none !important; }}







#s-8ac6a421-8e9c-4ffb-a015-73b381e6fc89 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8ac6a421-8e9c-4ffb-a015-73b381e6fc89.shg-box.shg-c {
  justify-content: center;
}

#s-0f254adc-2491-4a2d-8744-c5367ab59b9e {
  padding-left: 15%;
padding-bottom: 40px;
}
@media (min-width: 992px) and (max-width: 1199px){#s-0f254adc-2491-4a2d-8744-c5367ab59b9e {
  margin-top: 30px;
padding-left: 12%;
}
}@media (max-width: 767px){#s-0f254adc-2491-4a2d-8744-c5367ab59b9e {
  margin-top: 100px;
}
}
#s-38f3bcc9-afcf-4142-8f84-921fe98070e6 {
  padding-left: 15%;
padding-right: 15%;
}
@media (min-width: 992px) and (max-width: 1199px){#s-38f3bcc9-afcf-4142-8f84-921fe98070e6 {
  padding-left: 12%;
padding-right: 12%;
}
}
@media (min-width: 0px) {
[id="s-38f3bcc9-afcf-4142-8f84-921fe98070e6"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

[id="s-38f3bcc9-afcf-4142-8f84-921fe98070e6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-38f3bcc9-afcf-4142-8f84-921fe98070e6"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-38f3bcc9-afcf-4142-8f84-921fe98070e6"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-38f3bcc9-afcf-4142-8f84-921fe98070e6"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-38f3bcc9-afcf-4142-8f84-921fe98070e6"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-38f3bcc9-afcf-4142-8f84-921fe98070e6"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-38f3bcc9-afcf-4142-8f84-921fe98070e6"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-38f3bcc9-afcf-4142-8f84-921fe98070e6"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-38f3bcc9-afcf-4142-8f84-921fe98070e6"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-38f3bcc9-afcf-4142-8f84-921fe98070e6"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-38f3bcc9-afcf-4142-8f84-921fe98070e6"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-38f3bcc9-afcf-4142-8f84-921fe98070e6"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-38f3bcc9-afcf-4142-8f84-921fe98070e6"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-38f3bcc9-afcf-4142-8f84-921fe98070e6"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-38f3bcc9-afcf-4142-8f84-921fe98070e6"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-38f3bcc9-afcf-4142-8f84-921fe98070e6"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-38f3bcc9-afcf-4142-8f84-921fe98070e6"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-38f3bcc9-afcf-4142-8f84-921fe98070e6"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-38f3bcc9-afcf-4142-8f84-921fe98070e6"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-38f3bcc9-afcf-4142-8f84-921fe98070e6"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-38f3bcc9-afcf-4142-8f84-921fe98070e6"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-38f3bcc9-afcf-4142-8f84-921fe98070e6"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-38f3bcc9-afcf-4142-8f84-921fe98070e6"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-38f3bcc9-afcf-4142-8f84-921fe98070e6"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-38f3bcc9-afcf-4142-8f84-921fe98070e6"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-38f3bcc9-afcf-4142-8f84-921fe98070e6"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-38f3bcc9-afcf-4142-8f84-921fe98070e6"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-38f3bcc9-afcf-4142-8f84-921fe98070e6"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-38f3bcc9-afcf-4142-8f84-921fe98070e6"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-38f3bcc9-afcf-4142-8f84-921fe98070e6"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-38f3bcc9-afcf-4142-8f84-921fe98070e6"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-38f3bcc9-afcf-4142-8f84-921fe98070e6"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-38f3bcc9-afcf-4142-8f84-921fe98070e6"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-38f3bcc9-afcf-4142-8f84-921fe98070e6"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-38f3bcc9-afcf-4142-8f84-921fe98070e6"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-38f3bcc9-afcf-4142-8f84-921fe98070e6"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-38f3bcc9-afcf-4142-8f84-921fe98070e6"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 7.5px);
}

}

#s-eb671846-4852-4c91-a666-12bec0d08928 {
  text-align: center;
}




  #s-eb671846-4852-4c91-a666-12bec0d08928 img.shogun-image {
    
    width: px;
  }


#s-eb671846-4852-4c91-a666-12bec0d08928 .shogun-image-content {
  
    align-items: center;
  
}

#s-a150cb0a-d30e-4597-9684-cefc145801f6 {
  text-align: center;
}




  #s-a150cb0a-d30e-4597-9684-cefc145801f6 img.shogun-image {
    
    width: px;
  }


#s-a150cb0a-d30e-4597-9684-cefc145801f6 .shogun-image-content {
  
    align-items: center;
  
}

#s-5efe7ecc-67b3-42ab-93ec-33279b4e7a28 {
  text-align: center;
}




  #s-5efe7ecc-67b3-42ab-93ec-33279b4e7a28 img.shogun-image {
    
    width: px;
  }


#s-5efe7ecc-67b3-42ab-93ec-33279b4e7a28 .shogun-image-content {
  
    align-items: center;
  
}

#s-255ccd52-b4e6-46bf-b143-1687ca676b37 {
  text-align: center;
}




  #s-255ccd52-b4e6-46bf-b143-1687ca676b37 img.shogun-image {
    
    width: px;
  }


#s-255ccd52-b4e6-46bf-b143-1687ca676b37 .shogun-image-content {
  
    align-items: center;
  
}

#s-3491bd32-7002-48dd-8426-c5007290db9b {
  min-height: 50px;
}
@media (min-width: 1200px){#s-3491bd32-7002-48dd-8426-c5007290db9b {
  display: none;
}
#s-3491bd32-7002-48dd-8426-c5007290db9b, #wrap-s-3491bd32-7002-48dd-8426-c5007290db9b { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3491bd32-7002-48dd-8426-c5007290db9b {
  display: none;
}
#s-3491bd32-7002-48dd-8426-c5007290db9b, #wrap-s-3491bd32-7002-48dd-8426-c5007290db9b { display:none !important; }}







#s-3491bd32-7002-48dd-8426-c5007290db9b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3491bd32-7002-48dd-8426-c5007290db9b.shg-box.shg-c {
  justify-content: center;
}

#s-6c3db69c-47e3-4bb2-ae28-973a45d57551 {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-6c3db69c-47e3-4bb2-ae28-973a45d57551 {
  margin-left: 15%;
margin-right: 15%;
}
}@media (max-width: 767px){#s-6c3db69c-47e3-4bb2-ae28-973a45d57551 {
  margin-left: 5%;
margin-right: 5%;
}
}







#s-6c3db69c-47e3-4bb2-ae28-973a45d57551 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6c3db69c-47e3-4bb2-ae28-973a45d57551.shg-box.shg-c {
  justify-content: center;
}

#s-68b5e6d6-f877-466e-ad36-b19b39e94286 {
  margin-left: 15%;
margin-right: 15%;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-68b5e6d6-f877-466e-ad36-b19b39e94286 {
  margin-left: 15%;
margin-right: 15%;
}
}@media (max-width: 767px){#s-68b5e6d6-f877-466e-ad36-b19b39e94286 {
  margin-left: 10%;
margin-right: 10%;
}
}



  #s-68b5e6d6-f877-466e-ad36-b19b39e94286 img.shogun-image {
    
    width: px;
  }


#s-68b5e6d6-f877-466e-ad36-b19b39e94286 .shogun-image-content {
  
    align-items: center;
  
}

#s-48670de3-2365-4888-a4d5-1bc669f73efe {
  padding-top: 40px;
padding-bottom: 10px;
text-align: center;
}

#s-48670de3-2365-4888-a4d5-1bc669f73efe .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: Soleil Extrabold;
  font-style:   ;
  font-size: 25px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-6ee12577-9b75-4d06-b9ad-10c2d40cb18d {
  padding-top: 40px;
padding-bottom: 10px;
text-align: center;
}

#s-6ee12577-9b75-4d06-b9ad-10c2d40cb18d .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: Soleil Extrabold;
  font-style:   ;
  font-size: 25px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



@media (min-width: 768px) and (max-width: 991px){#s-3570c698-8d5f-445e-9486-fb79e9756e2e {
  margin-left: 15%;
margin-right: 15%;
}
}@media (max-width: 767px){#s-3570c698-8d5f-445e-9486-fb79e9756e2e {
  margin-left: 7%;
margin-right: 7%;
}
}
#s-f646d929-a690-492e-8241-657a0942306f {
  padding-left: 5%;
padding-right: 5%;
}
@media (min-width: 992px) and (max-width: 1199px){#s-f646d929-a690-492e-8241-657a0942306f {
  margin-top: 30px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-f646d929-a690-492e-8241-657a0942306f {
  margin-top: 40px;
margin-left: 15%;
margin-bottom: 20px;
margin-right: 15%;
}
}@media (max-width: 767px){#s-f646d929-a690-492e-8241-657a0942306f {
  margin-top: 50px;
}
}
#s-e6c1ae99-81ab-41c3-a6ec-e2e067b1ea25 {
  padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-e6c1ae99-81ab-41c3-a6ec-e2e067b1ea25 {
  display: none;
}
#s-e6c1ae99-81ab-41c3-a6ec-e2e067b1ea25, #wrap-s-e6c1ae99-81ab-41c3-a6ec-e2e067b1ea25 { display:none !important; }}@media (max-width: 767px){#s-e6c1ae99-81ab-41c3-a6ec-e2e067b1ea25 {
  margin-left: 6%;
margin-right: 6%;
}
}
#s-e6c1ae99-81ab-41c3-a6ec-e2e067b1ea25 .shg-sld-dot {
  background-color: rgba(226, 226, 226, 1);
}

#s-e6c1ae99-81ab-41c3-a6ec-e2e067b1ea25 .shg-sld-nav-button.shg-sld-left,
#s-e6c1ae99-81ab-41c3-a6ec-e2e067b1ea25 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(226, 226, 226, 1);
}

#s-86765ba2-71f0-45a3-afe4-0bcac37e99a1 {
  text-align: center;
}




  #s-86765ba2-71f0-45a3-afe4-0bcac37e99a1 img.shogun-image {
    
    width: px;
  }


#s-86765ba2-71f0-45a3-afe4-0bcac37e99a1 .shogun-image-content {
  
    align-items: center;
  
}

#s-473f1069-a49d-4549-8b80-e8ce3767a6af {
  text-align: center;
}




  #s-473f1069-a49d-4549-8b80-e8ce3767a6af img.shogun-image {
    
    width: px;
  }


#s-473f1069-a49d-4549-8b80-e8ce3767a6af .shogun-image-content {
  
    align-items: center;
  
}

#s-b3ef83f8-b293-4f08-ba63-aff6951faa62 {
  text-align: center;
}




  #s-b3ef83f8-b293-4f08-ba63-aff6951faa62 img.shogun-image {
    
    width: px;
  }


#s-b3ef83f8-b293-4f08-ba63-aff6951faa62 .shogun-image-content {
  
    align-items: center;
  
}

#s-74134871-380e-4c52-b74c-2ac207cf0fdc {
  text-align: center;
}




  #s-74134871-380e-4c52-b74c-2ac207cf0fdc img.shogun-image {
    
    width: px;
  }


#s-74134871-380e-4c52-b74c-2ac207cf0fdc .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 1200px){#s-0cfb5006-a5b7-4867-9c63-635d80b815d4 {
  display: none;
}
#s-0cfb5006-a5b7-4867-9c63-635d80b815d4, #wrap-s-0cfb5006-a5b7-4867-9c63-635d80b815d4 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0cfb5006-a5b7-4867-9c63-635d80b815d4 {
  display: none;
}
#s-0cfb5006-a5b7-4867-9c63-635d80b815d4, #wrap-s-0cfb5006-a5b7-4867-9c63-635d80b815d4 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-0cfb5006-a5b7-4867-9c63-635d80b815d4 {
  margin-left: 8%;
margin-right: 8%;
}
}@media (max-width: 767px){#s-0cfb5006-a5b7-4867-9c63-635d80b815d4 {
  display: none;
}
#s-0cfb5006-a5b7-4867-9c63-635d80b815d4, #wrap-s-0cfb5006-a5b7-4867-9c63-635d80b815d4 { display:none !important; }}
@media (min-width: 0px) {
[id="s-0cfb5006-a5b7-4867-9c63-635d80b815d4"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0cfb5006-a5b7-4867-9c63-635d80b815d4"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-0cfb5006-a5b7-4867-9c63-635d80b815d4"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-0cfb5006-a5b7-4867-9c63-635d80b815d4"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-0cfb5006-a5b7-4867-9c63-635d80b815d4"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-0cfb5006-a5b7-4867-9c63-635d80b815d4"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-0cfb5006-a5b7-4867-9c63-635d80b815d4"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-0cfb5006-a5b7-4867-9c63-635d80b815d4"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-0cfb5006-a5b7-4867-9c63-635d80b815d4"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-0cfb5006-a5b7-4867-9c63-635d80b815d4"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-0cfb5006-a5b7-4867-9c63-635d80b815d4"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-0cfb5006-a5b7-4867-9c63-635d80b815d4"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-0cfb5006-a5b7-4867-9c63-635d80b815d4"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-0cfb5006-a5b7-4867-9c63-635d80b815d4"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-0cfb5006-a5b7-4867-9c63-635d80b815d4"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-0cfb5006-a5b7-4867-9c63-635d80b815d4"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-0cfb5006-a5b7-4867-9c63-635d80b815d4"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-0cfb5006-a5b7-4867-9c63-635d80b815d4"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-0cfb5006-a5b7-4867-9c63-635d80b815d4"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-0cfb5006-a5b7-4867-9c63-635d80b815d4"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-0cfb5006-a5b7-4867-9c63-635d80b815d4"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-0cfb5006-a5b7-4867-9c63-635d80b815d4"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-0cfb5006-a5b7-4867-9c63-635d80b815d4"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-0cfb5006-a5b7-4867-9c63-635d80b815d4"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-0cfb5006-a5b7-4867-9c63-635d80b815d4"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-0cfb5006-a5b7-4867-9c63-635d80b815d4"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-0cfb5006-a5b7-4867-9c63-635d80b815d4"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-0cfb5006-a5b7-4867-9c63-635d80b815d4"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-0cfb5006-a5b7-4867-9c63-635d80b815d4"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-0cfb5006-a5b7-4867-9c63-635d80b815d4"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-0cfb5006-a5b7-4867-9c63-635d80b815d4"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-0cfb5006-a5b7-4867-9c63-635d80b815d4"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-0cfb5006-a5b7-4867-9c63-635d80b815d4"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-0cfb5006-a5b7-4867-9c63-635d80b815d4"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-0cfb5006-a5b7-4867-9c63-635d80b815d4"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-0cfb5006-a5b7-4867-9c63-635d80b815d4"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-0cfb5006-a5b7-4867-9c63-635d80b815d4"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-adb26e74-767a-4c7b-851c-da2100d82997 {
  text-align: center;
}




  #s-adb26e74-767a-4c7b-851c-da2100d82997 img.shogun-image {
    
    width: px;
  }


#s-adb26e74-767a-4c7b-851c-da2100d82997 .shogun-image-content {
  
    align-items: center;
  
}

#s-71ac64ff-a8d5-473e-bb6e-8426a56b233f {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-71ac64ff-a8d5-473e-bb6e-8426a56b233f {
  margin-top: 30px;
}
}



  #s-71ac64ff-a8d5-473e-bb6e-8426a56b233f img.shogun-image {
    
    width: px;
  }


#s-71ac64ff-a8d5-473e-bb6e-8426a56b233f .shogun-image-content {
  
    align-items: center;
  
}

#s-c4ef6657-b9a6-44d4-aeb8-48e4ab30a849 {
  text-align: center;
}




  #s-c4ef6657-b9a6-44d4-aeb8-48e4ab30a849 img.shogun-image {
    
    width: px;
  }


#s-c4ef6657-b9a6-44d4-aeb8-48e4ab30a849 .shogun-image-content {
  
    align-items: center;
  
}

#s-3d0f57c5-578c-4e60-afd7-2082773eba83 {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-3d0f57c5-578c-4e60-afd7-2082773eba83 {
  margin-top: 30px;
}
}



  #s-3d0f57c5-578c-4e60-afd7-2082773eba83 img.shogun-image {
    
    width: px;
  }


#s-3d0f57c5-578c-4e60-afd7-2082773eba83 .shogun-image-content {
  
    align-items: center;
  
}

#s-46b867f1-4d75-4f22-9020-e07a99357bc5 {
  border-style: solid;
margin-top: 35px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-radius: 20px;
background-color: rgba(0, 0, 0, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-46b867f1-4d75-4f22-9020-e07a99357bc5:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(255, 255, 255, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-46b867f1-4d75-4f22-9020-e07a99357bc5:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-46b867f1-4d75-4f22-9020-e07a99357bc5 {
  margin-left: 30%;
margin-right: 30%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-46b867f1-4d75-4f22-9020-e07a99357bc5 {
  margin-left: 30%;
margin-right: 30%;
padding-left: 30px;
padding-right: 30px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-46b867f1-4d75-4f22-9020-e07a99357bc5 {
  margin-left: 15%;
margin-right: 15%;
}
}@media (max-width: 767px){#s-46b867f1-4d75-4f22-9020-e07a99357bc5 {
  margin-left: 9%;
margin-bottom: 40px;
margin-right: 9%;
}
}

  #s-46b867f1-4d75-4f22-9020-e07a99357bc5-btn-wrapper {
    text-align: center;
  }


#s-46b867f1-4d75-4f22-9020-e07a99357bc5.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  font-family: Soleil;
  display:  block ;
}

#s-fc219ac4-ddc6-49aa-921f-50720bffde44 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-fc219ac4-ddc6-49aa-921f-50720bffde44 {
  margin-left: 15%;
margin-bottom: 75px;
margin-right: 15%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-fc219ac4-ddc6-49aa-921f-50720bffde44 {
  margin-top: 25px;
margin-left: 10%;
margin-bottom: 75px;
margin-right: 10%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-fc219ac4-ddc6-49aa-921f-50720bffde44 {
  margin-bottom: 75px;
padding-left: 4%;
padding-right: 4%;
}
}@media (max-width: 767px){#s-fc219ac4-ddc6-49aa-921f-50720bffde44 {
  margin-left: 0%;
margin-right: 0%;
}
}







#s-fc219ac4-ddc6-49aa-921f-50720bffde44 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fc219ac4-ddc6-49aa-921f-50720bffde44.shg-box.shg-c {
  justify-content: center;
}

#s-67b63f21-1a98-4e2d-bd6b-196ff570ea4e {
  margin-top: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-67b63f21-1a98-4e2d-bd6b-196ff570ea4e {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-67b63f21-1a98-4e2d-bd6b-196ff570ea4e .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  font-family: Soleil;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-48cdf741-f7bb-4710-868c-2f5948be5986 {
  padding-top: 50px;
}
@media (max-width: 767px){#s-48cdf741-f7bb-4710-868c-2f5948be5986 {
  padding-left: 6%;
padding-right: 6%;
}
}
@media (min-width: 0px) {
[id="s-48cdf741-f7bb-4710-868c-2f5948be5986"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-48cdf741-f7bb-4710-868c-2f5948be5986"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-48cdf741-f7bb-4710-868c-2f5948be5986"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-48cdf741-f7bb-4710-868c-2f5948be5986"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-48cdf741-f7bb-4710-868c-2f5948be5986"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-48cdf741-f7bb-4710-868c-2f5948be5986"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-48cdf741-f7bb-4710-868c-2f5948be5986"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-48cdf741-f7bb-4710-868c-2f5948be5986"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-48cdf741-f7bb-4710-868c-2f5948be5986"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-48cdf741-f7bb-4710-868c-2f5948be5986"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-48cdf741-f7bb-4710-868c-2f5948be5986"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-48cdf741-f7bb-4710-868c-2f5948be5986"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-48cdf741-f7bb-4710-868c-2f5948be5986"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-48cdf741-f7bb-4710-868c-2f5948be5986"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-48cdf741-f7bb-4710-868c-2f5948be5986"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-48cdf741-f7bb-4710-868c-2f5948be5986"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-48cdf741-f7bb-4710-868c-2f5948be5986"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-48cdf741-f7bb-4710-868c-2f5948be5986"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-48cdf741-f7bb-4710-868c-2f5948be5986"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-48cdf741-f7bb-4710-868c-2f5948be5986"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-48cdf741-f7bb-4710-868c-2f5948be5986"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-48cdf741-f7bb-4710-868c-2f5948be5986"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-48cdf741-f7bb-4710-868c-2f5948be5986"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-48cdf741-f7bb-4710-868c-2f5948be5986"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-48cdf741-f7bb-4710-868c-2f5948be5986"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-48cdf741-f7bb-4710-868c-2f5948be5986"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-48cdf741-f7bb-4710-868c-2f5948be5986"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-48cdf741-f7bb-4710-868c-2f5948be5986"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-48cdf741-f7bb-4710-868c-2f5948be5986"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-48cdf741-f7bb-4710-868c-2f5948be5986"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-48cdf741-f7bb-4710-868c-2f5948be5986"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-48cdf741-f7bb-4710-868c-2f5948be5986"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-48cdf741-f7bb-4710-868c-2f5948be5986"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-48cdf741-f7bb-4710-868c-2f5948be5986"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-48cdf741-f7bb-4710-868c-2f5948be5986"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-48cdf741-f7bb-4710-868c-2f5948be5986"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-48cdf741-f7bb-4710-868c-2f5948be5986"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-d309f0d8-780b-4259-9451-3355020f6cf1 {
  text-align: center;
}




  #s-d309f0d8-780b-4259-9451-3355020f6cf1 img.shogun-image {
    
    width: px;
  }


#s-d309f0d8-780b-4259-9451-3355020f6cf1 .shogun-image-content {
  
    align-items: center;
  
}

#s-2c3565a2-6b1a-46ce-828f-b2ce1493e86d {
  min-height: 444px;
}
@media (min-width: 1200px){#s-2c3565a2-6b1a-46ce-828f-b2ce1493e86d {
  padding-left: 10%;
padding-right: 10%;
min-height: 450px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-2c3565a2-6b1a-46ce-828f-b2ce1493e86d {
  min-height: 390px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-2c3565a2-6b1a-46ce-828f-b2ce1493e86d {
  min-height: 268px;
}
}@media (max-width: 767px){#s-2c3565a2-6b1a-46ce-828f-b2ce1493e86d {
  min-height: 0px;
}
}







#s-2c3565a2-6b1a-46ce-828f-b2ce1493e86d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2c3565a2-6b1a-46ce-828f-b2ce1493e86d.shg-box.shg-c {
  justify-content: center;
}

@media (max-width: 767px){#s-a8c681c2-fbf8-4989-b131-15aa7455e210 {
  padding-top: 20px;
}
}
#s-9cb79117-ad5d-4501-89da-08b39f67bb4c {
  margin-top: -13px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-9cb79117-ad5d-4501-89da-08b39f67bb4c .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  font-family: Soleil Extrabold;
  font-style:   ;
  font-size: 27px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


@media (min-width: 768px) and (max-width: 991px){#s-9cb79117-ad5d-4501-89da-08b39f67bb4c .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  font-family: Soleil Extrabold;
  font-style:   ;
  font-size: 22px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


}
#s-eca5a00d-47ea-47a3-83f9-0dbb04fe0b15 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-2a164d7b-a46d-4e10-a88f-bd8f8c0a4006 {
  padding-top: 50px;
}
@media (min-width: 1200px){#s-2a164d7b-a46d-4e10-a88f-bd8f8c0a4006 {
  margin-right: 0%;
}
}@media (max-width: 767px){#s-2a164d7b-a46d-4e10-a88f-bd8f8c0a4006 {
  padding-left: 6%;
padding-right: 6%;
}
}
@media (min-width: 0px) {
[id="s-2a164d7b-a46d-4e10-a88f-bd8f8c0a4006"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2a164d7b-a46d-4e10-a88f-bd8f8c0a4006"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-2a164d7b-a46d-4e10-a88f-bd8f8c0a4006"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-2a164d7b-a46d-4e10-a88f-bd8f8c0a4006"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-2a164d7b-a46d-4e10-a88f-bd8f8c0a4006"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-2a164d7b-a46d-4e10-a88f-bd8f8c0a4006"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-2a164d7b-a46d-4e10-a88f-bd8f8c0a4006"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-2a164d7b-a46d-4e10-a88f-bd8f8c0a4006"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-2a164d7b-a46d-4e10-a88f-bd8f8c0a4006"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-2a164d7b-a46d-4e10-a88f-bd8f8c0a4006"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-2a164d7b-a46d-4e10-a88f-bd8f8c0a4006"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-2a164d7b-a46d-4e10-a88f-bd8f8c0a4006"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-2a164d7b-a46d-4e10-a88f-bd8f8c0a4006"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-2a164d7b-a46d-4e10-a88f-bd8f8c0a4006"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-2a164d7b-a46d-4e10-a88f-bd8f8c0a4006"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-2a164d7b-a46d-4e10-a88f-bd8f8c0a4006"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-2a164d7b-a46d-4e10-a88f-bd8f8c0a4006"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-2a164d7b-a46d-4e10-a88f-bd8f8c0a4006"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-2a164d7b-a46d-4e10-a88f-bd8f8c0a4006"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-2a164d7b-a46d-4e10-a88f-bd8f8c0a4006"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-2a164d7b-a46d-4e10-a88f-bd8f8c0a4006"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-2a164d7b-a46d-4e10-a88f-bd8f8c0a4006"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-2a164d7b-a46d-4e10-a88f-bd8f8c0a4006"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-2a164d7b-a46d-4e10-a88f-bd8f8c0a4006"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-2a164d7b-a46d-4e10-a88f-bd8f8c0a4006"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-2a164d7b-a46d-4e10-a88f-bd8f8c0a4006"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-2a164d7b-a46d-4e10-a88f-bd8f8c0a4006"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-2a164d7b-a46d-4e10-a88f-bd8f8c0a4006"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-2a164d7b-a46d-4e10-a88f-bd8f8c0a4006"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-2a164d7b-a46d-4e10-a88f-bd8f8c0a4006"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-2a164d7b-a46d-4e10-a88f-bd8f8c0a4006"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-2a164d7b-a46d-4e10-a88f-bd8f8c0a4006"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-2a164d7b-a46d-4e10-a88f-bd8f8c0a4006"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-2a164d7b-a46d-4e10-a88f-bd8f8c0a4006"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-2a164d7b-a46d-4e10-a88f-bd8f8c0a4006"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-2a164d7b-a46d-4e10-a88f-bd8f8c0a4006"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-2a164d7b-a46d-4e10-a88f-bd8f8c0a4006"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-2a164d7b-a46d-4e10-a88f-bd8f8c0a4006"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-2a139671-ef1d-4392-9b0e-35731db53a8d {
  min-height: 436px;
}
@media (min-width: 1200px){#s-2a139671-ef1d-4392-9b0e-35731db53a8d {
  padding-left: 10%;
padding-right: 10%;
min-height: 447px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-2a139671-ef1d-4392-9b0e-35731db53a8d {
  min-height: 391px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-2a139671-ef1d-4392-9b0e-35731db53a8d {
  min-height: 266px;
}
}@media (max-width: 767px){#s-2a139671-ef1d-4392-9b0e-35731db53a8d {
  min-height: 0px;
}
}







#s-2a139671-ef1d-4392-9b0e-35731db53a8d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2a139671-ef1d-4392-9b0e-35731db53a8d.shg-box.shg-c {
  justify-content: center;
}

@media (max-width: 767px){#s-958ac3a6-eb94-4641-8734-5debc86b689e {
  padding-top: 20px;
}
}
#s-db5857f6-3c4e-4315-a259-8503a473e7d4 {
  margin-top: -13px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-db5857f6-3c4e-4315-a259-8503a473e7d4 .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  font-family: Soleil Extrabold;
  font-style:   ;
  font-size: 27px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


@media (min-width: 768px) and (max-width: 991px){#s-db5857f6-3c4e-4315-a259-8503a473e7d4 .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  font-family: Soleil Extrabold;
  font-style:   ;
  font-size: 22px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


}
#s-3bf5ed98-d4e0-4ee9-961b-568fa7ed6fec {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-0c2e4611-30af-456e-9de4-eb7a7a22abc4 {
  text-align: center;
}




  #s-0c2e4611-30af-456e-9de4-eb7a7a22abc4 img.shogun-image {
    
    width: px;
  }


#s-0c2e4611-30af-456e-9de4-eb7a7a22abc4 .shogun-image-content {
  
    align-items: center;
  
}

#s-4260ddfc-e6d8-4788-bbd3-12792e96e4d9 {
  padding-top: 50px;
}
@media (max-width: 767px){#s-4260ddfc-e6d8-4788-bbd3-12792e96e4d9 {
  padding-left: 6%;
padding-right: 6%;
}
}
@media (min-width: 0px) {
[id="s-4260ddfc-e6d8-4788-bbd3-12792e96e4d9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4260ddfc-e6d8-4788-bbd3-12792e96e4d9"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-4260ddfc-e6d8-4788-bbd3-12792e96e4d9"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-4260ddfc-e6d8-4788-bbd3-12792e96e4d9"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-4260ddfc-e6d8-4788-bbd3-12792e96e4d9"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-4260ddfc-e6d8-4788-bbd3-12792e96e4d9"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-4260ddfc-e6d8-4788-bbd3-12792e96e4d9"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-4260ddfc-e6d8-4788-bbd3-12792e96e4d9"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-4260ddfc-e6d8-4788-bbd3-12792e96e4d9"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-4260ddfc-e6d8-4788-bbd3-12792e96e4d9"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-4260ddfc-e6d8-4788-bbd3-12792e96e4d9"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-4260ddfc-e6d8-4788-bbd3-12792e96e4d9"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-4260ddfc-e6d8-4788-bbd3-12792e96e4d9"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-4260ddfc-e6d8-4788-bbd3-12792e96e4d9"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-4260ddfc-e6d8-4788-bbd3-12792e96e4d9"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-4260ddfc-e6d8-4788-bbd3-12792e96e4d9"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-4260ddfc-e6d8-4788-bbd3-12792e96e4d9"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-4260ddfc-e6d8-4788-bbd3-12792e96e4d9"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-4260ddfc-e6d8-4788-bbd3-12792e96e4d9"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-4260ddfc-e6d8-4788-bbd3-12792e96e4d9"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-4260ddfc-e6d8-4788-bbd3-12792e96e4d9"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-4260ddfc-e6d8-4788-bbd3-12792e96e4d9"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-4260ddfc-e6d8-4788-bbd3-12792e96e4d9"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-4260ddfc-e6d8-4788-bbd3-12792e96e4d9"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-4260ddfc-e6d8-4788-bbd3-12792e96e4d9"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-4260ddfc-e6d8-4788-bbd3-12792e96e4d9"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-4260ddfc-e6d8-4788-bbd3-12792e96e4d9"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-4260ddfc-e6d8-4788-bbd3-12792e96e4d9"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-4260ddfc-e6d8-4788-bbd3-12792e96e4d9"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-4260ddfc-e6d8-4788-bbd3-12792e96e4d9"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-4260ddfc-e6d8-4788-bbd3-12792e96e4d9"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-4260ddfc-e6d8-4788-bbd3-12792e96e4d9"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-4260ddfc-e6d8-4788-bbd3-12792e96e4d9"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-4260ddfc-e6d8-4788-bbd3-12792e96e4d9"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-4260ddfc-e6d8-4788-bbd3-12792e96e4d9"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-4260ddfc-e6d8-4788-bbd3-12792e96e4d9"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-4260ddfc-e6d8-4788-bbd3-12792e96e4d9"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-43522a48-c93f-4613-96df-6b75f7baba08 {
  text-align: center;
}




  #s-43522a48-c93f-4613-96df-6b75f7baba08 img.shogun-image {
    
    width: px;
  }


#s-43522a48-c93f-4613-96df-6b75f7baba08 .shogun-image-content {
  
    align-items: center;
  
}

#s-51064dd0-a5a1-4f35-ad5e-4b08f6aed952 {
  min-height: 444px;
}
@media (min-width: 1200px){#s-51064dd0-a5a1-4f35-ad5e-4b08f6aed952 {
  padding-left: 10%;
padding-right: 10%;
min-height: 450px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-51064dd0-a5a1-4f35-ad5e-4b08f6aed952 {
  min-height: 390px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-51064dd0-a5a1-4f35-ad5e-4b08f6aed952 {
  min-height: 268px;
}
}@media (max-width: 767px){#s-51064dd0-a5a1-4f35-ad5e-4b08f6aed952 {
  min-height: 0px;
}
}







#s-51064dd0-a5a1-4f35-ad5e-4b08f6aed952 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-51064dd0-a5a1-4f35-ad5e-4b08f6aed952.shg-box.shg-c {
  justify-content: center;
}

@media (max-width: 767px){#s-1fefdc8d-f3ae-4462-885b-8a0d3a96dae6 {
  padding-top: 20px;
}
}
#s-162c74a6-9104-43d9-bb6a-8b4ff67f744c {
  margin-top: -13px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-162c74a6-9104-43d9-bb6a-8b4ff67f744c .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  font-family: Soleil Extrabold;
  font-style:   ;
  font-size: 27px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


@media (min-width: 768px) and (max-width: 991px){#s-162c74a6-9104-43d9-bb6a-8b4ff67f744c .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  font-family: Soleil Extrabold;
  font-style:   ;
  font-size: 22px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


}
#s-097cd5e2-0406-44f3-a1e5-14a0be239b28 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-a17d36d0-7586-4139-a9af-186d67121528 {
  margin-top: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 20px;
background-color: rgba(0, 0, 0, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-a17d36d0-7586-4139-a9af-186d67121528:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(255, 255, 255, 1) !important;
background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-a17d36d0-7586-4139-a9af-186d67121528:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-a17d36d0-7586-4139-a9af-186d67121528 {
  margin-bottom: 40px;
}
}

  #s-a17d36d0-7586-4139-a9af-186d67121528-btn-wrapper {
    text-align: center;
  }


#s-a17d36d0-7586-4139-a9af-186d67121528.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  font-family: Soleil;
  display:  block ;
}

#s-3f450979-d699-47f1-b9bf-31173918c033 {
  min-height: 50px;
background-color: rgba(29, 60, 52, 1);
}
@media (min-width: 1200px){#s-3f450979-d699-47f1-b9bf-31173918c033 {
  padding-top: 70px;
padding-left: 13%;
padding-bottom: 70px;
padding-right: 13%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-3f450979-d699-47f1-b9bf-31173918c033 {
  padding-top: 70px;
padding-left: 10%;
padding-bottom: 70px;
padding-right: 10%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-3f450979-d699-47f1-b9bf-31173918c033 {
  padding-top: 50px;
padding-left: 4%;
padding-bottom: 50px;
padding-right: 4%;
}
}@media (max-width: 767px){#s-3f450979-d699-47f1-b9bf-31173918c033 {
  display: none;
}
#s-3f450979-d699-47f1-b9bf-31173918c033, #wrap-s-3f450979-d699-47f1-b9bf-31173918c033 { display:none !important; }}







#s-3f450979-d699-47f1-b9bf-31173918c033 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3f450979-d699-47f1-b9bf-31173918c033.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 768px) and (max-width: 991px){#s-9dec2f37-2418-469a-95d6-4bf9261ebcd7 {
  display: none;
}
#s-9dec2f37-2418-469a-95d6-4bf9261ebcd7, #wrap-s-9dec2f37-2418-469a-95d6-4bf9261ebcd7 { display:none !important; }}@media (max-width: 767px){#s-9dec2f37-2418-469a-95d6-4bf9261ebcd7 {
  padding-top: 70px;
padding-left: 5%;
padding-bottom: 70px;
padding-right: 5%;
display: none;
}
#s-9dec2f37-2418-469a-95d6-4bf9261ebcd7, #wrap-s-9dec2f37-2418-469a-95d6-4bf9261ebcd7 { display:none !important; }}
@media (min-width: 0px) {
[id="s-9dec2f37-2418-469a-95d6-4bf9261ebcd7"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-9dec2f37-2418-469a-95d6-4bf9261ebcd7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9dec2f37-2418-469a-95d6-4bf9261ebcd7"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-9dec2f37-2418-469a-95d6-4bf9261ebcd7"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-9dec2f37-2418-469a-95d6-4bf9261ebcd7"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-9dec2f37-2418-469a-95d6-4bf9261ebcd7"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-9dec2f37-2418-469a-95d6-4bf9261ebcd7"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-9dec2f37-2418-469a-95d6-4bf9261ebcd7"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-9dec2f37-2418-469a-95d6-4bf9261ebcd7"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-9dec2f37-2418-469a-95d6-4bf9261ebcd7"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-9dec2f37-2418-469a-95d6-4bf9261ebcd7"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-9dec2f37-2418-469a-95d6-4bf9261ebcd7"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-9dec2f37-2418-469a-95d6-4bf9261ebcd7"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-9dec2f37-2418-469a-95d6-4bf9261ebcd7"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-9dec2f37-2418-469a-95d6-4bf9261ebcd7"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-9dec2f37-2418-469a-95d6-4bf9261ebcd7"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-9dec2f37-2418-469a-95d6-4bf9261ebcd7"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-9dec2f37-2418-469a-95d6-4bf9261ebcd7"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-9dec2f37-2418-469a-95d6-4bf9261ebcd7"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-9dec2f37-2418-469a-95d6-4bf9261ebcd7"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-9dec2f37-2418-469a-95d6-4bf9261ebcd7"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-9dec2f37-2418-469a-95d6-4bf9261ebcd7"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-9dec2f37-2418-469a-95d6-4bf9261ebcd7"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-9dec2f37-2418-469a-95d6-4bf9261ebcd7"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-9dec2f37-2418-469a-95d6-4bf9261ebcd7"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-9dec2f37-2418-469a-95d6-4bf9261ebcd7"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-9dec2f37-2418-469a-95d6-4bf9261ebcd7"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-9dec2f37-2418-469a-95d6-4bf9261ebcd7"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-9dec2f37-2418-469a-95d6-4bf9261ebcd7"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-9dec2f37-2418-469a-95d6-4bf9261ebcd7"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-9dec2f37-2418-469a-95d6-4bf9261ebcd7"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-9dec2f37-2418-469a-95d6-4bf9261ebcd7"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-9dec2f37-2418-469a-95d6-4bf9261ebcd7"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-9dec2f37-2418-469a-95d6-4bf9261ebcd7"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-9dec2f37-2418-469a-95d6-4bf9261ebcd7"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-9dec2f37-2418-469a-95d6-4bf9261ebcd7"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-9dec2f37-2418-469a-95d6-4bf9261ebcd7"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-9dec2f37-2418-469a-95d6-4bf9261ebcd7"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-45c9bd8f-4e3a-48d1-94e3-f6b6fe0f6df5 {
  text-align: center;
}




  #s-45c9bd8f-4e3a-48d1-94e3-f6b6fe0f6df5 img.shogun-image {
    
    width: px;
  }


#s-45c9bd8f-4e3a-48d1-94e3-f6b6fe0f6df5 .shogun-image-content {
  
    align-items: center;
  
}

#s-a34a1e46-36b1-4378-b51e-6e55a95cccc3 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a34a1e46-36b1-4378-b51e-6e55a95cccc3 .shogun-heading-component h4 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: Soleil Semibold;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-f9567c5e-5fe1-49ab-81aa-976c0870513f {
  text-align: center;
}




  #s-f9567c5e-5fe1-49ab-81aa-976c0870513f img.shogun-image {
    
    width: px;
  }


#s-f9567c5e-5fe1-49ab-81aa-976c0870513f .shogun-image-content {
  
    align-items: center;
  
}

#s-eb0b4184-596e-479d-8429-c701fe412ed8 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-eb0b4184-596e-479d-8429-c701fe412ed8 {
  margin-top: 12px;
}
}
#s-eb0b4184-596e-479d-8429-c701fe412ed8 .shogun-heading-component h4 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: Soleil Semibold;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-074ed5a5-c4ae-4a31-bb19-b6de885f2939 {
  text-align: center;
}
@media (max-width: 767px){#s-074ed5a5-c4ae-4a31-bb19-b6de885f2939 {
  margin-top: 50px;
}
}



  #s-074ed5a5-c4ae-4a31-bb19-b6de885f2939 img.shogun-image {
    
    width: px;
  }


#s-074ed5a5-c4ae-4a31-bb19-b6de885f2939 .shogun-image-content {
  
    align-items: center;
  
}

#s-1feec975-18bb-40fe-9ba1-e64421e7c5eb {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1feec975-18bb-40fe-9ba1-e64421e7c5eb .shogun-heading-component h4 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: Soleil Semibold;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-83f7d49f-8d1c-4940-98b7-377130b007a3 {
  text-align: center;
}
@media (max-width: 767px){#s-83f7d49f-8d1c-4940-98b7-377130b007a3 {
  margin-top: 50px;
}
}



  #s-83f7d49f-8d1c-4940-98b7-377130b007a3 img.shogun-image {
    
    width: px;
  }


#s-83f7d49f-8d1c-4940-98b7-377130b007a3 .shogun-image-content {
  
    align-items: center;
  
}

#s-c295273b-368f-4adc-9887-2b03b1b2eecd {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c295273b-368f-4adc-9887-2b03b1b2eecd .shogun-heading-component h4 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: Soleil Semibold;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



@media (min-width: 1200px){#s-fc9f9b4a-ad0d-4205-8c25-476af046ed8f {
  display: none;
}
#s-fc9f9b4a-ad0d-4205-8c25-476af046ed8f, #wrap-s-fc9f9b4a-ad0d-4205-8c25-476af046ed8f { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-fc9f9b4a-ad0d-4205-8c25-476af046ed8f {
  display: none;
}
#s-fc9f9b4a-ad0d-4205-8c25-476af046ed8f, #wrap-s-fc9f9b4a-ad0d-4205-8c25-476af046ed8f { display:none !important; }}@media (max-width: 767px){#s-fc9f9b4a-ad0d-4205-8c25-476af046ed8f {
  display: none;
}
#s-fc9f9b4a-ad0d-4205-8c25-476af046ed8f, #wrap-s-fc9f9b4a-ad0d-4205-8c25-476af046ed8f { display:none !important; }}
@media (min-width: 0px) {
[id="s-fc9f9b4a-ad0d-4205-8c25-476af046ed8f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-fc9f9b4a-ad0d-4205-8c25-476af046ed8f"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-fc9f9b4a-ad0d-4205-8c25-476af046ed8f"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-fc9f9b4a-ad0d-4205-8c25-476af046ed8f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-fc9f9b4a-ad0d-4205-8c25-476af046ed8f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-fc9f9b4a-ad0d-4205-8c25-476af046ed8f"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-fc9f9b4a-ad0d-4205-8c25-476af046ed8f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-fc9f9b4a-ad0d-4205-8c25-476af046ed8f"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-fc9f9b4a-ad0d-4205-8c25-476af046ed8f"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-fc9f9b4a-ad0d-4205-8c25-476af046ed8f"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-fc9f9b4a-ad0d-4205-8c25-476af046ed8f"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-fc9f9b4a-ad0d-4205-8c25-476af046ed8f"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-fc9f9b4a-ad0d-4205-8c25-476af046ed8f"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-fc9f9b4a-ad0d-4205-8c25-476af046ed8f"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-fc9f9b4a-ad0d-4205-8c25-476af046ed8f"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-fc9f9b4a-ad0d-4205-8c25-476af046ed8f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-fc9f9b4a-ad0d-4205-8c25-476af046ed8f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-fc9f9b4a-ad0d-4205-8c25-476af046ed8f"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-fc9f9b4a-ad0d-4205-8c25-476af046ed8f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-fc9f9b4a-ad0d-4205-8c25-476af046ed8f"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-fc9f9b4a-ad0d-4205-8c25-476af046ed8f"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-fc9f9b4a-ad0d-4205-8c25-476af046ed8f"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-fc9f9b4a-ad0d-4205-8c25-476af046ed8f"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-fc9f9b4a-ad0d-4205-8c25-476af046ed8f"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-fc9f9b4a-ad0d-4205-8c25-476af046ed8f"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-fc9f9b4a-ad0d-4205-8c25-476af046ed8f"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-fc9f9b4a-ad0d-4205-8c25-476af046ed8f"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-fc9f9b4a-ad0d-4205-8c25-476af046ed8f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-fc9f9b4a-ad0d-4205-8c25-476af046ed8f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-fc9f9b4a-ad0d-4205-8c25-476af046ed8f"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-fc9f9b4a-ad0d-4205-8c25-476af046ed8f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-fc9f9b4a-ad0d-4205-8c25-476af046ed8f"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-fc9f9b4a-ad0d-4205-8c25-476af046ed8f"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-fc9f9b4a-ad0d-4205-8c25-476af046ed8f"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-fc9f9b4a-ad0d-4205-8c25-476af046ed8f"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-fc9f9b4a-ad0d-4205-8c25-476af046ed8f"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-fc9f9b4a-ad0d-4205-8c25-476af046ed8f"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-666c8fd9-ac80-42b5-b414-4fc147aadbc5 {
  text-align: center;
}




  #s-666c8fd9-ac80-42b5-b414-4fc147aadbc5 img.shogun-image {
    
    width: px;
  }


#s-666c8fd9-ac80-42b5-b414-4fc147aadbc5 .shogun-image-content {
  
    align-items: center;
  
}

#s-18aea346-55ad-4ff7-ad46-4aee7670ceeb {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-18aea346-55ad-4ff7-ad46-4aee7670ceeb .shogun-heading-component h4 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: Soleil Semibold;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-e1ab2b86-4159-4783-91db-096699c8a879 {
  text-align: center;
}




  #s-e1ab2b86-4159-4783-91db-096699c8a879 img.shogun-image {
    
    width: px;
  }


#s-e1ab2b86-4159-4783-91db-096699c8a879 .shogun-image-content {
  
    align-items: center;
  
}

#s-3e7625ee-42bf-4b77-b92d-bdf9ac09fc6f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3e7625ee-42bf-4b77-b92d-bdf9ac09fc6f .shogun-heading-component h4 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: Soleil Semibold;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



@media (min-width: 1200px){#s-2928dc0c-86cb-4067-9c66-0385764d6c00 {
  display: none;
}
#s-2928dc0c-86cb-4067-9c66-0385764d6c00, #wrap-s-2928dc0c-86cb-4067-9c66-0385764d6c00 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-2928dc0c-86cb-4067-9c66-0385764d6c00 {
  display: none;
}
#s-2928dc0c-86cb-4067-9c66-0385764d6c00, #wrap-s-2928dc0c-86cb-4067-9c66-0385764d6c00 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-2928dc0c-86cb-4067-9c66-0385764d6c00 {
  margin-top: 55px;
}
}@media (max-width: 767px){#s-2928dc0c-86cb-4067-9c66-0385764d6c00 {
  display: none;
}
#s-2928dc0c-86cb-4067-9c66-0385764d6c00, #wrap-s-2928dc0c-86cb-4067-9c66-0385764d6c00 { display:none !important; }}
@media (min-width: 0px) {
[id="s-2928dc0c-86cb-4067-9c66-0385764d6c00"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2928dc0c-86cb-4067-9c66-0385764d6c00"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-2928dc0c-86cb-4067-9c66-0385764d6c00"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-2928dc0c-86cb-4067-9c66-0385764d6c00"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-2928dc0c-86cb-4067-9c66-0385764d6c00"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-2928dc0c-86cb-4067-9c66-0385764d6c00"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-2928dc0c-86cb-4067-9c66-0385764d6c00"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-2928dc0c-86cb-4067-9c66-0385764d6c00"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-2928dc0c-86cb-4067-9c66-0385764d6c00"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-2928dc0c-86cb-4067-9c66-0385764d6c00"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-2928dc0c-86cb-4067-9c66-0385764d6c00"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-2928dc0c-86cb-4067-9c66-0385764d6c00"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-2928dc0c-86cb-4067-9c66-0385764d6c00"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-2928dc0c-86cb-4067-9c66-0385764d6c00"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-2928dc0c-86cb-4067-9c66-0385764d6c00"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-2928dc0c-86cb-4067-9c66-0385764d6c00"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-2928dc0c-86cb-4067-9c66-0385764d6c00"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-2928dc0c-86cb-4067-9c66-0385764d6c00"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-2928dc0c-86cb-4067-9c66-0385764d6c00"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-2928dc0c-86cb-4067-9c66-0385764d6c00"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-2928dc0c-86cb-4067-9c66-0385764d6c00"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-2928dc0c-86cb-4067-9c66-0385764d6c00"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-2928dc0c-86cb-4067-9c66-0385764d6c00"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-2928dc0c-86cb-4067-9c66-0385764d6c00"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-2928dc0c-86cb-4067-9c66-0385764d6c00"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-2928dc0c-86cb-4067-9c66-0385764d6c00"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-2928dc0c-86cb-4067-9c66-0385764d6c00"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-2928dc0c-86cb-4067-9c66-0385764d6c00"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-2928dc0c-86cb-4067-9c66-0385764d6c00"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-2928dc0c-86cb-4067-9c66-0385764d6c00"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-2928dc0c-86cb-4067-9c66-0385764d6c00"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-2928dc0c-86cb-4067-9c66-0385764d6c00"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-2928dc0c-86cb-4067-9c66-0385764d6c00"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-2928dc0c-86cb-4067-9c66-0385764d6c00"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-2928dc0c-86cb-4067-9c66-0385764d6c00"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-2928dc0c-86cb-4067-9c66-0385764d6c00"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-2928dc0c-86cb-4067-9c66-0385764d6c00"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-b9b5dc54-5c4a-4263-b57d-c2ae67730f2b {
  text-align: center;
}




  #s-b9b5dc54-5c4a-4263-b57d-c2ae67730f2b img.shogun-image {
    
    width: px;
  }


#s-b9b5dc54-5c4a-4263-b57d-c2ae67730f2b .shogun-image-content {
  
    align-items: center;
  
}

#s-e7c3ccbf-2d95-4abc-a239-485522677943 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e7c3ccbf-2d95-4abc-a239-485522677943 .shogun-heading-component h4 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: Soleil Semibold;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-efad77ea-f04a-43ab-9f59-91ce5eca0b94 {
  text-align: center;
}




  #s-efad77ea-f04a-43ab-9f59-91ce5eca0b94 img.shogun-image {
    
    width: px;
  }


#s-efad77ea-f04a-43ab-9f59-91ce5eca0b94 .shogun-image-content {
  
    align-items: center;
  
}

#s-608c8d0f-ef8e-46a1-80b2-a88e270011ca {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-608c8d0f-ef8e-46a1-80b2-a88e270011ca .shogun-heading-component h4 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: Soleil Semibold;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-a84b59ec-778b-4f41-a0db-ae3b94b32ef6 {
  margin-left: 10%;
margin-right: 10%;
min-height: 50px;
}
@media (min-width: 1200px){#s-a84b59ec-778b-4f41-a0db-ae3b94b32ef6 {
  margin-bottom: 50px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a84b59ec-778b-4f41-a0db-ae3b94b32ef6 {
  margin-bottom: 45px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-a84b59ec-778b-4f41-a0db-ae3b94b32ef6 {
  margin-left: 2%;
margin-bottom: 50px;
margin-right: 2%;
}
}







#s-a84b59ec-778b-4f41-a0db-ae3b94b32ef6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a84b59ec-778b-4f41-a0db-ae3b94b32ef6.shg-box.shg-c {
  justify-content: center;
}

#s-779b630c-d1e0-468e-b2fb-ae2788a7d85c {
  margin-top: 20px;
padding-top: 10px;
text-align: center;
}
@media (min-width: 992px) and (max-width: 1199px){#s-779b630c-d1e0-468e-b2fb-ae2788a7d85c {
  margin-top: 40px;
}
}@media (max-width: 767px){#s-779b630c-d1e0-468e-b2fb-ae2788a7d85c {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-779b630c-d1e0-468e-b2fb-ae2788a7d85c .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  font-family: Soleil;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-d42a94b1-686c-4fc5-a2f5-9ad73f71ef62 {
  margin-top: 30px;
margin-left: 2%;
margin-right: 2%;
}
@media (min-width: 1200px){#s-d42a94b1-686c-4fc5-a2f5-9ad73f71ef62 {
  margin-bottom: 50px;
}
}@media (max-width: 767px){#s-d42a94b1-686c-4fc5-a2f5-9ad73f71ef62 {
  margin-bottom: 40px;
}
}
@media (min-width: 0px) {
[id="s-d42a94b1-686c-4fc5-a2f5-9ad73f71ef62"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

[id="s-d42a94b1-686c-4fc5-a2f5-9ad73f71ef62"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d42a94b1-686c-4fc5-a2f5-9ad73f71ef62"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-d42a94b1-686c-4fc5-a2f5-9ad73f71ef62"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-d42a94b1-686c-4fc5-a2f5-9ad73f71ef62"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-d42a94b1-686c-4fc5-a2f5-9ad73f71ef62"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-d42a94b1-686c-4fc5-a2f5-9ad73f71ef62"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-d42a94b1-686c-4fc5-a2f5-9ad73f71ef62"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-d42a94b1-686c-4fc5-a2f5-9ad73f71ef62"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-d42a94b1-686c-4fc5-a2f5-9ad73f71ef62"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-d42a94b1-686c-4fc5-a2f5-9ad73f71ef62"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-d42a94b1-686c-4fc5-a2f5-9ad73f71ef62"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-d42a94b1-686c-4fc5-a2f5-9ad73f71ef62"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-d42a94b1-686c-4fc5-a2f5-9ad73f71ef62"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-d42a94b1-686c-4fc5-a2f5-9ad73f71ef62"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-d42a94b1-686c-4fc5-a2f5-9ad73f71ef62"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-d42a94b1-686c-4fc5-a2f5-9ad73f71ef62"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-d42a94b1-686c-4fc5-a2f5-9ad73f71ef62"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-d42a94b1-686c-4fc5-a2f5-9ad73f71ef62"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-d42a94b1-686c-4fc5-a2f5-9ad73f71ef62"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-d42a94b1-686c-4fc5-a2f5-9ad73f71ef62"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-d42a94b1-686c-4fc5-a2f5-9ad73f71ef62"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-d42a94b1-686c-4fc5-a2f5-9ad73f71ef62"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-d42a94b1-686c-4fc5-a2f5-9ad73f71ef62"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-d42a94b1-686c-4fc5-a2f5-9ad73f71ef62"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-d42a94b1-686c-4fc5-a2f5-9ad73f71ef62"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-d42a94b1-686c-4fc5-a2f5-9ad73f71ef62"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-d42a94b1-686c-4fc5-a2f5-9ad73f71ef62"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-d42a94b1-686c-4fc5-a2f5-9ad73f71ef62"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-d42a94b1-686c-4fc5-a2f5-9ad73f71ef62"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-d42a94b1-686c-4fc5-a2f5-9ad73f71ef62"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-d42a94b1-686c-4fc5-a2f5-9ad73f71ef62"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-d42a94b1-686c-4fc5-a2f5-9ad73f71ef62"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-d42a94b1-686c-4fc5-a2f5-9ad73f71ef62"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-d42a94b1-686c-4fc5-a2f5-9ad73f71ef62"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-d42a94b1-686c-4fc5-a2f5-9ad73f71ef62"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-d42a94b1-686c-4fc5-a2f5-9ad73f71ef62"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-d42a94b1-686c-4fc5-a2f5-9ad73f71ef62"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 7.5px);
}

}

#s-76e51011-a5a1-4c39-97f7-8207ed8d8181 {
  display: none;
}
.shg-product-image-wrapper img.shogun-image,
.shogun-component img.shogun-image {
  display: inline-block;
  vertical-align: middle;
}

.shg-product-image-wrapper img.shogun-image {
  width: 100%;
}

.shg-product-img-placeholder img {
  padding: 3rem;
  background: rgba(0, 0, 0, 0.1);
}

.shg-product-image-wrapper {
  display: none;
  position: relative;
  width: 100%;
}

.shg-product-image-wrapper.visible {
  display: inline-block;
}

.shg-product-image-wrapper .shg-product-image-wrapper a {
  text-decoration: none !important;
  border-bottom: 0 !important;
}

.shg-product-image-wrapper .shg-image-zoom {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  max-width: 100%;
  min-height: 100%;
}

.shg-c.shg-align-center .shg-image-zoom {
  margin: 0 auto;
}

.shg-c.shg-align-right .shg-image-zoom {
  margin-left: auto;
}

.shg-image-zoom .shg-image-zoom-background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition: transform 0.5s ease-out;
  transform: scale(1);
}

/**
  Fix for IE11, as min-width does not works there.
**/
@media screen\0 {
  .shg-product-image-wrapper > .shogun-image {
    width: 100%;
  }
}

#s-11796796-5ce2-4914-9785-83ec5d97d00b {
  text-align: left;
}


.shg-c#s-11796796-5ce2-4914-9785-83ec5d97d00b {
  max-width: 100%;
}

.shg-c#s-11796796-5ce2-4914-9785-83ec5d97d00b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-11796796-5ce2-4914-9785-83ec5d97d00b .shg-image-zoom,
.shg-c#s-11796796-5ce2-4914-9785-83ec5d97d00b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-11796796-5ce2-4914-9785-83ec5d97d00b .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-11796796-5ce2-4914-9785-83ec5d97d00b {
  max-width: 100%;
}

.shg-c#s-11796796-5ce2-4914-9785-83ec5d97d00b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-11796796-5ce2-4914-9785-83ec5d97d00b .shg-image-zoom,
.shg-c#s-11796796-5ce2-4914-9785-83ec5d97d00b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-11796796-5ce2-4914-9785-83ec5d97d00b .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-11796796-5ce2-4914-9785-83ec5d97d00b {
  max-width: 100%;
}

.shg-c#s-11796796-5ce2-4914-9785-83ec5d97d00b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-11796796-5ce2-4914-9785-83ec5d97d00b .shg-image-zoom,
.shg-c#s-11796796-5ce2-4914-9785-83ec5d97d00b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-11796796-5ce2-4914-9785-83ec5d97d00b .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-11796796-5ce2-4914-9785-83ec5d97d00b {
  max-width: 100%;
}

.shg-c#s-11796796-5ce2-4914-9785-83ec5d97d00b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-11796796-5ce2-4914-9785-83ec5d97d00b .shg-image-zoom,
.shg-c#s-11796796-5ce2-4914-9785-83ec5d97d00b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-11796796-5ce2-4914-9785-83ec5d97d00b .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-11796796-5ce2-4914-9785-83ec5d97d00b {
  max-width: 100%;
}

.shg-c#s-11796796-5ce2-4914-9785-83ec5d97d00b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-11796796-5ce2-4914-9785-83ec5d97d00b .shg-image-zoom,
.shg-c#s-11796796-5ce2-4914-9785-83ec5d97d00b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-11796796-5ce2-4914-9785-83ec5d97d00b .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
.shg-c#s-11796796-5ce2-4914-9785-83ec5d97d00b {
  max-width: 100%;
}

.shg-c#s-11796796-5ce2-4914-9785-83ec5d97d00b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-11796796-5ce2-4914-9785-83ec5d97d00b .shg-image-zoom,
.shg-c#s-11796796-5ce2-4914-9785-83ec5d97d00b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-11796796-5ce2-4914-9785-83ec5d97d00b .shg-image-zoom {
  
    margin-left: 0px;
  
}


#s-99348c22-5a2e-458b-a87f-b0bdb56e5685 {
  text-align: left;
}

#s-99348c22-5a2e-458b-a87f-b0bdb56e5685 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-99348c22-5a2e-458b-a87f-b0bdb56e5685 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-99348c22-5a2e-458b-a87f-b0bdb56e5685 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-fa5b2050-b844-48be-a71b-906fd3f3ef2e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-fa5b2050-b844-48be-a71b-906fd3f3ef2e .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  font-family: Soleil Extrabold;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-1022d4ab-0d14-4308-93b4-5ca2c72f70c4 {
  display: none;
}
#s-e1b7b9d2-90c1-4e4a-8eea-39c9e1fd797a {
  text-align: left;
}


.shg-c#s-e1b7b9d2-90c1-4e4a-8eea-39c9e1fd797a {
  max-width: 100%;
}

.shg-c#s-e1b7b9d2-90c1-4e4a-8eea-39c9e1fd797a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e1b7b9d2-90c1-4e4a-8eea-39c9e1fd797a .shg-image-zoom,
.shg-c#s-e1b7b9d2-90c1-4e4a-8eea-39c9e1fd797a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e1b7b9d2-90c1-4e4a-8eea-39c9e1fd797a .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-e1b7b9d2-90c1-4e4a-8eea-39c9e1fd797a {
  max-width: 100%;
}

.shg-c#s-e1b7b9d2-90c1-4e4a-8eea-39c9e1fd797a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e1b7b9d2-90c1-4e4a-8eea-39c9e1fd797a .shg-image-zoom,
.shg-c#s-e1b7b9d2-90c1-4e4a-8eea-39c9e1fd797a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e1b7b9d2-90c1-4e4a-8eea-39c9e1fd797a .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-e1b7b9d2-90c1-4e4a-8eea-39c9e1fd797a {
  max-width: 100%;
}

.shg-c#s-e1b7b9d2-90c1-4e4a-8eea-39c9e1fd797a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e1b7b9d2-90c1-4e4a-8eea-39c9e1fd797a .shg-image-zoom,
.shg-c#s-e1b7b9d2-90c1-4e4a-8eea-39c9e1fd797a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e1b7b9d2-90c1-4e4a-8eea-39c9e1fd797a .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-e1b7b9d2-90c1-4e4a-8eea-39c9e1fd797a {
  max-width: 100%;
}

.shg-c#s-e1b7b9d2-90c1-4e4a-8eea-39c9e1fd797a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e1b7b9d2-90c1-4e4a-8eea-39c9e1fd797a .shg-image-zoom,
.shg-c#s-e1b7b9d2-90c1-4e4a-8eea-39c9e1fd797a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e1b7b9d2-90c1-4e4a-8eea-39c9e1fd797a .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-e1b7b9d2-90c1-4e4a-8eea-39c9e1fd797a {
  max-width: 100%;
}

.shg-c#s-e1b7b9d2-90c1-4e4a-8eea-39c9e1fd797a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e1b7b9d2-90c1-4e4a-8eea-39c9e1fd797a .shg-image-zoom,
.shg-c#s-e1b7b9d2-90c1-4e4a-8eea-39c9e1fd797a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e1b7b9d2-90c1-4e4a-8eea-39c9e1fd797a .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
.shg-c#s-e1b7b9d2-90c1-4e4a-8eea-39c9e1fd797a {
  max-width: 100%;
}

.shg-c#s-e1b7b9d2-90c1-4e4a-8eea-39c9e1fd797a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e1b7b9d2-90c1-4e4a-8eea-39c9e1fd797a .shg-image-zoom,
.shg-c#s-e1b7b9d2-90c1-4e4a-8eea-39c9e1fd797a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e1b7b9d2-90c1-4e4a-8eea-39c9e1fd797a .shg-image-zoom {
  
    margin-left: 0px;
  
}


#s-7e2072c5-5bb8-4ec9-a8f7-71f9aec89564 {
  text-align: left;
}

#s-7e2072c5-5bb8-4ec9-a8f7-71f9aec89564 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-7e2072c5-5bb8-4ec9-a8f7-71f9aec89564 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-7e2072c5-5bb8-4ec9-a8f7-71f9aec89564 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-1fdb67f6-60c1-48cb-9384-de34321db973 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-1fdb67f6-60c1-48cb-9384-de34321db973 .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  font-family: Soleil Extrabold;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-fc79b1cd-de42-4b7d-af02-1cad753fa11e {
  display: none;
}
#s-9359f19e-276a-44d4-8a0f-25b580ef1f14 {
  text-align: left;
}


.shg-c#s-9359f19e-276a-44d4-8a0f-25b580ef1f14 {
  max-width: 100%;
}

.shg-c#s-9359f19e-276a-44d4-8a0f-25b580ef1f14 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9359f19e-276a-44d4-8a0f-25b580ef1f14 .shg-image-zoom,
.shg-c#s-9359f19e-276a-44d4-8a0f-25b580ef1f14 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-9359f19e-276a-44d4-8a0f-25b580ef1f14 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-9359f19e-276a-44d4-8a0f-25b580ef1f14 {
  max-width: 100%;
}

.shg-c#s-9359f19e-276a-44d4-8a0f-25b580ef1f14 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9359f19e-276a-44d4-8a0f-25b580ef1f14 .shg-image-zoom,
.shg-c#s-9359f19e-276a-44d4-8a0f-25b580ef1f14 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-9359f19e-276a-44d4-8a0f-25b580ef1f14 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-9359f19e-276a-44d4-8a0f-25b580ef1f14 {
  max-width: 100%;
}

.shg-c#s-9359f19e-276a-44d4-8a0f-25b580ef1f14 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9359f19e-276a-44d4-8a0f-25b580ef1f14 .shg-image-zoom,
.shg-c#s-9359f19e-276a-44d4-8a0f-25b580ef1f14 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-9359f19e-276a-44d4-8a0f-25b580ef1f14 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-9359f19e-276a-44d4-8a0f-25b580ef1f14 {
  max-width: 100%;
}

.shg-c#s-9359f19e-276a-44d4-8a0f-25b580ef1f14 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9359f19e-276a-44d4-8a0f-25b580ef1f14 .shg-image-zoom,
.shg-c#s-9359f19e-276a-44d4-8a0f-25b580ef1f14 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-9359f19e-276a-44d4-8a0f-25b580ef1f14 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-9359f19e-276a-44d4-8a0f-25b580ef1f14 {
  max-width: 100%;
}

.shg-c#s-9359f19e-276a-44d4-8a0f-25b580ef1f14 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9359f19e-276a-44d4-8a0f-25b580ef1f14 .shg-image-zoom,
.shg-c#s-9359f19e-276a-44d4-8a0f-25b580ef1f14 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-9359f19e-276a-44d4-8a0f-25b580ef1f14 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
.shg-c#s-9359f19e-276a-44d4-8a0f-25b580ef1f14 {
  max-width: 100%;
}

.shg-c#s-9359f19e-276a-44d4-8a0f-25b580ef1f14 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9359f19e-276a-44d4-8a0f-25b580ef1f14 .shg-image-zoom,
.shg-c#s-9359f19e-276a-44d4-8a0f-25b580ef1f14 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-9359f19e-276a-44d4-8a0f-25b580ef1f14 .shg-image-zoom {
  
    margin-left: 0px;
  
}


#s-fdedb2df-c935-4914-b5c5-f75224607a92 {
  text-align: left;
}

#s-fdedb2df-c935-4914-b5c5-f75224607a92 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-fdedb2df-c935-4914-b5c5-f75224607a92 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-fdedb2df-c935-4914-b5c5-f75224607a92 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-b59cbcbf-962d-44d9-a22b-6df09dd65895 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-b59cbcbf-962d-44d9-a22b-6df09dd65895 .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  font-family: Soleil Extrabold;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-4daae522-82b4-4477-8cbf-3af56cb14b1a {
  display: none;
}
#s-9a438408-4e5c-4969-a584-e5a386d29ac4 {
  text-align: left;
}


.shg-c#s-9a438408-4e5c-4969-a584-e5a386d29ac4 {
  max-width: 100%;
}

.shg-c#s-9a438408-4e5c-4969-a584-e5a386d29ac4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9a438408-4e5c-4969-a584-e5a386d29ac4 .shg-image-zoom,
.shg-c#s-9a438408-4e5c-4969-a584-e5a386d29ac4 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-9a438408-4e5c-4969-a584-e5a386d29ac4 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-9a438408-4e5c-4969-a584-e5a386d29ac4 {
  max-width: 100%;
}

.shg-c#s-9a438408-4e5c-4969-a584-e5a386d29ac4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9a438408-4e5c-4969-a584-e5a386d29ac4 .shg-image-zoom,
.shg-c#s-9a438408-4e5c-4969-a584-e5a386d29ac4 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-9a438408-4e5c-4969-a584-e5a386d29ac4 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-9a438408-4e5c-4969-a584-e5a386d29ac4 {
  max-width: 100%;
}

.shg-c#s-9a438408-4e5c-4969-a584-e5a386d29ac4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9a438408-4e5c-4969-a584-e5a386d29ac4 .shg-image-zoom,
.shg-c#s-9a438408-4e5c-4969-a584-e5a386d29ac4 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-9a438408-4e5c-4969-a584-e5a386d29ac4 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-9a438408-4e5c-4969-a584-e5a386d29ac4 {
  max-width: 100%;
}

.shg-c#s-9a438408-4e5c-4969-a584-e5a386d29ac4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9a438408-4e5c-4969-a584-e5a386d29ac4 .shg-image-zoom,
.shg-c#s-9a438408-4e5c-4969-a584-e5a386d29ac4 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-9a438408-4e5c-4969-a584-e5a386d29ac4 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-9a438408-4e5c-4969-a584-e5a386d29ac4 {
  max-width: 100%;
}

.shg-c#s-9a438408-4e5c-4969-a584-e5a386d29ac4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9a438408-4e5c-4969-a584-e5a386d29ac4 .shg-image-zoom,
.shg-c#s-9a438408-4e5c-4969-a584-e5a386d29ac4 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-9a438408-4e5c-4969-a584-e5a386d29ac4 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
.shg-c#s-9a438408-4e5c-4969-a584-e5a386d29ac4 {
  max-width: 100%;
}

.shg-c#s-9a438408-4e5c-4969-a584-e5a386d29ac4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9a438408-4e5c-4969-a584-e5a386d29ac4 .shg-image-zoom,
.shg-c#s-9a438408-4e5c-4969-a584-e5a386d29ac4 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-9a438408-4e5c-4969-a584-e5a386d29ac4 .shg-image-zoom {
  
    margin-left: 0px;
  
}


#s-3a816c1a-59ec-4dd8-b6b3-5ee7493ba5f7 {
  text-align: left;
}

#s-3a816c1a-59ec-4dd8-b6b3-5ee7493ba5f7 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-3a816c1a-59ec-4dd8-b6b3-5ee7493ba5f7 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-3a816c1a-59ec-4dd8-b6b3-5ee7493ba5f7 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-41de1c87-cf60-46c0-98c0-4696044b89d7 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-41de1c87-cf60-46c0-98c0-4696044b89d7 .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  font-family: Soleil Extrabold;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



@media (min-width: 0px) {
[id="s-e684f862-cc40-4d02-8e25-44975f763938"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e684f862-cc40-4d02-8e25-44975f763938"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-e684f862-cc40-4d02-8e25-44975f763938"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-e684f862-cc40-4d02-8e25-44975f763938"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-e684f862-cc40-4d02-8e25-44975f763938"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-e684f862-cc40-4d02-8e25-44975f763938"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-e684f862-cc40-4d02-8e25-44975f763938"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-e684f862-cc40-4d02-8e25-44975f763938"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-e684f862-cc40-4d02-8e25-44975f763938"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-e684f862-cc40-4d02-8e25-44975f763938"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-e684f862-cc40-4d02-8e25-44975f763938"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-e684f862-cc40-4d02-8e25-44975f763938"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-e684f862-cc40-4d02-8e25-44975f763938"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-e684f862-cc40-4d02-8e25-44975f763938"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-e684f862-cc40-4d02-8e25-44975f763938"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-e684f862-cc40-4d02-8e25-44975f763938"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-e684f862-cc40-4d02-8e25-44975f763938"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-e684f862-cc40-4d02-8e25-44975f763938"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-e684f862-cc40-4d02-8e25-44975f763938"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-e684f862-cc40-4d02-8e25-44975f763938"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-e684f862-cc40-4d02-8e25-44975f763938"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-e684f862-cc40-4d02-8e25-44975f763938"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-e684f862-cc40-4d02-8e25-44975f763938"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-e684f862-cc40-4d02-8e25-44975f763938"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-e684f862-cc40-4d02-8e25-44975f763938"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-e684f862-cc40-4d02-8e25-44975f763938"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-e684f862-cc40-4d02-8e25-44975f763938"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-e684f862-cc40-4d02-8e25-44975f763938"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-e684f862-cc40-4d02-8e25-44975f763938"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-e684f862-cc40-4d02-8e25-44975f763938"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-e684f862-cc40-4d02-8e25-44975f763938"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-e684f862-cc40-4d02-8e25-44975f763938"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-e684f862-cc40-4d02-8e25-44975f763938"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-e684f862-cc40-4d02-8e25-44975f763938"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-e684f862-cc40-4d02-8e25-44975f763938"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-e684f862-cc40-4d02-8e25-44975f763938"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-e684f862-cc40-4d02-8e25-44975f763938"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-72a50de8-adbc-481c-aa3d-a8d1ee0497ea {
  border-style: solid;
margin-top: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 20px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-72a50de8-adbc-481c-aa3d-a8d1ee0497ea:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(255, 255, 255, 1) !important;
background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-72a50de8-adbc-481c-aa3d-a8d1ee0497ea:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-72a50de8-adbc-481c-aa3d-a8d1ee0497ea {
  padding-bottom: 10px;
}
}

  #s-72a50de8-adbc-481c-aa3d-a8d1ee0497ea-btn-wrapper {
    text-align: center;
  }


#s-72a50de8-adbc-481c-aa3d-a8d1ee0497ea.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  font-family: Soleil;
  display:  block ;
}

#s-c083bad6-dccb-4cb5-b410-d73343b5a3cc {
  border-style: solid;
margin-top: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #2C2A34;
border-radius: 20px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-c083bad6-dccb-4cb5-b410-d73343b5a3cc:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(255, 255, 255, 1) !important;
background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-c083bad6-dccb-4cb5-b410-d73343b5a3cc:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-c083bad6-dccb-4cb5-b410-d73343b5a3cc {
  margin-bottom: 40px;
}
}

  #s-c083bad6-dccb-4cb5-b410-d73343b5a3cc-btn-wrapper {
    text-align: center;
  }


#s-c083bad6-dccb-4cb5-b410-d73343b5a3cc.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  font-family: Soleil;
  display:  block ;
}

#s-09af10ec-769b-4ac4-8991-beb94a0e02e6 {
  min-height: 50px;
background-color: rgba(29, 60, 52, 1);
}
@media (min-width: 1200px){#s-09af10ec-769b-4ac4-8991-beb94a0e02e6 {
  padding-top: 70px;
padding-left: 13%;
padding-bottom: 70px;
padding-right: 13%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-09af10ec-769b-4ac4-8991-beb94a0e02e6 {
  padding-top: 55px;
padding-left: 10%;
padding-bottom: 55px;
padding-right: 10%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-09af10ec-769b-4ac4-8991-beb94a0e02e6 {
  padding-top: 50px;
padding-left: 2%;
padding-bottom: 50px;
padding-right: 2%;
}
}@media (max-width: 767px){#s-09af10ec-769b-4ac4-8991-beb94a0e02e6 {
  display: none;
}
#s-09af10ec-769b-4ac4-8991-beb94a0e02e6, #wrap-s-09af10ec-769b-4ac4-8991-beb94a0e02e6 { display:none !important; }}







#s-09af10ec-769b-4ac4-8991-beb94a0e02e6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-09af10ec-769b-4ac4-8991-beb94a0e02e6.shg-box.shg-c {
  justify-content: center;
}

#s-21b2cc96-8bf9-465b-82d0-6228c746ca5c {
  margin-top: -13px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-21b2cc96-8bf9-465b-82d0-6228c746ca5c .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: Soleil;
  font-style:   ;
  font-size: 38px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


@media (min-width: 768px) and (max-width: 991px){#s-21b2cc96-8bf9-465b-82d0-6228c746ca5c .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: Soleil;
  font-style:   ;
  font-size: 35px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


}
@media (min-width: 0px) {
[id="s-96440fa1-9aa1-4c40-889f-591c8c20ceb7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-96440fa1-9aa1-4c40-889f-591c8c20ceb7"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-96440fa1-9aa1-4c40-889f-591c8c20ceb7"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-96440fa1-9aa1-4c40-889f-591c8c20ceb7"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-96440fa1-9aa1-4c40-889f-591c8c20ceb7"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-96440fa1-9aa1-4c40-889f-591c8c20ceb7"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-96440fa1-9aa1-4c40-889f-591c8c20ceb7"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-96440fa1-9aa1-4c40-889f-591c8c20ceb7"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-96440fa1-9aa1-4c40-889f-591c8c20ceb7"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-96440fa1-9aa1-4c40-889f-591c8c20ceb7"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-96440fa1-9aa1-4c40-889f-591c8c20ceb7"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-96440fa1-9aa1-4c40-889f-591c8c20ceb7"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-96440fa1-9aa1-4c40-889f-591c8c20ceb7"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-96440fa1-9aa1-4c40-889f-591c8c20ceb7"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-96440fa1-9aa1-4c40-889f-591c8c20ceb7"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-96440fa1-9aa1-4c40-889f-591c8c20ceb7"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-96440fa1-9aa1-4c40-889f-591c8c20ceb7"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-96440fa1-9aa1-4c40-889f-591c8c20ceb7"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-96440fa1-9aa1-4c40-889f-591c8c20ceb7"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-96440fa1-9aa1-4c40-889f-591c8c20ceb7"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-96440fa1-9aa1-4c40-889f-591c8c20ceb7"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-96440fa1-9aa1-4c40-889f-591c8c20ceb7"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-96440fa1-9aa1-4c40-889f-591c8c20ceb7"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-96440fa1-9aa1-4c40-889f-591c8c20ceb7"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-96440fa1-9aa1-4c40-889f-591c8c20ceb7"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-96440fa1-9aa1-4c40-889f-591c8c20ceb7"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-96440fa1-9aa1-4c40-889f-591c8c20ceb7"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-96440fa1-9aa1-4c40-889f-591c8c20ceb7"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-96440fa1-9aa1-4c40-889f-591c8c20ceb7"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-96440fa1-9aa1-4c40-889f-591c8c20ceb7"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-96440fa1-9aa1-4c40-889f-591c8c20ceb7"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-96440fa1-9aa1-4c40-889f-591c8c20ceb7"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-96440fa1-9aa1-4c40-889f-591c8c20ceb7"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-96440fa1-9aa1-4c40-889f-591c8c20ceb7"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-96440fa1-9aa1-4c40-889f-591c8c20ceb7"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-96440fa1-9aa1-4c40-889f-591c8c20ceb7"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-96440fa1-9aa1-4c40-889f-591c8c20ceb7"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-a78e0998-378f-4a94-b5d7-51d8a7d0785a {
  margin-left: 35%;
margin-right: 35%;
text-align: center;
}




  #s-a78e0998-378f-4a94-b5d7-51d8a7d0785a img.shogun-image {
    
    width: px;
  }


#s-a78e0998-378f-4a94-b5d7-51d8a7d0785a .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 1200px){#s-67122df4-8d51-4cb8-a3b4-57f813f51985 {
  margin-top: 17px;
}
}
#s-06eca342-1216-4be7-b22a-17df76727a48 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-06eca342-1216-4be7-b22a-17df76727a48 .shogun-heading-component h4 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: Soleil Semibold;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-4aa6e32a-d58f-45f3-a288-269e5598f717 {
  margin-top: 0px;
margin-left: 35%;
margin-bottom: 0px;
margin-right: 35%;
text-align: center;
}




  #s-4aa6e32a-d58f-45f3-a288-269e5598f717 img.shogun-image {
    
    width: px;
  }


#s-4aa6e32a-d58f-45f3-a288-269e5598f717 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 1200px){#s-b85b490a-6103-411e-8fbe-94959b1e1c0b {
  margin-top: 17px;
margin-bottom: 17px;
}
}
#s-96d94816-2aa5-481d-b94c-f63e2e4647d6 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-96d94816-2aa5-481d-b94c-f63e2e4647d6 .shogun-heading-component h4 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: Soleil Semibold;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-a8aefbfc-c4bb-44d2-819c-c90fb6199988 {
  margin-left: 35%;
margin-right: 35%;
text-align: center;
}




  #s-a8aefbfc-c4bb-44d2-819c-c90fb6199988 img.shogun-image {
    
    width: px;
  }


#s-a8aefbfc-c4bb-44d2-819c-c90fb6199988 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 1200px){#s-26dd2ef7-d9c4-42d7-9b3f-7af9eda4a98e {
  margin-top: 17px;
}
}
#s-0ce4bc47-4c3c-4c26-97b4-873ecae9e93c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0ce4bc47-4c3c-4c26-97b4-873ecae9e93c .shogun-heading-component h4 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: Soleil Semibold;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-e72ee649-55cf-40e8-9712-afacc669ff04 {
  min-height: 50px;
background-color: rgba(29, 60, 52, 1);
}
@media (min-width: 1200px){#s-e72ee649-55cf-40e8-9712-afacc669ff04 {
  padding-top: 70px;
padding-left: 13%;
padding-bottom: 70px;
padding-right: 13%;
display: none;
}
#s-e72ee649-55cf-40e8-9712-afacc669ff04, #wrap-s-e72ee649-55cf-40e8-9712-afacc669ff04 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e72ee649-55cf-40e8-9712-afacc669ff04 {
  padding-top: 55px;
padding-left: 10%;
padding-bottom: 55px;
padding-right: 10%;
display: none;
}
#s-e72ee649-55cf-40e8-9712-afacc669ff04, #wrap-s-e72ee649-55cf-40e8-9712-afacc669ff04 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-e72ee649-55cf-40e8-9712-afacc669ff04 {
  padding-top: 50px;
padding-left: 2%;
padding-bottom: 50px;
padding-right: 2%;
display: none;
}
#s-e72ee649-55cf-40e8-9712-afacc669ff04, #wrap-s-e72ee649-55cf-40e8-9712-afacc669ff04 { display:none !important; }}@media (max-width: 767px){#s-e72ee649-55cf-40e8-9712-afacc669ff04 {
  padding-top: 30px;
padding-left: 4%;
padding-bottom: 30px;
padding-right: 4%;
}
}







#s-e72ee649-55cf-40e8-9712-afacc669ff04 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e72ee649-55cf-40e8-9712-afacc669ff04.shg-box.shg-c {
  justify-content: center;
}

#s-338d73f6-04f4-4087-820b-a6898b069161 {
  margin-top: -13px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-338d73f6-04f4-4087-820b-a6898b069161 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: Soleil;
  font-style:   ;
  font-size: 38px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


@media (max-width: 767px){#s-338d73f6-04f4-4087-820b-a6898b069161 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: Soleil;
  font-style:   ;
  font-size: 27px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


}
#s-d927370e-3c3c-44dd-b1d8-0296684e9914 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-d927370e-3c3c-44dd-b1d8-0296684e9914 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-d927370e-3c3c-44dd-b1d8-0296684e9914 .shg-sld-nav-button.shg-sld-left,
#s-d927370e-3c3c-44dd-b1d8-0296684e9914 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-40a2c24f-fe45-4587-a0de-6d1e81d83041 {
  margin-left: 35%;
margin-right: 35%;
text-align: center;
}




  #s-40a2c24f-fe45-4587-a0de-6d1e81d83041 img.shogun-image {
    
    width: px;
  }


#s-40a2c24f-fe45-4587-a0de-6d1e81d83041 .shogun-image-content {
  
    align-items: center;
  
}

#s-f910d3ba-ad41-4868-8005-ee8fd2979bea {
  margin-top: 0px;
margin-left: 35%;
margin-bottom: 0px;
margin-right: 35%;
text-align: center;
}




  #s-f910d3ba-ad41-4868-8005-ee8fd2979bea img.shogun-image {
    
    width: px;
  }


#s-f910d3ba-ad41-4868-8005-ee8fd2979bea .shogun-image-content {
  
    align-items: center;
  
}

#s-5d295ba0-c339-4e6e-8eab-c31756225ca8 {
  margin-left: 35%;
margin-right: 35%;
text-align: center;
}




  #s-5d295ba0-c339-4e6e-8eab-c31756225ca8 img.shogun-image {
    
    width: px;
  }


#s-5d295ba0-c339-4e6e-8eab-c31756225ca8 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 1200px){#s-d356d89e-f763-42eb-968b-bf7cbc7c6bae {
  margin-top: 17px;
}
}
@media (min-width: 1200px){#s-9d123fc1-fdd8-46f6-9a7b-9b14b42fa87a {
  margin-top: 17px;
margin-bottom: 17px;
}
}
@media (min-width: 1200px){#s-d97eeca3-4844-4f5e-b574-5619576735c2 {
  margin-top: 17px;
}
}
#s-ebf63c50-7258-4f33-b80d-f3a58537ba48 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ebf63c50-7258-4f33-b80d-f3a58537ba48 .shogun-heading-component h4 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: Soleil Semibold;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-08b78973-b6a3-4d00-8d79-310a970d1599 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-08b78973-b6a3-4d00-8d79-310a970d1599 .shogun-heading-component h4 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: Soleil Semibold;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-5445a679-d9a7-4f10-97ff-311889789271 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5445a679-d9a7-4f10-97ff-311889789271 .shogun-heading-component h4 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: Soleil Semibold;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-4fabd25c-702f-430e-8cbd-b7cd864ffaee {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-4fabd25c-702f-430e-8cbd-b7cd864ffaee {
  padding-top: 75px;
padding-left: 15%;
padding-bottom: 75px;
padding-right: 15%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-4fabd25c-702f-430e-8cbd-b7cd864ffaee {
  padding-top: 75px;
padding-left: 11%;
padding-bottom: 75px;
padding-right: 11%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-4fabd25c-702f-430e-8cbd-b7cd864ffaee {
  padding-top: 50px;
padding-left: 4%;
padding-bottom: 50px;
padding-right: 4%;
}
}@media (max-width: 767px){#s-4fabd25c-702f-430e-8cbd-b7cd864ffaee {
  padding-top: 50px;
padding-left: 2%;
padding-bottom: 50px;
padding-right: 2%;
display: none;
}
#s-4fabd25c-702f-430e-8cbd-b7cd864ffaee, #wrap-s-4fabd25c-702f-430e-8cbd-b7cd864ffaee { display:none !important; }}







#s-4fabd25c-702f-430e-8cbd-b7cd864ffaee > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4fabd25c-702f-430e-8cbd-b7cd864ffaee.shg-box.shg-c {
  justify-content: center;
}

#s-3ce7b95f-f48c-41fe-9f74-a610379cd13b {
  margin-top: -13px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3ce7b95f-f48c-41fe-9f74-a610379cd13b .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: Soleil Extrabold;
  font-style:   ;
  font-size: 30px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-9313fa46-c8e9-4575-916c-d7f82804a923 {
  margin-top: -14px;
}

#s-9f6f0057-8f70-435c-be90-299d92e8c195 {
  margin-top: 50px;
margin-bottom: 50px;
}
@media (max-width: 767px){#s-9f6f0057-8f70-435c-be90-299d92e8c195 {
  margin-left: 8%;
margin-right: 8%;
}
}
@media (min-width: 0px) {
[id="s-9f6f0057-8f70-435c-be90-299d92e8c195"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9f6f0057-8f70-435c-be90-299d92e8c195"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 6.666666666666667px);
}

[id="s-9f6f0057-8f70-435c-be90-299d92e8c195"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 6.666666666666667px);
}

[id="s-9f6f0057-8f70-435c-be90-299d92e8c195"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 6.666666666666667px);
}

[id="s-9f6f0057-8f70-435c-be90-299d92e8c195"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

[id="s-9f6f0057-8f70-435c-be90-299d92e8c195"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 6.666666666666667px);
}

[id="s-9f6f0057-8f70-435c-be90-299d92e8c195"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 6.666666666666667px);
}

[id="s-9f6f0057-8f70-435c-be90-299d92e8c195"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 6.666666666666667px);
}

[id="s-9f6f0057-8f70-435c-be90-299d92e8c195"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 6.666666666666667px);
}

[id="s-9f6f0057-8f70-435c-be90-299d92e8c195"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 6.666666666666667px);
}

[id="s-9f6f0057-8f70-435c-be90-299d92e8c195"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 6.666666666666667px);
}

[id="s-9f6f0057-8f70-435c-be90-299d92e8c195"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 6.666666666666667px);
}

[id="s-9f6f0057-8f70-435c-be90-299d92e8c195"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-9f6f0057-8f70-435c-be90-299d92e8c195"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 6.666666666666667px);
}

[id="s-9f6f0057-8f70-435c-be90-299d92e8c195"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 6.666666666666667px);
}

[id="s-9f6f0057-8f70-435c-be90-299d92e8c195"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 6.666666666666667px);
}

[id="s-9f6f0057-8f70-435c-be90-299d92e8c195"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

[id="s-9f6f0057-8f70-435c-be90-299d92e8c195"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 6.666666666666667px);
}

[id="s-9f6f0057-8f70-435c-be90-299d92e8c195"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 6.666666666666667px);
}

[id="s-9f6f0057-8f70-435c-be90-299d92e8c195"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 6.666666666666667px);
}

[id="s-9f6f0057-8f70-435c-be90-299d92e8c195"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 6.666666666666667px);
}

[id="s-9f6f0057-8f70-435c-be90-299d92e8c195"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 6.666666666666667px);
}

[id="s-9f6f0057-8f70-435c-be90-299d92e8c195"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 6.666666666666667px);
}

[id="s-9f6f0057-8f70-435c-be90-299d92e8c195"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 6.666666666666667px);
}

[id="s-9f6f0057-8f70-435c-be90-299d92e8c195"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-9f6f0057-8f70-435c-be90-299d92e8c195"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 6.666666666666667px);
}

[id="s-9f6f0057-8f70-435c-be90-299d92e8c195"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 6.666666666666667px);
}

[id="s-9f6f0057-8f70-435c-be90-299d92e8c195"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 6.666666666666667px);
}

[id="s-9f6f0057-8f70-435c-be90-299d92e8c195"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

[id="s-9f6f0057-8f70-435c-be90-299d92e8c195"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 6.666666666666667px);
}

[id="s-9f6f0057-8f70-435c-be90-299d92e8c195"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 6.666666666666667px);
}

[id="s-9f6f0057-8f70-435c-be90-299d92e8c195"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 6.666666666666667px);
}

[id="s-9f6f0057-8f70-435c-be90-299d92e8c195"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 6.666666666666667px);
}

[id="s-9f6f0057-8f70-435c-be90-299d92e8c195"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 6.666666666666667px);
}

[id="s-9f6f0057-8f70-435c-be90-299d92e8c195"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 6.666666666666667px);
}

[id="s-9f6f0057-8f70-435c-be90-299d92e8c195"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 6.666666666666667px);
}

[id="s-9f6f0057-8f70-435c-be90-299d92e8c195"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 6.666666666666667px);
}

}

#s-d6912eeb-da7e-4b87-997e-5a8697c06d8d {
  text-align: center;
}
@media (min-width: 1200px){#s-d6912eeb-da7e-4b87-997e-5a8697c06d8d {
  margin-left: 0%;
margin-right: 0%;
}
}



  #s-d6912eeb-da7e-4b87-997e-5a8697c06d8d img.shogun-image {
    
    width: px;
  }


#s-d6912eeb-da7e-4b87-997e-5a8697c06d8d .shogun-image-content {
  
    align-items: center;
  
}

#s-d7949537-8206-430b-a40d-756f84ecbc1c {
  text-align: center;
}
@media (max-width: 767px){#s-d7949537-8206-430b-a40d-756f84ecbc1c {
  margin-top: 15px;
margin-bottom: 15px;
}
}



  #s-d7949537-8206-430b-a40d-756f84ecbc1c img.shogun-image {
    
    width: px;
  }


#s-d7949537-8206-430b-a40d-756f84ecbc1c .shogun-image-content {
  
    align-items: center;
  
}

#s-a2cbdc72-0d73-4317-8a2c-efee7a9248a5 {
  text-align: center;
}




  #s-a2cbdc72-0d73-4317-8a2c-efee7a9248a5 img.shogun-image {
    
    width: px;
  }


#s-a2cbdc72-0d73-4317-8a2c-efee7a9248a5 .shogun-image-content {
  
    align-items: center;
  
}

#s-64251c35-348b-4075-9776-dfb48320bcc0 {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-64251c35-348b-4075-9776-dfb48320bcc0 {
  padding-top: 75px;
padding-left: 15%;
padding-bottom: 75px;
padding-right: 15%;
display: none;
}
#s-64251c35-348b-4075-9776-dfb48320bcc0, #wrap-s-64251c35-348b-4075-9776-dfb48320bcc0 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-64251c35-348b-4075-9776-dfb48320bcc0 {
  padding-top: 75px;
padding-left: 11%;
padding-bottom: 75px;
padding-right: 11%;
display: none;
}
#s-64251c35-348b-4075-9776-dfb48320bcc0, #wrap-s-64251c35-348b-4075-9776-dfb48320bcc0 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-64251c35-348b-4075-9776-dfb48320bcc0 {
  padding-top: 50px;
padding-left: 4%;
padding-bottom: 50px;
padding-right: 4%;
display: none;
}
#s-64251c35-348b-4075-9776-dfb48320bcc0, #wrap-s-64251c35-348b-4075-9776-dfb48320bcc0 { display:none !important; }}@media (max-width: 767px){#s-64251c35-348b-4075-9776-dfb48320bcc0 {
  padding-top: 50px;
padding-left: 2%;
padding-bottom: 50px;
padding-right: 2%;
}
}







#s-64251c35-348b-4075-9776-dfb48320bcc0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-64251c35-348b-4075-9776-dfb48320bcc0.shg-box.shg-c {
  justify-content: center;
}

#s-b3f593a2-9885-43f6-8179-9359875c9575 {
  margin-top: -13px;
margin-left: 5%;
margin-right: 5%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b3f593a2-9885-43f6-8179-9359875c9575 .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: Soleil Extrabold;
  font-style:   ;
  font-size: 30px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-64908817-a6f6-4615-96e2-a09174fdf211 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-64908817-a6f6-4615-96e2-a09174fdf211 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-64908817-a6f6-4615-96e2-a09174fdf211 .shg-sld-nav-button.shg-sld-left,
#s-64908817-a6f6-4615-96e2-a09174fdf211 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-10a0a18c-c29a-4fdd-8ebc-20f8a2ce33f7 {
  text-align: center;
}




  #s-10a0a18c-c29a-4fdd-8ebc-20f8a2ce33f7 img.shogun-image {
    
    width: px;
  }


#s-10a0a18c-c29a-4fdd-8ebc-20f8a2ce33f7 .shogun-image-content {
  
    align-items: center;
  
}

#s-6bfeccf2-d4c8-4858-b5a1-6a6e2b47d9f0 {
  text-align: center;
}
@media (max-width: 767px){#s-6bfeccf2-d4c8-4858-b5a1-6a6e2b47d9f0 {
  margin-top: 15px;
margin-bottom: 15px;
}
}



  #s-6bfeccf2-d4c8-4858-b5a1-6a6e2b47d9f0 img.shogun-image {
    
    width: px;
  }


#s-6bfeccf2-d4c8-4858-b5a1-6a6e2b47d9f0 .shogun-image-content {
  
    align-items: center;
  
}

#s-6bd923c2-b072-4f4f-bbf0-7307a7795b6b {
  text-align: center;
}
@media (min-width: 1200px){#s-6bd923c2-b072-4f4f-bbf0-7307a7795b6b {
  margin-left: 0%;
margin-right: 0%;
}
}



  #s-6bd923c2-b072-4f4f-bbf0-7307a7795b6b img.shogun-image {
    
    width: px;
  }


#s-6bd923c2-b072-4f4f-bbf0-7307a7795b6b .shogun-image-content {
  
    align-items: center;
  
}

#s-077c486f-7758-45cd-9c51-27d533a96e0e {
  margin-left: 0%;
margin-right: 0%;
padding-top: 75px;
padding-left: 21%;
padding-bottom: 75px;
padding-right: 21%;
min-height: 50px;
background-color: rgba(127, 63, 34, 1);
}
@media (min-width: 1200px){#s-077c486f-7758-45cd-9c51-27d533a96e0e {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-077c486f-7758-45cd-9c51-27d533a96e0e {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-077c486f-7758-45cd-9c51-27d533a96e0e {
  margin-left: 0%;
margin-right: 0%;
padding-left: 9%;
padding-right: 9%;
}
}@media (max-width: 767px){#s-077c486f-7758-45cd-9c51-27d533a96e0e {
  padding-left: 4%;
padding-right: 4%;
}
}







#s-077c486f-7758-45cd-9c51-27d533a96e0e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-077c486f-7758-45cd-9c51-27d533a96e0e.shg-box.shg-c {
  justify-content: center;
}

@media (max-width: 767px){#s-0bbd7227-aa2c-4396-86bb-e31f62117523 {
  padding-top: 20px;
}
}
@media (min-width: 1200px){#s-d51eced6-3433-43d0-9707-67c8f2e40d25 {
  margin-top: 17px;
margin-bottom: 17px;
}
}
@media (min-width: 1200px){#s-a881c553-fb05-4e83-b18d-90aaf3c98ca2 {
  padding-left: 10%;
padding-right: 10%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a881c553-fb05-4e83-b18d-90aaf3c98ca2 {
  margin-top: -12px;
margin-bottom: 0px;
}
}
@media (min-width: 0px) {
[id="s-a881c553-fb05-4e83-b18d-90aaf3c98ca2"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-a881c553-fb05-4e83-b18d-90aaf3c98ca2"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-a881c553-fb05-4e83-b18d-90aaf3c98ca2"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-a881c553-fb05-4e83-b18d-90aaf3c98ca2"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-a881c553-fb05-4e83-b18d-90aaf3c98ca2"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-a881c553-fb05-4e83-b18d-90aaf3c98ca2"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-a881c553-fb05-4e83-b18d-90aaf3c98ca2"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-a881c553-fb05-4e83-b18d-90aaf3c98ca2"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-a881c553-fb05-4e83-b18d-90aaf3c98ca2"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-a881c553-fb05-4e83-b18d-90aaf3c98ca2"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-a881c553-fb05-4e83-b18d-90aaf3c98ca2"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-a881c553-fb05-4e83-b18d-90aaf3c98ca2"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-a881c553-fb05-4e83-b18d-90aaf3c98ca2"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-a881c553-fb05-4e83-b18d-90aaf3c98ca2"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-a881c553-fb05-4e83-b18d-90aaf3c98ca2"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-a881c553-fb05-4e83-b18d-90aaf3c98ca2"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-a881c553-fb05-4e83-b18d-90aaf3c98ca2"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-a881c553-fb05-4e83-b18d-90aaf3c98ca2"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-a881c553-fb05-4e83-b18d-90aaf3c98ca2"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-a881c553-fb05-4e83-b18d-90aaf3c98ca2"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-a881c553-fb05-4e83-b18d-90aaf3c98ca2"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-a881c553-fb05-4e83-b18d-90aaf3c98ca2"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-a881c553-fb05-4e83-b18d-90aaf3c98ca2"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-a881c553-fb05-4e83-b18d-90aaf3c98ca2"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-a881c553-fb05-4e83-b18d-90aaf3c98ca2"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-a881c553-fb05-4e83-b18d-90aaf3c98ca2"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-a881c553-fb05-4e83-b18d-90aaf3c98ca2"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-a881c553-fb05-4e83-b18d-90aaf3c98ca2"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-a881c553-fb05-4e83-b18d-90aaf3c98ca2"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-a881c553-fb05-4e83-b18d-90aaf3c98ca2"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-a881c553-fb05-4e83-b18d-90aaf3c98ca2"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-a881c553-fb05-4e83-b18d-90aaf3c98ca2"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-a881c553-fb05-4e83-b18d-90aaf3c98ca2"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-a881c553-fb05-4e83-b18d-90aaf3c98ca2"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-a881c553-fb05-4e83-b18d-90aaf3c98ca2"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-a881c553-fb05-4e83-b18d-90aaf3c98ca2"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-a881c553-fb05-4e83-b18d-90aaf3c98ca2"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-a881c553-fb05-4e83-b18d-90aaf3c98ca2"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-a881c553-fb05-4e83-b18d-90aaf3c98ca2"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-a881c553-fb05-4e83-b18d-90aaf3c98ca2"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-a881c553-fb05-4e83-b18d-90aaf3c98ca2"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-a881c553-fb05-4e83-b18d-90aaf3c98ca2"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-a881c553-fb05-4e83-b18d-90aaf3c98ca2"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-a881c553-fb05-4e83-b18d-90aaf3c98ca2"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-a881c553-fb05-4e83-b18d-90aaf3c98ca2"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-a881c553-fb05-4e83-b18d-90aaf3c98ca2"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-a881c553-fb05-4e83-b18d-90aaf3c98ca2"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-a881c553-fb05-4e83-b18d-90aaf3c98ca2"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-f533cdc5-f421-4a76-9176-25ea912bfb1e {
  text-align: center;
}




  #s-f533cdc5-f421-4a76-9176-25ea912bfb1e img.shogun-image {
    
    width: px;
  }


#s-f533cdc5-f421-4a76-9176-25ea912bfb1e .shogun-image-content {
  
    align-items: center;
  
}

#s-68b99781-59db-45d2-b9a4-684fdcca3e28 {
  text-align: center;
}




  #s-68b99781-59db-45d2-b9a4-684fdcca3e28 img.shogun-image {
    
    width: px;
  }


#s-68b99781-59db-45d2-b9a4-684fdcca3e28 .shogun-image-content {
  
    align-items: center;
  
}

#s-43f7f88f-c33b-4b08-88e8-99694acb4de5 {
  text-align: center;
}




  #s-43f7f88f-c33b-4b08-88e8-99694acb4de5 img.shogun-image {
    
    width: px;
  }


#s-43f7f88f-c33b-4b08-88e8-99694acb4de5 .shogun-image-content {
  
    align-items: center;
  
}

/*
  $vgutter : 20px
  $hgutter : 10px;
*/

.shg-c:before,
.shg-c:after {
  content: " ";
  display: table;
}

/**
  Ref:
  https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Positioning/Understanding_z_index/The_stacking_context
  https://dnf.slack.com/archives/C0514HB79/p1538741509000100
**/
.shogun-root {
  z-index: 1;
  position: relative;
  isolation: isolate;
}

.shogun-root iframe {
  display: initial;
}

@media (max-width: 1024px) {
  .shg-c,
  .shg-box {
    background-attachment: scroll !important;
  }
}

@media only screen
  and (min-width: 1024px) and (max-height: 1366px)
  and (-webkit-min-device-pixel-ratio: 1.5) and (hover: none)
  and (orientation: landscape) {
  .shg-box {
    background-attachment: scroll !important;
  }
}

#mc_embed_signup .clear {
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
}

.shg-clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.shogun-image {
  max-width: 100%;
  min-height: inherit;
  max-height: inherit;
  display: inline !important;
  border: 0;
  vertical-align: middle;
}

.shg-fw {
  margin-left: calc(50% - 50vw);
  width: 100vw;
}

.shg-fw .shg-fw {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

div[data-shg-lightbox-switch] {
  cursor: pointer;
}

.shg-lightbox {
  position: fixed;
  z-index: 999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.85);
}

.shg-lightbox.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 100%;
  text-align: center;
}

.shg-lightbox .shg-lightbox-close {
  position: absolute;
  right: 0;
  padding: 5px 0;
  color: #fff;
  font-size: 45px;
  margin-right: 10px;
  line-height: 30px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
  z-index: 1;
}

.shg-lightbox .shg-lightbox-image-container {
  padding: 25px;
}

.shg-lightbox .shg-lightbox-image {
  margin: auto;
  max-height: 90vh;
  max-width: 100%;
}

.shg-lightbox .shg-lightbox-close:hover,
.shg-lightbox .shg-lightbox-close:focus {
  color: #a2a2a2;
  text-decoration: none;
  cursor: pointer;
}

.shg-lightbox .shg-lightbox-nav {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: 35px;
  height: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translate(0%, -50%);
  z-index: 1;
}

.shg-lightbox .shg-lightbox-nav.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-nav.shg-nav-left {
  left: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==);
}

.shg-lightbox .shg-lightbox-nav.shg-nav-right {
  right: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+);
}

@media screen and (min-width: 769px) {
  .shg-lightbox .shg-lightbox-image-container {
    padding: 50px;
  }
}

.shogun-lazyload:not([src]),
.shogun-lazyloading:not([src]) {
	opacity: 0;
}
.shogun-lazyloaded {
	opacity: 1;
	transition: opacity 300ms;
}

.shogun-root a:empty,
.shogun-root article:empty,
.shogun-root dl:empty,
.shogun-root h1:empty,
.shogun-root h2:empty,
.shogun-root h3:empty,
.shogun-root h4:empty,
.shogun-root h5:empty,
.shogun-root h6:empty,
.shogun-root p:empty,
.shogun-root section:empty,
.shogun-root ul:empty {
  display: unset;
}

.shogun-root div:empty {
  display: inline-block;
}
