.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-d18b05a0-d36f-4083-badd-49fa468160ae {
  min-height: 50px;
}








#s-d18b05a0-d36f-4083-badd-49fa468160ae > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d18b05a0-d36f-4083-badd-49fa468160ae.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-bec293cb-cc43-41d1-bb05-e85688263e7b {
  min-height: 50px;
}








#s-bec293cb-cc43-41d1-bb05-e85688263e7b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bec293cb-cc43-41d1-bb05-e85688263e7b.shg-box.shg-c {
  justify-content: center;
}

#s-6395e3d4-c1b1-48f6-be88-cd4bc9dd3256 {
  padding-top: 5px;
padding-left: 5px;
padding-right: 5px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-6395e3d4-c1b1-48f6-be88-cd4bc9dd3256 {
  display: none;
}
#s-6395e3d4-c1b1-48f6-be88-cd4bc9dd3256, #wrap-s-6395e3d4-c1b1-48f6-be88-cd4bc9dd3256 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-6395e3d4-c1b1-48f6-be88-cd4bc9dd3256 {
  display: none;
}
#s-6395e3d4-c1b1-48f6-be88-cd4bc9dd3256, #wrap-s-6395e3d4-c1b1-48f6-be88-cd4bc9dd3256 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-6395e3d4-c1b1-48f6-be88-cd4bc9dd3256 {
  display: none;
}
#s-6395e3d4-c1b1-48f6-be88-cd4bc9dd3256, #wrap-s-6395e3d4-c1b1-48f6-be88-cd4bc9dd3256 { display:none !important; }}







#s-6395e3d4-c1b1-48f6-be88-cd4bc9dd3256 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6395e3d4-c1b1-48f6-be88-cd4bc9dd3256.shg-box.shg-c {
  justify-content: center;
}

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

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

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

@media (min-width: 0px) {
[id="s-e05854cc-1ae0-4a34-8ce6-04e96eb31464"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-e05854cc-1ae0-4a34-8ce6-04e96eb31464"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-e05854cc-1ae0-4a34-8ce6-04e96eb31464"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-e05854cc-1ae0-4a34-8ce6-04e96eb31464"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-e05854cc-1ae0-4a34-8ce6-04e96eb31464"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-e05854cc-1ae0-4a34-8ce6-04e96eb31464"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-e05854cc-1ae0-4a34-8ce6-04e96eb31464"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-e05854cc-1ae0-4a34-8ce6-04e96eb31464"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-e05854cc-1ae0-4a34-8ce6-04e96eb31464"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-e05854cc-1ae0-4a34-8ce6-04e96eb31464"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-e05854cc-1ae0-4a34-8ce6-04e96eb31464"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-e05854cc-1ae0-4a34-8ce6-04e96eb31464"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-e05854cc-1ae0-4a34-8ce6-04e96eb31464"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-e05854cc-1ae0-4a34-8ce6-04e96eb31464"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-e05854cc-1ae0-4a34-8ce6-04e96eb31464"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-e05854cc-1ae0-4a34-8ce6-04e96eb31464"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-e05854cc-1ae0-4a34-8ce6-04e96eb31464"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-e05854cc-1ae0-4a34-8ce6-04e96eb31464"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-e05854cc-1ae0-4a34-8ce6-04e96eb31464"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-e05854cc-1ae0-4a34-8ce6-04e96eb31464"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-e05854cc-1ae0-4a34-8ce6-04e96eb31464"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-e05854cc-1ae0-4a34-8ce6-04e96eb31464"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-e05854cc-1ae0-4a34-8ce6-04e96eb31464"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-e05854cc-1ae0-4a34-8ce6-04e96eb31464"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-e05854cc-1ae0-4a34-8ce6-04e96eb31464"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-e05854cc-1ae0-4a34-8ce6-04e96eb31464"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-e05854cc-1ae0-4a34-8ce6-04e96eb31464"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-e05854cc-1ae0-4a34-8ce6-04e96eb31464"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-e05854cc-1ae0-4a34-8ce6-04e96eb31464"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-e05854cc-1ae0-4a34-8ce6-04e96eb31464"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-e05854cc-1ae0-4a34-8ce6-04e96eb31464"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-e05854cc-1ae0-4a34-8ce6-04e96eb31464"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-e05854cc-1ae0-4a34-8ce6-04e96eb31464"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-e05854cc-1ae0-4a34-8ce6-04e96eb31464"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-e05854cc-1ae0-4a34-8ce6-04e96eb31464"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-e05854cc-1ae0-4a34-8ce6-04e96eb31464"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-e05854cc-1ae0-4a34-8ce6-04e96eb31464"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-e05854cc-1ae0-4a34-8ce6-04e96eb31464"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-e05854cc-1ae0-4a34-8ce6-04e96eb31464"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-e05854cc-1ae0-4a34-8ce6-04e96eb31464"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-e05854cc-1ae0-4a34-8ce6-04e96eb31464"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-e05854cc-1ae0-4a34-8ce6-04e96eb31464"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-e05854cc-1ae0-4a34-8ce6-04e96eb31464"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-e05854cc-1ae0-4a34-8ce6-04e96eb31464"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-e05854cc-1ae0-4a34-8ce6-04e96eb31464"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-e05854cc-1ae0-4a34-8ce6-04e96eb31464"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-e05854cc-1ae0-4a34-8ce6-04e96eb31464"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-e05854cc-1ae0-4a34-8ce6-04e96eb31464"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-e4db79c5-dd36-44ca-9ca9-57aee47622ee {
  background-repeat: no-repeat;
background-size: contain;
min-height: 50px;
background-position: center center;
}








#s-e4db79c5-dd36-44ca-9ca9-57aee47622ee > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e4db79c5-dd36-44ca-9ca9-57aee47622ee {
  cursor: pointer;
}#s-e4db79c5-dd36-44ca-9ca9-57aee47622ee.shg-box.shg-c {
  justify-content: center;
}

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

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

#s-97df07fb-6041-40f3-a8ee-84e06d6a2551 {
  margin-left: 20px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-97df07fb-6041-40f3-a8ee-84e06d6a2551 .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:  600 ;
  font-family: Exo 2;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-767c5049-ca4f-460e-a848-efb4c40bb9c1 {
  background-repeat: no-repeat;
background-size: contain;
min-height: 50px;
background-position: center center;
}








#s-767c5049-ca4f-460e-a848-efb4c40bb9c1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-767c5049-ca4f-460e-a848-efb4c40bb9c1.shg-box.shg-c {
  justify-content: center;
}

#s-33b02081-8f0f-4fd1-a8f8-db4970e776cf {
  margin-left: 20px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-33b02081-8f0f-4fd1-a8f8-db4970e776cf .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:  600 ;
  font-family: Exo 2;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-8713237f-8125-43ab-82d8-e8c0fc1e3b5c {
  background-repeat: no-repeat;
background-size: contain;
min-height: 50px;
background-position: center center;
}








#s-8713237f-8125-43ab-82d8-e8c0fc1e3b5c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8713237f-8125-43ab-82d8-e8c0fc1e3b5c {
  cursor: pointer;
}#s-8713237f-8125-43ab-82d8-e8c0fc1e3b5c.shg-box.shg-c {
  justify-content: center;
}

#s-10289f9b-f0d1-41ec-b65f-965c0c224895 {
  margin-left: 20px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-10289f9b-f0d1-41ec-b65f-965c0c224895 .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:  600 ;
  font-family: Exo 2;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-0d7499b4-089b-4b3e-a8d0-592a3563b729 {
  padding-top: 5px;
padding-left: 5px;
padding-right: 5px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-0d7499b4-089b-4b3e-a8d0-592a3563b729 {
  display: none;
}
#s-0d7499b4-089b-4b3e-a8d0-592a3563b729, #wrap-s-0d7499b4-089b-4b3e-a8d0-592a3563b729 { display:none !important; }}







#s-0d7499b4-089b-4b3e-a8d0-592a3563b729 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0d7499b4-089b-4b3e-a8d0-592a3563b729.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-46a6be6b-c888-44ed-80f0-76f4af3ad4ca"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-46a6be6b-c888-44ed-80f0-76f4af3ad4ca"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-46a6be6b-c888-44ed-80f0-76f4af3ad4ca"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-46a6be6b-c888-44ed-80f0-76f4af3ad4ca"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-46a6be6b-c888-44ed-80f0-76f4af3ad4ca"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-46a6be6b-c888-44ed-80f0-76f4af3ad4ca"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-46a6be6b-c888-44ed-80f0-76f4af3ad4ca"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-46a6be6b-c888-44ed-80f0-76f4af3ad4ca"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-46a6be6b-c888-44ed-80f0-76f4af3ad4ca"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-46a6be6b-c888-44ed-80f0-76f4af3ad4ca"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-46a6be6b-c888-44ed-80f0-76f4af3ad4ca"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-46a6be6b-c888-44ed-80f0-76f4af3ad4ca"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-46a6be6b-c888-44ed-80f0-76f4af3ad4ca"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-46a6be6b-c888-44ed-80f0-76f4af3ad4ca"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-46a6be6b-c888-44ed-80f0-76f4af3ad4ca"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-46a6be6b-c888-44ed-80f0-76f4af3ad4ca"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-46a6be6b-c888-44ed-80f0-76f4af3ad4ca"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-46a6be6b-c888-44ed-80f0-76f4af3ad4ca"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-46a6be6b-c888-44ed-80f0-76f4af3ad4ca"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-46a6be6b-c888-44ed-80f0-76f4af3ad4ca"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-46a6be6b-c888-44ed-80f0-76f4af3ad4ca"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-46a6be6b-c888-44ed-80f0-76f4af3ad4ca"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-46a6be6b-c888-44ed-80f0-76f4af3ad4ca"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-46a6be6b-c888-44ed-80f0-76f4af3ad4ca"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-46a6be6b-c888-44ed-80f0-76f4af3ad4ca"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-46a6be6b-c888-44ed-80f0-76f4af3ad4ca"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-46a6be6b-c888-44ed-80f0-76f4af3ad4ca"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-46a6be6b-c888-44ed-80f0-76f4af3ad4ca"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-46a6be6b-c888-44ed-80f0-76f4af3ad4ca"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-46a6be6b-c888-44ed-80f0-76f4af3ad4ca"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-46a6be6b-c888-44ed-80f0-76f4af3ad4ca"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-46a6be6b-c888-44ed-80f0-76f4af3ad4ca"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-46a6be6b-c888-44ed-80f0-76f4af3ad4ca"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-46a6be6b-c888-44ed-80f0-76f4af3ad4ca"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-46a6be6b-c888-44ed-80f0-76f4af3ad4ca"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-46a6be6b-c888-44ed-80f0-76f4af3ad4ca"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-46a6be6b-c888-44ed-80f0-76f4af3ad4ca"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-46a6be6b-c888-44ed-80f0-76f4af3ad4ca"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-46a6be6b-c888-44ed-80f0-76f4af3ad4ca"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-46a6be6b-c888-44ed-80f0-76f4af3ad4ca"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-46a6be6b-c888-44ed-80f0-76f4af3ad4ca"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-46a6be6b-c888-44ed-80f0-76f4af3ad4ca"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-46a6be6b-c888-44ed-80f0-76f4af3ad4ca"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-46a6be6b-c888-44ed-80f0-76f4af3ad4ca"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-46a6be6b-c888-44ed-80f0-76f4af3ad4ca"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-46a6be6b-c888-44ed-80f0-76f4af3ad4ca"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-46a6be6b-c888-44ed-80f0-76f4af3ad4ca"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-46a6be6b-c888-44ed-80f0-76f4af3ad4ca"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-b6575b23-47a8-4edc-b8d5-bd68776e8a77 {
  background-repeat: no-repeat;
background-size: contain;
min-height: 50px;
background-position: center center;
}








#s-b6575b23-47a8-4edc-b8d5-bd68776e8a77 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b6575b23-47a8-4edc-b8d5-bd68776e8a77 {
  cursor: pointer;
}#s-b6575b23-47a8-4edc-b8d5-bd68776e8a77.shg-box.shg-c {
  justify-content: center;
}

#s-f2ea05a0-0a12-499f-9b2d-6c55b0be7013 {
  margin-left: 20px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f2ea05a0-0a12-499f-9b2d-6c55b0be7013 .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: Exo 2;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-5c7f482b-fcc6-4e15-95e2-2dad8ec2662c {
  background-repeat: no-repeat;
background-size: contain;
min-height: 50px;
background-position: center center;
}








#s-5c7f482b-fcc6-4e15-95e2-2dad8ec2662c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5c7f482b-fcc6-4e15-95e2-2dad8ec2662c.shg-box.shg-c {
  justify-content: center;
}

#s-7e0429eb-4c8a-4a1d-a732-e1223c69adb2 {
  margin-left: 20px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7e0429eb-4c8a-4a1d-a732-e1223c69adb2 .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: Exo 2;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-5a58eba9-f7bf-4e08-b53e-1a782b1e1ea8 {
  background-repeat: no-repeat;
background-size: contain;
min-height: 50px;
background-position: center center;
}








