.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-6433c9ac-1fa1-491b-9a86-d88ba17b1486 {
  min-height: 50px;
background-color: rgba(245, 245, 245, 1);
}








#s-6433c9ac-1fa1-491b-9a86-d88ba17b1486 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6433c9ac-1fa1-491b-9a86-d88ba17b1486.shg-box.shg-c {
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-f439a750-b4cb-44f0-96b5-7d5a592fcfda {
  margin-left: auto;
margin-right: auto;
max-width: 1000px;
}

#s-c2e7b209-8e41-4cb8-bf5c-1a7ada8bfa0b {
  margin-top: 1%;
margin-bottom: 1%;
min-height: 50px;
}
@media (max-width: 767px){#s-c2e7b209-8e41-4cb8-bf5c-1a7ada8bfa0b {
  display: none;
}
#s-c2e7b209-8e41-4cb8-bf5c-1a7ada8bfa0b, #wrap-s-c2e7b209-8e41-4cb8-bf5c-1a7ada8bfa0b { display:none !important; }}







#s-c2e7b209-8e41-4cb8-bf5c-1a7ada8bfa0b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c2e7b209-8e41-4cb8-bf5c-1a7ada8bfa0b.shg-box.shg-c {
  justify-content: center;
}

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

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

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

#s-eeebfda3-8bd1-4ac3-8f8c-2b1ad83b0ea6 {
  margin-left: auto;
margin-right: auto;
max-width: 1200px;
}
@media (min-width: 768px) and (max-width: 991px){#s-eeebfda3-8bd1-4ac3-8f8c-2b1ad83b0ea6 {
  margin-left: 7%;
margin-right: 7%;
}
}
@media (min-width: 0px) {
[id="s-eeebfda3-8bd1-4ac3-8f8c-2b1ad83b0ea6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-eeebfda3-8bd1-4ac3-8f8c-2b1ad83b0ea6"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-eeebfda3-8bd1-4ac3-8f8c-2b1ad83b0ea6"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-eeebfda3-8bd1-4ac3-8f8c-2b1ad83b0ea6"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-eeebfda3-8bd1-4ac3-8f8c-2b1ad83b0ea6"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-eeebfda3-8bd1-4ac3-8f8c-2b1ad83b0ea6"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-eeebfda3-8bd1-4ac3-8f8c-2b1ad83b0ea6"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-eeebfda3-8bd1-4ac3-8f8c-2b1ad83b0ea6"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-eeebfda3-8bd1-4ac3-8f8c-2b1ad83b0ea6"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-eeebfda3-8bd1-4ac3-8f8c-2b1ad83b0ea6"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-eeebfda3-8bd1-4ac3-8f8c-2b1ad83b0ea6"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-eeebfda3-8bd1-4ac3-8f8c-2b1ad83b0ea6"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-eeebfda3-8bd1-4ac3-8f8c-2b1ad83b0ea6"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-eeebfda3-8bd1-4ac3-8f8c-2b1ad83b0ea6"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-eeebfda3-8bd1-4ac3-8f8c-2b1ad83b0ea6"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-eeebfda3-8bd1-4ac3-8f8c-2b1ad83b0ea6"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-eeebfda3-8bd1-4ac3-8f8c-2b1ad83b0ea6"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-eeebfda3-8bd1-4ac3-8f8c-2b1ad83b0ea6"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-eeebfda3-8bd1-4ac3-8f8c-2b1ad83b0ea6"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-eeebfda3-8bd1-4ac3-8f8c-2b1ad83b0ea6"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-eeebfda3-8bd1-4ac3-8f8c-2b1ad83b0ea6"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-eeebfda3-8bd1-4ac3-8f8c-2b1ad83b0ea6"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-eeebfda3-8bd1-4ac3-8f8c-2b1ad83b0ea6"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-eeebfda3-8bd1-4ac3-8f8c-2b1ad83b0ea6"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-eeebfda3-8bd1-4ac3-8f8c-2b1ad83b0ea6"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-eeebfda3-8bd1-4ac3-8f8c-2b1ad83b0ea6"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-eeebfda3-8bd1-4ac3-8f8c-2b1ad83b0ea6"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-eeebfda3-8bd1-4ac3-8f8c-2b1ad83b0ea6"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-eeebfda3-8bd1-4ac3-8f8c-2b1ad83b0ea6"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-eeebfda3-8bd1-4ac3-8f8c-2b1ad83b0ea6"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-eeebfda3-8bd1-4ac3-8f8c-2b1ad83b0ea6"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-eeebfda3-8bd1-4ac3-8f8c-2b1ad83b0ea6"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-eeebfda3-8bd1-4ac3-8f8c-2b1ad83b0ea6"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-eeebfda3-8bd1-4ac3-8f8c-2b1ad83b0ea6"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-eeebfda3-8bd1-4ac3-8f8c-2b1ad83b0ea6"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-eeebfda3-8bd1-4ac3-8f8c-2b1ad83b0ea6"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-eeebfda3-8bd1-4ac3-8f8c-2b1ad83b0ea6"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-367598f8-6379-4d23-930e-e7617b85dd87 {
  margin-left: 5%;
margin-right: 5%;
min-height: 50px;
}








#s-367598f8-6379-4d23-930e-e7617b85dd87 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-367598f8-6379-4d23-930e-e7617b85dd87.shg-box.shg-c {
  justify-content: center;
}

#s-5eefeee5-1986-48bc-bb2c-176c76f4c75b {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 17px;
margin-right: auto;
}
@media (min-width: 1200px){#s-5eefeee5-1986-48bc-bb2c-176c76f4c75b {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-5eefeee5-1986-48bc-bb2c-176c76f4c75b {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-5eefeee5-1986-48bc-bb2c-176c76f4c75b {
  
}
}
#s-639eb8ea-efa4-4489-8c99-2c25f63bdffb {
  margin-top: 0%;
margin-bottom: 0%;
}
@media (min-width: 1200px){#s-639eb8ea-efa4-4489-8c99-2c25f63bdffb {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-639eb8ea-efa4-4489-8c99-2c25f63bdffb {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-639eb8ea-efa4-4489-8c99-2c25f63bdffb {
  
}
}
#s-24a9afd2-6a5d-422d-9445-5cf37f51b841 {
  margin-top: 4%;
margin-left: 3%;
margin-bottom: 3%;
margin-right: 3%;
}
@media (min-width: 768px) and (max-width: 991px){#s-24a9afd2-6a5d-422d-9445-5cf37f51b841 {
  display: none;
}
#s-24a9afd2-6a5d-422d-9445-5cf37f51b841, #wrap-s-24a9afd2-6a5d-422d-9445-5cf37f51b841 { display:none !important; }}@media (max-width: 767px){#s-24a9afd2-6a5d-422d-9445-5cf37f51b841 {
  display: none;
}
#s-24a9afd2-6a5d-422d-9445-5cf37f51b841, #wrap-s-24a9afd2-6a5d-422d-9445-5cf37f51b841 { display:none !important; }}
@media (min-width: 0px) {
[id="s-24a9afd2-6a5d-422d-9445-5cf37f51b841"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 6.666666666666667px);
}

[id="s-24a9afd2-6a5d-422d-9445-5cf37f51b841"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 6.666666666666667px);
}

[id="s-24a9afd2-6a5d-422d-9445-5cf37f51b841"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 6.666666666666667px);
}

[id="s-24a9afd2-6a5d-422d-9445-5cf37f51b841"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

[id="s-24a9afd2-6a5d-422d-9445-5cf37f51b841"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 6.666666666666667px);
}

[id="s-24a9afd2-6a5d-422d-9445-5cf37f51b841"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 6.666666666666667px);
}

[id="s-24a9afd2-6a5d-422d-9445-5cf37f51b841"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 6.666666666666667px);
}

[id="s-24a9afd2-6a5d-422d-9445-5cf37f51b841"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 6.666666666666667px);
}

[id="s-24a9afd2-6a5d-422d-9445-5cf37f51b841"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 6.666666666666667px);
}

[id="s-24a9afd2-6a5d-422d-9445-5cf37f51b841"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 6.666666666666667px);
}

[id="s-24a9afd2-6a5d-422d-9445-5cf37f51b841"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 6.666666666666667px);
}

[id="s-24a9afd2-6a5d-422d-9445-5cf37f51b841"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 6.666666666666667px);
}

}

@media (min-width: 768px) {
[id="s-24a9afd2-6a5d-422d-9445-5cf37f51b841"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 6.666666666666667px);
}

[id="s-24a9afd2-6a5d-422d-9445-5cf37f51b841"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 6.666666666666667px);
}

[id="s-24a9afd2-6a5d-422d-9445-5cf37f51b841"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 6.666666666666667px);
}

[id="s-24a9afd2-6a5d-422d-9445-5cf37f51b841"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

[id="s-24a9afd2-6a5d-422d-9445-5cf37f51b841"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 6.666666666666667px);
}

[id="s-24a9afd2-6a5d-422d-9445-5cf37f51b841"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 6.666666666666667px);
}

[id="s-24a9afd2-6a5d-422d-9445-5cf37f51b841"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 6.666666666666667px);
}

[id="s-24a9afd2-6a5d-422d-9445-5cf37f51b841"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 6.666666666666667px);
}

[id="s-24a9afd2-6a5d-422d-9445-5cf37f51b841"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 6.666666666666667px);
}

[id="s-24a9afd2-6a5d-422d-9445-5cf37f51b841"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 6.666666666666667px);
}

[id="s-24a9afd2-6a5d-422d-9445-5cf37f51b841"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 6.666666666666667px);
}

[id="s-24a9afd2-6a5d-422d-9445-5cf37f51b841"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-24a9afd2-6a5d-422d-9445-5cf37f51b841"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 6.666666666666667px);
}

[id="s-24a9afd2-6a5d-422d-9445-5cf37f51b841"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 6.666666666666667px);
}

[id="s-24a9afd2-6a5d-422d-9445-5cf37f51b841"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 6.666666666666667px);
}

[id="s-24a9afd2-6a5d-422d-9445-5cf37f51b841"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

[id="s-24a9afd2-6a5d-422d-9445-5cf37f51b841"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 6.666666666666667px);
}

[id="s-24a9afd2-6a5d-422d-9445-5cf37f51b841"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 6.666666666666667px);
}

[id="s-24a9afd2-6a5d-422d-9445-5cf37f51b841"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 6.666666666666667px);
}

[id="s-24a9afd2-6a5d-422d-9445-5cf37f51b841"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 6.666666666666667px);
}

[id="s-24a9afd2-6a5d-422d-9445-5cf37f51b841"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 6.666666666666667px);
}

[id="s-24a9afd2-6a5d-422d-9445-5cf37f51b841"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 6.666666666666667px);
}

[id="s-24a9afd2-6a5d-422d-9445-5cf37f51b841"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 6.666666666666667px);
}

[id="s-24a9afd2-6a5d-422d-9445-5cf37f51b841"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-24a9afd2-6a5d-422d-9445-5cf37f51b841"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 6.666666666666667px);
}

[id="s-24a9afd2-6a5d-422d-9445-5cf37f51b841"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 6.666666666666667px);
}

[id="s-24a9afd2-6a5d-422d-9445-5cf37f51b841"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 6.666666666666667px);
}

[id="s-24a9afd2-6a5d-422d-9445-5cf37f51b841"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

[id="s-24a9afd2-6a5d-422d-9445-5cf37f51b841"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 6.666666666666667px);
}

[id="s-24a9afd2-6a5d-422d-9445-5cf37f51b841"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 6.666666666666667px);
}

[id="s-24a9afd2-6a5d-422d-9445-5cf37f51b841"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 6.666666666666667px);
}

[id="s-24a9afd2-6a5d-422d-9445-5cf37f51b841"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 6.666666666666667px);
}

[id="s-24a9afd2-6a5d-422d-9445-5cf37f51b841"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 6.666666666666667px);
}

[id="s-24a9afd2-6a5d-422d-9445-5cf37f51b841"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 6.666666666666667px);
}

[id="s-24a9afd2-6a5d-422d-9445-5cf37f51b841"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 6.666666666666667px);
}

[id="s-24a9afd2-6a5d-422d-9445-5cf37f51b841"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 6.666666666666667px);
}

}

