.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-fa98a705-fa30-4130-ab92-ff05f3de7784 {
  min-height: 50px;
}








#s-fa98a705-fa30-4130-ab92-ff05f3de7784 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fa98a705-fa30-4130-ab92-ff05f3de7784.shg-box.shg-c {
  justify-content: center;
}

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

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

#s-838b0bab-ffe1-41a6-9d15-f58af7309868 {
  margin-bottom: 30px;
padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 992px) and (max-width: 1199px){#s-838b0bab-ffe1-41a6-9d15-f58af7309868 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-838b0bab-ffe1-41a6-9d15-f58af7309868 {
  text-align: center;
}
}@media (max-width: 767px){#s-838b0bab-ffe1-41a6-9d15-f58af7309868 {
  
}
}
#s-838b0bab-ffe1-41a6-9d15-f58af7309868 .shogun-heading-component h2 {
  color: rgba(33, 31, 32, 1);
  font-weight:   ;
  font-family: "Alfa Slab One";
  font-style:   ;
  font-size: 30px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


@media (min-width: 768px) and (max-width: 991px){#s-838b0bab-ffe1-41a6-9d15-f58af7309868 .shogun-heading-component h2 {
  color: rgba(33, 31, 32, 1);
  font-weight:   ;
  font-family: "Alfa Slab One";
  font-style:   ;
  font-size: 26px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


}@media (max-width: 767px){#s-838b0bab-ffe1-41a6-9d15-f58af7309868 .shogun-heading-component h2 {
  color: rgba(33, 31, 32, 1);
  font-weight:   ;
  font-family: "Alfa Slab One";
  font-style:   ;
  font-size: 26px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


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

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

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

#s-b4e05b17-6873-4e48-87b4-1b255cc3b107 {
  margin-bottom: 30px;
}

@media (min-width: 0px) {
[id="s-b4e05b17-6873-4e48-87b4-1b255cc3b107"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b4e05b17-6873-4e48-87b4-1b255cc3b107"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-b4e05b17-6873-4e48-87b4-1b255cc3b107"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-b4e05b17-6873-4e48-87b4-1b255cc3b107"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-b4e05b17-6873-4e48-87b4-1b255cc3b107"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-b4e05b17-6873-4e48-87b4-1b255cc3b107"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-b4e05b17-6873-4e48-87b4-1b255cc3b107"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-b4e05b17-6873-4e48-87b4-1b255cc3b107"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-b4e05b17-6873-4e48-87b4-1b255cc3b107"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-b4e05b17-6873-4e48-87b4-1b255cc3b107"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-b4e05b17-6873-4e48-87b4-1b255cc3b107"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-b4e05b17-6873-4e48-87b4-1b255cc3b107"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-b4e05b17-6873-4e48-87b4-1b255cc3b107"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-b4e05b17-6873-4e48-87b4-1b255cc3b107"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-b4e05b17-6873-4e48-87b4-1b255cc3b107"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-b4e05b17-6873-4e48-87b4-1b255cc3b107"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-b4e05b17-6873-4e48-87b4-1b255cc3b107"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-b4e05b17-6873-4e48-87b4-1b255cc3b107"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-b4e05b17-6873-4e48-87b4-1b255cc3b107"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-b4e05b17-6873-4e48-87b4-1b255cc3b107"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-b4e05b17-6873-4e48-87b4-1b255cc3b107"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-b4e05b17-6873-4e48-87b4-1b255cc3b107"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-b4e05b17-6873-4e48-87b4-1b255cc3b107"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-b4e05b17-6873-4e48-87b4-1b255cc3b107"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-b4e05b17-6873-4e48-87b4-1b255cc3b107"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-b4e05b17-6873-4e48-87b4-1b255cc3b107"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-b4e05b17-6873-4e48-87b4-1b255cc3b107"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-b4e05b17-6873-4e48-87b4-1b255cc3b107"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-b4e05b17-6873-4e48-87b4-1b255cc3b107"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-b4e05b17-6873-4e48-87b4-1b255cc3b107"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-b4e05b17-6873-4e48-87b4-1b255cc3b107"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-b4e05b17-6873-4e48-87b4-1b255cc3b107"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-b4e05b17-6873-4e48-87b4-1b255cc3b107"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-b4e05b17-6873-4e48-87b4-1b255cc3b107"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-b4e05b17-6873-4e48-87b4-1b255cc3b107"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-b4e05b17-6873-4e48-87b4-1b255cc3b107"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-b4e05b17-6873-4e48-87b4-1b255cc3b107"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-5d805ed5-60fc-4215-b75a-76c174e55d6a {
  margin-top: 0px;
margin-bottom: 0px;
}

#s-5d805ed5-60fc-4215-b75a-76c174e55d6a hr {
  border: 0;
  width: 100%;
  border-top: 5px solid rgba(255, 228, 36, 1);
}

#s-8d6bde57-9735-4006-8bed-cb7173edeef9 {
  margin-bottom: 20px;
}
@media (min-width: 992px) and (max-width: 1199px){#s-8d6bde57-9735-4006-8bed-cb7173edeef9 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-8d6bde57-9735-4006-8bed-cb7173edeef9 {
  text-align: center;
}
}@media (max-width: 767px){#s-8d6bde57-9735-4006-8bed-cb7173edeef9 {
  
}
}
#s-8d6bde57-9735-4006-8bed-cb7173edeef9 .shogun-heading-component h2 {
  color: rgba(33, 31, 32, 1);
  font-weight:   ;
  font-family: "Alfa Slab One";
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



.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-b41b5eaf-ec18-4d1c-8e59-93a2b9d96cb5 {
  margin-top: 0px;
margin-bottom: 0px;
}

#s-b41b5eaf-ec18-4d1c-8e59-93a2b9d96cb5 hr {
  border: 0;
  width: 100%;
  border-top: 5px solid rgba(255, 228, 36, 1);
}

#s-d25418c0-59e1-4129-8921-1f46116a172d {
  margin-bottom: 20px;
}
@media (min-width: 992px) and (max-width: 1199px){#s-d25418c0-59e1-4129-8921-1f46116a172d {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-d25418c0-59e1-4129-8921-1f46116a172d {
  text-align: center;
}
}@media (max-width: 767px){#s-d25418c0-59e1-4129-8921-1f46116a172d {
  
}
}
#s-d25418c0-59e1-4129-8921-1f46116a172d .shogun-heading-component h2 {
  color: rgba(33, 31, 32, 1);
  font-weight:   ;
  font-family: "Alfa Slab One";
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



@media (min-width: 0px) {
[id="s-da513870-9107-4473-9b02-8256579e9583"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-da513870-9107-4473-9b02-8256579e9583"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-da513870-9107-4473-9b02-8256579e9583"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-da513870-9107-4473-9b02-8256579e9583"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-da513870-9107-4473-9b02-8256579e9583"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-da513870-9107-4473-9b02-8256579e9583"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-da513870-9107-4473-9b02-8256579e9583"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-da513870-9107-4473-9b02-8256579e9583"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-da513870-9107-4473-9b02-8256579e9583"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-da513870-9107-4473-9b02-8256579e9583"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-da513870-9107-4473-9b02-8256579e9583"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-da513870-9107-4473-9b02-8256579e9583"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-da513870-9107-4473-9b02-8256579e9583"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-da513870-9107-4473-9b02-8256579e9583"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-da513870-9107-4473-9b02-8256579e9583"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-da513870-9107-4473-9b02-8256579e9583"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-da513870-9107-4473-9b02-8256579e9583"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-da513870-9107-4473-9b02-8256579e9583"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-da513870-9107-4473-9b02-8256579e9583"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-da513870-9107-4473-9b02-8256579e9583"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-da513870-9107-4473-9b02-8256579e9583"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-da513870-9107-4473-9b02-8256579e9583"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-da513870-9107-4473-9b02-8256579e9583"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-da513870-9107-4473-9b02-8256579e9583"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-da513870-9107-4473-9b02-8256579e9583"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-da513870-9107-4473-9b02-8256579e9583"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-da513870-9107-4473-9b02-8256579e9583"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-da513870-9107-4473-9b02-8256579e9583"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-da513870-9107-4473-9b02-8256579e9583"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-da513870-9107-4473-9b02-8256579e9583"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-da513870-9107-4473-9b02-8256579e9583"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-da513870-9107-4473-9b02-8256579e9583"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-da513870-9107-4473-9b02-8256579e9583"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-da513870-9107-4473-9b02-8256579e9583"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-da513870-9107-4473-9b02-8256579e9583"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-da513870-9107-4473-9b02-8256579e9583"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-da513870-9107-4473-9b02-8256579e9583"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-a2316f25-0368-4827-bb59-eb44d0c80dc9 {
  margin-top: 0px;
margin-bottom: 0px;
}

#s-a2316f25-0368-4827-bb59-eb44d0c80dc9 hr {
  border: 0;
  width: 100%;
  border-top: 5px solid rgba(255, 228, 36, 1);
}

#s-269edfe9-cd4b-4ff2-9da4-8401b5c9ca59 {
  margin-bottom: 20px;
}
@media (min-width: 992px) and (max-width: 1199px){#s-269edfe9-cd4b-4ff2-9da4-8401b5c9ca59 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-269edfe9-cd4b-4ff2-9da4-8401b5c9ca59 {
  text-align: center;
}
}@media (max-width: 767px){#s-269edfe9-cd4b-4ff2-9da4-8401b5c9ca59 {
  
}
}
#s-269edfe9-cd4b-4ff2-9da4-8401b5c9ca59 .shogun-heading-component h2 {
  color: rgba(33, 31, 32, 1);
  font-weight:   ;
  font-family: "Alfa Slab One";
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-52457876-5df7-41a6-9b08-9450e94863a9 {
  margin-top: 0px;
margin-bottom: 0px;
}

#s-52457876-5df7-41a6-9b08-9450e94863a9 hr {
  border: 0;
  width: 100%;
  border-top: 5px solid rgba(255, 228, 36, 1);
}

#s-2276f7aa-adfd-4b09-9c36-64878b078d76 {
  margin-bottom: 20px;
}
@media (min-width: 992px) and (max-width: 1199px){#s-2276f7aa-adfd-4b09-9c36-64878b078d76 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-2276f7aa-adfd-4b09-9c36-64878b078d76 {
  text-align: center;
}
}@media (max-width: 767px){#s-2276f7aa-adfd-4b09-9c36-64878b078d76 {
  
}
}
#s-2276f7aa-adfd-4b09-9c36-64878b078d76 .shogun-heading-component h2 {
  color: rgba(33, 31, 32, 1);
  font-weight:   ;
  font-family: "Alfa Slab One";
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-775bd268-8de3-4ef4-a817-7e88af28f739 {
  margin-top: 0px;
margin-bottom: 0px;
min-height: 50px;
}








#s-775bd268-8de3-4ef4-a817-7e88af28f739 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-775bd268-8de3-4ef4-a817-7e88af28f739.shg-box.shg-c {
  justify-content: center;
}

#s-eb959d66-f82e-4aea-a7d5-4c876f319e4b {
  min-height: 50px;
}








#s-eb959d66-f82e-4aea-a7d5-4c876f319e4b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-eb959d66-f82e-4aea-a7d5-4c876f319e4b.shg-box.shg-c {
  justify-content: center;
}

#s-ccaedfaa-f40e-4559-a8d7-8180dc196a16 {
  margin-left: auto;
margin-right: auto;
}

#s-ccaedfaa-f40e-4559-a8d7-8180dc196a16 hr {
  border: 0;
  width: 100%;
  border-top: 3px solid rgba(255, 228, 36, 1);
}

#s-a9d7eedb-05a0-4e31-8d76-9f170591bb5d {
  padding-top: 120px;
padding-bottom: 120px;
min-height: 50px;
}
@media (min-width: 992px) and (max-width: 1199px){#s-a9d7eedb-05a0-4e31-8d76-9f170591bb5d {
  padding-top: 60px;
padding-bottom: 60px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-a9d7eedb-05a0-4e31-8d76-9f170591bb5d {
  padding-top: 30px;
padding-bottom: 30px;
}
}@media (max-width: 767px){#s-a9d7eedb-05a0-4e31-8d76-9f170591bb5d {
  padding-top: 30px;
padding-bottom: 30px;
}
}







#s-a9d7eedb-05a0-4e31-8d76-9f170591bb5d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a9d7eedb-05a0-4e31-8d76-9f170591bb5d.shg-box.shg-c {
  justify-content: center;
}

#s-23c5f01d-fe72-4ce4-a11e-77c003fc340f {
  margin-bottom: 30px;
}