#s-5a58eba9-f7bf-4e08-b53e-1a782b1e1ea8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5a58eba9-f7bf-4e08-b53e-1a782b1e1ea8 {
  cursor: pointer;
}#s-5a58eba9-f7bf-4e08-b53e-1a782b1e1ea8.shg-box.shg-c {
  justify-content: center;
}

#s-21851269-5f33-4487-969e-5cad11129367 {
  margin-left: 20px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-21851269-5f33-4487-969e-5cad11129367 .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: Exo 2;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-771e6630-8d65-4930-a98b-cf2efed139f2 {
  margin-top: 0px;
min-height: 100px;
}








#s-771e6630-8d65-4930-a98b-cf2efed139f2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-771e6630-8d65-4930-a98b-cf2efed139f2.shg-box.shg-c {
  justify-content: center;
}

#s-c5688848-a2b3-44fc-a108-210b63aed0f7 {
  background-color: rgba(0, 0, 0, 1);
}

@media (min-width: 0px) {
[id="s-c5688848-a2b3-44fc-a108-210b63aed0f7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c5688848-a2b3-44fc-a108-210b63aed0f7"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-c5688848-a2b3-44fc-a108-210b63aed0f7"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-c5688848-a2b3-44fc-a108-210b63aed0f7"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-c5688848-a2b3-44fc-a108-210b63aed0f7"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-c5688848-a2b3-44fc-a108-210b63aed0f7"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-c5688848-a2b3-44fc-a108-210b63aed0f7"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-c5688848-a2b3-44fc-a108-210b63aed0f7"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-c5688848-a2b3-44fc-a108-210b63aed0f7"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-c5688848-a2b3-44fc-a108-210b63aed0f7"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-c5688848-a2b3-44fc-a108-210b63aed0f7"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-c5688848-a2b3-44fc-a108-210b63aed0f7"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-c5688848-a2b3-44fc-a108-210b63aed0f7"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-c5688848-a2b3-44fc-a108-210b63aed0f7"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-c5688848-a2b3-44fc-a108-210b63aed0f7"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-c5688848-a2b3-44fc-a108-210b63aed0f7"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-c5688848-a2b3-44fc-a108-210b63aed0f7"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-c5688848-a2b3-44fc-a108-210b63aed0f7"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-c5688848-a2b3-44fc-a108-210b63aed0f7"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-c5688848-a2b3-44fc-a108-210b63aed0f7"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-c5688848-a2b3-44fc-a108-210b63aed0f7"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-c5688848-a2b3-44fc-a108-210b63aed0f7"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-c5688848-a2b3-44fc-a108-210b63aed0f7"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-c5688848-a2b3-44fc-a108-210b63aed0f7"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-c5688848-a2b3-44fc-a108-210b63aed0f7"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-c5688848-a2b3-44fc-a108-210b63aed0f7"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-c5688848-a2b3-44fc-a108-210b63aed0f7"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-c5688848-a2b3-44fc-a108-210b63aed0f7"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-c5688848-a2b3-44fc-a108-210b63aed0f7"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-c5688848-a2b3-44fc-a108-210b63aed0f7"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-c5688848-a2b3-44fc-a108-210b63aed0f7"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-c5688848-a2b3-44fc-a108-210b63aed0f7"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-c5688848-a2b3-44fc-a108-210b63aed0f7"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-c5688848-a2b3-44fc-a108-210b63aed0f7"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-c5688848-a2b3-44fc-a108-210b63aed0f7"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-c5688848-a2b3-44fc-a108-210b63aed0f7"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-c5688848-a2b3-44fc-a108-210b63aed0f7"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-74ab83b6-622e-4da8-8e36-fa9ac7960ec6 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
min-height: 100px;
}








#s-74ab83b6-622e-4da8-8e36-fa9ac7960ec6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-74ab83b6-622e-4da8-8e36-fa9ac7960ec6.shg-box.shg-c {
  justify-content: center;
}

#s-f7b98b00-6f8c-4b9b-82e1-1bf864d6c982 {
  text-align: center;
}

#s-f7b98b00-6f8c-4b9b-82e1-1bf864d6c982 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  500 ;
  font-family: Exo 2;
  font-style:   ;
  font-size: 26px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-bf4030b8-0470-4319-a5ba-39d5acc57618 {
  min-height: 100px;
}








#s-bf4030b8-0470-4319-a5ba-39d5acc57618 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bf4030b8-0470-4319-a5ba-39d5acc57618.shg-box.shg-c {
  justify-content: center;
}

.shg-btn.shg-cse, .shg-btn.shg-cse:hover, .shg-btn.shg-cse:focus {
  color: #FFF;
}

.shg-btn {
  cursor: pointer;
  box-sizing: border-box;
}

.shg-btn.shg-btn-stretch {
  display: block;
}

.shg-btn:not(.shg-btn-stretch) {
  display: inline-block;
}

.shg-btn-wrapper.shg-align-left {
  text-align: left;
}

.shg-btn-wrapper.shg-align-center {
  text-align: center;
}

.shg-btn-wrapper.shg-align-right {
  text-align: right;
}

#s-402ffc62-bffd-4a96-b0ae-d77b7143698a {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 25px;
background-color: rgba(236, 232, 26, 1);
text-align: center;
text-decoration: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-402ffc62-bffd-4a96-b0ae-d77b7143698a:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-402ffc62-bffd-4a96-b0ae-d77b7143698a:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-402ffc62-bffd-4a96-b0ae-d77b7143698a-btn-wrapper {
    text-align: center;
  }


#s-402ffc62-bffd-4a96-b0ae-d77b7143698a.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}

#s-7b09a466-c8ad-4903-b445-5689137aa0d9 {
  min-height: 50px;
}








#s-7b09a466-c8ad-4903-b445-5689137aa0d9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7b09a466-c8ad-4903-b445-5689137aa0d9.shg-box.shg-c {
  justify-content: center;
}

#s-810b3601-3b0f-457a-aa94-b08f19fe01b6 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-810b3601-3b0f-457a-aa94-b08f19fe01b6 {
  display: none;
}
#s-810b3601-3b0f-457a-aa94-b08f19fe01b6, #wrap-s-810b3601-3b0f-457a-aa94-b08f19fe01b6 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-810b3601-3b0f-457a-aa94-b08f19fe01b6 {
  display: none;
}
#s-810b3601-3b0f-457a-aa94-b08f19fe01b6, #wrap-s-810b3601-3b0f-457a-aa94-b08f19fe01b6 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-810b3601-3b0f-457a-aa94-b08f19fe01b6 {
  display: none;
}
#s-810b3601-3b0f-457a-aa94-b08f19fe01b6, #wrap-s-810b3601-3b0f-457a-aa94-b08f19fe01b6 { display:none !important; }}







#s-810b3601-3b0f-457a-aa94-b08f19fe01b6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-810b3601-3b0f-457a-aa94-b08f19fe01b6.shg-box.shg-c {
  justify-content: center;
}

#s-d8328ffd-776f-4f4b-8d0f-e64351ee1a3e {
  min-height: 300px;
background-attachment: scroll;
}
@media (min-width: 1200px){#s-d8328ffd-776f-4f4b-8d0f-e64351ee1a3e {
  background-attachment: fixed;
}
}@media (max-width: 767px){#s-d8328ffd-776f-4f4b-8d0f-e64351ee1a3e {
  background-attachment: fixed;
}
}







#s-d8328ffd-776f-4f4b-8d0f-e64351ee1a3e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d8328ffd-776f-4f4b-8d0f-e64351ee1a3e.shg-box.shg-c {
  justify-content: center;
}
@media (max-width: 767px){






#s-d8328ffd-776f-4f4b-8d0f-e64351ee1a3e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d8328ffd-776f-4f4b-8d0f-e64351ee1a3e.shg-box.shg-c {
  justify-content: flex-start;
}
}
#s-5dba6402-2aa6-4998-9f61-2444b98e9b61 {
  border-style: solid;
padding-top: 40px;
padding-left: 30px;
padding-bottom: 40px;
padding-right: 30px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
min-height: 300px;
background-color: rgba(255, 255, 255, 1);
background-attachment: scroll;
}
@media (max-width: 767px){#s-5dba6402-2aa6-4998-9f61-2444b98e9b61 {
  padding-left: 10px;
padding-right: 10px;
background-attachment: scroll;
opacity: 1;
}
}







#s-5dba6402-2aa6-4998-9f61-2444b98e9b61 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5dba6402-2aa6-4998-9f61-2444b98e9b61.shg-box.shg-c {
  justify-content: center;
}
@media (max-width: 767px){






#s-5dba6402-2aa6-4998-9f61-2444b98e9b61 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5dba6402-2aa6-4998-9f61-2444b98e9b61.shg-box.shg-c {
  justify-content: flex-start;
}
}
#s-263a22be-a413-4fcd-b1b4-05bb279472f0 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-263a22be-a413-4fcd-b1b4-05bb279472f0 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: Exo 2;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-efdace40-2905-42aa-b8ab-da8fd7f0a48c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-efdace40-2905-42aa-b8ab-da8fd7f0a48c .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: Exo 2;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-59eb2549-cfe9-4ddf-858c-ad741eea7883 {
  min-height: 50px;
}
@media (max-width: 767px){#s-59eb2549-cfe9-4ddf-858c-ad741eea7883 {
  display: none;
}
#s-59eb2549-cfe9-4ddf-858c-ad741eea7883, #wrap-s-59eb2549-cfe9-4ddf-858c-ad741eea7883 { display:none !important; }}







#s-59eb2549-cfe9-4ddf-858c-ad741eea7883 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-59eb2549-cfe9-4ddf-858c-ad741eea7883.shg-box.shg-c {
  justify-content: center;
}

#s-c26bbf00-9d1a-4632-81b3-279e698d64bb {
  background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
min-height: 600px;
background-position: center center;
}
@media (max-width: 767px){#s-c26bbf00-9d1a-4632-81b3-279e698d64bb {
  min-height: 500px;
}
}







#s-c26bbf00-9d1a-4632-81b3-279e698d64bb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c26bbf00-9d1a-4632-81b3-279e698d64bb.shg-box.shg-c {
  justify-content: center;
}
@media (max-width: 767px){






#s-c26bbf00-9d1a-4632-81b3-279e698d64bb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c26bbf00-9d1a-4632-81b3-279e698d64bb.shg-box.shg-c {
  justify-content: flex-start;
}
}
#s-57f12967-73ef-48ae-970a-783faecca9db {
  margin-top: 0px;
margin-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-57f12967-73ef-48ae-970a-783faecca9db"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-57f12967-73ef-48ae-970a-783faecca9db"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-57f12967-73ef-48ae-970a-783faecca9db"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-57f12967-73ef-48ae-970a-783faecca9db"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-57f12967-73ef-48ae-970a-783faecca9db"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-57f12967-73ef-48ae-970a-783faecca9db"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-57f12967-73ef-48ae-970a-783faecca9db"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-57f12967-73ef-48ae-970a-783faecca9db"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-57f12967-73ef-48ae-970a-783faecca9db"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-57f12967-73ef-48ae-970a-783faecca9db"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-57f12967-73ef-48ae-970a-783faecca9db"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-57f12967-73ef-48ae-970a-783faecca9db"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-57f12967-73ef-48ae-970a-783faecca9db"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-57f12967-73ef-48ae-970a-783faecca9db"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-57f12967-73ef-48ae-970a-783faecca9db"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-57f12967-73ef-48ae-970a-783faecca9db"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-57f12967-73ef-48ae-970a-783faecca9db"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-57f12967-73ef-48ae-970a-783faecca9db"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-57f12967-73ef-48ae-970a-783faecca9db"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-57f12967-73ef-48ae-970a-783faecca9db"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-57f12967-73ef-48ae-970a-783faecca9db"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-57f12967-73ef-48ae-970a-783faecca9db"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-57f12967-73ef-48ae-970a-783faecca9db"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-57f12967-73ef-48ae-970a-783faecca9db"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-57f12967-73ef-48ae-970a-783faecca9db"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-57f12967-73ef-48ae-970a-783faecca9db"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-57f12967-73ef-48ae-970a-783faecca9db"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-57f12967-73ef-48ae-970a-783faecca9db"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-57f12967-73ef-48ae-970a-783faecca9db"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-57f12967-73ef-48ae-970a-783faecca9db"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-57f12967-73ef-48ae-970a-783faecca9db"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-57f12967-73ef-48ae-970a-783faecca9db"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-57f12967-73ef-48ae-970a-783faecca9db"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-57f12967-73ef-48ae-970a-783faecca9db"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-57f12967-73ef-48ae-970a-783faecca9db"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-57f12967-73ef-48ae-970a-783faecca9db"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-57f12967-73ef-48ae-970a-783faecca9db"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-5cb1e239-4725-4029-a60b-743864589e96 {
  border-style: solid;
padding-top: 30px;
padding-left: 30px;
padding-bottom: 30px;
padding-right: 30px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
min-height: 200px;
background-color: rgba(0, 0, 0, 0.85);
background-attachment: scroll;
}
@media (max-width: 767px){#s-5cb1e239-4725-4029-a60b-743864589e96 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
background-attachment: scroll;
opacity: 1;
}
}