#s-95acfb4b-e414-4c8f-bed7-eee825e1f474 {
  min-height: 50px;
}








#s-95acfb4b-e414-4c8f-bed7-eee825e1f474 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-95acfb4b-e414-4c8f-bed7-eee825e1f474.shg-box.shg-c {
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-image-content-bottom {
  align-items: flex-end;
}
#s-bc967105-83c4-4a5c-af89-391c4c2c6182 {
  margin-left: auto;
margin-right: auto;
max-width: 90%;
text-align: center;
}




  #s-bc967105-83c4-4a5c-af89-391c4c2c6182 img.shogun-image {
    
    width: px;
  }


#s-bc967105-83c4-4a5c-af89-391c4c2c6182 .shogun-image-content {
  
    align-items: 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-4cdca330-c60d-4d8c-a910-60396dc21b0f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4cdca330-c60d-4d8c-a910-60396dc21b0f .shogun-heading-component h5 {
  color: rgba(51, 52, 142, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 17px;
  line-height: 1em;
  letter-spacing: ;
  text-align: center;
}



#s-cbc0dd4d-3236-4d78-b59a-6b8e827b1898 {
  min-height: 50px;
}








#s-cbc0dd4d-3236-4d78-b59a-6b8e827b1898 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cbc0dd4d-3236-4d78-b59a-6b8e827b1898.shg-box.shg-c {
  justify-content: center;
}

#s-98b4de57-c0da-4b58-91a8-70f15c220253 {
  margin-left: auto;
margin-right: auto;
max-width: 90%;
text-align: center;
}




  #s-98b4de57-c0da-4b58-91a8-70f15c220253 img.shogun-image {
    
    width: px;
  }


#s-98b4de57-c0da-4b58-91a8-70f15c220253 .shogun-image-content {
  
    align-items: center;
  
}

#s-8aafc41f-51f0-4067-ba24-841eafbbd994 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8aafc41f-51f0-4067-ba24-841eafbbd994 .shogun-heading-component h5 {
  color: rgba(51, 52, 142, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 17px;
  line-height: 1em;
  letter-spacing: ;
  text-align: center;
}



#s-cdbcc66d-f746-406f-9ad7-85f78a2ee7b2 {
  min-height: 50px;
}








#s-cdbcc66d-f746-406f-9ad7-85f78a2ee7b2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cdbcc66d-f746-406f-9ad7-85f78a2ee7b2.shg-box.shg-c {
  justify-content: center;
}

#s-7dc066f3-7ecf-4d56-b071-5203b2594a03 {
  margin-left: auto;
margin-right: auto;
max-width: 90%;
text-align: center;
}




  #s-7dc066f3-7ecf-4d56-b071-5203b2594a03 img.shogun-image {
    
    width: px;
  }


#s-7dc066f3-7ecf-4d56-b071-5203b2594a03 .shogun-image-content {
  
    align-items: center;
  
}

#s-d55265c4-9451-4dda-bafd-4717a414643a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d55265c4-9451-4dda-bafd-4717a414643a .shogun-heading-component h5 {
  color: rgba(51, 52, 142, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 17px;
  line-height: 1em;
  letter-spacing: ;
  text-align: center;
}



#s-af22142d-1867-4ab3-8574-8c8e591966e8 {
  margin-top: 7%;
margin-bottom: 0%;
min-height: 50px;
}
@media (min-width: 1200px){#s-af22142d-1867-4ab3-8574-8c8e591966e8 {
  display: none;
}
#s-af22142d-1867-4ab3-8574-8c8e591966e8, #wrap-s-af22142d-1867-4ab3-8574-8c8e591966e8 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-af22142d-1867-4ab3-8574-8c8e591966e8 {
  display: none;
}
#s-af22142d-1867-4ab3-8574-8c8e591966e8, #wrap-s-af22142d-1867-4ab3-8574-8c8e591966e8 { display:none !important; }}@media (max-width: 767px){#s-af22142d-1867-4ab3-8574-8c8e591966e8 {
  display: none;
}
#s-af22142d-1867-4ab3-8574-8c8e591966e8, #wrap-s-af22142d-1867-4ab3-8574-8c8e591966e8 { display:none !important; }}







#s-af22142d-1867-4ab3-8574-8c8e591966e8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-af22142d-1867-4ab3-8574-8c8e591966e8.shg-box.shg-c {
  justify-content: center;
}

#s-622cbd56-11b1-45cf-8e6c-bd37cf25684d {
  margin-left: auto;
margin-right: auto;
max-width: 10em;
text-align: center;
}




  #s-622cbd56-11b1-45cf-8e6c-bd37cf25684d img.shogun-image {
    
    width: px;
  }


#s-622cbd56-11b1-45cf-8e6c-bd37cf25684d .shogun-image-content {
  
    align-items: center;
  
}

#s-0e7d4aa9-4545-4f78-8481-0c6755adce81 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0e7d4aa9-4545-4f78-8481-0c6755adce81 .shogun-heading-component h5 {
  color: rgba(51, 52, 142, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 17px;
  line-height: 1em;
  letter-spacing: ;
  text-align: center;
}



#s-c6af0734-0d8d-494f-9683-c8f4074442a1 {
  margin-top: 4%;
margin-left: 3%;
margin-bottom: 3%;
margin-right: 3%;
}

@media (min-width: 0px) {
[id="s-c6af0734-0d8d-494f-9683-c8f4074442a1"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-c6af0734-0d8d-494f-9683-c8f4074442a1"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-c6af0734-0d8d-494f-9683-c8f4074442a1"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-c6af0734-0d8d-494f-9683-c8f4074442a1"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-c6af0734-0d8d-494f-9683-c8f4074442a1"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-c6af0734-0d8d-494f-9683-c8f4074442a1"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-c6af0734-0d8d-494f-9683-c8f4074442a1"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-c6af0734-0d8d-494f-9683-c8f4074442a1"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-c6af0734-0d8d-494f-9683-c8f4074442a1"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-c6af0734-0d8d-494f-9683-c8f4074442a1"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-c6af0734-0d8d-494f-9683-c8f4074442a1"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-c6af0734-0d8d-494f-9683-c8f4074442a1"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-c6af0734-0d8d-494f-9683-c8f4074442a1"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-c6af0734-0d8d-494f-9683-c8f4074442a1"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-c6af0734-0d8d-494f-9683-c8f4074442a1"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-c6af0734-0d8d-494f-9683-c8f4074442a1"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-c6af0734-0d8d-494f-9683-c8f4074442a1"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-c6af0734-0d8d-494f-9683-c8f4074442a1"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-c6af0734-0d8d-494f-9683-c8f4074442a1"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-c6af0734-0d8d-494f-9683-c8f4074442a1"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-c6af0734-0d8d-494f-9683-c8f4074442a1"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-c6af0734-0d8d-494f-9683-c8f4074442a1"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-c6af0734-0d8d-494f-9683-c8f4074442a1"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-c6af0734-0d8d-494f-9683-c8f4074442a1"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-c6af0734-0d8d-494f-9683-c8f4074442a1"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-c6af0734-0d8d-494f-9683-c8f4074442a1"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-c6af0734-0d8d-494f-9683-c8f4074442a1"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-c6af0734-0d8d-494f-9683-c8f4074442a1"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-c6af0734-0d8d-494f-9683-c8f4074442a1"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-c6af0734-0d8d-494f-9683-c8f4074442a1"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-c6af0734-0d8d-494f-9683-c8f4074442a1"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-c6af0734-0d8d-494f-9683-c8f4074442a1"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-c6af0734-0d8d-494f-9683-c8f4074442a1"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-c6af0734-0d8d-494f-9683-c8f4074442a1"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-c6af0734-0d8d-494f-9683-c8f4074442a1"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-c6af0734-0d8d-494f-9683-c8f4074442a1"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-c6af0734-0d8d-494f-9683-c8f4074442a1"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-c6af0734-0d8d-494f-9683-c8f4074442a1"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-c6af0734-0d8d-494f-9683-c8f4074442a1"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-c6af0734-0d8d-494f-9683-c8f4074442a1"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-c6af0734-0d8d-494f-9683-c8f4074442a1"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-c6af0734-0d8d-494f-9683-c8f4074442a1"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-c6af0734-0d8d-494f-9683-c8f4074442a1"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-c6af0734-0d8d-494f-9683-c8f4074442a1"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-c6af0734-0d8d-494f-9683-c8f4074442a1"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-c6af0734-0d8d-494f-9683-c8f4074442a1"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-c6af0734-0d8d-494f-9683-c8f4074442a1"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-c6af0734-0d8d-494f-9683-c8f4074442a1"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 5.0px);
}

}

#s-b8fd6190-78aa-4f6d-82a4-5c1c35d539a6 {
  min-height: 50px;
}








#s-b8fd6190-78aa-4f6d-82a4-5c1c35d539a6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b8fd6190-78aa-4f6d-82a4-5c1c35d539a6.shg-box.shg-c {
  justify-content: center;
}

#s-dbb3204a-0e66-4176-9811-124a4202714f {
  margin-left: auto;
margin-right: auto;
max-width: 8em;
text-align: center;
}




  #s-dbb3204a-0e66-4176-9811-124a4202714f img.shogun-image {
    
    width: px;
  }


#s-dbb3204a-0e66-4176-9811-124a4202714f .shogun-image-content {
  
    align-items: center;
  
}

#s-551ee6e7-908b-45eb-a346-f7e7ba18c259 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-551ee6e7-908b-45eb-a346-f7e7ba18c259 .shogun-heading-component h5 {
  color: rgba(51, 52, 142, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 17px;
  line-height: 1em;
  letter-spacing: ;
  text-align: center;
}



#s-52e077f7-c4d3-4d52-9b66-fefcd9753926 {
  margin-left: auto;
margin-right: auto;
max-width: 8em;
text-align: center;
}




  #s-52e077f7-c4d3-4d52-9b66-fefcd9753926 img.shogun-image {
    
    width: px;
  }


#s-52e077f7-c4d3-4d52-9b66-fefcd9753926 .shogun-image-content {
  
    align-items: center;
  
}

#s-933d396b-9898-4fa5-8e95-57df695c6e2b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-933d396b-9898-4fa5-8e95-57df695c6e2b .shogun-heading-component h5 {
  color: rgba(51, 52, 142, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 17px;
  line-height: 1em;
  letter-spacing: ;
  text-align: center;
}



#s-f5f238e1-041b-439c-b5a7-ad471100f0b9 {
  background-repeat: no-repeat;
background-size: 100% 100%;
margin-top: 0%;
margin-bottom: 0%;
min-height: 50px;
background-position: custom center;
}








#s-f5f238e1-041b-439c-b5a7-ad471100f0b9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f5f238e1-041b-439c-b5a7-ad471100f0b9.shg-box.shg-c {
  justify-content: center;
}

#s-597285a5-a2d8-41d8-bf4f-68517ed6595d {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 1200px;
}








#s-597285a5-a2d8-41d8-bf4f-68517ed6595d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-597285a5-a2d8-41d8-bf4f-68517ed6595d.shg-box.shg-c {
  justify-content: center;
}

#s-62c06511-b268-4462-b48e-0695085c99f3 {
  margin-top: 5%;
margin-left: auto;
margin-bottom: 5%;
margin-right: auto;
max-width: 700px;
text-align: center;
}




  #s-62c06511-b268-4462-b48e-0695085c99f3 img.shogun-image {
    
    width: px;
  }


#s-62c06511-b268-4462-b48e-0695085c99f3 .shogun-image-content {
  
    align-items: center;
  
}

#s-f1e19fe8-9c78-4324-8d17-929a9aaad7eb {
  background-repeat: no-repeat;
background-size: 100% 100%;
margin-top: 0%;
margin-bottom: 0%;
min-height: 50px;
background-position: center center;
}








#s-f1e19fe8-9c78-4324-8d17-929a9aaad7eb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f1e19fe8-9c78-4324-8d17-929a9aaad7eb.shg-box.shg-c {
  justify-content: center;
}

#s-95a5c092-36b1-43b2-86b9-50f345f27174 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 1200px;
}