@media (min-width: 0px) {
[id="s-23c5f01d-fe72-4ce4-a11e-77c003fc340f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-23c5f01d-fe72-4ce4-a11e-77c003fc340f"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-23c5f01d-fe72-4ce4-a11e-77c003fc340f"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-23c5f01d-fe72-4ce4-a11e-77c003fc340f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-23c5f01d-fe72-4ce4-a11e-77c003fc340f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-23c5f01d-fe72-4ce4-a11e-77c003fc340f"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-23c5f01d-fe72-4ce4-a11e-77c003fc340f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-23c5f01d-fe72-4ce4-a11e-77c003fc340f"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-23c5f01d-fe72-4ce4-a11e-77c003fc340f"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-23c5f01d-fe72-4ce4-a11e-77c003fc340f"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-23c5f01d-fe72-4ce4-a11e-77c003fc340f"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-23c5f01d-fe72-4ce4-a11e-77c003fc340f"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-23c5f01d-fe72-4ce4-a11e-77c003fc340f"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-23c5f01d-fe72-4ce4-a11e-77c003fc340f"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-23c5f01d-fe72-4ce4-a11e-77c003fc340f"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-23c5f01d-fe72-4ce4-a11e-77c003fc340f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-23c5f01d-fe72-4ce4-a11e-77c003fc340f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-23c5f01d-fe72-4ce4-a11e-77c003fc340f"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-23c5f01d-fe72-4ce4-a11e-77c003fc340f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-23c5f01d-fe72-4ce4-a11e-77c003fc340f"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-23c5f01d-fe72-4ce4-a11e-77c003fc340f"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-23c5f01d-fe72-4ce4-a11e-77c003fc340f"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-23c5f01d-fe72-4ce4-a11e-77c003fc340f"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-23c5f01d-fe72-4ce4-a11e-77c003fc340f"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-23c5f01d-fe72-4ce4-a11e-77c003fc340f"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-23c5f01d-fe72-4ce4-a11e-77c003fc340f"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-23c5f01d-fe72-4ce4-a11e-77c003fc340f"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-23c5f01d-fe72-4ce4-a11e-77c003fc340f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-23c5f01d-fe72-4ce4-a11e-77c003fc340f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-23c5f01d-fe72-4ce4-a11e-77c003fc340f"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-23c5f01d-fe72-4ce4-a11e-77c003fc340f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-23c5f01d-fe72-4ce4-a11e-77c003fc340f"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-23c5f01d-fe72-4ce4-a11e-77c003fc340f"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-23c5f01d-fe72-4ce4-a11e-77c003fc340f"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-23c5f01d-fe72-4ce4-a11e-77c003fc340f"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-23c5f01d-fe72-4ce4-a11e-77c003fc340f"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-23c5f01d-fe72-4ce4-a11e-77c003fc340f"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

.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-31daad70-2e59-40ce-a2bd-92b8dd904a97 {
  text-align: center;
}




  #s-31daad70-2e59-40ce-a2bd-92b8dd904a97 img.shogun-image {
    
    width: px;
  }


#s-31daad70-2e59-40ce-a2bd-92b8dd904a97 .shogun-image-content {
  
    align-items: center;
  
}

#s-f72f1024-cff2-43b3-9a18-3412cda16bda {
  margin-top: 100px;
margin-bottom: 30px;
padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 992px) and (max-width: 1199px){#s-f72f1024-cff2-43b3-9a18-3412cda16bda {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-f72f1024-cff2-43b3-9a18-3412cda16bda {
  margin-top: 0px;
text-align: center;
}
}@media (max-width: 767px){#s-f72f1024-cff2-43b3-9a18-3412cda16bda {
  margin-top: 30px;
}
}
#s-f72f1024-cff2-43b3-9a18-3412cda16bda .shogun-heading-component h2 {
  color: rgba(33, 31, 32, 1);
  font-weight:   ;
  font-family: "Alfa Slab One";
  font-style:   ;
  font-size: 30px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


@media (min-width: 768px) and (max-width: 991px){#s-f72f1024-cff2-43b3-9a18-3412cda16bda .shogun-heading-component h2 {
  color: rgba(33, 31, 32, 1);
  font-weight:   ;
  font-family: "Alfa Slab One";
  font-style:   ;
  font-size: 26px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


}@media (max-width: 767px){#s-f72f1024-cff2-43b3-9a18-3412cda16bda .shogun-heading-component h2 {
  color: rgba(33, 31, 32, 1);
  font-weight:   ;
  font-family: "Alfa Slab One";
  font-style:   ;
  font-size: 26px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


}
@media (min-width: 0px) {
[id="s-98647c80-7231-423a-88bc-accc926ad7e9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-98647c80-7231-423a-88bc-accc926ad7e9"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-98647c80-7231-423a-88bc-accc926ad7e9"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-98647c80-7231-423a-88bc-accc926ad7e9"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-98647c80-7231-423a-88bc-accc926ad7e9"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-98647c80-7231-423a-88bc-accc926ad7e9"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-98647c80-7231-423a-88bc-accc926ad7e9"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-98647c80-7231-423a-88bc-accc926ad7e9"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-98647c80-7231-423a-88bc-accc926ad7e9"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-98647c80-7231-423a-88bc-accc926ad7e9"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-98647c80-7231-423a-88bc-accc926ad7e9"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-98647c80-7231-423a-88bc-accc926ad7e9"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-98647c80-7231-423a-88bc-accc926ad7e9"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-98647c80-7231-423a-88bc-accc926ad7e9"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-98647c80-7231-423a-88bc-accc926ad7e9"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-98647c80-7231-423a-88bc-accc926ad7e9"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-98647c80-7231-423a-88bc-accc926ad7e9"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-98647c80-7231-423a-88bc-accc926ad7e9"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-98647c80-7231-423a-88bc-accc926ad7e9"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-98647c80-7231-423a-88bc-accc926ad7e9"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-98647c80-7231-423a-88bc-accc926ad7e9"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-98647c80-7231-423a-88bc-accc926ad7e9"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-98647c80-7231-423a-88bc-accc926ad7e9"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-98647c80-7231-423a-88bc-accc926ad7e9"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-98647c80-7231-423a-88bc-accc926ad7e9"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-98647c80-7231-423a-88bc-accc926ad7e9"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-98647c80-7231-423a-88bc-accc926ad7e9"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-98647c80-7231-423a-88bc-accc926ad7e9"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-98647c80-7231-423a-88bc-accc926ad7e9"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-98647c80-7231-423a-88bc-accc926ad7e9"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-98647c80-7231-423a-88bc-accc926ad7e9"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-98647c80-7231-423a-88bc-accc926ad7e9"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-98647c80-7231-423a-88bc-accc926ad7e9"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-98647c80-7231-423a-88bc-accc926ad7e9"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-98647c80-7231-423a-88bc-accc926ad7e9"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-98647c80-7231-423a-88bc-accc926ad7e9"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-98647c80-7231-423a-88bc-accc926ad7e9"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-6937d16b-5d51-446b-a49e-09700d64d698 {
  background-image: url(https://i.shgcdn.com/17ffdea6-ecda-45b1-ab63-4aa5e8de282f/);
background-repeat: no-repeat;
padding-top: 10px;
padding-left: 30px;
padding-bottom: 10px;
background-position: left center;
}

#s-6937d16b-5d51-446b-a49e-09700d64d698 .shogun-heading-component h5 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  
}



#s-0a990ecd-814e-4b69-8c5f-b5aba0a23cb3 {
  background-image: url(https://i.shgcdn.com/f3504e30-53cc-4380-9f34-70227637a98a/);
background-repeat: no-repeat;
padding-top: 10px;
padding-left: 30px;
padding-bottom: 10px;
background-position: left center;
}

#s-0a990ecd-814e-4b69-8c5f-b5aba0a23cb3 .shogun-heading-component h5 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  
}



#s-28c464d3-9954-497e-8496-bedea2f7f6f2 {
  background-image: url(https://i.shgcdn.com/58d6e4ca-3157-4fc5-b249-ce8aff5ca84f/);
background-repeat: no-repeat;
padding-top: 10px;
padding-left: 30px;
padding-bottom: 10px;
background-position: left center;
}

#s-28c464d3-9954-497e-8496-bedea2f7f6f2 .shogun-heading-component h5 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  
}



#s-ae6f7e71-beaf-490c-aef5-43c9d6e02b9e {
  background-image: url(https://i.shgcdn.com/75c85b77-a414-4c64-ba8e-2d005a34fa3f/);
background-repeat: no-repeat;
padding-top: 10px;
padding-left: 30px;
padding-bottom: 10px;
background-position: left center;
}

#s-ae6f7e71-beaf-490c-aef5-43c9d6e02b9e .shogun-heading-component h5 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  
}



.shogun-table-wrapper {
  overflow: auto;
}

table.shogun-table {
  width: 100%;
  max-width: 100%;
  border-collapse: collapse;
  border-style: hidden;
}

thead.shogun-table-column-container {
  font-weight: bold;
}

td.shogun-table-column {
  padding: 10px;
}

td.shogun-table-row {
  padding: 10px;
  min-height: 45px;
}

td.shogun-table-column:only-child, td.shogun-table-row:only-child {
  width: 100%;
}

#s-a3b891fd-7dde-4f58-9c84-49a34b94b45f .shogun-table-wrapper {
  overflow: auto;
  border: 0px solid rgba(255, 255, 255, 1);
  border-radius: 0px;
}

#s-a3b891fd-7dde-4f58-9c84-49a34b94b45f table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-a3b891fd-7dde-4f58-9c84-49a34b94b45f td.shogun-table-column {
  background-color: rgba(255, 228, 36, 1);
  padding: 15px;
  text-align: center;
}

#s-a3b891fd-7dde-4f58-9c84-49a34b94b45f td.shogun-table-row {
  background-color: rgba(255, 255, 255, 1);
  padding: 10px;
}

#s-a3b891fd-7dde-4f58-9c84-49a34b94b45f td.shogun-table-column, #s-a3b891fd-7dde-4f58-9c84-49a34b94b45f td.shogun-table-row {
  border: 0px solid rgba(255, 255, 255, 1);
}

#s-ea4f79a5-8486-4692-b65c-9623086aa77e {
  min-height: 50px;
}








#s-ea4f79a5-8486-4692-b65c-9623086aa77e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ea4f79a5-8486-4692-b65c-9623086aa77e.shg-box.shg-c {
  justify-content: center;
}

#s-8d64ec27-79a6-4a24-8818-a605ade1812c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8d64ec27-79a6-4a24-8818-a605ade1812c .shogun-heading-component h2 {
  color: rgba(33, 31, 32, 1);
  font-weight:   ;
  font-family: "Alfa Slab One";
  font-style:   ;
  font-size: 49px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


@media (min-width: 992px) and (max-width: 1199px){#s-8d64ec27-79a6-4a24-8818-a605ade1812c .shogun-heading-component h2 {
  color: rgba(33, 31, 32, 1);
  font-weight:   ;
  font-family: "Alfa Slab One";
  font-style:   ;
  font-size: 40px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


}@media (min-width: 768px) and (max-width: 991px){#s-8d64ec27-79a6-4a24-8818-a605ade1812c .shogun-heading-component h2 {
  color: rgba(33, 31, 32, 1);
  font-weight:   ;
  font-family: "Alfa Slab One";
  font-style:   ;
  font-size: 30px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


}@media (max-width: 767px){#s-8d64ec27-79a6-4a24-8818-a605ade1812c .shogun-heading-component h2 {
  color: rgba(33, 31, 32, 1);
  font-weight:   ;
  font-family: "Alfa Slab One";
  font-style:   ;
  font-size: 30px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


}
#s-97de8f5f-0b4e-49d7-81e9-80a95c550da7 hr {
  border: 0;
  width: 100%;
  border-top: 3px solid rgba(255, 228, 36, 1);
}

#s-29b5cb9b-b2d2-4163-9fba-5b3e6800fa89 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-29b5cb9b-b2d2-4163-9fba-5b3e6800fa89 .shogun-heading-component h2 {
  color: rgba(33, 31, 32, 1);
  font-weight:   ;
  font-family: "Alfa Slab One";
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-ba143773-2378-4c1c-81ed-966e0ca44b47 hr {
  border: 0;
  width: 100%;
  border-top: 3px solid rgba(255, 228, 36, 1);
}

#s-482bac5b-a389-48a3-9fe2-c7704451b67e {
  margin-top: 120px;
margin-bottom: 120px;
min-height: 50px;
}
@media (min-width: 992px) and (max-width: 1199px){#s-482bac5b-a389-48a3-9fe2-c7704451b67e {
  margin-top: 80px;
margin-bottom: 80px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-482bac5b-a389-48a3-9fe2-c7704451b67e {
  margin-top: 30px;
margin-bottom: 30px;
}
}@media (max-width: 767px){#s-482bac5b-a389-48a3-9fe2-c7704451b67e {
  margin-top: 30px;
margin-bottom: 30px;
}
}







#s-482bac5b-a389-48a3-9fe2-c7704451b67e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-482bac5b-a389-48a3-9fe2-c7704451b67e.shg-box.shg-c {
  justify-content: center;
}

#s-da662794-f87f-4c3a-b410-581cec716633 {
  min-height: 50px;
}