#s-5cb1e239-4725-4029-a60b-743864589e96 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5cb1e239-4725-4029-a60b-743864589e96.shg-box.shg-c {
  justify-content: center;
}
@media (max-width: 767px){






#s-5cb1e239-4725-4029-a60b-743864589e96 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5cb1e239-4725-4029-a60b-743864589e96.shg-box.shg-c {
  justify-content: flex-start;
}
}
#s-85bb51f5-272c-4246-b747-d5bf39eab7d1 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-85bb51f5-272c-4246-b747-d5bf39eab7d1 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  500 ;
  font-family: Exo 2;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-aaf06e62-ee15-4ab9-8800-b869a4809850 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-aaf06e62-ee15-4ab9-8800-b869a4809850 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: Exo 2;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-9941ae96-8f97-4c3a-aa58-10a35ff78bc8 {
  margin-top: 0px;
margin-bottom: 0px;
min-height: 400px;
}








#s-9941ae96-8f97-4c3a-aa58-10a35ff78bc8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9941ae96-8f97-4c3a-aa58-10a35ff78bc8.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-2193bb16-5d84-4f62-81dd-e0408c6f4ed9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2193bb16-5d84-4f62-81dd-e0408c6f4ed9"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-2193bb16-5d84-4f62-81dd-e0408c6f4ed9"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-2193bb16-5d84-4f62-81dd-e0408c6f4ed9"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-2193bb16-5d84-4f62-81dd-e0408c6f4ed9"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-2193bb16-5d84-4f62-81dd-e0408c6f4ed9"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-2193bb16-5d84-4f62-81dd-e0408c6f4ed9"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-2193bb16-5d84-4f62-81dd-e0408c6f4ed9"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-2193bb16-5d84-4f62-81dd-e0408c6f4ed9"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-2193bb16-5d84-4f62-81dd-e0408c6f4ed9"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-2193bb16-5d84-4f62-81dd-e0408c6f4ed9"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-2193bb16-5d84-4f62-81dd-e0408c6f4ed9"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-2193bb16-5d84-4f62-81dd-e0408c6f4ed9"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-2193bb16-5d84-4f62-81dd-e0408c6f4ed9"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-2193bb16-5d84-4f62-81dd-e0408c6f4ed9"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-2193bb16-5d84-4f62-81dd-e0408c6f4ed9"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-2193bb16-5d84-4f62-81dd-e0408c6f4ed9"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-2193bb16-5d84-4f62-81dd-e0408c6f4ed9"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-2193bb16-5d84-4f62-81dd-e0408c6f4ed9"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-2193bb16-5d84-4f62-81dd-e0408c6f4ed9"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-2193bb16-5d84-4f62-81dd-e0408c6f4ed9"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-2193bb16-5d84-4f62-81dd-e0408c6f4ed9"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-2193bb16-5d84-4f62-81dd-e0408c6f4ed9"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-2193bb16-5d84-4f62-81dd-e0408c6f4ed9"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-2193bb16-5d84-4f62-81dd-e0408c6f4ed9"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-2193bb16-5d84-4f62-81dd-e0408c6f4ed9"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-2193bb16-5d84-4f62-81dd-e0408c6f4ed9"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-2193bb16-5d84-4f62-81dd-e0408c6f4ed9"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-2193bb16-5d84-4f62-81dd-e0408c6f4ed9"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-2193bb16-5d84-4f62-81dd-e0408c6f4ed9"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-2193bb16-5d84-4f62-81dd-e0408c6f4ed9"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-2193bb16-5d84-4f62-81dd-e0408c6f4ed9"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-2193bb16-5d84-4f62-81dd-e0408c6f4ed9"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-2193bb16-5d84-4f62-81dd-e0408c6f4ed9"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-2193bb16-5d84-4f62-81dd-e0408c6f4ed9"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-2193bb16-5d84-4f62-81dd-e0408c6f4ed9"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-2193bb16-5d84-4f62-81dd-e0408c6f4ed9"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-2193bb16-5d84-4f62-81dd-e0408c6f4ed9"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-90a31373-1321-4e98-8d80-61212217cf90 {
  padding-top: 30px;
padding-left: 30px;
padding-bottom: 30px;
padding-right: 30px;
min-height: 400px;
}








#s-90a31373-1321-4e98-8d80-61212217cf90 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-90a31373-1321-4e98-8d80-61212217cf90.shg-box.shg-c {
  justify-content: center;
}

#s-63e580e3-fe31-4aaa-92fa-c555d791d62c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-63e580e3-fe31-4aaa-92fa-c555d791d62c .shogun-heading-component h1 {
  color: #000;
  font-weight:  500 ;
  font-family: Exo 2;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-a1d7f353-2e0a-4398-8318-662a6f06477f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a1d7f353-2e0a-4398-8318-662a6f06477f .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-045781c2-666f-4237-b8a8-9ddc70256e29 {
  background-size: cover;
min-height: 300px;
background-position: center center;
background-attachment: scroll;
}
@media (min-width: 992px) and (max-width: 1199px){#s-045781c2-666f-4237-b8a8-9ddc70256e29 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-045781c2-666f-4237-b8a8-9ddc70256e29 {
  
}
}@media (max-width: 767px){#s-045781c2-666f-4237-b8a8-9ddc70256e29 {
  
}
}







#s-045781c2-666f-4237-b8a8-9ddc70256e29 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-045781c2-666f-4237-b8a8-9ddc70256e29.shg-box.shg-c {
  justify-content: center;
}

#s-5e1dd2c2-89f1-4079-a069-1b80c7341b46 {
  padding-top: 30px;
padding-bottom: 30px;
min-height: 400px;
}








#s-5e1dd2c2-89f1-4079-a069-1b80c7341b46 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5e1dd2c2-89f1-4079-a069-1b80c7341b46.shg-box.shg-c {
  justify-content: center;
}

#s-dc05e1f2-db6f-4879-9b79-ccaeb55a9fdb {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-dc05e1f2-db6f-4879-9b79-ccaeb55a9fdb .shogun-heading-component h1 {
  color: #000;
  font-weight:  500 ;
  font-family: Exo 2;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-ba81013f-8435-481c-9347-3cef432a12bb {
  margin-top: 30px;
margin-bottom: 30px;
min-height: 400px;
}








#s-ba81013f-8435-481c-9347-3cef432a12bb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ba81013f-8435-481c-9347-3cef432a12bb.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-088b8703-2daf-41b4-946e-01cdb4920cf4"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-088b8703-2daf-41b4-946e-01cdb4920cf4"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-088b8703-2daf-41b4-946e-01cdb4920cf4"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-088b8703-2daf-41b4-946e-01cdb4920cf4"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-088b8703-2daf-41b4-946e-01cdb4920cf4"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-088b8703-2daf-41b4-946e-01cdb4920cf4"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-088b8703-2daf-41b4-946e-01cdb4920cf4"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-088b8703-2daf-41b4-946e-01cdb4920cf4"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-088b8703-2daf-41b4-946e-01cdb4920cf4"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-088b8703-2daf-41b4-946e-01cdb4920cf4"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-088b8703-2daf-41b4-946e-01cdb4920cf4"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-088b8703-2daf-41b4-946e-01cdb4920cf4"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-088b8703-2daf-41b4-946e-01cdb4920cf4"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-088b8703-2daf-41b4-946e-01cdb4920cf4"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-088b8703-2daf-41b4-946e-01cdb4920cf4"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-088b8703-2daf-41b4-946e-01cdb4920cf4"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-088b8703-2daf-41b4-946e-01cdb4920cf4"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-088b8703-2daf-41b4-946e-01cdb4920cf4"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-088b8703-2daf-41b4-946e-01cdb4920cf4"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-088b8703-2daf-41b4-946e-01cdb4920cf4"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-088b8703-2daf-41b4-946e-01cdb4920cf4"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-088b8703-2daf-41b4-946e-01cdb4920cf4"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-088b8703-2daf-41b4-946e-01cdb4920cf4"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-088b8703-2daf-41b4-946e-01cdb4920cf4"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-088b8703-2daf-41b4-946e-01cdb4920cf4"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-088b8703-2daf-41b4-946e-01cdb4920cf4"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-088b8703-2daf-41b4-946e-01cdb4920cf4"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-088b8703-2daf-41b4-946e-01cdb4920cf4"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-088b8703-2daf-41b4-946e-01cdb4920cf4"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-088b8703-2daf-41b4-946e-01cdb4920cf4"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-088b8703-2daf-41b4-946e-01cdb4920cf4"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-088b8703-2daf-41b4-946e-01cdb4920cf4"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-088b8703-2daf-41b4-946e-01cdb4920cf4"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-088b8703-2daf-41b4-946e-01cdb4920cf4"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-088b8703-2daf-41b4-946e-01cdb4920cf4"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-088b8703-2daf-41b4-946e-01cdb4920cf4"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-088b8703-2daf-41b4-946e-01cdb4920cf4"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-b6c020af-dac2-478b-a535-82a1e0696023 {
  background-size: cover;
min-height: 500px;
background-position: center center;
background-attachment: scroll;
}
@media (min-width: 992px) and (max-width: 1199px){#s-b6c020af-dac2-478b-a535-82a1e0696023 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-b6c020af-dac2-478b-a535-82a1e0696023 {
  
}
}@media (max-width: 767px){#s-b6c020af-dac2-478b-a535-82a1e0696023 {
  
}
}







#s-b6c020af-dac2-478b-a535-82a1e0696023 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b6c020af-dac2-478b-a535-82a1e0696023.shg-box.shg-c {
  justify-content: center;
}

#s-e8cfd164-731c-4e1d-b3d7-c67af3bf7f1c {
  padding-top: 30px;
padding-left: 30px;
padding-bottom: 30px;
padding-right: 30px;
min-height: 0px;
}








#s-e8cfd164-731c-4e1d-b3d7-c67af3bf7f1c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e8cfd164-731c-4e1d-b3d7-c67af3bf7f1c.shg-box.shg-c {
  justify-content: center;
}

#s-384c11bf-78d6-46af-aa3d-839e19597258 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-384c11bf-78d6-46af-aa3d-839e19597258 .shogun-heading-component h1 {
  color: #000;
  font-weight:  500 ;
  font-family: Exo 2;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-fb57b01d-30ea-4325-8841-0463ef433734 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-fb57b01d-30ea-4325-8841-0463ef433734 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