#s-95a5c092-36b1-43b2-86b9-50f345f27174 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-95a5c092-36b1-43b2-86b9-50f345f27174.shg-box.shg-c {
  justify-content: center;
}

#s-2f9a6512-022d-4ca6-af2c-d8d051541a39 {
  margin-left: 11%;
margin-right: 11%;
max-width: 960px;
}

@media (min-width: 0px) {
[id="s-2f9a6512-022d-4ca6-af2c-d8d051541a39"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2f9a6512-022d-4ca6-af2c-d8d051541a39"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-2f9a6512-022d-4ca6-af2c-d8d051541a39"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-2f9a6512-022d-4ca6-af2c-d8d051541a39"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-2f9a6512-022d-4ca6-af2c-d8d051541a39"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-2f9a6512-022d-4ca6-af2c-d8d051541a39"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-2f9a6512-022d-4ca6-af2c-d8d051541a39"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-2f9a6512-022d-4ca6-af2c-d8d051541a39"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-2f9a6512-022d-4ca6-af2c-d8d051541a39"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-2f9a6512-022d-4ca6-af2c-d8d051541a39"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-2f9a6512-022d-4ca6-af2c-d8d051541a39"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-2f9a6512-022d-4ca6-af2c-d8d051541a39"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-2f9a6512-022d-4ca6-af2c-d8d051541a39"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-2f9a6512-022d-4ca6-af2c-d8d051541a39"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-2f9a6512-022d-4ca6-af2c-d8d051541a39"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-2f9a6512-022d-4ca6-af2c-d8d051541a39"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-2f9a6512-022d-4ca6-af2c-d8d051541a39"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-2f9a6512-022d-4ca6-af2c-d8d051541a39"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-2f9a6512-022d-4ca6-af2c-d8d051541a39"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-2f9a6512-022d-4ca6-af2c-d8d051541a39"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-2f9a6512-022d-4ca6-af2c-d8d051541a39"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-2f9a6512-022d-4ca6-af2c-d8d051541a39"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-2f9a6512-022d-4ca6-af2c-d8d051541a39"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-2f9a6512-022d-4ca6-af2c-d8d051541a39"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-2f9a6512-022d-4ca6-af2c-d8d051541a39"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-2f9a6512-022d-4ca6-af2c-d8d051541a39"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-2f9a6512-022d-4ca6-af2c-d8d051541a39"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-2f9a6512-022d-4ca6-af2c-d8d051541a39"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-2f9a6512-022d-4ca6-af2c-d8d051541a39"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-2f9a6512-022d-4ca6-af2c-d8d051541a39"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-2f9a6512-022d-4ca6-af2c-d8d051541a39"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-2f9a6512-022d-4ca6-af2c-d8d051541a39"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-2f9a6512-022d-4ca6-af2c-d8d051541a39"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-2f9a6512-022d-4ca6-af2c-d8d051541a39"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-2f9a6512-022d-4ca6-af2c-d8d051541a39"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-2f9a6512-022d-4ca6-af2c-d8d051541a39"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-2f9a6512-022d-4ca6-af2c-d8d051541a39"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-a85ade22-3f84-426e-995f-86edae51b304 {
  margin-top: 46%;
margin-bottom: 17%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-a85ade22-3f84-426e-995f-86edae51b304 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: Bebas Neue;
  font-style:   ;
  font-size: 65px;
  line-height: 1em;
  letter-spacing: ;
  text-align: left;
}



#s-c74b2b92-d7e6-4e42-b063-23df9f8f7b7e {
  text-align: center;
}




  #s-c74b2b92-d7e6-4e42-b063-23df9f8f7b7e img.shogun-image {
    
    width: px;
  }


#s-c74b2b92-d7e6-4e42-b063-23df9f8f7b7e .shogun-image-content {
  
    align-items: center;
  
}

#s-ea0c0ffe-e6bc-47ba-832c-a1ca7fc601ff {
  margin-top: 0%;
margin-left: auto;
margin-bottom: 0%;
margin-right: auto;
max-width: 950px;
}
@media (min-width: 1200px){#s-ea0c0ffe-e6bc-47ba-832c-a1ca7fc601ff {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-ea0c0ffe-e6bc-47ba-832c-a1ca7fc601ff {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-ea0c0ffe-e6bc-47ba-832c-a1ca7fc601ff {
  margin-top: 2%;
margin-left: 9%;
margin-bottom: 5%;
margin-right: 9%;
}
}
#s-2e0063b1-9125-4822-86df-7d55dbcc4117 {
  min-height: 50px;
}








#s-2e0063b1-9125-4822-86df-7d55dbcc4117 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2e0063b1-9125-4822-86df-7d55dbcc4117.shg-box.shg-c {
  justify-content: center;
}

#s-2c4fe86f-36b2-4722-ad76-55c4c54d1afc {
  margin-top: 2%;
margin-left: auto;
margin-bottom: 2%;
margin-right: auto;
max-width: 1000px;
}
@media (min-width: 768px) and (max-width: 991px){#s-2c4fe86f-36b2-4722-ad76-55c4c54d1afc {
  margin-left: 3%;
margin-right: 3%;
}
}
@media (min-width: 0px) {
[id="s-2c4fe86f-36b2-4722-ad76-55c4c54d1afc"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2c4fe86f-36b2-4722-ad76-55c4c54d1afc"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-2c4fe86f-36b2-4722-ad76-55c4c54d1afc"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-2c4fe86f-36b2-4722-ad76-55c4c54d1afc"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-2c4fe86f-36b2-4722-ad76-55c4c54d1afc"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-2c4fe86f-36b2-4722-ad76-55c4c54d1afc"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-2c4fe86f-36b2-4722-ad76-55c4c54d1afc"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-2c4fe86f-36b2-4722-ad76-55c4c54d1afc"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-2c4fe86f-36b2-4722-ad76-55c4c54d1afc"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-2c4fe86f-36b2-4722-ad76-55c4c54d1afc"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-2c4fe86f-36b2-4722-ad76-55c4c54d1afc"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-2c4fe86f-36b2-4722-ad76-55c4c54d1afc"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-2c4fe86f-36b2-4722-ad76-55c4c54d1afc"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-2c4fe86f-36b2-4722-ad76-55c4c54d1afc"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-2c4fe86f-36b2-4722-ad76-55c4c54d1afc"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-2c4fe86f-36b2-4722-ad76-55c4c54d1afc"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-2c4fe86f-36b2-4722-ad76-55c4c54d1afc"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-2c4fe86f-36b2-4722-ad76-55c4c54d1afc"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-2c4fe86f-36b2-4722-ad76-55c4c54d1afc"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-2c4fe86f-36b2-4722-ad76-55c4c54d1afc"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-2c4fe86f-36b2-4722-ad76-55c4c54d1afc"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-2c4fe86f-36b2-4722-ad76-55c4c54d1afc"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-2c4fe86f-36b2-4722-ad76-55c4c54d1afc"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-2c4fe86f-36b2-4722-ad76-55c4c54d1afc"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-2c4fe86f-36b2-4722-ad76-55c4c54d1afc"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-2c4fe86f-36b2-4722-ad76-55c4c54d1afc"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-2c4fe86f-36b2-4722-ad76-55c4c54d1afc"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-2c4fe86f-36b2-4722-ad76-55c4c54d1afc"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-2c4fe86f-36b2-4722-ad76-55c4c54d1afc"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-2c4fe86f-36b2-4722-ad76-55c4c54d1afc"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-2c4fe86f-36b2-4722-ad76-55c4c54d1afc"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-2c4fe86f-36b2-4722-ad76-55c4c54d1afc"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-2c4fe86f-36b2-4722-ad76-55c4c54d1afc"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-2c4fe86f-36b2-4722-ad76-55c4c54d1afc"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-2c4fe86f-36b2-4722-ad76-55c4c54d1afc"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-2c4fe86f-36b2-4722-ad76-55c4c54d1afc"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-2c4fe86f-36b2-4722-ad76-55c4c54d1afc"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-cc86b2f0-8372-4578-ab00-49888099e027 {
  margin-top: 7%;
margin-left: auto;
margin-bottom: 1%;
margin-right: auto;
}

#s-53f61b7f-86e8-4ecb-9a95-05c181896af9 {
  margin-top: 5%;
margin-left: auto;
margin-right: auto;
max-width: 100%;
text-align: center;
}




  #s-53f61b7f-86e8-4ecb-9a95-05c181896af9 img.shogun-image {
    
    width: px;
  }


#s-53f61b7f-86e8-4ecb-9a95-05c181896af9 .shogun-image-content {
  
    align-items: center;
  
}

#s-109b25ed-ecaa-4185-b5f6-8f2a13ffcffb {
  margin-top: 2%;
margin-left: auto;
margin-bottom: 2%;
margin-right: auto;
max-width: 1000px;
}
@media (min-width: 768px) and (max-width: 991px){#s-109b25ed-ecaa-4185-b5f6-8f2a13ffcffb {
  margin-left: 3%;
margin-right: 3%;
}
}
@media (min-width: 0px) {
[id="s-109b25ed-ecaa-4185-b5f6-8f2a13ffcffb"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-109b25ed-ecaa-4185-b5f6-8f2a13ffcffb"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-109b25ed-ecaa-4185-b5f6-8f2a13ffcffb"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-109b25ed-ecaa-4185-b5f6-8f2a13ffcffb"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-109b25ed-ecaa-4185-b5f6-8f2a13ffcffb"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-109b25ed-ecaa-4185-b5f6-8f2a13ffcffb"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-109b25ed-ecaa-4185-b5f6-8f2a13ffcffb"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-109b25ed-ecaa-4185-b5f6-8f2a13ffcffb"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-109b25ed-ecaa-4185-b5f6-8f2a13ffcffb"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-109b25ed-ecaa-4185-b5f6-8f2a13ffcffb"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-109b25ed-ecaa-4185-b5f6-8f2a13ffcffb"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-109b25ed-ecaa-4185-b5f6-8f2a13ffcffb"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-109b25ed-ecaa-4185-b5f6-8f2a13ffcffb"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-109b25ed-ecaa-4185-b5f6-8f2a13ffcffb"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-109b25ed-ecaa-4185-b5f6-8f2a13ffcffb"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-109b25ed-ecaa-4185-b5f6-8f2a13ffcffb"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-109b25ed-ecaa-4185-b5f6-8f2a13ffcffb"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-109b25ed-ecaa-4185-b5f6-8f2a13ffcffb"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-109b25ed-ecaa-4185-b5f6-8f2a13ffcffb"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-109b25ed-ecaa-4185-b5f6-8f2a13ffcffb"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-109b25ed-ecaa-4185-b5f6-8f2a13ffcffb"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-109b25ed-ecaa-4185-b5f6-8f2a13ffcffb"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-109b25ed-ecaa-4185-b5f6-8f2a13ffcffb"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-109b25ed-ecaa-4185-b5f6-8f2a13ffcffb"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-109b25ed-ecaa-4185-b5f6-8f2a13ffcffb"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-109b25ed-ecaa-4185-b5f6-8f2a13ffcffb"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-109b25ed-ecaa-4185-b5f6-8f2a13ffcffb"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-109b25ed-ecaa-4185-b5f6-8f2a13ffcffb"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-109b25ed-ecaa-4185-b5f6-8f2a13ffcffb"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-109b25ed-ecaa-4185-b5f6-8f2a13ffcffb"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-109b25ed-ecaa-4185-b5f6-8f2a13ffcffb"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-109b25ed-ecaa-4185-b5f6-8f2a13ffcffb"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-109b25ed-ecaa-4185-b5f6-8f2a13ffcffb"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-109b25ed-ecaa-4185-b5f6-8f2a13ffcffb"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-109b25ed-ecaa-4185-b5f6-8f2a13ffcffb"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-109b25ed-ecaa-4185-b5f6-8f2a13ffcffb"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-109b25ed-ecaa-4185-b5f6-8f2a13ffcffb"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-bf965095-3d9a-4cd2-b256-3175c649fe75 {
  margin-left: auto;
margin-right: auto;
max-width: 100%;
text-align: center;
}




  #s-bf965095-3d9a-4cd2-b256-3175c649fe75 img.shogun-image {
    
    width: px;
  }


#s-bf965095-3d9a-4cd2-b256-3175c649fe75 .shogun-image-content {
  
    align-items: center;
  
}