#s-da662794-f87f-4c3a-b410-581cec716633 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-da662794-f87f-4c3a-b410-581cec716633.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-2e79d6c9-0d49-42aa-bc65-3567fde7dd30"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2e79d6c9-0d49-42aa-bc65-3567fde7dd30"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-2e79d6c9-0d49-42aa-bc65-3567fde7dd30"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-2e79d6c9-0d49-42aa-bc65-3567fde7dd30"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-2e79d6c9-0d49-42aa-bc65-3567fde7dd30"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-2e79d6c9-0d49-42aa-bc65-3567fde7dd30"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-2e79d6c9-0d49-42aa-bc65-3567fde7dd30"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-2e79d6c9-0d49-42aa-bc65-3567fde7dd30"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-2e79d6c9-0d49-42aa-bc65-3567fde7dd30"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-2e79d6c9-0d49-42aa-bc65-3567fde7dd30"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-2e79d6c9-0d49-42aa-bc65-3567fde7dd30"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-2e79d6c9-0d49-42aa-bc65-3567fde7dd30"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-2e79d6c9-0d49-42aa-bc65-3567fde7dd30"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-2e79d6c9-0d49-42aa-bc65-3567fde7dd30"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-2e79d6c9-0d49-42aa-bc65-3567fde7dd30"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-2e79d6c9-0d49-42aa-bc65-3567fde7dd30"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-2e79d6c9-0d49-42aa-bc65-3567fde7dd30"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-2e79d6c9-0d49-42aa-bc65-3567fde7dd30"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-2e79d6c9-0d49-42aa-bc65-3567fde7dd30"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-2e79d6c9-0d49-42aa-bc65-3567fde7dd30"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-2e79d6c9-0d49-42aa-bc65-3567fde7dd30"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-2e79d6c9-0d49-42aa-bc65-3567fde7dd30"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-2e79d6c9-0d49-42aa-bc65-3567fde7dd30"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-2e79d6c9-0d49-42aa-bc65-3567fde7dd30"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-2e79d6c9-0d49-42aa-bc65-3567fde7dd30"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-2e79d6c9-0d49-42aa-bc65-3567fde7dd30"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-2e79d6c9-0d49-42aa-bc65-3567fde7dd30"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-2e79d6c9-0d49-42aa-bc65-3567fde7dd30"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-2e79d6c9-0d49-42aa-bc65-3567fde7dd30"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-2e79d6c9-0d49-42aa-bc65-3567fde7dd30"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-2e79d6c9-0d49-42aa-bc65-3567fde7dd30"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-2e79d6c9-0d49-42aa-bc65-3567fde7dd30"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-2e79d6c9-0d49-42aa-bc65-3567fde7dd30"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-2e79d6c9-0d49-42aa-bc65-3567fde7dd30"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-2e79d6c9-0d49-42aa-bc65-3567fde7dd30"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-2e79d6c9-0d49-42aa-bc65-3567fde7dd30"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-2e79d6c9-0d49-42aa-bc65-3567fde7dd30"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-6c4efb89-3219-4d86-9ada-4a729119178f {
  padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 992px) and (max-width: 1199px){#s-6c4efb89-3219-4d86-9ada-4a729119178f {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-6c4efb89-3219-4d86-9ada-4a729119178f {
  text-align: center;
}
}
#s-6c4efb89-3219-4d86-9ada-4a729119178f .shogun-heading-component h2 {
  color: rgba(33, 31, 32, 1);
  font-weight:   ;
  font-family: "Alfa Slab One";
  font-style:   ;
  font-size: 30px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


@media (min-width: 768px) and (max-width: 991px){#s-6c4efb89-3219-4d86-9ada-4a729119178f .shogun-heading-component h2 {
  color: rgba(33, 31, 32, 1);
  font-weight:   ;
  font-family: "Alfa Slab One";
  font-style:   ;
  font-size: 26px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


}@media (max-width: 767px){#s-6c4efb89-3219-4d86-9ada-4a729119178f .shogun-heading-component h2 {
  color: rgba(33, 31, 32, 1);
  font-weight:   ;
  font-family: "Alfa Slab One";
  font-style:   ;
  font-size: 26px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


}
#s-2b80f0f1-552e-4eff-8592-d5346d593b60 {
  background-image: url(https://i.shgcdn.com/c04779f0-be97-40b5-9638-c0dd228d12ea/);
background-repeat: no-repeat;
background-size: 100px 67px;
margin-bottom: 30px;
padding-top: 30px;
padding-left: 80px;
padding-bottom: 15px;
background-position: left center;
}

#s-fafe83ac-e5f0-4679-9ab8-17842e93d025 {
  background-image: url(https://i.shgcdn.com/607fd219-9e38-4622-9887-b05c33f66278/);
background-repeat: no-repeat;
margin-bottom: 30px;
padding-top: 30px;
padding-left: 80px;
padding-bottom: 15px;
background-position: left center;
}

#s-d88f0da5-e900-402a-bc3e-355788aff929 {
  background-image: url(https://i.shgcdn.com/7757f51d-6547-44e0-b415-fa7325e41d90/);
background-repeat: no-repeat;
margin-bottom: 30px;
padding-top: 30px;
padding-left: 80px;
padding-bottom: 15px;
background-position: left center;
}

#s-c87f0147-506b-4200-8cfd-ce3da6d658b9 {
  background-image: url(https://i.shgcdn.com/c8f07c51-bb83-4bab-a2a3-f4d47f141c86/);
background-repeat: no-repeat;
padding-top: 30px;
padding-left: 80px;
padding-bottom: 15px;
background-position: left center;
}

#s-b2fda97d-d75b-4ce9-a065-41dde678a2be {
  padding-top: 50px;
padding-bottom: 50px;
min-height: 50px;
background-color: rgba(247, 247, 247, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-b2fda97d-d75b-4ce9-a065-41dde678a2be {
  padding-top: 30px;
padding-bottom: 30px;
}
}@media (max-width: 767px){#s-b2fda97d-d75b-4ce9-a065-41dde678a2be {
  padding-top: 30px;
padding-bottom: 30px;
}
}







#s-b2fda97d-d75b-4ce9-a065-41dde678a2be > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b2fda97d-d75b-4ce9-a065-41dde678a2be.shg-box.shg-c {
  justify-content: center;
}

#s-32f3c79d-c6bc-4b51-a7f3-31c567d2a6db {
  min-height: 50px;
}








#s-32f3c79d-c6bc-4b51-a7f3-31c567d2a6db > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-32f3c79d-c6bc-4b51-a7f3-31c567d2a6db.shg-box.shg-c {
  justify-content: center;
}

.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-4c9a5b10-4096-48ab-a8b3-0d6aabba7236 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-4c9a5b10-4096-48ab-a8b3-0d6aabba7236 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-4c9a5b10-4096-48ab-a8b3-0d6aabba7236 .shg-sld-nav-button.shg-sld-left,
#s-4c9a5b10-4096-48ab-a8b3-0d6aabba7236 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-1af18a18-60df-4d71-8166-16958a113349 {
  min-height: 50px;
}








#s-1af18a18-60df-4d71-8166-16958a113349 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1af18a18-60df-4d71-8166-16958a113349.shg-box.shg-c {
  justify-content: center;
}

#s-6efe85b6-c08f-49e5-aecb-a3a176b9dac0 {
  margin-bottom: 30px;
}

@media (min-width: 0px) {
[id="s-eec886d3-489d-46ba-91f6-fb2db8b73600"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-eec886d3-489d-46ba-91f6-fb2db8b73600"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-eec886d3-489d-46ba-91f6-fb2db8b73600"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-eec886d3-489d-46ba-91f6-fb2db8b73600"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-eec886d3-489d-46ba-91f6-fb2db8b73600"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-eec886d3-489d-46ba-91f6-fb2db8b73600"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-eec886d3-489d-46ba-91f6-fb2db8b73600"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-eec886d3-489d-46ba-91f6-fb2db8b73600"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-eec886d3-489d-46ba-91f6-fb2db8b73600"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-eec886d3-489d-46ba-91f6-fb2db8b73600"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-eec886d3-489d-46ba-91f6-fb2db8b73600"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-eec886d3-489d-46ba-91f6-fb2db8b73600"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-eec886d3-489d-46ba-91f6-fb2db8b73600"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-eec886d3-489d-46ba-91f6-fb2db8b73600"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-eec886d3-489d-46ba-91f6-fb2db8b73600"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-eec886d3-489d-46ba-91f6-fb2db8b73600"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-eec886d3-489d-46ba-91f6-fb2db8b73600"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-eec886d3-489d-46ba-91f6-fb2db8b73600"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-eec886d3-489d-46ba-91f6-fb2db8b73600"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-eec886d3-489d-46ba-91f6-fb2db8b73600"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-eec886d3-489d-46ba-91f6-fb2db8b73600"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-eec886d3-489d-46ba-91f6-fb2db8b73600"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-eec886d3-489d-46ba-91f6-fb2db8b73600"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-eec886d3-489d-46ba-91f6-fb2db8b73600"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-eec886d3-489d-46ba-91f6-fb2db8b73600"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-eec886d3-489d-46ba-91f6-fb2db8b73600"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-eec886d3-489d-46ba-91f6-fb2db8b73600"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-eec886d3-489d-46ba-91f6-fb2db8b73600"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-eec886d3-489d-46ba-91f6-fb2db8b73600"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-eec886d3-489d-46ba-91f6-fb2db8b73600"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-eec886d3-489d-46ba-91f6-fb2db8b73600"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-eec886d3-489d-46ba-91f6-fb2db8b73600"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-eec886d3-489d-46ba-91f6-fb2db8b73600"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-eec886d3-489d-46ba-91f6-fb2db8b73600"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-eec886d3-489d-46ba-91f6-fb2db8b73600"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-eec886d3-489d-46ba-91f6-fb2db8b73600"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-eec886d3-489d-46ba-91f6-fb2db8b73600"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 5.0px);
}

}

#s-ee94ee95-d69f-48fc-8531-cfd1ff8b3b20 {
  margin-bottom: 16px;
text-align: right;
}
@media (min-width: 768px) and (max-width: 991px){#s-ee94ee95-d69f-48fc-8531-cfd1ff8b3b20 {
  text-align: center;
}
}@media (max-width: 767px){#s-ee94ee95-d69f-48fc-8531-cfd1ff8b3b20 {
  text-align: center;
}
}



  #s-ee94ee95-d69f-48fc-8531-cfd1ff8b3b20 img.shogun-image {
    
    width: px;
  }


#s-ee94ee95-d69f-48fc-8531-cfd1ff8b3b20 .shogun-image-content {
  
    align-items: center;
  
}

#s-3c9e5b25-c021-4abc-a8a8-12a10b9e799c {
  margin-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-3c9e5b25-c021-4abc-a8a8-12a10b9e799c {
  text-align: left;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-3c9e5b25-c021-4abc-a8a8-12a10b9e799c {
  text-align: left;
}
}



  #s-3c9e5b25-c021-4abc-a8a8-12a10b9e799c img.shogun-image {
    
    width: px;
  }


#s-3c9e5b25-c021-4abc-a8a8-12a10b9e799c .shogun-image-content {
  
    align-items: center;
  
}

#s-5a423483-c69c-4911-93c9-cc2a0ac9df37 {
  min-height: 50px;
}








#s-5a423483-c69c-4911-93c9-cc2a0ac9df37 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5a423483-c69c-4911-93c9-cc2a0ac9df37.shg-box.shg-c {
  justify-content: center;
}

#s-72011b1d-1df6-493d-b568-bbcc038667c4 {
  margin-bottom: 30px;
}

@media (min-width: 0px) {
[id="s-008303a9-dbed-4425-90fc-a8893fe8ea4a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-008303a9-dbed-4425-90fc-a8893fe8ea4a"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-008303a9-dbed-4425-90fc-a8893fe8ea4a"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-008303a9-dbed-4425-90fc-a8893fe8ea4a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-008303a9-dbed-4425-90fc-a8893fe8ea4a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-008303a9-dbed-4425-90fc-a8893fe8ea4a"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-008303a9-dbed-4425-90fc-a8893fe8ea4a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-008303a9-dbed-4425-90fc-a8893fe8ea4a"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-008303a9-dbed-4425-90fc-a8893fe8ea4a"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-008303a9-dbed-4425-90fc-a8893fe8ea4a"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-008303a9-dbed-4425-90fc-a8893fe8ea4a"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-008303a9-dbed-4425-90fc-a8893fe8ea4a"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-008303a9-dbed-4425-90fc-a8893fe8ea4a"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-008303a9-dbed-4425-90fc-a8893fe8ea4a"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-008303a9-dbed-4425-90fc-a8893fe8ea4a"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-008303a9-dbed-4425-90fc-a8893fe8ea4a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-008303a9-dbed-4425-90fc-a8893fe8ea4a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-008303a9-dbed-4425-90fc-a8893fe8ea4a"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-008303a9-dbed-4425-90fc-a8893fe8ea4a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-008303a9-dbed-4425-90fc-a8893fe8ea4a"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-008303a9-dbed-4425-90fc-a8893fe8ea4a"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-008303a9-dbed-4425-90fc-a8893fe8ea4a"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-008303a9-dbed-4425-90fc-a8893fe8ea4a"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-008303a9-dbed-4425-90fc-a8893fe8ea4a"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-008303a9-dbed-4425-90fc-a8893fe8ea4a"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-008303a9-dbed-4425-90fc-a8893fe8ea4a"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-008303a9-dbed-4425-90fc-a8893fe8ea4a"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-008303a9-dbed-4425-90fc-a8893fe8ea4a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-008303a9-dbed-4425-90fc-a8893fe8ea4a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-008303a9-dbed-4425-90fc-a8893fe8ea4a"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-008303a9-dbed-4425-90fc-a8893fe8ea4a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-008303a9-dbed-4425-90fc-a8893fe8ea4a"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-008303a9-dbed-4425-90fc-a8893fe8ea4a"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-008303a9-dbed-4425-90fc-a8893fe8ea4a"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-008303a9-dbed-4425-90fc-a8893fe8ea4a"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-008303a9-dbed-4425-90fc-a8893fe8ea4a"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-008303a9-dbed-4425-90fc-a8893fe8ea4a"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 5.0px);
}

}

#s-9f308067-e90d-4081-9932-2f3293d25e3e {
  margin-bottom: 16px;
text-align: right;
}
@media (min-width: 768px) and (max-width: 991px){#s-9f308067-e90d-4081-9932-2f3293d25e3e {
  text-align: center;
}
}@media (max-width: 767px){#s-9f308067-e90d-4081-9932-2f3293d25e3e {
  text-align: center;
}
}



  #s-9f308067-e90d-4081-9932-2f3293d25e3e img.shogun-image {
    
    width: px;
  }


#s-9f308067-e90d-4081-9932-2f3293d25e3e .shogun-image-content {
  
    align-items: center;
  
}

#s-1391b1db-d3e4-4242-9f48-cfb2e5ea1ae7 {
  margin-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-1391b1db-d3e4-4242-9f48-cfb2e5ea1ae7 {
  text-align: left;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-1391b1db-d3e4-4242-9f48-cfb2e5ea1ae7 {
  text-align: left;
}
}



  #s-1391b1db-d3e4-4242-9f48-cfb2e5ea1ae7 img.shogun-image {
    
    width: px;
  }