@media (max-width: 767px){#s-bf3626bb-2044-4d77-8a24-a6bc3f70f523 {
  display: none;
}
#s-bf3626bb-2044-4d77-8a24-a6bc3f70f523, #wrap-s-bf3626bb-2044-4d77-8a24-a6bc3f70f523 { display:none !important; }}
@media (min-width: 0px) {
[id="s-bf3626bb-2044-4d77-8a24-a6bc3f70f523"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-bf3626bb-2044-4d77-8a24-a6bc3f70f523"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-bf3626bb-2044-4d77-8a24-a6bc3f70f523"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-bf3626bb-2044-4d77-8a24-a6bc3f70f523"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-bf3626bb-2044-4d77-8a24-a6bc3f70f523"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-bf3626bb-2044-4d77-8a24-a6bc3f70f523"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-bf3626bb-2044-4d77-8a24-a6bc3f70f523"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-bf3626bb-2044-4d77-8a24-a6bc3f70f523"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-bf3626bb-2044-4d77-8a24-a6bc3f70f523"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-bf3626bb-2044-4d77-8a24-a6bc3f70f523"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-bf3626bb-2044-4d77-8a24-a6bc3f70f523"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-bf3626bb-2044-4d77-8a24-a6bc3f70f523"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-bf3626bb-2044-4d77-8a24-a6bc3f70f523"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-bf3626bb-2044-4d77-8a24-a6bc3f70f523"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-bf3626bb-2044-4d77-8a24-a6bc3f70f523"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-bf3626bb-2044-4d77-8a24-a6bc3f70f523"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-bf3626bb-2044-4d77-8a24-a6bc3f70f523"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-bf3626bb-2044-4d77-8a24-a6bc3f70f523"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-bf3626bb-2044-4d77-8a24-a6bc3f70f523"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-bf3626bb-2044-4d77-8a24-a6bc3f70f523"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-bf3626bb-2044-4d77-8a24-a6bc3f70f523"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-bf3626bb-2044-4d77-8a24-a6bc3f70f523"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-bf3626bb-2044-4d77-8a24-a6bc3f70f523"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-bf3626bb-2044-4d77-8a24-a6bc3f70f523"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-bf3626bb-2044-4d77-8a24-a6bc3f70f523"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-bf3626bb-2044-4d77-8a24-a6bc3f70f523"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-bf3626bb-2044-4d77-8a24-a6bc3f70f523"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-bf3626bb-2044-4d77-8a24-a6bc3f70f523"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-bf3626bb-2044-4d77-8a24-a6bc3f70f523"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-bf3626bb-2044-4d77-8a24-a6bc3f70f523"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-bf3626bb-2044-4d77-8a24-a6bc3f70f523"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-bf3626bb-2044-4d77-8a24-a6bc3f70f523"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-bf3626bb-2044-4d77-8a24-a6bc3f70f523"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-bf3626bb-2044-4d77-8a24-a6bc3f70f523"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-bf3626bb-2044-4d77-8a24-a6bc3f70f523"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-bf3626bb-2044-4d77-8a24-a6bc3f70f523"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-bf3626bb-2044-4d77-8a24-a6bc3f70f523"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-bf3626bb-2044-4d77-8a24-a6bc3f70f523"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-bf3626bb-2044-4d77-8a24-a6bc3f70f523"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-bf3626bb-2044-4d77-8a24-a6bc3f70f523"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-bf3626bb-2044-4d77-8a24-a6bc3f70f523"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-bf3626bb-2044-4d77-8a24-a6bc3f70f523"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-bf3626bb-2044-4d77-8a24-a6bc3f70f523"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-bf3626bb-2044-4d77-8a24-a6bc3f70f523"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-bf3626bb-2044-4d77-8a24-a6bc3f70f523"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-bf3626bb-2044-4d77-8a24-a6bc3f70f523"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-bf3626bb-2044-4d77-8a24-a6bc3f70f523"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-bf3626bb-2044-4d77-8a24-a6bc3f70f523"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 0px) {
[id="s-89b7b33a-5849-4d7d-8703-3caf44524751"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-89b7b33a-5849-4d7d-8703-3caf44524751"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-89b7b33a-5849-4d7d-8703-3caf44524751"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-89b7b33a-5849-4d7d-8703-3caf44524751"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-89b7b33a-5849-4d7d-8703-3caf44524751"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-89b7b33a-5849-4d7d-8703-3caf44524751"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-89b7b33a-5849-4d7d-8703-3caf44524751"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-89b7b33a-5849-4d7d-8703-3caf44524751"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-89b7b33a-5849-4d7d-8703-3caf44524751"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-89b7b33a-5849-4d7d-8703-3caf44524751"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-89b7b33a-5849-4d7d-8703-3caf44524751"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-89b7b33a-5849-4d7d-8703-3caf44524751"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-89b7b33a-5849-4d7d-8703-3caf44524751"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-89b7b33a-5849-4d7d-8703-3caf44524751"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-89b7b33a-5849-4d7d-8703-3caf44524751"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-89b7b33a-5849-4d7d-8703-3caf44524751"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-89b7b33a-5849-4d7d-8703-3caf44524751"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-89b7b33a-5849-4d7d-8703-3caf44524751"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-89b7b33a-5849-4d7d-8703-3caf44524751"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-89b7b33a-5849-4d7d-8703-3caf44524751"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-89b7b33a-5849-4d7d-8703-3caf44524751"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-89b7b33a-5849-4d7d-8703-3caf44524751"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-89b7b33a-5849-4d7d-8703-3caf44524751"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-89b7b33a-5849-4d7d-8703-3caf44524751"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-89b7b33a-5849-4d7d-8703-3caf44524751"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-89b7b33a-5849-4d7d-8703-3caf44524751"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-89b7b33a-5849-4d7d-8703-3caf44524751"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-89b7b33a-5849-4d7d-8703-3caf44524751"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-89b7b33a-5849-4d7d-8703-3caf44524751"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-89b7b33a-5849-4d7d-8703-3caf44524751"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-89b7b33a-5849-4d7d-8703-3caf44524751"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-89b7b33a-5849-4d7d-8703-3caf44524751"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-89b7b33a-5849-4d7d-8703-3caf44524751"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-89b7b33a-5849-4d7d-8703-3caf44524751"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-89b7b33a-5849-4d7d-8703-3caf44524751"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-89b7b33a-5849-4d7d-8703-3caf44524751"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-89b7b33a-5849-4d7d-8703-3caf44524751"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-9ea47318-f8cd-4dc5-b918-162b68f98abe {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9ea47318-f8cd-4dc5-b918-162b68f98abe .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  font-family: Exo 2;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-9ba5df9f-234a-4ab8-8fe7-07fcc716a750 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9ba5df9f-234a-4ab8-8fe7-07fcc716a750 .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  font-family: Exo 2;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-4ac0bdc3-0090-4f3b-87c7-6e6c5a3a5c3d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4ac0bdc3-0090-4f3b-87c7-6e6c5a3a5c3d .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  font-family: Exo 2;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-80db6fed-7d3a-4274-b183-cc091a002c4d {
  min-height: 50px;
}








#s-80db6fed-7d3a-4274-b183-cc091a002c4d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-80db6fed-7d3a-4274-b183-cc091a002c4d.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-28653d2b-ce1a-4a04-ab50-69b5fe3da407 {
  text-align: center;
}




  #s-28653d2b-ce1a-4a04-ab50-69b5fe3da407 img.shogun-image {
    
    width: px;
  }


#s-28653d2b-ce1a-4a04-ab50-69b5fe3da407 .shogun-image-content {
  
    align-items: center;
  
}

#s-daad870c-d3d8-4394-b412-28f3a59e0b96 {
  min-height: 50px;
}








#s-daad870c-d3d8-4394-b412-28f3a59e0b96 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-daad870c-d3d8-4394-b412-28f3a59e0b96.shg-box.shg-c {
  justify-content: center;
}

#s-b0a49bd3-ceb6-4f04-849a-19a93277d2be {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-b0a49bd3-ceb6-4f04-849a-19a93277d2be {
  display: none;
}
#s-b0a49bd3-ceb6-4f04-849a-19a93277d2be, #wrap-s-b0a49bd3-ceb6-4f04-849a-19a93277d2be { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b0a49bd3-ceb6-4f04-849a-19a93277d2be {
  display: none;
}
#s-b0a49bd3-ceb6-4f04-849a-19a93277d2be, #wrap-s-b0a49bd3-ceb6-4f04-849a-19a93277d2be { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-b0a49bd3-ceb6-4f04-849a-19a93277d2be {
  display: none;
}
#s-b0a49bd3-ceb6-4f04-849a-19a93277d2be, #wrap-s-b0a49bd3-ceb6-4f04-849a-19a93277d2be { display:none !important; }}
#s-b0a49bd3-ceb6-4f04-849a-19a93277d2be .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-51024b13-30b2-4b37-b8a0-934c33035ca5 {
  margin-top: 30px;
margin-bottom: 30px;
min-height: 500px;
background-color: rgba(245, 245, 245, 1);
}








#s-51024b13-30b2-4b37-b8a0-934c33035ca5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-51024b13-30b2-4b37-b8a0-934c33035ca5.shg-box.shg-c {
  justify-content: center;
}

#s-f0e0880a-2d98-4b07-a6cd-c33e79dbd78d {
  min-height: 400px;
}

@media (min-width: 0px) {
[id="s-f0e0880a-2d98-4b07-a6cd-c33e79dbd78d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f0e0880a-2d98-4b07-a6cd-c33e79dbd78d"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-f0e0880a-2d98-4b07-a6cd-c33e79dbd78d"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-f0e0880a-2d98-4b07-a6cd-c33e79dbd78d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-f0e0880a-2d98-4b07-a6cd-c33e79dbd78d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-f0e0880a-2d98-4b07-a6cd-c33e79dbd78d"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-f0e0880a-2d98-4b07-a6cd-c33e79dbd78d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-f0e0880a-2d98-4b07-a6cd-c33e79dbd78d"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-f0e0880a-2d98-4b07-a6cd-c33e79dbd78d"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-f0e0880a-2d98-4b07-a6cd-c33e79dbd78d"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-f0e0880a-2d98-4b07-a6cd-c33e79dbd78d"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-f0e0880a-2d98-4b07-a6cd-c33e79dbd78d"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-f0e0880a-2d98-4b07-a6cd-c33e79dbd78d"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-f0e0880a-2d98-4b07-a6cd-c33e79dbd78d"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-f0e0880a-2d98-4b07-a6cd-c33e79dbd78d"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-f0e0880a-2d98-4b07-a6cd-c33e79dbd78d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-f0e0880a-2d98-4b07-a6cd-c33e79dbd78d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-f0e0880a-2d98-4b07-a6cd-c33e79dbd78d"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-f0e0880a-2d98-4b07-a6cd-c33e79dbd78d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-f0e0880a-2d98-4b07-a6cd-c33e79dbd78d"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-f0e0880a-2d98-4b07-a6cd-c33e79dbd78d"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-f0e0880a-2d98-4b07-a6cd-c33e79dbd78d"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-f0e0880a-2d98-4b07-a6cd-c33e79dbd78d"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-f0e0880a-2d98-4b07-a6cd-c33e79dbd78d"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-f0e0880a-2d98-4b07-a6cd-c33e79dbd78d"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-f0e0880a-2d98-4b07-a6cd-c33e79dbd78d"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-f0e0880a-2d98-4b07-a6cd-c33e79dbd78d"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-f0e0880a-2d98-4b07-a6cd-c33e79dbd78d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-f0e0880a-2d98-4b07-a6cd-c33e79dbd78d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-f0e0880a-2d98-4b07-a6cd-c33e79dbd78d"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-f0e0880a-2d98-4b07-a6cd-c33e79dbd78d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-f0e0880a-2d98-4b07-a6cd-c33e79dbd78d"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-f0e0880a-2d98-4b07-a6cd-c33e79dbd78d"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-f0e0880a-2d98-4b07-a6cd-c33e79dbd78d"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-f0e0880a-2d98-4b07-a6cd-c33e79dbd78d"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-f0e0880a-2d98-4b07-a6cd-c33e79dbd78d"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-f0e0880a-2d98-4b07-a6cd-c33e79dbd78d"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-593b7789-2340-461a-b0f3-30024ca43ebf {
  min-height: 400px;
}








#s-593b7789-2340-461a-b0f3-30024ca43ebf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-593b7789-2340-461a-b0f3-30024ca43ebf.shg-box.shg-c {
  justify-content: center;
}

#s-95f2c1e4-d5e0-4f73-aa07-19c5d8d3ebc9 {
  text-align: center;
}




  #s-95f2c1e4-d5e0-4f73-aa07-19c5d8d3ebc9 img.shogun-image {
    
    width: px;
  }


#s-95f2c1e4-d5e0-4f73-aa07-19c5d8d3ebc9 .shogun-image-content {
  
    align-items: center;
  
}

#s-cef99f3d-803f-4df3-964a-78f0ef9c2b65 {
  padding-top: 30px;
padding-left: 30px;
padding-bottom: 30px;
padding-right: 30px;
min-height: 550px;
}








#s-cef99f3d-803f-4df3-964a-78f0ef9c2b65 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cef99f3d-803f-4df3-964a-78f0ef9c2b65.shg-box.shg-c {
  justify-content: center;
}

#s-f9cc9c60-3357-46a1-b8a4-6af550863a8e {
  padding-top: 20px;
padding-bottom: 20px;
text-align: center;
}

#s-f9cc9c60-3357-46a1-b8a4-6af550863a8e .shogun-heading-component h1 {
  color: #000;
  font-weight:  500 ;
  font-family: Exo 2;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-d28f8a97-c1a6-4d15-8c47-b356fb9842b2 {
  padding-top: 20px;
padding-bottom: 30px;
}