#s-39412085-7215-4d01-97ee-9f9a3776e667 {
  margin-top: 7%;
margin-left: auto;
margin-bottom: 1%;
margin-right: auto;
}

#s-92b29abc-d643-44e3-a635-d9f310d1f8c8 {
  margin-top: 2%;
margin-left: auto;
margin-bottom: 2%;
margin-right: auto;
max-width: 1000px;
}
@media (min-width: 768px) and (max-width: 991px){#s-92b29abc-d643-44e3-a635-d9f310d1f8c8 {
  margin-left: 3%;
margin-right: 3%;
}
}
@media (min-width: 0px) {
[id="s-92b29abc-d643-44e3-a635-d9f310d1f8c8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-92b29abc-d643-44e3-a635-d9f310d1f8c8"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-92b29abc-d643-44e3-a635-d9f310d1f8c8"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-92b29abc-d643-44e3-a635-d9f310d1f8c8"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-92b29abc-d643-44e3-a635-d9f310d1f8c8"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-92b29abc-d643-44e3-a635-d9f310d1f8c8"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-92b29abc-d643-44e3-a635-d9f310d1f8c8"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-92b29abc-d643-44e3-a635-d9f310d1f8c8"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-92b29abc-d643-44e3-a635-d9f310d1f8c8"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-92b29abc-d643-44e3-a635-d9f310d1f8c8"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-92b29abc-d643-44e3-a635-d9f310d1f8c8"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-92b29abc-d643-44e3-a635-d9f310d1f8c8"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-92b29abc-d643-44e3-a635-d9f310d1f8c8"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-92b29abc-d643-44e3-a635-d9f310d1f8c8"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-92b29abc-d643-44e3-a635-d9f310d1f8c8"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-92b29abc-d643-44e3-a635-d9f310d1f8c8"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-92b29abc-d643-44e3-a635-d9f310d1f8c8"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-92b29abc-d643-44e3-a635-d9f310d1f8c8"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-92b29abc-d643-44e3-a635-d9f310d1f8c8"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-92b29abc-d643-44e3-a635-d9f310d1f8c8"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-92b29abc-d643-44e3-a635-d9f310d1f8c8"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-92b29abc-d643-44e3-a635-d9f310d1f8c8"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-92b29abc-d643-44e3-a635-d9f310d1f8c8"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-92b29abc-d643-44e3-a635-d9f310d1f8c8"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-92b29abc-d643-44e3-a635-d9f310d1f8c8"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-92b29abc-d643-44e3-a635-d9f310d1f8c8"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-92b29abc-d643-44e3-a635-d9f310d1f8c8"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-92b29abc-d643-44e3-a635-d9f310d1f8c8"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-92b29abc-d643-44e3-a635-d9f310d1f8c8"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-92b29abc-d643-44e3-a635-d9f310d1f8c8"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-92b29abc-d643-44e3-a635-d9f310d1f8c8"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-92b29abc-d643-44e3-a635-d9f310d1f8c8"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-92b29abc-d643-44e3-a635-d9f310d1f8c8"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-92b29abc-d643-44e3-a635-d9f310d1f8c8"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-92b29abc-d643-44e3-a635-d9f310d1f8c8"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-92b29abc-d643-44e3-a635-d9f310d1f8c8"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-92b29abc-d643-44e3-a635-d9f310d1f8c8"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-5dbc73d0-7069-461a-b249-40b96af69985 {
  margin-top: 7%;
margin-left: auto;
margin-bottom: 1%;
margin-right: auto;
}

#s-818a6d16-fa3e-4f6e-bd55-eaecafcf7026 {
  margin-top: 5%;
margin-left: auto;
margin-right: auto;
max-width: 100%;
text-align: center;
}




  #s-818a6d16-fa3e-4f6e-bd55-eaecafcf7026 img.shogun-image {
    
    width: px;
  }


#s-818a6d16-fa3e-4f6e-bd55-eaecafcf7026 .shogun-image-content {
  
    align-items: center;
  
}

#s-e3b08a3e-c975-4d1a-a954-0ab85658bf36 {
  margin-top: 2%;
margin-left: auto;
margin-bottom: 2%;
margin-right: auto;
max-width: 1000px;
}
@media (min-width: 768px) and (max-width: 991px){#s-e3b08a3e-c975-4d1a-a954-0ab85658bf36 {
  margin-left: 3%;
margin-right: 3%;
}
}
@media (min-width: 0px) {
[id="s-e3b08a3e-c975-4d1a-a954-0ab85658bf36"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e3b08a3e-c975-4d1a-a954-0ab85658bf36"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-e3b08a3e-c975-4d1a-a954-0ab85658bf36"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-e3b08a3e-c975-4d1a-a954-0ab85658bf36"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-e3b08a3e-c975-4d1a-a954-0ab85658bf36"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-e3b08a3e-c975-4d1a-a954-0ab85658bf36"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-e3b08a3e-c975-4d1a-a954-0ab85658bf36"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-e3b08a3e-c975-4d1a-a954-0ab85658bf36"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-e3b08a3e-c975-4d1a-a954-0ab85658bf36"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-e3b08a3e-c975-4d1a-a954-0ab85658bf36"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-e3b08a3e-c975-4d1a-a954-0ab85658bf36"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-e3b08a3e-c975-4d1a-a954-0ab85658bf36"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-e3b08a3e-c975-4d1a-a954-0ab85658bf36"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-e3b08a3e-c975-4d1a-a954-0ab85658bf36"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-e3b08a3e-c975-4d1a-a954-0ab85658bf36"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-e3b08a3e-c975-4d1a-a954-0ab85658bf36"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-e3b08a3e-c975-4d1a-a954-0ab85658bf36"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-e3b08a3e-c975-4d1a-a954-0ab85658bf36"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-e3b08a3e-c975-4d1a-a954-0ab85658bf36"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-e3b08a3e-c975-4d1a-a954-0ab85658bf36"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-e3b08a3e-c975-4d1a-a954-0ab85658bf36"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-e3b08a3e-c975-4d1a-a954-0ab85658bf36"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-e3b08a3e-c975-4d1a-a954-0ab85658bf36"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-e3b08a3e-c975-4d1a-a954-0ab85658bf36"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-e3b08a3e-c975-4d1a-a954-0ab85658bf36"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-e3b08a3e-c975-4d1a-a954-0ab85658bf36"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-e3b08a3e-c975-4d1a-a954-0ab85658bf36"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-e3b08a3e-c975-4d1a-a954-0ab85658bf36"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-e3b08a3e-c975-4d1a-a954-0ab85658bf36"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-e3b08a3e-c975-4d1a-a954-0ab85658bf36"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-e3b08a3e-c975-4d1a-a954-0ab85658bf36"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-e3b08a3e-c975-4d1a-a954-0ab85658bf36"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-e3b08a3e-c975-4d1a-a954-0ab85658bf36"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-e3b08a3e-c975-4d1a-a954-0ab85658bf36"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-e3b08a3e-c975-4d1a-a954-0ab85658bf36"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-e3b08a3e-c975-4d1a-a954-0ab85658bf36"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-e3b08a3e-c975-4d1a-a954-0ab85658bf36"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-1fe3a2cd-d808-4bf1-8d4b-d4fddd1d6bf7 {
  margin-top: 5%;
margin-left: auto;
margin-right: auto;
max-width: 100%;
text-align: center;
}




  #s-1fe3a2cd-d808-4bf1-8d4b-d4fddd1d6bf7 img.shogun-image {
    
    width: px;
  }


#s-1fe3a2cd-d808-4bf1-8d4b-d4fddd1d6bf7 .shogun-image-content {
  
    align-items: center;
  
}

#s-9dc05b95-1766-4a61-a24f-a0db282c0651 {
  margin-top: 7%;
margin-left: auto;
margin-bottom: 1%;
margin-right: auto;
}

#s-f9da796c-433d-4a43-ada3-4768ee37eea3 {
  background-repeat: no-repeat;
background-size: 100% 100%;
min-height: 75px;
background-position: center center;
}








#s-f9da796c-433d-4a43-ada3-4768ee37eea3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f9da796c-433d-4a43-ada3-4768ee37eea3.shg-box.shg-c {
  justify-content: center;
}

#s-d07eedd2-1362-4daf-bcfc-56440f33525e {
  margin-left: 0%;
margin-right: 0%;
min-height: 50px;
}
@media (max-width: 767px){#s-d07eedd2-1362-4daf-bcfc-56440f33525e {
  display: none;
}
#s-d07eedd2-1362-4daf-bcfc-56440f33525e, #wrap-s-d07eedd2-1362-4daf-bcfc-56440f33525e { display:none !important; }}







#s-d07eedd2-1362-4daf-bcfc-56440f33525e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d07eedd2-1362-4daf-bcfc-56440f33525e.shg-box.shg-c {
  justify-content: center;
}

#s-03800643-2438-4ea4-952c-ea2ca130e1b9 {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 17px;
margin-right: auto;
}
@media (min-width: 1200px){#s-03800643-2438-4ea4-952c-ea2ca130e1b9 {
  display: none;
}
#s-03800643-2438-4ea4-952c-ea2ca130e1b9, #wrap-s-03800643-2438-4ea4-952c-ea2ca130e1b9 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-03800643-2438-4ea4-952c-ea2ca130e1b9 {
  display: none;
}
#s-03800643-2438-4ea4-952c-ea2ca130e1b9, #wrap-s-03800643-2438-4ea4-952c-ea2ca130e1b9 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-03800643-2438-4ea4-952c-ea2ca130e1b9 {
  display: none;
}
#s-03800643-2438-4ea4-952c-ea2ca130e1b9, #wrap-s-03800643-2438-4ea4-952c-ea2ca130e1b9 { display:none !important; }}
#s-a340c134-b2d8-444b-a479-b7a9f56f5307 {
  background-repeat: repeat;
background-size: cover;
margin-top: 0%;
margin-bottom: 0%;
min-height: 50px;
background-position: center center;
}
@media (max-width: 767px){#s-a340c134-b2d8-444b-a479-b7a9f56f5307 {
  display: none;
}
#s-a340c134-b2d8-444b-a479-b7a9f56f5307, #wrap-s-a340c134-b2d8-444b-a479-b7a9f56f5307 { display:none !important; }}







#s-a340c134-b2d8-444b-a479-b7a9f56f5307 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a340c134-b2d8-444b-a479-b7a9f56f5307.shg-box.shg-c {
  justify-content: center;
}

#s-fea21588-4b7e-479a-9272-b5cc350f4d22 {
  margin-top: 3%;
margin-left: auto;
margin-bottom: 3%;
margin-right: auto;
}

#s-c6d74e7c-6693-430f-a7c2-8a24e994cf28 {
  margin-left: auto;
margin-right: auto;
max-width: 650px;
}