#s-1391b1db-d3e4-4242-9f48-cfb2e5ea1ae7 .shogun-image-content {
  
    align-items: center;
  
}

#s-22adb898-e8cc-4b24-ba15-63ef88ede06a {
  margin-top: 120px;
margin-bottom: 120px;
min-height: 50px;
}
@media (min-width: 992px) and (max-width: 1199px){#s-22adb898-e8cc-4b24-ba15-63ef88ede06a {
  margin-top: 60px;
margin-bottom: 60px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-22adb898-e8cc-4b24-ba15-63ef88ede06a {
  margin-top: 30px;
margin-bottom: 30px;
}
}@media (max-width: 767px){#s-22adb898-e8cc-4b24-ba15-63ef88ede06a {
  margin-top: 30px;
margin-bottom: 30px;
}
}







#s-22adb898-e8cc-4b24-ba15-63ef88ede06a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-22adb898-e8cc-4b24-ba15-63ef88ede06a.shg-box.shg-c {
  justify-content: center;
}

#s-aefcb03d-d7b0-4f86-9aaa-49bdc247d597 {
  margin-bottom: 30px;
padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 992px) and (max-width: 1199px){#s-aefcb03d-d7b0-4f86-9aaa-49bdc247d597 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-aefcb03d-d7b0-4f86-9aaa-49bdc247d597 {
  text-align: center;
}
}@media (max-width: 767px){#s-aefcb03d-d7b0-4f86-9aaa-49bdc247d597 {
  
}
}
#s-aefcb03d-d7b0-4f86-9aaa-49bdc247d597 .shogun-heading-component h2 {
  color: rgba(33, 31, 32, 1);
  font-weight:   ;
  font-family: "Alfa Slab One";
  font-style:   ;
  font-size: 30px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


@media (min-width: 768px) and (max-width: 991px){#s-aefcb03d-d7b0-4f86-9aaa-49bdc247d597 .shogun-heading-component h2 {
  color: rgba(33, 31, 32, 1);
  font-weight:   ;
  font-family: "Alfa Slab One";
  font-style:   ;
  font-size: 26px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


}@media (max-width: 767px){#s-aefcb03d-d7b0-4f86-9aaa-49bdc247d597 .shogun-heading-component h2 {
  color: rgba(33, 31, 32, 1);
  font-weight:   ;
  font-family: "Alfa Slab One";
  font-style:   ;
  font-size: 26px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


}
#s-8c31390b-f658-4408-813f-134503df020b {
  margin-bottom: 30px;
}

@media (min-width: 0px) {
[id="s-8c31390b-f658-4408-813f-134503df020b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8c31390b-f658-4408-813f-134503df020b"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-8c31390b-f658-4408-813f-134503df020b"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-8c31390b-f658-4408-813f-134503df020b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-8c31390b-f658-4408-813f-134503df020b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-8c31390b-f658-4408-813f-134503df020b"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-8c31390b-f658-4408-813f-134503df020b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-8c31390b-f658-4408-813f-134503df020b"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-8c31390b-f658-4408-813f-134503df020b"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-8c31390b-f658-4408-813f-134503df020b"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-8c31390b-f658-4408-813f-134503df020b"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-8c31390b-f658-4408-813f-134503df020b"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-8c31390b-f658-4408-813f-134503df020b"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-8c31390b-f658-4408-813f-134503df020b"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-8c31390b-f658-4408-813f-134503df020b"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-8c31390b-f658-4408-813f-134503df020b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-8c31390b-f658-4408-813f-134503df020b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-8c31390b-f658-4408-813f-134503df020b"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-8c31390b-f658-4408-813f-134503df020b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-8c31390b-f658-4408-813f-134503df020b"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-8c31390b-f658-4408-813f-134503df020b"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-8c31390b-f658-4408-813f-134503df020b"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-8c31390b-f658-4408-813f-134503df020b"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-8c31390b-f658-4408-813f-134503df020b"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-8c31390b-f658-4408-813f-134503df020b"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-8c31390b-f658-4408-813f-134503df020b"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-8c31390b-f658-4408-813f-134503df020b"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-8c31390b-f658-4408-813f-134503df020b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-8c31390b-f658-4408-813f-134503df020b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-8c31390b-f658-4408-813f-134503df020b"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-8c31390b-f658-4408-813f-134503df020b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-8c31390b-f658-4408-813f-134503df020b"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-8c31390b-f658-4408-813f-134503df020b"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-8c31390b-f658-4408-813f-134503df020b"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-8c31390b-f658-4408-813f-134503df020b"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-8c31390b-f658-4408-813f-134503df020b"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-8c31390b-f658-4408-813f-134503df020b"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-775a95fe-5dbb-4ea0-99c3-b6dbed44df46 {
  margin-top: 0px;
margin-bottom: 0px;
}

#s-775a95fe-5dbb-4ea0-99c3-b6dbed44df46 hr {
  border: 0;
  width: 100%;
  border-top: 5px solid rgba(255, 228, 36, 1);
}

#s-58b03d43-47a8-41bd-aedb-00d246d56f0c {
  margin-bottom: 20px;
}
@media (min-width: 992px) and (max-width: 1199px){#s-58b03d43-47a8-41bd-aedb-00d246d56f0c {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-58b03d43-47a8-41bd-aedb-00d246d56f0c {
  text-align: center;
}
}@media (max-width: 767px){#s-58b03d43-47a8-41bd-aedb-00d246d56f0c {
  
}
}
#s-58b03d43-47a8-41bd-aedb-00d246d56f0c .shogun-heading-component h2 {
  color: rgba(33, 31, 32, 1);
  font-weight:   ;
  font-family: "Alfa Slab One";
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-cfe6aca3-9adc-48bb-917d-bfa39e35da1a {
  margin-top: 0px;
margin-bottom: 0px;
}

#s-cfe6aca3-9adc-48bb-917d-bfa39e35da1a hr {
  border: 0;
  width: 100%;
  border-top: 5px solid rgba(255, 228, 36, 1);
}

#s-17e28409-ac90-43f3-8b6e-10d21d51e18c {
  margin-bottom: 20px;
}
@media (min-width: 992px) and (max-width: 1199px){#s-17e28409-ac90-43f3-8b6e-10d21d51e18c {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-17e28409-ac90-43f3-8b6e-10d21d51e18c {
  text-align: center;
}
}@media (max-width: 767px){#s-17e28409-ac90-43f3-8b6e-10d21d51e18c {
  
}
}
#s-17e28409-ac90-43f3-8b6e-10d21d51e18c .shogun-heading-component h2 {
  color: rgba(33, 31, 32, 1);
  font-weight:   ;
  font-family: "Alfa Slab One";
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



@media (min-width: 0px) {
[id="s-19278ce8-2c6b-45f0-bb6c-bc008bbd4826"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-19278ce8-2c6b-45f0-bb6c-bc008bbd4826"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-19278ce8-2c6b-45f0-bb6c-bc008bbd4826"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-19278ce8-2c6b-45f0-bb6c-bc008bbd4826"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-19278ce8-2c6b-45f0-bb6c-bc008bbd4826"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-19278ce8-2c6b-45f0-bb6c-bc008bbd4826"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-19278ce8-2c6b-45f0-bb6c-bc008bbd4826"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-19278ce8-2c6b-45f0-bb6c-bc008bbd4826"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-19278ce8-2c6b-45f0-bb6c-bc008bbd4826"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-19278ce8-2c6b-45f0-bb6c-bc008bbd4826"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-19278ce8-2c6b-45f0-bb6c-bc008bbd4826"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-19278ce8-2c6b-45f0-bb6c-bc008bbd4826"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-19278ce8-2c6b-45f0-bb6c-bc008bbd4826"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-19278ce8-2c6b-45f0-bb6c-bc008bbd4826"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-19278ce8-2c6b-45f0-bb6c-bc008bbd4826"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-19278ce8-2c6b-45f0-bb6c-bc008bbd4826"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-19278ce8-2c6b-45f0-bb6c-bc008bbd4826"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-19278ce8-2c6b-45f0-bb6c-bc008bbd4826"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-19278ce8-2c6b-45f0-bb6c-bc008bbd4826"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-19278ce8-2c6b-45f0-bb6c-bc008bbd4826"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-19278ce8-2c6b-45f0-bb6c-bc008bbd4826"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-19278ce8-2c6b-45f0-bb6c-bc008bbd4826"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-19278ce8-2c6b-45f0-bb6c-bc008bbd4826"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-19278ce8-2c6b-45f0-bb6c-bc008bbd4826"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-19278ce8-2c6b-45f0-bb6c-bc008bbd4826"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-19278ce8-2c6b-45f0-bb6c-bc008bbd4826"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-19278ce8-2c6b-45f0-bb6c-bc008bbd4826"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-19278ce8-2c6b-45f0-bb6c-bc008bbd4826"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-19278ce8-2c6b-45f0-bb6c-bc008bbd4826"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-19278ce8-2c6b-45f0-bb6c-bc008bbd4826"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-19278ce8-2c6b-45f0-bb6c-bc008bbd4826"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-19278ce8-2c6b-45f0-bb6c-bc008bbd4826"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-19278ce8-2c6b-45f0-bb6c-bc008bbd4826"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-19278ce8-2c6b-45f0-bb6c-bc008bbd4826"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-19278ce8-2c6b-45f0-bb6c-bc008bbd4826"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-19278ce8-2c6b-45f0-bb6c-bc008bbd4826"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-19278ce8-2c6b-45f0-bb6c-bc008bbd4826"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-0b4c612b-ca02-4086-970c-1e1e259766b9 {
  margin-top: 0px;
margin-bottom: 0px;
}

#s-0b4c612b-ca02-4086-970c-1e1e259766b9 hr {
  border: 0;
  width: 100%;
  border-top: 5px solid rgba(255, 228, 36, 1);
}

#s-8065dece-20f6-42aa-860d-5d1c23695d74 {
  margin-bottom: 20px;
}
@media (min-width: 992px) and (max-width: 1199px){#s-8065dece-20f6-42aa-860d-5d1c23695d74 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-8065dece-20f6-42aa-860d-5d1c23695d74 {
  text-align: center;
}
}@media (max-width: 767px){#s-8065dece-20f6-42aa-860d-5d1c23695d74 {
  
}
}
#s-8065dece-20f6-42aa-860d-5d1c23695d74 .shogun-heading-component h2 {
  color: rgba(33, 31, 32, 1);
  font-weight:   ;
  font-family: "Alfa Slab One";
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-068a45e9-c298-4758-89c8-e9027cc904b1 {
  margin-top: 0px;
margin-bottom: 0px;
}

#s-068a45e9-c298-4758-89c8-e9027cc904b1 hr {
  border: 0;
  width: 100%;
  border-top: 5px solid rgba(255, 228, 36, 1);
}

#s-75c3bb5a-162c-4e1a-9770-d96987ad16a7 {
  margin-bottom: 20px;
}
@media (min-width: 992px) and (max-width: 1199px){#s-75c3bb5a-162c-4e1a-9770-d96987ad16a7 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-75c3bb5a-162c-4e1a-9770-d96987ad16a7 {
  text-align: center;
}
}@media (max-width: 767px){#s-75c3bb5a-162c-4e1a-9770-d96987ad16a7 {
  
}
}
#s-75c3bb5a-162c-4e1a-9770-d96987ad16a7 .shogun-heading-component h2 {
  color: rgba(33, 31, 32, 1);
  font-weight:   ;
  font-family: "Alfa Slab One";
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-284cdf81-7efe-41ed-a057-5c9bac6ef29b {
  min-height: 50px;
}








#s-284cdf81-7efe-41ed-a057-5c9bac6ef29b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-284cdf81-7efe-41ed-a057-5c9bac6ef29b.shg-box.shg-c {
  justify-content: center;
}

#s-6b5fd659-21e7-4f9b-b0c7-4650fc1312bf {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6b5fd659-21e7-4f9b-b0c7-4650fc1312bf .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 54px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