@media (min-width: 0px) {
[id="s-57e15b02-913f-4798-b437-4355b6cb9d5d"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-57e15b02-913f-4798-b437-4355b6cb9d5d"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-57e15b02-913f-4798-b437-4355b6cb9d5d"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-57e15b02-913f-4798-b437-4355b6cb9d5d"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-57e15b02-913f-4798-b437-4355b6cb9d5d"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-57e15b02-913f-4798-b437-4355b6cb9d5d"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-57e15b02-913f-4798-b437-4355b6cb9d5d"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-57e15b02-913f-4798-b437-4355b6cb9d5d"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-57e15b02-913f-4798-b437-4355b6cb9d5d"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-57e15b02-913f-4798-b437-4355b6cb9d5d"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-57e15b02-913f-4798-b437-4355b6cb9d5d"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-57e15b02-913f-4798-b437-4355b6cb9d5d"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-57e15b02-913f-4798-b437-4355b6cb9d5d"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-57e15b02-913f-4798-b437-4355b6cb9d5d"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-57e15b02-913f-4798-b437-4355b6cb9d5d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-57e15b02-913f-4798-b437-4355b6cb9d5d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-57e15b02-913f-4798-b437-4355b6cb9d5d"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-57e15b02-913f-4798-b437-4355b6cb9d5d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-57e15b02-913f-4798-b437-4355b6cb9d5d"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-57e15b02-913f-4798-b437-4355b6cb9d5d"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-57e15b02-913f-4798-b437-4355b6cb9d5d"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-57e15b02-913f-4798-b437-4355b6cb9d5d"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-57e15b02-913f-4798-b437-4355b6cb9d5d"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-57e15b02-913f-4798-b437-4355b6cb9d5d"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-57e15b02-913f-4798-b437-4355b6cb9d5d"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-57e15b02-913f-4798-b437-4355b6cb9d5d"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-57e15b02-913f-4798-b437-4355b6cb9d5d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-57e15b02-913f-4798-b437-4355b6cb9d5d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-57e15b02-913f-4798-b437-4355b6cb9d5d"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-57e15b02-913f-4798-b437-4355b6cb9d5d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-57e15b02-913f-4798-b437-4355b6cb9d5d"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-57e15b02-913f-4798-b437-4355b6cb9d5d"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-57e15b02-913f-4798-b437-4355b6cb9d5d"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-57e15b02-913f-4798-b437-4355b6cb9d5d"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-57e15b02-913f-4798-b437-4355b6cb9d5d"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-57e15b02-913f-4798-b437-4355b6cb9d5d"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-57e15b02-913f-4798-b437-4355b6cb9d5d"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-57e15b02-913f-4798-b437-4355b6cb9d5d"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-57e15b02-913f-4798-b437-4355b6cb9d5d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-57e15b02-913f-4798-b437-4355b6cb9d5d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-57e15b02-913f-4798-b437-4355b6cb9d5d"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-57e15b02-913f-4798-b437-4355b6cb9d5d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-57e15b02-913f-4798-b437-4355b6cb9d5d"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-57e15b02-913f-4798-b437-4355b6cb9d5d"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-57e15b02-913f-4798-b437-4355b6cb9d5d"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-57e15b02-913f-4798-b437-4355b6cb9d5d"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-57e15b02-913f-4798-b437-4355b6cb9d5d"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-57e15b02-913f-4798-b437-4355b6cb9d5d"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-bbe18f8b-2207-406f-94bc-7c9a83206a0f {
  margin-top: 30px;
margin-bottom: 30px;
min-height: 600px;
}
@media (max-width: 767px){#s-bbe18f8b-2207-406f-94bc-7c9a83206a0f {
  display: none;
}
#s-bbe18f8b-2207-406f-94bc-7c9a83206a0f, #wrap-s-bbe18f8b-2207-406f-94bc-7c9a83206a0f { display:none !important; }}







#s-bbe18f8b-2207-406f-94bc-7c9a83206a0f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bbe18f8b-2207-406f-94bc-7c9a83206a0f.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-831e14e5-626c-4aa8-a2d0-c34d207054f5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-831e14e5-626c-4aa8-a2d0-c34d207054f5"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-831e14e5-626c-4aa8-a2d0-c34d207054f5"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-831e14e5-626c-4aa8-a2d0-c34d207054f5"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-831e14e5-626c-4aa8-a2d0-c34d207054f5"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-831e14e5-626c-4aa8-a2d0-c34d207054f5"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-831e14e5-626c-4aa8-a2d0-c34d207054f5"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-831e14e5-626c-4aa8-a2d0-c34d207054f5"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-831e14e5-626c-4aa8-a2d0-c34d207054f5"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-831e14e5-626c-4aa8-a2d0-c34d207054f5"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-831e14e5-626c-4aa8-a2d0-c34d207054f5"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-831e14e5-626c-4aa8-a2d0-c34d207054f5"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-831e14e5-626c-4aa8-a2d0-c34d207054f5"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-831e14e5-626c-4aa8-a2d0-c34d207054f5"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-831e14e5-626c-4aa8-a2d0-c34d207054f5"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-831e14e5-626c-4aa8-a2d0-c34d207054f5"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-831e14e5-626c-4aa8-a2d0-c34d207054f5"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-831e14e5-626c-4aa8-a2d0-c34d207054f5"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-831e14e5-626c-4aa8-a2d0-c34d207054f5"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-831e14e5-626c-4aa8-a2d0-c34d207054f5"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-831e14e5-626c-4aa8-a2d0-c34d207054f5"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-831e14e5-626c-4aa8-a2d0-c34d207054f5"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-831e14e5-626c-4aa8-a2d0-c34d207054f5"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-831e14e5-626c-4aa8-a2d0-c34d207054f5"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-831e14e5-626c-4aa8-a2d0-c34d207054f5"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-831e14e5-626c-4aa8-a2d0-c34d207054f5"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-831e14e5-626c-4aa8-a2d0-c34d207054f5"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-831e14e5-626c-4aa8-a2d0-c34d207054f5"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-831e14e5-626c-4aa8-a2d0-c34d207054f5"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-831e14e5-626c-4aa8-a2d0-c34d207054f5"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-831e14e5-626c-4aa8-a2d0-c34d207054f5"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-831e14e5-626c-4aa8-a2d0-c34d207054f5"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-831e14e5-626c-4aa8-a2d0-c34d207054f5"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-831e14e5-626c-4aa8-a2d0-c34d207054f5"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-831e14e5-626c-4aa8-a2d0-c34d207054f5"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-831e14e5-626c-4aa8-a2d0-c34d207054f5"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-831e14e5-626c-4aa8-a2d0-c34d207054f5"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-d0c69e2d-f9f3-46e7-8a5d-1abe41047867 {
  padding-top: 30px;
padding-left: 30px;
padding-bottom: 30px;
padding-right: 30px;
min-height: 600px;
}








#s-d0c69e2d-f9f3-46e7-8a5d-1abe41047867 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d0c69e2d-f9f3-46e7-8a5d-1abe41047867.shg-box.shg-c {
  justify-content: center;
}

#s-8bdadad2-a60a-43fe-a8ba-94840888af6f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8bdadad2-a60a-43fe-a8ba-94840888af6f .shogun-heading-component h1 {
  color: #000;
  font-weight:  500 ;
  font-family: Exo 2;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-39f38571-1e5e-4ea3-922e-af5b23a21eff {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-39f38571-1e5e-4ea3-922e-af5b23a21eff .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-bdb3eb62-e5c2-4bd4-83cb-193b4b0e0546 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 600px;
background-position: center center;
}
@media (min-width: 992px) and (max-width: 1199px){#s-bdb3eb62-e5c2-4bd4-83cb-193b4b0e0546 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-bdb3eb62-e5c2-4bd4-83cb-193b4b0e0546 {
  
}
}@media (max-width: 767px){#s-bdb3eb62-e5c2-4bd4-83cb-193b4b0e0546 {
  
}
}







#s-bdb3eb62-e5c2-4bd4-83cb-193b4b0e0546 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bdb3eb62-e5c2-4bd4-83cb-193b4b0e0546.shg-box.shg-c {
  justify-content: center;
}

#s-8232f459-bae5-45be-98e1-e313ec81ae2e {
  margin-top: 30px;
margin-bottom: 30px;
min-height: 600px;
}
@media (min-width: 1200px){#s-8232f459-bae5-45be-98e1-e313ec81ae2e {
  display: none;
}
#s-8232f459-bae5-45be-98e1-e313ec81ae2e, #wrap-s-8232f459-bae5-45be-98e1-e313ec81ae2e { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8232f459-bae5-45be-98e1-e313ec81ae2e {
  display: none;
}
#s-8232f459-bae5-45be-98e1-e313ec81ae2e, #wrap-s-8232f459-bae5-45be-98e1-e313ec81ae2e { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-8232f459-bae5-45be-98e1-e313ec81ae2e {
  display: none;
}
#s-8232f459-bae5-45be-98e1-e313ec81ae2e, #wrap-s-8232f459-bae5-45be-98e1-e313ec81ae2e { display:none !important; }}







#s-8232f459-bae5-45be-98e1-e313ec81ae2e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8232f459-bae5-45be-98e1-e313ec81ae2e.shg-box.shg-c {
  justify-content: center;
}

#s-451ca31c-8dcc-45cf-a115-1f3bbf59f830 {
  padding-top: 30px;
padding-bottom: 30px;
text-align: center;
}

#s-451ca31c-8dcc-45cf-a115-1f3bbf59f830 .shogun-heading-component h1 {
  color: #000;
  font-weight:  500 ;
  font-family: Exo 2;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-179229d9-e90f-49dc-bee7-3b931252ba47 {
  padding-top: 30px;
padding-bottom: 30px;
text-align: center;
}




  #s-179229d9-e90f-49dc-bee7-3b931252ba47 img.shogun-image {
    
    width: px;
  }


#s-179229d9-e90f-49dc-bee7-3b931252ba47 .shogun-image-content {
  
    align-items: center;
  
}

#s-79104262-6d1a-4513-baa2-440d333c0e72 {
  padding-top: 0px;
padding-left: 10px;
padding-bottom: 30px;
padding-right: 10px;
text-align: center;
}

#s-79104262-6d1a-4513-baa2-440d333c0e72 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-dbc580c8-97c0-4011-b763-80ed6265d6f2 {
  margin-top: 30px;
margin-bottom: 30px;
min-height: 400px;
background-color: rgba(245, 245, 245, 1);
}
@media (max-width: 767px){#s-dbc580c8-97c0-4011-b763-80ed6265d6f2 {
  display: none;
}
#s-dbc580c8-97c0-4011-b763-80ed6265d6f2, #wrap-s-dbc580c8-97c0-4011-b763-80ed6265d6f2 { display:none !important; }}







#s-dbc580c8-97c0-4011-b763-80ed6265d6f2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-dbc580c8-97c0-4011-b763-80ed6265d6f2.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-dc74b277-f8e7-4045-bdae-1be2bee7ecdf"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-dc74b277-f8e7-4045-bdae-1be2bee7ecdf"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-dc74b277-f8e7-4045-bdae-1be2bee7ecdf"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-dc74b277-f8e7-4045-bdae-1be2bee7ecdf"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-dc74b277-f8e7-4045-bdae-1be2bee7ecdf"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-dc74b277-f8e7-4045-bdae-1be2bee7ecdf"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-dc74b277-f8e7-4045-bdae-1be2bee7ecdf"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-dc74b277-f8e7-4045-bdae-1be2bee7ecdf"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-dc74b277-f8e7-4045-bdae-1be2bee7ecdf"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-dc74b277-f8e7-4045-bdae-1be2bee7ecdf"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-dc74b277-f8e7-4045-bdae-1be2bee7ecdf"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-dc74b277-f8e7-4045-bdae-1be2bee7ecdf"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-dc74b277-f8e7-4045-bdae-1be2bee7ecdf"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-dc74b277-f8e7-4045-bdae-1be2bee7ecdf"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-dc74b277-f8e7-4045-bdae-1be2bee7ecdf"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-dc74b277-f8e7-4045-bdae-1be2bee7ecdf"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-dc74b277-f8e7-4045-bdae-1be2bee7ecdf"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-dc74b277-f8e7-4045-bdae-1be2bee7ecdf"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-dc74b277-f8e7-4045-bdae-1be2bee7ecdf"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-dc74b277-f8e7-4045-bdae-1be2bee7ecdf"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-dc74b277-f8e7-4045-bdae-1be2bee7ecdf"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-dc74b277-f8e7-4045-bdae-1be2bee7ecdf"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-dc74b277-f8e7-4045-bdae-1be2bee7ecdf"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-dc74b277-f8e7-4045-bdae-1be2bee7ecdf"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-dc74b277-f8e7-4045-bdae-1be2bee7ecdf"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-dc74b277-f8e7-4045-bdae-1be2bee7ecdf"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-dc74b277-f8e7-4045-bdae-1be2bee7ecdf"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-dc74b277-f8e7-4045-bdae-1be2bee7ecdf"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-dc74b277-f8e7-4045-bdae-1be2bee7ecdf"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-dc74b277-f8e7-4045-bdae-1be2bee7ecdf"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-dc74b277-f8e7-4045-bdae-1be2bee7ecdf"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-dc74b277-f8e7-4045-bdae-1be2bee7ecdf"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-dc74b277-f8e7-4045-bdae-1be2bee7ecdf"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-dc74b277-f8e7-4045-bdae-1be2bee7ecdf"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-dc74b277-f8e7-4045-bdae-1be2bee7ecdf"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-dc74b277-f8e7-4045-bdae-1be2bee7ecdf"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-dc74b277-f8e7-4045-bdae-1be2bee7ecdf"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-f804988f-3139-4f2c-aa79-581d5709b28f {
  background-repeat: no-repeat;
background-size: cover;
min-height: 400px;
background-position: center center;
}
@media (min-width: 992px) and (max-width: 1199px){#s-f804988f-3139-4f2c-aa79-581d5709b28f {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-f804988f-3139-4f2c-aa79-581d5709b28f {
  
}
}@media (max-width: 767px){#s-f804988f-3139-4f2c-aa79-581d5709b28f {
  
}
}







#s-f804988f-3139-4f2c-aa79-581d5709b28f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f804988f-3139-4f2c-aa79-581d5709b28f.shg-box.shg-c {
  justify-content: center;
}

#s-df475d59-a2f8-4e91-ac35-bbce1c7a7145 {
  padding-top: 30px;
padding-left: 30px;
padding-bottom: 30px;
padding-right: 30px;
min-height: 400px;
}








#s-df475d59-a2f8-4e91-ac35-bbce1c7a7145 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-df475d59-a2f8-4e91-ac35-bbce1c7a7145.shg-box.shg-c {
  justify-content: center;
}

#s-966f3f47-2b87-4717-b00b-01d249878456 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-966f3f47-2b87-4717-b00b-01d249878456 .shogun-heading-component h1 {
  color: #000;
  font-weight:  500 ;
  font-family: Exo 2;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-4788c65d-9458-4e38-8778-5bd9bc09bf44 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4788c65d-9458-4e38-8778-5bd9bc09bf44 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-0ad2ce36-a1e1-47d7-813f-4bcf8aa38812 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 400px;