@media (min-width: 0px) {
[id="s-c6d74e7c-6693-430f-a7c2-8a24e994cf28"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c6d74e7c-6693-430f-a7c2-8a24e994cf28"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-c6d74e7c-6693-430f-a7c2-8a24e994cf28"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-c6d74e7c-6693-430f-a7c2-8a24e994cf28"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-c6d74e7c-6693-430f-a7c2-8a24e994cf28"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-c6d74e7c-6693-430f-a7c2-8a24e994cf28"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-c6d74e7c-6693-430f-a7c2-8a24e994cf28"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-c6d74e7c-6693-430f-a7c2-8a24e994cf28"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-c6d74e7c-6693-430f-a7c2-8a24e994cf28"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-c6d74e7c-6693-430f-a7c2-8a24e994cf28"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-c6d74e7c-6693-430f-a7c2-8a24e994cf28"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-c6d74e7c-6693-430f-a7c2-8a24e994cf28"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-c6d74e7c-6693-430f-a7c2-8a24e994cf28"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-c6d74e7c-6693-430f-a7c2-8a24e994cf28"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-c6d74e7c-6693-430f-a7c2-8a24e994cf28"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-c6d74e7c-6693-430f-a7c2-8a24e994cf28"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-c6d74e7c-6693-430f-a7c2-8a24e994cf28"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-c6d74e7c-6693-430f-a7c2-8a24e994cf28"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-c6d74e7c-6693-430f-a7c2-8a24e994cf28"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-c6d74e7c-6693-430f-a7c2-8a24e994cf28"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-c6d74e7c-6693-430f-a7c2-8a24e994cf28"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-c6d74e7c-6693-430f-a7c2-8a24e994cf28"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-c6d74e7c-6693-430f-a7c2-8a24e994cf28"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-c6d74e7c-6693-430f-a7c2-8a24e994cf28"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-c6d74e7c-6693-430f-a7c2-8a24e994cf28"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-c6d74e7c-6693-430f-a7c2-8a24e994cf28"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-c6d74e7c-6693-430f-a7c2-8a24e994cf28"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-c6d74e7c-6693-430f-a7c2-8a24e994cf28"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-c6d74e7c-6693-430f-a7c2-8a24e994cf28"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-c6d74e7c-6693-430f-a7c2-8a24e994cf28"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-c6d74e7c-6693-430f-a7c2-8a24e994cf28"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-c6d74e7c-6693-430f-a7c2-8a24e994cf28"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-c6d74e7c-6693-430f-a7c2-8a24e994cf28"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-c6d74e7c-6693-430f-a7c2-8a24e994cf28"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-c6d74e7c-6693-430f-a7c2-8a24e994cf28"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-c6d74e7c-6693-430f-a7c2-8a24e994cf28"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-c6d74e7c-6693-430f-a7c2-8a24e994cf28"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-a2568204-b29d-4e75-a6ed-efda3efbcd99 {
  margin-top: 0%;
margin-left: auto;
margin-bottom: 0%;
margin-right: auto;
max-width: 11em;
text-align: center;
}




  #s-a2568204-b29d-4e75-a6ed-efda3efbcd99 img.shogun-image {
    
    width: px;
  }


#s-a2568204-b29d-4e75-a6ed-efda3efbcd99 .shogun-image-content {
  
    align-items: center;
  
}

#s-cacd171c-f939-4fe4-964a-2bad87416f55 {
  margin-top: 3%;
margin-left: auto;
margin-bottom: 3%;
margin-right: auto;
}

#s-e1e5b7fa-f5de-4a7d-85a4-f358832871a8 {
  margin-left: 0%;
margin-right: 0%;
}

#s-8baffe2a-b8ed-41a2-84f2-887980049cc4 {
  margin-top: 4%;
margin-left: auto;
margin-bottom: 4%;
margin-right: auto;
max-width: 650px;
}

@media (min-width: 0px) {
[id="s-8baffe2a-b8ed-41a2-84f2-887980049cc4"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8baffe2a-b8ed-41a2-84f2-887980049cc4"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-8baffe2a-b8ed-41a2-84f2-887980049cc4"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-8baffe2a-b8ed-41a2-84f2-887980049cc4"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-8baffe2a-b8ed-41a2-84f2-887980049cc4"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-8baffe2a-b8ed-41a2-84f2-887980049cc4"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-8baffe2a-b8ed-41a2-84f2-887980049cc4"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-8baffe2a-b8ed-41a2-84f2-887980049cc4"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-8baffe2a-b8ed-41a2-84f2-887980049cc4"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-8baffe2a-b8ed-41a2-84f2-887980049cc4"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-8baffe2a-b8ed-41a2-84f2-887980049cc4"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-8baffe2a-b8ed-41a2-84f2-887980049cc4"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-8baffe2a-b8ed-41a2-84f2-887980049cc4"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-8baffe2a-b8ed-41a2-84f2-887980049cc4"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-8baffe2a-b8ed-41a2-84f2-887980049cc4"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-8baffe2a-b8ed-41a2-84f2-887980049cc4"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-8baffe2a-b8ed-41a2-84f2-887980049cc4"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-8baffe2a-b8ed-41a2-84f2-887980049cc4"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-8baffe2a-b8ed-41a2-84f2-887980049cc4"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-8baffe2a-b8ed-41a2-84f2-887980049cc4"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-8baffe2a-b8ed-41a2-84f2-887980049cc4"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-8baffe2a-b8ed-41a2-84f2-887980049cc4"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-8baffe2a-b8ed-41a2-84f2-887980049cc4"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-8baffe2a-b8ed-41a2-84f2-887980049cc4"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-8baffe2a-b8ed-41a2-84f2-887980049cc4"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-8baffe2a-b8ed-41a2-84f2-887980049cc4"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-8baffe2a-b8ed-41a2-84f2-887980049cc4"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-8baffe2a-b8ed-41a2-84f2-887980049cc4"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-8baffe2a-b8ed-41a2-84f2-887980049cc4"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-8baffe2a-b8ed-41a2-84f2-887980049cc4"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-8baffe2a-b8ed-41a2-84f2-887980049cc4"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-8baffe2a-b8ed-41a2-84f2-887980049cc4"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-8baffe2a-b8ed-41a2-84f2-887980049cc4"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-8baffe2a-b8ed-41a2-84f2-887980049cc4"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-8baffe2a-b8ed-41a2-84f2-887980049cc4"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-8baffe2a-b8ed-41a2-84f2-887980049cc4"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-8baffe2a-b8ed-41a2-84f2-887980049cc4"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-c4ceb71c-f19e-49fd-9122-e9a1841d412e {
  margin-top: 3%;
margin-left: auto;
margin-bottom: 3%;
margin-right: auto;
}

#s-75bc5f33-53bb-491c-9b4a-59ec2ec64ce4 {
  margin-left: 0%;
margin-right: 0%;
}

#s-04ac19c7-003b-4699-a3ff-125444d5d3c1 {
  margin-left: auto;
margin-bottom: 0%;
margin-right: auto;
max-width: 12em;
text-align: left;
}




  #s-04ac19c7-003b-4699-a3ff-125444d5d3c1 img.shogun-image {
    
    width: px;
  }


#s-04ac19c7-003b-4699-a3ff-125444d5d3c1 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-d89141dd-5bf6-4483-9d1b-539a76daf960 {
  margin-top: 3%;
margin-left: auto;
margin-bottom: 3%;
margin-right: auto;
max-width: 650px;
}

@media (min-width: 0px) {
[id="s-d89141dd-5bf6-4483-9d1b-539a76daf960"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d89141dd-5bf6-4483-9d1b-539a76daf960"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-d89141dd-5bf6-4483-9d1b-539a76daf960"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-d89141dd-5bf6-4483-9d1b-539a76daf960"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-d89141dd-5bf6-4483-9d1b-539a76daf960"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-d89141dd-5bf6-4483-9d1b-539a76daf960"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-d89141dd-5bf6-4483-9d1b-539a76daf960"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-d89141dd-5bf6-4483-9d1b-539a76daf960"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-d89141dd-5bf6-4483-9d1b-539a76daf960"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-d89141dd-5bf6-4483-9d1b-539a76daf960"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-d89141dd-5bf6-4483-9d1b-539a76daf960"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-d89141dd-5bf6-4483-9d1b-539a76daf960"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-d89141dd-5bf6-4483-9d1b-539a76daf960"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-d89141dd-5bf6-4483-9d1b-539a76daf960"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-d89141dd-5bf6-4483-9d1b-539a76daf960"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-d89141dd-5bf6-4483-9d1b-539a76daf960"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-d89141dd-5bf6-4483-9d1b-539a76daf960"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-d89141dd-5bf6-4483-9d1b-539a76daf960"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-d89141dd-5bf6-4483-9d1b-539a76daf960"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-d89141dd-5bf6-4483-9d1b-539a76daf960"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-d89141dd-5bf6-4483-9d1b-539a76daf960"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-d89141dd-5bf6-4483-9d1b-539a76daf960"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-d89141dd-5bf6-4483-9d1b-539a76daf960"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-d89141dd-5bf6-4483-9d1b-539a76daf960"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-d89141dd-5bf6-4483-9d1b-539a76daf960"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-d89141dd-5bf6-4483-9d1b-539a76daf960"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-d89141dd-5bf6-4483-9d1b-539a76daf960"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-d89141dd-5bf6-4483-9d1b-539a76daf960"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-d89141dd-5bf6-4483-9d1b-539a76daf960"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-d89141dd-5bf6-4483-9d1b-539a76daf960"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-d89141dd-5bf6-4483-9d1b-539a76daf960"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-d89141dd-5bf6-4483-9d1b-539a76daf960"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-d89141dd-5bf6-4483-9d1b-539a76daf960"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-d89141dd-5bf6-4483-9d1b-539a76daf960"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-d89141dd-5bf6-4483-9d1b-539a76daf960"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-d89141dd-5bf6-4483-9d1b-539a76daf960"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-d89141dd-5bf6-4483-9d1b-539a76daf960"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-bd3da85f-671a-447a-8f2c-9444afb70c47 {
  margin-top: 0%;
margin-left: auto;
margin-bottom: 0%;
margin-right: auto;
max-width: 12em;
text-align: center;
}




  #s-bd3da85f-671a-447a-8f2c-9444afb70c47 img.shogun-image {
    
    width: px;
  }


#s-bd3da85f-671a-447a-8f2c-9444afb70c47 .shogun-image-content {
  
    align-items: center;
  
}

#s-aae67fc7-8cc6-4ecd-8abe-9ea0b9d85418 {
  margin-top: 3%;
margin-left: auto;
margin-bottom: 3%;
margin-right: auto;
}

#s-e4fcfde4-168a-4359-999b-af46aeaefa53 {
  margin-left: 0%;
margin-right: 0%;
}

#s-ce160d38-3391-4398-93ce-9c42f37f4aaa {
  margin-top: 3%;
margin-left: auto;
margin-bottom: 3%;
margin-right: auto;
max-width: 650px;
}

@media (min-width: 0px) {
[id="s-ce160d38-3391-4398-93ce-9c42f37f4aaa"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ce160d38-3391-4398-93ce-9c42f37f4aaa"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-ce160d38-3391-4398-93ce-9c42f37f4aaa"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-ce160d38-3391-4398-93ce-9c42f37f4aaa"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-ce160d38-3391-4398-93ce-9c42f37f4aaa"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-ce160d38-3391-4398-93ce-9c42f37f4aaa"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-ce160d38-3391-4398-93ce-9c42f37f4aaa"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-ce160d38-3391-4398-93ce-9c42f37f4aaa"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-ce160d38-3391-4398-93ce-9c42f37f4aaa"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-ce160d38-3391-4398-93ce-9c42f37f4aaa"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-ce160d38-3391-4398-93ce-9c42f37f4aaa"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-ce160d38-3391-4398-93ce-9c42f37f4aaa"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-ce160d38-3391-4398-93ce-9c42f37f4aaa"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-ce160d38-3391-4398-93ce-9c42f37f4aaa"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-ce160d38-3391-4398-93ce-9c42f37f4aaa"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-ce160d38-3391-4398-93ce-9c42f37f4aaa"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-ce160d38-3391-4398-93ce-9c42f37f4aaa"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-ce160d38-3391-4398-93ce-9c42f37f4aaa"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-ce160d38-3391-4398-93ce-9c42f37f4aaa"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-ce160d38-3391-4398-93ce-9c42f37f4aaa"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-ce160d38-3391-4398-93ce-9c42f37f4aaa"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-ce160d38-3391-4398-93ce-9c42f37f4aaa"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-ce160d38-3391-4398-93ce-9c42f37f4aaa"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-ce160d38-3391-4398-93ce-9c42f37f4aaa"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-ce160d38-3391-4398-93ce-9c42f37f4aaa"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-ce160d38-3391-4398-93ce-9c42f37f4aaa"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-ce160d38-3391-4398-93ce-9c42f37f4aaa"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-ce160d38-3391-4398-93ce-9c42f37f4aaa"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-ce160d38-3391-4398-93ce-9c42f37f4aaa"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-ce160d38-3391-4398-93ce-9c42f37f4aaa"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-ce160d38-3391-4398-93ce-9c42f37f4aaa"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-ce160d38-3391-4398-93ce-9c42f37f4aaa"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-ce160d38-3391-4398-93ce-9c42f37f4aaa"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-ce160d38-3391-4398-93ce-9c42f37f4aaa"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-ce160d38-3391-4398-93ce-9c42f37f4aaa"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-ce160d38-3391-4398-93ce-9c42f37f4aaa"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-ce160d38-3391-4398-93ce-9c42f37f4aaa"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-d2de042e-10c9-4399-938f-208af5149a3a {
  margin-top: 3%;
margin-left: auto;
margin-bottom: 3%;
margin-right: auto;
}

#s-2d0ce9be-b444-4eec-95a4-4da2eb1f8324 {
  margin-left: 0%;
margin-right: 0%;
}

#s-8128a6c9-0076-4f83-ba83-ae36a71bdfc6 {
  margin-top: 0%;
margin-left: auto;
margin-bottom: 0%;
margin-right: auto;
max-width: 12em;
text-align: center;
}




  #s-8128a6c9-0076-4f83-ba83-ae36a71bdfc6 img.shogun-image {
    
    width: px;
  }