@media (min-width: 0px) {
[id="s-9bc27a84-1574-45f2-ad02-10e8aaffa071"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9bc27a84-1574-45f2-ad02-10e8aaffa071"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-9bc27a84-1574-45f2-ad02-10e8aaffa071"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-9bc27a84-1574-45f2-ad02-10e8aaffa071"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-9bc27a84-1574-45f2-ad02-10e8aaffa071"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-9bc27a84-1574-45f2-ad02-10e8aaffa071"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-9bc27a84-1574-45f2-ad02-10e8aaffa071"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-9bc27a84-1574-45f2-ad02-10e8aaffa071"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-9bc27a84-1574-45f2-ad02-10e8aaffa071"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-9bc27a84-1574-45f2-ad02-10e8aaffa071"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-9bc27a84-1574-45f2-ad02-10e8aaffa071"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-9bc27a84-1574-45f2-ad02-10e8aaffa071"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-9bc27a84-1574-45f2-ad02-10e8aaffa071"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-9bc27a84-1574-45f2-ad02-10e8aaffa071"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-9bc27a84-1574-45f2-ad02-10e8aaffa071"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-9bc27a84-1574-45f2-ad02-10e8aaffa071"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-9bc27a84-1574-45f2-ad02-10e8aaffa071"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-9bc27a84-1574-45f2-ad02-10e8aaffa071"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-9bc27a84-1574-45f2-ad02-10e8aaffa071"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-9bc27a84-1574-45f2-ad02-10e8aaffa071"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-9bc27a84-1574-45f2-ad02-10e8aaffa071"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-9bc27a84-1574-45f2-ad02-10e8aaffa071"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-9bc27a84-1574-45f2-ad02-10e8aaffa071"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-9bc27a84-1574-45f2-ad02-10e8aaffa071"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-9bc27a84-1574-45f2-ad02-10e8aaffa071"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-9bc27a84-1574-45f2-ad02-10e8aaffa071"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-9bc27a84-1574-45f2-ad02-10e8aaffa071"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-9bc27a84-1574-45f2-ad02-10e8aaffa071"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-9bc27a84-1574-45f2-ad02-10e8aaffa071"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-9bc27a84-1574-45f2-ad02-10e8aaffa071"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-9bc27a84-1574-45f2-ad02-10e8aaffa071"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-9bc27a84-1574-45f2-ad02-10e8aaffa071"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-9bc27a84-1574-45f2-ad02-10e8aaffa071"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-9bc27a84-1574-45f2-ad02-10e8aaffa071"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-9bc27a84-1574-45f2-ad02-10e8aaffa071"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-9bc27a84-1574-45f2-ad02-10e8aaffa071"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-9bc27a84-1574-45f2-ad02-10e8aaffa071"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

.shogun-video {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

.shogun-video-16x9 {
  padding-bottom: 56.25%;
}

.shogun-video-4x3 {
  padding-bottom: 75%;
}

.shogun-video-embed {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

#s-75ca3980-538c-49d2-bada-1decf6e117c2 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-75ca3980-538c-49d2-bada-1decf6e117c2 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 54px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-05a39720-d04a-49e9-9fe1-1ee328f45136 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-05a39720-d04a-49e9-9fe1-1ee328f45136 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 54px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



@media (min-width: 0px) {
[id="s-7c9510f5-9259-4080-a837-82c0bf6e9b7b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7c9510f5-9259-4080-a837-82c0bf6e9b7b"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-7c9510f5-9259-4080-a837-82c0bf6e9b7b"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-7c9510f5-9259-4080-a837-82c0bf6e9b7b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-7c9510f5-9259-4080-a837-82c0bf6e9b7b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-7c9510f5-9259-4080-a837-82c0bf6e9b7b"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-7c9510f5-9259-4080-a837-82c0bf6e9b7b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-7c9510f5-9259-4080-a837-82c0bf6e9b7b"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-7c9510f5-9259-4080-a837-82c0bf6e9b7b"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-7c9510f5-9259-4080-a837-82c0bf6e9b7b"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-7c9510f5-9259-4080-a837-82c0bf6e9b7b"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-7c9510f5-9259-4080-a837-82c0bf6e9b7b"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-7c9510f5-9259-4080-a837-82c0bf6e9b7b"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-7c9510f5-9259-4080-a837-82c0bf6e9b7b"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-7c9510f5-9259-4080-a837-82c0bf6e9b7b"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-7c9510f5-9259-4080-a837-82c0bf6e9b7b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-7c9510f5-9259-4080-a837-82c0bf6e9b7b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-7c9510f5-9259-4080-a837-82c0bf6e9b7b"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-7c9510f5-9259-4080-a837-82c0bf6e9b7b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-7c9510f5-9259-4080-a837-82c0bf6e9b7b"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-7c9510f5-9259-4080-a837-82c0bf6e9b7b"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-7c9510f5-9259-4080-a837-82c0bf6e9b7b"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-7c9510f5-9259-4080-a837-82c0bf6e9b7b"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-7c9510f5-9259-4080-a837-82c0bf6e9b7b"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-7c9510f5-9259-4080-a837-82c0bf6e9b7b"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-7c9510f5-9259-4080-a837-82c0bf6e9b7b"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-7c9510f5-9259-4080-a837-82c0bf6e9b7b"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-7c9510f5-9259-4080-a837-82c0bf6e9b7b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-7c9510f5-9259-4080-a837-82c0bf6e9b7b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-7c9510f5-9259-4080-a837-82c0bf6e9b7b"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-7c9510f5-9259-4080-a837-82c0bf6e9b7b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-7c9510f5-9259-4080-a837-82c0bf6e9b7b"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-7c9510f5-9259-4080-a837-82c0bf6e9b7b"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-7c9510f5-9259-4080-a837-82c0bf6e9b7b"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-7c9510f5-9259-4080-a837-82c0bf6e9b7b"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-7c9510f5-9259-4080-a837-82c0bf6e9b7b"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-7c9510f5-9259-4080-a837-82c0bf6e9b7b"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-66f0cd57-4516-44fa-8f78-2415713aa492 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-66f0cd57-4516-44fa-8f78-2415713aa492 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 54px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-0b9db12a-9e8a-45cc-8562-7b1fe2ab3f00 {
  padding-top: 70px;
padding-bottom: 70px;
min-height: 50px;
background-color: rgba(255, 228, 36, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-0b9db12a-9e8a-45cc-8562-7b1fe2ab3f00 {
  padding-top: 30px;
padding-bottom: 30px;
}
}@media (max-width: 767px){#s-0b9db12a-9e8a-45cc-8562-7b1fe2ab3f00 {
  padding-top: 30px;
padding-bottom: 30px;
}
}







#s-0b9db12a-9e8a-45cc-8562-7b1fe2ab3f00 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0b9db12a-9e8a-45cc-8562-7b1fe2ab3f00.shg-box.shg-c {
  justify-content: center;
}

#s-154bd6cf-3753-42f8-a94e-a84b6e4bdab7 {
  margin-left: auto;
margin-right: auto;
max-width: 1192px;
}

@media (min-width: 0px) {
[id="s-154bd6cf-3753-42f8-a94e-a84b6e4bdab7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-154bd6cf-3753-42f8-a94e-a84b6e4bdab7"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-154bd6cf-3753-42f8-a94e-a84b6e4bdab7"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-154bd6cf-3753-42f8-a94e-a84b6e4bdab7"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-154bd6cf-3753-42f8-a94e-a84b6e4bdab7"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-154bd6cf-3753-42f8-a94e-a84b6e4bdab7"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-154bd6cf-3753-42f8-a94e-a84b6e4bdab7"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-154bd6cf-3753-42f8-a94e-a84b6e4bdab7"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-154bd6cf-3753-42f8-a94e-a84b6e4bdab7"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-154bd6cf-3753-42f8-a94e-a84b6e4bdab7"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-154bd6cf-3753-42f8-a94e-a84b6e4bdab7"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-154bd6cf-3753-42f8-a94e-a84b6e4bdab7"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-154bd6cf-3753-42f8-a94e-a84b6e4bdab7"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-154bd6cf-3753-42f8-a94e-a84b6e4bdab7"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-154bd6cf-3753-42f8-a94e-a84b6e4bdab7"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-154bd6cf-3753-42f8-a94e-a84b6e4bdab7"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-154bd6cf-3753-42f8-a94e-a84b6e4bdab7"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-154bd6cf-3753-42f8-a94e-a84b6e4bdab7"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-154bd6cf-3753-42f8-a94e-a84b6e4bdab7"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-154bd6cf-3753-42f8-a94e-a84b6e4bdab7"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-154bd6cf-3753-42f8-a94e-a84b6e4bdab7"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-154bd6cf-3753-42f8-a94e-a84b6e4bdab7"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-154bd6cf-3753-42f8-a94e-a84b6e4bdab7"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-154bd6cf-3753-42f8-a94e-a84b6e4bdab7"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-154bd6cf-3753-42f8-a94e-a84b6e4bdab7"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-154bd6cf-3753-42f8-a94e-a84b6e4bdab7"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-154bd6cf-3753-42f8-a94e-a84b6e4bdab7"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-154bd6cf-3753-42f8-a94e-a84b6e4bdab7"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-154bd6cf-3753-42f8-a94e-a84b6e4bdab7"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-154bd6cf-3753-42f8-a94e-a84b6e4bdab7"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-154bd6cf-3753-42f8-a94e-a84b6e4bdab7"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-154bd6cf-3753-42f8-a94e-a84b6e4bdab7"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-154bd6cf-3753-42f8-a94e-a84b6e4bdab7"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-154bd6cf-3753-42f8-a94e-a84b6e4bdab7"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-154bd6cf-3753-42f8-a94e-a84b6e4bdab7"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-154bd6cf-3753-42f8-a94e-a84b6e4bdab7"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-154bd6cf-3753-42f8-a94e-a84b6e4bdab7"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-735d0a21-8a20-48d9-b1f9-6b67cf9385d9 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-735d0a21-8a20-48d9-b1f9-6b67cf9385d9 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-735d0a21-8a20-48d9-b1f9-6b67cf9385d9 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
}@media (min-width: 768px) and (max-width: 991px){#s-735d0a21-8a20-48d9-b1f9-6b67cf9385d9 {
  margin-bottom: 30px;
}
}@media (max-width: 767px){#s-735d0a21-8a20-48d9-b1f9-6b67cf9385d9 {
  margin-bottom: 30px;
}
}
#s-735d0a21-8a20-48d9-b1f9-6b67cf9385d9 .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 36px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


@media (min-width: 1200px){#s-735d0a21-8a20-48d9-b1f9-6b67cf9385d9 .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 36px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


}@media (min-width: 992px) and (max-width: 1199px){#s-735d0a21-8a20-48d9-b1f9-6b67cf9385d9 .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 36px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


}@media (min-width: 768px) and (max-width: 991px){#s-735d0a21-8a20-48d9-b1f9-6b67cf9385d9 .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 30px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


}@media (max-width: 767px){#s-735d0a21-8a20-48d9-b1f9-6b67cf9385d9 .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 30px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


}
@media (min-width: 0px) {
[id="s-993932f2-2999-4f25-8a7c-159812226b49"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-993932f2-2999-4f25-8a7c-159812226b49"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-993932f2-2999-4f25-8a7c-159812226b49"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-993932f2-2999-4f25-8a7c-159812226b49"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-993932f2-2999-4f25-8a7c-159812226b49"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-993932f2-2999-4f25-8a7c-159812226b49"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-993932f2-2999-4f25-8a7c-159812226b49"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-993932f2-2999-4f25-8a7c-159812226b49"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-993932f2-2999-4f25-8a7c-159812226b49"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-993932f2-2999-4f25-8a7c-159812226b49"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-993932f2-2999-4f25-8a7c-159812226b49"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-993932f2-2999-4f25-8a7c-159812226b49"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-993932f2-2999-4f25-8a7c-159812226b49"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-993932f2-2999-4f25-8a7c-159812226b49"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-993932f2-2999-4f25-8a7c-159812226b49"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-993932f2-2999-4f25-8a7c-159812226b49"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-993932f2-2999-4f25-8a7c-159812226b49"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-993932f2-2999-4f25-8a7c-159812226b49"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-993932f2-2999-4f25-8a7c-159812226b49"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-993932f2-2999-4f25-8a7c-159812226b49"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-993932f2-2999-4f25-8a7c-159812226b49"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-993932f2-2999-4f25-8a7c-159812226b49"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-993932f2-2999-4f25-8a7c-159812226b49"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-993932f2-2999-4f25-8a7c-159812226b49"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-993932f2-2999-4f25-8a7c-159812226b49"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-993932f2-2999-4f25-8a7c-159812226b49"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-993932f2-2999-4f25-8a7c-159812226b49"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-993932f2-2999-4f25-8a7c-159812226b49"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-993932f2-2999-4f25-8a7c-159812226b49"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-993932f2-2999-4f25-8a7c-159812226b49"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-993932f2-2999-4f25-8a7c-159812226b49"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-993932f2-2999-4f25-8a7c-159812226b49"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-993932f2-2999-4f25-8a7c-159812226b49"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-993932f2-2999-4f25-8a7c-159812226b49"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-993932f2-2999-4f25-8a7c-159812226b49"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-993932f2-2999-4f25-8a7c-159812226b49"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-993932f2-2999-4f25-8a7c-159812226b49"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-272c2823-dbde-4d10-902d-85f36d117ba7 {
  text-align: center;
}
@media (min-width: 1200px){#s-272c2823-dbde-4d10-902d-85f36d117ba7 {
  margin-top: 0px;
margin-bottom: 0px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-272c2823-dbde-4d10-902d-85f36d117ba7 {
  margin-top: 0px;
margin-bottom: 0px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-272c2823-dbde-4d10-902d-85f36d117ba7 {
  margin-top: 30px;
margin-bottom: 30px;
}
}@media (max-width: 767px){#s-272c2823-dbde-4d10-902d-85f36d117ba7 {
  margin-top: 30px;
margin-bottom: 30px;
}
}



  #s-272c2823-dbde-4d10-902d-85f36d117ba7 img.shogun-image {
    
    width: px;
  }


#s-272c2823-dbde-4d10-902d-85f36d117ba7 .shogun-image-content {
  
    align-items: center;
  
}

#s-8b395e43-eb2a-475e-9a56-6a993a0e6f6f {
  text-align: center;
}
@media (min-width: 1200px){#s-8b395e43-eb2a-475e-9a56-6a993a0e6f6f {
  margin-top: 0px;
margin-bottom: 0px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-8b395e43-eb2a-475e-9a56-6a993a0e6f6f {
  margin-top: 0px;
margin-bottom: 0px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-8b395e43-eb2a-475e-9a56-6a993a0e6f6f {
  margin-top: 30px;
margin-bottom: 30px;
}
}@media (max-width: 767px){#s-8b395e43-eb2a-475e-9a56-6a993a0e6f6f {
  margin-top: 30px;
margin-bottom: 30px;
}
}



  #s-8b395e43-eb2a-475e-9a56-6a993a0e6f6f img.shogun-image {
    
    width: px;
  }


#s-8b395e43-eb2a-475e-9a56-6a993a0e6f6f .shogun-image-content {
  
    align-items: center;
  
}