background-position: center center;
}
@media (min-width: 992px) and (max-width: 1199px){#s-0ad2ce36-a1e1-47d7-813f-4bcf8aa38812 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-0ad2ce36-a1e1-47d7-813f-4bcf8aa38812 {
  
}
}@media (max-width: 767px){#s-0ad2ce36-a1e1-47d7-813f-4bcf8aa38812 {
  
}
}







#s-0ad2ce36-a1e1-47d7-813f-4bcf8aa38812 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0ad2ce36-a1e1-47d7-813f-4bcf8aa38812.shg-box.shg-c {
  justify-content: center;
}

#s-e0380ef2-82bc-4885-99b2-ef89c27b8355 {
  margin-top: 30px;
margin-bottom: 30px;
min-height: 400px;
background-color: rgba(245, 245, 245, 1);
}
@media (min-width: 1200px){#s-e0380ef2-82bc-4885-99b2-ef89c27b8355 {
  display: none;
}
#s-e0380ef2-82bc-4885-99b2-ef89c27b8355, #wrap-s-e0380ef2-82bc-4885-99b2-ef89c27b8355 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e0380ef2-82bc-4885-99b2-ef89c27b8355 {
  display: none;
}
#s-e0380ef2-82bc-4885-99b2-ef89c27b8355, #wrap-s-e0380ef2-82bc-4885-99b2-ef89c27b8355 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-e0380ef2-82bc-4885-99b2-ef89c27b8355 {
  display: none;
}
#s-e0380ef2-82bc-4885-99b2-ef89c27b8355, #wrap-s-e0380ef2-82bc-4885-99b2-ef89c27b8355 { display:none !important; }}







#s-e0380ef2-82bc-4885-99b2-ef89c27b8355 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e0380ef2-82bc-4885-99b2-ef89c27b8355.shg-box.shg-c {
  justify-content: center;
}

#s-0f44454f-dc24-4570-9db0-e5cbb913110d {
  padding-top: 30px;
padding-left: 10px;
padding-bottom: 30px;
padding-right: 10px;
text-align: center;
}

#s-0f44454f-dc24-4570-9db0-e5cbb913110d .shogun-heading-component h1 {
  color: #000;
  font-weight:  500 ;
  font-family: Exo 2;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-34c0c299-7c56-4ee7-ba4c-16f70837872c {
  background-repeat: no-repeat;
background-size: cover;
min-height: 400px;
background-position: center center;
}








#s-34c0c299-7c56-4ee7-ba4c-16f70837872c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-34c0c299-7c56-4ee7-ba4c-16f70837872c.shg-box.shg-c {
  justify-content: center;
}

#s-dbd027a3-c318-4c98-b537-23e59087f57e {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 30px;
padding-right: 10px;
text-align: center;
}

#s-dbd027a3-c318-4c98-b537-23e59087f57e .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-81714cac-ddb4-4a1d-a719-c0dfe6fa89d0 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 400px;
background-position: center center;
}








#s-81714cac-ddb4-4a1d-a719-c0dfe6fa89d0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-81714cac-ddb4-4a1d-a719-c0dfe6fa89d0.shg-box.shg-c {
  justify-content: center;
}

#s-47e82c7c-aeee-4005-982d-907c42e77e9b {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
text-align: center;
}

#s-47e82c7c-aeee-4005-982d-907c42e77e9b .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-50bc4bc9-6dd8-486e-ae26-1ddd8f04ded2 {
  margin-top: 30px;
margin-bottom: 30px;
min-height: 400px;
}








#s-50bc4bc9-6dd8-486e-ae26-1ddd8f04ded2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-50bc4bc9-6dd8-486e-ae26-1ddd8f04ded2.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-3fc18fe4-9e68-40a4-8098-2f01f68971c3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3fc18fe4-9e68-40a4-8098-2f01f68971c3"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-3fc18fe4-9e68-40a4-8098-2f01f68971c3"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-3fc18fe4-9e68-40a4-8098-2f01f68971c3"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-3fc18fe4-9e68-40a4-8098-2f01f68971c3"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-3fc18fe4-9e68-40a4-8098-2f01f68971c3"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-3fc18fe4-9e68-40a4-8098-2f01f68971c3"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-3fc18fe4-9e68-40a4-8098-2f01f68971c3"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-3fc18fe4-9e68-40a4-8098-2f01f68971c3"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-3fc18fe4-9e68-40a4-8098-2f01f68971c3"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-3fc18fe4-9e68-40a4-8098-2f01f68971c3"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-3fc18fe4-9e68-40a4-8098-2f01f68971c3"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-3fc18fe4-9e68-40a4-8098-2f01f68971c3"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-3fc18fe4-9e68-40a4-8098-2f01f68971c3"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-3fc18fe4-9e68-40a4-8098-2f01f68971c3"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-3fc18fe4-9e68-40a4-8098-2f01f68971c3"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-3fc18fe4-9e68-40a4-8098-2f01f68971c3"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-3fc18fe4-9e68-40a4-8098-2f01f68971c3"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-3fc18fe4-9e68-40a4-8098-2f01f68971c3"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-3fc18fe4-9e68-40a4-8098-2f01f68971c3"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-3fc18fe4-9e68-40a4-8098-2f01f68971c3"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-3fc18fe4-9e68-40a4-8098-2f01f68971c3"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-3fc18fe4-9e68-40a4-8098-2f01f68971c3"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-3fc18fe4-9e68-40a4-8098-2f01f68971c3"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-3fc18fe4-9e68-40a4-8098-2f01f68971c3"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-3fc18fe4-9e68-40a4-8098-2f01f68971c3"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-3fc18fe4-9e68-40a4-8098-2f01f68971c3"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-3fc18fe4-9e68-40a4-8098-2f01f68971c3"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-3fc18fe4-9e68-40a4-8098-2f01f68971c3"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-3fc18fe4-9e68-40a4-8098-2f01f68971c3"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-3fc18fe4-9e68-40a4-8098-2f01f68971c3"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-3fc18fe4-9e68-40a4-8098-2f01f68971c3"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-3fc18fe4-9e68-40a4-8098-2f01f68971c3"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-3fc18fe4-9e68-40a4-8098-2f01f68971c3"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-3fc18fe4-9e68-40a4-8098-2f01f68971c3"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-3fc18fe4-9e68-40a4-8098-2f01f68971c3"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-3fc18fe4-9e68-40a4-8098-2f01f68971c3"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-3fc18fe4-9e68-40a4-8098-2f01f68971c3"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-d1e812a0-3bba-4c4e-8fd2-078c452397a7 {
  background-size: cover;
min-height: 400px;
background-position: center center;
}
@media (min-width: 992px) and (max-width: 1199px){#s-d1e812a0-3bba-4c4e-8fd2-078c452397a7 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-d1e812a0-3bba-4c4e-8fd2-078c452397a7 {
  
}
}@media (max-width: 767px){#s-d1e812a0-3bba-4c4e-8fd2-078c452397a7 {
  
}
}







#s-d1e812a0-3bba-4c4e-8fd2-078c452397a7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d1e812a0-3bba-4c4e-8fd2-078c452397a7 {
  cursor: pointer;
}#s-d1e812a0-3bba-4c4e-8fd2-078c452397a7.shg-box.shg-c {
  justify-content: center;
}

#s-41c14a1c-9ddf-4db4-b6cb-de5f8998871d {
  padding-top: 30px;
padding-left: 30px;
padding-bottom: 30px;
padding-right: 30px;
min-height: 400px;
}








#s-41c14a1c-9ddf-4db4-b6cb-de5f8998871d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-41c14a1c-9ddf-4db4-b6cb-de5f8998871d.shg-box.shg-c {
  justify-content: center;
}

#s-823505a3-9965-42ac-aa21-70ae8925f132 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-823505a3-9965-42ac-aa21-70ae8925f132 .shogun-heading-component h1 {
  color: #000;
  font-weight:  500 ;
  font-family: Exo 2;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-4173ac3c-21b8-4fd5-95ff-6dd85bb04699 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4173ac3c-21b8-4fd5-95ff-6dd85bb04699 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-db0fb72e-67f1-47ed-9990-a5ee1145f7c3 {
  padding-top: 30px;
padding-bottom: 30px;
min-height: 50px;
}








#s-db0fb72e-67f1-47ed-9990-a5ee1145f7c3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-db0fb72e-67f1-47ed-9990-a5ee1145f7c3.shg-box.shg-c {
  justify-content: center;
}

#s-e1dcd1b9-06a0-4116-a068-ba92c8cfd0e9 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e1dcd1b9-06a0-4116-a068-ba92c8cfd0e9 .shogun-heading-component h1 {
  color: #000;
  font-weight:  500 ;
  font-family: Exo 2;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  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-3f72478a-743a-47c0-afc9-f6a9b2bef801 {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
}

#s-3f72478a-743a-47c0-afc9-f6a9b2bef801 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(221, 221, 221, 1);
}

#s-3f72478a-743a-47c0-afc9-f6a9b2bef801 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(245, 245, 245, 1);
  padding: 10px;
}

#s-3f72478a-743a-47c0-afc9-f6a9b2bef801 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-3f72478a-743a-47c0-afc9-f6a9b2bef801 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(255, 255, 255, 1);
  border-top: 1px solid rgba(221, 221, 221, 1);
}

#s-3f72478a-743a-47c0-afc9-f6a9b2bef801 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: center;
  font-family: Exo 2;
  font-weight: 500;
  font-style: ;
  font-size: 20px;
}

#s-3f72478a-743a-47c0-afc9-f6a9b2bef801 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 20px;
}
#s-a5558d68-cff3-4eb9-a3f6-b72d4b03cb48 {
  min-height: 50px;
}








#s-a5558d68-cff3-4eb9-a3f6-b72d4b03cb48 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a5558d68-cff3-4eb9-a3f6-b72d4b03cb48.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-f829daa3-2445-43e7-acd5-f040e27f944f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f829daa3-2445-43e7-acd5-f040e27f944f"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-f829daa3-2445-43e7-acd5-f040e27f944f"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-f829daa3-2445-43e7-acd5-f040e27f944f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-f829daa3-2445-43e7-acd5-f040e27f944f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-f829daa3-2445-43e7-acd5-f040e27f944f"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-f829daa3-2445-43e7-acd5-f040e27f944f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-f829daa3-2445-43e7-acd5-f040e27f944f"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-f829daa3-2445-43e7-acd5-f040e27f944f"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-f829daa3-2445-43e7-acd5-f040e27f944f"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-f829daa3-2445-43e7-acd5-f040e27f944f"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-f829daa3-2445-43e7-acd5-f040e27f944f"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-f829daa3-2445-43e7-acd5-f040e27f944f"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-f829daa3-2445-43e7-acd5-f040e27f944f"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-f829daa3-2445-43e7-acd5-f040e27f944f"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-f829daa3-2445-43e7-acd5-f040e27f944f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-f829daa3-2445-43e7-acd5-f040e27f944f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-f829daa3-2445-43e7-acd5-f040e27f944f"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-f829daa3-2445-43e7-acd5-f040e27f944f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-f829daa3-2445-43e7-acd5-f040e27f944f"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-f829daa3-2445-43e7-acd5-f040e27f944f"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-f829daa3-2445-43e7-acd5-f040e27f944f"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-f829daa3-2445-43e7-acd5-f040e27f944f"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-f829daa3-2445-43e7-acd5-f040e27f944f"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-f829daa3-2445-43e7-acd5-f040e27f944f"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-f829daa3-2445-43e7-acd5-f040e27f944f"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-f829daa3-2445-43e7-acd5-f040e27f944f"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-f829daa3-2445-43e7-acd5-f040e27f944f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-f829daa3-2445-43e7-acd5-f040e27f944f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-f829daa3-2445-43e7-acd5-f040e27f944f"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-f829daa3-2445-43e7-acd5-f040e27f944f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-f829daa3-2445-43e7-acd5-f040e27f944f"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-f829daa3-2445-43e7-acd5-f040e27f944f"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-f829daa3-2445-43e7-acd5-f040e27f944f"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-f829daa3-2445-43e7-acd5-f040e27f944f"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-f829daa3-2445-43e7-acd5-f040e27f944f"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-f829daa3-2445-43e7-acd5-f040e27f944f"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-f42879fd-0cfa-4ead-aa00-7f406ded468a {
  padding-top: 5px;
padding-left: 5px;
padding-bottom: 5px;
padding-right: 5px;
}

#s-1bedba16-d896-401e-88e1-8531b5de0ad2 {
  padding-top: 5px;
padding-left: 5px;
padding-bottom: 5px;
padding-right: 5px;
}

#s-1fcab433-1ccb-4713-879a-3b24e2837409 {
  padding-top: 5px;
padding-left: 5px;
padding-bottom: 5px;
padding-right: 5px;
}

#s-9209fc25-2fe5-4ca4-b839-3a80a3db2705 {
  min-height: 50px;
}