#s-8128a6c9-0076-4f83-ba83-ae36a71bdfc6 .shogun-image-content {
  
    align-items: center;
  
}

#s-7801f2d2-24ef-468f-bff5-6402d66fb27a {
  margin-top: 3%;
margin-left: auto;
margin-bottom: 3%;
margin-right: auto;
max-width: 650px;
}

@media (min-width: 0px) {
[id="s-7801f2d2-24ef-468f-bff5-6402d66fb27a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7801f2d2-24ef-468f-bff5-6402d66fb27a"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-7801f2d2-24ef-468f-bff5-6402d66fb27a"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-7801f2d2-24ef-468f-bff5-6402d66fb27a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-7801f2d2-24ef-468f-bff5-6402d66fb27a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-7801f2d2-24ef-468f-bff5-6402d66fb27a"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-7801f2d2-24ef-468f-bff5-6402d66fb27a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-7801f2d2-24ef-468f-bff5-6402d66fb27a"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-7801f2d2-24ef-468f-bff5-6402d66fb27a"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-7801f2d2-24ef-468f-bff5-6402d66fb27a"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-7801f2d2-24ef-468f-bff5-6402d66fb27a"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-7801f2d2-24ef-468f-bff5-6402d66fb27a"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-7801f2d2-24ef-468f-bff5-6402d66fb27a"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-7801f2d2-24ef-468f-bff5-6402d66fb27a"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-7801f2d2-24ef-468f-bff5-6402d66fb27a"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-7801f2d2-24ef-468f-bff5-6402d66fb27a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-7801f2d2-24ef-468f-bff5-6402d66fb27a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-7801f2d2-24ef-468f-bff5-6402d66fb27a"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-7801f2d2-24ef-468f-bff5-6402d66fb27a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-7801f2d2-24ef-468f-bff5-6402d66fb27a"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-7801f2d2-24ef-468f-bff5-6402d66fb27a"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-7801f2d2-24ef-468f-bff5-6402d66fb27a"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-7801f2d2-24ef-468f-bff5-6402d66fb27a"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-7801f2d2-24ef-468f-bff5-6402d66fb27a"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-7801f2d2-24ef-468f-bff5-6402d66fb27a"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-7801f2d2-24ef-468f-bff5-6402d66fb27a"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-7801f2d2-24ef-468f-bff5-6402d66fb27a"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-7801f2d2-24ef-468f-bff5-6402d66fb27a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-7801f2d2-24ef-468f-bff5-6402d66fb27a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-7801f2d2-24ef-468f-bff5-6402d66fb27a"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-7801f2d2-24ef-468f-bff5-6402d66fb27a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-7801f2d2-24ef-468f-bff5-6402d66fb27a"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-7801f2d2-24ef-468f-bff5-6402d66fb27a"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-7801f2d2-24ef-468f-bff5-6402d66fb27a"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-7801f2d2-24ef-468f-bff5-6402d66fb27a"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-7801f2d2-24ef-468f-bff5-6402d66fb27a"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-7801f2d2-24ef-468f-bff5-6402d66fb27a"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-e19940ec-496d-4042-a6a2-336c65d61a18 {
  margin-top: 0%;
margin-left: auto;
margin-bottom: 0%;
margin-right: auto;
max-width: 12em;
text-align: center;
}




  #s-e19940ec-496d-4042-a6a2-336c65d61a18 img.shogun-image {
    
    width: px;
  }


#s-e19940ec-496d-4042-a6a2-336c65d61a18 .shogun-image-content {
  
    align-items: center;
  
}

#s-efc94654-a72e-46bd-8206-7e03b135253e {
  margin-top: 3%;
margin-left: auto;
margin-bottom: 3%;
margin-right: auto;
}

#s-c0b2b8ef-5238-4ff9-944d-cd67a823a24f {
  margin-left: 0%;
margin-right: 0%;
}

#s-6a72fed5-e593-4700-b5f2-fc6f9b805e0c {
  min-height: 50px;
}








#s-6a72fed5-e593-4700-b5f2-fc6f9b805e0c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6a72fed5-e593-4700-b5f2-fc6f9b805e0c.shg-box.shg-c {
  justify-content: center;
}

#s-dea5d310-9ce4-42dc-bfe4-c53603dbcc64 {
  margin-left: 900px;
margin-right: 900px;
max-width: 600px;
text-align: center;
}




  #s-dea5d310-9ce4-42dc-bfe4-c53603dbcc64 img.shogun-image {
    
    width: px;
  }


#s-dea5d310-9ce4-42dc-bfe4-c53603dbcc64 .shogun-image-content {
  
    align-items: center;
  
}

#s-f59b9a09-98d2-4257-8bdc-8e59e0b8e301 {
  background-repeat: no-repeat;
background-size: 100% 100%;
min-height: 75px;
background-position: center center;
}








#s-f59b9a09-98d2-4257-8bdc-8e59e0b8e301 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f59b9a09-98d2-4257-8bdc-8e59e0b8e301.shg-box.shg-c {
  justify-content: center;
}

#s-b820bfd9-e951-4fb9-a773-e7ec0fa95ea9 {
  margin-left: auto;
margin-right: auto;
max-width: 1000px;
}

#s-06e4d4c8-140c-42f8-b378-c3af8b328e48 {
  min-height: 50px;
}








#s-06e4d4c8-140c-42f8-b378-c3af8b328e48 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-06e4d4c8-140c-42f8-b378-c3af8b328e48.shg-box.shg-c {
  justify-content: center;
}

#s-292fa0c2-869c-4493-afba-646bad712d45 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-292fa0c2-869c-4493-afba-646bad712d45 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: Bebas Neue;
  font-style:   ;
  font-size: 40px;
  line-height: ;
  letter-spacing: 1px;
  text-align: center;
}



.shogun-accordion-wrapper .shogun-accordion {
  margin-bottom: 0;
  border-radius: 4px;
}

.shogun-accordion {
  margin-bottom: 20px;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}

.shogun-accordion-wrapper .shogun-accordion + .shogun-accordion {
  margin-top: 5px;
}

.shogun-accordion-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.shogun-accordion-heading {
  color: #333;
  border-bottom: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  cursor: pointer;
}

.shogun-accordion-title {
  margin: 0 !important;
  padding: 0 !important;
  cursor: pointer;
  text-decoration: none;
  flex: 1;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.shogun-accordion-body {
  display: none;
  opacity: 0;
  transition: opacity 0.5s linear;
}

.shogun-accordion-body.shogun-accordion-active {
  display: block;
  opacity: 1;
  visibility: visible;
}

.shogun-accordion-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 1.2em;
}

.shogun-accordion-icon > span {
  transition: 0.3s transform;
  position: absolute;
  right: 0;
  font-size: 1.2em;
}

.shogun-accordion-icon.shogun-icon-chevron > span::after {
  content: "▸";
}

.shogun-accordion.shogun-accordion-active
  > .shogun-accordion-heading
  .shogun-accordion-icon.shogun-icon-chevron
  > span {
  transform: rotate(90deg);
}

.shogun-accordion-icon.shogun-icon-plus > span::after {
  content: "＋";
}

.shogun-accordion.shogun-accordion-active
  > .shogun-accordion-heading
  .shogun-accordion-icon.shogun-icon-plus
  > span {
  transform: rotate(-225deg);
}

#s-8d909545-aed4-4190-8625-68547454a282 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-8d909545-aed4-4190-8625-68547454a282 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-8d909545-aed4-4190-8625-68547454a282 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-8d909545-aed4-4190-8625-68547454a282 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-8d909545-aed4-4190-8625-68547454a282 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: left;
  font-family: Bebas Neue;
  font-weight: ;
  font-style: ;
  font-size: 24px;
}

#s-8d909545-aed4-4190-8625-68547454a282 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 24px;
}
#s-f4277c62-f45d-4f98-a044-07c52baed94b {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-f4277c62-f45d-4f98-a044-07c52baed94b {
  display: none;
}
#s-f4277c62-f45d-4f98-a044-07c52baed94b, #wrap-s-f4277c62-f45d-4f98-a044-07c52baed94b { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f4277c62-f45d-4f98-a044-07c52baed94b {
  display: none;
}
#s-f4277c62-f45d-4f98-a044-07c52baed94b, #wrap-s-f4277c62-f45d-4f98-a044-07c52baed94b { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-f4277c62-f45d-4f98-a044-07c52baed94b {
  display: none;
}
#s-f4277c62-f45d-4f98-a044-07c52baed94b, #wrap-s-f4277c62-f45d-4f98-a044-07c52baed94b { display:none !important; }}







#s-f4277c62-f45d-4f98-a044-07c52baed94b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f4277c62-f45d-4f98-a044-07c52baed94b.shg-box.shg-c {
  justify-content: center;
}

#s-75089df5-ebe0-4a87-91da-fe3d95514661 {
  margin-left: 5%;
margin-right: 5%;
min-height: 50px;
}








#s-75089df5-ebe0-4a87-91da-fe3d95514661 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-75089df5-ebe0-4a87-91da-fe3d95514661.shg-box.shg-c {
  justify-content: center;
}

#s-696286a4-05a7-4583-adf5-54281a5a9e31 {
  margin-top: 40px;
margin-left: auto;
margin-bottom: 17px;
margin-right: auto;
}
@media (min-width: 1200px){#s-696286a4-05a7-4583-adf5-54281a5a9e31 {
  display: none;
}
#s-696286a4-05a7-4583-adf5-54281a5a9e31, #wrap-s-696286a4-05a7-4583-adf5-54281a5a9e31 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-696286a4-05a7-4583-adf5-54281a5a9e31 {
  display: none;
}
#s-696286a4-05a7-4583-adf5-54281a5a9e31, #wrap-s-696286a4-05a7-4583-adf5-54281a5a9e31 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-696286a4-05a7-4583-adf5-54281a5a9e31 {
  display: none;
}
#s-696286a4-05a7-4583-adf5-54281a5a9e31, #wrap-s-696286a4-05a7-4583-adf5-54281a5a9e31 { display:none !important; }}
#s-82ebbf39-f43f-4f1d-af98-0c6a695951d9 {
  margin-top: 0%;
margin-bottom: 0%;
}
@media (min-width: 1200px){#s-82ebbf39-f43f-4f1d-af98-0c6a695951d9 {
  display: none;
}
#s-82ebbf39-f43f-4f1d-af98-0c6a695951d9, #wrap-s-82ebbf39-f43f-4f1d-af98-0c6a695951d9 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-82ebbf39-f43f-4f1d-af98-0c6a695951d9 {
  display: none;
}
#s-82ebbf39-f43f-4f1d-af98-0c6a695951d9, #wrap-s-82ebbf39-f43f-4f1d-af98-0c6a695951d9 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-82ebbf39-f43f-4f1d-af98-0c6a695951d9 {
  display: none;
}
#s-82ebbf39-f43f-4f1d-af98-0c6a695951d9, #wrap-s-82ebbf39-f43f-4f1d-af98-0c6a695951d9 { display:none !important; }}
#s-95c163ed-923b-45ea-8acd-64f9377a2e52 {
  margin-top: 4%;
margin-left: 3%;
margin-bottom: 3%;
margin-right: 3%;
}

@media (min-width: 0px) {
[id="s-95c163ed-923b-45ea-8acd-64f9377a2e52"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 6.666666666666667px);
}

[id="s-95c163ed-923b-45ea-8acd-64f9377a2e52"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 6.666666666666667px);
}