#s-2122fe42-3b4b-4d46-bd9f-f315bddf6244 {
  text-align: center;
}
@media (min-width: 1200px){#s-2122fe42-3b4b-4d46-bd9f-f315bddf6244 {
  margin-top: 0px;
margin-bottom: 0px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-2122fe42-3b4b-4d46-bd9f-f315bddf6244 {
  margin-top: 0px;
margin-bottom: 0px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-2122fe42-3b4b-4d46-bd9f-f315bddf6244 {
  margin-top: 30px;
margin-bottom: 30px;
}
}@media (max-width: 767px){#s-2122fe42-3b4b-4d46-bd9f-f315bddf6244 {
  margin-top: 30px;
margin-bottom: 30px;
}
}



  #s-2122fe42-3b4b-4d46-bd9f-f315bddf6244 img.shogun-image {
    
    width: px;
  }


#s-2122fe42-3b4b-4d46-bd9f-f315bddf6244 .shogun-image-content {
  
    align-items: center;
  
}

#s-0001d4bc-b9b9-4af4-8b13-952495c0ecbe {
  padding-top: 120px;
padding-bottom: 120px;
min-height: 50px;
}
@media (min-width: 992px) and (max-width: 1199px){#s-0001d4bc-b9b9-4af4-8b13-952495c0ecbe {
  padding-top: 60px;
padding-bottom: 60px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-0001d4bc-b9b9-4af4-8b13-952495c0ecbe {
  padding-top: 30px;
padding-bottom: 30px;
}
}@media (max-width: 767px){#s-0001d4bc-b9b9-4af4-8b13-952495c0ecbe {
  padding-top: 30px;
padding-bottom: 30px;
}
}







#s-0001d4bc-b9b9-4af4-8b13-952495c0ecbe > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0001d4bc-b9b9-4af4-8b13-952495c0ecbe.shg-box.shg-c {
  justify-content: center;
}

#s-7be6ead5-c00c-429a-befc-a913d595f0af {
  min-height: 50px;
}
@media (min-width: 1200px){#s-7be6ead5-c00c-429a-befc-a913d595f0af {
  display: none;
}
#s-7be6ead5-c00c-429a-befc-a913d595f0af, #wrap-s-7be6ead5-c00c-429a-befc-a913d595f0af { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-7be6ead5-c00c-429a-befc-a913d595f0af {
  display: none;
}
#s-7be6ead5-c00c-429a-befc-a913d595f0af, #wrap-s-7be6ead5-c00c-429a-befc-a913d595f0af { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-7be6ead5-c00c-429a-befc-a913d595f0af {
  display: none;
}
#s-7be6ead5-c00c-429a-befc-a913d595f0af, #wrap-s-7be6ead5-c00c-429a-befc-a913d595f0af { display:none !important; }}@media (max-width: 767px){#s-7be6ead5-c00c-429a-befc-a913d595f0af {
  display: none;
}
#s-7be6ead5-c00c-429a-befc-a913d595f0af, #wrap-s-7be6ead5-c00c-429a-befc-a913d595f0af { display:none !important; }}







#s-7be6ead5-c00c-429a-befc-a913d595f0af > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7be6ead5-c00c-429a-befc-a913d595f0af.shg-box.shg-c {
  justify-content: center;
}

#s-e67580dc-1340-4e6c-9f22-ec3c955ac5c4 {
  margin-left: auto;
margin-right: auto;
}

#s-e67580dc-1340-4e6c-9f22-ec3c955ac5c4 hr {
  border: 0;
  width: 100%;
  border-top: 3px solid rgba(255, 228, 36, 1);
}

#s-e0a01cc2-8408-41fc-a2e9-f5caabb64970 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e0a01cc2-8408-41fc-a2e9-f5caabb64970 .shogun-heading-component h1 {
  color: rgba(33, 31, 32, 1);
  font-weight:   ;
  font-family: "Alfa Slab One";
  font-style:   ;
  font-size: 49px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


@media (min-width: 992px) and (max-width: 1199px){#s-e0a01cc2-8408-41fc-a2e9-f5caabb64970 .shogun-heading-component h1 {
  color: rgba(33, 31, 32, 1);
  font-weight:   ;
  font-family: "Alfa Slab One";
  font-style:   ;
  font-size: 40px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


}@media (min-width: 768px) and (max-width: 991px){#s-e0a01cc2-8408-41fc-a2e9-f5caabb64970 .shogun-heading-component h1 {
  color: rgba(33, 31, 32, 1);
  font-weight:   ;
  font-family: "Alfa Slab One";
  font-style:   ;
  font-size: 30px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


}@media (max-width: 767px){#s-e0a01cc2-8408-41fc-a2e9-f5caabb64970 .shogun-heading-component h1 {
  color: rgba(33, 31, 32, 1);
  font-weight:   ;
  font-family: "Alfa Slab One";
  font-style:   ;
  font-size: 30px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


}
#s-2de294ad-da67-4ba4-874e-c9ca66ce11e6 {
  margin-bottom: 30px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2de294ad-da67-4ba4-874e-c9ca66ce11e6 .shogun-heading-component h2 {
  color: rgba(33, 31, 32, 1);
  font-weight:   ;
  font-family: "Alfa Slab One";
  font-style:   ;
  font-size: 30px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


@media (min-width: 768px) and (max-width: 991px){#s-2de294ad-da67-4ba4-874e-c9ca66ce11e6 .shogun-heading-component h2 {
  color: rgba(33, 31, 32, 1);
  font-weight:   ;
  font-family: "Alfa Slab One";
  font-style:   ;
  font-size: 26px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


}@media (max-width: 767px){#s-2de294ad-da67-4ba4-874e-c9ca66ce11e6 .shogun-heading-component h2 {
  color: rgba(33, 31, 32, 1);
  font-weight:   ;
  font-family: "Alfa Slab One";
  font-style:   ;
  font-size: 26px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


}
#s-cd82a8ff-2bdb-4097-a171-651b1809b732 {
  padding-top: 30px;
padding-bottom: 30px;
}
@media (min-width: 768px) and (max-width: 991px){#s-cd82a8ff-2bdb-4097-a171-651b1809b732 {
  padding-top: 15px;
padding-bottom: 15px;
}
}@media (max-width: 767px){#s-cd82a8ff-2bdb-4097-a171-651b1809b732 {
  padding-top: 15px;
padding-bottom: 15px;
}
}
@media (min-width: 0px) {
[id="s-cd82a8ff-2bdb-4097-a171-651b1809b732"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-cd82a8ff-2bdb-4097-a171-651b1809b732"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 30.0px);
}

[id="s-cd82a8ff-2bdb-4097-a171-651b1809b732"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 30.0px);
}

[id="s-cd82a8ff-2bdb-4097-a171-651b1809b732"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 30.0px);
}

[id="s-cd82a8ff-2bdb-4097-a171-651b1809b732"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 30.0px);
}

[id="s-cd82a8ff-2bdb-4097-a171-651b1809b732"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 30.0px);
}

[id="s-cd82a8ff-2bdb-4097-a171-651b1809b732"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 30.0px);
}

[id="s-cd82a8ff-2bdb-4097-a171-651b1809b732"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 30.0px);
}

[id="s-cd82a8ff-2bdb-4097-a171-651b1809b732"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 30.0px);
}

[id="s-cd82a8ff-2bdb-4097-a171-651b1809b732"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 30.0px);
}

[id="s-cd82a8ff-2bdb-4097-a171-651b1809b732"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 30.0px);
}

[id="s-cd82a8ff-2bdb-4097-a171-651b1809b732"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 30.0px);
}

[id="s-cd82a8ff-2bdb-4097-a171-651b1809b732"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 30.0px);
}

}

@media (min-width: 992px) {
[id="s-cd82a8ff-2bdb-4097-a171-651b1809b732"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 30.0px);
}

[id="s-cd82a8ff-2bdb-4097-a171-651b1809b732"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 30.0px);
}

[id="s-cd82a8ff-2bdb-4097-a171-651b1809b732"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 30.0px);
}

[id="s-cd82a8ff-2bdb-4097-a171-651b1809b732"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 30.0px);
}

[id="s-cd82a8ff-2bdb-4097-a171-651b1809b732"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 30.0px);
}

[id="s-cd82a8ff-2bdb-4097-a171-651b1809b732"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 30.0px);
}

[id="s-cd82a8ff-2bdb-4097-a171-651b1809b732"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 30.0px);
}

[id="s-cd82a8ff-2bdb-4097-a171-651b1809b732"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 30.0px);
}

[id="s-cd82a8ff-2bdb-4097-a171-651b1809b732"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 30.0px);
}

[id="s-cd82a8ff-2bdb-4097-a171-651b1809b732"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 30.0px);
}

[id="s-cd82a8ff-2bdb-4097-a171-651b1809b732"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 30.0px);
}

[id="s-cd82a8ff-2bdb-4097-a171-651b1809b732"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 30.0px);
}

}

@media (min-width: 1200px) {
[id="s-cd82a8ff-2bdb-4097-a171-651b1809b732"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 30.0px);
}

[id="s-cd82a8ff-2bdb-4097-a171-651b1809b732"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 30.0px);
}

[id="s-cd82a8ff-2bdb-4097-a171-651b1809b732"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 30.0px);
}

[id="s-cd82a8ff-2bdb-4097-a171-651b1809b732"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 30.0px);
}

[id="s-cd82a8ff-2bdb-4097-a171-651b1809b732"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 30.0px);
}

[id="s-cd82a8ff-2bdb-4097-a171-651b1809b732"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 30.0px);
}

[id="s-cd82a8ff-2bdb-4097-a171-651b1809b732"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 30.0px);
}

[id="s-cd82a8ff-2bdb-4097-a171-651b1809b732"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 30.0px);
}

[id="s-cd82a8ff-2bdb-4097-a171-651b1809b732"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 30.0px);
}

[id="s-cd82a8ff-2bdb-4097-a171-651b1809b732"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 30.0px);
}

[id="s-cd82a8ff-2bdb-4097-a171-651b1809b732"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 30.0px);
}

[id="s-cd82a8ff-2bdb-4097-a171-651b1809b732"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 30.0px);
}

}

#s-ae53f7f4-890e-494e-a041-e5b5d0d094a7 {
  margin-left: auto;
margin-right: auto;
}

#s-ae53f7f4-890e-494e-a041-e5b5d0d094a7 hr {
  border: 0;
  width: 100%;
  border-top: 5px solid rgba(255, 228, 36, 1);
}

@media (min-width: 0px) {
[id="s-4015dee4-b6cc-4529-806d-6a7999c6116d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4015dee4-b6cc-4529-806d-6a7999c6116d"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-4015dee4-b6cc-4529-806d-6a7999c6116d"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-4015dee4-b6cc-4529-806d-6a7999c6116d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-4015dee4-b6cc-4529-806d-6a7999c6116d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-4015dee4-b6cc-4529-806d-6a7999c6116d"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-4015dee4-b6cc-4529-806d-6a7999c6116d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-4015dee4-b6cc-4529-806d-6a7999c6116d"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-4015dee4-b6cc-4529-806d-6a7999c6116d"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-4015dee4-b6cc-4529-806d-6a7999c6116d"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-4015dee4-b6cc-4529-806d-6a7999c6116d"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-4015dee4-b6cc-4529-806d-6a7999c6116d"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-4015dee4-b6cc-4529-806d-6a7999c6116d"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-4015dee4-b6cc-4529-806d-6a7999c6116d"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-4015dee4-b6cc-4529-806d-6a7999c6116d"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-4015dee4-b6cc-4529-806d-6a7999c6116d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-4015dee4-b6cc-4529-806d-6a7999c6116d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-4015dee4-b6cc-4529-806d-6a7999c6116d"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-4015dee4-b6cc-4529-806d-6a7999c6116d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-4015dee4-b6cc-4529-806d-6a7999c6116d"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-4015dee4-b6cc-4529-806d-6a7999c6116d"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-4015dee4-b6cc-4529-806d-6a7999c6116d"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-4015dee4-b6cc-4529-806d-6a7999c6116d"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-4015dee4-b6cc-4529-806d-6a7999c6116d"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-4015dee4-b6cc-4529-806d-6a7999c6116d"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-4015dee4-b6cc-4529-806d-6a7999c6116d"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-4015dee4-b6cc-4529-806d-6a7999c6116d"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-4015dee4-b6cc-4529-806d-6a7999c6116d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-4015dee4-b6cc-4529-806d-6a7999c6116d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-4015dee4-b6cc-4529-806d-6a7999c6116d"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-4015dee4-b6cc-4529-806d-6a7999c6116d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-4015dee4-b6cc-4529-806d-6a7999c6116d"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-4015dee4-b6cc-4529-806d-6a7999c6116d"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-4015dee4-b6cc-4529-806d-6a7999c6116d"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-4015dee4-b6cc-4529-806d-6a7999c6116d"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-4015dee4-b6cc-4529-806d-6a7999c6116d"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-4015dee4-b6cc-4529-806d-6a7999c6116d"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-e9f2d171-afd0-4c8e-88ba-3ecc3c70f148 {
  margin-bottom: 30px;
}

#s-e9f2d171-afd0-4c8e-88ba-3ecc3c70f148 .shogun-heading-component h2 {
  color: rgba(33, 31, 32, 1);
  font-weight:   ;
  font-family: "Alfa Slab One";
  font-style:   ;
  font-size: 30px;
  line-height: ;
  letter-spacing: ;
  
}


@media (min-width: 768px) and (max-width: 991px){#s-e9f2d171-afd0-4c8e-88ba-3ecc3c70f148 .shogun-heading-component h2 {
  color: rgba(33, 31, 32, 1);
  font-weight:   ;
  font-family: "Alfa Slab One";
  font-style:   ;
  font-size: 26px;
  line-height: ;
  letter-spacing: ;
  
}


}@media (max-width: 767px){#s-e9f2d171-afd0-4c8e-88ba-3ecc3c70f148 .shogun-heading-component h2 {
  color: rgba(33, 31, 32, 1);
  font-weight:   ;
  font-family: "Alfa Slab One";
  font-style:   ;
  font-size: 26px;
  line-height: ;
  letter-spacing: ;
  
}


}
#s-108a8ab8-72fb-4170-ba3a-54fa1304941f {
  padding-top: 30px;