#s-9209fc25-2fe5-4ca4-b839-3a80a3db2705 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9209fc25-2fe5-4ca4-b839-3a80a3db2705.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-98dd34da-9588-46b1-98e1-ca176773a1ef"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-98dd34da-9588-46b1-98e1-ca176773a1ef"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-98dd34da-9588-46b1-98e1-ca176773a1ef"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-98dd34da-9588-46b1-98e1-ca176773a1ef"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-98dd34da-9588-46b1-98e1-ca176773a1ef"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-98dd34da-9588-46b1-98e1-ca176773a1ef"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-98dd34da-9588-46b1-98e1-ca176773a1ef"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-98dd34da-9588-46b1-98e1-ca176773a1ef"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-98dd34da-9588-46b1-98e1-ca176773a1ef"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-98dd34da-9588-46b1-98e1-ca176773a1ef"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-98dd34da-9588-46b1-98e1-ca176773a1ef"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-98dd34da-9588-46b1-98e1-ca176773a1ef"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-98dd34da-9588-46b1-98e1-ca176773a1ef"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-98dd34da-9588-46b1-98e1-ca176773a1ef"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-98dd34da-9588-46b1-98e1-ca176773a1ef"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-98dd34da-9588-46b1-98e1-ca176773a1ef"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-98dd34da-9588-46b1-98e1-ca176773a1ef"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-98dd34da-9588-46b1-98e1-ca176773a1ef"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-98dd34da-9588-46b1-98e1-ca176773a1ef"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-98dd34da-9588-46b1-98e1-ca176773a1ef"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-98dd34da-9588-46b1-98e1-ca176773a1ef"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-98dd34da-9588-46b1-98e1-ca176773a1ef"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-98dd34da-9588-46b1-98e1-ca176773a1ef"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-98dd34da-9588-46b1-98e1-ca176773a1ef"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-98dd34da-9588-46b1-98e1-ca176773a1ef"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-98dd34da-9588-46b1-98e1-ca176773a1ef"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-98dd34da-9588-46b1-98e1-ca176773a1ef"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-98dd34da-9588-46b1-98e1-ca176773a1ef"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-98dd34da-9588-46b1-98e1-ca176773a1ef"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-98dd34da-9588-46b1-98e1-ca176773a1ef"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-98dd34da-9588-46b1-98e1-ca176773a1ef"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-98dd34da-9588-46b1-98e1-ca176773a1ef"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-98dd34da-9588-46b1-98e1-ca176773a1ef"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-98dd34da-9588-46b1-98e1-ca176773a1ef"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-98dd34da-9588-46b1-98e1-ca176773a1ef"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-98dd34da-9588-46b1-98e1-ca176773a1ef"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-98dd34da-9588-46b1-98e1-ca176773a1ef"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-4f4d3d04-4ccd-452d-b8d4-e62fc191dd18 {
  padding-top: 5px;
padding-left: 5px;
padding-bottom: 5px;
padding-right: 5px;
}

#s-ff1fd539-28de-4290-a272-3b6f5c4f2719 {
  padding-top: 5px;
padding-left: 5px;
padding-bottom: 5px;
padding-right: 5px;
}

#s-7d3c19a0-950c-4569-9521-7e83acd6f704 {
  padding-top: 5px;
padding-left: 5px;
padding-bottom: 5px;
padding-right: 5px;
}

#s-e0085210-6620-43b9-a749-7cd68f3ae444 {
  min-height: 50px;
}








#s-e0085210-6620-43b9-a749-7cd68f3ae444 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e0085210-6620-43b9-a749-7cd68f3ae444.shg-box.shg-c {
  justify-content: center;
}

#s-cb7b272a-6c12-4fba-a815-25e6b5ddd20a {
  background-color: rgba(245, 245, 245, 1);
}

@media (min-width: 0px) {
[id="s-cb7b272a-6c12-4fba-a815-25e6b5ddd20a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-cb7b272a-6c12-4fba-a815-25e6b5ddd20a"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-cb7b272a-6c12-4fba-a815-25e6b5ddd20a"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-cb7b272a-6c12-4fba-a815-25e6b5ddd20a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-cb7b272a-6c12-4fba-a815-25e6b5ddd20a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-cb7b272a-6c12-4fba-a815-25e6b5ddd20a"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-cb7b272a-6c12-4fba-a815-25e6b5ddd20a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-cb7b272a-6c12-4fba-a815-25e6b5ddd20a"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-cb7b272a-6c12-4fba-a815-25e6b5ddd20a"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-cb7b272a-6c12-4fba-a815-25e6b5ddd20a"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-cb7b272a-6c12-4fba-a815-25e6b5ddd20a"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-cb7b272a-6c12-4fba-a815-25e6b5ddd20a"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-cb7b272a-6c12-4fba-a815-25e6b5ddd20a"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-cb7b272a-6c12-4fba-a815-25e6b5ddd20a"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-cb7b272a-6c12-4fba-a815-25e6b5ddd20a"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-cb7b272a-6c12-4fba-a815-25e6b5ddd20a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-cb7b272a-6c12-4fba-a815-25e6b5ddd20a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-cb7b272a-6c12-4fba-a815-25e6b5ddd20a"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-cb7b272a-6c12-4fba-a815-25e6b5ddd20a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-cb7b272a-6c12-4fba-a815-25e6b5ddd20a"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-cb7b272a-6c12-4fba-a815-25e6b5ddd20a"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-cb7b272a-6c12-4fba-a815-25e6b5ddd20a"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-cb7b272a-6c12-4fba-a815-25e6b5ddd20a"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-cb7b272a-6c12-4fba-a815-25e6b5ddd20a"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-cb7b272a-6c12-4fba-a815-25e6b5ddd20a"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-cb7b272a-6c12-4fba-a815-25e6b5ddd20a"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-cb7b272a-6c12-4fba-a815-25e6b5ddd20a"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-cb7b272a-6c12-4fba-a815-25e6b5ddd20a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-cb7b272a-6c12-4fba-a815-25e6b5ddd20a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-cb7b272a-6c12-4fba-a815-25e6b5ddd20a"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-cb7b272a-6c12-4fba-a815-25e6b5ddd20a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-cb7b272a-6c12-4fba-a815-25e6b5ddd20a"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-cb7b272a-6c12-4fba-a815-25e6b5ddd20a"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-cb7b272a-6c12-4fba-a815-25e6b5ddd20a"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-cb7b272a-6c12-4fba-a815-25e6b5ddd20a"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-cb7b272a-6c12-4fba-a815-25e6b5ddd20a"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-cb7b272a-6c12-4fba-a815-25e6b5ddd20a"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-d625f9c7-56a4-4d87-ab7f-960e83afff8f {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
min-height: 50px;
background-color: rgba(245, 245, 245, 1);
}








#s-d625f9c7-56a4-4d87-ab7f-960e83afff8f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d625f9c7-56a4-4d87-ab7f-960e83afff8f.shg-box.shg-c {
  justify-content: center;
}

#s-7f2ae0c9-aa8f-4358-8d78-46293505b6ae {
  border-radius: 10px;
text-align: center;
}




  #s-7f2ae0c9-aa8f-4358-8d78-46293505b6ae img.shogun-image {
    
    width: px;
  }


#s-7f2ae0c9-aa8f-4358-8d78-46293505b6ae .shogun-image-content {
  
    align-items: center;
  
}

#s-d89bdb22-1c29-4842-8c33-ec05053da0e8 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d89bdb22-1c29-4842-8c33-ec05053da0e8 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-e85fc1fd-3544-4766-ba48-dca09cbe8961 {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
min-height: 50px;
background-color: rgba(245, 245, 245, 1);
}








#s-e85fc1fd-3544-4766-ba48-dca09cbe8961 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e85fc1fd-3544-4766-ba48-dca09cbe8961.shg-box.shg-c {
  justify-content: center;
}

#s-7f232392-39e0-4886-8ecb-43fe256ee883 {
  border-radius: 10px;
text-align: center;
}




  #s-7f232392-39e0-4886-8ecb-43fe256ee883 img.shogun-image {
    
    width: px;
  }


#s-7f232392-39e0-4886-8ecb-43fe256ee883 .shogun-image-content {
  
    align-items: center;
  
}

#s-1f027398-31e6-46c2-a6cd-9ebab96e3e7c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1f027398-31e6-46c2-a6cd-9ebab96e3e7c .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-c7bc1913-9ec2-4516-9c8f-b04ae801117f {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
min-height: 50px;
background-color: rgba(245, 245, 245, 1);
}








#s-c7bc1913-9ec2-4516-9c8f-b04ae801117f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c7bc1913-9ec2-4516-9c8f-b04ae801117f.shg-box.shg-c {
  justify-content: center;
}

#s-d54bf8a3-e66c-4722-ae80-4e3116ac7f04 {
  border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #2C2A34;
border-style: solid;
border-radius: 10px;
text-align: center;
}




  #s-d54bf8a3-e66c-4722-ae80-4e3116ac7f04 img.shogun-image {
    
    width: px;
  }


#s-d54bf8a3-e66c-4722-ae80-4e3116ac7f04 .shogun-image-content {
  
    align-items: center;
  
}

#s-b6c74698-d1fd-44dc-9559-4c46703670d0 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b6c74698-d1fd-44dc-9559-4c46703670d0 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-aac537e0-74a2-401c-8d19-04dde60be0ec {
  background-color: rgba(245, 245, 245, 1);
}

@media (min-width: 0px) {
[id="s-aac537e0-74a2-401c-8d19-04dde60be0ec"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-aac537e0-74a2-401c-8d19-04dde60be0ec"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-aac537e0-74a2-401c-8d19-04dde60be0ec"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-aac537e0-74a2-401c-8d19-04dde60be0ec"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-aac537e0-74a2-401c-8d19-04dde60be0ec"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-aac537e0-74a2-401c-8d19-04dde60be0ec"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-aac537e0-74a2-401c-8d19-04dde60be0ec"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-aac537e0-74a2-401c-8d19-04dde60be0ec"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-aac537e0-74a2-401c-8d19-04dde60be0ec"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-aac537e0-74a2-401c-8d19-04dde60be0ec"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-aac537e0-74a2-401c-8d19-04dde60be0ec"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-aac537e0-74a2-401c-8d19-04dde60be0ec"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-aac537e0-74a2-401c-8d19-04dde60be0ec"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-aac537e0-74a2-401c-8d19-04dde60be0ec"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-aac537e0-74a2-401c-8d19-04dde60be0ec"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-aac537e0-74a2-401c-8d19-04dde60be0ec"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-aac537e0-74a2-401c-8d19-04dde60be0ec"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-aac537e0-74a2-401c-8d19-04dde60be0ec"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-aac537e0-74a2-401c-8d19-04dde60be0ec"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-aac537e0-74a2-401c-8d19-04dde60be0ec"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-aac537e0-74a2-401c-8d19-04dde60be0ec"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-aac537e0-74a2-401c-8d19-04dde60be0ec"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-aac537e0-74a2-401c-8d19-04dde60be0ec"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-aac537e0-74a2-401c-8d19-04dde60be0ec"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-aac537e0-74a2-401c-8d19-04dde60be0ec"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-aac537e0-74a2-401c-8d19-04dde60be0ec"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-aac537e0-74a2-401c-8d19-04dde60be0ec"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-aac537e0-74a2-401c-8d19-04dde60be0ec"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-aac537e0-74a2-401c-8d19-04dde60be0ec"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-aac537e0-74a2-401c-8d19-04dde60be0ec"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-aac537e0-74a2-401c-8d19-04dde60be0ec"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-aac537e0-74a2-401c-8d19-04dde60be0ec"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-aac537e0-74a2-401c-8d19-04dde60be0ec"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-aac537e0-74a2-401c-8d19-04dde60be0ec"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-aac537e0-74a2-401c-8d19-04dde60be0ec"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-aac537e0-74a2-401c-8d19-04dde60be0ec"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-aac537e0-74a2-401c-8d19-04dde60be0ec"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-cd08bf95-87be-4c34-b7e3-a542a503a43f {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
min-height: 50px;
background-color: rgba(245, 245, 245, 1);
}








#s-cd08bf95-87be-4c34-b7e3-a542a503a43f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cd08bf95-87be-4c34-b7e3-a542a503a43f.shg-box.shg-c {
  justify-content: center;
}

#s-f5fb03e9-535d-4140-9e51-883d79a6b3ba {
  border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #2C2A34;
border-style: solid;
border-radius: 10px;
text-align: center;
}




  #s-f5fb03e9-535d-4140-9e51-883d79a6b3ba img.shogun-image {
    
    width: px;
  }


#s-f5fb03e9-535d-4140-9e51-883d79a6b3ba .shogun-image-content {
  
    align-items: center;
  
}

#s-68b89edb-6bbe-4c4d-b8d6-1146ba905eed {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-68b89edb-6bbe-4c4d-b8d6-1146ba905eed .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-f714a85d-daed-4266-8d0e-39d0aade8a7f {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
min-height: 50px;
background-color: rgba(245, 245, 245, 1);
}








#s-f714a85d-daed-4266-8d0e-39d0aade8a7f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f714a85d-daed-4266-8d0e-39d0aade8a7f.shg-box.shg-c {
  justify-content: center;
}

#s-d9d811b0-e487-4cc3-a6db-63bd79f36b3c {
  border-radius: 10px;
text-align: center;
}




  #s-d9d811b0-e487-4cc3-a6db-63bd79f36b3c img.shogun-image {
    
    width: px;
  }