[id="s-95c163ed-923b-45ea-8acd-64f9377a2e52"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 6.666666666666667px);
}

[id="s-95c163ed-923b-45ea-8acd-64f9377a2e52"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

[id="s-95c163ed-923b-45ea-8acd-64f9377a2e52"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 6.666666666666667px);
}

[id="s-95c163ed-923b-45ea-8acd-64f9377a2e52"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 6.666666666666667px);
}

[id="s-95c163ed-923b-45ea-8acd-64f9377a2e52"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 6.666666666666667px);
}

[id="s-95c163ed-923b-45ea-8acd-64f9377a2e52"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 6.666666666666667px);
}

[id="s-95c163ed-923b-45ea-8acd-64f9377a2e52"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 6.666666666666667px);
}

[id="s-95c163ed-923b-45ea-8acd-64f9377a2e52"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 6.666666666666667px);
}

[id="s-95c163ed-923b-45ea-8acd-64f9377a2e52"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 6.666666666666667px);
}

[id="s-95c163ed-923b-45ea-8acd-64f9377a2e52"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 6.666666666666667px);
}

}

@media (min-width: 768px) {
[id="s-95c163ed-923b-45ea-8acd-64f9377a2e52"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 6.666666666666667px);
}

[id="s-95c163ed-923b-45ea-8acd-64f9377a2e52"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 6.666666666666667px);
}

[id="s-95c163ed-923b-45ea-8acd-64f9377a2e52"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 6.666666666666667px);
}

[id="s-95c163ed-923b-45ea-8acd-64f9377a2e52"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

[id="s-95c163ed-923b-45ea-8acd-64f9377a2e52"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 6.666666666666667px);
}

[id="s-95c163ed-923b-45ea-8acd-64f9377a2e52"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 6.666666666666667px);
}

[id="s-95c163ed-923b-45ea-8acd-64f9377a2e52"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 6.666666666666667px);
}

[id="s-95c163ed-923b-45ea-8acd-64f9377a2e52"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 6.666666666666667px);
}

[id="s-95c163ed-923b-45ea-8acd-64f9377a2e52"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 6.666666666666667px);
}

[id="s-95c163ed-923b-45ea-8acd-64f9377a2e52"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 6.666666666666667px);
}

[id="s-95c163ed-923b-45ea-8acd-64f9377a2e52"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 6.666666666666667px);
}

[id="s-95c163ed-923b-45ea-8acd-64f9377a2e52"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-95c163ed-923b-45ea-8acd-64f9377a2e52"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 6.666666666666667px);
}

[id="s-95c163ed-923b-45ea-8acd-64f9377a2e52"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 6.666666666666667px);
}

[id="s-95c163ed-923b-45ea-8acd-64f9377a2e52"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 6.666666666666667px);
}

[id="s-95c163ed-923b-45ea-8acd-64f9377a2e52"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

[id="s-95c163ed-923b-45ea-8acd-64f9377a2e52"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 6.666666666666667px);
}

[id="s-95c163ed-923b-45ea-8acd-64f9377a2e52"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 6.666666666666667px);
}

[id="s-95c163ed-923b-45ea-8acd-64f9377a2e52"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 6.666666666666667px);
}

[id="s-95c163ed-923b-45ea-8acd-64f9377a2e52"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 6.666666666666667px);
}

[id="s-95c163ed-923b-45ea-8acd-64f9377a2e52"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 6.666666666666667px);
}

[id="s-95c163ed-923b-45ea-8acd-64f9377a2e52"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 6.666666666666667px);
}

[id="s-95c163ed-923b-45ea-8acd-64f9377a2e52"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 6.666666666666667px);
}

[id="s-95c163ed-923b-45ea-8acd-64f9377a2e52"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-95c163ed-923b-45ea-8acd-64f9377a2e52"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 6.666666666666667px);
}

[id="s-95c163ed-923b-45ea-8acd-64f9377a2e52"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 6.666666666666667px);
}

[id="s-95c163ed-923b-45ea-8acd-64f9377a2e52"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 6.666666666666667px);
}

[id="s-95c163ed-923b-45ea-8acd-64f9377a2e52"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

[id="s-95c163ed-923b-45ea-8acd-64f9377a2e52"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 6.666666666666667px);
}

[id="s-95c163ed-923b-45ea-8acd-64f9377a2e52"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 6.666666666666667px);
}

[id="s-95c163ed-923b-45ea-8acd-64f9377a2e52"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 6.666666666666667px);
}

[id="s-95c163ed-923b-45ea-8acd-64f9377a2e52"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 6.666666666666667px);
}

[id="s-95c163ed-923b-45ea-8acd-64f9377a2e52"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 6.666666666666667px);
}

[id="s-95c163ed-923b-45ea-8acd-64f9377a2e52"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 6.666666666666667px);
}

[id="s-95c163ed-923b-45ea-8acd-64f9377a2e52"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 6.666666666666667px);
}

[id="s-95c163ed-923b-45ea-8acd-64f9377a2e52"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 6.666666666666667px);
}

}

#s-598f8eda-e617-4a9c-8528-b58e72e4d67a {
  min-height: 50px;
}








#s-598f8eda-e617-4a9c-8528-b58e72e4d67a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-598f8eda-e617-4a9c-8528-b58e72e4d67a.shg-box.shg-c {
  justify-content: center;
}

#s-c94e8d7c-6b61-4384-b007-8d02ecb3578a {
  margin-left: auto;
margin-right: auto;
max-width: 90%;
text-align: center;
}




  #s-c94e8d7c-6b61-4384-b007-8d02ecb3578a img.shogun-image {
    
    width: px;
  }


#s-c94e8d7c-6b61-4384-b007-8d02ecb3578a .shogun-image-content {
  
    align-items: center;
  
}

#s-87968cb6-ecc2-4e2d-a7e9-af77df5dde92 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-87968cb6-ecc2-4e2d-a7e9-af77df5dde92 .shogun-heading-component h5 {
  color: rgba(51, 52, 142, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  line-height: 1em;
  letter-spacing: ;
  text-align: center;
}



#s-cf71b527-4737-4eb6-895a-dfd7a18e434b {
  min-height: 50px;
}








#s-cf71b527-4737-4eb6-895a-dfd7a18e434b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cf71b527-4737-4eb6-895a-dfd7a18e434b.shg-box.shg-c {
  justify-content: center;
}

#s-41a60989-2941-44e3-8b78-6283f1aadb60 {
  margin-left: auto;
margin-right: auto;
max-width: 90%;
text-align: center;
}




  #s-41a60989-2941-44e3-8b78-6283f1aadb60 img.shogun-image {
    
    width: px;
  }


#s-41a60989-2941-44e3-8b78-6283f1aadb60 .shogun-image-content {
  
    align-items: center;
  
}

#s-34c52003-8bc2-47f6-8874-c9f91ae01dbd {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-34c52003-8bc2-47f6-8874-c9f91ae01dbd .shogun-heading-component h5 {
  color: rgba(51, 52, 142, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  line-height: 1em;
  letter-spacing: ;
  text-align: center;
}



#s-c43236ae-60da-43ff-9b50-049e4200161f {
  min-height: 50px;
}








#s-c43236ae-60da-43ff-9b50-049e4200161f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c43236ae-60da-43ff-9b50-049e4200161f.shg-box.shg-c {
  justify-content: center;
}

#s-53a4a528-63ea-453d-8d53-2b597cd96c3b {
  margin-left: auto;
margin-right: auto;
max-width: 90%;
text-align: center;
}




  #s-53a4a528-63ea-453d-8d53-2b597cd96c3b img.shogun-image {
    
    width: px;
  }


#s-53a4a528-63ea-453d-8d53-2b597cd96c3b .shogun-image-content {
  
    align-items: center;
  
}

#s-3d2aab29-4e51-40a2-9fe3-2188f5b69df2 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3d2aab29-4e51-40a2-9fe3-2188f5b69df2 .shogun-heading-component h5 {
  color: rgba(51, 52, 142, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  line-height: 1em;
  letter-spacing: ;
  text-align: center;
}



#s-3a660c12-b69f-44f6-8dc1-e6454dc97505 {
  max-width: 50em;
text-align: center;
}




  #s-3a660c12-b69f-44f6-8dc1-e6454dc97505 img.shogun-image {
    
    width: px;
  }


#s-3a660c12-b69f-44f6-8dc1-e6454dc97505 .shogun-image-content {
  
    align-items: center;
  
}

#s-8566e110-540a-43e8-a925-d68cda9df332 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 50px;
background-position: center top;
}








#s-8566e110-540a-43e8-a925-d68cda9df332 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8566e110-540a-43e8-a925-d68cda9df332.shg-box.shg-c {
  justify-content: center;
}

#s-ee25815e-0c52-4c58-abce-6584cc2a910e {
  margin-top: 29%;
margin-left: 6%;
margin-bottom: 20%;
margin-right: 47%;
}
@media (min-width: 1200px){#s-ee25815e-0c52-4c58-abce-6584cc2a910e {
  display: none;
}
#s-ee25815e-0c52-4c58-abce-6584cc2a910e, #wrap-s-ee25815e-0c52-4c58-abce-6584cc2a910e { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ee25815e-0c52-4c58-abce-6584cc2a910e {
  display: none;
}
#s-ee25815e-0c52-4c58-abce-6584cc2a910e, #wrap-s-ee25815e-0c52-4c58-abce-6584cc2a910e { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-ee25815e-0c52-4c58-abce-6584cc2a910e {
  display: none;
}
#s-ee25815e-0c52-4c58-abce-6584cc2a910e, #wrap-s-ee25815e-0c52-4c58-abce-6584cc2a910e { display:none !important; }}
#s-a23862eb-309b-46c3-99ab-65671f201b37 {
  margin-top: 1%;
margin-left: 5%;
margin-bottom: 5%;
margin-right: 5%;
}
@media (min-width: 1200px){#s-a23862eb-309b-46c3-99ab-65671f201b37 {
  display: none;
}
#s-a23862eb-309b-46c3-99ab-65671f201b37, #wrap-s-a23862eb-309b-46c3-99ab-65671f201b37 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a23862eb-309b-46c3-99ab-65671f201b37 {
  display: none;
}
#s-a23862eb-309b-46c3-99ab-65671f201b37, #wrap-s-a23862eb-309b-46c3-99ab-65671f201b37 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-a23862eb-309b-46c3-99ab-65671f201b37 {
  display: none;
}
#s-a23862eb-309b-46c3-99ab-65671f201b37, #wrap-s-a23862eb-309b-46c3-99ab-65671f201b37 { display:none !important; }}
#s-285d0895-2fa9-4caa-8050-d64d78db8c43 {
  margin-left: 7%;
margin-right: 7%;
min-height: 50px;
}








#s-285d0895-2fa9-4caa-8050-d64d78db8c43 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-285d0895-2fa9-4caa-8050-d64d78db8c43.shg-box.shg-c {
  justify-content: center;
}

#s-54054d17-63e4-45d8-b990-b1d4228a0115 {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 17px;
margin-right: auto;
}
@media (min-width: 1200px){#s-54054d17-63e4-45d8-b990-b1d4228a0115 {
  display: none;
}
#s-54054d17-63e4-45d8-b990-b1d4228a0115, #wrap-s-54054d17-63e4-45d8-b990-b1d4228a0115 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-54054d17-63e4-45d8-b990-b1d4228a0115 {
  display: none;
}
#s-54054d17-63e4-45d8-b990-b1d4228a0115, #wrap-s-54054d17-63e4-45d8-b990-b1d4228a0115 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-54054d17-63e4-45d8-b990-b1d4228a0115 {
  display: none;
}
#s-54054d17-63e4-45d8-b990-b1d4228a0115, #wrap-s-54054d17-63e4-45d8-b990-b1d4228a0115 { display:none !important; }}
#s-4cc27a7d-3ece-4925-89ed-1325e9fdb371 {
  margin-left: auto;
margin-right: auto;
max-width: 80%;
text-align: center;
}




  #s-4cc27a7d-3ece-4925-89ed-1325e9fdb371 img.shogun-image {
    
    width: px;
  }


#s-4cc27a7d-3ece-4925-89ed-1325e9fdb371 .shogun-image-content {
  
    align-items: center;
  
}