padding-bottom: 30px;
}
@media (min-width: 768px) and (max-width: 991px){#s-108a8ab8-72fb-4170-ba3a-54fa1304941f {
  padding-top: 15px;
padding-bottom: 15px;
}
}@media (max-width: 767px){#s-108a8ab8-72fb-4170-ba3a-54fa1304941f {
  padding-top: 15px;
padding-bottom: 15px;
}
}
@media (min-width: 0px) {
[id="s-108a8ab8-72fb-4170-ba3a-54fa1304941f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-108a8ab8-72fb-4170-ba3a-54fa1304941f"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 30.0px);
}

[id="s-108a8ab8-72fb-4170-ba3a-54fa1304941f"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 30.0px);
}

[id="s-108a8ab8-72fb-4170-ba3a-54fa1304941f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 30.0px);
}

[id="s-108a8ab8-72fb-4170-ba3a-54fa1304941f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 30.0px);
}

[id="s-108a8ab8-72fb-4170-ba3a-54fa1304941f"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 30.0px);
}

[id="s-108a8ab8-72fb-4170-ba3a-54fa1304941f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 30.0px);
}

[id="s-108a8ab8-72fb-4170-ba3a-54fa1304941f"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 30.0px);
}

[id="s-108a8ab8-72fb-4170-ba3a-54fa1304941f"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 30.0px);
}

[id="s-108a8ab8-72fb-4170-ba3a-54fa1304941f"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 30.0px);
}

[id="s-108a8ab8-72fb-4170-ba3a-54fa1304941f"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 30.0px);
}

[id="s-108a8ab8-72fb-4170-ba3a-54fa1304941f"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 30.0px);
}

[id="s-108a8ab8-72fb-4170-ba3a-54fa1304941f"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 30.0px);
}

}

@media (min-width: 992px) {
[id="s-108a8ab8-72fb-4170-ba3a-54fa1304941f"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 30.0px);
}

[id="s-108a8ab8-72fb-4170-ba3a-54fa1304941f"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 30.0px);
}

[id="s-108a8ab8-72fb-4170-ba3a-54fa1304941f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 30.0px);
}

[id="s-108a8ab8-72fb-4170-ba3a-54fa1304941f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 30.0px);
}

[id="s-108a8ab8-72fb-4170-ba3a-54fa1304941f"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 30.0px);
}

[id="s-108a8ab8-72fb-4170-ba3a-54fa1304941f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 30.0px);
}

[id="s-108a8ab8-72fb-4170-ba3a-54fa1304941f"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 30.0px);
}

[id="s-108a8ab8-72fb-4170-ba3a-54fa1304941f"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 30.0px);
}

[id="s-108a8ab8-72fb-4170-ba3a-54fa1304941f"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 30.0px);
}

[id="s-108a8ab8-72fb-4170-ba3a-54fa1304941f"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 30.0px);
}

[id="s-108a8ab8-72fb-4170-ba3a-54fa1304941f"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 30.0px);
}

[id="s-108a8ab8-72fb-4170-ba3a-54fa1304941f"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 30.0px);
}

}

@media (min-width: 1200px) {
[id="s-108a8ab8-72fb-4170-ba3a-54fa1304941f"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 30.0px);
}

[id="s-108a8ab8-72fb-4170-ba3a-54fa1304941f"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 30.0px);
}

[id="s-108a8ab8-72fb-4170-ba3a-54fa1304941f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 30.0px);
}

[id="s-108a8ab8-72fb-4170-ba3a-54fa1304941f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 30.0px);
}

[id="s-108a8ab8-72fb-4170-ba3a-54fa1304941f"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 30.0px);
}

[id="s-108a8ab8-72fb-4170-ba3a-54fa1304941f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 30.0px);
}

[id="s-108a8ab8-72fb-4170-ba3a-54fa1304941f"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 30.0px);
}

[id="s-108a8ab8-72fb-4170-ba3a-54fa1304941f"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 30.0px);
}

[id="s-108a8ab8-72fb-4170-ba3a-54fa1304941f"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 30.0px);
}

[id="s-108a8ab8-72fb-4170-ba3a-54fa1304941f"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 30.0px);
}

[id="s-108a8ab8-72fb-4170-ba3a-54fa1304941f"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 30.0px);
}

[id="s-108a8ab8-72fb-4170-ba3a-54fa1304941f"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 30.0px);
}

}

@media (max-width: 767px) {
  [id="s-108a8ab8-72fb-4170-ba3a-54fa1304941f"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-894ac565-872b-415a-8a7d-a560df381af5 {
  margin-left: auto;
margin-right: auto;
}

#s-894ac565-872b-415a-8a7d-a560df381af5 hr {
  border: 0;
  width: 100%;
  border-top: 5px solid rgba(255, 228, 36, 1);
}

@media (min-width: 0px) {
[id="s-c2d17ec7-d1f9-4751-b709-813deb0cc244"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c2d17ec7-d1f9-4751-b709-813deb0cc244"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-c2d17ec7-d1f9-4751-b709-813deb0cc244"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-c2d17ec7-d1f9-4751-b709-813deb0cc244"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-c2d17ec7-d1f9-4751-b709-813deb0cc244"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-c2d17ec7-d1f9-4751-b709-813deb0cc244"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-c2d17ec7-d1f9-4751-b709-813deb0cc244"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-c2d17ec7-d1f9-4751-b709-813deb0cc244"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-c2d17ec7-d1f9-4751-b709-813deb0cc244"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-c2d17ec7-d1f9-4751-b709-813deb0cc244"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-c2d17ec7-d1f9-4751-b709-813deb0cc244"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-c2d17ec7-d1f9-4751-b709-813deb0cc244"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-c2d17ec7-d1f9-4751-b709-813deb0cc244"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-c2d17ec7-d1f9-4751-b709-813deb0cc244"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-c2d17ec7-d1f9-4751-b709-813deb0cc244"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-c2d17ec7-d1f9-4751-b709-813deb0cc244"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-c2d17ec7-d1f9-4751-b709-813deb0cc244"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-c2d17ec7-d1f9-4751-b709-813deb0cc244"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-c2d17ec7-d1f9-4751-b709-813deb0cc244"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-c2d17ec7-d1f9-4751-b709-813deb0cc244"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-c2d17ec7-d1f9-4751-b709-813deb0cc244"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-c2d17ec7-d1f9-4751-b709-813deb0cc244"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-c2d17ec7-d1f9-4751-b709-813deb0cc244"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-c2d17ec7-d1f9-4751-b709-813deb0cc244"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-c2d17ec7-d1f9-4751-b709-813deb0cc244"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-c2d17ec7-d1f9-4751-b709-813deb0cc244"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-c2d17ec7-d1f9-4751-b709-813deb0cc244"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-c2d17ec7-d1f9-4751-b709-813deb0cc244"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-c2d17ec7-d1f9-4751-b709-813deb0cc244"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-c2d17ec7-d1f9-4751-b709-813deb0cc244"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-c2d17ec7-d1f9-4751-b709-813deb0cc244"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-c2d17ec7-d1f9-4751-b709-813deb0cc244"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-c2d17ec7-d1f9-4751-b709-813deb0cc244"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-c2d17ec7-d1f9-4751-b709-813deb0cc244"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-c2d17ec7-d1f9-4751-b709-813deb0cc244"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-c2d17ec7-d1f9-4751-b709-813deb0cc244"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-c2d17ec7-d1f9-4751-b709-813deb0cc244"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-b18e3ea1-47e6-416f-8ca4-cabf1d7222e0 {
  margin-bottom: 30px;
}

#s-b18e3ea1-47e6-416f-8ca4-cabf1d7222e0 .shogun-heading-component h2 {
  color: rgba(33, 31, 32, 1);
  font-weight:   ;
  font-family: "Alfa Slab One";
  font-style:   ;
  font-size: 30px;
  line-height: ;
  letter-spacing: ;
  
}


@media (min-width: 768px) and (max-width: 991px){#s-b18e3ea1-47e6-416f-8ca4-cabf1d7222e0 .shogun-heading-component h2 {
  color: rgba(33, 31, 32, 1);
  font-weight:   ;
  font-family: "Alfa Slab One";
  font-style:   ;
  font-size: 26px;
  line-height: ;
  letter-spacing: ;
  
}


}@media (max-width: 767px){#s-b18e3ea1-47e6-416f-8ca4-cabf1d7222e0 .shogun-heading-component h2 {
  color: rgba(33, 31, 32, 1);
  font-weight:   ;
  font-family: "Alfa Slab One";
  font-style:   ;
  font-size: 26px;
  line-height: ;
  letter-spacing: ;
  
}


}
#s-57985c5b-51cb-444d-80fd-b992cdebc68f {
  padding-top: 30px;
padding-bottom: 30px;
}
@media (min-width: 768px) and (max-width: 991px){#s-57985c5b-51cb-444d-80fd-b992cdebc68f {
  padding-top: 15px;
padding-bottom: 15px;
}
}@media (max-width: 767px){#s-57985c5b-51cb-444d-80fd-b992cdebc68f {
  padding-top: 15px;
padding-bottom: 15px;
}
}
@media (min-width: 0px) {
[id="s-57985c5b-51cb-444d-80fd-b992cdebc68f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-57985c5b-51cb-444d-80fd-b992cdebc68f"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 30.0px);
}

[id="s-57985c5b-51cb-444d-80fd-b992cdebc68f"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 30.0px);
}

[id="s-57985c5b-51cb-444d-80fd-b992cdebc68f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 30.0px);
}

[id="s-57985c5b-51cb-444d-80fd-b992cdebc68f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 30.0px);
}

[id="s-57985c5b-51cb-444d-80fd-b992cdebc68f"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 30.0px);
}

[id="s-57985c5b-51cb-444d-80fd-b992cdebc68f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 30.0px);
}

[id="s-57985c5b-51cb-444d-80fd-b992cdebc68f"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 30.0px);
}

[id="s-57985c5b-51cb-444d-80fd-b992cdebc68f"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 30.0px);
}

[id="s-57985c5b-51cb-444d-80fd-b992cdebc68f"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 30.0px);
}

[id="s-57985c5b-51cb-444d-80fd-b992cdebc68f"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 30.0px);
}

[id="s-57985c5b-51cb-444d-80fd-b992cdebc68f"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 30.0px);
}

[id="s-57985c5b-51cb-444d-80fd-b992cdebc68f"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 30.0px);
}

}

@media (min-width: 992px) {
[id="s-57985c5b-51cb-444d-80fd-b992cdebc68f"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 30.0px);
}

[id="s-57985c5b-51cb-444d-80fd-b992cdebc68f"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 30.0px);
}

[id="s-57985c5b-51cb-444d-80fd-b992cdebc68f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 30.0px);
}

[id="s-57985c5b-51cb-444d-80fd-b992cdebc68f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 30.0px);
}

[id="s-57985c5b-51cb-444d-80fd-b992cdebc68f"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 30.0px);
}

[id="s-57985c5b-51cb-444d-80fd-b992cdebc68f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 30.0px);
}

[id="s-57985c5b-51cb-444d-80fd-b992cdebc68f"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 30.0px);
}

[id="s-57985c5b-51cb-444d-80fd-b992cdebc68f"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 30.0px);
}

[id="s-57985c5b-51cb-444d-80fd-b992cdebc68f"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 30.0px);
}

[id="s-57985c5b-51cb-444d-80fd-b992cdebc68f"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 30.0px);
}

[id="s-57985c5b-51cb-444d-80fd-b992cdebc68f"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 30.0px);
}

[id="s-57985c5b-51cb-444d-80fd-b992cdebc68f"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 30.0px);
}

}

@media (min-width: 1200px) {
[id="s-57985c5b-51cb-444d-80fd-b992cdebc68f"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 30.0px);
}

[id="s-57985c5b-51cb-444d-80fd-b992cdebc68f"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 30.0px);
}

[id="s-57985c5b-51cb-444d-80fd-b992cdebc68f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 30.0px);
}

[id="s-57985c5b-51cb-444d-80fd-b992cdebc68f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 30.0px);
}

[id="s-57985c5b-51cb-444d-80fd-b992cdebc68f"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 30.0px);
}

[id="s-57985c5b-51cb-444d-80fd-b992cdebc68f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 30.0px);
}

[id="s-57985c5b-51cb-444d-80fd-b992cdebc68f"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 30.0px);
}

[id="s-57985c5b-51cb-444d-80fd-b992cdebc68f"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 30.0px);
}

[id="s-57985c5b-51cb-444d-80fd-b992cdebc68f"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 30.0px);
}

[id="s-57985c5b-51cb-444d-80fd-b992cdebc68f"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 30.0px);
}

[id="s-57985c5b-51cb-444d-80fd-b992cdebc68f"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 30.0px);
}

[id="s-57985c5b-51cb-444d-80fd-b992cdebc68f"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 30.0px);
}

}

#s-ecd1d62d-acf2-40a1-a018-a9b323c128bd {
  margin-left: auto;
margin-right: auto;
}

#s-ecd1d62d-acf2-40a1-a018-a9b323c128bd hr {
  border: 0;
  width: 100%;
  border-top: 5px solid rgba(255, 228, 36, 1);
}