#s-d9d811b0-e487-4cc3-a6db-63bd79f36b3c .shogun-image-content {
  
    align-items: center;
  
}

#s-b2b9e0f8-2c24-4613-b8d4-8f030227b057 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b2b9e0f8-2c24-4613-b8d4-8f030227b057 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-61bf9bba-a32f-49eb-9013-3ce77f1431e1 {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
min-height: 50px;
background-color: rgba(245, 245, 245, 1);
}








#s-61bf9bba-a32f-49eb-9013-3ce77f1431e1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-61bf9bba-a32f-49eb-9013-3ce77f1431e1.shg-box.shg-c {
  justify-content: center;
}

#s-19fe1384-b8a5-4b34-9b8b-f0ce8f1be753 {
  border-radius: 10px;
text-align: center;
}




  #s-19fe1384-b8a5-4b34-9b8b-f0ce8f1be753 img.shogun-image {
    
    width: px;
  }


#s-19fe1384-b8a5-4b34-9b8b-f0ce8f1be753 .shogun-image-content {
  
    align-items: center;
  
}

#s-4017b7d7-9912-4d30-a3d8-2783a6bd7d7b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4017b7d7-9912-4d30-a3d8-2783a6bd7d7b .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-33667059-7673-4b59-8685-1d725b26896e {
  background-color: rgba(245, 245, 245, 1);
}

@media (min-width: 0px) {
[id="s-33667059-7673-4b59-8685-1d725b26896e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-33667059-7673-4b59-8685-1d725b26896e"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-33667059-7673-4b59-8685-1d725b26896e"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-33667059-7673-4b59-8685-1d725b26896e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-33667059-7673-4b59-8685-1d725b26896e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-33667059-7673-4b59-8685-1d725b26896e"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-33667059-7673-4b59-8685-1d725b26896e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-33667059-7673-4b59-8685-1d725b26896e"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-33667059-7673-4b59-8685-1d725b26896e"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-33667059-7673-4b59-8685-1d725b26896e"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-33667059-7673-4b59-8685-1d725b26896e"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-33667059-7673-4b59-8685-1d725b26896e"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-33667059-7673-4b59-8685-1d725b26896e"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-33667059-7673-4b59-8685-1d725b26896e"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-33667059-7673-4b59-8685-1d725b26896e"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-33667059-7673-4b59-8685-1d725b26896e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-33667059-7673-4b59-8685-1d725b26896e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-33667059-7673-4b59-8685-1d725b26896e"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-33667059-7673-4b59-8685-1d725b26896e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-33667059-7673-4b59-8685-1d725b26896e"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-33667059-7673-4b59-8685-1d725b26896e"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-33667059-7673-4b59-8685-1d725b26896e"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-33667059-7673-4b59-8685-1d725b26896e"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-33667059-7673-4b59-8685-1d725b26896e"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-33667059-7673-4b59-8685-1d725b26896e"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-33667059-7673-4b59-8685-1d725b26896e"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-33667059-7673-4b59-8685-1d725b26896e"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-33667059-7673-4b59-8685-1d725b26896e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-33667059-7673-4b59-8685-1d725b26896e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-33667059-7673-4b59-8685-1d725b26896e"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-33667059-7673-4b59-8685-1d725b26896e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-33667059-7673-4b59-8685-1d725b26896e"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-33667059-7673-4b59-8685-1d725b26896e"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-33667059-7673-4b59-8685-1d725b26896e"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-33667059-7673-4b59-8685-1d725b26896e"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-33667059-7673-4b59-8685-1d725b26896e"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-33667059-7673-4b59-8685-1d725b26896e"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-8b63d2c0-5385-43a9-8dbe-1fbf0cc9a852 {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
min-height: 50px;
background-color: rgba(245, 245, 245, 1);
}








#s-8b63d2c0-5385-43a9-8dbe-1fbf0cc9a852 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8b63d2c0-5385-43a9-8dbe-1fbf0cc9a852.shg-box.shg-c {
  justify-content: center;
}

#s-85168c07-1dc8-435d-8864-df1a064e114f {
  border-radius: 10px;
text-align: center;
}




  #s-85168c07-1dc8-435d-8864-df1a064e114f img.shogun-image {
    
    width: px;
  }


#s-85168c07-1dc8-435d-8864-df1a064e114f .shogun-image-content {
  
    align-items: center;
  
}

#s-37e4e522-d6f2-4c28-9317-5d5feffd1519 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-37e4e522-d6f2-4c28-9317-5d5feffd1519 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-a50250b5-8e6a-4147-8972-180532cd5c9a {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
min-height: 50px;
background-color: rgba(245, 245, 245, 1);
}








#s-a50250b5-8e6a-4147-8972-180532cd5c9a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a50250b5-8e6a-4147-8972-180532cd5c9a.shg-box.shg-c {
  justify-content: center;
}

#s-a53331f9-d91d-4706-8b75-4e6b786bd3b9 {
  border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #2C2A34;
border-style: solid;
border-radius: 10px;
text-align: center;
}




  #s-a53331f9-d91d-4706-8b75-4e6b786bd3b9 img.shogun-image {
    
    width: px;
  }


#s-a53331f9-d91d-4706-8b75-4e6b786bd3b9 .shogun-image-content {
  
    align-items: center;
  
}

#s-ff5fe31a-4756-462b-89e2-1b8a24c8c895 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ff5fe31a-4756-462b-89e2-1b8a24c8c895 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-85ae3568-3038-4a05-b233-1af921016fc5 {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
min-height: 50px;
background-color: rgba(245, 245, 245, 1);
}








#s-85ae3568-3038-4a05-b233-1af921016fc5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-85ae3568-3038-4a05-b233-1af921016fc5.shg-box.shg-c {
  justify-content: center;
}

#s-51b391bf-a807-4b73-a4d2-dceb84e2e68c {
  border-radius: 10px;
text-align: center;
}




  #s-51b391bf-a807-4b73-a4d2-dceb84e2e68c img.shogun-image {
    
    width: px;
  }


#s-51b391bf-a807-4b73-a4d2-dceb84e2e68c .shogun-image-content {
  
    align-items: center;
  
}

#s-21966939-17d2-4e4a-bc32-36aa06997b10 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-21966939-17d2-4e4a-bc32-36aa06997b10 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-7f2b2c84-ff55-4d96-a868-0f128a259521 {
  padding-left: 20px;
padding-right: 20px;
min-height: 50px;
}








#s-7f2b2c84-ff55-4d96-a868-0f128a259521 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7f2b2c84-ff55-4d96-a868-0f128a259521.shg-box.shg-c {
  justify-content: center;
}

#s-c8ba77e4-3ef2-4177-9669-dac906eb3641 {
  min-height: 0px;
}

@media (min-width: 0px) {
[id="s-c8ba77e4-3ef2-4177-9669-dac906eb3641"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c8ba77e4-3ef2-4177-9669-dac906eb3641"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-c8ba77e4-3ef2-4177-9669-dac906eb3641"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-c8ba77e4-3ef2-4177-9669-dac906eb3641"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-c8ba77e4-3ef2-4177-9669-dac906eb3641"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-c8ba77e4-3ef2-4177-9669-dac906eb3641"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-c8ba77e4-3ef2-4177-9669-dac906eb3641"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-c8ba77e4-3ef2-4177-9669-dac906eb3641"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-c8ba77e4-3ef2-4177-9669-dac906eb3641"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-c8ba77e4-3ef2-4177-9669-dac906eb3641"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-c8ba77e4-3ef2-4177-9669-dac906eb3641"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-c8ba77e4-3ef2-4177-9669-dac906eb3641"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-c8ba77e4-3ef2-4177-9669-dac906eb3641"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-c8ba77e4-3ef2-4177-9669-dac906eb3641"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-c8ba77e4-3ef2-4177-9669-dac906eb3641"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-c8ba77e4-3ef2-4177-9669-dac906eb3641"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-c8ba77e4-3ef2-4177-9669-dac906eb3641"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-c8ba77e4-3ef2-4177-9669-dac906eb3641"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-c8ba77e4-3ef2-4177-9669-dac906eb3641"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-c8ba77e4-3ef2-4177-9669-dac906eb3641"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-c8ba77e4-3ef2-4177-9669-dac906eb3641"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-c8ba77e4-3ef2-4177-9669-dac906eb3641"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-c8ba77e4-3ef2-4177-9669-dac906eb3641"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-c8ba77e4-3ef2-4177-9669-dac906eb3641"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-c8ba77e4-3ef2-4177-9669-dac906eb3641"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-c8ba77e4-3ef2-4177-9669-dac906eb3641"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-c8ba77e4-3ef2-4177-9669-dac906eb3641"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-c8ba77e4-3ef2-4177-9669-dac906eb3641"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-c8ba77e4-3ef2-4177-9669-dac906eb3641"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-c8ba77e4-3ef2-4177-9669-dac906eb3641"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-c8ba77e4-3ef2-4177-9669-dac906eb3641"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-c8ba77e4-3ef2-4177-9669-dac906eb3641"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-c8ba77e4-3ef2-4177-9669-dac906eb3641"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-c8ba77e4-3ef2-4177-9669-dac906eb3641"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-c8ba77e4-3ef2-4177-9669-dac906eb3641"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-c8ba77e4-3ef2-4177-9669-dac906eb3641"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-c8ba77e4-3ef2-4177-9669-dac906eb3641"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-c8ba77e4-3ef2-4177-9669-dac906eb3641"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-359a900f-8c63-456b-9471-d2e3cf2a20d8 {
  min-height: 100px;
}








#s-359a900f-8c63-456b-9471-d2e3cf2a20d8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-359a900f-8c63-456b-9471-d2e3cf2a20d8.shg-box.shg-c {
  justify-content: center;
}
@media (max-width: 767px){






#s-359a900f-8c63-456b-9471-d2e3cf2a20d8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-359a900f-8c63-456b-9471-d2e3cf2a20d8.shg-box.shg-c {
  justify-content: flex-start;
}
}
#s-28c35070-eab8-4215-a425-67769e0deaab {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 25px;
background-color: rgba(236, 232, 26, 1);
text-align: right;
text-decoration: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-28c35070-eab8-4215-a425-67769e0deaab:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-28c35070-eab8-4215-a425-67769e0deaab:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-28c35070-eab8-4215-a425-67769e0deaab {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 25px;
background-color: rgba(236, 232, 26, 1);
text-align: center;
text-decoration: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-28c35070-eab8-4215-a425-67769e0deaab:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-28c35070-eab8-4215-a425-67769e0deaab:active {background-color: #000000 !important;
text-decoration: none !important;}}

  #s-28c35070-eab8-4215-a425-67769e0deaab-btn-wrapper {
    text-align: right;
  }


#s-28c35070-eab8-4215-a425-67769e0deaab.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
@media (max-width: 767px){
  #s-28c35070-eab8-4215-a425-67769e0deaab-btn-wrapper {
    text-align: center;
  }


#s-28c35070-eab8-4215-a425-67769e0deaab.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  block ;
}
}
#s-4c06d29c-c2bf-4161-91ba-860f8a53771e {
  min-height: 100px;
}








#s-4c06d29c-c2bf-4161-91ba-860f8a53771e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4c06d29c-c2bf-4161-91ba-860f8a53771e.shg-box.shg-c {
  justify-content: center;
}

#s-0b68959f-1f0c-436b-8d83-e4b1736422b6 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 25px;
background-color: rgba(236, 232, 26, 1);
text-align: left;
text-decoration: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-0b68959f-1f0c-436b-8d83-e4b1736422b6:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-0b68959f-1f0c-436b-8d83-e4b1736422b6:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-0b68959f-1f0c-436b-8d83-e4b1736422b6 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 10px;
padding-left: 30px;
padding-bottom: 10px;
padding-right: 30px;
border-radius: 25px;
background-color: rgba(236, 232, 26, 1);
text-align: center;
text-decoration: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-0b68959f-1f0c-436b-8d83-e4b1736422b6:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-0b68959f-1f0c-436b-8d83-e4b1736422b6:active {background-color: #000000 !important;
text-decoration: none !important;}}

  #s-0b68959f-1f0c-436b-8d83-e4b1736422b6-btn-wrapper {
    text-align: left;
  }


#s-0b68959f-1f0c-436b-8d83-e4b1736422b6.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
@media (max-width: 767px){
  #s-0b68959f-1f0c-436b-8d83-e4b1736422b6-btn-wrapper {
    text-align: center;
  }


#s-0b68959f-1f0c-436b-8d83-e4b1736422b6.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  block ;
}
}
/*
  $vgutter : 20px
  $hgutter : 10px;
*/

.shg-c:before,
.shg-c:after {
  content: " ";
  display: table;
}

/**
  Ref:
  https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Positioning/Understanding_z_index/The_stacking_context
  https://dnf.slack.com/archives/C0514HB79/p1538741509000100
**/
.shogun-root {
  z-index: 1;
  position: relative;
  isolation: isolate;
}

.shogun-root iframe {
  display: initial;
}

@media (max-width: 1024px) {
  .shg-c,
  .shg-box {
    background-attachment: scroll !important;
  }
}

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