#s-ccc91c4f-f0b1-4373-b3d3-9ee8bfa3e87d {
  margin-top: 7%;
margin-left: auto;
margin-bottom: 1%;
margin-right: auto;
}

#s-904d6420-31ff-40f9-9a0f-f8a6e4ae3120 {
  margin-top: 5%;
margin-left: auto;
margin-right: auto;
max-width: 80%;
text-align: center;
}




  #s-904d6420-31ff-40f9-9a0f-f8a6e4ae3120 img.shogun-image {
    
    width: px;
  }


#s-904d6420-31ff-40f9-9a0f-f8a6e4ae3120 .shogun-image-content {
  
    align-items: center;
  
}

#s-de67b2cd-83f7-4062-8b7f-af4b6d74428d {
  margin-top: 7%;
margin-left: auto;
margin-bottom: 1%;
margin-right: auto;
}

#s-20d81f36-97e2-4f3a-b462-7b1ee0a5ecfa {
  margin-top: 5%;
margin-left: auto;
margin-right: auto;
max-width: 80%;
text-align: center;
}




  #s-20d81f36-97e2-4f3a-b462-7b1ee0a5ecfa img.shogun-image {
    
    width: px;
  }


#s-20d81f36-97e2-4f3a-b462-7b1ee0a5ecfa .shogun-image-content {
  
    align-items: center;
  
}

#s-9ed4f1f2-eeb7-40cd-9718-cce19404080a {
  margin-top: 7%;
margin-left: auto;
margin-bottom: 1%;
margin-right: auto;
}

#s-4dcc1924-7bd8-495b-b094-58ad812eb55c {
  margin-top: 5%;
margin-left: auto;
margin-right: auto;
max-width: 80%;
text-align: center;
}




  #s-4dcc1924-7bd8-495b-b094-58ad812eb55c img.shogun-image {
    
    width: px;
  }


#s-4dcc1924-7bd8-495b-b094-58ad812eb55c .shogun-image-content {
  
    align-items: center;
  
}

#s-baee6535-9e45-4b09-9a42-ad36e064d5b4 {
  margin-top: 7%;
margin-left: auto;
margin-bottom: 1%;
margin-right: auto;
}

#s-6c29f615-1f2a-4560-8c90-476748b99566 {
  min-height: 50px;
}








#s-6c29f615-1f2a-4560-8c90-476748b99566 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6c29f615-1f2a-4560-8c90-476748b99566.shg-box.shg-c {
  justify-content: center;
}

#s-b85ce211-dc47-4098-bf8e-f258870ebc20 {
  text-align: center;
}




  #s-b85ce211-dc47-4098-bf8e-f258870ebc20 img.shogun-image {
    
    width: px;
  }


#s-b85ce211-dc47-4098-bf8e-f258870ebc20 .shogun-image-content {
  
    align-items: center;
  
}

#s-0f621b14-01f7-4e9e-bc73-36ec3f9d9f69 {
  background-repeat: repeat;
background-size: cover;
min-height: 50px;
background-position: center center;
}








#s-0f621b14-01f7-4e9e-bc73-36ec3f9d9f69 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0f621b14-01f7-4e9e-bc73-36ec3f9d9f69.shg-box.shg-c {
  justify-content: center;
}

#s-da324322-e724-4d9d-bc1e-5901bedaacbb {
  margin-top: 2%;
margin-left: auto;
margin-bottom: 1%;
margin-right: auto;
}

#s-0327e7b0-1ec3-432c-9684-d6181760d2e0 {
  margin-top: 2%;
margin-left: 32%;
margin-bottom: 2%;
margin-right: 32%;
max-width: 95%;
text-align: center;
}




  #s-0327e7b0-1ec3-432c-9684-d6181760d2e0 img.shogun-image {
    
    width: px;
  }


#s-0327e7b0-1ec3-432c-9684-d6181760d2e0 .shogun-image-content {
  
    align-items: center;
  
}

#s-363a7f0b-c5d0-440e-8fbe-7c3fa21d1afe {
  margin-top: 0%;
margin-left: auto;
margin-bottom: 0%;
margin-right: auto;
}

#s-ec139950-fd36-4af0-90be-a5f169b52b2f {
  margin-left: 7%;
margin-right: 7%;
}

#s-632ee382-f2ff-4d9a-9b27-bed26ea7b706 {
  margin-top: 6%;
margin-left: 32%;
margin-bottom: 0%;
margin-right: 32%;
text-align: center;
}




  #s-632ee382-f2ff-4d9a-9b27-bed26ea7b706 img.shogun-image {
    
    width: px;
  }


#s-632ee382-f2ff-4d9a-9b27-bed26ea7b706 .shogun-image-content {
  
    align-items: center;
  
}

#s-dbb56097-2875-4004-8552-15b81d3bd516 {
  margin-top: 0%;
margin-left: auto;
margin-bottom: 0%;
margin-right: auto;
}

#s-867d8bcc-3b28-4c50-8e15-e45c424e9756 {
  margin-left: 7%;
margin-right: 7%;
}

#s-e1660efb-e661-4c79-849d-391668cb2f92 {
  margin-top: 6%;
margin-left: 32%;
margin-bottom: 0%;
margin-right: 32%;
text-align: center;
}




  #s-e1660efb-e661-4c79-849d-391668cb2f92 img.shogun-image {
    
    width: px;
  }


#s-e1660efb-e661-4c79-849d-391668cb2f92 .shogun-image-content {
  
    align-items: center;
  
}

#s-ad7cf08e-48ba-410f-a6fa-3684a3cfb311 {
  margin-top: 0%;
margin-left: auto;
margin-bottom: 0%;
margin-right: auto;
}
@media (min-width: 1200px){#s-ad7cf08e-48ba-410f-a6fa-3684a3cfb311 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-ad7cf08e-48ba-410f-a6fa-3684a3cfb311 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-ad7cf08e-48ba-410f-a6fa-3684a3cfb311 {
  display: none;
}
#s-ad7cf08e-48ba-410f-a6fa-3684a3cfb311, #wrap-s-ad7cf08e-48ba-410f-a6fa-3684a3cfb311 { display:none !important; }}@media (max-width: 767px){#s-ad7cf08e-48ba-410f-a6fa-3684a3cfb311 {
  display: none;
}
#s-ad7cf08e-48ba-410f-a6fa-3684a3cfb311, #wrap-s-ad7cf08e-48ba-410f-a6fa-3684a3cfb311 { display:none !important; }}
#s-e03cb6a5-7c14-4bc3-938c-e9a3e6e05ddf {
  margin-top: 0%;
margin-left: auto;
margin-bottom: 0%;
margin-right: auto;
}
@media (min-width: 1200px){#s-e03cb6a5-7c14-4bc3-938c-e9a3e6e05ddf {
  display: none;
}
#s-e03cb6a5-7c14-4bc3-938c-e9a3e6e05ddf, #wrap-s-e03cb6a5-7c14-4bc3-938c-e9a3e6e05ddf { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e03cb6a5-7c14-4bc3-938c-e9a3e6e05ddf {
  display: none;
}
#s-e03cb6a5-7c14-4bc3-938c-e9a3e6e05ddf, #wrap-s-e03cb6a5-7c14-4bc3-938c-e9a3e6e05ddf { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-e03cb6a5-7c14-4bc3-938c-e9a3e6e05ddf {
  
}
}@media (max-width: 767px){#s-e03cb6a5-7c14-4bc3-938c-e9a3e6e05ddf {
  
}
}
#s-3bdc208f-2059-46f2-90a1-82a24f507421 {
  margin-left: 7%;
margin-right: 7%;
}

#s-82c3a8a7-5d43-4e1a-966c-f19f91b8d399 {
  margin-top: 6%;
margin-left: 32%;
margin-bottom: 0%;
margin-right: 32%;
text-align: center;
}




  #s-82c3a8a7-5d43-4e1a-966c-f19f91b8d399 img.shogun-image {
    
    width: px;
  }


#s-82c3a8a7-5d43-4e1a-966c-f19f91b8d399 .shogun-image-content {
  
    align-items: center;
  
}

#s-21923992-9c62-42aa-831b-8f48c6e39dbf {
  margin-top: 0%;
margin-left: auto;
margin-bottom: 0%;
margin-right: auto;
}

#s-663dad3f-63ab-4644-8202-8fe51ec18255 {
  margin-left: 7%;
margin-right: 7%;
}

#s-ad642b05-98d8-4115-aaed-ef79a4f9888a {
  margin-top: 6%;
margin-left: 32%;
margin-bottom: 0%;
margin-right: 32%;
text-align: center;
}




  #s-ad642b05-98d8-4115-aaed-ef79a4f9888a img.shogun-image {
    
    width: px;
  }


#s-ad642b05-98d8-4115-aaed-ef79a4f9888a .shogun-image-content {
  
    align-items: center;
  
}

#s-6545d412-923c-4c53-8504-aac46bd81817 {
  margin-top: 0%;
margin-left: auto;
margin-bottom: 0%;
margin-right: auto;
}

#s-9e693899-bf11-4f81-a3f5-28a8609555c8 {
  margin-left: 7%;
margin-right: 7%;
}

#s-71a29bc3-ab5d-4bb1-9d07-7b66c6e5ffea {
  text-align: center;
}




  #s-71a29bc3-ab5d-4bb1-9d07-7b66c6e5ffea img.shogun-image {
    
    width: px;
  }


#s-71a29bc3-ab5d-4bb1-9d07-7b66c6e5ffea .shogun-image-content {
  
    align-items: center;
  
}

/*
  $vgutter : 20px
  $hgutter : 10px;
*/

.shg-c:before,
.shg-c:after {
  content: " ";
  display: table;
}

/**
  Ref:
  https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Positioning/Understanding_z_index/The_stacking_context
  https://dnf.slack.com/archives/C0514HB79/p1538741509000100
**/
.shogun-root {
  z-index: 1;
  position: relative;
  isolation: isolate;
}

.shogun-root iframe {
  display: initial;
}

@media (max-width: 1024px) {
  .shg-c,
  .shg-box {
    background-attachment: scroll !important;
  }
}

@media only screen
  and (min-width: 1024px) and (max-height: 1366px)
  and (-webkit-min-device-pixel-ratio: 1.5) and (hover: none)
  and (orientation: landscape) {
  .shg-box {
    background-attachment: scroll !important;
  }
}

#mc_embed_signup .clear {
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
}

.shg-clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.shogun-image {
  max-width: 100%;
  min-height: inherit;
  max-height: inherit;
  display: inline !important;
  border: 0;
  vertical-align: middle;
}

.shg-fw {
  margin-left: calc(50% - 50vw);
  width: 100vw;
}

.shg-fw .shg-fw {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

div[data-shg-lightbox-switch] {
  cursor: pointer;
}

.shg-lightbox {
  position: fixed;
  z-index: 999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.85);
}

.shg-lightbox.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 100%;
  text-align: center;
}

.shg-lightbox .shg-lightbox-close {
  position: absolute;
  right: 0;
  padding: 5px 0;
  color: #fff;
  font-size: 45px;
  margin-right: 10px;
  line-height: 30px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
  z-index: 1;
}

.shg-lightbox .shg-lightbox-image-container {
  padding: 25px;
}

.shg-lightbox .shg-lightbox-image {
  margin: auto;
  max-height: 90vh;
  max-width: 100%;
}

.shg-lightbox .shg-lightbox-close:hover,
.shg-lightbox .shg-lightbox-close:focus {
  color: #a2a2a2;
  text-decoration: none;
  cursor: pointer;
}

.shg-lightbox .shg-lightbox-nav {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: 35px;
  height: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translate(0%, -50%);
  z-index: 1;
}

.shg-lightbox .shg-lightbox-nav.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-nav.shg-nav-left {
  left: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==);
}

.shg-lightbox .shg-lightbox-nav.shg-nav-right {
  right: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+);
}

@media screen and (min-width: 769px) {
  .shg-lightbox .shg-lightbox-image-container {
    padding: 50px;
  }
}

.shogun-lazyload:not([src]),
.shogun-lazyloading:not([src]) {
	opacity: 0;
}
.shogun-lazyloaded {
	opacity: 1;
	transition: opacity 300ms;
}