@media (min-width: 0px) {
[id="s-6cc628b6-5dea-4860-b94a-1b0c35cafbc3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6cc628b6-5dea-4860-b94a-1b0c35cafbc3"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-6cc628b6-5dea-4860-b94a-1b0c35cafbc3"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-6cc628b6-5dea-4860-b94a-1b0c35cafbc3"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-6cc628b6-5dea-4860-b94a-1b0c35cafbc3"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-6cc628b6-5dea-4860-b94a-1b0c35cafbc3"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-6cc628b6-5dea-4860-b94a-1b0c35cafbc3"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-6cc628b6-5dea-4860-b94a-1b0c35cafbc3"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-6cc628b6-5dea-4860-b94a-1b0c35cafbc3"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-6cc628b6-5dea-4860-b94a-1b0c35cafbc3"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-6cc628b6-5dea-4860-b94a-1b0c35cafbc3"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-6cc628b6-5dea-4860-b94a-1b0c35cafbc3"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-6cc628b6-5dea-4860-b94a-1b0c35cafbc3"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-6cc628b6-5dea-4860-b94a-1b0c35cafbc3"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-6cc628b6-5dea-4860-b94a-1b0c35cafbc3"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-6cc628b6-5dea-4860-b94a-1b0c35cafbc3"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-6cc628b6-5dea-4860-b94a-1b0c35cafbc3"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-6cc628b6-5dea-4860-b94a-1b0c35cafbc3"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-6cc628b6-5dea-4860-b94a-1b0c35cafbc3"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-6cc628b6-5dea-4860-b94a-1b0c35cafbc3"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-6cc628b6-5dea-4860-b94a-1b0c35cafbc3"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-6cc628b6-5dea-4860-b94a-1b0c35cafbc3"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-6cc628b6-5dea-4860-b94a-1b0c35cafbc3"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-6cc628b6-5dea-4860-b94a-1b0c35cafbc3"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-6cc628b6-5dea-4860-b94a-1b0c35cafbc3"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-6cc628b6-5dea-4860-b94a-1b0c35cafbc3"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-6cc628b6-5dea-4860-b94a-1b0c35cafbc3"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-6cc628b6-5dea-4860-b94a-1b0c35cafbc3"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-6cc628b6-5dea-4860-b94a-1b0c35cafbc3"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-6cc628b6-5dea-4860-b94a-1b0c35cafbc3"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-6cc628b6-5dea-4860-b94a-1b0c35cafbc3"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-6cc628b6-5dea-4860-b94a-1b0c35cafbc3"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-6cc628b6-5dea-4860-b94a-1b0c35cafbc3"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-6cc628b6-5dea-4860-b94a-1b0c35cafbc3"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-6cc628b6-5dea-4860-b94a-1b0c35cafbc3"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-6cc628b6-5dea-4860-b94a-1b0c35cafbc3"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-6cc628b6-5dea-4860-b94a-1b0c35cafbc3"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-3fd6e6bb-5195-4798-8035-196352c9f229 {
  margin-bottom: 30px;
}

#s-3fd6e6bb-5195-4798-8035-196352c9f229 .shogun-heading-component h2 {
  color: rgba(33, 31, 32, 1);
  font-weight:   ;
  font-family: "Alfa Slab One";
  font-style:   ;
  font-size: 30px;
  line-height: ;
  letter-spacing: ;
  
}


@media (min-width: 768px) and (max-width: 991px){#s-3fd6e6bb-5195-4798-8035-196352c9f229 .shogun-heading-component h2 {
  color: rgba(33, 31, 32, 1);
  font-weight:   ;
  font-family: "Alfa Slab One";
  font-style:   ;
  font-size: 26px;
  line-height: ;
  letter-spacing: ;
  
}


}@media (max-width: 767px){#s-3fd6e6bb-5195-4798-8035-196352c9f229 .shogun-heading-component h2 {
  color: rgba(33, 31, 32, 1);
  font-weight:   ;
  font-family: "Alfa Slab One";
  font-style:   ;
  font-size: 26px;
  line-height: ;
  letter-spacing: ;
  
}


}
#s-abb401f4-7a2e-44b9-ba74-37e84a9f127c {
  padding-top: 30px;
padding-bottom: 30px;
}
@media (min-width: 768px) and (max-width: 991px){#s-abb401f4-7a2e-44b9-ba74-37e84a9f127c {
  padding-top: 15px;
padding-bottom: 15px;
}
}@media (max-width: 767px){#s-abb401f4-7a2e-44b9-ba74-37e84a9f127c {
  padding-top: 15px;
padding-bottom: 15px;
}
}
@media (min-width: 0px) {
[id="s-abb401f4-7a2e-44b9-ba74-37e84a9f127c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-abb401f4-7a2e-44b9-ba74-37e84a9f127c"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 30.0px);
}

[id="s-abb401f4-7a2e-44b9-ba74-37e84a9f127c"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 30.0px);
}

[id="s-abb401f4-7a2e-44b9-ba74-37e84a9f127c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 30.0px);
}

[id="s-abb401f4-7a2e-44b9-ba74-37e84a9f127c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 30.0px);
}

[id="s-abb401f4-7a2e-44b9-ba74-37e84a9f127c"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 30.0px);
}

[id="s-abb401f4-7a2e-44b9-ba74-37e84a9f127c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 30.0px);
}

[id="s-abb401f4-7a2e-44b9-ba74-37e84a9f127c"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 30.0px);
}

[id="s-abb401f4-7a2e-44b9-ba74-37e84a9f127c"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 30.0px);
}

[id="s-abb401f4-7a2e-44b9-ba74-37e84a9f127c"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 30.0px);
}

[id="s-abb401f4-7a2e-44b9-ba74-37e84a9f127c"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 30.0px);
}

[id="s-abb401f4-7a2e-44b9-ba74-37e84a9f127c"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 30.0px);
}

[id="s-abb401f4-7a2e-44b9-ba74-37e84a9f127c"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 30.0px);
}

}

@media (min-width: 992px) {
[id="s-abb401f4-7a2e-44b9-ba74-37e84a9f127c"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 30.0px);
}

[id="s-abb401f4-7a2e-44b9-ba74-37e84a9f127c"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 30.0px);
}

[id="s-abb401f4-7a2e-44b9-ba74-37e84a9f127c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 30.0px);
}

[id="s-abb401f4-7a2e-44b9-ba74-37e84a9f127c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 30.0px);
}

[id="s-abb401f4-7a2e-44b9-ba74-37e84a9f127c"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 30.0px);
}

[id="s-abb401f4-7a2e-44b9-ba74-37e84a9f127c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 30.0px);
}

[id="s-abb401f4-7a2e-44b9-ba74-37e84a9f127c"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 30.0px);
}

[id="s-abb401f4-7a2e-44b9-ba74-37e84a9f127c"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 30.0px);
}

[id="s-abb401f4-7a2e-44b9-ba74-37e84a9f127c"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 30.0px);
}

[id="s-abb401f4-7a2e-44b9-ba74-37e84a9f127c"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 30.0px);
}

[id="s-abb401f4-7a2e-44b9-ba74-37e84a9f127c"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 30.0px);
}

[id="s-abb401f4-7a2e-44b9-ba74-37e84a9f127c"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 30.0px);
}

}

@media (min-width: 1200px) {
[id="s-abb401f4-7a2e-44b9-ba74-37e84a9f127c"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 30.0px);
}

[id="s-abb401f4-7a2e-44b9-ba74-37e84a9f127c"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 30.0px);
}

[id="s-abb401f4-7a2e-44b9-ba74-37e84a9f127c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 30.0px);
}

[id="s-abb401f4-7a2e-44b9-ba74-37e84a9f127c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 30.0px);
}

[id="s-abb401f4-7a2e-44b9-ba74-37e84a9f127c"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 30.0px);
}

[id="s-abb401f4-7a2e-44b9-ba74-37e84a9f127c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 30.0px);
}

[id="s-abb401f4-7a2e-44b9-ba74-37e84a9f127c"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 30.0px);
}

[id="s-abb401f4-7a2e-44b9-ba74-37e84a9f127c"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 30.0px);
}

[id="s-abb401f4-7a2e-44b9-ba74-37e84a9f127c"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 30.0px);
}

[id="s-abb401f4-7a2e-44b9-ba74-37e84a9f127c"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 30.0px);
}

[id="s-abb401f4-7a2e-44b9-ba74-37e84a9f127c"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 30.0px);
}

[id="s-abb401f4-7a2e-44b9-ba74-37e84a9f127c"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 30.0px);
}

}

@media (max-width: 767px) {
  [id="s-abb401f4-7a2e-44b9-ba74-37e84a9f127c"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-ce246d56-49e2-4041-9ce1-3afe391b281d {
  margin-left: auto;
margin-right: auto;
}

#s-ce246d56-49e2-4041-9ce1-3afe391b281d hr {
  border: 0;
  width: 100%;
  border-top: 5px solid rgba(255, 228, 36, 1);
}

@media (min-width: 0px) {
[id="s-b5a431d8-da15-4575-9755-f6db70105bd4"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b5a431d8-da15-4575-9755-f6db70105bd4"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-b5a431d8-da15-4575-9755-f6db70105bd4"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-b5a431d8-da15-4575-9755-f6db70105bd4"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-b5a431d8-da15-4575-9755-f6db70105bd4"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-b5a431d8-da15-4575-9755-f6db70105bd4"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-b5a431d8-da15-4575-9755-f6db70105bd4"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-b5a431d8-da15-4575-9755-f6db70105bd4"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-b5a431d8-da15-4575-9755-f6db70105bd4"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-b5a431d8-da15-4575-9755-f6db70105bd4"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-b5a431d8-da15-4575-9755-f6db70105bd4"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-b5a431d8-da15-4575-9755-f6db70105bd4"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-b5a431d8-da15-4575-9755-f6db70105bd4"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-b5a431d8-da15-4575-9755-f6db70105bd4"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-b5a431d8-da15-4575-9755-f6db70105bd4"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-b5a431d8-da15-4575-9755-f6db70105bd4"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-b5a431d8-da15-4575-9755-f6db70105bd4"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-b5a431d8-da15-4575-9755-f6db70105bd4"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-b5a431d8-da15-4575-9755-f6db70105bd4"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-b5a431d8-da15-4575-9755-f6db70105bd4"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-b5a431d8-da15-4575-9755-f6db70105bd4"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-b5a431d8-da15-4575-9755-f6db70105bd4"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-b5a431d8-da15-4575-9755-f6db70105bd4"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-b5a431d8-da15-4575-9755-f6db70105bd4"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-b5a431d8-da15-4575-9755-f6db70105bd4"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-b5a431d8-da15-4575-9755-f6db70105bd4"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-b5a431d8-da15-4575-9755-f6db70105bd4"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-b5a431d8-da15-4575-9755-f6db70105bd4"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-b5a431d8-da15-4575-9755-f6db70105bd4"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-b5a431d8-da15-4575-9755-f6db70105bd4"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-b5a431d8-da15-4575-9755-f6db70105bd4"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-b5a431d8-da15-4575-9755-f6db70105bd4"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-b5a431d8-da15-4575-9755-f6db70105bd4"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-b5a431d8-da15-4575-9755-f6db70105bd4"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-b5a431d8-da15-4575-9755-f6db70105bd4"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-b5a431d8-da15-4575-9755-f6db70105bd4"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-b5a431d8-da15-4575-9755-f6db70105bd4"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-60d38d71-c53d-44d5-b172-d3942b063609 {
  margin-bottom: 30px;
}

#s-60d38d71-c53d-44d5-b172-d3942b063609 .shogun-heading-component h2 {
  color: rgba(33, 31, 32, 1);
  font-weight:   ;
  font-family: "Alfa Slab One";
  font-style:   ;
  font-size: 30px;
  line-height: ;
  letter-spacing: ;
  
}


@media (min-width: 768px) and (max-width: 991px){#s-60d38d71-c53d-44d5-b172-d3942b063609 .shogun-heading-component h2 {
  color: rgba(33, 31, 32, 1);
  font-weight:   ;
  font-family: "Alfa Slab One";
  font-style:   ;
  font-size: 26px;
  line-height: ;
  letter-spacing: ;
  
}


}@media (max-width: 767px){#s-60d38d71-c53d-44d5-b172-d3942b063609 .shogun-heading-component h2 {
  color: rgba(33, 31, 32, 1);
  font-weight:   ;
  font-family: "Alfa Slab One";
  font-style:   ;
  font-size: 26px;
  line-height: ;
  letter-spacing: ;
  
}


}
.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-df02691f-86b1-49a9-9e6a-f29be2a9cc15 {
  border-style: solid;
margin-bottom: 20px;
padding-top: 16px;
padding-left: 60px;
padding-bottom: 16px;
padding-right: 60px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 228, 36, 1);
border-style: solid;
border-radius: 0px;
background-color: rgba(255, 228, 36, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(33, 31, 32, 1);
}
#s-df02691f-86b1-49a9-9e6a-f29be2a9cc15:hover {background-color: rgba(33, 31, 32, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-df02691f-86b1-49a9-9e6a-f29be2a9cc15:active {background-color: rgba(255, 228, 36, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (max-width: 767px){#s-df02691f-86b1-49a9-9e6a-f29be2a9cc15 {
  padding-left: 40px;
padding-right: 40px;
}
}


#s-df02691f-86b1-49a9-9e6a-f29be2a9cc15.shg-btn {
  color: rgba(33, 31, 32, 1);
  font-size: 17px;
  font-weight: 500;
  
  font-family: Oswald;
  display:  inline-block ;
}

/*
  $vgutter : 20px
  $hgutter : 10px;
*/

.shg-c:before,
.shg-c:after {
  content: " ";
  display: table;
}

/**
  Ref:
  https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Positioning/Understanding_z_index/The_stacking_context
  https://dnf.slack.com/archives/C0514HB79/p1538741509000100
**/
.shogun-root {
  z-index: 1;
  position: relative;
  isolation: isolate;
}

.shogun-root iframe {
  display: initial;
}

@media (max-width: 1024px) {
  .shg-c,
  .shg-box {
    background-attachment: scroll !important;
  }
}

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